body {
  color: rgba(0, 0, 0, 0.74);
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}

a {
  color: #bf3a30;
  text-decoration: none;
}

a:hover {
  color: #bf3a30;
  text-decoration: none;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.navigation-link {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: silver;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.navigation-link:hover {
  color: #333;
}

.navigation-link.w--current {
  color: #333;
}

.navigation-bar {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  text-transform: uppercase;
}

.navigation-menu {
  margin-top: 3px;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.brand-text:hover {
  color: #000;
}

.section {
  position: relative;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  background-color: #fff;
}

.social-icon-link {
  margin-right: 2px;
  margin-left: 2px;
  padding: 3px;
  opacity: 0.87;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 0.3;
}

.footer {
  margin-top: 70px;
  padding-top: 26px;
  padding-bottom: 48px;
  color: rgba(0, 0, 0, 0.74);
  text-align: center;
}

.footer-text {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.photo-link-block {
  width: 100%;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  color: #333;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.photo-link-block:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #333;
  text-decoration: none;
}

.blog-title {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.byline {
  margin-bottom: 20px;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.sidebar-title {
  margin-bottom: 29px;
}

.blog-link {
  display: block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  text-decoration: none;
}

.blog-link:hover {
  text-decoration: none;
}

.sidebar-divider {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ccc;
}

.about-photo {
  padding-right: 30px;
}

.title {
  margin-top: 13px;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.photo-page-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.photo-page-title.center {
  text-align: center;
}

.photo-info-text {
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  color: #969696;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}

.gallery-wrapper {
  margin-top: 56px;
}

.blog-list-item {
  min-height: 100px;
}

.blog-info-text {
  color: silver;
  font-size: 12px;
  text-transform: uppercase;
}

.small-blog-title {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.small-blog-link {
  margin-bottom: 21px;
  color: #333;
}

.small-blog-link:hover {
  text-decoration: none;
}

.small-list {
  text-align: right;
}

.photo-row {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.description-text {
  margin-bottom: 23px;
}

.text-span {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #4b4a4a;
  font-weight: 700;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 300px 300px 300px;
  grid-template-rows: 300px 300px 300px;
}

.div-block {
  background-image: url("https://assets.website-files.com/6051e8153b92d45f07a2e6db/6051f08b4ee86fd18a2aa52b_TD08%20'18.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.heading {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.heading-2 {
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.heading-3 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.text-block {
  margin-right: 255px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: justify;
}

.section-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 240px;
  margin-left: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-2 {
  text-align: justify;
}

.text-block-3 {
  text-align: center;
}

.body {
  font-weight: 400;
  text-align: justify;
}

.text-block-4 {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
  text-align: justify;
}

.container {
  margin-top: 15px;
}

.section2 {
  margin-top: 60px;
  padding-bottom: 20px;
}

.columns {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rich-text-block {
  padding-left: 10px;
  text-align: left;
}

.container-2 {
  margin-top: 77px;
}

.text-span-2 {
  font-size: 22px;
}

.text-block-5 {
  text-align: justify;
}

.text-span-3 {
  font-size: 22px;
}

.text-span-4 {
  display: block;
  padding-top: 0px;
  line-height: 24px;
  white-space: normal;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  line-height: 30px;
}

.text-block-6 {
  position: static;
  font-family: Montserrat, sans-serif;
}

.text-span-5 {
  color: #333;
  font-weight: 700;
}

.text-block-7 {
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
}

.text-block-8 {
  margin-top: 250px;
  padding-top: 0px;
  text-align: center;
}

.container-3 {
  margin-top: 0px;
}

.collection-item {
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.text-span-6 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-span-7 {
  font-size: 22px;
  font-weight: 700;
}

.text-span-8 {
  color: #000;
  font-weight: 700;
}

.link {
  color: #2e80b6;
}

.link-2 {
  color: #2e80b6;
}

.text-span-9 {
  color: #2e80b6;
  font-weight: 700;
}

.text-span-10 {
  color: #2e80b6;
  font-weight: 700;
}

.text-span-11 {
  color: #2e80b6;
  font-weight: 700;
}

.text-span-12 {
  color: #2e80b6;
  font-weight: 700;
}

.text-span-13 {
  color: #2e80b6;
  font-weight: 700;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.div-block-3 {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.container-4 {
  margin-top: 20px;
}

.container-5 {
  margin-top: 20px;
}

.container-6 {
  margin-top: 20px;
}

.link-3 {
  font-family: Montserrat, sans-serif;
  color: #2e80b6;
}

.image {
  margin-top: 10px;
}

.image-2 {
  margin-top: 10px;
}

.link-4 {
  font-family: Montserrat, sans-serif;
  color: #2e80b6;
}

.link-5 {
  font-family: Montserrat, sans-serif;
  color: #2e80b6;
}

.image-3 {
  margin-top: 10px;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
}

.grid-5 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.grid-6 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-4 {
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-6 {
  position: static;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-7 {
  position: static;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-8 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-9 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-10 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-11 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-12 {
  -o-object-fit: cover;
  object-fit: cover;
}

.columns-2 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.image-13 {
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.columns-3 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.columns-4 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.columns-5 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.columns-6 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.grid-8 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.column {
  margin-top: 0px;
}

.columns-7 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.columns-8 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.columns-9 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.image-14 {
  -o-object-fit: cover;
  object-fit: cover;
}

.columns-10 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.columns-11 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.columns-12 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.columns-13 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.image-15 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-16 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-17 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-18 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-19 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-20 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-21 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-22 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-23 {
  -o-object-fit: cover;
  object-fit: cover;
}

.container-8 {
  padding-bottom: 10px;
}

.container-9 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-24 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-25 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-26 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-27 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-28 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-29 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-30 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-31 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-32 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-33 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-34 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-35 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-36 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-37 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-38 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-39 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-40 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-41 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-42 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-43 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-44 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-45 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-46 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-47 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-48 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-49 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-50 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-51 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-52 {
  -o-object-fit: cover;
  object-fit: cover;
}

.container-12 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  text-align: justify;
}

.text-block-10 {
  margin-top: 0px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.container-14 {
  font-family: Montserrat, sans-serif;
}

.body-2 {
  border-left: 1px none #000;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  line-height: 36px;
}

.image-53 {
  max-width: 5%;
}

.container-15 {
  display: block;
  margin-top: 5px;
  margin-bottom: -5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

.button {
  background-color: transparent;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.button.w--current {
  position: static;
  background-color: transparent;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.button-2 {
  border-left: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.button-2.w--current {
  border-left: 1px solid #000;
}

.container-16 {
  margin-top: 5px;
  margin-bottom: -5px;
  text-align: right;
}

.button-3 {
  border-left: 1px solid #000;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.button-3.w--current {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 10px;
}

.button-4 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.container-17 {
  margin-top: 5px;
  margin-bottom: -5px;
  text-align: right;
}

.button-5 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.button-6 {
  border-left: 1px solid #000;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.button-6.w--current {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 10px;
}

.container-18 {
  margin-top: 5px;
  margin-bottom: -5px;
  text-align: right;
}

.button-7 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.button-7.w--current {
  font-size: 10px;
  line-height: 10px;
}

.button-8 {
  border-left: 1px solid #000;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.button-8.w--current {
  font-family: Montserrat, sans-serif;
}

.container-19 {
  margin-top: 5px;
  margin-bottom: -5px;
  text-align: right;
}

.button-9 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.button-9.w--current {
  font-size: 10px;
  line-height: 10px;
}

.button-10 {
  border-left: 1px solid #000;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.button-10.w--current {
  font-family: Montserrat, sans-serif;
}

.container-20 {
  margin-top: 5px;
  margin-bottom: -5px;
  text-align: right;
}

.button-11 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.button-11.w--current {
  font-size: 10px;
  line-height: 10px;
}

.button-12 {
  border-left: 1px solid #000;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.button-12.w--current {
  font-family: Montserrat, sans-serif;
}

.navbaren {
  padding-top: 70px;
  padding-bottom: 70px;
}

.navbaren-copy {
  padding-top: 70px;
  padding-bottom: 70px;
}

.text-span-14 {
  font-weight: 700;
}

.text-span-15 {
  font-weight: 700;
}

.namebold {
  font-weight: 700;
}

.text-span-16 {
  font-weight: 700;
}

.navbar {
  padding-top: 70px;
  padding-bottom: 10px;
}

.navbar-2 {
  padding-top: 70px;
}

.navbar-3 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.nav-link {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #bec3c7;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link.w--current {
  overflow: hidden;
  color: #333;
}

.nav-link.w--current:hover {
  color: #000;
}

.nav-link-2 {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #bec3c7;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-2.w--current {
  color: #333;
}

.nav-link-3 {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  color: #bec3c7;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-clip: border-box;
}

.nav-link-3.w--current {
  color: #333;
}

.text-block-11 {
  font-size: 33px;
  line-height: 36px;
}

.text-block-12 {
  font-size: 0px;
}

.text-block-13 {
  font-size: 33px;
  line-height: 36px;
}

.text-block-14 {
  font-size: 33px;
  line-height: 36px;
}

.text-block-15 {
  text-align: left;
}

.text-block-16 {
  font-size: 33px;
  line-height: 36px;
}

.text-block-17 {
  font-size: 33px;
}

.heading-7 {
  font-size: 33px;
  line-height: 36px;
  text-transform: uppercase;
}

.heading-8 {
  font-size: 33px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-7 {
  font-weight: 400;
}

.bold-text-8 {
  font-weight: 400;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span-17 {
  font-weight: 700;
}

.text-span-18 {
  font-weight: 700;
}

.section-6 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-span-19 {
  font-weight: 700;
}

.text-span-20 {
  font-weight: 700;
}

.text-span-21 {
  font-weight: 700;
}

.text-span-22 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    padding: 9px 0px;
    color: #ecf0f1;
    text-align: center;
  }

  .navigation-link:hover {
    color: #fff;
  }

  .hamburger-button {
    padding: 7px;
  }

  .hamburger-button.w--open {
    background-color: #000;
  }

  .navigation-menu {
    margin-top: 0px;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #000;
  }

  .section {
    padding-bottom: 20px;
  }

  .text-block-4 {
    text-align: justify;
  }

  .icon {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    z-index: 1000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .brand-text {
    margin-top: 5px;
  }

  .section {
    padding-bottom: 20px;
    text-align: center;
  }

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .about-photo {
    margin-bottom: 32px;
    padding-right: 0px;
  }

  .blog-list-item {
    margin-bottom: 26px;
  }

  .blog-info-text {
    margin-bottom: 7px;
  }

  .small-list {
    margin-top: 56px;
    text-align: center;
  }

  .blog-title-wrapper {
    text-align: center;
  }

  .heading {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .heading-2 {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .heading-3 {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .text-block-4 {
    margin-right: 20px;
    margin-left: 20px;
    text-align: justify;
  }

  .section2 {
    margin-top: 50px;
    text-align: center;
  }

  .text-block-5 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .text-span-4 {
    text-align: left;
  }

  .text-block-6 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section3 {
    text-align: center;
  }

  .text-block-7 {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-4 {
    margin-top: 0px;
  }

  .container-6 {
    margin-top: 0px;
    text-align: center;
  }

  .link-3 {
    margin-left: 10px;
  }

  .link-4 {
    margin-left: 10px;
  }

  .link-5 {
    margin-left: 10px;
  }

  .heading-4 {
    margin: 20px 10px 5px;
  }

  .heading-5 {
    margin: 20px 10px 5px;
  }

  .heading-6 {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .grid-5 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-6 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-7 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-2 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .lightbox-link {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .image-14 {
    padding-bottom: 0px;
  }

  .lightbox-link-2 {
    padding-bottom: 10px;
  }

  .lightbox-link-3 {
    padding-bottom: 10px;
  }

  .lightbox-link-4 {
    padding-bottom: 10px;
  }

  .lightbox-link-5 {
    padding-bottom: 10px;
  }

  .lightbox-link-6 {
    padding-bottom: 10px;
  }

  .lightbox-link-7 {
    padding-bottom: 10px;
  }

  .lightbox-link-8 {
    padding-bottom: 10px;
  }

  .lightbox-link-9 {
    padding-bottom: 10px;
  }

  .lightbox-link-10 {
    padding-bottom: 10px;
  }

  .lightbox-link-11 {
    padding-bottom: 10px;
  }

  .lightbox-link-12 {
    padding-bottom: 10px;
  }

  .lightbox-link-13 {
    padding-bottom: 10px;
  }

  .columns-11 {
    margin-top: 10px;
  }

  .columns-12 {
    margin-top: 10px;
  }

  .columns-13 {
    margin-top: 10px;
  }

  .lightbox-link-14 {
    padding-bottom: 10px;
  }

  .lightbox-link-15 {
    padding-bottom: 10px;
  }

  .lightbox-link-16 {
    padding-bottom: 10px;
  }

  .lightbox-link-17 {
    padding-bottom: 10px;
  }

  .lightbox-link-18 {
    padding-bottom: 10px;
  }

  .lightbox-link-19 {
    padding-bottom: 10px;
  }

  .lightbox-link-20 {
    padding-bottom: 10px;
  }

  .container-7 {
    position: static;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .column-3 {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-4 {
    padding-bottom: 10px;
  }

  .column-5 {
    padding-bottom: 10px;
  }

  .column-6 {
    padding-bottom: 10px;
  }

  .column-7 {
    padding-bottom: 10px;
  }

  .column-8 {
    padding-bottom: 10px;
  }

  .columns-14 {
    text-align: center;
  }

  .container-8 {
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: center;
  }

  .container-9 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .container-10 {
    text-align: center;
  }

  .section-3 {
    text-align: center;
  }

  .container-11 {
    text-align: center;
  }

  .section-4 {
    text-align: center;
  }

  .container-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-9 {
    text-align: justify;
  }

  .text-block-10 {
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: left;
  }

  .container-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bold-text-2 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .navigation-bar {
    z-index: 1000;
  }

  .brand-text {
    text-transform: uppercase;
  }

  .section {
    padding-bottom: 20px;
  }

  .photo-link-block {
    margin-bottom: 0px;
  }

  .photo-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .heading {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-block-4 {
    margin-right: 10px;
    margin-left: 10px;
    text-align: justify;
  }

  .container {
    text-align: center;
  }

  .section2 {
    margin-top: 50px;
  }

  .text-block-5 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .text-block-6 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .text-block-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-4 {
    margin-top: 0px;
  }

  .container-6 {
    margin-top: 0px;
    text-align: center;
  }

  .link-3 {
    margin-left: 10px;
  }

  .link-4 {
    margin-left: 10px;
  }

  .link-5 {
    margin-left: 10px;
  }

  .heading-4 {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .heading-5 {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .heading-6 {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .container-10 {
    text-align: center;
  }

  .section-5 {
    text-align: center;
  }

  .text-block-9 {
    text-align: justify;
  }

  .text-block-10 {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
  }

  .container-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link {
    padding: 9px 0px;
    background-color: transparent;
    text-align: center;
  }

  .nav-link.w--current {
    overflow: visible;
    padding: 9px 0px;
    color: #333;
    text-align: center;
  }

  .nav-link-2 {
    padding: 9px 0px;
    color: #ecf0f1;
    text-align: center;
  }

  .nav-link-2.w--current {
    background-color: transparent;
  }

  .nav-link-3 {
    padding: 9px 0px;
    background-color: transparent;
    color: #ecf0f1;
    text-align: center;
  }

  .icon-2 {
    margin-top: 10px;
    text-transform: uppercase;
  }

  .nav-menu {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #000;
  }

  .nav-menu-2 {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #000;
  }

  .nav-menu-3 {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #000;
  }

  .nav-menu-4 {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #000;
  }

  .nav-menu-5 {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #000;
    text-transform: uppercase;
  }

  .nav-menu-6 {
    padding-top: 26px;
  }

  .heading-9 {
    margin-right: 10px;
    margin-left: 10px;
  }
}

