:root {
  --light: #dfdad5;
  --dark: #242022;
  --gainsboro: #fafafa;
  --pf: #00205c;
  --color: #ffd199;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--light);
  color: var(--dark);
  font-family: DM Sans, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Cambon, sans-serif;
  font-size: 5.4em;
  font-weight: 300;
  line-height: 1;
}

h2, h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cambon, sans-serif;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 1560px;
  max-width: 100%;
  direction: ltr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
  display: block;
}

.container.is--nav {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.container.is--template {
  padding-bottom: 2em;
}

.html {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section.hero {
  position: relative;
  overflow: hidden;
}

.section.is--nav {
  z-index: 1000;
  max-height: 110px;
  background-color: #f8f8f8;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section.is--template {
  min-height: 100vh;
  text-align: center;
}

.section.is--dark {
  background-color: var(--dark);
  color: var(--light);
}

.header {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 8.7em;
  padding-bottom: 6.2em;
  display: block;
}

.hero_right {
  height: 100%;
}

.hero_wrap {
  position: relative;
  overflow: hidden;
}

.hero_text {
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.logo {
  width: 13em;
  height: 2em;
  color: var(--dark);
}

.logo.w--current {
  width: 12em;
  flex: 0 auto;
  align-self: auto;
}

.logo_image {
  width: 100%;
}

.button {
  border: 1px solid var(--dark);
  color: var(--dark);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vw;
  padding: .5em 2.4em;
  font-size: .9em;
  font-weight: 500;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

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

.button.is--hero {
  text-align: center;
}

.template_image {
  width: 100%;
  height: 42em;
  object-fit: cover;
  margin-top: 3.2em;
}

.header_sub {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.header_sub-line {
  width: 4em;
  height: 1px;
  background-color: var(--dark);
  flex: 0 auto;
}

.header_sub-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  flex: 1;
  margin-left: 1em;
  font-size: .8em;
  font-weight: 500;
}

.nav-link {
  color: var(--dark);
  padding-left: 2em;
}

.menu-icon {
  width: 2em;
  height: 2em;
  display: none;
  overflow: visible;
}

.nav-link_text {
  font-size: 1.2em;
}

.hero_content {
  padding-top: 3em;
  padding-bottom: 3em;
}

.hero_top {
  width: 100%;
  height: 0;
}

.hero_arrows {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1.3em;
  display: flex;
}

.arrow_image {
  width: 5em;
  transition: all .2s;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-icon_embed {
  width: 100%;
  height: 100%;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill, .splide.slider2.pill {
  padding-right: 14em;
}

.splide.slider2.tall {
  overflow: hidden;
}

.splide__track {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.splide__list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.splide__slide {
  width: 33.3333%;
  flex: none;
}

.splide__slide.five-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 15px;
  padding-left: 0;
  font-size: 1vw;
  display: block;
}

.slider-pill_img {
  width: 100%;
  object-fit: cover;
  background-color: rgba(36, 32, 34, .14);
  border-radius: 100vw;
  margin-bottom: 2em;
  padding-top: 128%;
  position: relative;
  overflow: hidden;
}

.overflow {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-pill {
  text-align: center;
  padding-bottom: 3.5em;
}

.sliders_text2 {
  color: #f0f0f0;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.is--center {
  justify-content: center;
  padding-left: 1em;
}

.splide__arrow {
  width: 6em;
  height: 3em;
  border: 1px solid var(--dark);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border-radius: 100vw;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: rgba(55, 50, 53, .06);
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.splide__pagination__page {
  width: 3em;
  height: 4px;
  background-color: var(--dark);
  opacity: .2;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  background-color: var(--dark);
  opacity: 1;
}

.slider-css {
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider-square {
  text-align: left;
  padding-bottom: 3.5em;
  transition: color .35s;
}

.slider-square_img {
  width: 100%;
  transform-origin: 50% 0;
  margin-bottom: 2em;
  padding-top: 66%;
  transition: transform .35s;
  position: relative;
  overflow: hidden;
}

.slider-square_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.2);
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.slider-pill_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-tall {
  padding-bottom: 3.5em;
}

.slider-tall.center {
  text-align: center;
}

.slider-tall_img {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 2em;
  padding-top: 128%;
  padding-bottom: 0;
  padding-right: 0;
  transition: border-radius .5s, transform .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-tall_img.rounded {
  border-radius: 2em;
}

.slider-tall_photo {
  width: 100%;
  height: 100%;
  outline-offset: 0px;
  direction: ltr;
  text-align: left;
  text-transform: none;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-clip: border-box;
  border: 19px solid #000;
  border-radius: 0;
  outline: 3px rgba(0, 0, 0, 0);
  flex: 0 auto;
  align-self: auto;
  margin: 20px 0 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
  transform: scale(1.2);
}

.text-opacity {
  opacity: 1;
  transition: opacity .35s;
}

.div-block {
  height: 6em;
}

.section-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-2.cc-home-wrap {
  margin-top: 60px;
}

.image-11 {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  margin-top: 28px;
}

.navbar {
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-block-3 {
  color: #f8f8f8;
  text-align: center;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.text-block {
  color: #f8f8f8;
  text-align: center;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.text-block.textb2 {
  color: var(--dark);
  text-align: center;
  font-style: normal;
}

.text-block.textb2:hover {
  color: #f8f8f8;
}

.text-block.textb2.name {
  font-size: 20px;
}

.text-block.textb2.name:hover {
  color: var(--dark);
}

.image-4 {
  width: 200px;
  max-width: 200px;
  object-fit: fill;
  margin-top: 40px;
  margin-left: 0;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}

.div-block-2 {
  display: block;
}

.div-block-3 {
  max-height: 100%;
  text-align: left;
}

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

.heading-jumbo-small {
  color: #1c1c1c;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 72px;
  position: static;
}

.image-5 {
  max-width: 100%;
  background-color: #fff;
}

.image {
  width: auto;
  max-width: 100%;
  min-width: 100%;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}

.image.resize {
  max-width: 60%;
  min-width: 50%;
}

.image.resize2 {
  max-width: 80%;
  min-width: 0%;
}

.icon-2 {
  color: #000;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  text-align: left;
  background-color: #f8f8f8;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.container-2.overflow-none {
  overflow: hidden;
}

.slider3 {
  height: 370px;
  background-color: #0b518c;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 2px;
  grid-row-gap: 10px;
  object-fit: contain;
  flex-wrap: nowrap;
  grid-template: "." minmax(0, 1fr)
                 "Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.paragraph {
  max-width: 200px;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}

.text {
  opacity: 1;
  color: #535353;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.33;
  text-decoration: none;
  overflow: visible;
}

.text.paragraphvid {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text.paragraphvid.justified {
  color: var(--dark);
  margin-top: 43px;
  margin-bottom: 0;
}

.text.paragraphvid.justified.modified {
  margin-top: 0;
}

.text.paragraphl2 {
  opacity: 1;
  color: #eee;
}

.text.paragraphl2.justified {
  color: var(--light);
  text-align: left;
  margin-top: 35px;
}

.text.pdfdown {
  color: #00e;
  margin-top: 15px;
  text-decoration: underline;
}

.text.modalparagraph {
  font-size: 12px;
}

.text.justified {
  float: none;
  color: var(--dark);
  text-align: justify;
  -webkit-text-stroke-color: var(--gainsboro);
  justify-content: space-around;
  margin: 40px 0 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  display: block;
}

.text.justified.paragraphl2 {
  text-align: justify;
  margin-top: 32px;
  padding-top: 30px;
}

.text.justified.paragraphl2.justification {
  text-align: right;
}

.text.justified.justified2 {
  margin-top: 40px;
}

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

.motto-wrap {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 60px 40px 40px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.heading {
  color: #535353;
  font-family: Archivo, sans-serif;
  font-weight: 300;
}

.home-content-wrap {
  margin-top: 40px;
  margin-bottom: 30px;
}

.slide-nav {
  display: inline-block;
  overflow: visible;
}

.slide {
  overflow: visible;
}

.mask {
  margin-bottom: 0;
}

.columns {
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
}

.slider {
  object-fit: fill;
  background-color: #f0f0f0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.logo-image {
  color: #fff;
  display: block;
}

.image-2 {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

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

.section-heading {
  clear: none;
  color: var(--pf);
  text-align: left;
  object-fit: fill;
  flex-wrap: wrap;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.33;
  transition: opacity .2s;
  display: block;
  overflow: visible;
}

.section-heading.sectionh2 {
  color: #f8f8f8;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 55px;
}

.section-heading.sectionh2.justification {
  text-align: right;
}

.about-grid {
  max-height: 600px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area Area"
  / 2fr 1.25fr;
  justify-content: stretch;
  align-items: start;
  justify-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  position: static;
}

.about-grid.cc-about-2 {
  height: auto;
  max-height: 800px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-items: center;
  justify-items: start;
  margin-top: 0;
  margin-bottom: 57px;
  display: grid;
  overflow: visible;
}

.about-grid.cc-about-2.aboutlast {
  display: block;
}

.back-wrap {
  max-width: 140px;
}

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

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

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

.button-2 {
  float: left;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #3db5e6;
  border-radius: 10px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: inline-block;
  position: static;
}

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

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

.button-2.colorbb {
  float: left;
  text-align: center;
  background-color: #fff;
  margin-top: 20px;
}

.button-2.colorbb:hover {
  background-color: var(--dark);
  color: #fff;
}

.button-2.colorbb.justification {
  float: right;
  clear: right;
  text-align: right;
}

.button-2.back-button {
  color: #fff;
  border-radius: 80px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.imagelast {
  float: right;
  clear: none;
  text-align: center;
  object-fit: fill;
  border-radius: 0;
  margin: 30px auto 20px;
  padding-bottom: 0;
  display: inline-block;
  position: static;
  left: 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}

.heading-2 {
  color: #00205c;
  font-family: Roboto, sans-serif;
  font-size: 3.9em;
  font-style: normal;
  font-weight: 700;
}

.paragraph-tiny {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.footer-wrap {
  text-align: center;
  background-color: #004a88;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding-top: 30px;
  padding-bottom: 60px;
  display: block;
}

.image-9 {
  max-height: 35px;
  margin-left: 0;
}

.link-block {
  margin-left: 20px;
}

.container-3 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.image-6 {
  max-height: 35px;
  max-width: 100%;
}

.body {
  background-color: #f8f8f8;
}

.heading-3 {
  color: var(--dark);
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-4 {
  opacity: .5;
  color: var(--dark);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.button-3 {
  max-height: 40px;
  max-width: 60px;
  color: #000;
  background-color: rgba(240, 240, 240, 0);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.image-10 {
  border-radius: 4px;
  margin-top: 60px;
}

.body-2 {
  background-color: #f8f8f8;
}

.about-grid-2 {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 19px;
}

.body-3 {
  object-fit: fill;
  background-color: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
}

.body-4 {
  background-color: #f8f8f8;
}

.body-5 {
  background-color: #f8f8f8;
  padding-left: 0;
  padding-right: 0;
}

.image-12 {
  max-width: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.body-6 {
  background-color: var(--gainsboro);
}

.image-13 {
  border-radius: 4px;
  margin-top: 60px;
}

.container-4 {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.div-block-5 {
  max-width: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 30px;
  display: flex;
}

.div-block-6 {
  max-width: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.heading-5, .heading-6 {
  color: #f0f0f0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-2 {
  color: #f0f0f0;
  font-size: 13px;
}

.paragraph-3 {
  color: #f0f0f0;
}

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

.content-block.bg-text {
  background-image: url('../images/YumYum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-4 {
  min-height: 60px;
  text-align: center;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-4:hover {
  background-color: #2faeb4;
}

.button-4.button-space {
  margin-top: 40px;
}

.content-section-bg {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BG-Shape-Content.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 96% 90%;
  padding: 140px 3%;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

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

.bold-text-2 {
  color: #fff;
  background-color: #ff7482;
}

.container-6 {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 40px;
}

.container-6.colorb {
  aspect-ratio: auto;
  text-align: center;
  object-fit: cover;
  background-color: #004a88;
  margin-top: 26px;
  margin-bottom: 36px;
  padding-bottom: 150px;
}

.container-6.colorb.post-11 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-6.container-slide {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.container-6.back-button-fixed {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-7 {
  text-align: left;
  font-family: Poppins, sans-serif;
}

.grid {
  margin-left: 30px;
  margin-right: 30px;
}

.title2 {
  max-width: 50%;
  flex: 0 auto;
  align-self: auto;
  display: block;
}

.title1 {
  color: #ff7482;
  text-align: left;
  letter-spacing: .1em;
  font-family: Cheddar jack, sans-serif;
  font-size: 120px;
  font-weight: 400;
}

.container-7 {
  max-width: 50%;
}

.bold-text-3 {
  color: var(--dark);
  font-family: Poppins, sans-serif;
}

.slider-button-right {
  width: 56px;
  height: 56px;
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #dee3ff;
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-right:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 60%;
}

.slider-button-right:active {
  background-color: #657cff;
}

.no-margin {
  margin-bottom: 0;
  margin-right: 0;
}

.swiper-column {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.container-8 {
  width: 100%;
  max-width: 1328px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container-8.flex-center.overflow-none {
  overflow: hidden;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.basic-slider-list {
  align-items: center;
  display: flex;
}

.slider-button-left {
  width: 56px;
  height: 56px;
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #dee3ff;
  background-image: url('../images/Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 40%;
}

.slider-button-left:active {
  background-color: #657cff;
}

.section-5 {
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
}

.section-5.overflow-none {
  background-color: #f0f4f9;
  flex-direction: column;
  font-size: 24px;
  line-height: 1.2em;
  overflow: hidden;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.basic-swiperr-item {
  width: 100%;
  height: 320px;
  width: 100%;
  height: 320px;
  width: 100%;
  height: 320px;
  flex-wrap: nowrap;
  flex: none;
  align-self: auto;
  display: flex;
}

.swiper-arrow-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.basic-swiper {
  width: 100%;
  margin-bottom: 48px;
  overflow: hidden;
}

.swiper-arrow-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.image-16 {
  max-width: 150px;
  text-transform: none;
}

.slide-2, .slide-3 {
  width: 344px;
}

.mask-2 {
  width: 260px;
  height: auto;
  max-width: 95px;
  overflow: visible;
}

.slidesize {
  width: 260px;
  height: 450px;
  max-height: 80%;
  max-width: 92.5vw;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-right: 30px;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: 0 10px 40px 10px rgba(0, 0, 0, .1);
}

.slidesize.slider2 {
  height: 600px;
}

.slider-2 {
  z-index: -999;
  height: auto;
  object-fit: fill;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 7.5vw;
  position: relative;
  overflow: visible;
}

.slider-2:hover {
  z-index: -999;
  object-fit: fill;
}

.container-10 {
  z-index: 9999;
  max-width: 100%;
  padding-bottom: 150px;
  display: block;
  position: static;
  overflow: hidden;
}

.container-10.promociones {
  flex-direction: column;
  display: flex;
}

.profile {
  width: 100%;
  height: 260px;
  max-width: 100%;
  object-fit: cover;
}

.content-wrapper {
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  padding: 24px;
}

.content-wrapper.cw2 {
  height: 260px;
  object-fit: fill;
  overflow: visible;
}

.slide-nav-2 {
  margin-top: 30px;
  margin-right: 7.5vw;
  padding-top: 10px;
  display: none;
  position: static;
}

.icon-3 {
  color: #3db5e6;
  text-shadow: 0 5px 40px rgba(0, 0, 0, .1);
  display: block;
}

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

.icon-4 {
  color: #3db5e6;
  text-shadow: 0 5px 40px rgba(0, 0, 0, .1);
  display: block;
}

.icon-4:hover {
  color: var(--dark);
}

.left-arrow-2 {
  width: 50px;
  height: 50px;
  object-fit: fill;
  top: 650px;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.left-arrow-2.la1 {
  top: 550px;
}

.container-11 {
  max-width: 100%;
  padding-left: 40px;
}

.video {
  border-radius: 4px;
}

.bold-text-4 {
  color: #fe4a5d;
}

.right-arrow {
  width: 50px;
  height: 50px;
  top: 550px;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.right-arrow.ra1 {
  display: block;
}

.right-arrow-2 {
  width: 50px;
  height: 50px;
  top: 650px;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.link {
  color: #00e;
  text-align: left;
  text-decoration: none;
}

.link:visited {
  color: #551a8b;
}

.bold-text-5 {
  color: #00e;
  text-decoration: underline;
}

.bold-text-5:active {
  color: #551a8b;
}

.bold-text-5.nota1 {
  margin-right: 0;
}

.bold-text-5.nota-2 {
  margin-left: 0;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  color: var(--dark);
}

.bold-text-19 {
  color: #f8f8f8;
}

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

.bold-text-20, .bold-text-21 {
  color: var(--dark);
}

.modal {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-block-9 {
  width: 800px;
  background-color: #fff;
  border-radius: 5px;
  align-self: flex-end;
  margin-bottom: 30px;
  padding: 30px 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}

.image-17 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.x {
  width: 30px;
  height: 30px;
  object-fit: scale-down;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.container-13 {
  max-width: 600px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.bold-text-22 {
  font-size: 2vw;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.back-button {
  margin-left: 60px;
}

.bold-text-23 {
  color: #fff;
}

.back-button-div {
  height: 80px;
  max-width: 100%;
  background-color: #f8f8f8;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-11 {
  width: 2000px;
  height: 2px;
  max-width: 2000px;
  background-color: #3db5e6;
  align-self: flex-end;
  margin-left: -90px;
}

.link-2 {
  font-size: 26px;
}

.link-3 {
  color: #747474;
  flex: 0 auto;
  align-self: auto;
  font-size: 36px;
}

.bold-text-24, .bold-text-25, .bold-text-26 {
  color: var(--dark);
}

.blankslide {
  width: 100vh;
  height: 100vw;
}

.image-18 {
  max-width: 70%;
  border-radius: 14px;
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}

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

.section-6 {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
}

.section-6.modified {
  display: block;
}

.image-19 {
  width: 150px;
  height: 50px;
  text-align: center;
  margin-left: 0;
  padding-left: 74px;
  display: inline-block;
}

.div-block-13 {
  max-width: 10%;
}

.link-4 {
  color: #71777a;
  font-size: 36px;
}

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

.link-4.w--current {
  display: inline-block;
}

.div-block-14 {
  align-self: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.video-2 {
  border-radius: 5px;
}

.div-block-15 {
  max-height: 600px;
  object-fit: scale-down;
  overflow: visible;
}

.bold-text-28 {
  color: var(--dark);
  font-weight: 700;
}

.bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39 {
  color: var(--dark);
}

.justified {
  color: var(--dark);
  text-align: justify;
}

.div-block-16 {
  z-index: 999;
  position: relative;
}

.video-3 {
  text-align: left;
  object-fit: fill;
  margin-left: 0;
}

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

.italic-text {
  float: none;
  clear: none;
  text-align: left;
  position: static;
}

.container-14 {
  display: block;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

.video-4 {
  margin-top: 31px;
}

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

.columns-2 {
  margin-top: 50px;
}

.bold-text-40 {
  text-align: left;
  font-size: 30px;
  display: block;
  overflow: visible;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  max-width: 80%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.italic-text-2 {
  text-align: center;
}

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

.paragraph-4 {
  color: var(--gainsboro);
  text-align: left;
  -webkit-text-stroke-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.heading-8 {
  color: #00205c;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-weight: 700;
}

.bold-text-42 {
  clear: none;
}

.testimonial-slider-large {
  background-color: var(--pf);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--pf);
  -webkit-text-stroke-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  color: var(--gainsboro);
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-9 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--gainsboro);
  text-shadow: 0 4px 1px rgba(0, 0, 0, .2);
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -127px;
  padding: 80px 30px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  font-size: 20px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-10 {
  color: var(--pf);
  font-family: Poppins, sans-serif;
  font-size: 3em;
}

.heading-11 {
  color: var(--pf);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.button-5 {
  float: none;
  clear: both;
  text-align: center;
  border-radius: 11px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  display: none;
  position: fixed;
  left: auto;
  right: auto;
}

.paragraph-5 {
  text-align: justify;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1.33;
}

.image-22 {
  border: 5px solid var(--light);
  display: block;
  position: relative;
}

.list-item, .list-item-2, .list-item-3, .bold-text-43, .bold-text-44 {
  font-size: 20px;
}

.list-item-4 {
  font-size: 20px;
  font-style: normal;
}

.list-item-5, .list-item-6 {
  font-size: 20px;
}

.list {
  margin-top: -38px;
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 20px;
}

.image-23 {
  width: 841px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-12 {
  color: var(--pf);
  text-align: left;
  font-family: Poppins, sans-serif;
  display: block;
}

.italic-text-3 {
  float: right;
  clear: right;
  text-align: left;
}

.image-24 {
  text-align: center;
  margin-left: 0;
  display: inline-block;
}

.image-25 {
  clear: none;
  text-align: center;
  margin-left: 0;
  position: static;
}

.column-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: inline-block;
  position: static;
}

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

.image-27 {
  border: 10px solid var(--pf);
  margin-left: 0;
}

.heading-13 {
  background-color: var(--pf);
  color: var(--light);
  margin-right: 250px;
  padding-top: 24px;
  padding-left: 32px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.column-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr 1fr 1.5fr 1fr 1.5fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.columns-3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  display: block;
}

.paragraph-6 {
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
}

.paragraph-6.paragraph-6-modified {
  margin-bottom: 40px;
}

.block-quote {
  background-color: var(--pf);
  color: var(--gainsboro);
  -webkit-text-stroke-color: var(--pf);
  font-size: 20px;
}

.heading-14 {
  color: var(--pf);
  margin-left: 45px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.grid-2 {
  grid-row-gap: 215px;
  margin-bottom: -15px;
  padding-top: 0;
  padding-bottom: 0;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 0;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-grid.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-grid.grid-v-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  background-color: rgba(0, 0, 0, .49);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.paragraph-7 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.link-5 {
  color: var(--pf);
}

.bold-text-45 {
  border: 5px solid var(--pf);
  background-color: var(--pf);
  color: var(--light);
  text-align: center;
  border-radius: 6px;
  padding-left: 0;
  display: inline-block;
}

.image-28 {
  text-align: center;
  margin-left: 40px;
}

.paragraph-8 {
  color: var(--light);
  text-align: center;
  margin-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

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

.image-30 {
  margin-right: 27px;
}

.columns-4 {
  margin-top: 60px;
  margin-left: 140px;
  margin-right: 140px;
}

.bold-text-46 {
  border: 5px solid var(--gainsboro);
  background-color: var(--gainsboro);
  color: var(--pf);
  border-radius: 10px;
}

.image-31 {
  text-align: center;
  margin-top: 60px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.paragraph-9 {
  color: var(--pf);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  display: block;
}

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

.navbar-2 {
  background-color: var(--pf);
  outline-offset: 0px;
  outline: 3px #242022;
}

.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;
}

.heading-15 {
  color: var(--gainsboro);
  font-family: Poppins, sans-serif;
}

.paragraph-10 {
  color: var(--gainsboro);
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.paragraph-11 {
  margin-top: 16px;
  margin-left: 45px;
  font-size: 20px;
}

.image-32 {
  text-align: left;
  display: block;
}

.container-18 {
  text-align: center;
  padding-left: 288px;
  display: block;
}

.container-18.modified-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.heading-16 {
  color: var(--gainsboro);
  font-family: Poppins, sans-serif;
  font-size: 4em;
}

.container-6-copy {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 40px;
}

.container-6-copy.colorb {
  background-color: #004a88;
  margin-top: 26px;
}

.container-6-copy.container-slide {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.container-6-copy.back-button-fixed {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-6 {
  color: var(--light);
}

.bold-text-48 {
  border: 5px solid var(--pf);
  background-color: var(--pf);
  color: var(--gainsboro);
  -webkit-text-stroke-color: var(--dark);
  border-radius: 5px;
}

.heading-17 {
  color: var(--light);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.text-block-4 {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--pf);
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.link-7 {
  border: 2px solid var(--pf);
  color: var(--light);
}

.bold-text-49 {
  background-color: rgba(0, 0, 0, 0);
}

.link-8 {
  border: 2px solid var(--pf);
  background-color: var(--pf);
  color: var(--gainsboro);
  border-radius: 10px;
}

.button-6 {
  border: 1px solid var(--gainsboro);
  background-color: var(--pf);
  color: var(--color);
  -webkit-text-stroke-color: var(--gainsboro);
  border-radius: 19px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-span {
  color: var(--light);
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .2px solid #000;
  border-radius: 0;
  grid-template: "Area"
  / .5fr 1fr;
}

.text-block-5 {
  text-align: center;
  font-size: 1.2vw;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: .2px solid #000;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.heading-18 {
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #47b1f0;
  border-top: .2px solid #000;
  text-decoration: none;
}

.text-block-7 {
  font-weight: 500;
}

.text-block-8 {
  color: #47b1f0;
  text-align: center;
  font-size: 1.2vw;
  font-weight: 500;
}

.section-7 {
  margin-bottom: 40px;
}

.section-8 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.bold-text-50 {
  text-align: left;
  padding-left: 10px;
}

.columns-5 {
  float: none;
  clear: none;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  display: block;
  position: static;
}

.column-8 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.image-34 {
  max-width: 100%;
  float: left;
  text-align: center;
  object-fit: fill;
  display: block;
  position: static;
  overflow: visible;
}

.image-34.resize {
  max-width: 80%;
  float: left;
}

.columns-6 {
  margin-top: 40px;
}

.bold-text-51, .bold-text-52 {
  text-align: left;
}

.container-19 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 40px;
}

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

.columns-7 {
  margin-top: 20px;
  padding-top: 40px;
}

.resize, .image-35 {
  max-width: 80%;
  float: right;
}

.column-11 {
  text-align: center;
  position: static;
}

.columns-8 {
  margin-top: 20px;
  padding-top: 40px;
}

.image-36 {
  margin-top: 40px;
}

.column-13, .column-14 {
  text-align: center;
}

.columns-9 {
  margin-top: 40px;
}

.columns-10 {
  margin-bottom: 40px;
}

.html-embed {
  display: block;
}

.slide-4 {
  object-fit: contain;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-56 {
  margin-left: 17px;
}

.image-37 {
  float: right;
  text-align: center;
  margin-top: 13px;
  margin-left: 0;
  margin-right: 30px;
  display: inline-block;
}

.nav-link-2 {
  color: var(--pf);
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.nav-link-2.w--current {
  font-size: 2em;
}

.nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7, .nav-link-8, .nav-link-9, .nav-link-10, .nav-link-11, .nav-link-12, .nav-link-13, .nav-link-14, .nav-link-15, .nav-link-16 {
  color: var(--pf);
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.menu-button {
  float: right;
  color: var(--pf);
  margin-left: auto;
  padding-left: 1px;
  font-family: Poppins, sans-serif;
}

.container-20 {
  float: none;
  margin-left: 60px;
  margin-right: 60px;
}

.navbar-3 {
  padding-right: 0;
  display: block;
}

.link-block-2 {
  text-align: right;
}

.mask-3 {
  object-fit: contain;
  overflow: scroll;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.testimonial-slider-large-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-2 {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  font-weight: 700;
}

.testimonial-image-two-2 {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three-2 {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-22 {
  display: flex;
}

.image-38 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-17, .div-block-18, .div-block-19 {
  margin-top: 60px;
}

.text-span-2 {
  color: var(--pf);
  background-color: #fff;
}

.bold-text-57 {
  text-align: center;
}

.heading-19 {
  color: var(--gainsboro);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-20 {
  color: var(--pf);
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.link-9 {
  color: var(--light);
  -webkit-text-stroke-color: var(--light);
  background-color: #004a88;
  font-weight: 700;
}

.image-39 {
  aspect-ratio: auto;
  text-align: center;
  object-fit: contain;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.video-5 {
  display: inline-block;
}

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

.html-embed-2, .section-9 {
  display: block;
}

.button-7 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #ff7f8c;
  background-clip: border-box;
  border-radius: 11px;
  margin-top: 69px;
  margin-right: 67px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: color .4s, background-color .4s;
  display: block;
}

.text-span-3 {
  background-color: var(--pf);
  -webkit-text-stroke-color: var(--pf);
}

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

.paragraph-14 {
  text-align: justify;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.text-span-4 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.heading-21 {
  color: var(--pf);
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.image-41 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-24 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.heading-22 {
  color: var(--pf);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}

.cell {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.container-25 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.section-10 {
  display: inline-block;
}

.div-block-20 {
  margin-top: 87px;
}

.div-block-21 {
  margin-bottom: 61px;
}

.link-block-3 {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}

.text-span-5 {
  color: var(--light);
  background-color: #004a88;
  font-weight: 700;
}

.div-block-22 {
  margin-bottom: 98px;
}

.section-11 {
  display: inline-block;
}

.bold-text-58 {
  display: block;
}

.div-block-23 {
  margin-top: 94px;
  margin-bottom: 109px;
}

.div-block-24 {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.div-block-25, .div-block-26 {
  padding-bottom: 100px;
}

.image-42 {
  padding-top: 12px;
}

.image-43 {
/*  margin-left: 103px;*/
}

.quick-stack {
  margin-left: 0;
/*  margin-right: -100px;*/
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-2 {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.menu-button-2 {
  aspect-ratio: auto;
  object-fit: fill;
  margin-right: -235px;
  padding-right: 18px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.bold-text-59 {
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h3 {
    font-size: 2em;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

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

  .hero_right {
    height: 58em;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 1vw;
    overflow: hidden;
  }

  .nav-link {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  .hero_content {
    padding-top: 7.8em;
  }

  .nav-menu {
    display: none;
  }

  .splide.slider1.pill, .splide.slider2.pill {
    padding-right: 6vw;
  }

  .splide__list {
    justify-content: flex-start;
    display: flex;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .slider-pill_img {
    padding-top: 148%;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

  .slider-tall_photo {
    display: inline-block;
  }

  .image-4 {
    max-width: 70%;
    padding-left: 0;
  }

  .heading-jumbo-small {
    color: #0b518c;
    font-weight: 300;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-4 {
    display: block;
  }

  .column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph {
    max-width: 70%;
  }

  .text.justified {
    margin-top: 60px;
  }

  .home-content-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .columns {
    flex-direction: row;
    display: flex;
  }

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

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

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

  .column-3 {
    flex-flow: column;
    align-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .left-arrow {
    margin-right: 0;
    padding-left: 0;
  }

  .about-grid-2 {
    justify-items: start;
    display: block;
  }

  .content-block {
    max-width: 500px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .content-section-bg {
    background-color: #f5fbfc;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-grid {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-6.colorb {
    margin-bottom: auto;
    padding-top: 4px;
    padding-bottom: 69px;
  }

  .bold-text-3 {
    font-size: 94px;
  }

  .slider-button-right:hover, .slider-button-left:hover {
    background-position: 50%;
  }

  .section-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .modal {
    display: flex;
  }

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

  .section-6 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-13 {
    width: 100px;
    height: 50px;
    max-width: 100%;
  }

  .div-block-14 {
    align-self: flex-start;
    padding-top: 15px;
  }

  .container-15 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-16 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .container-17 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .text-block-6 {
    font-size: 10px;
  }

  .image-33 {
    object-fit: fill;
  }

  .container-21 {
    max-width: 728px;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .image-43 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: block;
  }

  .quick-stack {
    margin-right: 0;
  }

  .menu-button-2 {
    margin-left: 0px;
    padding-left: 0;
  }

  .cell-3 {
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4em;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .splide.slider1.pill, .splide.slider2.pill {
    padding-right: 0;
  }

  .splide.slider2.tall {
    overflow: visible;
  }

  .splide__slide, .splide__slide.five-cards {
    width: 100%;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .slider-tall_img {
    padding-top: 125%;
  }

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

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

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

  .motto-wrap {
    flex-wrap: wrap;
  }

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

  .title1 {
    font-size: 75px;
  }

  .slider-button-right {
    width: 48px;
    height: 48px;
    background-size: 16px;
  }

  .swiper-column {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .container-8 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider-button-left {
    width: 48px;
    height: 48px;
    background-size: 16px;
  }

  .section-5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .basic-swiper {
    margin-bottom: 32px;
  }

  .div-block-13 {
    max-width: 30%;
  }

  .hero-heading-center, .hero-heading-right, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .hero-without-image, .gallery-scroll {
    padding: 60px 15px;
  }

  .text-block-6 {
    object-fit: fill;
    border: 1px #000;
    font-size: 3vw;
  }

  .text-block-8 {
    font-size: 4vw;
  }

  .section-7, .section-8 {
    margin-bottom: 20px;
  }

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

  .hero-stack, .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 12.6vw;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.is--nav {
    justify-content: center;
    align-items: center;
  }

  .section.is--nav {
    display: block;
    position: static;
  }

  .header_sub-line {
    width: 2em;
  }

  .splide__list {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -15px;
    padding-left: 0;
    display: flex;
  }

  .splide__arrows {
    justify-content: center;
  }

  .slider-tall {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    display: flex;
  }

  .slider-tall_photo {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
  }

  .text-opacity {
    align-self: auto;
  }

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

  .text-block-3, .text-block {
    font-size: 15px;
  }

  .text-block.textb2.name {
    font-size: 18px;
  }

  .heading-jumbo-small {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 28px;
    line-height: 34px;
    display: block;
  }

  .image {
    max-width: 100%;
    border-radius: 7px;
    display: block;
  }

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

  .container-2 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider3 {
    display: flex;
  }

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

  .text {
    text-align: left;
    font-size: 15px;
  }

  .text.paragraphl2 {
    font-size: 14px;
    display: block;
  }

  .text.justified {
    text-align: justify;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .motto-wrap {
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30px;
  }

  .heading {
    font-size: 24px;
  }

  .home-content-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    display: flex;
  }

  .columns {
    flex-direction: column;
    display: flex;
  }

  .home-section-wrap {
    margin-bottom: 0;
  }

  .section-heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .section-heading.sectionh2 {
    margin-top: 20px;
    font-size: 32px;
  }

  .about-grid {
    max-height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .about-grid.cc-about-2 {
    margin-bottom: 10px;
  }

  .button-2.back-button {
    color: #fff;
    padding: 7px 15px;
    font-size: 20px;
  }

  .heading-2 {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .paragraph-tiny {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .button-3 {
    border-color: var(--dark);
    color: var(--dark);
  }

  .button-3.w--current {
    border-color: #fff;
  }

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

  .about-grid-2 {
    flex-direction: column;
    display: flex;
  }

  .body-5 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-4 {
    max-width: 80%;
    flex-direction: column;
    align-items: center;
  }

  .div-block-5 {
    align-items: flex-start;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .div-block-6 {
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
  }

  .paragraph-2, .paragraph-3 {
    opacity: .5;
    text-align: left;
    font-family: Archivo, sans-serif;
  }

  .section-4 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .image-14, .image-15 {
    margin-bottom: 10px;
  }

  .bold-text {
    color: var(--dark);
  }

  .button-4 {
    width: 100%;
    max-width: 250px;
  }

  .div-block-7 {
    max-width: 100%;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: block;
  }

  .container-6 {
    margin-top: 0;
    margin-bottom: 60px;
    padding: 0 15px;
  }

  .container-6.container-slide {
    justify-content: center;
    align-items: center;
  }

  .title2 {
    max-width: 100%;
  }

  .title1 {
    font-size: 48px;
  }

  .container-7 {
    max-width: 100%;
  }

  .bold-text-3 {
    text-align: left;
    font-size: 48px;
  }

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

  .image-16 {
    max-width: 160px;
  }

  .slidesize {
    width: 260px;
    height: 400px;
  }

  .slidesize.slider2 {
    height: 500px;
  }

  .container-10 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
    display: flex;
  }

  .container-10.promociones {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .content-wrapper.cw2 {
    height: 220px;
  }

  .slide-nav-2 {
    color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 100px;
    display: block;
    overflow: hidden;
  }

  .icon-3 {
    color: #3db5e6;
    text-shadow: 0 5px 40px rgba(0, 0, 0, .1);
  }

  .icon-4 {
    color: #3db5e6;
    text-transform: none;
    text-shadow: 0 5px 40px rgba(0, 0, 0, .1);
  }

  .left-arrow-2.la2 {
    margin-top: -130px;
  }

  .left-arrow-2.la1 {
    margin-top: -130px;
    display: block;
  }

  .container-11 {
    padding-left: 10px;
  }

  .right-arrow {
    left: 15%;
  }

  .right-arrow.ra1 {
    margin-top: -130px;
  }

  .right-arrow-2.ra2 {
    margin-top: -130px;
    left: 15%;
  }

  .modal {
    display: none;
  }

  .div-block-9 {
    max-height: 700px;
  }

  .x {
    font-size: 2.6em;
  }

  .bold-text-22 {
    font-size: 5vw;
  }

  .back-button-div {
    height: 60px;
    padding-top: 10px;
  }

  .div-block-11 {
    height: 1px;
  }

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

  .section-6 {
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-13 {
    max-width: 50%;
  }

  .div-block-14 {
    align-self: center;
    padding-top: 10px;
  }

  .video-2 {
    border-radius: 5px;
  }

  .bold-text-27 {
    font-size: 24px;
  }

  .div-block-16 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .container-15 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-16 {
    max-width: none;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 1.33;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .container-17 {
    max-width: none;
  }

  .button-5 {
    font-size: 15px;
    line-height: 1.3;
  }

  .paragraph-5, .list-item, .list-item-2, .list-item-3, .bold-text-43, .bold-text-44, .list-item-4, .list-item-5, .list-item-6 {
    font-size: 15px;
  }

  .list {
    margin-top: -75px;
    padding-top: 40px;
  }

  .image-23 {
    width: 263%;
    clear: none;
  }

  .image-24, .image-25 {
    margin-left: 0;
  }

  .column-5 {
    text-align: center;
    position: static;
  }

  .image-27 {
    text-align: left;
    margin-left: 0;
  }

  .heading-13.heading-modified {
    margin-right: 0;
  }

  .paragraph-6, .paragraph-6.paragraph-6-modified {
    font-size: 15px;
    line-height: 1.33;
  }

  .gallery-wrapper, .gallery-grid.grid-2, .gallery-grid.grid-v-2.grid-phone {
    grid-template-columns: 1fr;
  }

  .image-28.post-11-phone {
    margin-top: 40px;
    margin-left: 0;
  }

  .paragraph-8.post-11-text {
    margin-top: 20px;
    margin-right: 0;
    font-size: 15px;
    line-height: 1.33;
  }

  .paragraph-11.paragraph-modified {
    margin-left: 0;
    padding-left: 10px;
  }

  .container-18.modified-18 {
    padding-left: 0;
    display: block;
  }

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

  .container-6-copy {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-6-copy.container-slide {
    justify-content: center;
    align-items: center;
  }

  .bold-text-48 {
    display: block;
  }

  .text-block-8 {
    font-size: 4vw;
  }

  .column-7 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .paragraph-12, .paragraph-13 {
    font-size: 10px;
  }

  .list-item-7, .list-item-8, .list-item-9 {
    font-size: 15px;
  }

  .column-8 {
    position: static;
  }

  .image-34.resize {
    max-width: 100%;
    float: none;
  }

  .list-2 {
    padding-left: 20px;
  }

  .container-19 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns-7 {
    padding-top: 10px;
  }

  .column-9 {
    clear: none;
    text-align: center;
    position: static;
  }

  .image-35 {
    max-width: 100%;
    float: none;
  }

  .column-10 {
    position: static;
  }

  .columns-8 {
    padding-top: 10px;
  }

  .column-12 {
    margin-bottom: 30px;
  }

  .bold-text-54, .bold-text-55, .list-item-10, .list-item-11, .list-item-12 {
    font-size: 15px;
    line-height: 1.33;
  }

  .column-13, .column-14 {
    text-align: left;
  }

  .container-21 {
    max-width: none;
  }

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }
}

#w-node-c487f019-47bd-82c7-0fba-f63b24bc743e-fed62606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_915e746b-5955-46e2-5940-2a073c01cfc7-fed62606 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_915e746b-5955-46e2-5940-2a073c01cfd0-fed62606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_915e746b-5955-46e2-5940-2a073c01cfd2-fed62606 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_915e746b-5955-46e2-5940-2a073c01cfdb-fed62606 {
  align-self: center;
  justify-self: end;
}

#w-node-_915e746b-5955-46e2-5940-2a073c01cfdd-fed62606 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_915e746b-5955-46e2-5940-2a073c01cfe6-fed62606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_915e746b-5955-46e2-5940-2a073c01cfe8-fed62606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_915e746b-5955-46e2-5940-2a073c01cfe9-fed62606 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_3434adcb-479d-a82b-ebcf-9a1614f81951-fed62606 {
  justify-self: center;
}

#w-node-_5698ed91-d045-cc9d-7e24-48cb9ca40dc0-fed62606 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d74fa32e-8a79-99c7-027e-4553c81aea67-fed62606 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_44d27369-3910-0ad1-2a5c-077f1e182281-fed62606 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ca35e326-a464-e978-fcc2-4ec12330a3d4-fed62643, #w-node-c49aa965-be08-31bc-83ee-b23b7e446591-fed62644, #w-node-_6b0fdc5f-353a-0810-8a88-ec1d47fc17a1-fed62659, #w-node-e022ab6e-fabd-8645-3efc-e3ccbb9d93d4-fed6265a, #w-node-f62a77d7-b140-7027-cd47-533dba55f0c3-fed6265b, #w-node-de305149-fc8f-dfaa-28da-ccf23a687f23-fed62696, #w-node-_7149a2e0-5095-9cdd-4ca0-c1189e4fd884-fed62697 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dccfd014-bbf6-9aff-4f14-16d8496b11b0-fed62697, #w-node-_5ad92b0c-41cc-c296-6ce1-ba847c79c780-fed62697, #w-node-_85d69eac-efa4-8748-0649-c3bee5332712-fed62697 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dc0370d5-f402-ec7f-69bd-f33b3b01008a-fed62698, #w-node-cfe64a13-e190-4b28-cd5f-dcae8a581501-ee89199c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f7cd98de-5b2a-6f8d-96f1-82f09756e803-ee89199c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-c487f019-47bd-82c7-0fba-f63b24bc743e-fed62606 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_915e746b-5955-46e2-5940-2a073c01cfc7-fed62606 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_915e746b-5955-46e2-5940-2a073c01cfd0-fed62606 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_915e746b-5955-46e2-5940-2a073c01cfd2-fed62606, #w-node-_915e746b-5955-46e2-5940-2a073c01cfdd-fed62606 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_915e746b-5955-46e2-5940-2a073c01cfe6-fed62606, #w-node-_915e746b-5955-46e2-5940-2a073c01cfe8-fed62606 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_915e746b-5955-46e2-5940-2a073c01cfe9-fed62606 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca35e326-a464-e978-fcc2-4ec12330a3d4-fed62643, #w-node-c49aa965-be08-31bc-83ee-b23b7e446591-fed62644, #w-node-_6b0fdc5f-353a-0810-8a88-ec1d47fc17a1-fed62659, #w-node-e022ab6e-fabd-8645-3efc-e3ccbb9d93d4-fed6265a, #w-node-f62a77d7-b140-7027-cd47-533dba55f0c3-fed6265b, #w-node-de305149-fc8f-dfaa-28da-ccf23a687f23-fed62696, #w-node-_7149a2e0-5095-9cdd-4ca0-c1189e4fd884-fed62697, #w-node-dc0370d5-f402-ec7f-69bd-f33b3b01008a-fed62698, #w-node-cfe64a13-e190-4b28-cd5f-dcae8a581501-ee89199c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_915e746b-5955-46e2-5940-2a073c01cfe6-fed62606 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Cambon';
  src: url('../fonts/Cambon-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cambon';
  src: url('../fonts/Cambon-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cambon';
  src: url('../fonts/Cambon-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cambon';
  src: url('../fonts/Cambon-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cambon';
  src: url('../fonts/Cambon-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cambon';
  src: url('../fonts/Cambon-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cambon';
  src: url('../fonts/Cambon-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cambon';
  src: url('../fonts/Cambon-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cheddar jack';
  src: url('../fonts/cheddar-jack.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}