:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.section {
  justify-content: center;
  align-items: center;
  margin-bottom: 124px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

.section.cc-store-home-wrap.herobanner {
  display: block;
}

.section.video-section {
  margin-left: 0;
  margin-right: 0;
}

.section.video-section.video {
  margin-bottom: 80px;
}

.section.footer {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.section.cta {
  margin-bottom: 0;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 90%;
  margin: 0;
  display: flex;
}

.container.footer {
  align-self: center;
  max-width: none;
  padding: 20px 48px;
}

.container.footer.block {
  display: block;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #70615f;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  margin-top: 0;
  margin-left: 24px;
  margin-right: 24px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button:hover {
  color: #fff;
  background-color: #70615f;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: 56px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: static;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

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

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.link-button {
  margin-top: -48px;
}

.button.regular {
  margin-left: 0;
}

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

.label.cc-light {
  opacity: 1;
  text-transform: none;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
}

.label.cc-light.gray-text {
  color: #8a8a8a;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: 1;
  font-family: Josefin Sans, sans-serif;
}

.heading-jumbo {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Carlasans, Palatino Linotype, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin: 0 0 24px;
  font-family: Carlasans, Palatino Linotype, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.brake {
  margin-bottom: 12px;
  line-height: 60px;
}

.heading-jumbo-small.title-2 {
  font-size: 36px;
}

.heading-jumbo-small.title-2.experience {
  margin-bottom: 12px;
  font-size: 36px;
}

.heading-jumbo-small.title-2 {
  margin-bottom: 0;
  font-size: 72px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  text-align: left;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 16px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/hero-menor.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 0;
}

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

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

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

.home-content-wrap.cta {
  margin-bottom: 0;
}

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

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Carlasans, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.section-heading.carousel-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

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

.about-grid.cc-about-2 {
  background-color: #f5f5f5;
  grid-template-columns: 1fr;
  grid-template-areas: ". .";
  margin-bottom: 100px;
  padding-bottom: 48px;
  padding-right: 48px;
}

.intro-text {
  flex-flow: column;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span, .text-span-2 {
  font-weight: 600;
}

.text-block {
  padding-top: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block.button-label {
  padding-top: 2px;
}

.div-block {
  margin-bottom: 36px;
}

.image {
  background-color: #f5f5f5;
  width: 100%;
  padding: 0;
}

.text-block-2 {
  color: #8a8a8a;
  font-family: Carlasans, Palatino Linotype, sans-serif;
}

.text-block-3 {
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 17px;
}

.div-block-4 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.div-block-5 {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 2px;
  max-width: 2px;
  height: 96px;
  min-height: 96px;
  max-height: 96px;
  margin-bottom: 48px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 36px;
}

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

.advantage-description {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.advantage-label {
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.video-wrapper {
  cursor: pointer;
  border-radius: .3125rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.autoplay-code {
  display: none;
}

.video-thumbnail {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.thumbnail {
  z-index: -1;
  opacity: .4;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(.4, .01, .165, .99), opacity .7s cubic-bezier(.4, .01, .165, .99);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.thumbnail:hover {
  opacity: .7;
}

.play-icon {
  color: #fff;
  width: 12%;
  position: relative;
}

.video-embed {
  z-index: 0;
  opacity: 0;
  background-image: none;
  position: relative;
}

.image-2 {
  margin-left: 0;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  margin-bottom: 200px;
}

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

.text-span-4 {
  font-weight: 600;
}

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

.image-4 {
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grid-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.slide-nav {
  display: none;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  width: auto;
  display: block;
}

.left-arrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40px;
  max-width: none;
  height: 40px;
  margin-top: 305px;
  margin-left: 44px;
  display: flex;
  position: absolute;
}

.right-arrow {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 305px;
  margin-right: 290px;
  display: flex;
  position: absolute;
}

.div-block-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-13 {
  background-color: #ebe2dd;
  height: 2px;
  max-height: 2px;
  margin-left: 48px;
  padding-left: 0;
}

.div-block-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.text-block-4 {
  margin-left: 48px;
}

.div-block-19 {
  max-width: 434px;
  padding-top: 48px;
}

.div-block-20 {
  max-width: 404px;
}

.bg-section {
  background-image: url('../images/bg-diamong.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 124px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  width: 148px;
  max-width: 80%;
}

.div-block-25 {
  background-color: #f3f3f3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 48px;
  display: flex;
}

.div-block-25.divider {
  background-color: #5b5b5b;
  height: 1px;
}

.text-block-5 {
  font-family: Josefin Sans, sans-serif;
  font-size: 14px;
}

.hyperlink {
  color: #222;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.image-7 {
  display: none;
}

.text-block-6 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
  display: block;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.slide-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-26 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

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

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    padding-left: 60px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

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

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

  .intro-text {
    width: auto;
  }

  .container-2 {
    width: 100%;
  }

  .play-icon {
    width: 8rem;
  }

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

  .bg-section {
    background-position: 180% 40%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

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

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .play-icon {
    width: 5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap.herobanner {
    margin-bottom: 80px;
  }

  .container {
    max-width: 100%;
  }

  .paragraph-bigger.cc-bigger-white-light {
    color: #000;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    color: #fff;
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button.cc-jumbo-button.cc-jumbo-white:hover {
    background-color: #363636;
  }

  .button.regular.cta-footer {
    align-self: flex-start;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: left;
  }

  .heading-jumbo {
    color: #000;
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small.brake {
    line-height: 48px;
  }

  .heading-jumbo-small.title-2 {
    font-size: 30px;
  }

  .logo-link.w--current {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    background-color: #fff;
    background-image: none;
    background-size: auto;
    height: auto;
    margin-top: 12px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-content.cc-homepage {
    width: 90%;
  }

  .motto-wrap {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap.cta {
    max-width: 100%;
    margin-top: 0;
  }

  .section-heading {
    text-align: left;
    font-size: 24px;
    line-height: 36px;
  }

  .about-grid {
    grid-template-rows: auto;
    margin-bottom: 0;
  }

  .about-grid.cc-about-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .intro-text {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 36px;
    padding-right: 36px;
  }

  .play-icon {
    width: 3rem;
  }

  .image-2 {
    display: none;
  }

  .grid-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-4 {
    max-width: 100%;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: 90%;
  }

  .image-5 {
    width: 30%;
  }

  .slider-2 {
    width: auto;
    max-width: none;
  }

  .left-arrow {
    margin-top: 348px;
    margin-left: 44px;
  }

  .right-arrow {
    margin-top: 348px;
    margin-right: 218px;
  }

  .div-block-12 {
    max-width: 100%;
  }

  .div-block-14 {
    max-width: none;
  }

  .text-block-4 {
    max-width: 100%;
  }

  .div-block-19 {
    width: 360px;
    max-width: 360px;
  }

  .bg-section {
    background-position: 50%;
    background-repeat: repeat;
    background-size: 0 0;
  }

  .grid-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
  }

  .div-block-22 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-25 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    height: auto;
    padding: 12px 24px;
  }

  .div-block-25.divider {
    max-height: 1px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-7 {
    min-width: 100%;
    max-width: none;
    display: block;
  }

  .mask {
    max-width: none;
    height: auto;
  }

  .slide-2 {
    max-width: none;
  }
}

#w-node-_99320d13-d638-cbda-42b8-a9a0dcbc9d18-d2562b38 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_99320d13-d638-cbda-42b8-a9a0dcbc9d23-d2562b38 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_74d57187-248b-d0ed-b830-ba75b0c41ff8-d2562b38 {
  align-self: center;
  justify-self: auto;
}

#w-node-_74d57187-248b-d0ed-b830-ba75b0c42004-d2562b38 {
  align-self: auto;
  justify-self: center;
}

#w-node-_290e24bd-5fdf-c772-e44e-764e27ae7a26-d2562b38 {
  align-self: start;
  justify-self: auto;
}

#w-node-_99320d13-d638-cbda-42b8-a9a0dcbc9d25-d2562b38 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_99320d13-d638-cbda-42b8-a9a0dcbc9d30-d2562b38 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_96b621c8-6043-5394-4096-34356a999050-51e627e8 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_99320d13-d638-cbda-42b8-a9a0dcbc9d18-d2562b38 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_99320d13-d638-cbda-42b8-a9a0dcbc9d23-d2562b38 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_99320d13-d638-cbda-42b8-a9a0dcbc9d25-d2562b38 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_99320d13-d638-cbda-42b8-a9a0dcbc9d30-d2562b38 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_99320d13-d638-cbda-42b8-a9a0dcbc9d18-d2562b38 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_74d57187-248b-d0ed-b830-ba75b0c42004-d2562b38 {
    align-self: auto;
  }

  #w-node-_290e24bd-5fdf-c772-e44e-764e27ae7a26-d2562b38, #w-node-_96b621c8-6043-5394-4096-34356a999050-51e627e8, #w-node-_73131d2e-560a-6b6e-bfee-3f6efc614417-51e627e8 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Carlasans';
  src: url('../fonts/CarlaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carlasans';
  src: url('../fonts/CarlaSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carlasans';
  src: url('../fonts/CarlaSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carlasans';
  src: url('../fonts/CarlaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}