/* MARK: Wrapper */
@import url("https://use.typekit.net/syi2sjo.css");
@import url("https://use.typekit.net/syi2sjo.css");
@media (min-width: 1px) {
  .euOuterWrapper * {
    box-sizing: border-box;
  }
}

@media (min-width: 1px) {
  .euOuterWrapper {
    overflow: hidden;
    color: #454545;
    font-size: 14px;
    line-height: 0;
    font-family: sofia-pro, sans-serif;
  }
  .euOuterWrapper p {
    margin: 0;
    color: inherit;
  }
  .euOuterWrapper a {
    text-decoration: none;
  }
  .euOuterWrapper figure {
    height: 0;
    margin: 0;
    overflow: hidden;
  }
  .euOuterWrapper picture {
    line-height: 0;
  }
  .euOuterWrapper img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper {
    font-size: 14px;
  }
}
@media (min-width: 1921px) {
  .euOuterWrapper {
    font-size: 23px;
  }
}

/* MARK: BEM Blocks */
.euHero,
.euBanner,
.euSection,
.euSub {
  position: relative;
}

/* MARK: euCopybox */
.euCopybox {
  display: inline-block;
  position: absolute;
  text-align: inherit;
  top: 50%;
  left: 50%;
  width: 50%;
  color: inherit;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* MARK: euMinFont*/
@media (min-width: 1px) and (max-width: 380px) {
  .euMinFont {
    font-size: 14px !important;
  }
}
@media (min-width: 381px) and (max-width: 767px) {
  .euMinFont {
    font-size: 134% !important;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .euMinFont {
    font-size: 14px !important;
  }
}

/* MARK: euFluid */
@media (min-width: 1px) and (max-width: 767px) {
  .euFluid {
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 320px) {
  .euFluid {
    font-size: round(down, 12px + 17 * (100vw - 320px) / 447, 1px);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 767px) {
  .euFluid {
    font-size: 29px;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .euFluid {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) and (min-width: 768px) {
  .euFluid {
    font-size: round(down, 10px + 15 * (100vw - 768px) / 1152, 1px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) and (min-width: 1920px) {
  .euFluid {
    font-size: 25px;
  }
}
@media (min-width: 1921px) and (max-width: 3440px) {
  .euFluid {
    font-size: 23px;
  }
}
@media screen and (min-width: 1921px) and (max-width: 3440px) and (min-width: 1921px) {
  .euFluid {
    font-size: round(down, 23px + 18 * (100vw - 1921px) / 1519, 1px);
  }
}
@media screen and (min-width: 1921px) and (max-width: 3440px) and (min-width: 3440px) {
  .euFluid {
    font-size: 41px;
  }
}

/* MARK: Typekit */
/* MARK: euCtaBox */
@media (min-width: 1px) {
  .euCtaBox {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    row-gap: 15px;
    column-gap: 15px;
    flex-wrap: wrap;
    line-height: 1.2;
    width: 100%;
    padding: 0 15px;
  }
}

/* MARK: euButtons */
@media (min-width: 1px) {
  .euButton {
    line-height: 1;
    padding: 15px 15px 16px 15px;
    font-size: 13px;
    letter-spacing: 0.01em;
    border: 1px solid #454545;
    background: rgb(255, 255, 255);
    transition: 0.2s;
    border-radius: 0;
    font-family: sofia-pro, sans-serif, sans-serif;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
  }
  .euButton:hover {
    background: #454545;
    color: #fff;
    transition: 0.2s;
  }
}

@media (min-width: 1px) {
  .euButton--underhover {
    display: inline-block;
    padding: 10px 10px 11px;
    text-decoration: none;
    line-height: 1.2;
    width: auto;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    border: 0;
    border-bottom: 2px solid;
    background: rgba(0, 0, 0, 0);
    transition: 0.3s;
    border-radius: 0;
    padding-bottom: 11px;
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    font-family: sofia-pro, sans-serif, sans-serif;
    color: #454545;
    border-color: #454545;
  }
  .euButton--underhover:hover {
    display: inline-block;
    padding: 10px 10px 11px;
    text-decoration: none;
    line-height: 1.2;
    width: auto;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    color: #454545;
    transition: 0.3s;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid;
    padding-bottom: 6px;
    margin-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    font-family: sofia-pro, sans-serif, sans-serif;
  }
}

@media (min-width: 1px) {
  .euButton--icy {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(5px) !important;
    text-shadow: none !important;
    border: 1px solid #fff !important;
    font-family: sofia-pro, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    padding: 15px !important;
    margin: 0 !important;
    line-height: 1 !important;
    transition: 0.2s;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    display: inline-block !important;
  }
}
.euButton--icy:hover {
  text-shadow: none !important;
  padding: 15px !important;
  margin: 0 !important;
  transition: 0.2s;
  background: #fff !important;
  color: #454545 !important;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}

/* MARK: Videos */
@media (min-width: 1px) {
  body:before {
    content: "tiny";
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 361px) {
  body:before {
    content: "smallest";
  }
}
@media (min-width: 481px) {
  body:before {
    content: "small";
  }
}
@media (min-width: 768px) {
  body:before {
    content: "medium";
  }
}
@media (min-width: 1281px) {
  body:before {
    content: "large";
  }
}
@media (min-width: 1921px) {
  body:before {
    content: "xlarge";
  }
}

@media (min-width: 1px) {
  #vid,
  .euVideo {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
  }
  #euVidControl::before,
  .euVidControl::before {
    content: " ";
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    top: -4px;
    left: -4px;
    background: url("/on/demandware.static/-/Sites/default/wbp/ui/le-pause.svg");
    background-size: 36% auto;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    opacity: 0.8;
  }
  #euVidControl.paused::before,
  .euVidControl.paused::before {
    background: url("/on/demandware.static/-/Sites/default/wbp/ui/le-play.svg");
    background-size: 34% auto;
    background-repeat: no-repeat;
    background-position-x: 56%;
    background-position-y: 50%;
  }
  #euVidControl,
  .euVidControl {
    border: 3px solid hsla(0, 0%, 100%, 0.8);
    height: 39px;
    width: 38px;
    position: absolute;
    bottom: 18px;
    left: 15px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.2s;
  }
  #euVidControl:hover,
  .euVidControl:hover {
    box-shadow: 0 0 3px #fff;
    border-color: #fff;
    background: #fff;
    transition: 0.2s;
  }
  #euVidControl:hover::before,
  .euVidControl:hover::before {
    filter: brightness(0.1) sepia(1) saturate(1);
    transition: 0.2s;
  }
  #euVidControl.paused::before,
  .euVidControl.paused::before {
    background: url("/on/demandware.static/-/Sites/default/wbp/ui/le-play.svg");
    background-size: 34% auto;
    background-repeat: no-repeat;
    background-position-x: 56%;
    background-position-y: 50%;
  }
  #euVidControl,
  .euVidControl {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
  }
  #euVidControl::before,
  .euVidControl::before {
    background: url("/on/demandware.static/-/Sites/default/wbp/ui/le-pause.svg");
    background-size: 36% auto;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
  }
}
/* MARK: Hide & Show */
@media (max-width: 767px) {
  .euOuterWrapper .euHideForLarge--inline-block,
  .euFlexWrapper .euHideForLarge--inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForLarge--inline-block,
  .euFlexWrapper .euHideForLarge--inline-block {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForSmall--inline-block,
  .euFlexWrapper .euHideForSmall--inline-block {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForSmall--inline-block,
  .euFlexWrapper .euHideForSmall--inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForLarge--inline,
  .euFlexWrapper .euHideForLarge--inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForLarge--inline,
  .euFlexWrapper .euHideForLarge--inline {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForSmall--inline,
  .euFlexWrapper .euHideForSmall--inline {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForSmall--inline,
  .euFlexWrapper .euHideForSmall--inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForLarge--grid,
  .euFlexWrapper .euHideForLarge--grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForLarge--grid,
  .euFlexWrapper .euHideForLarge--grid {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForSmall--grid,
  .euFlexWrapper .euHideForSmall--grid {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForSmall--grid,
  .euFlexWrapper .euHideForSmall--grid {
    display: grid !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForLarge--block,
  .euFlexWrapper .euHideForLarge--block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForLarge--block,
  .euFlexWrapper .euHideForLarge--block {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForSmall--block,
  .euFlexWrapper .euHideForSmall--block {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForSmall--block,
  .euFlexWrapper .euHideForSmall--block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForLarge--flex,
  .euFlexWrapper .euHideForLarge--flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForLarge--flex,
  .euFlexWrapper .euHideForLarge--flex {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForSmall--flex,
  .euFlexWrapper .euHideForSmall--flex {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForSmall--flex,
  .euFlexWrapper .euHideForSmall--flex {
    display: flex !important;
  }
}

.hideDesktop {
  display: inline-block;
}
@media (min-width: 1024px) {
  .hideDesktop {
    display: none !important;
  }
}

.showDesktop {
  display: none;
}
@media (min-width: 1024px) {
  .showDesktop {
    display: inline-block !important;
  }
}

body {
  margin: 0;
}

.euOuterWrapper--linen {
  display: flex;
  flex-direction: column;
}
.euOuterWrapper--linen figure.euHero__fig {
  height: auto;
}
.euOuterWrapper--linen h1.euHero__sub {
  font-family: "cofo-raffine", serif;
  text-align: center;
  color: #fff;
  font-size: clamp(50px, 7vw, 70px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  letter-spacing: 0.01em;
}
.euOuterWrapper--linen p {
  line-height: 1;
}
.euOuterWrapper--linen h1,
.euOuterWrapper--linen h2,
.euOuterWrapper--linen h3,
.euOuterWrapper--linen h4,
.euOuterWrapper--linen h5,
.euOuterWrapper--linen h6 {
  margin: 0;
  width: 100%;
}
.euOuterWrapper--linen .euButton--icy {
  min-width: 130px;
}
.euOuterWrapper--linen .euCard__fig {
  aspect-ratio: 4/5;
  overflow: hidden;
  height: auto;
}
.euOuterWrapper--linen .euCard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.euCarousel {
  position: relative;
}
.euCarousel--scroll {
  padding: 0 15px;
}
.euCarousel__header {
  margin: 0 auto 25px;
}
.euCarousel__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.euCarousel__item {
  scroll-snap-align: start;
}

.euCarousel--scroll .euCarousel__track {
  scroll-behavior: smooth;
}
.euCarousel--scroll .euCarousel__item {
  flex: 0 0 225px;
}

.euCarousel--step {
  margin-bottom: 25px;
}
.euCarousel--step .euCarousel__track {
  overflow: hidden;
}
.euCarousel--step .euCarousel__item {
  flex: 0 0 100%;
}
.euCarousel--step .euCard {
  align-items: center;
}

.euCardSlider__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.euCardSlider__track::-webkit-scrollbar {
  display: none;
}

.euCard {
  scroll-snap-align: start;
  min-width: 0;
}

.euCardSlider__arrow {
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border: none;
}

.euCardSlider__controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 41%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
}

.euCard {
  display: flex;
  flex-direction: column;
}
.euCard__lnk {
  margin: 0 auto;
}
.euCard__title {
  font-family: big-caslon-fb, serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.euCard__subtitle {
  text-align: center;
  font-family: sofia-pro, serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.euCard__pTitle {
  font-family: big-caslon-fb, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 17px */
  letter-spacing: 0.3px;
}
.euCard__copy {
  margin: 20px 0;
}

.euSection {
  min-height: 100px;
}
.euSection__sub {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.euSection__title {
  color: #454545;
  text-align: center;
  font-family: big-caslon-fb, serif;
  font-size: clamp(28px, 4vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: clamp(25px, 3.5vw, 35px) 0;
}

.euSection--A {
  max-width: 1630px;
  padding-bottom: clamp(25px, 3vw, 50px);
}
.euSection--A .euSection__title {
  padding-bottom: 10px;
}
.euSection--A .euCard__fig {
  aspect-ratio: 225/339;
}

.euSection--B {
  background-color: #f3f1eb;
}
.euSection--B .euCard__fig {
  aspect-ratio: 1/1;
  margin: 0 35px;
}
.euSection--B .euCard__title {
  text-align: center;
  margin-bottom: 13px;
}

.euSection--C {
  /* Card Features */
}
.euSection--C .euFeaturesList {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 33px;
  background-color: #f3f1eb;
  margin: 0;
  padding: 35px 30px;
}
.euSection--C .euFeaturesList li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: sofia-pro, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.euSection--C {
  /* Icon */
}
.euSection--C .euIcon {
  width: 16px;
}
.euSection--C .euCopybox {
  top: 54%;
}

.euSection--D {
  padding-bottom: clamp(25px, 3vw, 50px);
}
.euSection--D .euCarousel__item {
  flex: 0 0 225px;
}
.euSection--D .euCard__fig {
  aspect-ratio: 225/338;
}

.euSection--E .euSection__title {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 120%;
  padding: 0;
}
.euSection--E .euSection__sub {
  margin-bottom: 25px;
}
.euSection--E .euCopybox {
  width: 100%;
  top: 68%;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.euSection--E .euCard__fig {
  aspect-ratio: 32/46;
}

.euSection--F .euBanner--insta .euBanner__fig {
  padding-bottom: 100.5%;
}
.euSection--F .euBanner--insta .euBanner__bg {
  width: 48%;
  float: left;
  margin: 1%;
}
.euSection--F .euBanner--insta .euBanner__copy {
  position: relative;
  text-align: center;
  transform: none;
  width: 100%;
  margin: 0;
  left: 0;
  padding: 8vw 4vw 0 4vw;
}
.euSection--F .euBanner--insta .euBanner__logo {
  width: 12.5%;
  min-width: 40px;
  filter: grayscale(100%);
  opacity: 0.82;
}
.euSection--F .euBanner--insta .euBanner__main {
  font: 182%/1.2 gt-alpina-thin, serif;
  color: #454545;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 0.3em;
}
.euSection--F .euBanner--insta .euBanner__sub {
  font: 109.9436%/1.2 sofiapro, sans-serif;
  font-family: sofiapro !important;
  color: #454545;
  margin: 0;
  padding: 3vw 0 6vw 0;
}

.euHero--linen {
  position: relative;
}

.euHero__fig {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.euHero__lnk {
  display: block;
  width: 81%;
  height: 100%;
margin: 0 auto;
}

.euVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .euVidControl {
    top: 12px;
  }
  .euHero .euCopybox {
    width: 98%;
    top: 68%;
  }
}
.euSection--D {
  display: none;
}

@media (min-width: 767px) {
  .euOuterWrapper--linen h1.euHero__sub {
    font-size: clamp(70px, 7.6vw, 150px);
  }
  .euOuterWrapper--linen .euHero__fig {
    aspect-ratio: 16/9;
  }
  .euSection__sub {
    font-size: clamp(15px, 2vw, 22px);
  }
  .euSection__title {
    padding: clamp(35px, 6vw, 100px) 0 clamp(15px, 2vw, 60px);
  }
  .euSection .euCarousel__header {
    margin: 0 auto clamp(35px, 5vw, 50px);
  }
  .euSection--D {
    display: block;
  }
  .euHero {
    order: 1;
  }
.euHero__lnk {
  width: 100%;
}
  .euSection--A {
    order: 2;
  }
  .euSection--C {
    order: 3;
  }
  .euSection--C .euCard__fig {
    aspect-ratio: 768/400;
  }
  .euSection--C .euCopybox {
    top: 48%;
    max-width: max-content;
  }
  .euSection--D {
    order: 4;
  }
  .euSection--B {
    order: 5;
  }
  .euSection--B .euCarousel--step .euCarousel__track {
    overflow: auto;
  }
  .euSection--B .euCarousel--step .euCarousel__item {
    flex: 0 0 43%;
  }
  .euSection--B .euCard__fig {
    margin: 0;
  }
  .euSection--E {
    order: 6;
    margin-top: clamp(25px, 3vw, 80px);
  }
  .euSection--E .euCard__fig {
    aspect-ratio: 16/9;
  }
  .euSection--E .euCopybox {
    top: 50%;
    left: 68%;
  }
  .euSection--F {
    order: 7;
  }
  .euSection--F .euBanner--insta .euBanner__copy {
    padding: 0;
  }
  .euSection--F .euBanner__logos {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .euSection__title {
    font-size: clamp(36px, 4vw, 60px);
  }
  .euCard {
    position: relative;
  }
  .euCard__pTitle {
    font-size: clamp(12px, 1.2vw, 20px);
    font-family: sofia-pro, serif;
  }
  .euCard__copy {
    margin: 20px auto 0;
  }
  .euCard__ctaBox {
    text-align: center;
    padding: 20px 0;
  }
  .euCarousel--scroll .euCarousel__item {
    flex: 0 0 19%;
    max-width: 300px;
  }
  .euSection--A {
    margin: 0 auto;
  }
  .euSection--B .euCarousel--step .euCarousel__track {
    padding: 30px 0;
    gap: 15px;
    justify-content: center;
  }
  .euSection--B .euCarousel--step .euCarousel__item {
    flex: 0 0 24%;
    max-width: 381px;
  }
  .euSection--C {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    background-color: #f3f1eb;
  }
  .euSection--C .euSub__copy {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center;
    width: 65%;
    margin: 0 auto;
  }
  .euSection--C .euSub__copy .euSection__title {
    padding: 0;
    width: 100%;
  }
  .euSection--C .euSub__copy .euFeaturesList {
    gap: 20px;
  }
  .euSection--C .euSub__copy .euFeaturesList li {
    font-size: clamp(20px, 2vw, 30px);
  }
  .euSection--C .euSub__copy .euFeaturesList li .euIcon {
    width: 24px;
  }
  .euSection--C .euSub__copy .euSubCopy {
    text-align: center;
    font-family: sofia-pro, serif;
    font-size: clamp(16px, 1.5vw, 22px);
    line-height: 1.2;
  }
  .euSection--C .euCard__lnk {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .euSection--C .euCard__fig {
    aspect-ratio: 768/905;
  }
  .euSection--D {
    text-align: center;
  }
  .euSection--D .euCarousel__track {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 39px;
  }
  .euSection--D .euCopybox {
    top: 95%;
    left: 15%;
  }
  .euSection--D .euCard__copy--overlay {
    line-height: 1.2;
    font-family: viktorie, sans-serif;
    font-size: 280%;
    top: 6%;
    left: 0%;
    transform: translate(0, 0) rotate(-6deg);
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  }
  .euSection--D .euCarousel__item:nth-child(1),
  .euSection--D .euCarousel__item:nth-child(3) {
    justify-self: end;
  }
  .euSection--D .euCarousel__item:nth-child(2),
  .euSection--D .euCarousel__item:nth-child(4) {
    justify-self: start;
  }
}
@media (min-width: 1280px) {
  .euSection--B .euCarousel--step .euCarousel__track {
    gap: 29px;
  }
  .euSection--B .euCarousel--step .euCarousel__item {
    flex: 0 0 23%;
    max-width: 381px;
  }
  .euSection--C .euFeaturesList {
    padding: 45px 30px;
  }
}
.euBanner__logos {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media (min-width: 768px) {
  .euBanner--insta {
    margin: 0 auto;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background: rgba(0, 0, 0, 0);
  }
  .euBanner--insta .euBanner__fig {
    padding-bottom: 24.25%;
  }
  .euBanner--insta .euBanner__bg {
    width: 23%;
    float: left;
    padding: 0;
    margin: 1%;
  }
  .euBanner--insta .euBanner__copy {
    position: relative;
    text-align: center;
    transform: none;
    width: 100%;
    margin: 0;
    left: 0;
    padding: 0;
  }
  .euBanner--insta .euBanner__logo {
    width: 3.625%;
    min-width: 58px;
  }
  .euBanner--insta .euBanner__main {
    font: 182%/1.2 gt-alpina-thin, serif;
    color: #454545;
    margin: 0;
    padding-top: 1rem;
  }
  .euBanner--insta .euBanner__sub {
    font: 109.9436%/1.2 sofiapro, sans-serif;
    font-family: sofiapro !important;
    color: #454545;
    margin: 0;
    padding: 0.5vw 0 1.8vw 0;
  }
}
@media (min-width: 1px) {
  .euWrapper--home .euBanner--insta {
    grid-area: bannerInsta;
  }
}
@media (min-width: 1px) {
  .euWrapper--home .euBanner--insta {
    grid-area: bannerInsta;
  }
}
