/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/footer/scss/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.footer {
  padding-top: 48px;
  padding-bottom: 26px;
  color: #004547;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 64px;
    padding-bottom: 32px;
  }
}

.footer__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "logo" "navigation" "cta" "social" "copyright";
  row-gap: 40px;
}
@media screen and (min-width: 1024px) {
  .footer__container {
    grid-template-columns: 375px 1fr 375px;
    grid-template-areas: "logo navigation cta" ". navigation cta" "social . ." "copyright . .";
    row-gap: 0;
  }
}

.footer__logo {
  grid-area: logo;
}

.footer__navigation {
  grid-area: navigation;
}
@media screen and (min-width: 1024px) {
  .footer__navigation {
    margin-bottom: 103px;
    max-width: 750px;
  }
}

.footer__navigation-column {
  align-self: stretch;
}
.footer__navigation-column:nth-of-type(1) .footer__navigation-col-button {
  border-top: 1px solid rgba(0, 69, 71, 0.2);
}

.footer__navigation-col-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .footer__navigation-col-list {
    padding: 0 16px;
    border-bottom: 1px solid rgba(0, 69, 71, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .footer__navigation-col-list > li:first-child {
    padding-top: 9px;
  }
  .footer__navigation-col-list > li:last-child {
    padding-bottom: 48px;
  }
}

.footer__navigation-col-title {
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .footer__navigation-col-title {
    display: none;
  }
}

.footer__navigation-col-button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  padding: 0 16px;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .footer__navigation-col-button {
    display: none;
  }
}

.footer__navigation-col-title,
.footer__navigation-col-button {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #004547;
}

@media screen and (min-width: 1024px) {
  .footer__navigation-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 154px;
    row-gap: 35px;
  }
}

.footer__navigation-link {
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #004547;
  text-decoration: none;
}
.footer__navigation-link:hover, .footer__navigation-link:focus-visible {
  text-decoration: underline;
}

.footer__social {
  grid-area: social;
}

.footer__cta {
  grid-area: cta;
}
@media screen and (max-width: 1023px) {
  .footer__cta {
    max-width: 345px;
  }
}

.footer__cta-title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  line-height: 1;
  font-weight: 750;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.footer__cta-text {
  font-size: 16px;
  margin-bottom: 32px;
}

.footer__copyright {
  grid-area: copyright;
  font-size: 12px;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    margin-top: 40px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/accordion/scss/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.accordion {
  border-top: 1px solid #ccdada;
  color: #004547;
}
.accordion__title {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 25px 55px 25px 25px;
  border-bottom: 1px solid #ccdada;
  transition: background 0.3s ease, color 0.3s ease;
}
.accordion__title:hover {
  background: #f2f6f6;
}
.is-expanded > .accordion__title {
  background: #004547;
  color: #ffffff;
}
.is-expanded > .accordion__title:after {
  background: #ffffff;
}
.is-expanded > .accordion__content {
  border-bottom: 1px solid #ccdada;
}
.accordion__content-inner {
  padding: 24px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/crumbs/scss/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.crumbs {
  background: #f2f6f6;
  color: #004547;
  height: 48px;
}

.crumbs__list {
  display: flex;
  align-items: center;
  margin: 0;
}
.crumbs__list.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .crumbs__list.mobile {
    display: flex;
  }
}
.crumbs__list.desktop {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .crumbs__list.desktop {
    display: none;
  }
}

.crumbs__item {
  position: relative;
  font-size: 14px;
}

.crumbs__link {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
}

.crumbs__link.link-underlined {
  display: block;
}

.crumbs__text {
  overflow: hidden;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 14px; /* Fallback for non-webkit */
  font-size: 14px;
  line-height: 1;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.crumbs__item:not(:last-child) {
  padding-right: 24px;
}
.crumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  transform: rotate(119.74deg);
  background-color: #004547;
  right: 8px;
  top: 50%;
}

.crumbs__container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.crumbs__dropdown {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.1490196078);
  z-index: 10;
  padding: 24px;
  background-color: #ffffff;
}
.crumbs__dropdown .crumbs__link {
  font-family: Gotham-book, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media screen and (min-width: 1024px) {
  .crumbs__dropdown {
    display: none;
  }
}

.crumbs__open-button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  position: relative;
  width: 25px;
  height: 14px;
  border-radius: 44px;
  background-color: #ccdada;
  margin-right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.crumbs__open-button span {
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #004547;
  transition: background-color 0.3s ease;
}
.crumbs__open-button::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  transform: rotate(119.74deg);
  background-color: #004547;
  right: -16px;
  top: 50%;
}
@media screen and (min-width: 1024px) {
  .crumbs__open-button {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .crumbs__container.open .crumbs__open-button {
    background-color: #004547;
  }
  .crumbs__container.open .crumbs__open-button span {
    background-color: #ffffff;
  }
  .crumbs__container.open .crumbs__dropdown {
    display: flex;
    align-items: center;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/cta-panel/scss/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.cta-panel__list {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .cta-panel__list {
    flex-direction: column;
  }
}

.cta-panel__item {
  --item-padding: 32px;
  flex-grow: 1;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1.65;
  position: relative;
  padding: var(--item-padding);
  padding-bottom: 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .cta-panel__item {
    --item-padding: 24px;
  }
}
.cta-panel__item::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(227.21deg, rgba(0, 0, 0, 0) 54.36%, rgba(0, 0, 0, 0.4) 100%);
  transition: background-color 0.3s ease;
}
.cta-panel__item:hover::after, .cta-panel__item:focus-within::after {
  background-color: rgba(0, 69, 71, 0.6);
}
.cta-panel__item:hover .cta-panel__img, .cta-panel__item:focus-within .cta-panel__img {
  transform: scale(1.1);
}
.cta-panel__item:hover .cta-panel__link::after, .cta-panel__item:focus-within .cta-panel__link::after {
  background-color: #e5ff66;
  background-position-x: 215%;
}

.cta-panel__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: transform 0.3s ease;
}
.cta-panel__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-panel__title {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 2;
}
.cta-panel__title > p {
  padding: var(--item-padding);
  align-self: end;
  box-sizing: content-box;
}

.cta-panel__text {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #ffffff;
  font-size: 48px;
  font-weight: 750;
  text-transform: uppercase;
  line-height: 0.72;
  letter-spacing: -0.01em;
  max-width: 240px;
}
@media screen and (max-width: 1023px) {
  .cta-panel__text {
    font-size: 40px;
    max-width: 223px;
  }
}

.cta-panel__link {
  padding: var(--item-padding);
  text-decoration: none;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.cta-panel__link:focus, .cta-panel__link:focus-visible {
  outline: none;
}
.cta-panel__link::after {
  flex-shrink: 0;
  content: "";
  width: 48px;
  height: 48px;
  background-color: #edebeb;
  border-radius: 50%;
  background-image: url(/dist/images/right-angle-fe5a7d913fec939fd363.svg);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 30px 15px;
  transition: background-color, background-position 0.3s ease;
}

.cta-panel__header {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 72px;
  font-weight: 750;
  line-height: 0.72;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #004547;
}
@media screen and (max-width: 1023px) {
  .cta-panel__header {
    font-size: 48px;
    margin-bottom: 32px;
  }
}

.cta-panel--x4 .cta-panel__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .cta-panel--x4 .cta-panel__list {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cta-panel--x4 .cta-panel__item {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .cta-panel--x4 .cta-panel__item {
    aspect-ratio: 0.78;
  }
}
@media screen and (min-width: 1024px) {
  .cta-panel--x4 .cta-panel__item:nth-of-type(1) {
    grid-column: 1/3;
  }
  .cta-panel--x4 .cta-panel__item:nth-of-type(4) {
    grid-column: 2/-1;
  }
  .cta-panel--x4 .cta-panel__item:nth-of-type(1),
  .cta-panel--x4 .cta-panel__item:nth-of-type(4) {
    aspect-ratio: 2.64;
  }
  .cta-panel--x4 .cta-panel__item:nth-of-type(2),
  .cta-panel--x4 .cta-panel__item:nth-of-type(3) {
    aspect-ratio: 1.28;
  }
}
.cta-panel--x4 .cta-panel__pagination {
  --pagination-bg-color: rgba(0, 69, 71, 0.2);
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}
.cta-panel--x4 .cta-panel__pagination > span {
  flex-basis: 40px;
  height: 6px;
  border-radius: 32px;
  background-color: var(--pagination-bg-color);
  transition: background-color 0.3s ease;
}
.cta-panel--x4 .cta-panel__pagination > span.swiper-pagination-bullet-active {
  background-color: #004547;
}
@media screen and (min-width: 1024px) {
  .cta-panel--x4 .cta-panel__pagination {
    display: none;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/cta-panel-x3/scss/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.cta-panel-x3 {
  text-align: center;
}
.cta-panel-x3__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 56px;
}
@media screen and (min-width: 1024px) {
  .cta-panel-x3__title {
    font-size: 64px;
  }
}
.cta-panel-x3__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .cta-panel-x3__title {
    margin-bottom: 45px;
  }
}
.cta-panel-x3__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .cta-panel-x3__list {
    flex-direction: row;
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .cta-panel-x3__list {
    gap: 30px;
  }
}
.cta-panel-x3__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cta-panel-x3__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .cta-panel-x3__item {
    width: calc((100% - 60px) / 3);
  }
}
.cta-panel-x3__image {
  aspect-ratio: 2.87;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.cta-panel-x3__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-panel-x3__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  padding: 25px 15px 30px;
}
@media screen and (min-width: 768px) {
  .cta-panel-x3__content {
    padding: 35px 10px 45px;
  }
}
@media screen and (min-width: 1024px) {
  .cta-panel-x3__content {
    padding: 35px 25px 45px;
  }
}
.cta-panel-x3__item-title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 36px;
}
@media screen and (min-width: 1024px) {
  .cta-panel-x3__item-title {
    font-size: 48px;
  }
}
.cta-panel-x3__item-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cta-panel-x3__item-title {
    margin-bottom: 28px;
  }
}
.cta-panel-x3__description {
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.6;
  max-width: 323px;
  color: #004547;
  margin: 0 auto;
}
.cta-panel-x3__btn {
  margin-top: 20px;
  align-self: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cta-panel-x3__btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cta-panel-x3__btn {
    margin-top: 25px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/content-carousel/scss/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.content-carousel {
  color: var(--font-colour);
  background: var(--bg-colour);
  height: 120px;
  overflow: hidden;
  transition: height 1s ease-in-out;
}
@media screen and (min-width: 768px) {
  .content-carousel {
    height: 205px;
  }
}
.content-carousel.is-visible > .container {
  transform: none;
}
@media screen and (max-width: 767px) {
  .content-carousel.is-visible > .container {
    transform: none;
  }
}
.content-carousel > .container {
  transform: translateY(calc(-100% + 205px));
  transition: transform 1s ease-in-out;
}
@media screen and (max-width: 767px) {
  .content-carousel > .container {
    padding-left: 0;
    padding-right: 0;
    transform: translateY(calc(-100% + 100px));
  }
}
.content-carousel__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .content-carousel__item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.content-carousel__image {
  position: relative;
  width: 100%;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: top;
}
@media screen and (min-width: 768px) {
  .content-carousel__image {
    width: 50%;
    margin: 0 0 57px;
    align-self: flex-start;
    transform: translateY(-130px);
    transition: transform 1s ease-in-out;
  }
  .content-carousel.is-visible .content-carousel__image {
    transform: none;
  }
}
.content-carousel__image.mask-bag {
  mask-image: url(/dist/images/bag-68a5d801e8ab86e8998d.svg);
}
.content-carousel__image.mask-bucket {
  mask-image: url(/dist/images/bucket-b4f3ab465465c24dfc60.svg);
}
.content-carousel__image img {
  max-width: 100%;
}
.content-carousel__content {
  padding: 40px 24px 35px;
}
@media screen and (min-width: 768px) {
  .content-carousel__content {
    width: 43%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 75px;
    transform: translateY(-100px);
    transition: transform 1s ease-in-out;
  }
  .content-carousel.is-visible .content-carousel__content {
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .content-carousel__content-inner {
    max-width: 442px;
  }
}
.content-carousel__title {
  color: var(--font-colour);
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: -0.01em;
  line-height: 0.8;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .content-carousel__title {
    font-size: 72px;
    line-height: 0.8;
  }
}
.content-carousel__descr {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.content-carousel__btn {
  margin-bottom: 22px;
}
.content-carousel__pagination {
  padding: 0 120px 57px;
  display: flex;
  flex-flow: row nowrap;
  gap: 7px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .content-carousel__pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10;
  }
}
.content-carousel__pagination > span {
  display: block;
  height: 6px;
  border-radius: 3px;
  flex-basis: 40px;
  max-width: 40px;
  cursor: pointer;
  background: rgba(var(--dots-colour), 0.2);
}
.content-carousel__pagination > span.swiper-pagination-bullet-active {
  background: var(--current-dot-colour);
}
.content-carousel__next.button, .content-carousel__prev.button {
  position: absolute;
  z-index: 10;
  bottom: 35px;
  left: 58px;
}
@media screen and (min-width: 768px) {
  .content-carousel__next.button, .content-carousel__prev.button {
    top: 50%;
    transform: translateY(-50%);
    bottom: 50%;
  }
}
.content-carousel.has-theme-deep-teal .content-carousel__next.button, .content-carousel.has-theme-deep-teal .content-carousel__prev.button {
  border: 2px solid rgba(255, 255, 255, 0.3);
  --arrow-color: #ffffff;
  transition: border-color 0.3s ease;
}
.content-carousel.has-theme-deep-teal .content-carousel__next.button:hover, .content-carousel.has-theme-deep-teal .content-carousel__prev.button:hover {
  background: transparent;
  border-color: #ffffff;
}
.content-carousel.has-theme-stone .content-carousel__next.button, .content-carousel.has-theme-bright-teal .content-carousel__next.button, .content-carousel.has-theme-violet .content-carousel__next.button, .content-carousel.has-theme-stone .content-carousel__prev.button, .content-carousel.has-theme-bright-teal .content-carousel__prev.button, .content-carousel.has-theme-violet .content-carousel__prev.button {
  background: transparent;
  border: 2px solid rgba(0, 69, 71, 0.2);
}
.content-carousel.has-theme-stone .content-carousel__next.button:hover, .content-carousel.has-theme-stone .content-carousel__next.button:focus-visible, .content-carousel.has-theme-bright-teal .content-carousel__next.button:hover, .content-carousel.has-theme-bright-teal .content-carousel__next.button:focus-visible, .content-carousel.has-theme-violet .content-carousel__next.button:hover, .content-carousel.has-theme-violet .content-carousel__next.button:focus-visible, .content-carousel.has-theme-stone .content-carousel__prev.button:hover, .content-carousel.has-theme-stone .content-carousel__prev.button:focus-visible, .content-carousel.has-theme-bright-teal .content-carousel__prev.button:hover, .content-carousel.has-theme-bright-teal .content-carousel__prev.button:focus-visible, .content-carousel.has-theme-violet .content-carousel__prev.button:hover, .content-carousel.has-theme-violet .content-carousel__prev.button:focus-visible {
  border: 2px solid #004547;
}
.content-carousel.is-single .content-carousel__next.button, .content-carousel.is-single .content-carousel__prev.button {
  display: none;
}
.content-carousel__next.button.swiper-button-disabled, .content-carousel__prev.button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.content-carousel__next.button {
  left: auto;
  right: 58px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/embedded-video/scss/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.embedded-video {
  color: var(--font-colour);
  background-color: var(--bg-colour);
  padding-top: 72px;
  padding-bottom: 80px;
}
.embedded-video .container {
  max-width: 1290px;
}
.embedded-video__info {
  margin: 0 0 0 30%;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .embedded-video__info {
    margin: 0 0 0 50%;
    width: 50%;
  }
}
.embedded-video__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .embedded-video__title {
    font-size: 72px;
  }
}
.embedded-video__title {
  margin-bottom: 32px;
  color: var(--font-colour);
  text-wrap: unset;
}
@media screen and (min-width: 1024px) {
  .embedded-video__title {
    margin-bottom: 40px;
  }
}
.embedded-video__description {
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: -0.01em;
}
.embedded-video__wrapper {
  position: relative;
  overflow: hidden;
  max-width: 920px;
  margin-bottom: 70px;
  border-radius: 8px;
}
.embedded-video__wrapper::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.3333333333%;
}
.embedded-video__wrapper.hide {
  display: none;
}
.embedded-video__image-wrapper {
  background-color: var(--font-colour);
}
.embedded-video__image-wrapper.hide {
  display: none;
}
.embedded-video__image-wrapper, .embedded-video__image, .embedded-video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embedded-video__button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--bg-colour);
}
.embedded-video__button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #004547;
}
@media screen and (min-width: 768px) {
  .embedded-video__button::before {
    width: 64px;
    height: 64px;
  }
}
.embedded-video__button .icon {
  position: absolute;
  bottom: 12px;
  left: 13px;
  width: 25px;
  height: 25px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .embedded-video__button .icon {
    width: 34px;
    height: 34px;
    bottom: 15px;
    left: 16px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/article-carousel/scss/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.article-carousel__container {
  position: relative;
}
.article-carousel__controls.hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .article-carousel__controls {
    position: absolute;
    right: 0;
    top: -100px;
    display: flex;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .article-carousel__controls {
    display: none;
  }
}
.article-carousel__carousel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .article-carousel__carousel--mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .article-carousel__carousel--desktop {
    display: none;
  }
}
.article-carousel__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .article-carousel__item:nth-child(n+4) {
    display: none;
  }
  .show-all .article-carousel__item:nth-child(n+4) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .article-carousel__item {
    width: 345px;
  }
}
@media screen and (min-width: 1024px) {
  .article-carousel__item {
    width: 474px;
  }
}
.article-carousel__item::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.article-carousel__item:hover::after, .article-carousel__item:focus-within::after {
  background-color: rgba(0, 69, 71, 0.6);
}
.article-carousel__item:hover .article-carousel__image, .article-carousel__item:focus-within .article-carousel__image {
  transform: scale(1.1);
}
.article-carousel__item:hover .article-carousel__info, .article-carousel__item:focus-within .article-carousel__info {
  opacity: 1;
}
.article-carousel__item:hover .article-carousel__button::after, .article-carousel__item:focus-within .article-carousel__button::after {
  background-color: #e5ff66;
  background-position-x: 215%;
}
.article-carousel__item:hover .article-carousel__content-inner, .article-carousel__item:focus-within .article-carousel__content-inner {
  transform: translateY(0);
}
.article-carousel__image {
  position: relative;
  transition: transform 0.3s ease;
}
.article-carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.article-carousel__image::after {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}
.article-carousel__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 27px 100px 27px 22px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .article-carousel__content {
    padding: 37px 120px 37px 32px;
  }
}
@media screen and (min-width: 768px) {
  .article-carousel__content-inner {
    transform: translateY(40px);
    transition: transform 0.3s ease;
  }
}
.article-carousel__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  .article-carousel__title {
    font-size: 48px;
  }
}
.article-carousel__title {
  color: #ffffff;
}
.article-carousel__info {
  display: flex;
  color: #ffffff;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .article-carousel__info {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
.article-carousel__info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.article-carousel__info-item .icon {
  stroke: #ffffff;
  stroke-width: 2px;
}
.article-carousel__info-item:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 12px;
  margin-right: 12px;
}
.article-carousel__link {
  text-decoration: none;
}
.article-carousel__button:focus, .article-carousel__button:focus-visible {
  outline: none;
}
.article-carousel__button::after {
  content: "";
  position: absolute;
  right: 32px;
  bottom: 37px;
  width: 48px;
  height: 48px;
  background-color: #edebeb;
  border-radius: 50%;
  background-image: url(/dist/images/right-angle-fe5a7d913fec939fd363.svg);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 30px 15px;
  transition: background-color, background-position 0.3s ease;
}
.article-carousel__next.button, .article-carousel__prev.button {
  background: transparent;
  border: 2px solid rgba(0, 69, 71, 0.2);
}
.article-carousel__next.button:hover, .article-carousel__next.button:focus-visible, .article-carousel__prev.button:hover, .article-carousel__prev.button:focus-visible {
  border: 2px solid #004547;
}
.article-carousel.is-single .article-carousel__next.button, .article-carousel.is-single .article-carousel__prev.button {
  display: none;
}
.article-carousel__next.button.swiper-button-disabled, .article-carousel__prev.button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.article-carousel__see-more {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #edebeb;
  width: max-content;
  color: #004547;
  transition: border-color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px 0 19px;
}
@media screen and (min-width: 768px) {
  .article-carousel__see-more {
    display: none;
  }
}
.article-carousel__see-more:hover, .article-carousel__see-more:focus-within {
  border: 2px solid #004547;
}
.article-carousel__see-more .icon {
  position: static;
  stroke: #004547;
  stroke-width: 2px;
  width: 24px;
  height: 24px;
  transform: translateY(0);
  flex-shrink: 0;
}
.article-carousel__link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .article-carousel__link-wrapper {
    margin-top: 40px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/colors-landing/scss/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.colors-landing__list {
  --item-width: 376px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--item-width), 1fr));
  gap: 32px;
  margin-top: 56px;
}
@media screen and (max-width: 1023px) {
  .colors-landing__list {
    --item-width: 345px;
    gap: 24px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .colors-landing__list {
    --item-width: calc(100vw - 2 * 24px);
  }
}

.colors-landing__item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccdada;
}

.colors-landing__title::before {
  display: none;
}
.colors-landing__title a {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  letter-spacing: -0.01em;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: fit-content;
}
.colors-landing__title a .colors-landing__underlined {
  height: 1px;
  width: 0;
  background: #004547;
  transition: width 0.3s ease;
}
.colors-landing__title a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.colors-landing__title a:hover, .colors-landing__title a:focus-visible {
  outline: none;
}
.colors-landing__title a:hover .colors-landing__underlined, .colors-landing__title a:focus-visible .colors-landing__underlined {
  width: 100%;
}

.colors-landing__media {
  aspect-ratio: 1.74;
}
@media screen and (max-width: 1023px) {
  .colors-landing__media {
    aspect-ratio: 2.18;
  }
}

.colors-landing__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.colors-landing__color-list {
  display: flex;
  height: 100%;
}
.colors-landing__color-list > span {
  flex-grow: 1;
}

.colors-landing__title-wrapper {
  padding: 24px;
  transition: background-color 0.3s ease;
  height: 100%;
}
.colors-landing__title-wrapper:focus-within, .colors-landing__title-wrapper:has(a:hover) {
  background-color: rgba(0, 69, 71, 0.05);
}

.colors-landing__availability {
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #004547;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/form-with-text/scss/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.form-with-text {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1328px;
  margin: 0 auto;
}
.form-with-text .richtext {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .form-with-text {
    flex-direction: column;
    margin: 0;
  }
}
.form-with-text button[type=submit] {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .form-with-text button[type=submit] {
    height: 72px;
    border-radius: 72px;
  }
}

@media screen and (min-width: 1024px) {
  .form-with-text__text-wrapper {
    width: 400px;
  }
}

@media screen and (min-width: 1024px) {
  .form-with-text__form {
    width: 60%;
    max-width: 784px;
  }
}
