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

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

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

:root {
  --thistle: #e0c6d1;
  --dark-slate-grey: #005d67;
  --purple: #783857;
  --lines: #e6e6e6;
  --white: white;
  --black: black;
  --medium-aquamarine: #88c8a9;
  --light-pink: #e9a9c2;
}

body {
  color: #5f4d5d;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #5f4d5d;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 22px;
}

li {
  margin-bottom: 2px;
}

figcaption {
  color: #b0b0b0;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.navbar {
  background-color: #fff;
  border-top: 4px solid #ba9fb7;
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  height: 120px;
  display: flex;
}

.brand {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.brand.w--current {
  height: auto;
}

.menu-button {
  z-index: 10;
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 116px;
  padding-top: 56px;
  transition: opacity .2s;
}

.menu-button:hover {
  opacity: .8;
}

.menu-button.w--open {
  background-color: #fff;
}

.burger-line {
  background-color: #b99bb6;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
}

.content-section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.content-section.thistle-medium, .content-section.thistle-medium.w {
  background-color: var(--thistle);
}

.content-section.gray {
  background-color: #f3f3f3;
}

.content-section.papa {
  border-top: 1px solid var(--thistle);
  text-align: center;
}

.content-section.contact {
  background-color: #6bb190;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.contact.w {
  background-color: var(--thistle);
}

.content-section.fap {
  padding-top: 139px;
  padding-bottom: 47px;
}

.content-wrapper {
  align-self: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.lls {
  text-align: left;
}

.hero-section {
  background-color: #727272;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  margin-top: 72px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.center-box {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: none;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.center-box.laoao {
  max-width: none;
}

.mini-title {
  color: var(--dark-slate-grey);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
}

.mini-title.white {
  color: #fff;
}

.intro-paragraph {
  color: #292929;
  letter-spacing: 0;
  text-transform: none;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
}

.intro-paragraph.a-a {
  color: #292929;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.intro-paragraph.papa {
  color: #292929;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 9px;
  font-size: 22px;
}

.button {
  border: 1px solid var(--purple);
  color: var(--purple);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 25px;
  min-width: 110px;
  height: 45px;
  padding-top: 15px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  transition: background-color .2s, color .2s;
}

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

.top-border._20 {
  margin-top: 20px;
}

.top-border._50 {
  margin-top: 50px;
}

.top-border._5 {
  margin-top: 5px;
}

.top-border._40 {
  margin-top: 80px;
}

.top-border._20-copy, .top-border.papa {
  margin-top: 20px;
}

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

.relative {
  object-fit: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.intro-text-box {
  background-color: #ceb3cb;
  padding: 23px;
}

.title-link {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.text-link {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.image-hover {
  transition: transform .2s;
}

.image-hover:hover {
  transform: scale(1.05);
}

.image-hover._0102 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-hover.khikj {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.intro-box {
  background-color: #ceb3cb;
  width: 30.3%;
  margin-right: 3%;
}

.intro-box.no-border {
  margin-right: 0%;
}

.h1-white {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.h1-white.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.h1-white.medium {
  font-size: 40px;
  line-height: 50px;
}

.h1-white._0a0a {
  font-size: 38px;
}

.link-block {
  text-decoration: none;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.arrow {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 22px;
}

.nav-menu {
  float: right;
  background-color: #fff;
  width: 403px;
  height: 100vh;
  padding-top: 130px;
  display: none;
  position: fixed;
}

.nav-link {
  color: #b08ead;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 500;
  transition: background-color .2s;
}

.nav-link:hover {
  border-bottom: 4px solid #ceb3cb;
}

.nav-link.w--current {
  border-bottom: 4px solid var(--dark-slate-grey);
  color: #b08ead;
}

.cart-button {
  color: #5f4d5d;
  background-color: #0000;
  justify-content: center;
  width: 75px;
  height: 116px;
  padding-top: 18px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.cart-button:hover {
  opacity: .8;
}

.cart {
  float: right;
  width: 5%;
  min-width: 75px;
}

.cart-icon {
  margin-right: 3px;
}

.cart-quantity {
  color: #fff;
  background-color: #d6bbd3;
  margin-left: 0;
  padding-top: 2px;
  font-family: Roboto, sans-serif;
  line-height: 15px;
}

.profile-image {
  background-image: url('../images/12-DSC_4740.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 44%;
  min-width: 540px;
  height: 675px;
  display: inline-block;
  position: relative;
  left: 135px;
}

.profile-image.left {
  background-image: url('../images/11-DSC_4727.jpg');
  left: -135px;
}

.flex-center {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.flex._00 {
  margin-top: 80px;
}

._50-column {
  text-align: right;
  object-fit: fill;
  width: 40%;
}

.text-block-2 {
  width: 100%;
}

.image {
  border: 17px solid var(--thistle);
}

._50-column-center {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-column-center.mobile-border {
  width: 60%;
  padding-right: 80px;
}

._50-column-center._2pic {
  width: 40%;
  padding-right: 0;
}

.bottom-line {
  border-bottom: 1px solid #d7b7d4;
  padding-bottom: 80px;
}

.empty-state {
  background-color: #0000;
  font-size: 22px;
}

.collection-item {
  width: 31%;
  margin-bottom: 4%;
  margin-right: 2.2%;
}

.products-details {
  text-align: center;
  padding-top: 10px;
}

.link {
  color: var(--dark-slate-grey);
  font-weight: 600;
  text-decoration: none;
}

.price {
  color: #b0b0b0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.5px;
  text-decoration: none;
}

.price.large {
  color: #fff;
  font-size: 26px;
  line-height: 27.5px;
}

.text-field-4 {
  color: var(--dark-slate-grey);
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 1px;
  width: 48%;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.text-field-4::placeholder {
  color: #4e4e4e;
}

.textarea-2 {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 41px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.textarea-2:focus-visible, .textarea-2[data-wf-focus-visible] {
  color: #505050;
}

.textarea-2::placeholder {
  color: #4e4e4e;
  font-family: Roboto, sans-serif;
}

.submit-button-3 {
  color: #fff;
  background-color: #4e7362;
  border: 1px #fff;
  min-width: 130px;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: background-color .2s, color .2s;
}

.submit-button-3:hover {
  color: #b99bb6;
  background-color: #fff;
}

.success-message {
  color: #fff;
  background-color: #0000;
  font-size: 22px;
}

.error-message {
  padding-bottom: 8px;
  font-size: 22px;
}

.form-block {
  width: 51%;
}

._25-column {
  width: 25%;
  margin-right: 5%;
}

.contact-link {
  color: #fff;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.mini-title-white {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
}

.text-small {
  font-size: 22.5px;
}

.text-small.white {
  color: #fff;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-small.jsjka {
  color: #fff;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
}

.text-small._0a0a {
  color: #fff;
  font-family: Avenirltstd book, sans-serif;
  font-size: 16px;
}

.top-border-2 {
  z-index: 10;
  margin-top: 20px;
  position: relative;
}

.top-border-2._10 {
  margin-top: 10px;
}

.text-field-2 {
  border: 1px solid #ceb3cb;
  border-right-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 35%;
  height: 60px;
  padding-left: 21px;
}

.text-field-2::placeholder {
  color: #b99bb6;
  font-size: 19px;
  font-style: italic;
}

.text-field-2._2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.success-message-2 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ceb3cb;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: 10%;
  height: 60px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}

.flex-2 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

._49-column-2 {
  text-align: center;
  width: 49%;
  max-width: 689px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.perk {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 26%;
  margin-right: 20px;
  display: flex;
}

.perk-icon {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  margin-right: 20px;
}

.perk-icon._1 {
  background-image: url('../images/compras.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.perk-icon._2 {
  background-image: url('../images/entrega.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.perk-icon._3 {
  background-image: url('../images/como.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.text-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.text-white {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

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

.perks {
  background-color: #d6bbd3;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}

.footer {
  background-color: #c9adc6;
  padding-top: 40px;
}

.form-block-2 {
  max-width: 600px;
  margin-bottom: 0;
  display: block;
}

._90-column {
  flex: 1;
  align-items: center;
  width: 91%;
  display: flex;
}

.footer-links {
  width: 100%;
  margin-left: 6%;
}

.footer-link {
  color: #fff;
  margin-right: 35px;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.social-icons {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.social-icon {
  background-color: #d6bbd3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon:hover {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon.facebook {
  background-image: url('../images/facebook-logo.svg');
  background-size: 15px;
}

.social-icon.instagram {
  background-image: url('../images/instagram-2.svg');
  background-size: 15px;
}

.social-icon.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-size: 15px;
}

.footer-notice {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.footer-notice-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.go-up {
  background-color: #ba9fb7;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 32.6px;
  height: 30px;
  transition: background-color .2s;
}

.go-up:hover {
  background-color: #b99bb6;
}

.notice-link {
  color: #fff;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.hero-image {
  background-image: url('../images/noah-buscher-1118080-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 675px;
  position: relative;
  right: -65px;
}

.hero-image._2 {
  background-image: url('../images/33-DSC_5012.jpg');
  height: 600px;
}

.right-arrow {
  background-color: #b08ead;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  transition: opacity .2s;
  display: none;
}

.right-arrow:hover {
  opacity: .8;
}

.left-arrow {
  background-color: #a78ba4;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 50px;
  transition: opacity .2s;
  display: none;
  bottom: 0;
  right: 0;
}

.left-arrow:hover {
  opacity: .8;
}

.hero-flex {
  align-items: center;
  display: flex;
}

.hero-flex.vertical {
  background-color: #b08ead;
  flex-direction: row;
}

.slide {
  margin-bottom: 0;
  margin-left: -65px;
}

.hero-text-box {
  z-index: 10;
  background-color: var(--dark-slate-grey);
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-top: 0;
  padding: 45px;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-box {
  z-index: 1;
  background-color: #b08ead;
  background-image: none;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  max-width: 440px;
  height: 450px;
  margin-top: 110px;
  margin-right: 10%;
  padding-left: 5%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-box.left {
  margin-left: 10%;
  inset: 0 auto 0 0;
}

.text-box.ldla {
  width: 45%;
  margin-top: 0;
  margin-right: 0;
  position: static;
}

.flex-grid {
  flex-wrap: wrap;
  display: flex;
}

.footer-notice-box {
  margin-bottom: 5px;
  padding-top: 9px;
}

.footer-brand.w--current {
  transition: opacity .2s;
}

.footer-brand.w--current:hover {
  opacity: .8;
}

.checkout-button {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ceb3cb;
  padding-top: 11px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .2s;
}

.checkout-button:hover {
  opacity: .8;
}

.remove-button {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.remove-button:hover {
  opacity: .8;
}

.product-title {
  font-size: 20px;
}

.cart-quantity-2 {
  width: 40px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

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

.small-text {
  color: #b0b0b0;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 21px;
}

.bottom-border._15 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
  padding-bottom: 8px;
}

.top-line {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 7px;
}

.inner-hero {
  background-color: #d6bbd3;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.row {
  margin-bottom: 3%;
}

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

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

.text-link-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  transition: opacity .2s;
}

.text-link-2:hover {
  opacity: .8;
}

.text-link-2._090 {
  margin-right: 10px;
}

.product-slider {
  background-color: #0000;
  flex: 0 auto;
  width: 105%;
  height: auto;
  position: relative;
}

.slide-nav-2 {
  display: none;
  position: relative;
}

.product-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.mini-title-link {
  color: #b99bb6;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  transition: opacity .2s;
}

.mini-title-link:hover {
  opacity: .8;
}

.product-description {
  z-index: 10;
  background-color: #b08ead;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 530px;
  padding: 32px 40px 20px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.required {
  font-size: 16px;
}

.field-label {
  font-size: 18px;
}

.heading-4 {
  font-size: 22px;
}

.input-field {
  border-radius: 0;
  height: 45px;
}

.small-text-2 {
  color: #b0b0b0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.checkbox {
  margin-top: 3px;
}

.submit-button-4 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ceb3cb;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: auto;
  height: 60px;
  margin-left: 35px;
  margin-right: 35px;
  padding-top: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-4:hover {
  opacity: .8;
}

.checkout-form {
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.contact-info {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  width: 60%;
  max-width: 700px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.ordered-items {
  width: 35%;
  max-width: 700px;
}

.line-item, .extra-item, .line-item-2 {
  align-items: center;
}

.order-confirmation-container {
  background-color: #0000;
}

.block-header {
  border-style: none;
}

.fieldset {
  border-bottom: 1px solid var(--lines);
  padding-bottom: 4%;
  padding-left: 5%;
  padding-right: 5%;
}

.block-content {
  border-style: none;
}

.shipping-method-list {
  border-top: 1px solid var(--lines);
}

.submit-button-5 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ceb3cb;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-5:hover {
  opacity: .8;
}

.add-to-cart {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}

.quantity {
  color: #5f4d5d;
  width: 55px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.quantity-white {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.error-state {
  background-color: #ffdede;
  font-size: 20px;
}

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

.navbar-2 {
  background-color: #fff;
  border-top: 4px solid #005d67;
  flex-direction: row;
  align-items: center;
  display: flex;
  box-shadow: 0 0 8px #0000001c;
}

.submit-button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ceb3cb;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: auto;
  height: 60px;
  margin-bottom: 0;
  padding-top: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-6:hover {
  opacity: .8;
}

.bg-botttom {
  background-color: var(--white);
  height: 44%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-top {
  background-color: var(--thistle);
  height: 56%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.product-section {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 72px;
  padding-bottom: 100px;
  position: relative;
}

.slider-2 {
  height: 100%;
  position: absolute;
  inset: 0;
}

._100-percent {
  width: 100%;
}

.product-image-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
  margin-bottom: 40px;
}

.paypal {
  margin-left: 35px;
  margin-right: 35px;
}

.country {
  font-size: 20px;
}

.buy-now {
  background-color: var(--black);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding-top: 19px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.buy-now:hover {
  opacity: .8;
}

.text-span {
  font-size: 30px;
  font-weight: 600;
}

.high {
  color: var(--purple);
  font-family: Avenirltstd roman, sans-serif;
  font-weight: 500;
}

.high.aa {
  font-family: Avenirltstd roman, sans-serif;
  font-weight: 500;
}

.paragraph {
  color: var(--black);
  margin-bottom: 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.new {
  color: #424242;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph.lslls {
  margin-top: 6px;
}

.heading-5 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 6px;
  font-family: alpine-script, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
}

.heading-5.white {
  color: #fff;
  margin-bottom: 6px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
}

.heading-5.dign {
  color: #fff;
  margin-bottom: 6px;
  font-family: alpine-script, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
}

.heading-5.dede {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Avenirltstd roman, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

._23p {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-left: 80px;
  display: flex;
}

._23p.mobile-border {
  width: 60%;
  padding-right: 80px;
}

._23p._2pic {
  width: 40%;
  padding-right: 80px;
}

._010 {
  color: #000;
  margin-top: 28px;
  margin-bottom: 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

._010.mcmmc {
  margin-top: 0;
  font-family: Avenirltstd book, sans-serif;
  font-weight: 400;
}

._910101 {
  border: 17px solid var(--thistle);
  width: 100%;
}

.icon-2 {
  width: 14px;
  margin-right: 8px;
}

.card-cta {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 2px;
  width: 80%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  transition: all .4s;
}

.card-cta:hover {
  color: #fff;
  background-color: #000;
}

.class-card {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 32px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 3px 14px 50px -20px #0006;
}

.h2 {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1px;
  font-family: Avenirltstd roman, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.badge {
  color: #f8fcfb;
  background-color: #e7f0f5;
  border-radius: 2px;
  flex-direction: row;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 8px;
  padding: 4px 12px 4px 8px;
  text-decoration: none;
  display: flex;
}

.education-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  display: grid;
}

.image-container {
  background-image: url('../images/28-DSC_4926.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 200px;
}

.image-container._3 {
  background-image: url('../images/22-DSC_4868.jpg');
  background-position: 50%;
}

.image-container._2 {
  background-image: url('../images/7-DSC_4684.jpg');
  background-position: 50%;
}

.body {
  color: #484c57;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.body.center {
  text-align: center;
  background-color: #0000;
}

.body.center.green {
  color: #000;
  background-color: #0000;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.listing-details {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-copy {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding: 30px 30px 20px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

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

.text-span-3 {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  font-family: Avenirltstd roman, sans-serif;
  font-weight: 400;
}

.text-span-3.oaoa {
  font-family: Avenirltstd, sans-serif;
}

.text-span-4 {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.collection-list-wrapper {
  margin-top: 35px;
}

.image-2 {
  margin-bottom: 31px;
}

.div-block {
  margin-top: 38px;
  font-style: italic;
  font-weight: 400;
}

.love {
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.div-block-2 {
  outline-offset: 0px;
  text-align: center;
  outline: 1px solid #00000005;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin: 10px;
  padding: 13px 26px 23px;
  display: flex;
  box-shadow: 1px 1px 16px 6px #00000008;
}

.div-block-3 {
  margin-top: 0;
}

.dire {
  border: 1px solid var(--purple);
  color: var(--purple);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 25px;
  height: 45px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.dire:hover {
  color: #fff;
  background-color: #b99bb6;
}

.pap {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirltstd roman, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.nav_column_large_02 {
  width: 30%;
}

.nav04_link {
  color: #474747;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all .45s;
}

.nav04_link:hover {
  background-color: var(--thistle);
  color: #696969;
}

.nav04_link.w--current {
  color: var(--purple);
}

.nav_details_wrap_02 {
  background-color: #7540ee;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.nav_column {
  width: 22%;
  padding: 15px;
}

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

.nav_heading {
  color: #ffffffa1;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.nav04_links {
  align-items: center;
  display: flex;
}

.nav_details_block {
  background-color: #f5f7fd;
  background-image: none;
  background-position: 0 38px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
}

.nav04_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.nav_h4 {
  color: #f5f7fd;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 12px;
}

.nav_h4_02 {
  color: #0a1f44;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 12px;
}

.nav_button {
  box-shadow: none;
  color: #38cb89;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e9f9f0;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  min-height: 35px;
  max-height: 40px;
  padding: 10px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.nav_button:hover {
  background-color: #ddf3e7;
}

.nav_link_text {
  font-weight: 500;
}

.nav_dropdown {
  background-color: #fff;
  border-radius: 8px;
  min-width: 320px;
  min-height: auto;
  font-weight: 400;
  display: flex;
  box-shadow: 14px 14px 25px 5px #767ead14;
}

.nav_heading_02 {
  color: #8a94a6;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}

.nav_list {
  min-width: 850px;
}

.nav_list.w--open {
  background-color: #0000;
  border-radius: 10px;
  left: -110px;
  overflow: hidden;
}

.nav04_line {
  background-color: #ebecf0;
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-left: 0;
  margin-right: 15px;
}

.nav04 {
  z-index: 5;
  background-color: #fff;
  flex: 1;
  margin-top: 0;
  position: fixed;
  inset: 0 0% auto;
  box-shadow: 14px 14px 40px #767ead14;
}

.nav_drop {
  align-items: center;
  height: 100%;
  display: block;
}

.nav04_nav_menu {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.nav_toggle {
  align-items: center;
  height: 100%;
  padding-right: 25px;
  display: flex;
}

.nav_link {
  color: #201b3d;
  background-color: #0000;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  min-height: 33px;
  padding: 8px 5px 8px 10px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.nav_link:hover {
  background-color: #f8faff;
}

.nav04_logo {
  margin-right: 35px;
}

.nav_icon_arrow {
  margin-right: 0;
}

.nav04_span {
  color: var(--dark-slate-grey);
  font-weight: 400;
}

.nav_column_large {
  width: 28%;
  padding: 15px;
}

.nav04_button {
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7540ee;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  min-height: 35px;
  max-height: 40px;
  padding: 12px 40px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.nav04_button:hover {
  color: #fff;
  background-color: #5d3eff;
}

.nav04_image {
  height: 100%;
  margin-right: 25px;
  position: static;
  inset: 0% auto 0% 0%;
}

.nav04_top_wrap {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav04_top {
  color: #a09fb1;
  background-color: #fff;
  border-bottom: 1px solid #ebecf0;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.nav_details_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav_title {
  color: #5d3eff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.nav04_text {
  color: #646464;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.forest_nav {
  background-color: #fff;
  width: 100%;
  display: block;
}

.nav04_mobile {
  z-index: 5;
  background-color: #fff;
  flex: 1;
  display: none;
  position: relative;
  box-shadow: 14px 14px 40px #767ead14;
}

.top {
  border: 1px solid var(--purple);
  color: var(--purple);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 25px;
  height: 45px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.top:hover {
  color: #fff;
  background-color: #b99bb6;
}

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

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._999k {
  border: 17px solid var(--thistle);
}

.oap {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.oap.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.oap.medium {
  font-size: 40px;
  line-height: 50px;
}

.f06_legal {
  color: #8a94a6;
}

.f06_link {
  position: absolute;
  inset: 0%;
}

.f06_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f06_social_icon {
  width: 15px;
}

.f06_social_icon.lalla {
  opacity: .37;
  filter: invert();
}

.f06_social_wrap {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.f06_email {
  color: #8a94a6;
  margin-bottom: 10px;
  margin-left: 1px;
  text-decoration: none;
  transition: all .25s;
}

.f06_email:hover {
  color: #0a1f44;
}

.f06_social_circle_c {
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.f06 {
  background-color: #fff;
  padding: 30px 5% 10px;
}

.f06_logo {
  margin-bottom: 0;
}

.f06_social_circle {
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.f06_phone {
  color: #5d3eff;
  margin-left: 1px;
  text-decoration: none;
  transition: all .25s;
}

.f06_phone:hover {
  color: #0a1f44;
}

.footer-content {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-links-2 {
  justify-content: center;
  display: inline-block;
}

.navigation-item-2 {
  color: #2e2e2e;
  letter-spacing: .3px;
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  display: inline-block;
}

.navigation-item-2:hover {
  color: #000;
}

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

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

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

.navigation-item-2.last {
  color: #333;
  text-align: center;
  margin-right: 0;
  font-family: Avenirltstd book, sans-serif;
  font-weight: 300;
}

.home {
  height: .1px;
}

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

.submit-button-7 {
  background-color: var(--dark-slate-grey);
}

.heading-6 {
  color: var(--dark-slate-grey);
}

.section {
  background-image: url('../images/17-DSC_4786.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
}

.papapasa, .bold-text, .text-span-5 {
  font-family: Avenirltstd, sans-serif;
}

.div-block-5 {
  background-color: #6bb190;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 27px;
  padding: 28px;
  display: flex;
}

.kska {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.kska.new {
  color: #424242;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.kska.lslls {
  margin-top: 6px;
}

.link-3 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .menu-button {
    float: right;
    width: 60px;
    padding-top: 51px;
  }

  .content-section.fap {
    padding-top: 111px;
  }

  .center-box {
    width: 80%;
  }

  .center-box.laoao {
    margin-left: 0;
  }

  .intro-paragraph {
    line-height: 28px;
  }

  .intro-paragraph.a-a {
    font-size: 18px;
  }

  .intro-paragraph.papa {
    font-size: 20px;
  }

  .nav-link {
    height: 70px;
    padding-top: 20px;
  }

  .cart {
    z-index: 100;
    float: right;
  }

  .profile-image {
    min-width: 420px;
  }

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

  ._50-column {
    width: 50%;
  }

  .image {
    margin-top: 40px;
  }

  ._50-column-center.mobile-border {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  ._50-column-center._2pic {
    width: 50%;
  }

  ._25-column {
    width: 35%;
  }

  ._49-column-2 {
    width: 80%;
  }

  .perk {
    width: 40%;
  }

  .perk.tablet-none {
    display: none;
  }

  .hero-flex.vertical {
    flex-direction: column;
  }

  .slide {
    margin-bottom: 0;
  }

  .hero-text-box, .text-box {
    width: 45%;
    margin-right: 5%;
  }

  .product-slider {
    width: 100%;
    height: 450px;
  }

  .product-slide {
    height: 450px;
  }

  .product-description {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    position: relative;
  }

  .checkout-form {
    justify-content: center;
  }

  .contact-info {
    width: 100%;
    margin-bottom: 40px;
  }

  .ordered-items {
    width: 100%;
  }

  .icon {
    color: #ceb3cb;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

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

  .heading-5.white, .heading-5.dign {
    text-align: left;
  }

  ._23p {
    width: 100%;
    margin-top: 55px;
    padding-left: 0;
  }

  ._910101 {
    margin-top: 50px;
  }

  .class-card {
    height: auto;
    min-height: 480px;
    box-shadow: 3px 14px 50px -20px #0000003d;
  }

  .education-cards {
    grid-column-gap: 16px;
  }

  .body.center {
    width: 80%;
  }

  .body.center.green {
    width: auto;
  }

  .card-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav_column_large_02 {
    display: none;
  }

  .nav04_link {
    flex: 0 auto;
    width: 100%;
    min-height: 45px;
    padding-left: 47px;
  }

  .nav_column {
    width: 33%;
  }

  .nav04_menu_icon {
    color: #4e5d78;
  }

  .nav04_right_wrap {
    flex: 1;
    justify-content: flex-end;
  }

  .nav04_wrap {
    z-index: 2147483647;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav_dropdown {
    box-shadow: none;
  }

  .nav_list.w--open {
    min-width: auto;
  }

  .nav04 {
    display: none;
  }

  .nav04_nav_menu {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px #767ead14;
  }

  .nav04_menu_button.w--open {
    background-color: #ebecf0;
    border-radius: 100px;
  }

  .nav_icon_arrow {
    margin-right: 15px;
  }

  .nav04_button {
    display: none;
  }

  .nav04_top_wrap {
    flex-direction: row;
    justify-content: flex-end;
  }

  .nav04_mobile {
    z-index: 999;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .f06_social_wrap {
    margin-bottom: 0;
  }

  .footer-content {
    flex-direction: column;
    padding-top: 23px;
  }

  .navigation-item-2 {
    transition: color .15s;
  }

  .navigation-item-2.last {
    margin-left: 0;
  }

  .section {
    height: 500px;
  }

  .div-block-5 {
    margin-top: 24px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    justify-content: flex-end;
  }

  .content-section.contact {
    padding-top: 41px;
    padding-bottom: 62px;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.okjdw3, .content-wrapper.iw, .content-wrapper.w9eiew, .content-wrapper.lls {
    max-width: 85%;
  }

  .hero-section {
    height: auto;
    margin-top: 72px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mini-title.white.asa {
    text-align: center;
    margin-bottom: 0;
  }

  .mini-title.white.gfgf {
    text-align: center;
  }

  .intro-paragraph {
    font-size: 18px;
  }

  .intro-paragraph.papa {
    margin-top: 10px;
  }

  .intro-paragraph.papa.sss {
    margin-top: 30px;
  }

  .top-border._20.sds {
    text-align: center;
  }

  .top-border.papa {
    text-align: center;
    margin-top: 0;
  }

  .intro-box {
    flex-direction: column;
    display: flex;
  }

  .h1-white._0a0a {
    text-align: center;
    font-size: 30px;
    line-height: 43px;
  }

  .h1-white.asa {
    font-size: 30px;
    line-height: 42px;
  }

  .profile-image {
    width: 80%;
    min-width: 0;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: 0;
  }

  .profile-image.left {
    left: -40px;
  }

  .flex-center {
    flex-direction: column;
    align-items: center;
  }

  .flex-center.reverse, .flex-center.ojdls {
    flex-direction: column-reverse;
  }

  .flex-center.ewew {
    align-items: flex-start;
  }

  ._50-column {
    text-align: center;
    width: 100%;
  }

  ._50-column.tre {
    text-align: center;
  }

  .text-block-2 {
    width: 100%;
  }

  .image {
    border-width: 10px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  ._50-column-center {
    justify-content: flex-start;
    width: 100%;
  }

  ._50-column-center.mobile-border {
    justify-content: center;
    margin-bottom: 4%;
  }

  ._50-column-center._2pic {
    justify-content: center;
    width: 100%;
    margin-bottom: 4%;
  }

  .collection-item {
    width: 47.8%;
  }

  .form-block {
    width: 100%;
    margin-top: 33px;
  }

  ._25-column {
    width: 100%;
    margin-right: 0%;
  }

  .text-small._0a0a {
    margin-top: 26px;
  }

  .perk {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0;
  }

  .perk.tablet-none {
    display: flex;
  }

  .perk-icon {
    margin-right: 0;
  }

  ._90-column {
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
  }

  .footer-links {
    flex-direction: row;
    justify-content: center;
    margin-top: 4%;
    margin-left: 0%;
    display: flex;
  }

  .social-icons {
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .go-up {
    margin-top: 15px;
  }

  .hero-image._2 {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

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

  .slide {
    margin-left: 0;
  }

  .text-box.left {
    width: 85%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 29px;
    position: static;
  }

  .text-box.ldla {
    flex-direction: column;
    justify-content: center;
    width: 75%;
    max-width: none;
    height: auto;
    margin-top: -39px;
    padding: 29px;
  }

  .text-box.o4u3ou4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 85%;
    max-width: none;
    height: auto;
    margin-top: -40px;
    margin-right: 0%;
    padding: 41px;
    position: static;
  }

  .text-link-2.papa {
    text-align: center;
  }

  .checkout-form {
    width: 100%;
  }

  .heading-5.white {
    font-size: 25px;
  }

  .heading-5.dede {
    font-size: 30px;
  }

  ._23p {
    justify-content: flex-start;
    width: 100%;
  }

  ._23p.mobile-border, ._23p._2pic {
    justify-content: center;
    margin-bottom: 4%;
  }

  ._010.mcmmc {
    font-weight: 400;
  }

  ._910101 {
    border-width: 10px;
    width: 85%;
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-cta {
    width: 90%;
  }

  .class-card {
    min-height: 0;
    margin-bottom: 24px;
  }

  .education-cards {
    display: block;
  }

  .listing-details {
    margin-top: 16px;
  }

  .div-block-2 {
    width: 100%;
  }

  .nav_column {
    width: 50%;
  }

  .nav04_wrap.mob {
    background-color: #fff;
  }

  .nav_button {
    margin-left: 15px;
  }

  .nav_dropdown {
    flex-wrap: wrap;
  }

  .nav04_button {
    display: none;
  }

  ._999k {
    border-width: 10px;
  }

  .oap {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .footer-content {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links-2 {
    margin-top: 0;
  }

  .navigation-item-2 {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation-item-2.last {
    text-align: center;
  }

  .section {
    height: 300px;
  }

  .div-block-5 {
    margin-bottom: 0;
    padding: 21px 21px 20px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    margin-left: 2%;
  }

  .brand.w--current {
    width: 40%;
    margin-left: 7%;
  }

  .content-section, .content-section.thistle-medium.w, .content-section.contact, .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .intro-paragraph.a-a, .intro-paragraph.papa {
    margin-top: 3px;
    line-height: 30px;
  }

  .top-border._40 {
    margin-top: 50px;
  }

  .intro-box {
    width: auto;
    margin-bottom: 9%;
    margin-right: 0%;
  }

  .h1-white._0a0a {
    font-size: 25px;
    line-height: 38px;
  }

  .h1-white.asa {
    line-height: 40px;
  }

  .profile-image {
    width: 100%;
    max-width: 440px;
    left: 0;
  }

  .profile-image.left {
    left: 0;
  }

  .flex._00, .image {
    margin-top: 50px;
  }

  ._50-column-center.mobile-border {
    margin-bottom: 0%;
  }

  ._50-column-center._2pic {
    width: 82%;
    margin-bottom: 0%;
  }

  .bottom-line {
    padding-bottom: 50px;
  }

  .collection-item {
    width: 100%;
    max-width: 360px;
    margin-bottom: 8%;
    margin-right: 0%;
  }

  .form-block {
    width: 100%;
    margin-top: 10%;
  }

  ._25-column {
    width: 100%;
    margin-right: 0%;
  }

  .text-small._0a0a {
    margin-top: 10px;
    font-size: 18px;
  }

  .text-field-2 {
    border-right-style: solid;
    border-radius: 3px;
    width: 100%;
  }

  .submit-button-2 {
    border-radius: 0;
  }

  ._90-column {
    width: 100%;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-link {
    margin-bottom: 7%;
    margin-right: 0;
  }

  .hero-image {
    width: 100%;
    right: 0;
  }

  .hero-image._2 {
    width: 90%;
  }

  .hero-flex {
    flex-direction: column;
  }

  .hero-text-box, .text-box {
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

  .text-box.left {
    margin-left: 0%;
  }

  .flex-grid {
    justify-content: center;
  }

  .footer-brand {
    margin-bottom: 7%;
  }

  .product-description {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

  .flex-column {
    flex: 0 auto;
    width: 100%;
  }

  ._23p, ._910101 {
    margin-top: 50px;
  }

  .nav04_link {
    padding-left: 5%;
  }

  .nav04_logo {
    padding-left: 0;
  }

  .nav04_top {
    display: none;
  }

  .nav04_text {
    text-align: center;
  }

  .nav04_mobile {
    background-color: #fff;
  }

  .oap {
    line-height: 38px;
  }

  .f06_container {
    text-align: center;
  }

  .footer-content {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .navigation-item-2 {
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .navigation-item-2.last {
    font-size: 12px;
  }

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


@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}