:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
a,
button {
  cursor: revert;
}
menu,
ol,
summary,
ul {
  list-style: none;
}
ol {
  counter-reset: revert;
}
img {
  max-block-size: 100%;
  max-inline-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
  box-sizing: border-box;
}
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  -webkit-line-break: after-white-space;
  overflow-wrap: break-word;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}
::-webkit-details-marker {
  display: none;
}
:root {
  font-size: 2.6666666667vw;
}
@media (min-width: 768px) {
  :root {
    font-size: 0.5208333333vw;
  }
}
.h1 {
  font-size: 8.1077rem;
  letter-spacing: -0.4054rem;
  line-height: 77%;
  text-transform: uppercase;
}
.h1,
.h2 {
  font-style: normal;
  font-weight: 500;
}
.h2 {
  font-size: 5.2rem;
  letter-spacing: -0.22rem;
  line-height: 100%;
}
.h2 .line {
  margin-bottom: -1rem;
  padding-bottom: 1rem;
}
.h2 strong {
  color: #a8a9ae;
}
.h3 {
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.076rem;
  line-height: 85%;
}
.h4 {
  font-size: 2.8rem;
  letter-spacing: -0.028rem;
}
.h4,
.h5 {
  font-style: normal;
  font-weight: 500;
  line-height: 98%;
}
.h5 {
  font-size: 1.6rem;
  letter-spacing: -0.016rem;
}
p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.014rem;
  line-height: 114%;
}
p strong {
  color: #03071654;
}
.p-small {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.012rem;
  line-height: 98%;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 26rem;
    letter-spacing: -1.3rem;
  }
  .h2 {
    font-size: 15rem;
    letter-spacing: -0.75rem;
  }
  .h2 .line {
    margin-bottom: -2rem;
    padding-bottom: 2rem;
  }
  .h3 {
    font-size: 9rem;
    letter-spacing: -0.18rem;
  }
  .h4 {
    font-size: 5rem;
    letter-spacing: -0.05rem;
  }
  .h5 {
    font-size: 3.8rem;
    letter-spacing: -0.038rem;
  }
  p {
    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }
  .p-small {
    font-size: 1.8rem;
    letter-spacing: -0.018rem;
  }
}

.button {
  gap: 0.2rem;
  height: 4.1rem;
  transition: all 0.3s ease;
  width: -moz-max-content;
  width: max-content;
}
.button,
.button span {
  align-items: center;
  display: flex;
}
.button span {
  border-radius: 0.42rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: -0.014rem;
  line-height: 98%;
  padding: 1.25rem;
  position: relative;
}
.button span:last-child {
  aspect-ratio: 1/1;
}
.button span svg {
  flex-shrink: 0;
  height: auto;
  width: 0.8rem;
}
.button--white span {
  background: #fff;
  color: #03134c;
}
.button--light-grey span {
  background: #f9f9f9;
  color: #03134c;
}
.button--blue {
  background: none !important;
}
.button--blue span {
  background: #03134c;
  color: #fff;
}
.button span,
.button svg {
  transition: all 0.3s ease;
}
.button:hover {
  gap: 0;
}
.button:hover span:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button:hover span:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.button:hover span:last-child svg {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .button {
    gap: 0.5rem;
    height: 8rem;
  }
  .button span {
    border-radius: 0.8rem;
    font-size: 1.8rem;
    letter-spacing: -0.018rem;
    padding: 3rem;
  }
  .button span svg {
    width: 1.5rem;
  }
}
.socials {
  display: flex;
  gap: 0.2rem;
  height: 100%;
  width: 100%;
}
.socials > li > a {
  aspect-ratio: 1/1;
  flex-shrink: 0;
  height: 100%;
}
.socials > li > a img {
  height: 100%;
  transition: transform 0.3s ease;
  width: 100%;
}
@media (hover: hover) {
  .socials > li > a:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .socials {
    gap: 0.5rem;
  }
}
.header {
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #0003;
  display: flex;
  justify-content: space-between;
  left: 0;
  opacity: 1;
  padding: 1.6rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 100;
}
.header__block {
  display: flex;
  flex-direction: row;
  gap: 0.9rem;
}
.header__button {
  text-transform: capitalize;
}
.header__logo {
  width: 10rem;
}
.header .mobile {
  background: #112056;
  border-radius: 0.5rem;
  padding: 0.5rem 0.8rem 0.5rem 0.5rem;
  width: 10rem;
}
.header .mobile img,
.header .mobile svg {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.header .desktop {
  display: none;
}
.header__nav {
  transition: width 0.5s ease;
}
.header.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}
.header__left {
  background: #fff;
  border-radius: 0.5821rem;
  display: flex;
  flex-shrink: 0;
  height: 4.2rem;
  justify-content: end;
  padding: 0.1rem;
  position: relative;
  transition: background-color 0.5s ease;
  width: 14.5rem;
  z-index: 100;
}
.header__left.open {
  background: #f9f9f9;
}
.header__left.open .header__menu-icon .top {
  transform: translateY(6px) rotate(45deg);
}
.header__left.open .header__menu-icon .middle {
  opacity: 0;
}
.header__left.open .header__menu-icon .bottom {
  transform: translateY(-6px) rotate(-45deg);
}
.header .lang-switcher .sub-menu {
  display: none;
}
.header .lang-switcher .menu-item-has-children.open .sub-menu {
  background: #fff;
  display: block;
}
.header .menu-item-has-children svg {
  transition: transform 0.3s ease;
}
.header .menu-item-has-children.open svg {
  transform: rotate(180deg);
}
.header .lang-switcher {
  position: absolute;
  right: 2.5rem;
  top: 1.6rem;
}
.header .lang-switcher li a {
  color: #03134c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.016rem;
  line-height: 128%;
  margin-right: 0.5rem;
}
.header .lang-switcher li svg {
  margin-bottom: 0.2rem;
  width: 1rem;
}
.header__menu-open {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 1.58rem 1.7rem;
  width: -moz-max-content;
  width: max-content;
}
.header__menu-open svg {
  flex-shrink: 0;
  height: 0.84rem;
  width: 1.2701rem;
}
.header__menu-icon rect {
  transform-origin: center;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.header__right {
  align-items: center;
  background: #fff;
  border-radius: 0.4148rem;
  display: flex;
  flex-shrink: 0;
  height: 4.1481rem;
  justify-content: space-between;
  min-width: 14rem;
  padding: 0.26rem 1.22rem 0.26rem 0.26rem;
}
.header__img {
  background: #f9f9f9;
  border-radius: 0.3111rem;
  flex-shrink: 0;
  height: 3.6296rem;
  overflow: hidden;
  width: 4.6148rem;
}
.header__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.header__text {
  color: var(--03134-c, #03134c);
  font-size: 1rem;
  letter-spacing: -0.01rem;
  line-height: 98%;
  text-wrap: nowrap;
}
.header__menu {
  background: #fff;
  border-radius: 1.2rem;
  left: 1.6rem;
  overflow-y: auto;
  padding: 6.2rem 2.5rem 3.2rem;
  position: absolute;
  top: 1.6rem;
  transform: scale(0);
  transform-origin: 0.5rem 0.5rem;
  transition: transform 0.5s ease;
  width: 34.3rem;
}
.header__menu.active {
  transform: scale(1);
}
.header__inner-links,
.header__links,
.header__list {
  display: flex;
  flex-direction: column;
}
.header__inner-links > li > a,
.header__links > li > a,
.header__list > li > a {
  align-items: center;
  color: #03071654;
  display: flex;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: -0.016rem;
  line-height: 85%;
  padding: 0.3rem 0;
  transition: color 0.4s ease;
}
.header__inner-links > li > a svg,
.header__links > li > a svg,
.header__list > li > a svg {
  flex-shrink: 0;
  height: 2.7rem;
  width: 2.7rem;
}
.header__inner-links > li > a svg rect,
.header__links > li > a svg rect,
.header__list > li > a svg rect {
  transition: fill 0.4s ease;
}
.header__inner-links > li > a svg path,
.header__links > li > a svg path,
.header__list > li > a svg path {
  transform-origin: center;
  transition: stroke 0.4s ease, transform 0.6s ease;
}
@media (hover: hover) {
  .header__inner-links > li > a:hover,
  .header__links > li > a:hover,
  .header__list > li > a:hover {
    color: #03134c;
  }
  .header__inner-links > li > a:hover svg rect,
  .header__links > li > a:hover svg rect,
  .header__list > li > a:hover svg rect {
    fill: #03134c;
  }
  .header__inner-links > li > a:hover svg path,
  .header__links > li > a:hover svg path,
  .header__list > li > a:hover svg path {
    stroke: #fff;
    transform: none;
    transform: rotate(-45deg);
  }
  .header__inner-links > li > a.has-submenu:hover,
  .header__links > li > a.has-submenu:hover,
  .header__list > li > a.has-submenu:hover {
    color: #efbf04;
  }
  .header__inner-links > li > a.has-submenu:hover svg rect,
  .header__links > li > a.has-submenu:hover svg rect,
  .header__list > li > a.has-submenu:hover svg rect {
    fill: #efbf04;
  }
  .header__inner-links > li > a.has-submenu:hover svg path,
  .header__links > li > a.has-submenu:hover svg path,
  .header__list > li > a.has-submenu:hover svg path {
    stroke: #fff;
    transform: rotate(-45deg);
  }
}
.header__inner-links > li:not(:last-child),
.header__links > li:not(:last-child),
.header__list > li:not(:last-child) {
  border-bottom: 0.1rem solid hsla(0, 0%, 85%, 0.51);
}
.header__socials {
  height: 2.8rem;
  justify-content: start;
  margin-top: 1.2rem;
}
.header__socials li {
  width: 2.9rem;
}
.header__links {
  background: #fff;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.accordion.active {
  color: #03134c;
}
.accordion.active .accordion__inner,
.accordion.active .header__links {
  height: auto;
}
.accordion.active .accordion__button svg rect {
  fill: #03134c;
}
.accordion.active .accordion__button svg path {
  stroke: #fff;
  transform: rotate(-45deg);
}
.accordion.active .accordion__title {
  color: #03134c;
}
.accordion__title {
  color: #03071654;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.016rem;
  line-height: 85%;
  transition: color 0.3s ease;
}
.accordion__body-group {
  border-bottom: 0.1rem solid hsla(0, 0%, 85%, 0.51);
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  text-align: end;
}
.accordion__body-group div a {
  color: #0307164d;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.012rem;
  line-height: 110%;
}
.accordion__body-group:last-child {
  border-bottom: 0;
}
.accordion__button {
  text-transform: capitalize;
}
.accordion__button svg {
  flex-shrink: 0;
  height: 2.7rem;
  width: 2.7rem;
}
.accordion__button svg rect {
  transition: fill 0.4s ease;
  fill: #f9f9f9;
}
.accordion__button svg path {
  transform-origin: center;
  transition: stroke 0.4s ease, transform 0.6s ease;
  stroke: #03134c;
  transform: rotate(0);
}
.accordion__inner-body {
  height: 0;
  overflow: hidden;
}
.accordion__header,
.accordion__inner-body {
  align-items: center;
  border-bottom: 0.1rem solid hsla(0, 0%, 85%, 0.51);
}
.accordion__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
.accordion__links li {
  border-bottom: 0.1rem solid hsla(0, 0%, 85%, 0.51);
}
.accordion__links:last-child li {
  margin-bottom: 2rem;
}
.accordion__links {
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .accordion__links > li > a:hover {
    color: #03134c;
  }
  .accordion__links > li > a:hover svg rect {
    fill: #03134c;
  }
  .accordion__links > li > a:hover svg path {
    stroke: #fff;
    transform: rotate(-45deg);
  }
}
.accordion__links > li:not(:last-child) {
  border-bottom: 0.1rem solid hsla(0, 0%, 85%, 0.51);
}
.accordion__inner {
  background: #fff;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.accordion__inner.active-inner .accordion__inner-header {
  border-bottom: 0.1rem solid hsla(0, 0%, 85%, 0.51);
}
.accordion__inner-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.3rem 0;
}
.accordion__inner-button {
  align-items: center;
  display: flex;
  height: 2.7rem;
  justify-content: center;
  width: 2.7rem;
}
.accordion__inner-button .minus {
  display: none;
}
.accordion__inner-title {
  color: #03071654;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.016rem;
  line-height: 85%;
}
.accordion__body-label {
  color: var(--030716, #030716);
  line-height: 98%;
  margin-right: 9rem;
}
.accordion p,
.accordion__body-label {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.012rem;
}
.accordion p {
  color: #0307164d;
  line-height: 110%;
}
.accordion__inner.active-inner .minus {
  display: block;
}
.accordion__inner.active-inner .plus {
  display: none;
}
@media (max-width: 769px) {
  .accordion__body-image {
    display: none;
  }
  .accordion__open-button {
    margin: 1.5rem 0;
  }
  .header .lang-desk,
  .header__button,
  .header__submenu {
    display: none;
  }
  .header .lang-switcher li a {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .accordion.active + .header__menu,
  .header__menu.big-active {
    width: 186rem;
  }
  .header__menu.big-active .header__nav {
    max-width: 77rem;
  }
  .header__menu.big-active .accordion.active .accordion__body {
    opacity: 1;
    pointer-events: auto;
    right: 3rem;
    top: 16rem;
    width: 89rem;
  }
  .accordion__header {
    background: #fff;
    border-bottom: 0.2rem solid hsla(0, 0%, 85%, 0.51);
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 10;
  }
  .accordion__body-group {
    border-bottom: 0.1rem solid hsla(0, 0%, 85%, 0.51);
    display: contents;
    padding: 1rem 0;
  }
  .accordion__body-group div a {
    font-size: 2.2rem;
    letter-spacing: -0.022rem;
    line-height: 110%;
  }
  .accordion__body-text {
    display: grid;
    grid-template-columns: max-content 1fr;
    width: 55%;
  }
  .accordion__body-text > .accordion__body-group:not(:last-child):after {
    background-color: #d9d9d982;
    content: "";
    grid-column: 1/-1;
    height: 1px;
    margin: 1.5rem 0;
  }
  .accordion__inner-title {
    font-size: 4.5842rem;
    letter-spacing: -0.0458rem;
    line-height: 85%;
  }
  .accordion__links {
    border-bottom: 0.2rem solid hsla(0, 0%, 85%, 0.51);
  }
  .accordion__links li {
    border-bottom: 0;
  }
  .accordion__links:last-child li {
    margin-bottom: 0;
  }
  .accordion__inner-body {
    border-bottom: 0.2rem solid hsla(0, 0%, 85%, 0.51);
    display: flex;
    flex-direction: column;
  }
  .accordion__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 4.4rem;
    width: 100%;
  }
  .accordion__open-button {
    margin-bottom: 4.4rem;
    margin-left: auto;
    margin-top: 2.4rem;
  }
  .accordion__body-image {
    height: 29.6rem;
    margin: 3rem 0;
    width: 35.6rem;
  }
  .accordion__body-image img {
    border-radius: 3rem;
    height: 100%;
    width: 100%;
  }
  .accordion__body {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.6s ease;
  }
  .accordion__title {
    font-size: 5rem;
    letter-spacing: -0.0458rem;
    line-height: 85%;
  }
  .accordion__inner-header {
    cursor: pointer;
    padding: 0.8rem 0;
  }
  .accordion__body-group {
    border-bottom: 0.2rem solid hsla(0, 0%, 85%, 0.51);
  }
  .accordion__body-group p {
    font-size: 2.2rem;
    letter-spacing: -0.022rem;
    line-height: 110%;
  }
  .accordion__body-label {
    font-size: 2.2rem;
    letter-spacing: -0.022rem;
    line-height: 98%;
  }
  .accordion__inner-button {
    height: 7.35rem;
    width: 7.35rem;
  }
  .accordion__inner-button svg {
    flex-shrink: 0;
    height: 1.3rem;
    width: 1.3rem;
  }
  .accordion__button svg {
    height: 7.35rem;
    width: 7.35rem;
  }
  .header {
    padding: 3rem;
  }
  .header .desktop {
    display: block;
  }
  .header .lang-switcher .menu-item-has-children.open .sub-menu {
    background: none;
  }
  .header .lang-switcher {
    left: 13rem;
    position: absolute;
    right: auto;
    top: 2.6rem;
  }
  .header .lang-switcher li a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.02rem;
    line-height: 128%;
  }
  .header .lang-switcher .lang-item {
    transition: transform 0.2s ease;
  }
  .header .lang-switcher .lang-item:hover {
    transform: scale(1.05);
  }
  .header .mobile {
    display: none !important;
  }
  .header__logo {
    align-items: center;
    display: flex !important;
    height: 8.2rem;
    left: 50%;
    position: absolute;
    top: 1.5rem;
    top: 3rem;
    transform: translate(-50%);
    width: 19.9105rem;
  }
  .header__logo img,
  .header__logo svg {
    height: auto;
    width: 100%;
  }
  .header__button {
    width: 28.3rem;
  }
  .header__button span:first-child {
    width: 19.8rem;
  }
  .header__left {
    border-radius: 1.2rem;
    height: 8rem;
    padding: 0.2rem;
    width: auto;
  }
  .header__menu-open {
    padding: 3rem 3.2rem;
  }
  .header__menu-open svg {
    height: 1.6rem;
    width: 2.4rem;
  }
  .header__right {
    border-radius: 0.8rem;
    height: 8rem;
    min-width: 27rem;
    padding: 0.5rem 3.2rem 0.5rem 0.5rem;
    z-index: 10;
  }
  .header__img {
    border-radius: 0.6rem;
    height: 7rem;
    width: 8.9rem;
  }
  .header__text {
    font-size: 1.8rem;
    letter-spacing: -0.018rem;
  }
  .header__menu {
    left: 3rem;
    padding: 7.8rem 4.7rem 3.5rem;
    top: 3rem;
    transition: transform 0.5s ease, width 0.5s ease;
    width: 94.2rem;
  }
  .header__inner-links,
  .header__links,
  .header__list {
    background: #fff;
    position: relative;
    z-index: 10;
  }
  .header__inner-links > li > a,
  .header__links > li > a,
  .header__list > li > a {
    font-size: 5rem;
    letter-spacing: -0.05rem;
    padding: 0.8rem 0;
  }
  .header__inner-links > li > a svg,
  .header__links > li > a svg,
  .header__list > li > a svg {
    height: 8rem;
    width: 8rem;
  }
  .header__inner-links > li:not(:last-child),
  .header__links > li:not(:last-child),
  .header__list > li:not(:last-child) {
    border-bottom: 0.2rem solid hsla(0, 0%, 85%, 0.51);
  }
  .header__socials {
    bottom: 3rem;
    display: none;
    height: 8.4rem;
    justify-content: end;
    margin-top: 0;
    position: absolute;
    right: 3rem;
  }
  .header__socials li {
    width: 8.4rem;
  }
  .header__submenu {
    display: grid;
    gap: 4rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -100rem;
    top: -5rem;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.5s ease;
    visibility: hidden;
    width: 90rem;
  }
  .header__submenu.is-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .header__inner-picture {
    max-height: 50.1rem;
    max-width: 89.8rem;
  }
  .header__inner-picture img {
    border-radius: 3rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .header__inner-item {
    border-bottom: 0.2rem solid hsla(0, 0%, 85%, 0.51);
  }
  .header__inner-item:first-child {
    border-top: 0.2rem solid hsla(0, 0%, 85%, 0.51);
  }
}
.footer {
  background: #f9f9f9;
  padding: 5rem 0 2.4rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.footer .container {
  background: #fff;
  border: 1px solid hsla(0, 0%, 98%, 0.09);
  border-radius: 1.5rem;
  padding: 6rem 1.6rem;
}
.footer__header {
  display: grid;
  grid-template-columns: 12.6rem 1fr;
  row-gap: 3.8rem;
}
.footer__group {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.footer__group > p {
  color: #03071654;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.014rem;
  line-height: 98%;
  text-transform: uppercase;
}
.footer__group > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__group > ul li {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.014rem;
  line-height: 98%;
  transition: color 0.5s ease;
}
@media (hover: hover) {
  .footer__group > ul li:hover {
    color: #0039ff;
  }
}
.footer__body {
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  display: grid;
  grid-template-columns: 10.6rem 1fr;
  margin-bottom: 5rem;
  row-gap: 6rem;
}
.footer__img {
  aspect-ratio: 10.6/9.4;
  border-radius: 1rem;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
}
.footer__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.footer__join-title {
  color: #030716;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.024rem;
  line-height: 98%;
}
.footer__join-button,
.footer__join-title {
  margin-bottom: 1.6rem;
}
.footer__join-button span {
  color: var(--f-9-f-9-f-9, #f9f9f9);
  font-size: 0.9872rem;
}
.footer__join-button:first-of-type {
  margin-bottom: 2rem;
}
.footer__join-socials {
  height: 4.3rem;
}
.footer__join-socials li {
  width: 4.3rem;
}
.footer__title {
  color: #c5c5c5;
  display: block;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.0823rem;
  line-height: 98%;
  margin-bottom: 3rem;
  text-transform: capitalize;
}
.footer__logo {
  display: block;
  flex-shrink: 0;
  height: auto;
  margin-bottom: 5rem;
  width: 100%;
}
.footer__logo img {
  height: 100%;
  width: 100%;
}
.footer__footer {
  border-top: 0.1rem solid rgba(3, 7, 22, 0.14);
  display: grid;
  grid-template-columns: 14.7rem 1fr 3.2rem;
  padding-top: 1.6rem;
  row-gap: 2.4rem;
}
.footer__footer li {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.8rem;
  letter-spacing: -0.01rem;
  line-height: 98%;
  width: -moz-max-content;
  width: max-content;
}
.footer__footer li strong {
  color: #03071654;
}
.footer--about .container {
  border-radius: 1rem;
}
.footer--resource {
  padding-top: 2rem;
}
.footer--resource .container {
  border-radius: 1rem;
}
.footer--ceramic {
  background: #03134c;
}
@media (max-width: 768px) {
  .footer__header {
    margin-bottom: 6rem;
  }
  .footer__text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 3rem;
  }
  .footer .container {
    padding: 12rem 6.7rem 3rem;
  }
  .footer__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  .footer__header {
    grid-template-columns: 28rem 1fr;
    width: 54rem;
  }
  .footer__group {
    gap: 3.5rem;
  }
  .footer__group > p {
    font-size: 1.8rem;
    letter-spacing: -0.018rem;
  }
  .footer__group > ul {
    gap: 1.9rem;
  }
  .footer__group > ul li {
    font-size: 1.8rem;
    letter-spacing: -0.018rem;
  }
  .footer__body {
    -moz-column-gap: 10.4rem;
    column-gap: 10.4rem;
    grid-template-columns: 45.6rem 1fr;
    margin-bottom: 0;
    row-gap: 4rem;
  }
  .footer__img {
    aspect-ratio: 45.6/40.2;
    border-radius: 3.4rem;
  }
  .footer__join {
    display: flex;
    flex-direction: column;
  }
  .footer__join-title {
    font-size: 3rem;
    letter-spacing: -0.05rem;
    margin-bottom: 3rem;
    width: 38.4rem;
  }
  .footer__join-button {
    margin-bottom: 3rem;
  }
  .footer__join-button span {
    font-size: 1.8rem;
  }
  .footer__join-button:first-of-type {
    margin-bottom: 4rem;
  }
  .footer__join-socials {
    height: 8.4rem;
  }
  .footer__join-socials li {
    width: 8.4rem;
  }
  .footer__title {
    font-size: 8rem;
    margin-bottom: 3rem;
  }
  .footer__logo-group {
    align-items: end;
    display: flex;
    flex-direction: row-reverse;
    gap: 12rem;
    justify-content: start;
    margin-bottom: 7.3rem;
  }
  .footer__logo {
    aspect-ratio: 47.7/18.5;
    margin-bottom: 0;
    width: 47.7rem;
  }
  .footer__footer {
    grid-template-columns: 54rem 1fr 48.3rem 5.7rem;
    padding-left: 2rem;
    padding-top: 3rem;
  }
  .footer__footer li {
    flex-direction: row;
    font-size: 1.8rem;
    gap: 3rem;
    letter-spacing: -0.08rem;
  }
  .footer__footer li:first-of-type {
    grid-column: 1/2;
  }
  .footer__footer li:nth-of-type(2) {
    grid-column: 3/4;
  }
  .footer__footer li:nth-of-type(3) {
    grid-column: 4/5;
  }
  .footer__footer li:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .footer--about .container {
    border-radius: 5.5rem;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}
body {
  background: #fff;
  color: #030716;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body .footer {
  margin-top: auto;
}
a {
  text-decoration: none;
}
a,
button {
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.line {
  overflow: hidden;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.container {
  padding: 0 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 3rem;
  }
}
.line-wrap,
.wrapper {
  overflow: hidden;
}
.pt,
.pt-10-20 {
  padding-top: 10rem;
}
.pb,
.pb-10-20 {
  padding-bottom: 10rem;
}
@media (min-width: 768px) {
  .pt {
    padding-top: 12rem;
  }
  .pb {
    padding-bottom: 12rem;
  }
  .pt-10-20 {
    padding-top: 20rem;
  }
  .pb-10-20 {
    padding-bottom: 20rem;
  }
}
.blue-bg {
  background-color: #03134c;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKIAAACiCAYAAADC8hYbAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAViSURBVHgB7dvhThpbFIbhNVSlGtujMWmMqcm5/7s6aWPa0xCiNaJipXvBGl0zAoIC+aLvk0wZBxz98XbvPQNWtgKj0ahTHj6VbSe2btk6seFtuSvbsGzXZbsp26CqqqG9UmUvFPEdlm2vbLuG98yD7Nsrolw6xBSgb4x4aLsoW2/ZIJcKsUR4ZNMDvLfJ/4pLmwzbvv+n/DL3hjcjBiFfevmjz4LzZkOPsWcLWijE8gtsl4cTm6z9soFN4jsnuvcpXR8c2NM+fFD6vsjo+GyI5Qd9Lg9frDkKeoBe/JUBobTiI+Rx2bbSYR+gfpRWLud9b/XMiX0qPmqd1APsGzBD6caXb95NHrzmTtXVnJO1I1x4mAViOXdqzdFxZoydGSfZt2aEfvHxHxFiUdHKN5u0UzuKpd4TT0KMko/TIT/RNy5GsKwZMX6JxhqmjYin6bif6IwI8VLRjsd4F4e8rZP26xohxrqwntP9BKwJ8WopxnpA60ZrDx5CjOEyP9kjQqxKtJQvVA7jHuRYHhEbV8jcosGqRVOD+LJ+q/jhi3o0zFczPw1Yj6mjYj0i7qUnb3jHBOsSbT0ZFesQD9JrmZKxbvntvvEg2IlpuTvjRcA6nNvjFfSuT88+IuZpecA9Q6xbNJZvcu/Xny+rsTbEpuSZt+shfkwHBgZsRr5HveMh5vf9mJaxKXlqHoeYP6Zza8Bm/En7HxrvNXOhgk1ptdbhr/AggRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhgRAhwUO8r78YjUaEiY1ot9YIsfhgwGZsp/2hh3idDnQN2Iw86N15iMN0YNuAzdhN+9ce4m06sG/AZuyl/RsP8Xc60OWCBesWjeURcdCpqsovVgZxwF/wjwHr9Snt35QGh/Xod5WeYHrGuh2k/b7/00lf1LdxdsvQuWfAGkRb+e7MeDYehxjTcz89eWTAehyn/Qufln0nX5i0R8VDA1YomtpKh3r1zkOI00bF8o3cV8RKREt5pu3Vo6Fr3KopT3ihN+m5r9zOwWtFhKf22NswWnswLbIze5yixycgRrxUtHNij1Oyt/W9/bongcVw+Ssd8iucU6ZpLCsi9JEwXyX/yFNybepIV154bmkhGSf6SoxYVLTyrzUj9HXh5bTXVzb/ZL64zAvM+zhZ34AZ4urYu8kDXa+9Lszmhhgn9Xdajlsn9aH1ZznxlQEhblZ7gPl9ZB+8/i+tXMz73mdDjB9QX/VstZ7yK2wfHS/j9g/emVgH+ucTfMDabT3tfZxNWxO2LRRi+qHtqTrzt2qu4tGjvCXOtyWi8w+0+rrPB6f92G9fa4zvSc+bituWCjF+mfrG5GcDmuo3RfrLDkJLh1iLIH1N4J+k4E8M3rd6Nuy/dBZ8cYhZinKnbB9tMmxvGd6a+9h87Xcb2+9VLMH+AiV5YkUeHPZPAAAAAElFTkSuQmCC);
  background-size: 3.4rem;
}
@media (min-width: 768px) {
  .blue-bg {
    background-size: 5.4rem;
  }
}
.grey-bg {
  background-color: #e9e9e9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABSCAYAAADHLIObAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVNSURBVHgB7Z1tThtHGMefGRtjXgNOVUX9UvcAFfhDoxC+wA3oCdIbBE6AOUHhBvQEtCco/eSgVDK0B6grVWmUF2JIYozxzmSewbOeXe/aa2cUGe/zk8zuTgYr/HjmZRfpbwYOqFarS82bzBZjsAICihLkqgRYYuoF40UNGKup/+eplHAGnne8tlaqgQMYjIiW184+BSk39OuOoqUCO/hcqUOLNAKlENtjWHGfB2OHSujeKEKHEll5/vdulEDOOeRyWZibzcNUFs+nVBvT7eOCEALabaGP1602fGw0odlsRXfmvLz2w/d7MASJRFYq1SLL8CM1r6za7fl8TstbmM+PlbSkoNSPjWt4/+EqSmpNddhMWp0DRZ78efbE82DfrkIUWFia18dJAUW+enOhqtYLtKvi2Xn8aGV/0Pf3FXny/GxX/dLK5hqrblkJvLc4C5PKxWUD3tU/6Gr1STDUY0WGJWazGfjmQUEfJx2syhcvz4PVOUBmpMiTk7+2BMgjc40LCUq8i/PgqGBFosyWWpgM/YZ5j0hcWCTnVTMnplGiISxTOalzJjYfPiydhvv22uH8dyMRh/GDr5dTKRHBn9uezvBuzZP8CPfSPX3tC5wX1aEY9SZpxXiwiqnYaPHtcD9/aOOQVr3/Mdf3C4sTvToPC67mb88vuw1CfGfvMbsVmcnsmlOsQpIYBH0E9s2WL0RXZLgasZQnabPtiiu1af9fLT6GfE4sl0qlOp53KjKzYf4RV2mSGM2M8mK7sedKLVJy+dQ03FucAyIevLMzKHlP/HP9QAK6DyPmZqeBiGdajVh7Ba9U1bQIWmp3WGPZpnXPmBT0Yw9vec23dLtk0q/GGZobE2F7Us9dV/SRdU7CHYh4cEE2CHlbiFydFU0jDetkTFl3e+Z2mquzomnMZklkEkK3zUX8EjBHFTk6ZM4RJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRJNIRXALUzUUgx4EYCs6kLVICMRg764J1CpGzDPNjBVqtGyAGY4uU7NYfF5781zTetGloJ+HaDgwR8gKPamh3KxJjrojBXAVTq47xi1q1vWPTgmkitOAMxo7/ynJxjEeucxkY0xcmK4yIB3PUrGKrmeia232k9P6wOxLx2H4kg9/MuRbZzMG+2U9i2V7FxQGmHFyt7WHNPOGnUmmRm6VSXe2HfLsYskb0gml+BsbYYXRcjRBluyox54boEs6YlJ4XCJzzRaJdBuLAXGNVhrMU0wp6sEeplHAQDugMPLTAuRIwyRO6AWtp3w4ZD1ZR1WamRTncLyAS50rRFj+aIW5yFNMs89Wby+DIFGLThCbZ9DxGW18vnTIhdsw1btLTKBN/3tdqcWlYd3tSip24zN3I55Gq86F6J38yRZn/vXibmjnTjER7z6i87j1+VIrN2u2bsVupVMvAuR+mhlEN9wsLsDA/A5NKVMYuSlxfWyn3+76Bqc/PnlW3JeM/220Y1/JVYXHiUp/PlcBwjDYO536VaEicQ45JpwDdRBYERWJ13tUKxarDaStKoKKGCy+uGUnea7hk/NBQN5iYKwxgwuwwjHMZxyRUnPvwhc8T8TYY5UUtorhPxC1O1Oocx9Cf1dCpzjJYSXWTAt72yS/xWQ02WijAT0oqCi3C3QU/SuCXfB72h6nAMCOLtOlI3VBSN9Sv9Vsp5eqYfrJIDW82GJOn6k8EZ+oPf7+6+jwbwhGfAKLmYf5KHodKAAAAAElFTkSuQmCC);
  background-size: 1.7rem;
}
@media (min-width: 768px) {
  .grey-bg {
    background-size: 2.7rem;
  }
}
.white-bg {
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABSCAYAAADHLIObAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAXVSURBVHgB7Z3LbhtlGIbfGXs8nrFj17WSJk1ataKVioTEImJXoSLYdMGCBbfQ68gNVKzYdMsSIRYVdFOkClaoyoIFXYXSBhLHjRzn4NN4Tsw3jucUn5L8ok78PVLVmcQTOU++/zT2/xpgmGlCgkjW1mR8+6eOjKWiayiwLe+fomCaSJmm/3+m2EG3YaDQ7uLNiw7OyflFkrxvXha9J5iHnNZwEUmlTDh2G7nW/lmlnl3k6qqCzWtlwM7DTcm4LFgwILt17D07PM1lpxdJFfj4txJUtTzw+xmlDSfTgVHvQtNMLC2ZmCYqFQVmVva7H8nMwjC1gYVAVbqy9C/Wn0z0/E8n8vqXOixnEY6bjn2d5DWtBg4+OfBMO7ho0O9l2gW4KJz4nmHUcPRLbdyPmFzk3OflE1VIAuHUsP20hUuB113Ne91VUig19w9WtkdV52Qi8w/nkZVK4VW2V3WFHex+38ClxBN6tbwYGzzHNPUUxpGUSFVYXd5C67tzTxmml4qD9l+HKH3kjaW27n/JdVNoNPO496CJyvqJ7mt0RSabs4RD7P68g1li/us8cLgYDEhUmdXVt8mxYHhFlr4oQlHng3NVrWHn6S5mjdarLhZutGDKc4As+ZWZfav5FRthsEiaIx7lr/sXEm6nieqzKmaV/TcW1Ns25FTeP5dkBco1B8Zm0L0Nnki/KS7ESrn2aQWzTv35AdK5enCeyZWx+ihY/p6sSGrSshoOLrvLm8BjGwzQeNVC9rbuVyS11vpett/ET1akEhlc/L/Ak+lambxvsmo4OafpEU3mkRRJ1dhftVCT3intg4lDiw+avfTpGH7hxUVKcmRGbzS5GoewW41XJdbkUCSN1NGZfPVWHcwQ1r3bblY7OF3+oxSKfF3Sg2N/Dc3VOBLXCZt3u6mHIlN6LjhOW5d0DS2Q+v2j4NhryaFI2c6Gx802mDF4S0Qla/TPjkV6N2uj9xgFvIYxE1idhMg7v4cvUCkwwEyGJiVEttLhCkdSLt4d7vfFkRG46omk1zD6GEcsclLSpWDp3BNo1cOKlLO8rp4UpZOoSObcsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhBsEhB9ERG3sILZcqSo6aZyFvGewfFRrjLyzW5SidFawVF15O28S58A75lc0VOSlcP9iYdV9+62Yug8aDkgMjOeGYE3YNgt1zYjG033Kh00LyYYXH/NylJ7R+GIrVcmCZ1UNfBjIaSAyK5H6FIN7L/mBL4aH8iMxzKUuvj2O1QFkUM9Hd7kumbL4tgBkMhAX6xHaOkDuNVJ7vhPm1DvgJmMBtaPhbn4xVhXOTWx/Vg9La9adDVhwUwcaga1WIY52Nafr5Foh9cc5DRwyyLlLPAfWUCSnGNJtEcJ5+elERVKUuWf0zlW/51CUwPCpyLZkseVyMxIBvthYviPcObV/YukNKZZA7YTEJN+lC97onsFR9l/9SeBSIHN1sawaM5YEphfqb7S5L4z+KNWJPeXYnFxQ6PPaQcsMzdvKe6d7Ek5ZG9Y6K9MVtRDUmJNBi/a20DP3SjDxudaNoptJCfmwvL2ZOZuumtMf+ejRSWWw+yqF1diQWnXJGq2HveTD50TDRsxUGz0IjJTKd15O4q+PAzY1BE6qWheL8ER1uEK4WOrrg72BicTz4+Y7cvM5PXg2YOqH7ebHpBunSDEK2hlVuLSGvFIIiUmnNG2cLbn4YGS50uh3z5qzIMIx6hTR0vTQNu32hPGn4+lZBASt5LfkwCxfdUVrbHRZydPhl/WKg7QcFrttJATjbwaLWDtSkOd6d7rq9f60hntIEfk+BXobc42fpxbJi7/3CclV6YcXmg0OiT6aanT6Yy4jkTfro1TW8mb2Hn//QQEqrlCuiaF/tmcFCB3sruDB+T8B/7o/Yxu5JjEgAAAABJRU5ErkJggg==);
  background-size: 1.7rem;
}
@media (min-width: 768px) {
  .white-bg {
    background-size: 2.7rem;
  }
}
.single-product {
  overflow: hidden;
}
.contact-hero {
  height: var(--locked-vh);
  position: relative;
  width: 100%;
  z-index: 2;
}
.contact-hero__bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.contact-hero__bg:before {
  background: #00000040;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.contact-hero__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.contact-hero .container {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 4.9rem;
}
.contact-hero__title {
  font-size: 5.1rem;
  line-height: 112%;
  width: 100%;
}
.contact-hero__title .line {
  padding-bottom: 0;
}
.contact-hero__title .line:not(:last-child) {
  margin-bottom: -1rem;
}
.contact-hero__subtitle {
  color: #f9f9f9;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.024rem;
  line-height: 98%;
  width: 24rem;
}
.contact-hero--about .container {
  gap: 4.6rem;
  padding-bottom: 2.3rem;
}
.contact-hero--about .contact-hero__title {
  font-size: 6.7rem;
}
.contact-hero--about .contact-hero__subtitle {
  font-size: 2.6rem;
  width: 34rem;
}
.contact-hero--global .container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.contact-hero--global .global-section__group {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  justify-content: center;
}
.contact-hero--global .global-section__group a {
  background: #03134c;
  border-radius: 0.8rem;
  padding: 0.8rem 1rem 0.8rem 0.6rem;
}
.contact-hero--global .contact-hero__subtitle {
  font-size: 2.6rem;
  text-align: center;
  width: 33rem;
}
.contact-hero--global .global-section__logo {
  height: auto;
  width: 11rem;
}
.contact-hero--products .container {
  padding-bottom: 2rem;
}
.contact-hero--products .contact-hero__subtitle {
  font-size: 1.8rem;
  width: 100%;
}
.contact-hero--become .container {
  gap: 2rem;
  padding-bottom: 2rem;
}
.contact-hero--become .contact-hero__title {
  text-align: center;
}
.contact-hero--become .contact-hero__subtitle {
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact-hero--become .contact-hero__buttons {
  display: grid;
  gap: 2rem;
}
.contact-hero--become .contact-hero__button {
  height: 5.9226rem;
}
.contact-hero--become .contact-hero__button span {
  border-radius: 0.7137rem;
}
.contact-hero--become .contact-hero__button span:first-child {
  width: 27.9rem;
}
@media (min-width: 768px) {
  .contact-hero {
    height: 100vh;
  }
  .contact-hero .container {
    gap: 4.6rem;
    padding-bottom: 11rem;
  }
  .contact-hero__title {
    font-size: 15rem;
    line-height: 112%;
    width: 110rem;
  }
  .contact-hero__title .line:not(:last-child) {
    margin-bottom: -3rem;
  }
  .contact-hero__subtitle {
    font-size: 5rem;
    letter-spacing: -0.05rem;
    width: 51.3rem;
  }
  .contact-hero--about .container {
    align-items: end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 3.1rem;
  }
  .contact-hero--about .contact-hero__title {
    font-size: 15rem;
    width: 114rem;
  }
  .contact-hero--about .contact-hero__subtitle {
    font-size: 5rem;
    text-align: end;
    width: 63rem;
  }
  .contact-hero--global .container {
    padding-bottom: 5.4rem;
    padding-top: 3rem;
  }
  .contact-hero--global .global-section__group {
    display: flex;
    flex-direction: row-reverse;
    gap: 0;
    justify-content: space-between;
  }
  .contact-hero--global .global-section__group a {
    border-radius: 1.8rem;
    padding: 1.8rem 2.5rem 1.8rem 1.6rem;
  }
  .contact-hero--global .contact-hero__title {
    width: 138rem;
  }
  .contact-hero--global .contact-hero__subtitle {
    font-size: 5rem;
    text-align: end;
    width: 70.8rem;
  }
  .contact-hero--global .global-section__logo {
    width: 27.8rem;
  }
  .contact-hero--products .container {
    padding-bottom: 4rem;
  }
  .contact-hero--products .contact-hero__subtitle {
    font-size: 2.8rem;
  }
  .contact-hero--become .container {
    gap: 0;
  }
  .contact-hero--become .contact-hero__title {
    margin-bottom: 10rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 33.8rem;
    text-align: center;
    width: 152rem;
  }
  .contact-hero--become .contact-hero__subtitle {
    font-size: 2.4rem;
    margin-bottom: 5rem;
    width: 42.5rem;
  }
  .contact-hero--become .contact-hero__buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-hero--become .contact-hero__button {
    height: 8rem;
  }
  .contact-hero--become .contact-hero__button span {
    border-radius: 0.8rem;
  }
  .contact-hero--become .contact-hero__button span:first-child {
    width: 17.2rem;
  }
  .contact-hero--become .contact-hero__button span:last-child {
    display: none;
  }
  .contact-hero--become .contact-hero__button:hover span:first-child {
    border-radius: 0.8rem;
  }
}
.catalogue-section {
  background: #f9f9f9;
  padding: 14rem 0;
}
.catalogue-section__title {
  line-height: 112%;
  margin-bottom: 4rem;
  text-align: center;
}
.catalogue-section__title .line:not(:last-child) {
  margin-bottom: -1rem;
}
.catalogue-section__button {
  height: 6.6rem;
}
.catalogue-section__button span {
  border-radius: 0.8rem;
}
.catalogue-section__button span:first-child {
  min-width: 27.2rem;
}
.catalogue-section--white {
  background: #fff;
}
.catalogue-section--location {
  padding-top: 30rem;
}
@media (max-width: 768px) {
  .catalogue-section--location {
    background: #fff;
    padding-top: 20rem;
  }
  .catalogue-section--location .catalogue-section__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.128rem;
    line-height: 98%;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .catalogue-section {
    padding: 20rem 0;
	margin: 20rem 0;
  }
  .catalogue-section__title {
    font-size: 9rem;
    letter-spacing: -0.36rem;
    margin-bottom: 8rem;
    margin-left: auto;
    margin-right: auto;
    width: 103.7rem;
  }
  .catalogue-section__button {
    height: 8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .catalogue-section__button span:first-child {
    min-width: 19.8rem;
  }
}
.difference-section {
  background: #fff;
  overflow: hidden !important;
  padding: 14rem 0;
}
.difference-section__title {
  line-height: 112%;
  margin-bottom: 4rem;
  text-align: center;
}
.difference-section__title .line:not(:last-child) {
  margin-bottom: -1rem;
}
.difference-section__subtitle {
  font-size: 1.8rem;
  letter-spacing: -0.018rem;
  margin-bottom: 6rem;
  text-align: center;
}
.difference-section .swiper-difference {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.difference-section .swiper-wrapper {
  margin-bottom: 4rem;
}
.difference-section .swiper-slide {
  background: #03134c;
  border-radius: 1.7377rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 29.8rem;
  padding: 4.96rem 3.31rem 3.31rem;
}
.difference-section .swiper-slide__title {
  color: #fff;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.128rem;
  line-height: 98%;
  margin-bottom: 1.5rem;
}
.difference-section .swiper-slide__text {
  background-image: linear-gradient(#ffffff2e, #ffffff2e);
  background-repeat: no-repeat;
  background-size: 0 0.0827rem;
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.016rem;
  line-height: 98%;
  padding-top: 1.57rem;
}
@media (min-width: 768px) {
  .difference-section {
    padding: 20rem 0;
  }
  .difference-section__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 94.8rem;
  }
  .difference-section__subtitle {
    margin-bottom: 8rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 46.6rem;
  }
  .difference-section .swiper-difference {
    display: flex;
    gap: 2rem;
    justify-content: center;
    overflow: unset !important;
  }
  .difference-section .swiper-container,
  .difference-section .swiper-wrapper {
    overflow: unset !important;
  }
  .difference-section .swiper-slide {
    background: #f9f9f9;
    border-radius: 3.2474rem !important;
    border-radius: 1.7377rem;
    min-height: 55.8247rem;
    padding: 8rem 6.19rem 6.19rem;
  }
  .difference-section .swiper-slide__title {
    color: #000;
    font-size: 6.1856rem;
    letter-spacing: -0.2474rem;
  }
  .difference-section .swiper-slide__text {
    background-image: linear-gradient(#0000002e, #0000002e);
    color: #000;
    font-size: 2.7835rem;
    letter-spacing: -0.0278rem;
    padding-top: 1.97rem;
  }
  @keyframes bgToActive {
    0% {
      background-color: #f9f9f9;
    }
    to {
      background-color: #03134c;
    }
  }
  @keyframes colorToActive {
    0% {
      color: #000;
    }
    to {
      color: #fff;
    }
  }
  @keyframes colorToInactive {
    0% {
      color: #fff;
    }
    to {
      color: #000;
    }
  }
  .difference-section .swiper-slide.swiper-slide-active .swiper-slide__text {
    background-image: linear-gradient(#ffffff2e, #ffffff2e);
    padding-top: 2.97rem;
  }
  .difference-section .swiper-slide.swiper-slide-active {
    animation: bgToActive 0.8s forwards;
  }
  .difference-section .swiper-slide.swiper-slide-active .swiper-slide__text,
  .difference-section .swiper-slide.swiper-slide-active .swiper-slide__title {
    animation: colorToActive 0.8s forwards;
  }
  .difference-section
    .swiper-slide:not(.swiper-slide-active)
    .swiper-slide__text,
  .difference-section
    .swiper-slide:not(.swiper-slide-active)
    .swiper-slide__title {
    animation: colorToInactive 0.8s forwards;
  }
}
.fiberglass-section {
  padding: 14rem 0;
}
.fiberglass-section__title {
  letter-spacing: -0.018rem;
  line-height: 98%;
  line-height: 112%;
  margin-bottom: 4rem;
  text-align: center;
}
.fiberglass-section__title .line:not(:last-child) {
  margin-bottom: -1rem;
}
.fiberglass-section__gif {
  padding-top: 2rem;
  width: 5rem;
}
.fiberglass-section__subtitle {
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.fiberglass-section__top {
  margin-bottom: 4rem;
}
.fiberglass-section__image {
  border-radius: 1.1246rem;
  display: block;
  height: 27.8rem;
  margin-bottom: 4rem;
  width: 100%;
}
.fiberglass-section__image img {
  border-radius: 1.1246rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.fiberglass-section__item {
  background: #f9f9f9;
  border-radius: 1.6093rem;
  display: flex;
  flex-direction: column;
  height: 27.6652rem;
  justify-content: space-between;
  padding: 3rem 2rem;
  width: 100%;
}
.fiberglass-section__item-title {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.128rem;
  line-height: 98%;
}
.fiberglass-section__item-text {
  background-image: linear-gradient(#0000002e, #0000002e);
  background-repeat: no-repeat;
  background-size: 0 0.0827rem;
  font-size: 1.8rem;
  letter-spacing: -0.018rem;
  line-height: 98%;
  padding-top: 1.57rem;
}
@media (max-width: 767px) {
  .fiberglass-section__list {
    display: flex;
    gap: 1rem;
    margin: 0 -2rem;
    overflow-x: auto;
    padding: 0 2rem;
  }
  .fiberglass-section__list::-webkit-scrollbar {
    display: none;
  }
  .fiberglass-section__item {
    flex-shrink: 0;
    width: 30rem;
  }
}
@media (min-width: 768px) {
  .fiberglass-section {
    padding: 20rem 0;
  }
  .fiberglass-section__title {
    letter-spacing: -0.6rem;
    margin-bottom: 8rem;
  }
  .fiberglass-section__gif {
    display: none;
  }
  .fiberglass-section__subtitle {
    font-size: 3.2rem;
    margin-bottom: 6.7rem;
  }
  .fiberglass-section__top {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    margin-bottom: 2rem;
  }
  .fiberglass-section__bottom {
    display: flex;
    flex-direction: row-reverse;
    gap: 3rem;
    margin-bottom: 2rem;
  }
  .fiberglass-section__image {
    aspect-ratio: 91.5/74.2;
    border-radius: 3rem;
    height: 74.2rem;
    margin-bottom: 0;
  }
  .fiberglass-section__image img {
    border-radius: 3rem;
  }
  .fiberglass-section__list {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .fiberglass-section__item {
    border-radius: 2.1rem;
    min-height: 36.1rem;
    min-width: 44.7576rem;
    padding: 6rem 4rem 4rem;
  }
  .fiberglass-section__item-title {
    font-size: 4rem;
    letter-spacing: -0.16rem;
  }
  .fiberglass-section__item-text {
    padding-top: 1.9rem;
  }
}
.hero-blog {
  padding: 26rem 0 12rem;
  width: 100%;
}
.hero-blog__date {
  align-items: center;
  background: #f9f9f9;
  border-radius: 100rem;
  display: flex;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  letter-spacing: -0.018rem;
  line-height: 98%;
  margin: 0 auto 4rem;
  padding: 1.4rem 2.7rem;
  width: -moz-max-content;
  width: max-content;
}
.hero-blog__date img {
  flex-shrink: 0;
  height: 1.3rem;
  width: 1.2rem;
}
.hero-blog__title {
  line-height: 112%;
  margin-bottom: 4rem;
  text-align: center;
}
.hero-blog__title .line:not(:last-child) {
  margin-bottom: -1rem;
}
.hero-blog__subtitle {
  line-height: 98%;
  margin-bottom: 5rem;
  text-align: center;
}
.hero-blog__video-wrapper {
  aspect-ratio: 33.5/50;
  border-radius: 2rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (hover: hover) {
  .hero-blog__video-wrapper:hover .hero-blog__video-play {
    background: #03134c;
    color: #fff;
  }
}
.hero-blog__video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.hero-blog__video-play {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #03134c;
  display: flex;
  flex-shrink: 0;
  height: 5rem;
  justify-content: center;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.4s ease, color 0.4s ease, opacity 0.5s ease;
  width: 5rem;
}
.hero-blog__video-play img,
.hero-blog__video-play svg {
  flex-shrink: 0;
  margin-left: 5%;
  width: 1.6rem;
}
.hero-blog__img {
  aspect-ratio: 33.5/50;
  border-radius: 2rem;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hero-blog__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.hero-blog--products {
  padding-bottom: 14rem;
  padding-top: 0;
}
.hero-blog--products .hero-blog__video-wrapper {
  border-radius: 0.3716rem;
  max-height: 19.4625rem;
}
@media (min-width: 768px) {
  .hero-blog {
    padding: 31rem 0 17.5rem;
  }
  .hero-blog__date {
    margin-bottom: 6rem;
  }
  .hero-blog__title {
    margin: 0 auto 10rem;
    width: 143rem;
  }
  .hero-blog__subtitle {
    font-size: 1.8rem;
    letter-spacing: -0.018rem;
    margin: 0 auto 10rem;
    width: 70rem;
  }
  .hero-blog__video-wrapper {
    aspect-ratio: 185.8/108;
    border-radius: 5.5rem;
    height: 100vh;
  }
  .hero-blog__video-play {
    height: 12.2rem;
    width: 12.2rem;
  }
  .hero-blog__video-play img,
  .hero-blog__video-play svg {
    width: 2.5rem;
  }
  .hero-blog__img {
    aspect-ratio: 185.8/108;
    border-radius: 5.5rem;
    height: 100vh;
  }
  .hero-blog--products {
    padding-bottom: 33rem;
    padding-top: 0;
  }
  .hero-blog--products .hero-blog__title {
    font-size: 9rem;
    letter-spacing: -0.18rem;
    width: 100%;
  }
  .hero-blog--products .hero-blog__video-wrapper {
    border-radius: 2rem;
    max-height: 104.7375rem;
  }
}
.graph-section {
  padding-bottom: 14rem;
}
.graph-section__title {
  letter-spacing: -0.208rem;
  line-height: 112%;
  margin-bottom: 4rem;
  text-align: center;
}
.graph-section__title .line:not(:last-child) {
  margin-bottom: -1rem;
}
.graph-section__scroll-button {
  background: #e9e9e9;
  border-radius: 0.8rem;
  color: #03134c;
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.016rem;
  line-height: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 6.9rem;
}
.graph-section__scroll {
  margin: 0 -2rem;
  padding: 0 2rem;
  scrollbar-width: none;
  width: 100vw;
}
.graph-section__bg {
  display: block;
  margin-bottom: 4rem;
}
.custom-modal {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.custom-modal__overlay {
  background: #00000080;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.custom-modal__content {
  background: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
  display: block;
  height: 80%;
  margin: 15rem 0.8rem 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  position: relative;
}
.custom-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  right: 1.15rem;
  top: 1.15rem;
  z-index: 10;
}
.custom-modal__scroll {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 4.7rem;
  white-space: nowrap;
  width: 100%;
}
.custom-modal__scroll picture {
  display: block;
  height: 100%;
  width: 74rem;
}
.custom-modal__scroll picture img {
  height: 100%;
  padding-right: 0.8rem;
}
@media (min-width: 768px) {
  .graph-section {
    padding-bottom: 25rem;
  }
  .graph-section__title {
    letter-spacing: -0.6rem;
    margin-bottom: 8rem;
    margin-left: auto;
    margin-right: auto;
    min-width: 161.7rem;
  }
  .graph-section__scroll-button {
    display: none;
  }
  .graph-section__scroll {
    margin: 0;
    overflow-x: auto;
    padding: 0;
    scrollbar-width: auto;
    width: 100%;
  }
  .graph-section__bg {
    display: block;
    margin-bottom: 0;
    width: 100%;
  }
}
.flat-section {
  position: relative;
  width: 100%;
  z-index: 2;
}
.flat-section__bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.flat-section__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.flat-section .container {
  color: #fff;
  height: 100%;
  padding-bottom: 14rem;
  padding-top: 14rem;
}
.flat-section__title {
  letter-spacing: -0.26rem;
  line-height: 85%;
  line-height: 112%;
  margin-bottom: 2rem;
  text-align: center;
}
.flat-section__title .line:not(:last-child) {
  margin-bottom: -1rem;
}
.flat-section__subtitle {
  font-size: 1.8rem;
  letter-spacing: -0.018rem;
  line-height: 98%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 19.9rem;
}
.flat-section__text {
  display: block;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.032rem;
  line-height: 98%;
  padding-top: 4rem;
  text-align: center;
}
.flat-section__list {
  display: grid;
  gap: 1.13rem;
}
.flat-section__item {
  background: #fff;
  border-radius: 1.1867rem;
  display: flex;
  flex-direction: column;
  height: 20.3992rem;
  justify-content: space-between;
  padding: 3rem 2rem;
  width: 100%;
}
.flat-section__item-title {
  color: #000;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.096rem;
  line-height: 98%;
}
.flat-section__item-text {
  background-image: linear-gradient(#0000002e, #0000002e);
  background-repeat: no-repeat;
  background-size: 0 0.0827rem;
  color: #000;
  letter-spacing: -0.014rem;
  line-height: 98%;
  padding-top: 1.13rem;
}
@media (min-width: 768px) {
  .flat-section .container {
    padding-bottom: 28rem;
    padding-top: 28rem;
  }
  .flat-section__title {
    letter-spacing: -0.75rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    width: 83.2rem;
  }
  .flat-section__subtitle {
    font-size: 1.8rem;
  }
  .flat-section__text {
    font-size: 4rem;
    letter-spacing: -0.04rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8rem;
    width: 51.5rem;
  }
  .flat-section__list {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .flat-section__item {
    border-radius: 2.1rem;
    height: 36.1rem;
    padding: 6rem 4rem;
  }
  .flat-section__item-title {
    font-size: 4rem;
    letter-spacing: -0.16rem;
  }
  .flat-section__item-text {
    font-size: 1.8rem;
    letter-spacing: -0.018rem;
    padding-top: 2rem;
  }
}
.statistics-card {
  background: #f9f9f9;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 27.4rem;
  padding: 3rem 3rem 3.5rem;
  width: 100%;
}
.statistics-card__count {
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.038rem;
  line-height: 85%;
  margin-bottom: auto;
}
.statistics-card__text {
  background-image: linear-gradient(90deg, #0000002e, #0000002e);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.1rem;
  margin-bottom: 2rem;
  padding-bottom: 2.25rem;
}
.statistics-card__icon {
  flex-shrink: 0;
  height: 1.52rem;
  width: 1.52rem;
}
@media (min-width: 768px) {
  .statistics-card {
    border-radius: 2.1rem;
    height: 100%;
    padding: 4rem 4rem 5rem;
  }
  .statistics-card__count {
    font-size: 5rem;
    letter-spacing: -0.05rem;
  }
  .statistics-card__text {
    margin-bottom: 2.5rem;
    padding-bottom: 3rem;
  }
  .statistics-card__icon {
    height: 2.1rem;
    width: 2.1rem;
  }
}
.statistics-section {
  padding: 3.2rem 0 10rem;
  width: 100%;
}
.statistics-section__title {
  line-height: 110%;
  margin-bottom: 4rem;
  text-align: center;
}
.statistics-section__title .line:not(:last-child) {
  margin-bottom: -2%;
}
.statistics-section__inner {
  display: grid;
  gap: 5rem;
}
.statistics-section__img {
  aspect-ratio: 34.3/26.4;
  border-radius: 2.1rem;
  display: block;
  overflow: hidden;
  width: 100%;
}
.statistics-section__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.statistics-section__list {
  display: grid;
  gap: 1.5rem;
}
.statistics-section--about {
  background: #f9f9f9;
  padding-bottom: 14rem;
  padding-top: 17rem;
}
.statistics-section--about .statistics-section__text {
  font-size: 1.8rem;
  letter-spacing: -0.018rem;
  line-height: 98%;
  margin-bottom: 6rem;
  text-align: center;
}
.statistics-section--about .statistics-card {
  background: #fff;
}
.statistics-section--about .statistics__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 10rem;
  padding-top: 4.1rem;
  width: 20.9rem;
}
.statistics-section--products .statistics-section__text {
  font-size: 1.8rem;
  letter-spacing: -0.018rem;
  line-height: 98%;
  margin-bottom: 6rem;
  text-align: center;
}
.statistics-section--products .statistics-section__img {
  height: 37.2rem;
}
.statistics-section--products .statistics-section__inner {
  gap: 4rem;
  margin-bottom: 4rem;
}
.statistics-section--products .products__button {
  height: 6.6rem;
  justify-content: center;
  width: 100%;
}
.statistics-section--products .products__button span {
  border-radius: 0.8rem;
}
.statistics-section--products .products__button span:first-child {
  width: 26.6rem;
}
.statistics-section--become {
  background: #fff;
  padding-top: 14rem;
}
.statistics-section--become .statistics-section__inner {
  margin-bottom: 4rem;
}
.statistics-section--become .statistics-section__button {
  height: 6.6rem;
  margin-left: auto;
  margin-right: auto;
}
.statistics-section--become .statistics-section__button span {
  border-radius: 0.8rem;
}
.statistics-section--become .statistics-section__button span:first-child {
  width: 27.2187rem;
}
@media (min-width: 768px) {
  .statistics-section {
    padding: 20rem 0;
    width: 100%;
  }
  .statistics-section__title {
    margin: 0 auto 12rem;
    width: 138rem;
  }
  .statistics-section__inner {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
  .statistics-section__img {
    aspect-ratio: 91.8/74.2;
  }
  .statistics-section__list {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
  .statistics-section--about {
    padding-bottom: 30rem;
    padding-top: 20rem;
  }
  .statistics-section--about .statistics-section__text {
    margin-bottom: 8rem;
    margin-left: auto;
    margin-right: auto;
    width: 44.4rem;
  }
  .statistics-section--about .statistics__logo {
    min-height: 16rem;
    padding-top: 8rem;
    width: 30rem;
  }
  .statistics-section--products .statistics-section__text {
    margin-bottom: 8rem;
    margin-left: auto;
    margin-right: auto;
    width: 44.4rem;
  }
  .statistics-section--products .statistics-section__img {
    height: 99.4rem;
  }
  .statistics-section--products .statistics-section__inner {
    gap: 2rem;
    margin-bottom: 8rem;
  }
  .statistics-section--products .products__button {
    height: 8rem;
    width: 100%;
  }
  .statistics-section--products .products__button span:first-child {
    width: 19.8rem;
  }
  .statistics-section--become {
    padding-bottom: 26rem;
    padding-top: 26rem;
  }
  .statistics-section--become .statistics-section__inner {
    margin-bottom: 8rem;
  }
  .statistics-section--become .statistics-section__button {
    height: 8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .statistics-section--become .statistics-section__button span {
    border-radius: 0.8rem;
  }
  .statistics-section--become .statistics-section__button span:first-child {
    width: 24.5rem;
  }
}
.swiper-pagination {
  display: flex;
  height: 4rem;
  justify-content: space-between;
  width: 8.5rem;
}
.swiper-pagination button {
  align-items: center;
  aspect-ratio: 1/1;
  background: #f9f9f9;
  border-radius: 0.4rem;
  color: #03134c;
  display: flex;
  height: 100%;
  justify-content: center;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.swiper-pagination button svg {
  flex-shrink: 0;
  width: 0.9rem;
}
@media (hover: hover) {
  .swiper-pagination button:hover {
    background: #03134c;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .swiper-pagination {
    height: 8rem;
    width: 17rem;
  }
  .swiper-pagination button {
    border-radius: 0.6rem;
  }
  .swiper-pagination button svg {
    width: 1.6rem;
  }
}
.swiper-big-center {
  display: flex !important;
  flex-direction: column !important;
  overflow: visible !important;
}
@media (hover: hover) {
  .swiper-big-center:hover .swiper-big-center__play-button {
    background: #03134c;
    color: #fff;
  }
}
.swiper-big-center__video {
  cursor: pointer;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-big-center__img,
.swiper-big-center__video {
  aspect-ratio: 34.3/26.4;
  border-radius: 2.1rem;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
}
.swiper-big-center__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.swiper-big-center .swiper-pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
.swiper-big-center .swiper-slide {
  position: relative !important;
}
.swiper-big-center__play-button {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #03134c;
  display: flex;
  flex-shrink: 0;
  height: 5.6rem;
  justify-content: center;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.4s ease, color 0.4s ease;
  width: 5.6rem;
}
.swiper-big-center__play-button svg {
  flex-shrink: 0;
  margin-left: 5%;
  width: 1.3rem;
}
@media (min-width: 768px) {
  .swiper-big-center__img,
  .swiper-big-center__video {
    aspect-ratio: 138.7/78;
  }
  .swiper-big-center .swiper-pagination {
    margin-top: 12rem;
  }
  .swiper-big-center__play-button {
    height: 12.2rem;
    width: 12.2rem;
  }
  .swiper-big-center__play-button svg {
    width: 3rem;
  }
}
.inspiration-section {
  background: #fff;
  overflow: hidden;
  padding: 10rem 0 8rem;
  width: 100%;
}
.inspiration-section__button span {
  font-size: 1.8rem;
}
.inspiration-section__title {
  line-height: 110%;
  margin-bottom: 4rem;
}
.inspiration-section__title .line:not(:last-child) {
  margin-bottom: -2%;
}
.inspiration-section--about {
  padding-bottom: 14rem;
  padding-top: 14rem;
}
.inspiration-section--about .inspiration-section__title {
  font-size: 4rem;
  letter-spacing: -0.08rem;
  line-height: 108%;
  text-align: center;
}
.inspiration-section--about .inspiration-section__title .line {
  display: inline;
}
.inspiration-section--about .inspiration-section__subtitle {
  font-size: 1.8rem;
  letter-spacing: -0.018rem;
  line-height: 98%;
  margin-bottom: 6rem;
  text-align: center;
}
.inspiration-section--products {
  padding-top: 14rem;
}
.inspiration-section--products .inspiration-section__title {
  text-align: center;
}
.inspiration-section--products .inspiration-section__button {
  height: 6.6rem;
  justify-content: center;
  width: 100%;
}
.inspiration-section--products .inspiration-section__button span {
  border-radius: 0.8rem;
}
.inspiration-section--products .inspiration-section__button span:first-child {
  width: 26.6rem;
}
.inspiration-section--mosaic {
  padding-top: 14rem;
}
.inspiration-section--classic .inspiration-section__button {
  margin-bottom: 4rem;
}
.inspiration-section--plung .inspiration-section__button {
  display: none;
}
.inspiration-section--plung .inspiration-section__title {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .inspiration-section__button {
    height: 4.3rem;
    margin: 4rem auto;
  }
}
@media (min-width: 768px) {
  .inspiration-section {
    padding: 20rem 0;
    position: relative;
  }
  .inspiration-section__title {
    margin-bottom: 12rem;
    width: 115.6rem;
  }
  .inspiration-section__button {
    position: absolute;
    right: 3rem;
    top: 24rem;
  }
  .inspiration-section--about {
    padding-bottom: 20rem;
    padding-top: 20rem;
  }
  .inspiration-section--about .inspiration-section__title {
    font-size: 9rem;
    letter-spacing: -0.18rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .inspiration-section--about .inspiration-section__subtitle {
    font-size: 3rem;
    letter-spacing: -0.03rem;
    margin-bottom: 12rem;
  }
  .inspiration-section--products {
    padding-bottom: 8rem;
    padding-top: 20rem;
  }
  .inspiration-section--products .inspiration-section__title {
    text-align: start;
  }
  .inspiration-section--products .inspiration-section__button {
    height: 8rem;
    justify-content: center;
    position: absolute;
    right: 3rem;
    top: 20rem;
    width: auto;
  }
  .inspiration-section--products .inspiration-section__button span:first-child {
    width: 19.8rem;
  }
  .inspiration-section--mosaic {
    padding-top: 20rem;
  }
}
.trusted-section {
  background: #f9f9f9;
  overflow: hidden;
  padding: 7.8rem 0 5rem;
  width: 100%;
}
.trusted-section__title {
  line-height: 110%;
  margin-bottom: 4rem;
  text-transform: capitalize;
}
.trusted-section__title .line:not(:last-child) {
  margin-bottom: -2%;
}
.trusted-section .swiper-slide {
  position: relative;
}
.trusted-section .swiper-slide__image {
  aspect-ratio: 34.3/20.8;
  border-radius: 0.815rem;
  display: block;
  overflow: hidden;
  width: 100%;
}
.trusted-section .swiper-slide__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.trusted-section__video {
  aspect-ratio: 34.3/20.8;
  border-radius: 0.815rem;
  display: block;
  overflow: hidden;
  width: 100%;
}
.trusted-section__video img,
.trusted-section__video-content {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.trusted-section__play-button {
  align-items: center;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #03134c0f;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 5.5rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.4s ease;
  width: 5.5rem;
}
.trusted-section__play-button svg {
  color: #fff;
  flex-shrink: 0;
  width: 1.2rem;
}
@media (hover: hover) {
  .trusted-section__play-button:hover {
    background: #ffffff62;
  }
}
.trusted-section .swiper-pagination__button {
  background: #fff;
}
.trusted-section--about {
  padding-bottom: 10rem;
  padding-top: 14rem;
}
.trusted-section--products {
  background: #fff;
  padding-bottom: 14rem;
}
.trusted-section--mosaic {
  background: #fff;
  padding-bottom: 0;
}
.trusted-section--become {
  background: #fff;
  padding-bottom: 14rem;
  padding-top: 0;
}
.trusted-section--become .trusted-section__title {
  text-transform: capitalize;
}
.trusted-section--location {
  background: #fff;
}
.trusted-section--location .swiper-pagination__button {
  background: #f9f9f9;
}
.trusted-section--media {
  background: #fff;
}
@media (max-width: 768px) {
  .trusted-section__slider {
    display: flex !important;
    flex-direction: column !important;
    gap: 2.4rem;
  }
  .trusted-section .swiper-pagination {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .trusted-section {
    padding: 20rem 0;
  }
  .trusted-section__title {
    margin-bottom: 12rem;
  }
  .trusted-section__slider {
    margin-left: 63rem !important;
    overflow: visible !important;
  }
  .trusted-section__slider .swiper-slide {
    transform-origin: center right;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease;
  }
  .trusted-section__slider .swiper-slide__image {
    aspect-ratio: 101/61.5;
    border-radius: 2.4rem;
  }
  .trusted-section__slider .swiper-slide-prev {
    transform: scale(0.65) translateY(-15rem) !important;
  }
  .trusted-section__video {
    aspect-ratio: 101/61.5;
    border-radius: 2.4rem;
  }
  .trusted-section__play-button {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    height: 10.3rem;
    width: 10.3rem;
  }
  .trusted-section__play-button svg {
    flex-shrink: 0;
    width: 2.3rem;
  }
  .trusted-section .swiper-pagination {
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 17rem;
    left: -63rem;
    position: absolute;
    width: 8rem;
    z-index: 10;
  }
  .trusted-section--products {
    padding-top: 0;
  }
  .trusted-section--mosaic {
    background: #fff;
    padding-top: 0;
  }
  .trusted-section--become {
    padding-bottom: 26rem;
    padding-top: 0;
  }
  .trusted-section--location .swiper-pagination__button {
    background: #f9f9f9;
  }
  .trusted-section--collection {
    padding: 0;
  }
}
.hashtag-section {
  background: #f9f9f9;
  padding-bottom: 14rem;
}
.hashtag-section__title {
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.23rem;
  line-height: 85%;
  line-height: 112%;
  margin-bottom: 6rem;
}
.hashtag-section__title .line:not(:last-child) {
  margin-bottom: -1rem;
}
.hashtag-section__text {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.018rem;
  line-height: 98%;
  margin-bottom: 3rem;
}
.hashtag-section--products {
  background: #f9f9f9;
}
.hashtag-section--media {
  background: #fff;
  padding-bottom: 6rem;
  padding-top: 14rem;
}
.hashtag-section--blog {
  background: #fff;
}
.hashtag-section--thanks {
  padding: 7rem 0;
}
@media (min-width: 768px) {
  .hashtag-section {
    padding-bottom: 20rem;
  }
  .hashtag-section .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .hashtag-section__title {
    font-size: 11.6rem;
    letter-spacing: -0.58rem;
    margin-bottom: 0;
  }
  .hashtag-section__text {
    margin-bottom: 7.7rem;
    width: 38.4rem;
  }
  .hashtag-section--products {
    background: #fff;
    padding-top: 20rem;
  }
  .hashtag-section--media {
    padding-top: 20rem;
  }
}
.banner-section {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
}
.banner-section.blue-bg .banner-section__title {
  letter-spacing: -0.15rem !important;
  margin-bottom: 0;
  width: 80%;
}
.banner-section.blue-bg .banner-section__title .line {
  display: inline-block;
}
.banner-section__bg {
  aspect-ratio: 37.5/58.3;
  display: block;
  overflow: hidden;
  width: 100%;
}
.banner-section__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.banner-section__button span:first-child {
  min-width: 14rem;
}
.banner-section__button span {
  font-size: 1.2rem;
}
.banner-section .container {
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: flex-end;
  margin-bottom: 1.7rem;
  position: absolute;
}
.banner-section__title {
  color: #f9f9f9;
  line-height: 110%;
  margin-bottom: 1.6rem;
  text-transform: capitalize;
}
.banner-section__title .line:not(:last-child) {
  margin-bottom: -2rem;
}
.banner-section__subtitle {
  color: var(--f-9-f-9-f-9, #f9f9f9);
  font-size: 2.4rem;
  letter-spacing: -0.024rem;
  margin-bottom: 4rem;
}
.banner-section__button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.banner-section--blog .banner-section__title {
  margin-bottom: 2rem;
}
.banner-section--blog .banner-section__button span:first-of-type {
  padding: 1.6663rem 2.2575rem;
  width: 14.3rem;
}
.banner-section--login .banner-section__subtitle {
  margin-bottom: 0;
  width: 34rem;
}
.banner-section--products .banner-section__title {
  margin-bottom: 4rem;
}
.banner-section--products .banner-section__button span {
  border-radius: 0.43rem;
  height: 4.2rem;
}
.banner-section--products .banner-section__button span:first-child {
  width: 14.3rem;
}
.banner-section--model .banner-section__title {
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.banner-section--model .banner-section__title .line {
  margin-bottom: -2rem;
}
@media (max-width: 768px) {
  .banner-section--faq .banner-section__button,
  .banner-section--faq .banner-section__button span:first-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .banner-section__bg {
    aspect-ratio: 192/108;
  }
  .banner-section .container {
    margin-bottom: 5.9rem;
  }
  .banner-section__title {
    margin-bottom: 5rem;
    width: 91.1rem;
  }
  .banner-section__subtitle {
    font-size: 5rem;
    letter-spacing: -0.05rem;
    margin-bottom: 0;
  }
  .banner-section__button-wrapper {
    bottom: 0;
    flex-direction: row;
    gap: 3.7rem;
    position: absolute;
    right: 3rem;
  }
  .banner-section__button span {
    font-size: 2.4rem;
  }
  .banner-section__button span:first-child {
    padding: 3.1rem 4.2rem;
  }
  .banner-section--blog .banner-section__title {
    margin-bottom: 0;
    width: 80%;
  }
  .banner-section--blog .banner-section__button span:first-of-type {
    padding: 3.1rem 4.2rem;
    width: 26.7rem;
  }
  .banner-section--login .banner-section__subtitle,
  .banner-section--login .banner-section__title {
    width: 100%;
  }
  .banner-section--products .banner-section__title {
    margin-bottom: 0;
    width: 150rem;
  }
  .banner-section--products .banner-section__button span {
    border-radius: 0.8rem;
    height: 8rem;
  }
  .banner-section--products .banner-section__button span:first-child {
    width: 26.7rem;
  }
  .banner-section--model .banner-section__title {
    letter-spacing: -0.15rem;
    line-height: 108%;
    margin-bottom: 0;
    width: 100%;
  }
  .banner-section--model .banner-section__title .line:not(:last-child) {
    margin-bottom: -3%;
  }
}
.faq-card {
  background: #f9f9f9;
  border-radius: 0.8rem;
  cursor: pointer;
  height: -moz-max-content;
  height: max-content;
  padding: 1.5rem 2rem;
  width: 100%;
}
.faq-card.is-hidden {
  display: none;
}
.faq-card__header {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.faq-card__title {
  flex-shrink: 0;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.018rem;
  line-height: 98%;
  max-width: 24rem;
}
.faq-card__button {
  align-items: center;
  background: var(--03134-c, #03134c);
  border-radius: 50%;
  display: flex;
  height: 3rem;
  justify-content: center;
  position: relative;
  transition: background-color 0.4s ease;
  width: 3rem;
}
.faq-card__button.visible {
  background: #fff;
}
.faq-card__button.visible span:first-of-type {
  opacity: 1;
}
.faq-card__button.visible span:last-of-type {
  opacity: 0;
}
.faq-card__button span {
  color: #fff;
  font-size: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.4s ease, opacity 0.4s ease;
}
.faq-card__button span:first-of-type {
  background: #03134c;
  display: block;
  height: 0.2rem;
  width: 0.7rem;
}
.faq-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: hidden;
}
.faq-card__body p {
  line-height: 98%;
}
.faq-card__body p:first-of-type {
  margin-top: 1.9rem;
}
@media (min-width: 768px) {
  .faq-card {
    padding: 3rem 5rem;
  }
  .faq-card__title {
    flex-shrink: 0;
    font-size: 3rem;
    letter-spacing: -0.03rem;
    max-width: 90%;
  }
  .faq-card__button {
    height: 6rem;
    width: 6rem;
  }
  .faq-card__button span {
    font-size: 2.5rem;
  }
  .faq-card__button span:first-of-type {
    height: 0.25rem;
    width: 1.4rem;
  }
  .faq-card__body {
    gap: 1rem;
    width: 40rem;
  }
  .faq-card__body p {
    font-size: 1.8rem;
  }
  .faq-card__body p:first-of-type {
    margin-bottom: 0.5rem;
    margin-top: 8rem;
  }
}
.faq {
  padding: 23.5rem 0 14.6rem;
  width: 100%;
}
.faq__title {
  line-height: 112%;
  margin-bottom: 12rem;
  text-align: center;
}
.faq__title .line:not(:last-child) {
  margin-bottom: -1rem;
}
.faq__tabs {
  -webkit-backdrop-filter: blur(32.5px);
  backdrop-filter: blur(32.5px);
  background: #f9f9f9;
  border: 1px solid hsla(0, 0%, 100%, 0.15);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 4rem;
  padding: 0.5rem;
}
.faq__tab {
  align-items: center;
  border-radius: 1.3rem;
  display: flex;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  height: 7rem;
  justify-content: center;
  letter-spacing: -0.018rem;
  line-height: 98%;
  text-align: center;
  transition: background-color 0.4s ease, color 0.4s ease;
  width: 100%;
}
@media (hover: hover) {
  .faq__tab:hover {
    background: #03134c;
    color: #fff;
  }
}
.faq__tab.active {
  background: #03134c;
  color: #fff;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.faq__more {
  align-items: center;
  background: #03134c;
  border-radius: 0.8rem;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  justify-content: center;
  letter-spacing: -0.02rem;
  line-height: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding: 2.1rem 3.2rem;
  transition: all 0.3s ease;
}
.faq--products {
  background: #f9f9f9;
  padding-top: 14rem;
}
.faq--products .faq-card {
  background: #fff;
}
.faq--products .faq__title {
  margin-bottom: 4rem;
}
.faq--products .faq__list {
  gap: 1rem;
  margin-bottom: 1rem;
}
.faq--collection {
  background: #fff;
}
.faq--collection .faq-card {
  background: #f9f9f9;
}
.faq--model {
  background: #fff;
  padding-top: 14rem;
}
.faq--model .faq-card {
  background: #f9f9f9;
}
@media (min-width: 768px) {
  .faq {
    padding: 31rem 0 20rem;
  }
  .faq__title {
    margin: 0 auto 10rem;
    text-align: center;
    width: 132rem;
  }
  .faq__tabs {
    flex-direction: row;
    margin: 0 auto 10rem;
    width: 92rem;
  }
  .faq__columns {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
  .faq__content {
    width: 100% !important;
  }
  .faq__list {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .faq__more {
    font-size: 2rem;
    padding: 3.1rem 4.2rem;
  }
  .faq--products {
    padding-top: 20rem;
  }
  .faq--products .faq__title {
    margin-bottom: 14rem;
  }
  .faq--products .faq__content {
    gap: 2rem;
  }
  .faq--products .faq__list {
    gap: 2rem;
    margin-bottom: 0;
  }
  .faq--ceramic {
    padding-top: 0;
  }
}
.collection-card {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 2rem 0;
  width: 100%;
}
.collection-card__content-wrapper {
  aspect-ratio: 34.3/27.6;
  border-radius: 3rem;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.collection-card__star {
  height: 4rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 4rem;
}
.collection-card__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  left: 2rem;
  padding-right: 5.5rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.collection-card__tab {
  align-items: center;
  background: #fff;
  border-radius: 0.37rem;
  display: flex;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  height: 5rem;
  justify-content: center;
  letter-spacing: -0.014rem;
  line-height: 98%;
  min-width: 11.5rem;
  padding: 1rem;
  transition: color 0.5s ease, background-color 0.5s ease, opacity 0.5s ease;
}
.collection-card__tab.active {
  background: #03134c;
  color: #fff;
}
@media (hover: hover) {
  .collection-card__tab:hover {
    background: #03134c;
    color: #fff;
  }
}
.collection-card__more {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 0.37rem;
  color: #03134c;
  display: flex;
  height: 5rem;
  justify-content: center;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: color 0.5s ease, background-color 0.5s ease;
  width: 4.9817rem;
}
.collection-card__more.active {
  background: #03134c;
  color: #fff;
}
@media (hover: hover) {
  .collection-card__more:hover {
    background: #03134c;
    color: #fff;
  }
}
.collection-card__more svg {
  height: auto;
  width: 1.7rem;
}
.collection-card__icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  bottom: 2rem;
  height: 6rem;
  left: 2rem;
  overflow: hidden;
  position: absolute;
}
.collection-card__img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.collection-card__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.collection-card__img.active {
  opacity: 1;
}
.collection-card__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.collection-card__top {
  background: #fff;
  border-radius: 1.3346rem;
  color: var(--030716, #030716);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}
.collection-card__title {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.128rem;
  line-height: 98%;
}
.collection-card__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.collection-card__text p {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.018rem;
  line-height: 104%;
}
.collection-card__bottom {
  background: #fff;
  border-radius: 1.3346rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.8rem;
  padding: 2rem;
}
.collection-card__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}
.collection-card__list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.collection-card__list li p:last-child {
  flex-shrink: 0;
  width: 17rem;
}
.collection-card__label,
.collection-card__text {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.018rem;
  line-height: 104%;
}
.collection-card__group {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 11rem 1fr;
}
.collection-card__group:not(:last-of-type) {
  margin-bottom: 2rem;
}
.collection-card__list-color {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.collection-card__list-color li {
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: 2.2514rem;
  width: 2.2514rem;
}
.collection-card__list-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.collection-card__list-img li {
  aspect-ratio: 1/1;
  height: 2.2514rem;
  position: relative;
  width: 2.2514rem;
}
.collection-card__item-img {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.collection-card__item-stars {
  left: -0.5rem;
  position: absolute;
  top: -0.8rem;
  width: 2rem;
}
.collection-card__button {
  height: 6.6rem;
}
.collection-card__button span {
  font-size: 1.8rem;
  letter-spacing: -0.018rem;
}
.collection-card__button span:first-of-type {
  width: 26.8rem;
}
.collection-card__button span:last-of-type svg {
  width: 1.4rem;
}
.collection-card--ceramic .collection-card__top {
  background: #03134c;
  color: #fff;
}
.collection-card--ceramic .collection-card__bottom {
  background: transparent;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
}
.collection-card--ceramic .collection-card__list {
  background: #03134c;
  border-radius: 1.3243rem;
  padding: 2rem;
}
.collection-card--ceramic .collection-card__list li {
  border-color: #ffffff0d;
}
.collection-card--ceramic .collection-card__list li:last-of-type {
  border: none;
}
.collection-card--ceramic .collection-card__group {
  align-items: flex-start;
  background: #03134c;
  border-radius: 1.3243rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}
.collection-card--ceramic .collection-card__list-img {
  display: flex;
  flex-wrap: wrap;
  gap: 0.64rem;
}
.collection-card--ceramic .collection-card__list-img li {
  min-height: 4.9903rem;
  min-width: 5.1585rem;
}
@media (max-width: 768px) {
  .collection-card--fiberglass .collection-card__star {
    right: -0.8rem;
    top: -0.9rem;
  }
}
@media (min-width: 768px) {
  .collection-card {
    display: grid;
    gap: 2.7rem;
    grid-template-columns: 91.6rem 1fr;
    padding: 4rem 0;
  }
  .collection-card__content-wrapper {
    aspect-ratio: 91.6/73.6;
  }
  .collection-card__star {
    height: 5rem;
    right: -1.3rem;
    top: -1.5rem;
    width: 5rem;
  }
  .collection-card__tabs {
    gap: 1rem;
    left: 4rem;
    top: 4rem;
  }
  .collection-card__tab {
    border-radius: 0.6rem;
    font-size: 2.1rem;
    height: 8rem;
    letter-spacing: -0.021rem;
    min-width: 17.5rem;
  }
  .collection-card__more {
    display: none;
  }
  .collection-card__icon {
    bottom: 4rem;
    height: 10rem;
    left: 4rem;
  }
  .collection-card__top {
    border-radius: 2rem;
    gap: 3rem;
    padding: 3rem 2rem;
    width: 52rem;
  }
  .collection-card__title {
    font-size: 5rem;
    letter-spacing: -0.2rem;
  }
  .collection-card__label,
  .collection-card__text {
    font-size: 2rem;
    gap: 2rem;
    width: 30.5rem;
  }
  .collection-card__bottom {
    border-radius: 2rem;
    margin-bottom: 1rem;
    margin-top: auto;
    width: 52rem;
  }
  .collection-card__list {
    gap: 2.5rem;
    margin-bottom: 3rem;
  }
  .collection-card__list li {
    padding-bottom: 2.5rem;
  }
  .collection-card__list li p:last-child {
    width: 32rem;
  }
  .collection-card__group {
    grid-template-columns: 14.7rem 1fr;
  }
  .collection-card__group:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .collection-card__list-color {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .collection-card__list-color li {
    height: auto;
    width: 3.4rem;
  }
  .collection-card__list-img {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .collection-card__list-img li {
    height: auto;
    width: 3.4rem;
  }
  .collection-card__item-stars {
    left: auto;
    position: absolute;
    right: -0.8rem;
    top: -1.2rem;
    width: 3rem;
  }
  .collection-card__button {
    height: 8rem;
  }
  .collection-card__button span:first-of-type {
    width: 19.8rem;
  }
  .collection-card--ceramic .collection-card__bottom {
    display: grid;
    gap: 2rem;
    grid-template-columns: 51.8rem 1fr;
    margin-bottom: 3.5rem;
    width: 100%;
  }
  .collection-card--ceramic .collection-card__list {
    border-radius: 2rem;
    margin-bottom: 0;
    padding: 3rem 2rem;
  }
  .collection-card--ceramic .collection-card__group {
    border-radius: 2rem;
    padding: 2rem 3rem;
  }
  .collection-card--ceramic .collection-card__list-img li {
    min-height: 5.4849rem;
    min-width: 5.6698rem;
  }
}
.location-collection {
  position: relative;
  width: 100%;
  z-index: 2;
}
.location-collection__title {
  margin-bottom: 6rem;
  text-align: center;
}
.location-collection__list {
  display: flex;
  flex-direction: column;
}
.location-collection__inner {
  margin: 0 -2rem;
  padding: 0 2rem;
  position: relative;
}
.location-collection__bg {
  height: calc(var(--locked-vh, 100vh) * 1.1);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.location-collection__bg li {
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease;
  width: 100%;
}
.location-collection__bg li.active {
  opacity: 1;
}
.location-collection__bg li img {
  height: auto;
  max-height: none;
  width: 100%;
}
.location-collection__bg li div {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .location-collection__list {
    gap: 2rem;
  }
  .location-collection--fibergalss .collection-card__star {
    height: 4rem;
    right: -0.8rem;
    top: -0.9rem;
  }
}
@media (min-width: 768px) {
  .location-collection__title {
    margin: 0 auto 8rem;
    width: 153.8rem;
  }
  .location-collection__inner {
    margin: 0 -4rem;
    padding: 0 4rem;
    position: relative;
  }
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}
.f-spinner {
  height: var(--f-spinner-height);
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
}
.f-spinner svg {
  animation: f-spinner-rotate 2s linear infinite;
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}
.f-spinner svg :first-child {
  stroke: var(--f-spinner-color-1);
}
.f-spinner svg :last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}
.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
  }
}
@keyframes f-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}
@keyframes f-zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.975) translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}
@keyframes f-zoomOutDown {
  to {
    opacity: 0;
    transform: scale(0.975) translate3d(0, 16px, 0);
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}
.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}
@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}
.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}
@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  to {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}
.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}
.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both
    f-crossfadeOut;
  z-index: 1;
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInNext;
}
.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInPrev;
}
.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutNext;
}
.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutPrev;
}
@keyframes f-slideInPrev {
  0% {
    transform: translate(100%);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translate(-100%);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNext {
  to {
    transform: translate(-100%);
  }
}
@keyframes f-slideOutPrev {
  to {
    transform: translate(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInNext;
  z-index: 2;
}
.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInPrev;
  z-index: 2;
}
.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutNext;
  z-index: 1;
}
.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutPrev;
  z-index: 1;
}
@keyframes f-classicInNext {
  0% {
    opacity: 0;
    transform: translate(-75px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes f-classicInPrev {
  0% {
    opacity: 0;
    transform: translate(75px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes f-classicOutNext {
  to {
    opacity: 0;
    transform: translate(-75px);
  }
}
@keyframes f-classicOutPrev {
  to {
    opacity: 0;
    transform: translate(75px);
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
  align-items: center;
  background: var(--f-button-bg);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  box-shadow: var(--f-button-shadow);
  box-sizing: content-box;
  color: var(--f-button-color);
  cursor: pointer;
  display: flex;
  height: var(--f-button-height);
  justify-content: center;
  margin: 0;
  padding: 0;
  pointer-events: all;
  position: relative;
  transition: var(--f-button-transition);
  width: var(--f-button-width);
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    background-color: var(--f-button-hover-bg);
    color: var(--f-button-hover-color);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
  outline: none;
}
.f-button:focus-visible {
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px)
    var(--f-button-outline-color, var(--f-button-color));
  outline: none;
}
.f-button svg {
  height: var(--f-button-svg-height);
  width: var(--f-button-svg-width);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: var(--f-button-svg-filter);
  pointer-events: none;
  transform: var(--f-button-transform);
  transition: opacity 0.15s ease;
}
.f-button[disabled] {
  cursor: default;
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-next,
.f-carousel__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
  position: absolute;
  z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev {
  top: 50%;
  transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  left: var(--f-button-prev-pos);
  right: auto;
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev {
  left: 50%;
  top: auto;
  transform: translate(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg {
  transform: rotate(90deg);
}
.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}
html.with-fancybox {
  overflow: visible;
  scroll-behavior: auto;
  width: auto;
}
html.with-fancybox body {
  touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
  margin-right: calc(
    var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px)
  );
  overflow: hidden !important;
  overscroll-behavior-y: none;
  width: auto;
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: hsla(0, 0%, 100%, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  bottom: 0;
  box-sizing: border-box;
  color: #f8f8f8;
  direction: ltr;
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  overflow: visible;
  transform-origin: top left;
  z-index: var(--fancybox-zIndex, 1050);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
  box-sizing: inherit;
}
.fancybox__container::backdrop {
  background-color: transparent;
}
.fancybox__backdrop {
  background: var(--fancybox-bg);
  bottom: 0;
  left: 0;
  opacity: var(--fancybox-opacity, 1);
  position: fixed;
  right: 0;
  top: 0;
  will-change: opacity;
  z-index: -1;
}
.fancybox__carousel {
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  z-index: 10;
}
.fancybox__viewport {
  height: 100%;
  width: 100%;
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.fancybox__track {
  display: flex;
  height: 100%;
  margin: 0 auto;
}
.fancybox__slide {
  align-items: center;
  backface-visibility: hidden;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 4px;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}
.fancybox__slide.has-html5video,
.fancybox__slide.has-iframe,
.fancybox__slide.has-image,
.fancybox__slide.has-video {
  overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}
.fancybox__slide:after,
.fancybox__slide:before {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.fancybox__backdrop:empty,
.fancybox__slide:empty,
.fancybox__track:empty,
.fancybox__viewport:empty {
  display: block;
}
.fancybox__content {
  align-self: center;
  background: var(--fancybox-content-bg, #fff);
  border-radius: 0;
  color: var(--fancybox-content-color, #374151);
  cursor: default;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 100%;
  padding: 2rem;
  position: relative;
  z-index: 20;
}
.is-loading .fancybox__content {
  opacity: 0;
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__content [contenteditable],
.fancybox__content [data-selectable] {
  cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
  backface-visibility: hidden;
  background: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 1px;
  padding: 0;
  transform: translateZ(0);
  transition: none;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
  height: auto;
  max-height: 100%;
  width: 100%;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}
.fancybox-image {
  display: block;
  filter: blur(0);
  height: 100%;
  margin: auto;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox__caption {
  align-self: center;
  color: var(--fancybox-color, currentColor);
  cursor: auto;
  flex-shrink: 0;
  line-height: 1.375;
  margin: 0;
  max-width: 100%;
  opacity: var(--fancybox-opacity, 1);
  overflow-wrap: anywhere;
  padding: 14px 0 4px;
  visibility: visible;
}
.is-closing .fancybox__caption,
.is-loading .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}
.is-compact .fancybox__caption {
  padding-bottom: 0;
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: -38px;
}
.is-loading .fancybox__content > .f-button.is-close-btn,
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}
.fancybox__footer {
  margin: 0;
  padding: 0;
  position: relative;
}
.fancybox__footer .fancybox__caption {
  opacity: var(--fancybox-opacity, 1);
  padding: 24px;
  transition: all 0.25s ease;
  width: 100%;
}
.is-compact .fancybox__footer {
  background: #18181b80;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 20;
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  right: 5px;
  top: 5px;
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
  bottom: -30px;
  content: "";
  left: -20px;
  position: absolute;
  right: -20px;
  top: -30px;
  z-index: 1;
}
.is-idle .fancybox__nav,
.is-idle.is-compact .fancybox__footer {
  animation: f-fadeOut 0.15s ease-out both;
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
}
.fancybox__slide > .f-spinner {
  cursor: pointer;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0
    var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  position: absolute;
  top: 50%;
  z-index: 30;
}
.fancybox-protected {
  bottom: 0;
  right: 0;
}
.fancybox-ghost,
.fancybox-protected {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 40;
}
.fancybox-ghost {
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  width: 100%;
}
.fancybox-focus-guard {
  opacity: 0;
  outline: none;
  pointer-events: none;
  position: fixed;
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__carousel
  > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__slide
  > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden="false"]
  > :not(.fancybox__backdrop, .fancybox__carousel) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards
    f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__carousel
  > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__slide
  > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden="true"]
  > :not(.fancybox__backdrop, .fancybox__carousel) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}
.has-html5video .fancybox__content,
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  flex-shrink: 1;
  max-width: 100%;
  min-height: 1px;
  overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  height: 90%;
  width: calc(100% - 120px);
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  height: 100%;
  width: 100%;
}
.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  height: 540px;
  max-height: 100%;
  max-width: 100%;
  width: 960px;
}
.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  background: #18181be6;
  color: #fff;
  padding: 0;
}
.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}
.f-thumbs {
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  perspective: 1000px;
  transform: translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.f-thumbs .f-spinner {
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  border-radius: 2px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.f-thumbs .f-spinner svg {
  display: none;
}
.f-thumbs.is-vertical {
  height: 100%;
}
.f-thumbs__viewport {
  height: auto;
  overflow: hidden;
  transform: translateZ(0);
  width: 100%;
}
.f-thumbs__track {
  display: flex;
}
.f-thumbs__slide {
  align-items: center;
  box-sizing: content-box;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  height: var(--f-thumb-height);
  justify-content: center;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: var(--f-thumb-width);
}
.f-thumbs__slide.is-loading img {
  opacity: 0;
}
.is-classic .f-thumbs__viewport {
  height: 100%;
}
.is-modern .f-thumbs__track {
  width: -moz-max-content;
  width: max-content;
}
.is-modern .f-thumbs__track:before {
  bottom: 0;
  content: "";
  cursor: pointer;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  position: absolute;
  top: 0;
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
}
.is-modern .f-thumbs__slide {
  pointer-events: none;
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  width: var(--f-thumb-clip-width);
}
.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}
.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color))
    drop-shadow(2px 0 0 var(--f-thumb-outline-color))
    drop-shadow(0 -1px 0 var(--f-thumb-outline-color))
    drop-shadow(0 2px 0 var(--f-thumb-outline-color));
}
.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: var(--f-thumb-border-radius);
  cursor: pointer;
  height: 100%;
  margin: 0 -100%;
  opacity: var(--f-thumb-opacity);
  outline: none;
  overflow: hidden;
  padding: 0;
  pointer-events: auto;
  position: relative;
  touch-action: manipulation;
  transition: opacity 0.2s ease;
  width: var(--f-thumb-width);
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}
.f-thumbs__slide__button:focus-visible {
  opacity: var(--f-thumb-selected-opacity);
  outline: none;
}
.is-modern .f-thumbs__slide__button {
  --clip-path: inset(
    0
      calc(
        (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) *
          (1 - var(--progress, 0)) * 0.5
      )
      round var(--f-thumb-border-radius, 0)
  );
  clip-path: var(--clip-path);
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}
.is-classic .is-nav-selected .f-thumbs__slide__button:after {
  animation: f-fadeIn 0.2s ease-out;
  border: var(--f-thumb-outline, 0) solid
    var(--f-thumb-outline-color, transparent);
  content: "";
  height: auto;
  z-index: 10;
}
.f-thumbs__slide__img,
.is-classic .is-nav-selected .f-thumbs__slide__button:after {
  border-radius: var(--f-thumb-border-radius);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.f-thumbs__slide__img {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  padding: var(--f-thumb-offset);
  pointer-events: none;
  width: 100%;
}
.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  opacity: var(--fancybox-opacity, 1);
  position: relative;
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(#ffffff1a, #ffffff0d);
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(#ffffff1a, #ffffff0d);
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
  max-height: 0 !important;
}
.is-closing .fancybox__thumbs {
  transition: none !important;
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, hsla(0, 0%, 100%, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  color: var(--fancybox-color, currentColor);
  display: flex;
  flex-direction: row;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI Adjusted, Segoe UI,
    Liberation Sans, sans-serif;
  justify-content: space-between;
  margin: 0;
  opacity: var(--fancybox-opacity, 1);
  padding: 0;
  pointer-events: none;
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.5)
  );
  z-index: 20;
}
.fancybox__toolbar :focus-visible {
  z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.is-idle .fancybox__toolbar {
  animation: f-fadeOut 0.15s ease-out both;
  pointer-events: none;
}
.fancybox__toolbar__column {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-basis: 0;
  flex-grow: 1;
}
.fancybox__toolbar__column.is-right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.fancybox__infobar {
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  line-height: var(--f-button-height);
  padding: 0 5px;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fancybox__infobar span {
  padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
  position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,
[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
.f-progress {
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  height: 3px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 30;
}
