:root {
  --darker-grey: #333;
  --blue: #2196f3;
  --dark-blue: #1565c0;
  --grey-mid: #a8a8a8;
  --dark-grey: #5d5d5d;
  --grey: #dbdbdb;
  --light-grey: #f1f1f1;
  --green: #4caf50;
  --crimson: #d32f2f;
  --burlywood: #d6b786;
  --black-2: #14110f;
  --black: black;
  --white: white;
  --orange-red: #f45a1e;
  --orange: #f45a1e;
  --saddle-brown: #a32e00;
  --dark-brown: #100800;
  --dark-brown-2: #090400;
  --slate-grey: #607d8b;
  --pink: #d81b60;
  --purple: #673ab7;
  --indigo: #3f51b5;
  --cyan: #00bcd4;
  --teal: #00bfa5;
  --lime: #cddc39;
  --gold: #ffc107;
  --brown: #795548;
}

body {
  color: var(--darker-grey);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 22px;
}

a {
  color: var(--blue);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: rgba(51, 51, 51, .56);
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
}

.button {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button:hover {
  background-color: var(--dark-blue);
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  color: var(--darker-grey);
  background-color: #fff;
}

.button.white:hover {
  background-color: rgba(255, 255, 255, .77);
}

.button.black {
  background-color: var(--darker-grey);
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  float: left;
  margin-left: 2%;
}

.button.full-width {
  width: 100%;
  display: block;
}

.button.small {
  background-color: var(--blue);
  text-transform: uppercase;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 14px;
}

.button.small:hover {
  background-color: var(--dark-blue);
}

.button.tab {
  background-color: var(--grey-mid);
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: var(--blue);
}

.button.tab.w--current:hover {
  background-color: var(--dark-blue);
}

.button.with-field {
  width: 22%;
  float: left;
  margin-left: 2%;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: var(--blue);
}

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

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  background-color: var(--dark-grey);
}

.navigation-bar.top {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 58px;
  margin-bottom: 124px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.brand-link {
  height: 60px;
  transition: opacity .2s;
}

.brand-link:hover {
  opacity: .66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  float: none;
  text-align: center;
  display: block;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  color: #fff;
  margin-left: 15px;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

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

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: var(--dark-grey);
  color: #fff;
}

.hero-slider {
  height: 455px;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  background-color: var(--grey);
  padding-top: 82px;
  padding-left: 85px;
  padding-right: 85px;
}

.slide.two {
  background-color: var(--grey);
}

.header-section {
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  padding-top: 104px;
  padding-bottom: 104px;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 11px;
}

.cta-section {
  background-color: var(--grey);
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-heading.inline-block {
  margin-top: 0;
  margin-right: 13px;
  display: inline-block;
}

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

.white-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  padding: 117px 20px;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  border: 2px solid var(--blue);
  color: var(--blue);
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: rgba(255, 255, 255, .72);
  border-color: rgba(255, 255, 255, .64);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

.section-subheading.center {
  text-align: center;
  font-size: 20px;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-right: 1px;
  transition: box-shadow .15s;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
}

.form-field:focus {
  box-shadow: 0 0 0 2px var(--blue);
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  float: left;
  margin-bottom: 0;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.round-image {
  border-radius: 100px;
  margin-bottom: 13px;
}

.social-button {
  background-color: var(--blue);
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: background-color .15s;
}

.social-button:hover {
  background-color: var(--dark-blue);
  opacity: 1;
}

.social-button.border {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .36);
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  opacity: 1;
  padding: 3px;
  transition: opacity .15s;
}

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

.profile-image {
  border-radius: 100px;
  margin-bottom: 15px;
}

.hero-with-nav {
  background-color: var(--grey);
}

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

.footer.center {
  text-align: center;
}

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: var(--light-grey);
}

.footer.centered-accented {
  background-color: var(--light-grey);
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: var(--blue);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: var(--dark-blue);
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  color: #8f8f8f;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.sidemenu-link:hover {
  color: var(--darker-grey);
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  color: rgba(0, 0, 0, .74);
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  float: left;
  color: #919191;
  padding: 6px;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: var(--grey);
}

.nav-link {
  text-align: center;
  padding: 7px 0;
  display: block;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.content {
  width: 80%;
  float: left;
  overflow: hidden;
}

.social-footer {
  text-align: center;
  margin-top: 56px;
}

.grid-fours {
  width: 25%;
  float: left;
  padding: 10px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.success-wrapper {
  background-color: var(--green);
  color: #fff;
  border-radius: 5px;
  padding: 31px;
}

.success-message {
  margin-bottom: 0;
}

.error-wrapper {
  background-color: var(--crimson);
  color: #fff;
  border-radius: 5px;
}

.error-message {
  margin-bottom: 0;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: var(--grey);
}

.custom-container {
  max-width: 1000px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.rich-text h1, .rich-text h3, .rich-text h5, .rich-text h4, .rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column, .waterfall-image-column {
  text-align: center;
}

.section-2 {
  background-image: url('../images/top-banner1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 1px;
  padding-top: 174px;
}

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

.image {
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar {
  border-bottom: 2px solid var(--burlywood);
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-2 {
  color: #fff;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 14px;
}

.nav-link-2:hover {
  background-image: linear-gradient(to bottom, var(--burlywood), var(--burlywood));
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.icon {
  color: #fff;
}

.dropdown-link {
  background-image: linear-gradient(to bottom, var(--burlywood), var(--burlywood));
}

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

.section-3 {
  padding-top: 857px;
}

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

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

.heading {
  cursor: pointer;
}

.paragraph {
  overflow: hidden;
}

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

.section-4 {
  background-color: var(--black);
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/welcome2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 2px solid #992b00;
  padding-top: 466px;
}

.container-6 {
  height: 500px;
  margin-top: -425px;
}

.body {
  background-color: #080808;
}

.div-block {
  justify-content: center;
  margin-top: 97px;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  text-shadow: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  line-height: 50px;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  margin-top: -230px;
  font-size: 25px;
}

.section-5 {
  background-color: var(--black);
  padding-top: 459px;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 45px;
  line-height: 45px;
}

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

.container-7 {
  margin-top: -350px;
}

.div-block-2 {
  justify-content: center;
  margin-top: -28px;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  margin-top: -71px;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  margin-top: 18px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 45px;
  line-height: 45px;
}

.container-8 {
  border-radius: 14px;
  justify-content: center;
  margin-top: -425px;
  display: flex;
}

.button-2 {
  width: 200px;
  color: var(--black);
  text-align: center;
  background-color: #ec4200;
  border-radius: 9px;
  font-size: 20px;
  line-height: 35px;
  transition: color .7s;
  box-shadow: 1px 1px 3px #000;
}

.button-2:hover {
  box-shadow: 1px 1px 15px 4px var(--white);
  color: var(--white);
}

.image-4 {
  display: none;
}

.section-6 {
  background-image: url('../images/home44.jpg');
  background-position: 50% 38%;
  background-size: cover;
  padding-top: 294px;
}

.container-9 {
  margin-top: 46px;
}

.paragraph-2 {
  color: var(--orange-red);
  text-align: center;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  line-height: 25px;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -290px;
  display: flex;
}

.image-5 {
  margin-top: 39px;
  margin-left: 722px;
  margin-right: 210px;
}

.text-block-6 {
  color: var(--white);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 505px;
  margin-right: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  line-height: 35px;
  display: flex;
}

.navbar-2 {
  border-bottom: 2px solid var(--orange);
  background-color: var(--saddle-brown);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-3 {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  transition: background-color .675s;
}

.nav-link-3:hover {
  background-color: var(--orange);
}

.nav-link-3.w--current {
  background-color: var(--orange);
  color: #fff;
}

.nav-link-3.w--current:hover {
  background-color: var(--orange-red);
}

.section-7 {
  background-image: linear-gradient(to bottom, var(--dark-brown), var(--dark-brown-2));
  text-align: center;
  padding-top: 377px;
  padding-bottom: 51px;
}

.div-block-4 {
  width: 1140px;
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -254px;
  margin-left: 245px;
  margin-right: 245px;
  display: flex;
}

.html-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -197px;
  display: flex;
}

.container-11 {
  margin-top: -341px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.divider {
  height: 1px;
  background-color: rgba(238, 238, 238, 0);
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.paragraph-light {
  opacity: .6;
}

.container-12 {
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 rgba(0, 0, 0, 0);
  margin-top: -446px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-3:active {
  background-color: #43464d;
}

.section-8 {
  padding-top: 469px;
}

.html-embed-2 {
  margin-top: 0;
}

.image-6, .html-embed-3 {
  display: none;
}

.text-block-7 {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.icon-3 {
  color: var(--grey);
}

.dropdown-link-2 {
  background-color: var(--black);
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  transition: background-color .45s;
}

.dropdown-link-2:hover {
  background-color: var(--saddle-brown);
  color: var(--white);
}

.dropdown-link-2.w--current {
  color: var(--white);
}

.dropdown-link-2.w--current:hover {
  background-color: var(--orange-red);
}

.section-9 {
  background-image: url('../images/events-pic.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 294px;
}

.section-10 {
  background-image: url('../images/about-ctk.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 294px;
}

.section-11 {
  background-image: url('../images/videos-pic.jpg');
  background-position: 50% 56%;
  background-size: cover;
  padding-top: 294px;
}

.section-12 {
  background-image: url('../images/people-you-may-know-galley.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 294px;
}

.section-13 {
  background-color: var(--black);
  padding-top: 294px;
}

.section-14 {
  background-image: url('../images/photos-page.jpg');
  background-position: 50% 35%;
  background-size: cover;
  padding-top: 294px;
}

.section-15 {
  background-image: url('../images/beginnings-pic.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 294px;
}

.section-16, .section-17 {
  padding-top: 294px;
}

.section-18 {
  background-color: var(--black);
  padding-top: 242px;
}

.container-13 {
  margin-top: -229px;
  padding-top: 154px;
}

.section-19 {
  padding-top: 318px;
}

.section-20 {
  padding-top: 457px;
}

.section-21 {
  padding-top: 454px;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-top: 57px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-22 {
  background-color: var(--white);
  padding-top: 302px;
}

.container-14 {
  margin-top: -267px;
}

.heading-3 {
  color: var(--saddle-brown);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-8 {
  color: var(--black);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.container-15 {
  margin-top: -279px;
}

.heading-4 {
  color: var(--saddle-brown);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-9 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.column {
  margin-top: -116px;
}

.column-2 {
  margin-top: -23px;
}

.container-16 {
  margin-top: -129px;
  padding-bottom: 0;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-span {
  color: var(--orange-red);
  font-size: 20px;
}

.container-17 {
  margin-top: -420px;
}

.heading-5 {
  color: var(--saddle-brown);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.container-18 {
  margin-top: -411px;
}

.heading-6 {
  color: var(--saddle-brown);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.container-19 {
  margin-top: 43px;
}

.section-23 {
  padding-top: 363px;
}

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

.heading-7 {
  color: var(--saddle-brown);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-24 {
  padding-top: 386px;
}

.container-21 {
  margin-top: -338px;
}

.heading-8 {
  color: var(--saddle-brown);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-25 {
  padding-top: 414px;
}

.container-22 {
  margin-top: -368px;
}

.heading-9 {
  color: var(--saddle-brown);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-26 {
  padding-top: 315px;
}

.container-23 {
  margin-top: -275px;
}

.heading-10 {
  color: var(--saddle-brown);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.html-embed-4 {
  flex-direction: column;
  justify-content: center;
  margin-top: 75px;
  display: flex;
}

.text-block-11 {
  color: var(--white);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.link-2 {
  color: var(--orange-red);
}

.heading-11 {
  color: var(--white);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  line-height: 25px;
}

.text-block-12 {
  color: var(--white);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-27 {
  background-image: url('../images/GP1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 355px;
}

.section-28 {
  background-image: url('../images/GP2.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 360px;
}

.section-29 {
  background-image: url('../images/GP3.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 378px;
}

.section-30 {
  background-image: url('../images/GP4.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 367px;
}

.image-7 {
  margin-top: 30px;
}

.columns {
  padding-bottom: 39px;
}

.section-31 {
  background-image: url('../images/musicpg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 294px;
}

.text-block-13 {
  color: var(--orange-red);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 35px;
  line-height: 35px;
}

.section-32 {
  padding-top: 304px;
}

.container-24 {
  margin-top: -244px;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-5 {
  justify-content: center;
  display: flex;
}

.container-25 {
  margin-top: 44px;
}

.column-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-7 {
  justify-content: center;
  display: flex;
}

.container-26 {
  margin-top: 22px;
}

.column-8 {
  justify-content: center;
  margin-top: -461px;
  display: flex;
}

.column-9, .column-10, .column-11 {
  justify-content: center;
  display: flex;
}

.container-27 {
  margin-top: 27px;
}

.column-12, .column-13 {
  justify-content: center;
  display: flex;
}

.container-28 {
  margin-top: 24px;
}

.container-29 {
  margin-top: 26px;
}

.column-14, .column-15, .column-16, .column-17 {
  justify-content: center;
  display: flex;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-33 {
  padding-top: 237px;
}

.container-30 {
  margin-top: -197px;
}

.container-31 {
  margin-top: 38px;
}

.div-block-5 {
  height: 6px;
  background-color: var(--saddle-brown);
  color: var(--saddle-brown);
  margin-top: 17px;
  margin-left: 255px;
  margin-right: 255px;
}

.container-32 {
  margin-top: 44px;
}

.div-block-6 {
  height: 6px;
  background-color: var(--saddle-brown);
  margin-top: 24px;
  margin-left: 252px;
  margin-right: 252px;
}

.container-33 {
  margin-top: 34px;
}

.div-block-7 {
  height: 6px;
  background-color: var(--saddle-brown);
  margin-top: 41px;
  margin-left: 250px;
  margin-right: 250px;
}

.container-34 {
  margin-top: 15px;
}

.div-block-8 {
  height: 6px;
  background-color: var(--saddle-brown);
  margin-top: 11px;
  margin-left: 255px;
  margin-right: 255px;
}

.container-35 {
  margin-top: 35px;
}

.div-block-9 {
  height: 6px;
  background-color: var(--saddle-brown);
  margin-top: 25px;
  margin-left: 256px;
  margin-right: 256px;
}

.columns-3 {
  margin-top: 77px;
}

.text-block-21 {
  color: var(--saddle-brown);
  text-align: center;
  font-size: 35px;
  line-height: 35px;
}

.section-34 {
  padding-top: 408px;
}

.container-36 {
  margin-top: -371px;
}

.heading-12 {
  color: var(--saddle-brown);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-22 {
  text-align: left;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
}

.section-35 {
  background-image: url('../images/events-pic.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 294px;
}

.section-36 {
  padding-top: 424px;
}

.container-37 {
  margin-top: -375px;
}

.heading-13 {
  color: var(--saddle-brown);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-23 {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  line-height: 35px;
  display: flex;
}

.text-block-24 {
  display: none;
}

.container-38 {
  justify-content: center;
  margin-top: -267px;
  padding-top: 209px;
  display: flex;
}

.image-8 {
  object-fit: contain;
  margin-top: -221px;
}

.text-block-25 {
  color: var(--white);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  line-height: 35px;
}

.image-9 {
  display: none;
}

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

.text-block-26 {
  margin-top: -45px;
}

.column-24 {
  justify-content: center;
  margin-top: 12px;
  display: flex;
}

.column-25, .column-26, .column-27 {
  justify-content: center;
  display: flex;
}

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

.column-28, .column-29, .column-30, .column-31 {
  justify-content: center;
  display: flex;
}

.container-39 {
  margin-top: 26px;
}

.container-40 {
  margin-top: 27px;
}

.column-32, .column-33, .column-34 {
  justify-content: center;
  display: flex;
}

.section-37 {
  background-color: var(--black);
}

.section-38 {
  margin-bottom: 71px;
}

.heading-15 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.container-41 {
  margin-top: 24px;
}

.container-42 {
  display: none;
}

.container-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.button-4 {
  width: 350px;
  height: 125px;
  background-color: var(--orange-red);
  color: var(--white);
  text-align: center;
  background-image: url('../images/smooth_global_living_tag_horiz.png');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: 165px;
  margin-bottom: 24px;
}

.container-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -23px;
  display: flex;
}

.section-40 {
  border-top: 1px solid var(--orange-red);
  background-color: var(--black);
  padding-top: 48px;
  padding-bottom: 42px;
}

.section-41 {
  padding-top: 291px;
}

.container-45 {
  margin-top: -225px;
}

.section-42 {
  background-color: var(--saddle-brown);
  margin-bottom: 36px;
  padding-top: 231px;
  padding-bottom: 28px;
  transition: background-color .6s;
}

.container-46 {
  margin-top: -205px;
}

.column-35 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-16 {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
}

.button-5 {
  border: 1px solid var(--white);
  background-color: var(--saddle-brown);
  border-radius: 8px;
  margin-top: 17px;
  transition: background-color .475s;
}

.button-5:hover {
  background-color: var(--orange-red);
}

.column-36 {
  justify-content: center;
  padding-top: 167px;
  display: flex;
}

.image-17 {
  margin-top: 22px;
}

.html-embed-5 {
  display: none;
}

.html-embed-6 {
  margin-top: -162px;
}

.link-3 {
  color: var(--orange-red);
}

.column-37 {
  justify-content: center;
  display: flex;
}

.image-18 {
  text-align: center;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"], html.w-mod-js [data-ix="fade-in-top-scroll-in-2"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .hamburger-button:hover {
    color: var(--blue);
  }

  .hamburger-button.w--open {
    background-color: var(--darker-grey);
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .hero-slider {
    height: 400px;
  }

  .form-wrapper.squeezed {
    padding-left: 10%;
    padding-right: 10%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .nav-link {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: var(--darker-grey);
    padding: 17px;
  }

  .logo-link {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0;
  }

  .content-column {
    padding-top: 0;
  }

  .section-2 {
    padding-top: 153px;
  }

  .image {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar {
    position: relative;
  }

  .menu-button {
    color: #fff;
    font-size: 30px;
  }

  .section-4 {
    padding-top: 287px;
  }

  .container-7 {
    margin-top: -249px;
  }

  .div-block-3 {
    margin-top: 63px;
  }

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

  .image-4 {
    display: none;
  }

  .section-6 {
    padding-top: 230px;
  }

  .container-10 {
    flex-direction: column;
    margin-top: -227px;
  }

  .image-5 {
    margin-top: 1px;
    margin-left: 588px;
  }

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

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

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .button-3 {
    justify-content: center;
  }

  .icon-2 {
    color: var(--white);
  }

  .image-6, .html-embed-3 {
    display: none;
  }

  .menu-button-2 {
    background-color: var(--saddle-brown);
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: var(--saddle-brown);
  }

  .dropdown-link-2:hover {
    background-color: var(--orange-red);
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-9 {
    background-position: 35%;
  }

  .section-10 {
    background-position: 38%;
  }

  .section-13 {
    background-position: 35%;
  }

  .section-14 {
    background-position: 50%;
  }

  .section-15 {
    background-position: 30%;
  }

  .heading-2 {
    margin-top: 43px;
  }

  .container-18 {
    margin-top: -420px;
  }

  .section-27 {
    padding-top: 170px;
  }

  .section-28 {
    padding-top: 201px;
  }

  .section-29 {
    padding-top: 185px;
  }

  .section-30 {
    padding-top: 184px;
  }

  .section-31 {
    padding-top: 226px;
  }

  .section-32 {
    margin-bottom: 29px;
  }

  .div-block-5 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .div-block-6 {
    margin-left: 19px;
    margin-right: 19px;
  }

  .div-block-7 {
    margin-left: 21px;
    margin-right: 21px;
  }

  .div-block-8, .div-block-9 {
    margin-left: 19px;
    margin-right: 19px;
  }

  .section-35 {
    padding-top: 257px;
  }

  .text-block-24, .image-9 {
    display: none;
  }

  .text-block-26 {
    margin-top: -42px;
  }

  .container-42 {
    display: none;
  }

  .heading-16 {
    text-align: center;
    font-size: 16px;
  }

  .button-5 {
    font-size: 14px;
  }

  .html-embed-5 {
    margin-top: -151px;
    display: block;
  }

  .html-embed-6 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-section {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .form-wrapper.squeezed {
    padding-left: 0;
    padding-right: 9px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-fours {
    width: 33.33%;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    text-align: center;
    margin-bottom: 13px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-7 {
    flex-direction: column;
    justify-content: center;
    margin-top: -316px;
    display: flex;
  }

  .div-block-2 {
    margin-top: -24px;
  }

  .div-block-3 {
    margin-top: 124px;
  }

  .text-block-5 {
    margin-top: 26px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    margin-left: 205px;
    margin-right: 205px;
    display: block;
  }

  .section-6 {
    background-position: 45%;
  }

  .container-10 {
    flex-direction: column;
    align-items: center;
    margin-top: -230px;
  }

  .image-5 {
    margin-top: 11px;
    margin-left: 447px;
  }

  .text-block-6 {
    margin-left: 235px;
    font-size: 20px;
  }

  .section-7 {
    padding-top: 295px;
    padding-bottom: 0;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .container-12 {
    text-align: center;
    margin-top: -375px;
  }

  .html-embed-2, .image-6 {
    display: none;
  }

  .html-embed-3 {
    display: block;
  }

  .section-9, .section-10 {
    background-position: 25%;
  }

  .section-12 {
    padding-top: 217px;
  }

  .section-13 {
    background-position: 25%;
  }

  .section-14 {
    padding-top: 198px;
  }

  .section-15 {
    background-position: 20%;
    padding-top: 257px;
  }

  .section-18 {
    padding-bottom: 35px;
  }

  .heading-2 {
    margin-top: 49px;
  }

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

  .text-block-8 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .text-block-9 {
    margin-left: 11px;
    margin-right: 11px;
  }

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

  .container-18 {
    margin-top: -430px;
  }

  .html-embed-4 {
    margin-top: 24px;
  }

  .text-block-11 {
    text-align: center;
    margin-top: 18px;
  }

  .text-block-12 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-27 {
    padding-top: 135px;
  }

  .section-28 {
    padding-top: 137px;
  }

  .section-29 {
    padding-top: 146px;
  }

  .section-30 {
    padding-top: 122px;
  }

  .section-31 {
    background-position: 20%;
    padding-top: 226px;
  }

  .column-8 {
    margin-top: -442px;
  }

  .column-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .column-19 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .div-block-6 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .div-block-7 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .column-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-15, .text-block-16 {
    text-align: left;
    margin-top: 19px;
  }

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

  .column-21 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-18 {
    text-align: left;
    margin-top: 16px;
  }

  .column-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-19 {
    text-align: left;
    margin-top: 28px;
  }

  .column-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-20 {
    text-align: left;
    margin-top: 25px;
  }

  .text-block-22 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-35 {
    padding-top: 203px;
  }

  .text-block-24, .image-9 {
    display: none;
  }

  .text-block-26 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .image-11 {
    margin-top: 25px;
  }

  .image-12 {
    margin-top: 19px;
  }

  .image-13 {
    margin-top: 21px;
  }

  .image-14 {
    margin-top: 8px;
  }

  .image-15 {
    margin-top: 13px;
  }

  .container-42 {
    display: none;
  }

  .heading-16 {
    font-size: 25px;
  }

  .button-5 {
    font-size: 16px;
  }

  .html-embed-5 {
    margin-top: -169px;
  }

  .column-37 {
    margin-top: 24px;
  }
}

@media screen and (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-left: 53px;
    padding-right: 53px;
  }

  .grid-fours {
    width: 50%;
  }

  .section-2 {
    padding-top: 98px;
  }

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

  .image {
    margin-top: 137px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -308px;
    display: flex;
  }

  .text-block-5 {
    margin-top: 29px;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    margin-top: 34px;
    display: block;
  }

  .section-6 {
    background-position: 40%;
    padding-top: 159px;
  }

  .paragraph-2 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .container-10 {
    margin-top: -227px;
  }

  .image-5 {
    margin-top: 105px;
    margin-left: 90px;
    display: none;
  }

  .text-block-6 {
    margin-top: -10px;
    margin-left: 29px;
    padding-left: 13px;
  }

  .navbar-2 {
    margin-top: 0;
  }

  .section-7 {
    padding-top: 270px;
    padding-bottom: 0;
  }

  .divider {
    background-color: rgba(238, 238, 238, 0);
  }

  .container-12 {
    margin-top: -355px;
  }

  .html-embed-2 {
    display: none;
  }

  .image-6 {
    margin-top: 89px;
    margin-left: 48px;
    display: block;
  }

  .html-embed-3 {
    margin-top: 6px;
  }

  .section-9 {
    background-position: 30%;
    background-size: cover;
    margin-left: -1px;
    padding-top: 152px;
  }

  .section-10 {
    padding-top: 152px;
  }

  .section-11 {
    padding-top: 158px;
  }

  .section-12 {
    padding-top: 140px;
  }

  .section-13 {
    padding-top: 115px;
    display: none;
  }

  .section-14 {
    background-position: 35%;
    padding-top: 132px;
  }

  .section-15 {
    padding-top: 158px;
  }

  .container-13 {
    margin-top: -228px;
  }

  .heading-2 {
    margin-top: 26px;
    font-size: 25px;
  }

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

  .column-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-18 {
    margin-top: -431px;
  }

  .text-block-11 {
    text-align: center;
    margin-top: 25px;
  }

  .section-27 {
    padding-top: 85px;
  }

  .section-28 {
    padding-top: 81px;
  }

  .section-29 {
    padding-top: 77px;
  }

  .section-30 {
    padding-top: 79px;
  }

  .section-31 {
    padding-top: 152px;
  }

  .section-32 {
    padding-top: 261px;
  }

  .column-8 {
    margin-top: -194px;
  }

  .text-block-15 {
    text-align: left;
    margin-top: 11px;
  }

  .text-block-16, .text-block-17 {
    text-align: left;
    margin-top: 20px;
  }

  .div-block-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

  .text-block-19, .text-block-20 {
    text-align: left;
  }

  .text-block-21 {
    font-size: 25px;
  }

  .section-35 {
    background-position: 35%;
    padding-top: 135px;
  }

  .text-block-24 {
    color: var(--white);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 20px;
    line-height: 25px;
    display: block;
  }

  .container-38 {
    flex-direction: column;
    align-items: center;
    margin-top: 17px;
    padding-top: 90px;
  }

  .image-8 {
    margin-top: -76px;
    display: none;
  }

  .text-block-25 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -7px;
    font-size: 20px;
    display: flex;
  }

  .image-9 {
    margin-top: -179px;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .image-16 {
    margin-top: -61px;
  }

  .section-39 {
    background-color: var(--black);
    padding-top: 0;
  }

  .container-42 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-27 {
    color: var(--white);
    margin-top: -21px;
    margin-bottom: 22px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 25px;
  }

  .heading-16 {
    font-size: 20px;
  }
}


