@font-face {
    font-family: Gotham Ultra;
    src: url('../../fonts/Gotham-Ultra.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-ThinItalic.otf') format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-Thin.otf') format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-UltraItalic.otf') format("opentype"), url('../fonts/Gotham-BookItalic.otf') format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-BlackItalic.otf') format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-Black.otf') format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham Book;
    src: url('../../fonts/Gotham-Book.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-Bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-Medium.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-BoldItalic.otf') format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-ExtraLightItalic.otf') format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-LightItalic.otf') format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-MediumItalic.otf') format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-ExtraLight.otf') format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url('../../fonts/Gotham-Light.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
  --_chipotle-v2---adobo-brown: #451400;
  --_chipotle-v2---color: white;
  --_chipotle-v2---roasted-red: #ac2117;
  --_chipotle-v2---white-56: #ffffff8f;
  --_chipotle-v2---gotham: Gotham, Arial, sans-serif;
  --_chipotle-v2---black: #000;
}

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

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

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--_chipotle-v2---adobo-brown);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  color: var(--_chipotle-v2---adobo-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

h3 {
  color: var(--_chipotle-v2---adobo-brown);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

h4 {
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

p {
  color: var(--_chipotle-v2---adobo-brown);
  margin-bottom: 10px;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 14px;
}

a {
  color: var(--_chipotle-v2---adobo-brown);
  font-family: Gotham, Arial, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

strong {
  font-family: Gotham, Arial, sans-serif;
  font-weight: 500;
}

.body {
    background-color: #b49775;
    background-image: url('../../images/BG.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 0;
}

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

.frame-2608661 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 218.743px;
  text-decoration: none;
  display: flex;
}

.logo {
  vertical-align: baseline;
  max-width: 220px;
  display: inline-block;
  position: static;
}

.logo-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.polaroid-white-bg-landscape {
  z-index: 1;
  transform-style: preserve-3d;
  background-image: url('../../images/white-polaroid-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 82%;
  background-attachment: scroll;
  width: 1200px;
  max-width: 1200px;
  height: 900px;
  position: relative;
  top: 3px;
  transform: scale3d(1, 1.1, 1);
}

.polaroid-text-div {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 850px;
  display: flex;
  position: relative;
  top: 129px;
  left: 175px;
  transform: rotate(1deg)scale3d(1, .9, 1);
}

.section-2 {
  z-index: 0;
  transform-style: preserve-3d;
  background-image: url('../../images/tape.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  height: 110px;
  display: block;
  position: relative;
  top: -78px;
  transform: scale3d(1.01, 1, 1);
}

.oe-calll-out {
    background-image: url('../../images/BG.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: auto;
    background-attachment: scroll;
    height: 300px;
    position: relative;
    top: -84px;
}

.time-to-enroll {
  border: 3px solid var(--_chipotle-v2---adobo-brown);
  background-color: #ffffff8f;
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: 27px;
}

.welcome-image-2 {
  background-image: url('../../images/brown-textured-paper.png'), linear-gradient(#b69876, #b69876);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
  position: relative;
  top: auto;
}

.burrito {
  z-index: 1;
  transform-style: preserve-3d;
  position: absolute;
  inset: 5% auto auto 3%;
  transform: scale3d(1, .9, 1);
}

.for-real-pin {
  z-index: 2;
  position: absolute;
  inset: 39% -6% auto auto;
}

.c-icons {
  transform-style: preserve-3d;
  position: absolute;
  top: 247px;
  left: -73px;
  transform: scale3d(1, .9, 1);
}

.apron {
  z-index: 3;
  transform-style: preserve-3d;
  border-radius: 5px;
  position: absolute;
  inset: auto auto 4% 0%;
  transform: scale3d(1, .9, 1);
}

.chipotle-life {
  transform-style: preserve-3d;
  position: absolute;
  inset: 8% -3% auto auto;
  transform: scale3d(1, .9, 1);
}

.pepper {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 0% 24% auto;
  transform: scale3d(1, .9, 1);
}

.image-2 {
  z-index: 0;
  position: absolute;
  inset: -26% 0% auto auto;
}

.button-brown-1 {
  border: 1px solid var(--_chipotle-v2---adobo-brown);
  background-color: var(--_chipotle-v2---color);
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 20px;
}

.button-brown-1:hover {
  background-color: var(--_chipotle-v2---roasted-red);
  color: var(--_chipotle-v2---color);
  box-shadow: 0 2px 5px #0003;
}

.frame-13 {
  grid-column-gap: 12.3106px;
  border: 1.23106px solid #451400;
  border-radius: 34.4697px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 51.7045px;
  padding: 12.3106px 24.6212px;
  text-decoration: none;
  display: flex;
}

.enroll-now {
  color: #451400;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.oe-h2 {
  color: var(--_chipotle-v2---adobo-brown);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -16px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.oe-h1 {
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  font-family: Gotham, Arial, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 58px;
}

.oe-h3 {
  color: var(--_chipotle-v2---roasted-red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.padding-small {
  height: 1rem;
}

.live {
  color: var(--_chipotle-v2---roasted-red);
  letter-spacing: 2px;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px 10px 15px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -7% auto auto 44%;
}

.live-circle {
  background-color: var(--_chipotle-v2---roasted-red);
  border-radius: 100px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: none;
  position: relative;
  top: 2px;
}

.hub-tiles {
  background-image: url('../../images/BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-right: 0;
  display: flex;
  position: static;
  top: -90px;
  overflow: auto;
}

.footer-privacy-link {
  color: #451400;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
}

.image-52 {
  width: 28px;
}

.footer-2 {
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 10px;
  line-height: 18px;
}

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

.footer-container-2 {
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.new-h5 {
  color: #451400;
  letter-spacing: .5px;
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
}

.footer-privacy-section {
  background-color: #eae7df;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-48 {
  align-items: flex-end;
}

.new-footer {
  border-top: .3px solid var(--_chipotle-v2---adobo-brown);
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  top: -11px;
}

.footer-links-2 {
  text-decoration: none;
}

.body-short-wdth {
  width: 500px;
}

.body-short-wdth.centered {
  text-align: center;
}

.body-short-wdth.white {
  color: var(--_chipotle-v2---color);
}

.current-focus {
  background-image: url('../../images/24-Bluffs_CHI00194-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  top: -91px;
}

.current-focus-container {
  background-image: url('../../images/current-focus-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 700px;
  width: 800px;
  height: 450px;
  position: relative;
  top: 78px;
}

.tape {
  position: absolute;
  inset: -7% auto auto 38%;
}

.focus-text-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  top: 56px;
  left: 142px;
}

.h1-center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 36px;
  line-height: 38px;
}

.body-copy {
  color: var(--_chipotle-v2---adobo-brown);
  font-family: Gotham Book, Arial, sans-serif;
  font-weight: 400;
}

.body-copy.center {
  text-align: center;
}

.body-copy.white p {
  color: var(--_chipotle-v2---color);
}

    .body-copy.tile p {
        color: var(--_chipotle-v2---color);
        width: 85%;
        font-size: 12px;
        line-height: 16px;
    }

.body-copy.tile:lang(es-us) {
  width: 88%;
}

.body-copy.short {
  max-width: 850px;
}

.faq {
  background-image: url('../../images/brown-textured-paper.png'), linear-gradient(#b19371, #b19371);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
  top: -62px;
}

.faq-container {
  background-color: #ffffff8f;
  background-image: url('../images/paper-texture.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 676px;
  background-attachment: scroll;
  border-radius: 15px;
  flex-flow: column;
  align-items: center;
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.padding-small-2 {
  padding-top: 20px;
}

.quick-stack {
  color: #333;
  margin-top: 30px;
  padding: 0;
}

.quick-stack.no-margin {
  grid-column-gap: 20px;
  align-self: stretch;
  margin-top: 0;
}

.accordion-item-2 {
  background-color: var(--_chipotle-v2---color);
  border-radius: 5px;
  width: 940px;
  margin: 0 2px 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.accordion-item-2.no-color {
  background-color: #fff0;
}

.all-body-copy {
  color: #451400;
  width: auto;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-empty-space {
  padding-top: 37px;
  padding-bottom: 14px;
}

.div-empty-space.small {
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.left-cell {
  align-items: center;
}

.button-6 {
  text-transform: uppercase;
  background-color: #451400;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.button-6:hover {
  filter: saturate(200%);
  text-decoration: none;
}

.accordion-item-content-2 {
  background-color: #f3f2eb00;
  border-radius: 0 0 11px;
  padding: 0 25px;
  overflow: hidden;
}

.accordion-item-content-2.programs {
  border-bottom: 3px #fae6db;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-h1 {
  color: #451400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.caret {
  color: #007f90;
  width: 2%;
  height: 100%;
  max-height: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.caret.programs {
  align-self: center;
  width: 4%;
  padding-bottom: 10px;
  padding-right: 0;
}

.accordion-item-trigger-3 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--_chipotle-v2---adobo-brown);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  display: flex;
}

.accordion-item-trigger-3.programs {
  background-color: #fff0;
  background-image: url('../images/white-sweet-corn.png');
  background-position: 100%;
  background-repeat: repeat-y;
  border-top-width: 3px;
  border-bottom: 3px #fae6db;
  border-radius: 0;
  justify-content: space-between;
  padding: 22px 0;
}

.accordion-item-trigger-3.programs._7a {
  background-image: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.accordion-wrapper-2 {
  color: #333;
  margin-bottom: 20px;
}

.accordion-wrapper-2.programs {
  border-bottom: 2px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-bottom: 0;
  display: block;
}

.image-53 {
  max-width: 500px;
}

.welcome-image {
  background-image: url('../images/bowlbuild-ezgif.com-video-to-gif-converter-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.welcome-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.we-image {
  z-index: 0;
  width: 100%;
  position: relative;
  top: -13px;
}

.welcome-message {
  z-index: 3;
  width: 500px;
  position: absolute;
  top: 17px;
}

.image-54 {
  z-index: 1;
  position: absolute;
}

.image-55 {
  z-index: 1;
  opacity: .39;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  top: -2px;
  left: 9px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-1deg);
}

.section-5 {
  position: relative;
}

.image-56 {
  position: absolute;
  inset: auto 5% 29% auto;
}

.dropdown-11 {
  background-color: #ffffffa8;
  border-radius: 10px;
  position: absolute;
  inset: 23% auto auto -3%;
}

.dropdown-11.no-white {
  background-color: #fff0;
}

.nav-engage-box-2.w--open {
  background-color: #fff;
  border-radius: 20px 20px 30px;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  top: auto;
  box-shadow: 0 2px 5px 4px #0003;
}

.nav-link---engage-2 {
  color: #ad2118;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: auto;
}

.image-50 {
  align-self: center;
}

.icon-7 {
  color: #fff;
}

.icon-7.brown {
  color: #451400;
}

.language-button {
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 2px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.language-button.engagement {
  padding-left: 20px;
}

.language {
  color: var(--_chipotle-v2---adobo-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gotham, Arial, sans-serif;
  font-size: 10px;
}

.language.brown {
  color: #451400;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 500;
}

.employee-selector-div {
  align-self: auto;
  display: block;
  position: static;
  left: 54px;
}

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

.div-block-40 {
  align-self: flex-end;
  position: static;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.icon-6 {
  color: #451400;
  font-size: 35px;
}

.dropdown-toggle-3 {
  padding-top: 35px;
  padding-right: 20px;
}

.dropdown-toggle-3.w--open {
  float: right;
  clear: none;
  display: inline-block;
}

.dropdown-9 {
  z-index: 100;
  float: right;
  clear: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dropdown-10 {
  margin-bottom: 10px;
}

.dropdown-list-3 {
  display: none;
}

.dropdown-list-3.w--open {
  float: right;
  clear: right;
  background-color: #fff;
  border-radius: 20px;
  display: block;
  position: relative;
  box-shadow: 0 2px 9px #0003;
}

.nav-button {
  border: 1px solid var(--_chipotle-v2---adobo-brown);
  background-color: var(--_chipotle-v2---white-56);
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  border-radius: 19px;
  flex: 0 auto;
  font-family: Gotham, Arial, sans-serif;
  position: absolute;
  top: 34.4062px;
  right: 75.5px;
}

.nav-button:hover {
  box-shadow: 0 2px 5px #0003;
}

.div-block-35 {
  flex-flow: column;
  align-self: center;
  display: flex;
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.drop-down-box-1.w--open {
  background-color: #fff;
  left: 16px;
  box-shadow: 0 2px 5px #0003;
}

.nav-link-5 {
  color: #451400;
  text-align: center;
  border-bottom: 0 solid #fff;
  flex-flow: column;
  flex: 0 auto;
  align-self: flex-end;
  width: 350px;
  margin: 0;
  padding-top: 13px;
  padding-bottom: 15px;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 16px;
  display: block;
}

.nav-link-5:hover {
  color: #c08c16;
  background-color: #fff;
  font-family: Gotham, Arial, sans-serif;
  text-decoration: none;
}

.nav-link-5.w--current, .nav-link-5.w--current:hover {
  color: #c08c16;
}

.nav-link-5.home {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}

.nav-link-5.home:hover {
  font-family: Gotham, Arial, sans-serif;
  text-decoration: none;
}

.nav-link-5.home.w--current {
  color: #c08c16;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.nav-link-5.left {
  text-align: left;
}

.nav-link-5.left:hover {
  font-family: Gotham, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-5.resources {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}

.nav-link-5.resources:hover {
  background-color: #fff;
  text-decoration: none;
}

.nav-link-5.resources.w--current {
  color: #c08c16;
  background-color: #fff;
}

.dropdown-link {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham Book, Arial, sans-serif;
}

.dropdown-link.w--current {
  color: #000;
  display: block;
}

.dropdown-link.language {
  color: #451400;
  text-decoration: none;
}

.dropdown-link.language:lang(es-us) {
  color: #451400;
  text-align: left;
  text-overflow: clip;
  overflow-wrap: normal;
  font-size: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-link.language.w--current {
  box-sizing: border-box;
  text-align: left;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.text-block {
  font-family: var(--_chipotle-v2---gotham);
  color: var(--_chipotle-v2---adobo-brown);
}

.benefits-hero {
  opacity: 1;
  background-image: url('../images/american-public-power-association-XGAZzyLzn18-unsplash-1.png'), url('../images/grey-construction-paper-2.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: cover, auto;
  height: 250px;
  position: relative;
}

.benefits-hero-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  display: flex;
  position: relative;
}

.i-want-to-div {
  border: 1px solid var(--_chipotle-v2---color);
  color: var(--_chipotle-v2---color);
  text-align: left;
  text-transform: uppercase;
  border-radius: 19px;
  max-width: 360px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 5px 14px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  overflow: visible;
}

.i-want-to-div.home-tiles {
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 16px;
}

.i-want-to-div.short {
  border-color: var(--_chipotle-v2---adobo-brown);
  color: var(--_chipotle-v2---adobo-brown);
  max-width: 100px;
}

.i-want-to-div.brown {
  border-color: var(--_chipotle-v2---adobo-brown);
  color: var(--_chipotle-v2---adobo-brown);
}

.h1 {
  letter-spacing: 1px;
  font-size: 36px;
  line-height: 38px;
}

.h1.white {
  color: var(--_chipotle-v2---color);
  letter-spacing: 1px;
  padding-left: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.image-57 {
  position: absolute;
  inset: 22px 7% 0% auto;
}

.quick-stack-2 {
  margin-top: auto;
  position: relative;
  top: 51px;
}

.section-6 {
  margin-bottom: 100px;
  padding-top: 33px;
  position: relative;
  top: 68px;
}

.benefit-tile-div {
  opacity: 1;
  background-image: url('../images/crumpled-paper.png'), url('../images/paper-texture.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border: 1px #000;
  border-radius: 18px;
  padding: 20px;
  position: relative;
}

.benefit-tile-div:hover {
  box-shadow: 0 2px 5px #0003;
}

.tile-arrow {
  position: absolute;
  inset: 5% 3% auto auto;
}

.quick-stack-3 {
  padding: 0;
}

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

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.benefits-hero---child {
  background-image: url('../images/american-public-power-association-XGAZzyLzn18-unsplash-1.png'), url('../images/grey-construction-paper-2.png');
  background-position: 0 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 200px;
}

.benefits-hero-child---text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: 200px;
  padding-left: 5px;
  display: flex;
}

.scroll_section {
  color: #1c192b;
  height: 400vh;
  position: relative;
}

.scroll_wrap {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.scroll_item {
  z-index: 2;
  height: 100vh;
  display: flex;
  position: relative;
}

.scroll_card {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.scroll_card-info {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.card_heading {
  font-size: 10em;
  line-height: 1.2;
}

.scroll_card-covar {
  max-width: 800px;
}

.button {
  color: #fff;
  background-color: #1c192b;
  border: 1px solid #1c192b;
  padding: 10px 30px;
  transition: all .3s linear;
}

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

.scroll_card-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.tile-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.tile-section {
  flex-flow: row;
  align-items: flex-start;
  height: 400px;
  display: none;
  position: relative;
}

.tile-item {
  background-image: url('../images/american-public-power-association-XGAZzyLzn18-unsplash-1.png'), url('../images/grey-construction-paper-2.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 20px;
  width: 30vw;
  height: 500px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  position: relative;
}

.image-58 {
  position: absolute;
  inset: 2% 2% auto auto;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  background-image: url('../images/american-public-power-association-XGAZzyLzn18-unsplash-1.png'), url('../images/grey-construction-paper-2.png');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 20px;
  flex: 1;
  width: 400px;
  padding: 1rem;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-inner {
  align-items: center;
  width: 160vw;
  padding-left: 1%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: .0625rem #83838329;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 80%;
  min-height: 32rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-wrapper {
  z-index: 1;
  position: static;
}

.sticky-container {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.image-59 {
  position: absolute;
  inset: 5% 5% auto auto;
}

.image-60 {
  position: relative;
  top: auto;
}

.tile-div {
  border-radius: 20px;
  width: 320px;
  height: 400px;
  position: relative;
}

.tile-div:hover {
  transform: translate(0, -2px);
}

    .tile-div.benefit {
        background-image: url('../../images/Rectangle-897.png'), url('../../images/american-public-power-association-XGAZzyLzn18-unsplash-1.png'), url('../../images/grey-construction-paper-2.png');
        background-position: 50%, 0 0, 0 0;
        background-repeat: no-repeat, repeat, repeat;
        background-size: cover, auto, auto;
        width: 320px;
        height: 400px;
        position: relative;
    }

.tile-div.benefit:hover {
  box-shadow: 0 4px 5px #0003;
}

    .tile-div.workday {
        background-image: url('../../images/Rectangle-896.png'), url('../../images/Rectangle-897.png'), url('../../images/BrownKraftPaperBackground-2.png');
        background-position: 0 0, 0 0, 0 0;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: cover, cover, cover;
    }

.tile-div.workday:hover {
  box-shadow: 0 4px 5px #0003;
}

.tile-div.engagement {
  background-image: url('../../images/Rectangle-896.png'), url('../../images/Rectangle-897.png'), url('../../images/silver-foil-1000x1000-1.png'), url('../../images/crumpled-paper.png');
  background-position: 50%, 50%, 50%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: cover, cover, cover, auto;
}

.tile-div.engagement:hover {
  box-shadow: 0 4px 5px #0003;
}

    .tile-div.loa {
        background-image: url('../../images/Rectangle-897.png'), url('../../images/grey-construction-paper-3.png');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
    }

.tile-div.loa:hover {
  box-shadow: 0 2px 5px #0003;
}

.tile-text {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 320px;
  padding: 0 20px 10px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  display: none;
  position: relative;
  top: 51px;
}

.image-61 {
  position: absolute;
}

.cap {
  position: absolute;
  top: 18px;
  left: 10px;
}

.image-62 {
  position: absolute;
  inset: 5% 5% auto auto;
}

.hat {
  position: absolute;
}

.logo-pin {
  position: absolute;
  inset: 21% 4% auto auto;
}

.tiles-qs {
  flex: none;
  width: 80%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
}

.dollar-pin {
  position: absolute;
  top: -16px;
}

.glasses-pin {
  position: absolute;
  top: 28px;
}

.child-qs {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.section-8 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.child-content-container {
  max-width: 1200px;
  position: relative;
}

.resource-box {
    background-image: url('../../images/crumpled-paper.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 17px;
    width: 320px;
    margin-top: 0;
    padding: 21px 10px 20px 17px;
    position: sticky;
    top: 1px;
    box-shadow: 0 2px 5px #0003;
}

.image-63 {
  position: absolute;
  top: -24px;
  left: 69px;
}

.cell-49 {
  padding-top: 0;
}

.engagement-hero {
    background-image: linear-gradient(#ffffff69, #ffffff69), url('../../images/Rectangle-896.png'), url('../../images/silver-foil-1000x1000-1.png');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, 400px;
    background-attachment: scroll, scroll, scroll;
    height: 250px;
}

.engagement-hero-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: 250px;
  display: flex;
  position: relative;
}

.image-64 {
  position: absolute;
  inset: 0% 14% auto auto;
}

.h3 {
  margin-top: 10px;
}

.h3.left {
  text-align: center;
}

.div-table {
  overflow: scroll;
}

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

.all-table-headers {
  background-color: var(--_chipotle-v2---adobo-brown);
  color: #eae7df;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
}

.all-table-left-header {
  background-color: #eae7df;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
}

.all-table-left-header.esp-table-height {
  font-size: 12px;
  line-height: 40px;
}

.all-table-left-header.esp-table-height:lang(es-us) {
  height: 65px;
}

.all-table-left-header.center-large {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 22px;
}

.all-table-left-header.center-large:lang(es-us) {
  height: 65px;
  font-size: 13px;
  line-height: 22px;
}

.all-table-left-header.center-large.esp-table-height {
  font-size: 12px;
  line-height: 20px;
}

.all-table-left-header.large {
  height: auto;
  line-height: 120px;
}

.all-table-left-header.height {
  line-height: 18px;
}

.all-table-body-copy {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 14px;
}

.all-table-body-copy:lang(es-us) {
  font-size: 12px;
  line-height: 18px;
}

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

.icon-8 {
  color: var(--_chipotle-v2---adobo-brown);
}

.engagement-tile {
  background-image: url('../images/crumpled-paper.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
}

.engagement-tile:hover {
  box-shadow: 0 2px 5px #0003;
}

.quick-stack-4 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  max-width: 1200px;
  padding: 0;
}

.section-9 {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.engage-tile-image {
  border-radius: 13px;
  display: none;
}

.button-brown-2 {
  border: .5px solid var(--_chipotle-v2---adobo-brown);
  background-color: var(--_chipotle-v2---color);
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.button-brown-2:hover {
  background-color: var(--_chipotle-v2---roasted-red);
  color: var(--_chipotle-v2---color);
}

.button-brown-2.padd {
  margin-left: 5px;
  margin-right: 5px;
}

.button-brown-2.padd:hover {
  box-shadow: 0 2px 5px #0003;
}

.button-brown-2.padd.shade {
  color: #45140080;
  border-color: #45140080;
}

.heading-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.engagement-hero-child {
    background-image: linear-gradient(#ffffff40, #ffffff40), url('../../images/Rectangle-896.png'), url('../../images/silver-foil-1000x1000-1.png');
    background-position: 0 0, 50% 0, 50%;
    background-repeat: repeat, no-repeat, repeat-x;
    background-size: auto, cover, 400px;
    height: 200px;
}

.enagement-hero-child-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 940px;
  height: 200px;
  display: flex;
}

.engage-child-image {
  padding-top: 20px;
  padding-bottom: 20px;
}

.engage-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-65 {
  position: absolute;
  inset: 5% 5% auto auto;
}

.div-block-41 {
  flex-flow: column;
  justify-content: flex-end;
  height: 200px;
  padding-top: 0;
  display: flex;
}

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

.all-table-body-box {
  color: #451400;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-bottom: 1px #000;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Gotham Book, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.table-div {
  min-width: 100px;
  overflow: auto;
}

.image-66 {
  position: absolute;
  inset: 41% -10% auto auto;
}

.oe-hero {
    background-image: url('../../images/Rectangle-896.png'), url('../../images/Rectangle-897.png'), url('../images/BrownKraftPaperBackground-2.png');
    background-position: 50%, 50%, 0 0;
    background-repeat: no-repeat, repeat-x, repeat;
    background-size: cover, cover, auto;
    height: 250px;
}

.oe-hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  display: flex;
  position: relative;
}

.arrow-div {
  background-color: var(--_chipotle-v2---color);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 0;
  padding-right: 0;
  display: inline-flex;
  position: absolute;
  inset: 4% 4% auto auto;
}

.arrow-div:hover {
  box-shadow: 0 4px 5px #0003;
}

.image-67 {
  position: relative;
}

.image-68 {
    background-image: url('../../images/tape.svg');
    background-position: 0 0;
    background-size: auto;
}

.test-strech {
    background-image: url('../../images/tape.svg');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
    height: 80px;
    display: none;
    position: relative;
    top: -75px;
}

.image-69 {
  position: absolute;
  inset: -19% 0% auto auto;
}

.rec-pop-up-back {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.engage--pop-up-exit-button {
  opacity: .47;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.engage--pop-up-exit-button:hover {
  opacity: 1;
}

.new-h2 {
  color: #451400;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 2px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.button-4 {
  text-transform: uppercase;
  background-color: #451400;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
}

.button-4:hover {
  filter: saturate(200%);
  text-decoration: none;
}

.rec-pop-up-box {
    background-color: #fff;
    background-image: url('../../images/crumpled-paper.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 460px;
    padding: 40px 40px 32px;
    display: block;
    position: relative;
    inset: 0% auto auto 0%;
}

.oe-rec-pop-up-wrapper {
  z-index: 300;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.oe-rec-pop-up-wrapper:lang(es-us) {
  display: none;
}

.education-pop-up-back {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #20202099;
  position: absolute;
  inset: 0;
}

.education-pop-up-wrapper {
  z-index: 300;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.education-pop-up-wrapper:lang(es-us) {
  display: none;
}

.education-pop-up-box {
    background-color: #fff;
    background-image: url('../../images/crumpled-paper.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: contain;
    border-radius: 14px;
    max-width: 460px;
    padding: 40px;
    position: relative;
}

.button-5 {
  text-transform: uppercase;
  background-color: #451400;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
}

.button-5:hover {
  filter: saturate(200%);
  text-decoration: none;
}

.enage-pop-up-text-box {
  flex-flow: wrap;
  align-items: center;
  max-width: 650px;
  display: block;
}

.edcuation-popup-close {
  opacity: .47;
  transition: opacity .2s;
  position: absolute;
  top: 20px;
  right: 20px;
}

.edcuation-popup-close:hover {
  opacity: 100;
}

.engage---pop-up-box {
    cursor: auto;
    background-color: #fff;
    background-image: url('../../images/crumpled-paper.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto;
    border-radius: 8px;
    max-width: 460px;
    padding: 40px 40px 32px;
    position: relative;
}

.engage---pop-up-back {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.button-7 {
  text-transform: uppercase;
  background-color: #451400;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
}

.button-7:hover {
  filter: saturate(200%);
  text-decoration: none;
}

.engage-pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.engage-pop-up-wrapper:lang(es-us) {
  display: none;
}

.text-block-2 {
  color: var(--_chipotle-v2---roasted-red);
}

.loa-pop-up-text {
  max-width: 650px;
}

.loa-pop-up-box {
    background-color: #fff;
    background-image: url('../../images/crumpled-paper.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: contain;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    padding: 40px 40px 32px;
    display: flex;
    position: relative;
}

.button-8 {
  text-transform: uppercase;
  background-color: #451400;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
}

.button-8:hover {
  filter: saturate(200%);
  text-decoration: none;
}

.loa-pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.loa-pop-up-back {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.welcome-desktop-view {
  display: block;
  overflow: hidden;
}

.padding-sm-home {
  height: 75px;
}

.div-home {
  padding-top: 10px;
}

.welcome-mobile-view {
  display: none;
}

.welcome-message-vertical {
  transform-style: preserve-3d;
}

.cell-50 {
  align-items: center;
}

.loa-hero {
    background-image: url('../../images/Rectangle-896.png'), url('../../images/Rectangle-897.png'), url('../../images/BrownKraftPaperBackground-2.png');
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat-x, repeat;
    background-size: auto, cover, auto;
    height: 250px;
    position: relative;
}

.loa-hero-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  display: flex;
}

.image-70 {
  position: absolute;
  inset: 17% 13% auto auto;
}

.section-10 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.h4.no-top-pad {
  margin-top: 0;
}

.height {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 240px;
  display: flex;
}

.container-27 {
  border-radius: 18px;
  height: auto;
  padding: 2px 20px 20px;
}

.loa-qs {
  padding: 0;
}

.list-bullets {
  color: var(--_chipotle-v2---adobo-brown);
  padding-left: 28px;
  font-family: Gotham Book, Arial, sans-serif;
}

.section-11 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.loa-curved-cell {
    background-color: #0000;
    background-image: url('../../images/Rectangle-897.png'), url('../../images/BrownKraftPaperBackground-2.png');
    background-position: 50% 20%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    border-radius: 20px;
    justify-content: center;
    padding: 10px 20px;
}

.container-28 {
  flex-flow: column;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.section-12 {
  padding-bottom: 40px;
}

.loa-home-body {
  text-align: center;
  max-width: 800px;
  padding-top: 20px;
}

.loa-hero-child {
    background-image: url('../../images/Rectangle-896.png'), url('../../images/Rectangle-897.png'), url('../../images/BrownKraftPaperBackground-2.png');
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat-x, repeat;
    background-size: auto, cover, auto;
    height: 200px;
}

.container-29 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  display: flex;
  position: relative;
}

.loa-call-out {
    background-image: url('../../images/crumpled-paper.png');
    background-position: 0 0;
    background-size: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
}

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

.cork-section {
    background-image: url('../../images/Rectangle-896.png'), url('../../images/Rectangle-897.png'), url('../../images/BrownKraftPaperBackground-2.png');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: cover, cover, auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.button-9 {
  text-transform: uppercase;
  background-color: #451400;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
}

.button-9:hover {
  filter: saturate(200%);
  text-decoration: none;
}

.mh-pop-up-back {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.mh-pop-up-box {
  background-color: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  max-width: 460px;
  padding: 40px;
  display: flex;
  position: relative;
}

.mh-pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.mh-pop-up-wrapper:lang(es-us) {
  display: none;
}

.focus-button {
  border: 1px none var(--_chipotle-v2---roasted-red);
  background-color: var(--_chipotle-v2---roasted-red);
  border-radius: 19px;
}

.focus-button:hover {
  background-color: var(--_chipotle-v2---color);
  color: var(--_chipotle-v2---roasted-red);
  border-style: solid;
}

.hero-body-text {
  text-align: center;
  width: 800px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 120%;
}

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

.hero-body-text.white {
  color: var(--_chipotle-v2---color);
}

.glass-door-pop-up-wrapper {
  z-index: 300;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.glass-door-pop-up-wrapper:lang(es-us) {
  display: none;
}

.glass-door-pop-up-back {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.glass-door-pop-up-box-copy {
    background-color: #fff;
    background-image: url('../../images/crumpled-paper.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 600px;
    padding: 40px 40px 32px;
    display: block;
    position: relative;
    inset: 0% auto auto 0%;
}

.glass-door--pop-up-exit-button {
  opacity: .47;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.glass-door--pop-up-exit-button:hover {
  opacity: 1;
}

.glass-door--pop-up-text-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pulsing-dot {
  margin-right: 15px;
  position: static;
  left: -1.5rem;
}

.button-brown-glass-door {
  border: .5px solid var(--_chipotle-v2---adobo-brown);
  background-color: var(--_chipotle-v2---color);
  color: var(--_chipotle-v2---adobo-brown);
  text-transform: uppercase;
  vertical-align: baseline;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.button-brown-glass-door:hover {
  background-color: var(--_chipotle-v2---roasted-red);
  color: var(--_chipotle-v2---color);
}

.button-brown-glass-door.padd {
  margin-left: 5px;
  margin-right: 5px;
}

.button-brown-glass-door.padd:hover {
  box-shadow: 0 2px 5px #0003;
}

.button-brown-glass-door.padd.shade {
  color: #45140080;
  border-color: #45140080;
}

.list {
  padding-left: 20px;
}

.dropdown-12 {
  margin-bottom: 10px;
}

.icon-9 {
  color: #fff;
}

.icon-9.brown {
  color: #451400;
}

.locales-wrapper {
  background-color: var(--_chipotle-v2---white-56);
  flex-flow: column;
  align-items: center;
  width: 200px;
  padding: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .polaroid-white-bg-landscape {
    background-size: 85%;
    width: 700px;
    height: 600px;
    top: -35px;
  }

  .polaroid-text-div {
    width: 450px;
    top: 120px;
    left: 152px;
  }

  .oe-calll-out {
    height: 340px;
    top: -57px;
  }

  .welcome-image-2 {
    position: static;
  }

  .burrito {
    top: -6%;
    left: -2%;
  }

  .for-real-pin {
    max-width: 70%;
    right: -3%;
  }

  .c-icons {
    top: 164px;
    left: -25px;
  }

  .apron {
    left: -3%;
  }

  .chipotle-life {
    max-width: 50%;
    right: -3%;
  }

  .pepper {
    max-width: 80%;
    right: -4%;
  }

  .oe-h2 {
    padding-top: 10px;
  }

  .live {
    top: -8%;
  }

    .hub-tiles {
        background-image: url('../../images/BG.png');
        background-repeat: no-repeat;
        background-size: auto;
        background-attachment: scroll;
        flex-flow: row;
        height: 900px;
        position: static;
    }

  .div-block-39 {
    flex-flow: column;
  }

  .body-short-wdth.centered {
    width: 500px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -17px;
  }

  .body-short-wdth.white {
    margin-left: 5px;
    margin-right: 0;
  }

  .focus-text-div {
    left: 115px;
  }

  .faq-container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .accordion-item-2 {
    width: auto;
  }

  .accordion-item-trigger-3.programs._7a {
    background-size: contain;
  }

  .accordion-wrapper-2.programs {
    flex-flow: column;
    flex: 0 auto;
    align-items: stretch;
    margin: 2px 20px;
    display: block;
  }

  .we-image {
    max-width: 116%;
    top: -23px;
    left: -24px;
  }

  .welcome-message {
    max-width: 84%;
    top: -8px;
    left: 0;
  }

  .dropdown-11 {
    left: 1%;
  }

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

  .h1 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .benefits-hero-child---text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card_heading {
    font-size: 6em;
  }

  .scroll_card-covar {
    max-width: 600px;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .container-26 {
    flex-flow: row;
  }

  .tiles-qs {
    flex: 0 auto;
    order: 0;
  }

  .child-qs {
    margin-left: 10px;
  }

  .child-content-container {
    padding: 0 10px;
  }

  .engagement-hero-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-64 {
    right: 1%;
  }

  .medical-plan-grid {
    display: none;
  }

  .engagement-tile {
    margin: 5px;
  }

  .quick-stack-4 {
    grid-row-gap: 20px;
  }

  .enagement-hero-child-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .enagement-hero-child-text.long {
    width: auto;
  }

  .div-block-41 {
    width: 300px;
    height: 160px;
  }

  .dental-grid {
    flex-flow: column;
    display: flex;
  }

  .table-div {
    min-width: 14%;
  }

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

  .div-home {
    padding-top: 17px;
  }

  .image-70 {
    max-width: 80%;
    top: 1%;
  }

  .container-27 {
    height: auto;
  }

  .loa-qs {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-body-text {
    width: 400px;
    margin-top: 0;
    font-size: 14px;
  }

  .hero-body-text.centered {
    width: 500px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -17px;
  }

  .hero-body-text.white {
    margin-left: 5px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .polaroid-white-bg-landscape {
    background-size: 550px;
    background-attachment: scroll;
    top: -28px;
  }

  .polaroid-white-bg-landscape.mobile {
    background-image: none;
    width: 500px;
    top: -7px;
  }

  .polaroid-text-div {
    display: none;
  }

  .oe-calll-out {
    top: -79px;
  }

  .time-to-enroll {
    margin-left: 15px;
    margin-right: 15px;
  }

  .welcome-image-2 {
    display: none;
  }

  .burrito.mobile {
    max-width: 50%;
    top: 3%;
  }

  .for-real-pin.mobile {
    top: 33%;
    right: -7%;
  }

  .c-icons.mobile {
    max-width: 800%;
    left: -42px;
  }

  .apron.mobile {
    max-width: 200px;
    left: -14%;
  }

  .chipotle-life.mobile {
    right: -1%;
  }

  .pepper {
    bottom: 16%;
    right: 0%;
  }

  .pepper.mobile {
    right: -7%;
  }

  .oe-h2 {
    font-size: 26px;
  }

  .oe-h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .live {
    top: -8%;
    left: 42%;
  }

  .hub-tiles {
    box-sizing: content-box;
    width: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    overflow: visible;
  }

  .body-short-wdth.centered {
    width: 400px;
    font-size: 12px;
    line-height: 16px;
    top: auto;
    right: auto;
  }

  .body-short-wdth.white {
    width: 450px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .current-focus-container {
    width: 480px;
  }

  .tape {
    left: 31%;
  }

  .focus-text-div {
    width: 400px;
    left: 40px;
  }

  .h1-center {
    font-size: 30px;
    line-height: 32px;
  }

  .body-copy {
    font-size: 12px;
    line-height: 18px;
  }

  .body-copy.white p {
    padding-left: 5px;
    padding-right: 5px;
  }

  .body-copy.tile {
    width: 70%;
  }

  .padding-small-2 {
    display: block;
  }

  .accordion-item-2 {
    width: auto;
  }

  .all-body-copy {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-empty-space.small {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-6 {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .accordion-item-content-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .caret.programs {
    width: 8%;
  }

  .accordion-item-trigger-3.programs {
    background-size: contain;
  }

  .accordion-item-trigger-3.programs._7a {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .welcome-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 91.844px;
  }

  .we-image {
    max-width: 80%;
    top: 27px;
  }

  .welcome-message {
    max-width: 50%;
    top: 56px;
    left: 13px;
  }

  .welcome-message.mobile {
    width: 300px;
    max-width: 80%;
    top: 19px;
    left: 90px;
  }

  .image-56 {
    max-width: 35%;
    right: -2%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-button {
    font-size: 12px;
    line-height: 16px;
  }

  .i-want-to-div {
    max-width: 200px;
    margin-left: 5px;
  }

  .i-want-to-div.mobile {
    margin-left: 5px;
    margin-right: 5px;
  }

  .h1 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 34px;
  }

  .h1.white {
    letter-spacing: .5px;
    width: auto;
    font-size: 26px;
    line-height: 30px;
  }

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

  .benefits-hero-child---text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_heading {
    font-size: 4em;
  }

  .scroll_card-covar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading {
    font-size: 1.75rem;
  }

  .tile-div, .tile-div.benefit {
    width: 250px;
    height: 380px;
  }

  .image-64 {
    display: none;
    right: -18%;
  }

  .all-table-headers {
    font-weight: 500;
  }

  .quick-stack-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-brown-2.padd {
    margin-left: 0;
  }

  .enagement-hero-child-text {
    padding-right: 20px;
  }

  .div-block-41 {
    padding-top: 20px;
  }

  .new-h2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .welcome-desktop-view {
    display: none;
  }

    .welcome-mobile-view {
        background-image: url('../../images/brown-textured-paper.png');
        background-position: 0 0;
        background-size: auto;
        display: block;
    }

  .welcome-body-mobile {
    text-align: center;
    width: 370px;
    padding-top: 8px;
    font-size: 12px;
    line-height: 13px;
  }

  .we-image-mobile {
    transform: skew(0deg, 1deg);
  }

  .we-image-vertical {
    display: none;
  }

    .div-landscape {
        background-image: url('../../images/white-polaroid-bg.png');
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: 503px;
        height: 650px;
        position: relative;
    }

  .div-block-43 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 650px;
    display: flex;
  }

  .welcome-body-vertical-mobile, .div-vertical {
    display: none;
  }

  .container-27 {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .list-bullets {
    font-size: 12px;
    line-height: 18px;
  }

  .loa-home-body {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mh-pop-up-wrapper {
    display: none;
  }

  .hero-body-text.centered {
    width: 400px;
    font-size: 12px;
    line-height: 16px;
    top: auto;
    right: auto;
  }

  .hero-body-text.white {
    width: 450px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .button-brown-glass-door.padd {
    margin-left: 0;
  }

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

@media screen and (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .polaroid-white-bg-landscape {
    background-size: 400px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .polaroid-white-bg-landscape.mobile {
    background-image: none;
    width: 310px;
    height: 400px;
  }

  .oe-calll-out {
    height: 380px;
  }

  .burrito.mobile, .for-real-pin.mobile, .c-icons.mobile, .apron.mobile, .chipotle-life.mobile, .pepper.mobile {
    display: none;
  }

  .button-brown-1 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }

  .oe-h2 {
    letter-spacing: 1px;
    margin-bottom: -25px;
    font-size: 18px;
    line-height: 26px;
  }

  .oe-h1 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .oe-h3 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .live {
    left: 34%;
  }

  .footer-privacy-link {
    padding: 0 2px;
  }

  .div-block-39 {
    flex-flow: column;
  }

  .body-short-wdth {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .body-short-wdth.centered, .body-short-wdth.white {
    width: auto;
  }

  .current-focus-container {
    width: 300px;
  }

  .tape {
    left: 18%;
  }

  .focus-text-div {
    width: auto;
    top: 42px;
    left: auto;
  }

  .faq-container {
    margin-left: 2px;
    margin-right: 2px;
  }

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

  .accordion-item-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-body-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .accordion-item-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-h1 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .caret {
    flex: 0 auto;
  }

  .caret.programs {
    width: 12%;
    margin-bottom: 10px;
  }

  .accordion-item-trigger-3 {
    align-items: center;
  }

  .image-56 {
    max-width: 30%;
    bottom: 8%;
    right: -2%;
  }

  .dropdown-11 {
    background-color: #ffffff08;
    top: 49%;
  }

  .nav-link---engage-2 {
    inset: auto auto 0% 0%;
  }

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

  .dropdown-toggle-3 {
    top: 32px;
  }

  .nav-button {
    display: none;
    top: 78.4062px;
  }

  .nav-link-5 {
    width: 100%;
  }

  .h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .card_heading {
    font-size: 3.5em;
  }

  .tile-div, .tile-div.benefit {
    width: 270px;
  }

  .resource-box {
    width: 300px;
  }

  .engagement-hero, .engagement-hero-text {
    height: auto;
  }

  .image-64 {
    display: none;
  }

  .h3 {
    padding-left: 10px;
    padding-right: 5px;
  }

  .medical-plan-grid {
    display: block;
  }

  .all-table-left-header {
    line-height: 36px;
  }

  .h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .content-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .engagement-hero-child.long, .enagement-hero-child-text.long {
    height: 250px;
  }

  .div-block-41 {
    width: auto;
  }

  .dental-grid {
    display: block;
  }

  .new-h2 {
    padding-top: 2px;
    font-size: 20px;
    line-height: 22px;
  }

  .button-4, .button-5 {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .engage---pop-up-box {
    padding: 20px;
  }

  .button-7, .button-8 {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .loa-pop-up-wrapper {
    display: none;
  }

  .welcome-desktop-view {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-home {
    padding-top: 19px;
    display: none;
  }

  .welcome-body-mobile {
    width: 320px;
    display: none;
    position: absolute;
    top: 143px;
    right: 127px;
  }

  .we-image-mobile, .we-image-mobile.vertical {
    display: none;
  }

  .we-image-vertical {
    max-width: 100%;
    margin: 5px;
    display: block;
  }

  .div-landscape {
    display: none;
  }

  .welcome-body-vertical-mobile {
    text-align: center;
    width: auto;
    margin-top: 9px;
    font-size: 9px;
    line-height: 120%;
    display: block;
  }

  .div-vertical {
    flex-flow: column;
    padding-top: 20px;
    display: flex;
    position: relative;
  }

    .bg-vertical-mobile {
        background-image: url('../../images/white-polaroid-bg.png');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 400px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        height: 300px;
        display: flex;
        position: relative;
        transform: scale(1);
    }

  .welcome-message-vertical {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 300px;
    margin-top: -13px;
    display: flex;
    transform: scale3d(1, .9, 1);
  }

  .cell-50 {
    align-items: center;
  }

  .welcome-message-vert {
    position: absolute;
    top: 43.9688px;
  }

  .image-70 {
    display: none;
  }

  .container-27 {
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .button-9 {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .hero-body-text {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero-body-text.centered, .hero-body-text.white {
    width: auto;
  }

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

#w-node-_837d431c-cb58-0645-0466-677e905dcd99-4a577ec6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4b06bd02-178f-dbaa-0997-357bfd4727f7-4a577ec6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-fa027b74-53ff-f7a3-31c0-20d0477c7eca-4a577ec6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4551521e-a418-5eca-3a0b-f5b18b7d166b-4a577ec6, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d1680-4a577ec6 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_4551521e-a418-5eca-3a0b-f5b18b7d1695-4a577ec6, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d16a8-4a577ec6 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_1c4e19fa-1a05-7048-b435-d031d7f145be-4a577ec6 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-_1c4e19fa-1a05-7048-b435-d031d7f145d4-4a577ec6 {
  grid-column: span 2 / span 2;
}

#w-node-_2913c766-9619-6b6d-dbd9-fcf97317aa43-b832260b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3e16b1dc-875d-1d00-ec81-d38eb102d3ee-b102d3ec {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr 1fr;
}

#w-node-_6e88d1a4-e7a5-f339-9a94-a8fd04b78222-58ed3305 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
}

#w-node-e198e0b8-8773-4659-6e63-6dd48ef63ace-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63ae0-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63af2-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b04-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b16-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b28-58ed3305 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a7c-58ed3305 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a7e-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753a80-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753a84-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753a88-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a8a-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753a8e-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a92-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a94-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753a96-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a98-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a9a-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753a9c-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753a9e-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aa0-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753aa2-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aa4-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aa6-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753aa8-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aaa-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aac-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753ab7-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ac2-58ed3305 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ac4-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ac6-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753ac8-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753aca-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753acc-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753ace-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ad0-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ad2-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753ad4-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ad6-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3358531e-e26d-287c-5e9a-73e150753ad8-58ed3305, #w-node-_3358531e-e26d-287c-5e9a-73e150753ada-58ed3305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3fb99d7a-9ed8-71a4-ded6-607e70270ad9-d90b98fe, #w-node-_4f23b4b8-3ce3-5826-760f-824386a1a959-d90b98fe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-81976db9 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9965b4b5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9965b4b5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9965b4b5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-9965b4b5, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-9965b4b5, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-9965b4b5 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_2913c766-9619-6b6d-dbd9-fcf97317aa43-65021a7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6a794eb9-ae01-3ef6-1a9c-09006902e825-ede75268 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ad35130f-8b8e-c5a3-9894-e4b9a2582767-ede75268 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_88fa8ccc-93b4-ad93-5681-2159df6d5af4-df6d5af3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1f870b37-8147-e682-a748-46e44406ac1b-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac2d-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac3f-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac51-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac63-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac75-1e832d2d {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-dd215d56-4669-99ca-8a50-0a9287f34a70-1e832d2d {
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_0aab958f-b39b-3e72-5b42-4e7628ce122b-1e832d2d {
  grid-column: span 2 / span 2;
}

#w-node-_944b5990-fc8e-2941-c6da-d46aa60d458e-1e832d2d, #w-node-_0e943e26-5cec-a34f-de8f-17558604a5b7-1e832d2d {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-a2dfbf89-8370-f41b-597d-97be4fb953a8-1e832d2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_837d431c-cb58-0645-0466-677e905dcd99-4a577ec6, #w-node-_4b06bd02-178f-dbaa-0997-357bfd4727f7-4a577ec6, #w-node-fa027b74-53ff-f7a3-31c0-20d0477c7eca-4a577ec6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6e88d1a4-e7a5-f339-9a94-a8fd04b78222-58ed3305 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3fb99d7a-9ed8-71a4-ded6-607e70270ad9-d90b98fe, #w-node-_4f23b4b8-3ce3-5826-760f-824386a1a959-d90b98fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-81976db9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6a794eb9-ae01-3ef6-1a9c-09006902e825-ede75268, #w-node-_88fa8ccc-93b4-ad93-5681-2159df6d5af4-df6d5af3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d166b-4a577ec6, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d1680-4a577ec6 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_1c4e19fa-1a05-7048-b435-d031d7f145be-4a577ec6 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-_6e88d1a4-e7a5-f339-9a94-a8fd04b78222-58ed3305 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-e198e0b8-8773-4659-6e63-6dd48ef63ae0-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63af2-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b04-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b16-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b28-58ed3305 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-81976db9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-ad35130f-8b8e-c5a3-9894-e4b9a2582767-ede75268 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1f870b37-8147-e682-a748-46e44406ac2d-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac3f-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac51-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac63-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac75-1e832d2d, #w-node-dd215d56-4669-99ca-8a50-0a9287f34a70-1e832d2d, #w-node-_944b5990-fc8e-2941-c6da-d46aa60d458e-1e832d2d, #w-node-_0e943e26-5cec-a34f-de8f-17558604a5b7-1e832d2d {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_837d431c-cb58-0645-0466-677e905dcd99-4a577ec6, #w-node-_4b06bd02-178f-dbaa-0997-357bfd4727f7-4a577ec6, #w-node-fa027b74-53ff-f7a3-31c0-20d0477c7eca-4a577ec6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d166b-4a577ec6, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d1680-4a577ec6, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d1695-4a577ec6, #w-node-_4551521e-a418-5eca-3a0b-f5b18b7d16a8-4a577ec6 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_1c4e19fa-1a05-7048-b435-d031d7f145be-4a577ec6 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_3e16b1dc-875d-1d00-ec81-d38eb102d3ee-b102d3ec {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr;
  }

  #w-node-_6e88d1a4-e7a5-f339-9a94-a8fd04b78222-58ed3305 {
    grid-template-rows: auto;
    grid-template-columns: minmax(303px, .5fr);
  }

  #w-node-e198e0b8-8773-4659-6e63-6dd48ef63ace-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63ae0-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63af2-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b04-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b16-58ed3305, #w-node-e198e0b8-8773-4659-6e63-6dd48ef63b28-58ed3305 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_5353829b-36cb-7af2-a519-cc8632ba6fd3-81976db9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fb9-9965b4b5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fce-9965b4b5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5fe3-9965b4b5, #w-node-_542add65-0bf8-a62e-b43b-e899c94c5ff6-9965b4b5, #w-node-a365908a-f745-1ebd-d974-cd08505ac338-9965b4b5, #w-node-_38a98672-ca9f-57be-506c-00c10a1086e3-9965b4b5 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_6a794eb9-ae01-3ef6-1a9c-09006902e825-ede75268 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad35130f-8b8e-c5a3-9894-e4b9a2582767-ede75268 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1f870b37-8147-e682-a748-46e44406ac1b-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac2d-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac3f-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac51-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac63-1e832d2d, #w-node-_1f870b37-8147-e682-a748-46e44406ac75-1e832d2d, #w-node-dd215d56-4669-99ca-8a50-0a9287f34a70-1e832d2d, #w-node-_944b5990-fc8e-2941-c6da-d46aa60d458e-1e832d2d, #w-node-_0e943e26-5cec-a34f-de8f-17558604a5b7-1e832d2d {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}


@font-face {
    font-family: 'Gotham Ultra';
    src: url('../../fonts/Gotham-Ultra.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-BookItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('../../fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-ExtraLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}