@font-face {
  font-family: 'Noah';
  src: url("../fonts/Noah-Regular.woff2") format("woff2"), url("../fonts/Noah-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Noah';
  src: url("../fonts/Noah-BoldItalic.woff2") format("woff2"), url("../fonts/Noah-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Noah';
  src: url("../fonts/Noah-Bold.woff2") format("woff2"), url("../fonts/Noah-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Noah';
  src: url("../fonts/Noah-RegularItalic.woff2") format("woff2"), url("../fonts/Noah-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Rozovii Chulok';
  src: url("../fonts/RozoviiChulok-Regular.woff2") format("woff2"), url("../fonts/RozoviiChulok-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle; }

blockquote, q {
  quotes: none; }

blockquote::after, blockquote:before, q::after, q:before {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track::before,
  .slick-track::after {
    content: "";
    display: table; }
  .slick-track::after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.vbox-overlay {
  --vbox-tools-color: #fff;
  --vbox-title-background: #101010;
  --vbox-title-width: 'auto';
  --vbox-title-radius: 0;
  --vbox-share-background: #101010;
  --vbox-share-width: 'auto';
  --vbox-share-radius: 0;
  --vbox-padding: 0; }

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999; }

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color); }

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius); }

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer; }

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block; }

.vbox-share svg {
  z-index: 10;
  vertical-align: middle; }

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: .8;
  transition: opacity 0.2s; }

.vbox-close:hover {
  opacity: 1; }

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color); }

.vbox-num {
  display: inline-block;
  padding: 12px 15px; }

.vbox-left {
  left: 0; }

.vbox-right {
  right: 0; }

.vbox-top {
  top: 0; }

.vbox-bottom {
  bottom: 0; }

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: .8;
  transition: opacity 0.2s; }

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1; }

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block; }

.vbox-prev {
  left: 15px; }

.vbox-next {
  right: 15px; }

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px; }

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: ""; }

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding); }

.venoratio-1x1 {
  --vb-aspect-ratio: 100%; }

.venoratio-4x3 {
  --vb-aspect-ratio: calc(3 / 4 * 100%); }

.venoratio-16x9 {
  --vb-aspect-ratio: calc(9 / 16 * 100%); }

.venoratio-21x9 {
  --vb-aspect-ratio: calc(9 / 21 * 100%); }

.venoratio-full {
  --vb-aspect-ratio: calc(100vh - 100px); }

.vbox-child.vbox-inline, .vbox-child.venoratio {
  max-width: 100%; }

.vbox-open {
  overflow: hidden; }

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0; }

.vbox-content {
  opacity: 0; }

.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%; }

.vbox-container img {
  max-width: 100%;
  height: auto; }

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
  padding: var(--vbox-padding); }

.vbox-child img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block; }

.vbox-grab .vbox-child img {
  cursor: grab; }

.vbox-child > iframe {
  border: none !important; }

.vbox-content.swipe-left {
  margin-left: -200px !important; }

.vbox-content.swipe-right {
  margin-left: 200px !important; }

.vbox-preloader {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s; }

.vbox-hidden {
  display: none; }

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0; }

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(-1px);
  -moz-transform: translateZ(-1px);
  -o-transform: translateZ(-1px);
  transform: translateZ(-1px);
  z-index: 0; }

.vbox-tooltip {
  position: relative;
  display: inline-block; }

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif; }

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px; }

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px; }

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1; }

.vbox-overlay {
  --sk-size: 40px;
  --sk-color: #333; }

.sk-center {
  margin: auto; }

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out; }

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both; }

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both; }

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both; }

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s; }

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s; }

.sk-chase-dot:nth-child(3) {
  animation-delay: -.9s; }

.sk-chase-dot:nth-child(4) {
  animation-delay: -.8s; }

.sk-chase-dot:nth-child(5) {
  animation-delay: -.7s; }

.sk-chase-dot:nth-child(6) {
  animation-delay: -.6s; }

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s; }

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s; }

.sk-chase-dot:nth-child(3):before {
  animation-delay: -.9s; }

.sk-chase-dot:nth-child(4):before {
  animation-delay: -.8s; }

.sk-chase-dot:nth-child(5):before {
  animation-delay: -.7s; }

.sk-chase-dot:nth-child(6):before {
  animation-delay: -.6s; }

@keyframes sk-chase {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg); } }

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); }
  0%, 100% {
    transform: scale(1); } }

.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative; }

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s; }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0); }
  45%, 55% {
    transform: scale(1); } }

.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between; }

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out; }

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s; }

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s; }

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s; }

.sk-wave-rect:nth-child(4) {
  animation-delay: -.9s; }

.sk-wave-rect:nth-child(5) {
  animation-delay: -.8s; }

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }

.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@keyframes sk-pulse {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between; }

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both; }

.sk-flow-dot:nth-child(1) {
  animation-delay: -.3s; }

.sk-flow-dot:nth-child(2) {
  animation-delay: -.15s; }

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3); }
  40% {
    transform: scale(1); } }

.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear; }

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out; }

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s; }

@keyframes sk-swing {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2); }
  50% {
    transform: scale(1); } }

.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative; }

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle-dot:before {
  content: '';
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both; }

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg); }

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg); }

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg); }

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg); }

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg); }

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg); }

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg); }

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg); }

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg); }

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg); }

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg); }

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s; }

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s; }

.sk-circle-dot:nth-child(3):before {
  animation-delay: -.9s; }

.sk-circle-dot:nth-child(4):before {
  animation-delay: -.8s; }

.sk-circle-dot:nth-child(5):before {
  animation-delay: -.7s; }

.sk-circle-dot:nth-child(6):before {
  animation-delay: -.6s; }

.sk-circle-dot:nth-child(7):before {
  animation-delay: -.5s; }

.sk-circle-dot:nth-child(8):before {
  animation-delay: -.4s; }

.sk-circle-dot:nth-child(9):before {
  animation-delay: -.3s; }

.sk-circle-dot:nth-child(10):before {
  animation-delay: -.2s; }

.sk-circle-dot:nth-child(11):before {
  animation-delay: -.1s; }

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative; }

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle-fade-dot:before {
  content: '';
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both; }

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg); }

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg); }

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg); }

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg); }

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg); }

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg); }

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg); }

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg); }

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg); }

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg); }

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg); }

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s; }

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s; }

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -.9s; }

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -.8s; }

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -.7s; }

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -.6s; }

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -.5s; }

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -.4s; }

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -.3s; }

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -.2s; }

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -.1s; }

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6); }
  40% {
    opacity: 1;
    transform: scale(1); } }

.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size); }

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out; }

.sk-grid-cube:nth-child(1) {
  animation-delay: .2s; }

.sk-grid-cube:nth-child(2) {
  animation-delay: .3s; }

.sk-grid-cube:nth-child(3) {
  animation-delay: .4s; }

.sk-grid-cube:nth-child(4) {
  animation-delay: .1s; }

.sk-grid-cube:nth-child(5) {
  animation-delay: .2s; }

.sk-grid-cube:nth-child(6) {
  animation-delay: .3s; }

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s; }

.sk-grid-cube:nth-child(8) {
  animation-delay: .1s; }

.sk-grid-cube:nth-child(9) {
  animation-delay: .2s; }

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1); }
  35% {
    transform: scale3D(0, 0, 1); } }

.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg); }

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1); }

.sk-fold-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%; }

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg); }

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg); }

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg); }

.sk-fold-cube:nth-child(2):before {
  animation-delay: .3s; }

.sk-fold-cube:nth-child(4):before {
  animation-delay: .6s; }

.sk-fold-cube:nth-child(3):before {
  animation-delay: .9s; }

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1; }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative; }

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance: calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both; }

.sk-wander-cube:nth-child(2) {
  animation-delay: -.5s; }

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s; }

@keyframes sk-wander {
  0% {
    transform: rotate(0); }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6); }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg); }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg); }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6); }
  100% {
    transform: rotate(-360deg); } }

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d; }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/**********************************************************
* Overwrite default styles for plugins
**********************************************************/
.slick-arrow {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  border-radius: 50%;
  height: 60px;
  line-height: 60px;
  width: 60px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.75);
  visibility: visible;
  z-index: 2; }
  .slick-arrow.slick-prev {
    background-image: url("../image/icon/arrow-left.svg");
    height: 60px;
    width: 60px;
    left: 10px; }
  .slick-arrow.slick-next {
    background-image: url("../image/icon/arrow-right.svg");
    height: 60px;
    width: 60px;
    right: 10px; }
  .slick-arrow:hover {
    margin-top: -3px; }
  .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden; }
  .slick-arrow.slick-hidden {
    display: none !important; }
  @media only screen and (min-width: 1281px) {
    .slick-arrow {
      transform: translateY(-50%); } }

/* Venobox */
.vbox-close {
  display: none; }

/* youtube modal */
.yu2fvl {
  z-index: 9999;
  top: 0; }
  .yu2fvl-iframe {
    display: block;
    height: 100%;
    width: 100%;
    border: 0; }
  .yu2fvl-overlay {
    z-index: 9998;
    background: rgba(0, 0, 0, 0.7); }

.yu2fvl-close {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  border: none;
  border-radius: 20px;
  background: white url(../image/icon/close.svg) no-repeat center !important;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 10px !important;
  text-indent: -9999px;
  top: -20px !important;
  width: 40px !important; }
  .yu2fvl-close:focus {
    outline: none;
    top: -18px !important; }
  @media only screen and (min-width: 641px) {
    .yu2fvl-close {
      right: -20px !important; } }

/**********************************************************
 * Fade-in animations
**********************************************************/
.word {
  display: inline-block;
  white-space: nowrap; }

.letter {
  display: inline-block;
  opacity: 0; }

.js-animate-text {
  opacity: 0; }

.js-animate-block {
  opacity: 0; }

.js-box {
  opacity: 0; }

/**********************************************************
 * Dealing with display:none transition nightmares
**********************************************************/
@keyframes display {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes display-flex {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: flex;
    opacity: 0; }
  100% {
    display: flex;
    opacity: 1; } }

@keyframes scrollDown {
  25% {
    transform: translate3d(-50%, 150%, 0);
    opacity: 0; }
  50% {
    transform: translate3d(-50%, -100%, 0);
    opacity: 0; }
  75% {
    transform: translate3d(-50%, -50%, 0);
    opacity: 0; }
  100% {
    transform: translate3d(-50%, -50%, 0);
    opacity: 0; } }

/**********************************************************
 * Force an element to contain its children
**********************************************************/
.g-clearfix::after, .g-grid::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

* html .g-clearfix, * html .g-grid {
  zoom: 1; }

/* IE6 */
*:first-child + html .g-clearfix, *:first-child + html .g-grid {
  zoom: 1; }

/* IE7 */
/**********************************************************
 * Global elements
**********************************************************/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  min-height: 100%;
  height: 100%; }

html {
  font-size: 62.5%; }

body, input, textarea, select, button {
  color: #fff;
  font-family: "Noah", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3em;
  background-color: #17181C; }
  @media only screen and (min-width: 1025px) {
    body, input, textarea, select, button {
      font-size: 2rem;
      line-height: 1.5em; } }

/* No scrolling when mobile menu is open */
body.-no-scroll {
  overflow: hidden; }

a {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

sup {
  font-size: 50%;
  vertical-align: top; }

sub, small {
  font-size: 50%;
  line-height: 1em; }

/**********************************************************
 * Global styles
 **********************************************************/
/* Ordinary link */
.g-link {
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
  text-underline-offset: 2px; }
  .g-link .icon {
    position: relative;
    top: 1px; }
    .g-link .icon:first-child:not(:last-child) {
      margin-right: 10px; }
    .g-link .icon:last-child:not(:first-child) {
      margin-left: 10px; }

.g-img {
  display: block;
  width: 100%; }

.g-bg-white {
  background-color: #fff; }

.g-gold {
  color: #CE9F64; }

.g-gray {
  color: gray; }

.g-block {
  display: block; }

.g-overflow {
  overflow: hidden; }

.g-bold {
  font-weight: bold; }

.g-left {
  text-align: left; }

.g-bottom {
  align-items: flex-end; }

.g-hr {
  background-color: gray;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 15px; }
  @media only screen and (min-width: 1281px) {
    .g-hr {
      margin-bottom: 40px;
      margin-top: 20px; } }

.g-ontop {
  position: relative;
  z-index: 1; }

.g-relative {
  position: relative; }

.g-absolute {
  position: absolute; }

/* Background covering its entire parent */
.g-fullscreen {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.g-pull-left-xm {
  margin-top: 20px; }
  @media only screen and (min-width: 1025px) {
    .g-pull-left-xm {
      margin-left: -40px;
      margin-top: 0; } }
  @media only screen and (min-width: 1281px) {
    .g-pull-left-xm {
      margin-left: -80px; } }

/* Margins */
.g-mb-0 {
  margin-bottom: 0px !important; }

.g-mb-10 {
  margin-bottom: 10px !important; }

.g-mb-15 {
  margin-bottom: 15px !important; }

.g-mb-20 {
  margin-bottom: 20px !important; }

.g-mb-30 {
  margin-bottom: 30px !important; }

.g-mb-40 {
  margin-bottom: 40px !important; }

.g-mb-70 {
  margin-bottom: 3.5vw !important; }

.g-mt-0 {
  margin-top: 0px !important; }

.g-mt-10 {
  margin-top: 10px !important; }

.g-mt-15 {
  margin-top: 15px !important; }

.g-mt-20 {
  margin-top: 20px !important; }

.g-mt-30 {
  margin-top: 30px !important; }

.g-mt-40 {
  margin-top: 40px !important; }

/* Vertically aligned flex rows from a breakpoint up */
.g-vertical {
  align-items: center; }

@media only screen and (min-width: 481px) {
  .g-vertical-sm {
    align-items: center; } }

@media only screen and (min-width: 641px) {
  .g-vertical-md {
    align-items: center; } }

@media only screen and (min-width: 1025px) {
  .g-vertical-xm {
    align-items: center; } }

@media only screen and (min-width: 1281px) {
  .g-vertical-lg {
    align-items: center; } }

@media only screen and (min-width: 1601px) {
  .g-vertical-xl {
    align-items: center; } }

/* Center from a breakpoint up */
.g-center {
  text-align: center; }

@media only screen and (min-width: 481px) {
  .g-center-sm {
    text-align: center; } }

@media only screen and (min-width: 641px) {
  .g-center-md {
    text-align: center; } }

@media only screen and (min-width: 1025px) {
  .g-center-xm {
    text-align: center; } }

@media only screen and (min-width: 1281px) {
  .g-center-lg {
    text-align: center; } }

@media only screen and (min-width: 1601px) {
  .g-center-xl {
    text-align: center; } }

.g-gap-50 {
  gap: 5rem; }

.g-max-500 {
  max-width: 50rem; }

.g-max-700 {
  max-width: 70rem; }

.g-about-text {
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%); }

.g-flex {
  display: flex; }

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

/**********************************************************
 * CMS-entered text (from WYSIWYG editor)
**********************************************************/
.g-editor {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1.55em;
  /* Headings */
  /* Element styles */
  /* Image with caption */ }
  .g-editor--sm {
    font-size: 1.6rem;
    line-height: 1.4em; }
  .g-editor--md {
    font-size: clamp(1.6rem, 2vw, 1.8rem);
    line-height: 1.5em; }
  .g-editor--lg {
    font-size: clamp(1.6rem, 2vw, 2rem);
    font-weight: 300; }
  .g-editor h1, .g-editor h2, .g-editor h3, .g-editor h4, .g-editor h5, .g-editor h6 {
    line-height: 1.3em;
    margin-bottom: 2rem;
    margin-top: 4rem; }
    .g-editor h1:first-child, .g-editor h2:first-child, .g-editor h3:first-child, .g-editor h4:first-child, .g-editor h5:first-child, .g-editor h6:first-child {
      margin-top: 0; }
  .g-editor h2 {
    font-size: clamp(3.2rem, 4vw, 4.4rem); }
  .g-editor h3, .g-editor h4 {
    font-size: clamp(1.8rem, 3vw, 3.2rem); }
  .g-editor h5, .g-editor h6 {
    font-size: clamp(1.8rem, 2vw, 1.2rem); }
  .g-editor a {
    transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
    transition-timing-function: ease-in-out;
    text-decoration: underline;
    text-decoration-color: inherit;
    text-underline-offset: 2px; }
  .g-editor p {
    margin-bottom: 10px;
    /* No spacing for last paragraph */ }
    .g-editor p:last-child,
    .g-editor p:first-child:last-child {
      margin-bottom: 0; }
  .g-editor strong {
    font-weight: bold; }
  .g-editor em {
    font-style: italic; }
  .g-editor > ul {
    margin: 20px 0; }
    .g-editor > ul li {
      margin-bottom: 15px;
      padding-left: 20px; }
      .g-editor > ul li:last-child {
        margin-bottom: 0; }
  .g-editor > ol {
    list-style: decimal inside;
    margin: 20px 0; }
    .g-editor > ol li {
      line-height: 1.4em;
      margin-bottom: 15px;
      padding-left: 20px;
      position: relative; }
  .g-editor img {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px; }
  .g-editor figure {
    margin: 20px 0; }
    .g-editor figure img {
      display: block;
      margin-bottom: 0;
      width: 100%; }
    .g-editor figure img + figcaption {
      color: gray;
      font-size: 1.4rem;
      line-height: 1.2em;
      margin-bottom: 30px;
      padding: 10px 0; }
  .g-editor table {
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 1.4rem;
    table-layout: fixed; }
  .g-editor th {
    background-color: black;
    border-right: 1px solid transparent;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px;
    text-align: center; }
  .g-editor td {
    border-bottom: 1px solid #ddd;
    min-width: 200px;
    padding: 15px 10px;
    vertical-align: top; }
    .g-editor td ul,
    .g-editor td ol {
      margin-top: 0;
      margin-left: 0; }
  .g-editor tr:last-child td {
    border-bottom: none; }
  @media only screen and (min-width: 1025px) {
    .g-editor {
      /* Image with caption */ }
      .g-editor p {
        margin-bottom: 20px; }
      .g-editor figure {
        margin: 30px 0; }
      .g-editor img {
        margin-bottom: 30px;
        margin-top: 30px; } }
  @media only screen and (min-width: 1281px) {
    .g-editor--lg p {
      margin-bottom: 30px; }
    .g-editor > ul,
    .g-editor > ol {
      margin: 40px 0; }
      .g-editor > ul li,
      .g-editor > ol li {
        margin-bottom: 15px;
        padding-left: 36px;
        padding-top: 0; } }
  @media only screen and (min-width: 1601px) {
    .g-editor h1, .g-editor h2, .g-editor h3, .g-editor h4, .g-editor h5, .g-editor h6 {
      margin-bottom: 3rem;
      margin-top: 6rem; } }

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.g-grid {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  max-width: 100%;
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  width: 100%;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .g-grid {
    display: block; } }

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.g-grid {
  word-spacing: -0.43em; }

.col {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.g-grid [class*="pure-u"] {
  font-family: sans-serif; }

.col-1,
.col-1-1,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5,
.col-5-5,
.col-1-6,
.col-5-6,
.col-1-8,
.col-3-8,
.col-5-8,
.col-7-8,
.col-1-12,
.col-5-12,
.col-7-12,
.col-11-12,
.col-1-24,
.col-2-24,
.col-3-24,
.col-4-24,
.col-5-24,
.col-6-24,
.col-7-24,
.col-8-24,
.col-9-24,
.col-10-24,
.col-11-24,
.col-12-24,
.col-13-24,
.col-14-24,
.col-15-24,
.col-16-24,
.col-17-24,
.col-18-24,
.col-19-24,
.col-20-24,
.col-21-24,
.col-22-24,
.col-23-24,
.col-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.col-1-24 {
  width: 4.1667%;
  *width: 4.1357%; }

.col-1-12,
.col-2-24 {
  width: 8.3333%;
  *width: 8.3023%; }

.col-1-8,
.col-3-24 {
  width: 12.5000%;
  *width: 12.4690%; }

.col-1-6,
.col-4-24 {
  width: 16.6667%;
  *width: 16.6357%; }

.col-1-5 {
  width: 20%;
  *width: 19.9690%; }

.col-5-24 {
  width: 20.8333%;
  *width: 20.8023%; }

.col-1-4,
.col-6-24 {
  width: 25%;
  *width: 24.9690%; }

.col-7-24 {
  width: 29.1667%;
  *width: 29.1357%; }

.col-1-3,
.col-8-24 {
  width: 33.3333%;
  *width: 33.3023%; }

.col-3-8,
.col-9-24 {
  width: 37.5000%;
  *width: 37.4690%; }

.col-2-5 {
  width: 40%;
  *width: 39.9690%; }

.col-5-12,
.col-10-24 {
  width: 41.6667%;
  *width: 41.6357%; }

.col-11-24 {
  width: 45.8333%;
  *width: 45.8023%; }

.col-1-2,
.col-12-24 {
  width: 50%;
  *width: 49.9690%; }

.col-13-24 {
  width: 54.1667%;
  *width: 54.1357%; }

.col-7-12,
.col-14-24 {
  width: 58.3333%;
  *width: 58.3023%; }

.col-3-5 {
  width: 60%;
  *width: 59.9690%; }

.col-5-8,
.col-15-24 {
  width: 62.5000%;
  *width: 62.4690%; }

.col-2-3,
.col-16-24 {
  width: 66.6667%;
  *width: 66.6357%; }

.col-17-24 {
  width: 70.8333%;
  *width: 70.8023%; }

.col-3-4,
.col-18-24 {
  width: 75%;
  *width: 74.9690%; }

.col-19-24 {
  width: 79.1667%;
  *width: 79.1357%; }

.col-4-5 {
  width: 80%;
  *width: 79.9690%; }

.col-5-6,
.col-20-24 {
  width: 83.3333%;
  *width: 83.3023%; }

.col-7-8,
.col-21-24 {
  width: 87.5000%;
  *width: 87.4690%; }

.col-11-12,
.col-22-24 {
  width: 91.6667%;
  *width: 91.6357%; }

.col-23-24 {
  width: 95.8333%;
  *width: 95.8023%; }

.col-1,
.col-1-1,
.col-5-5,
.col-24-24 {
  width: 100%; }

@media only screen and (min-width: 321px) {
  .col-xs-1,
  .col-xs-1-1,
  .col-xs-1-2,
  .col-xs-1-3,
  .col-xs-2-3,
  .col-xs-1-4,
  .col-xs-3-4,
  .col-xs-1-5,
  .col-xs-2-5,
  .col-xs-3-5,
  .col-xs-4-5,
  .col-xs-5-5,
  .col-xs-1-6,
  .col-xs-5-6,
  .col-xs-1-8,
  .col-xs-3-8,
  .col-xs-5-8,
  .col-xs-7-8,
  .col-xs-1-12,
  .col-xs-5-12,
  .col-xs-7-12,
  .col-xs-11-12,
  .col-xs-1-24,
  .col-xs-2-24,
  .col-xs-3-24,
  .col-xs-4-24,
  .col-xs-5-24,
  .col-xs-6-24,
  .col-xs-7-24,
  .col-xs-8-24,
  .col-xs-9-24,
  .col-xs-10-24,
  .col-xs-11-24,
  .col-xs-12-24,
  .col-xs-13-24,
  .col-xs-14-24,
  .col-xs-15-24,
  .col-xs-16-24,
  .col-xs-17-24,
  .col-xs-18-24,
  .col-xs-19-24,
  .col-xs-20-24,
  .col-xs-21-24,
  .col-xs-22-24,
  .col-xs-23-24,
  .col-xs-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .col-xs-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .col-xs-1-12,
  .col-xs-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .col-xs-1-8,
  .col-xs-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .col-xs-1-6,
  .col-xs-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .col-xs-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .col-xs-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .col-xs-1-4,
  .col-xs-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .col-xs-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .col-xs-1-3,
  .col-xs-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .col-xs-3-8,
  .col-xs-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .col-xs-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .col-xs-5-12,
  .col-xs-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .col-xs-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .col-xs-1-2,
  .col-xs-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .col-xs-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .col-xs-7-12,
  .col-xs-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .col-xs-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .col-xs-5-8,
  .col-xs-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .col-xs-2-3,
  .col-xs-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .col-xs-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .col-xs-3-4,
  .col-xs-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .col-xs-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .col-xs-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .col-xs-5-6,
  .col-xs-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .col-xs-7-8,
  .col-xs-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .col-xs-11-12,
  .col-xs-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .col-xs-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .col-xs-1,
  .col-xs-1-1,
  .col-xs-5-5,
  .col-xs-24-24 {
    width: 100%; } }

@media only screen and (min-width: 481px) {
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-1-2,
  .col-sm-1-3,
  .col-sm-2-3,
  .col-sm-1-4,
  .col-sm-3-4,
  .col-sm-1-5,
  .col-sm-2-5,
  .col-sm-3-5,
  .col-sm-4-5,
  .col-sm-5-5,
  .col-sm-1-6,
  .col-sm-5-6,
  .col-sm-1-8,
  .col-sm-3-8,
  .col-sm-5-8,
  .col-sm-7-8,
  .col-sm-1-12,
  .col-sm-5-12,
  .col-sm-7-12,
  .col-sm-11-12,
  .col-sm-1-24,
  .col-sm-2-24,
  .col-sm-3-24,
  .col-sm-4-24,
  .col-sm-5-24,
  .col-sm-6-24,
  .col-sm-7-24,
  .col-sm-8-24,
  .col-sm-9-24,
  .col-sm-10-24,
  .col-sm-11-24,
  .col-sm-12-24,
  .col-sm-13-24,
  .col-sm-14-24,
  .col-sm-15-24,
  .col-sm-16-24,
  .col-sm-17-24,
  .col-sm-18-24,
  .col-sm-19-24,
  .col-sm-20-24,
  .col-sm-21-24,
  .col-sm-22-24,
  .col-sm-23-24,
  .col-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .col-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .col-sm-1-12,
  .col-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .col-sm-1-8,
  .col-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .col-sm-1-6,
  .col-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .col-sm-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .col-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .col-sm-1-4,
  .col-sm-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .col-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .col-sm-1-3,
  .col-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .col-sm-3-8,
  .col-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .col-sm-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .col-sm-5-12,
  .col-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .col-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .col-sm-1-2,
  .col-sm-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .col-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .col-sm-7-12,
  .col-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .col-sm-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .col-sm-5-8,
  .col-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .col-sm-2-3,
  .col-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .col-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .col-sm-3-4,
  .col-sm-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .col-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .col-sm-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .col-sm-5-6,
  .col-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .col-sm-7-8,
  .col-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .col-sm-11-12,
  .col-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .col-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-5-5,
  .col-sm-24-24 {
    width: 100%; } }

@media only screen and (min-width: 641px) {
  .col-md-1,
  .col-md-1-1,
  .col-md-1-2,
  .col-md-1-3,
  .col-md-2-3,
  .col-md-1-4,
  .col-md-3-4,
  .col-md-1-5,
  .col-md-2-5,
  .col-md-3-5,
  .col-md-4-5,
  .col-md-5-5,
  .col-md-1-6,
  .col-md-5-6,
  .col-md-1-8,
  .col-md-3-8,
  .col-md-5-8,
  .col-md-7-8,
  .col-md-1-12,
  .col-md-5-12,
  .col-md-7-12,
  .col-md-11-12,
  .col-md-1-24,
  .col-md-2-24,
  .col-md-3-24,
  .col-md-4-24,
  .col-md-5-24,
  .col-md-6-24,
  .col-md-7-24,
  .col-md-8-24,
  .col-md-9-24,
  .col-md-10-24,
  .col-md-11-24,
  .col-md-12-24,
  .col-md-13-24,
  .col-md-14-24,
  .col-md-15-24,
  .col-md-16-24,
  .col-md-17-24,
  .col-md-18-24,
  .col-md-19-24,
  .col-md-20-24,
  .col-md-21-24,
  .col-md-22-24,
  .col-md-23-24,
  .col-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .col-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .col-md-1-12,
  .col-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .col-md-1-8,
  .col-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .col-md-1-6,
  .col-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .col-md-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .col-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .col-md-1-4,
  .col-md-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .col-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .col-md-1-3,
  .col-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .col-md-3-8,
  .col-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .col-md-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .col-md-5-12,
  .col-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .col-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .col-md-1-2,
  .col-md-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .col-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .col-md-7-12,
  .col-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .col-md-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .col-md-5-8,
  .col-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .col-md-2-3,
  .col-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .col-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .col-md-3-4,
  .col-md-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .col-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .col-md-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .col-md-5-6,
  .col-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .col-md-7-8,
  .col-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .col-md-11-12,
  .col-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .col-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .col-md-1,
  .col-md-1-1,
  .col-md-5-5,
  .col-md-24-24 {
    width: 100%; } }

@media only screen and (min-width: 1025px) {
  .col-xm-1,
  .col-xm-1-1,
  .col-xm-1-2,
  .col-xm-1-3,
  .col-xm-2-3,
  .col-xm-1-4,
  .col-xm-3-4,
  .col-xm-1-5,
  .col-xm-2-5,
  .col-xm-3-5,
  .col-xm-4-5,
  .col-xm-5-5,
  .col-xm-1-6,
  .col-xm-5-6,
  .col-xm-1-8,
  .col-xm-3-8,
  .col-xm-5-8,
  .col-xm-7-8,
  .col-xm-1-12,
  .col-xm-5-12,
  .col-xm-7-12,
  .col-xm-11-12,
  .col-xm-1-24,
  .col-xm-2-24,
  .col-xm-3-24,
  .col-xm-4-24,
  .col-xm-5-24,
  .col-xm-6-24,
  .col-xm-7-24,
  .col-xm-8-24,
  .col-xm-9-24,
  .col-xm-10-24,
  .col-xm-11-24,
  .col-xm-12-24,
  .col-xm-13-24,
  .col-xm-14-24,
  .col-xm-15-24,
  .col-xm-16-24,
  .col-xm-17-24,
  .col-xm-18-24,
  .col-xm-19-24,
  .col-xm-20-24,
  .col-xm-21-24,
  .col-xm-22-24,
  .col-xm-23-24,
  .col-xm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .col-xm-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .col-xm-1-12,
  .col-xm-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .col-xm-1-8,
  .col-xm-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .col-xm-1-6,
  .col-xm-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .col-xm-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .col-xm-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .col-xm-1-4,
  .col-xm-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .col-xm-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .col-xm-1-3,
  .col-xm-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .col-xm-3-8,
  .col-xm-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .col-xm-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .col-xm-5-12,
  .col-xm-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .col-xm-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .col-xm-1-2,
  .col-xm-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .col-xm-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .col-xm-7-12,
  .col-xm-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .col-xm-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .col-xm-5-8,
  .col-xm-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .col-xm-2-3,
  .col-xm-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .col-xm-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .col-xm-3-4,
  .col-xm-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .col-xm-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .col-xm-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .col-xm-5-6,
  .col-xm-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .col-xm-7-8,
  .col-xm-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .col-xm-11-12,
  .col-xm-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .col-xm-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .col-xm-1,
  .col-xm-1-1,
  .col-xm-5-5,
  .col-xm-24-24 {
    width: 100%; } }

@media only screen and (min-width: 1281px) {
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-1-2,
  .col-lg-1-3,
  .col-lg-2-3,
  .col-lg-1-4,
  .col-lg-3-4,
  .col-lg-1-5,
  .col-lg-2-5,
  .col-lg-3-5,
  .col-lg-4-5,
  .col-lg-5-5,
  .col-lg-1-6,
  .col-lg-5-6,
  .col-lg-1-8,
  .col-lg-3-8,
  .col-lg-5-8,
  .col-lg-7-8,
  .col-lg-1-12,
  .col-lg-5-12,
  .col-lg-7-12,
  .col-lg-11-12,
  .col-lg-1-24,
  .col-lg-2-24,
  .col-lg-3-24,
  .col-lg-4-24,
  .col-lg-5-24,
  .col-lg-6-24,
  .col-lg-7-24,
  .col-lg-8-24,
  .col-lg-9-24,
  .col-lg-10-24,
  .col-lg-11-24,
  .col-lg-12-24,
  .col-lg-13-24,
  .col-lg-14-24,
  .col-lg-15-24,
  .col-lg-16-24,
  .col-lg-17-24,
  .col-lg-18-24,
  .col-lg-19-24,
  .col-lg-20-24,
  .col-lg-21-24,
  .col-lg-22-24,
  .col-lg-23-24,
  .col-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .col-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .col-lg-1-12,
  .col-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .col-lg-1-8,
  .col-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .col-lg-1-6,
  .col-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .col-lg-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .col-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .col-lg-1-4,
  .col-lg-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .col-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .col-lg-1-3,
  .col-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .col-lg-3-8,
  .col-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .col-lg-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .col-lg-5-12,
  .col-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .col-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .col-lg-1-2,
  .col-lg-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .col-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .col-lg-7-12,
  .col-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .col-lg-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .col-lg-5-8,
  .col-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .col-lg-2-3,
  .col-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .col-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .col-lg-3-4,
  .col-lg-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .col-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .col-lg-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .col-lg-5-6,
  .col-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .col-lg-7-8,
  .col-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .col-lg-11-12,
  .col-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .col-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-5-5,
  .col-lg-24-24 {
    width: 100%; } }

@media only screen and (min-width: 1601px) {
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-1-2,
  .col-xl-1-3,
  .col-xl-2-3,
  .col-xl-1-4,
  .col-xl-3-4,
  .col-xl-1-5,
  .col-xl-2-5,
  .col-xl-3-5,
  .col-xl-4-5,
  .col-xl-5-5,
  .col-xl-1-6,
  .col-xl-5-6,
  .col-xl-1-8,
  .col-xl-3-8,
  .col-xl-5-8,
  .col-xl-7-8,
  .col-xl-1-12,
  .col-xl-5-12,
  .col-xl-7-12,
  .col-xl-11-12,
  .col-xl-1-24,
  .col-xl-2-24,
  .col-xl-3-24,
  .col-xl-4-24,
  .col-xl-5-24,
  .col-xl-6-24,
  .col-xl-7-24,
  .col-xl-8-24,
  .col-xl-9-24,
  .col-xl-10-24,
  .col-xl-11-24,
  .col-xl-12-24,
  .col-xl-13-24,
  .col-xl-14-24,
  .col-xl-15-24,
  .col-xl-16-24,
  .col-xl-17-24,
  .col-xl-18-24,
  .col-xl-19-24,
  .col-xl-20-24,
  .col-xl-21-24,
  .col-xl-22-24,
  .col-xl-23-24,
  .col-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .col-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .col-xl-1-12,
  .col-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .col-xl-1-8,
  .col-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .col-xl-1-6,
  .col-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .col-xl-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .col-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .col-xl-1-4,
  .col-xl-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .col-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .col-xl-1-3,
  .col-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .col-xl-3-8,
  .col-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .col-xl-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .col-xl-5-12,
  .col-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .col-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .col-xl-1-2,
  .col-xl-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .col-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .col-xl-7-12,
  .col-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .col-xl-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .col-xl-5-8,
  .col-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .col-xl-2-3,
  .col-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .col-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .col-xl-3-4,
  .col-xl-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .col-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .col-xl-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .col-xl-5-6,
  .col-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .col-xl-7-8,
  .col-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .col-xl-11-12,
  .col-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .col-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-5-5,
  .col-xl-24-24 {
    width: 100%; } }

/**********************************************************
 * Spacing between columns
**********************************************************/
.g-gutter:nth-child(2n+1) {
  padding-right: 1.5%; }

.g-gutter:nth-child(2n) {
  padding-left: 1.5%; }

@media only screen and (min-width: 481px) {
  .g-gutter-sm:nth-child(2n+1) {
    padding-right: 1%; }
  .g-gutter-sm:nth-child(2n) {
    padding-left: 1%; } }

@media only screen and (min-width: 641px) {
  .g-gutter-md:nth-child(2n+1) {
    padding-right: 1.5%; }
  .g-gutter-md:nth-child(2n) {
    padding-left: 1.5%; } }

@media only screen and (min-width: 1025px) {
  .g-gutter-xm:nth-child(2n+1) {
    padding-right: 2%; }
  .g-gutter-xm:nth-child(2n) {
    padding-left: 2%; } }

@media only screen and (min-width: 1281px) {
  .g-gutter-lg:nth-child(2n+1) {
    padding-right: 3%; }
  .g-gutter-lg:nth-child(2n) {
    padding-left: 3%; } }

/**********************************************************
 * Wrapper for section headings
**********************************************************/
.g-head {
  margin-bottom: 20px; }
  @media only screen and (min-width: 641px) {
    .g-head--spaced {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1025px) {
    .g-head {
      margin-bottom: 20px; }
      .g-head--spaced {
        margin-bottom: 40px; } }
  @media only screen and (min-width: 1281px) {
    .g-head {
      margin-bottom: 40px; }
      .g-head--spaced {
        margin-bottom: 60px; } }
  @media only screen and (min-width: 1601px) {
    .g-head {
      margin-bottom: 50px; }
      .g-head--spaced {
        margin-bottom: 80px; } }

/**********************************************************
 * Reverse column order up to a breakpoint
**********************************************************/
.g-invert,
.g-invert-sm,
.g-invert-md,
.g-invert-xm,
.g-invert-lg,
.g-invert-xl {
  flex-direction: column-reverse; }

@media only screen and (min-width: 481px) {
  .g-invert-sm {
    flex-direction: row; } }

@media only screen and (min-width: 641px) {
  .g-invert-md {
    flex-direction: row; } }

@media only screen and (min-width: 1025px) {
  .g-invert-xm {
    flex-direction: row; } }

@media only screen and (min-width: 1281px) {
  .g-invert-lg {
    flex-direction: row; } }

@media only screen and (min-width: 1601px) {
  .g-invert-xl {
    flex-direction: row; } }

/**********************************************************
 * Padded sections
**********************************************************/
.g-padded--xl {
  padding-bottom: 70px;
  padding-top: 70px; }

.g-padded--lg {
  padding-bottom: 60px;
  padding-top: 60px; }

.g-padded--xm {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative; }

.g-padded--md {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 1; }

.g-padded--sm {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative; }

.g-padded--no-top {
  padding-top: 0 !important; }

.g-padded--no-bottom {
  padding-bottom: 0 !important; }

@media only screen and (min-width: 1025px) {
  .g-padded--xl {
    padding-bottom: 150px;
    padding-top: 150px; }
  .g-padded--lg {
    padding-bottom: 100px;
    padding-top: 100px; }
  .g-padded--xm {
    padding-bottom: 80px;
    padding-top: 80px; }
  .g-padded--md {
    padding-bottom: 60px;
    padding-top: 60px; }
  .g-padded--sm {
    padding-bottom: 30px;
    padding-top: 30px; }
  .g-padded--xs {
    padding-bottom: 20px;
    padding-top: 20px; } }

@media only screen and (min-width: 1281px) {
  .g-padded--xl {
    padding-bottom: 200px;
    padding-top: 200px; }
  .g-padded--lg {
    padding-bottom: 150px;
    padding-top: 150px; }
  .g-padded--xm {
    padding-bottom: 120px;
    padding-top: 120px; }
  .g-padded--md {
    padding-bottom: 80px;
    padding-top: 80px; }
  .g-padded--sm {
    padding-bottom: 50px;
    padding-top: 50px; }
  .g-padded--xs {
    padding-bottom: 30px;
    padding-top: 30px; } }

/**********************************************************
 * Spaced sections
**********************************************************/
.g-section--xl {
  margin-bottom: 70px;
  margin-top: 70px; }

.g-section--lg {
  margin-bottom: 60px;
  margin-top: 60px; }

.g-section--xm {
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative; }

.g-section--md {
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
  z-index: 1; }

.g-section--sm {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative; }

.g-section--xs {
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative; }

.g-section--no-top {
  margin-top: 0 !important; }

.g-section--no-bottom {
  margin-bottom: 0 !important; }

@media only screen and (min-width: 1025px) {
  .g-section--xl {
    margin-bottom: 150px;
    margin-top: 150px; }
  .g-section--lg {
    margin-bottom: 100px;
    margin-top: 100px; }
  .g-section--xm {
    margin-bottom: 80px;
    margin-top: 80px; }
  .g-section--md {
    margin-bottom: 60px;
    margin-top: 60px; }
  .g-section--sm {
    margin-bottom: 30px;
    margin-top: 30px; }
  .g-section--xs {
    margin-bottom: 20px;
    margin-top: 20px; } }

@media only screen and (min-width: 1281px) {
  .g-section--xl {
    margin-bottom: 200px;
    margin-top: 200px; }
  .g-section--lg {
    margin-bottom: 150px;
    margin-top: 150px; }
  .g-section--xm {
    margin-bottom: 120px;
    margin-top: 120px; }
  .g-section--md {
    margin-bottom: 80px;
    margin-top: 80px; }
  .g-section--sm {
    margin-bottom: 50px;
    margin-top: 50px; }
  .g-section--xs {
    margin-bottom: 30px;
    margin-top: 30px; } }

/**********************************************************
 * Show/hide elements from a breakpoint up
**********************************************************/
.g-hide {
  display: none !important; }

@media only screen and (min-width: 481px) {
  .g-inline--sm {
    display: inline-block !important; }
  .g-block--sm {
    display: block !important; }
  .g-flex--sm {
    display: flex !important; }
  .g-inline-flex--sm {
    display: flex !important; }
  .g-hide--sm {
    display: none !important; } }

@media only screen and (min-width: 641px) {
  .g-inline--md {
    display: inline-block !important; }
  .g-block--md {
    display: block !important; }
  .g-flex--md {
    display: flex !important; }
  .g-inline-flex--md {
    display: flex !important; }
  .g-hide--md {
    display: none !important; } }

@media only screen and (min-width: 1025px) {
  .g-inline--xm {
    display: inline-block !important; }
  .g-block--xm {
    display: block !important; }
  .g-flex--xm {
    display: flex !important; }
  .g-inline-flex--xm {
    display: inline-flex !important; }
  .g-hide--xm {
    display: none !important; } }

@media only screen and (min-width: 1281px) {
  .g-inline--lg {
    display: inline-block !important; }
  .g-block--lg {
    display: block !important; }
  .g-flex--lg {
    display: flex !important; }
  .g-inline-flex--lg {
    display: inline-flex !important; }
  .g-hide--lg {
    display: none !important; } }

/**********************************************************
 * Headings
**********************************************************/
.g-title {
  display: block;
  line-height: 1.2em;
  margin-bottom: 2rem;
  /* Size */
  /* Variations */ }
  .g-title--xxl {
    font-size: clamp(13rem, 11vw, 20rem); }
  .g-title--xl {
    font-size: clamp(8rem, 9vw, 16rem); }
  .g-title--lg {
    font-size: clamp(6rem, 5vw, 10rem);
    line-height: 1em; }
  .g-title--xm {
    font-size: clamp(3.2rem, 3.6vw, 6rem); }
  .g-title--md {
    font-size: clamp(2.4rem, 3vw, 4.4rem); }
  .g-title--sm {
    font-size: clamp(2.4rem, 2vw, 3.2rem);
    line-height: 1.4em; }
  .g-title--xs {
    font-size: clamp(1.8rem, 1.5vw, 2.4rem);
    line-height: 1.4em; }
  .g-title--uppercase {
    text-transform: uppercase; }
  .g-title--inline {
    display: inline-block; }
  .g-title--center {
    align-items: center;
    text-align: center; }
  .g-title--no-bottom {
    margin-bottom: 0 !important; }
  .g-title--secondary {
    font-family: "Rozovii Chulok", Arial, sans-serif; }
  .g-title--vertical {
    transform: translateY(-60%); }
  @media only screen and (min-width: 1025px) {
    .g-title {
      margin-bottom: 3rem; } }

/**********************************************************
 * Wrap containers
**********************************************************/
.g-wrap {
  /* Limited width */
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  /* Global wrapper - prevents horizontal scroll */ }
  .g-wrap--main {
    clear: both;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3; }
  .g-wrap--spaced {
    padding-left: 20px;
    padding-right: 20px; }
  .g-wrap--xl {
    max-width: 1420px; }
  .g-wrap--lg {
    max-width: 1160px; }
  .g-wrap--md {
    max-width: 740px; }
  .g-wrap--sm {
    max-width: 640px; }
  @media only screen and (min-width: 641px) {
    .g-wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 1430px) {
    .g-wrap--spaced {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 1601px) {
    .g-wrap--spaced {
      padding: 0 50px; } }

.g-flex {
  display: flex !important;
  /* 480 down */ }
  .g-flex--wrap {
    flex-wrap: wrap; }
  .g-flex--no-wrap {
    flex-wrap: nowrap; }
  .g-flex--space-between {
    justify-content: space-between; }
  .g-flex--justify-center {
    justify-content: center; }
  .g-flex--end {
    align-items: flex-end; }
  .g-flex--self-end {
    align-self: flex-end; }
  .g-flex--self-center {
    align-self: center; }
  .g-flex--row {
    flex-direction: row !important; }
  .g-flex--column {
    flex-direction: column; }
  .g-flex--inline {
    display: inline-flex; }
  @media only screen and (max-width: 480px) {
    .g-flex--sm-full {
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    .g-flex--md-column {
      flex-direction: column; }
    .g-flex--md-column-reverse {
      flex-direction: column-reverse !important; } }
  @media only screen and (max-width: 1024px) {
    .g-flex--xm-column {
      flex-direction: column; }
    .g-flex--xm-row {
      flex-direction: row; }
    .g-flex--xm-self-start {
      align-self: flex-start; } }
  @media only screen and (max-width: 1280px) {
    .g-flex--lg-column {
      flex-direction: column; }
    .g-flex--lg-start {
      align-items: flex-start; }
    .g-flex--lg-column-reverse {
      flex-direction: column-reverse !important; } }
  @media only screen and (max-width: 1024px) {
    .g-flex--xm-center {
      align-items: center; } }

/**********************************************************
 * Buttons
**********************************************************/
.btn {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  pointer-events: all;
  position: relative;
  white-space: nowrap;
  border-radius: 25px;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  /* Wrap 2 buttons together */ }
  .btn:focus {
    outline: none; }
  .btn--md {
    min-width: 120px;
    padding: 10px 15px; }
  .btn--lg {
    margin-top: 25px;
    padding: 15px 25px; }
  .btn--full {
    width: 100%; }
  .btn--black {
    background-color: #17181C;
    color: #fff;
    border: 1px solid #17181C; }
    .btn--black:hover {
      color: #17181C;
      background-color: #fff; }
  .btn--white {
    background-color: #fff;
    color: #17181C;
    border: 1px solid #fff; }
    .btn--white:hover {
      color: #fff;
      background-color: transparent; }
  .btn .icon,
  .btn__icon {
    transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
    transition-timing-function: ease-in-out;
    display: inline-block; }
    .btn .icon:first-child,
    .btn__icon:first-child {
      margin-right: 10px; }
    .btn .icon:last-child,
    .btn__icon:last-child {
      margin-left: 10px; }
  .btn__wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px; }
    .btn__wrap .btn {
      margin-bottom: 10px; }
  @media only screen and (min-width: 1025px) {
    .btn--spaced {
      margin-top: 30px; } }

/**********************************************************
 * Icon styles
**********************************************************/
.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  /* Space between icon/label */
  /*  Alphabetical list of SVG icons
        Format: @include icon('name', width, height)
        See abstract/mixins.scss for the icon mixin
    */ }
  .icon--spaced {
    vertical-align: middle; }
    .icon--spaced:first-child:not(:last-child) {
      margin-right: 10px; }
    .icon--spaced:last-child:not(:first-child) {
      margin-left: 10px; }
  .icon--arrow-left {
    background-image: url("../image/icon/arrow-left.svg");
    height: 15px;
    width: 22px; }
  .icon--arrow-right {
    background-image: url("../image/icon/arrow-right.svg");
    height: 15px;
    width: 22px; }
  .icon--caret {
    background-image: url("../image/icon/caret.svg");
    height: 6px;
    width: 12px; }
  .icon--check-sm {
    background-image: url("../image/icon/check-sm.svg");
    height: 10px;
    width: 12px; }
  .icon--nav-open {
    background-image: url("../image/icon/nav-open.svg");
    height: 15px;
    width: 32px; }
  .icon--nav-close {
    background-image: url("../image/icon/nav-close.svg");
    height: 24px;
    width: 24px; }

/**********************************************************
 * Buttons
**********************************************************/
.about-us {
  display: flex;
  align-items: center;
  height: 50vh; }
  .about-us__text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 5%; }
  @media only screen and (min-width: 1025px) {
    .about-us {
      height: auto; }
      .about-us__text {
        top: 55%; } }

/**********************************************************
 * Hide native checkbox, use label before/after
**********************************************************/
.custom-checkbox {
  margin-bottom: 5px;
  margin-right: 2px;
  min-height: 24px; }
  .custom-checkbox--dark .custom-checkbox__label {
    color: #17181C;
    opacity: .7; }
    .custom-checkbox--dark .custom-checkbox__label::before {
      border-color: #17181C; }
    .custom-checkbox--dark .custom-checkbox__label::after {
      opacity: 1;
      background-color: transparent;
      background-image: url("../image/icon/check-sm.svg"); }
    .custom-checkbox--dark .custom-checkbox__label:hover::before {
      border-color: #17181C; }
  .custom-checkbox__input {
    display: none;
    /* Selected states */ }
    .custom-checkbox__input:checked + .custom-checkbox__label::before {
      border-color: black; }
    .custom-checkbox__input:checked + .custom-checkbox__label::after {
      opacity: 1;
      visibility: visible; }
  .custom-checkbox__label {
    color: gray;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1em;
    padding-left: 25px;
    position: relative;
    text-align: left;
    /* Radio buttons */
    /* Prevent selection upon fast clicking */ }
    .custom-checkbox__label::before, .custom-checkbox__label::after {
      content: '';
      border-radius: 2px;
      display: inline-block;
      left: 0;
      position: absolute; }
    .custom-checkbox__label::before {
      border: 1px solid #17181C;
      height: 13px;
      width: 13px;
      border-radius: 50%; }
    .custom-checkbox__label::after {
      transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
      transition-timing-function: ease-in-out;
      background: transparent url("../image/icon/check-sm.svg") no-repeat 3px center;
      display: inline-block;
      height: 14px;
      left: 0;
      opacity: 0;
      top: 0;
      visibility: hidden;
      width: 14px;
      border-radius: 50%; }
    .custom-checkbox__label:hover::before {
      border-color: gray; }
    .custom-checkbox__label--radio {
      flex: 1;
      padding-left: 25px; }
      .custom-checkbox__label--radio::before, .custom-checkbox__label--radio::after {
        border-radius: 10px; }
    .custom-checkbox__label::selection {
      background-color: none; }
    .custom-checkbox__label a {
      text-decoration: underline; }
      .custom-checkbox__label a:hover {
        color: gray; }

/**********************************************************
 * Customized native <select>
**********************************************************/
.custom-select {
  display: inline-block;
  position: relative;
  width: 100%;
  /* Arrow */
  /* Native element */ }
  .custom-select::after {
    background: url(../image/icon/caret.svg) no-repeat right center;
    background-size: 14px 8px;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }
  .custom-select__select {
    transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
    transition-timing-function: ease-in-out;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background: none;
    border: 1px solid gray;
    box-shadow: none;
    color: gray;
    cursor: pointer;
    font-size: 1.6rem;
    min-width: 240px;
    padding: 10px 50px 10px 0;
    position: relative;
    width: 100%;
    z-index: 1; }
    .custom-select__select:focus {
      outline: none; }

/**********************************************************
 * Global footer
**********************************************************/
.footer {
  /* 480 down */
  /* 1024 up */
  /* 1280 up */ }
  .footer__main {
    position: relative;
    background-color: #fff;
    font-size: 1.6rem;
    color: #17181C;
    z-index: 3; }
  .footer__wrap {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    margin-bottom: 5rem; }
  .footer__main-left {
    display: flex;
    flex-direction: column;
    gap: 7rem; }
  .footer__main-right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem; }
  .footer__social {
    display: flex;
    position: absolute;
    gap: 3vw;
    left: 50%;
    bottom: -5rem;
    transform: translateX(-50%); }
  .footer__col {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    max-width: 25rem; }
  .footer__address {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
  .footer__list {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
  .footer__bottom {
    position: relative;
    width: 100%;
    height: 31vw;
    min-height: 50rem;
    padding-bottom: 4rem;
    z-index: 2; }
  .footer__video-box {
    display: block;
    position: absolute;
    width: 1920px;
    top: 0;
    left: 0;
    object-fit: contain;
    filter: blur(2.5px); }
  .footer__video {
    display: block;
    width: 100%;
    object-fit: contain; }
  .footer__bottom-container {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 4; }
  .footer__logo {
    display: inline-block;
    width: 45vw; }
  .footer__bottom-heading {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem; }
  .footer__copy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    opacity: 0.7;
    font-size: 16px; }
  .footer__created {
    display: flex;
    align-items: center;
    gap: 1rem; }
  .footer__bottom-title {
    display: flex;
    flex-direction: column; }
  .footer__social-link,
  .footer__link {
    position: relative;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .footer__social-link::after,
    .footer__link::after {
      transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: -2px;
      left: 0;
      background-color: #CE9F64;
      opacity: 0; }
    .footer__social-link:hover,
    .footer__link:hover {
      color: #CE9F64; }
      .footer__social-link:hover:after,
      .footer__link:hover:after {
        opacity: 1;
        width: 100%; }
  @media only screen and (max-width: 480px) {
    .footer__copy {
      flex-direction: column;
      justify-content: center; } }
  @media only screen and (min-width: 1025px) {
    .footer__wrap {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0; }
    .footer__social {
      position: static;
      transform: translateX(0); }
    .footer__logo {
      width: 30vw; } }
  @media only screen and (min-width: 1281px) {
    .footer__main-right {
      gap: 10vw; } }

.-active-footer {
  position: relative;
  opacity: 1; }

/**********************************************************
 * Form elements - input, textarea, label
**********************************************************/
.form {
  text-align: left; }
  .form__item {
    line-height: 1em;
    margin-bottom: 20px; }
    .form__item:last-child {
      margin-bottom: 0; }
  .form__row {
    margin-bottom: 10px; }
  .form__label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px; }
    .form__label--spaced {
      margin-bottom: 15px; }
  .form__input {
    transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
    transition-timing-function: ease-in-out;
    background: white;
    border: 1px solid black;
    border-radius: 5px;
    display: block;
    padding: 11px 0 9px;
    width: 100%; }
    .form__input--lg {
      padding-bottom: 15px;
      padding-top: 16px; }
    .form__input--textarea {
      line-height: 1.3em;
      min-height: 150px; }
    .form__input::placeholder {
      color: gray; }
    .form__input:focus {
      outline: none; }
  .form__submit {
    margin-top: 20px; }
  @media only screen and (max-width: 480px) {
    .form__submit {
      width: 100%; } }
  @media only screen and (min-width: 1025px) {
    .form__item {
      margin-bottom: 25px; }
    .form__label {
      margin-bottom: 10px; }
      .form__label--spaced {
        margin-bottom: 20px; } }

/**********************************************************
 * Global header
**********************************************************/
.header {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #17181C;
  color: #fff;
  z-index: 10;
  /* 480 up */
  /* 640 up */
  /* 1024 up */
  /* 1280 up */
  /* 1600 up */ }
  .header.-active-nav .header__nav-trigger {
    background-image: url("../image/icon/nav-close.svg"); }
  .header.-active-nav .header__background {
    transform: scale(80);
    opacity: 1; }
  .header.-active-nav .header__list {
    width: 100%;
    opacity: 1; }
  .header__background {
    position: fixed;
    width: 6rem;
    height: 6rem;
    top: 0;
    right: 0;
    border-radius: 50%;
    background-image: radial-gradient(#17181C, #17181C);
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
    z-index: 5; }
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem; }
  .header__nav {
    display: flex;
    align-items: center;
    gap: 2vw; }
  .header__nav-trigger {
    background-image: url("../image/icon/nav-open.svg");
    height: 20px;
    width: 44px;
    display: flex;
    position: relative;
    justify-content: flex-end;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    cursor: pointer;
    z-index: 6; }
  .header__list {
    display: flex;
    position: fixed;
    flex-direction: column;
    gap: 2.5rem;
    width: 0;
    top: 200%;
    left: 50%;
    padding-left: 5rem;
    transform: translateX(-50%);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    font-size: 2rem;
    opacity: 0;
    z-index: 8; }
  .header__logo-box {
    position: relative;
    width: 10vw;
    min-width: 15rem;
    z-index: 8; }
  .header__link {
    position: relative;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .header__link::after {
      transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      background-color: #CE9F64;
      bottom: -2px;
      left: 0;
      opacity: 0; }
    .header__link:hover {
      color: #CE9F64; }
      .header__link:hover:after {
        opacity: 1;
        width: 100%; }
  @media only screen and (min-width: 1025px) {
    .header__logo-box {
      width: 20rem; }
    .header__nav-trigger {
      display: none; }
    .header__list {
      display: flex;
      position: relative;
      align-items: center;
      flex-direction: row;
      gap: 2vw;
      width: auto;
      left: 0;
      transform: translateX(0);
      opacity: 1; }
    .header__background {
      display: none; } }

.-sticky {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  width: 100%;
  position: fixed;
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid #fff; }
  .-sticky .header__list {
    transition: none; }
  .-sticky .header__link {
    transition: none; }

/**********************************************************
 * Above the fold area
**********************************************************/
.hero {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 10rem);
  min-height: 60vh;
  text-align: center;
  /* 640 down */
  /* 480 up */
  /* 1024 up */
  /* 1280 up */
  /* 1600 up */ }
  .hero:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 24, 28, 0.2); }
  .hero__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 10rem); }
  .hero__slide {
    width: 100%;
    height: calc(100vh - 10rem); }
  .hero__img {
    width: 100%;
    height: calc(100vh - 10rem);
    object-fit: cover; }
  .hero__button {
    position: absolute;
    width: 10vw;
    min-width: 10rem;
    aspect-ratio: 1 / 1;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(23, 24, 28, 0.1);
    backdrop-filter: blur(12.5px);
    cursor: pointer;
    z-index: 3; }
  .hero__button-icon {
    position: absolute;
    width: 8px;
    left: 50%;
    top: 2.5rem;
    animation: scrollDown 3s ease-in-out infinite; }
  .hero__accent {
    position: absolute;
    width: 125vw;
    min-width: 200rem;
    left: 50%;
    bottom: -25vw;
    transform: rotate(6deg) translatex(-50%);
    filter: blur(10px);
    z-index: 1; }
    .hero__accent--contacts {
      bottom: -10vw; }
  .hero__accent-img {
    position: absolute;
    width: 100%;
    height: 120%;
    left: 0;
    bottom: 0;
    transform: translateX(-2%);
    -webkit-mask: url(#svgmask1);
    object-fit: cover; }
  .hero__text {
    z-index: 3; }
  @media only screen and (max-width: 640px) {
    .hero .g-title--inline {
      display: block; } }
  @media only screen and (min-width: 1025px) {
    .hero__button-icon {
      top: 4rem; } }

.subscribe {
  color: #17181C;
  text-align: center;
  /* 640 down */ }
  .subscribe__form {
    width: 100%; }
  .subscribe__row {
    width: 100%;
    margin-bottom: 1rem; }
  .subscribe__input {
    width: 100%;
    padding: 3rem 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #17181C;
    font-size: clamp(3rem, 9vw, 10rem);
    text-align: center;
    color: #17181C; }
    .subscribe__input::placeholder {
      color: #17181C; }
    .subscribe__input:focus {
      outline: none; }
  @media only screen and (max-width: 640px) {
    .subscribe__input {
      padding: 1.5rem 0; } }

.produce {
  padding-top: 5rem;
  color: #17181C; }
  .produce__slider-box {
    position: relative;
    overflow: hidden; }

.heading {
  position: relative;
  z-index: 2;
  /* 640 down */ }
  .heading__label {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #CE9F64; }
  .heading__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .heading__text {
    display: flex;
    position: relative;
    flex-direction: column;
    align-self: flex-end;
    gap: 2rem;
    width: 37vw; }
  @media only screen and (max-width: 640px) {
    .heading__main {
      flex-direction: column;
      align-items: flex-start;
      gap: 4rem;
      transform: translateY(-10%); } }
  @media only screen and (max-width: 1024px) {
    .heading__text {
      width: 100%;
      margin-bottom: 0;
      margin-top: 20px; } }

.produce__slider-box .swiper {
  position: relative !important;
  width: 33vw;
  height: 45vw;
  min-width: 29rem;
  min-height: 45rem;
  margin-left: none !important;
  /* 640 up */ }
  @media only screen and (min-width: 641px) {
    .produce__slider-box .swiper {
      transform: translateX(-50%); } }

.produce__slider-box .swiper-slide {
  position: relative;
  display: flex !important;
  align-items: flex-end;
  padding: 4vw;
  font-weight: bold;
  color: #fff;
  background-position: center;
  background-size: cover; }
  .produce__slider-box .swiper-slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 44.73%, #000 100%); }
  .produce__slider-box .swiper-slide__content {
    position: relative;
    z-index: 1; }

.swiper-button-prev {
  transform: rotate(180deg);
  /* 1024 down */ }
  @media only screen and (max-width: 1024px) {
    .swiper-button-prev {
      display: none !important; } }

.swiper-button-prev,
.swiper-button-next {
  background-image: url("../image/icon/button-next.svg");
  width: 15rem !important;
  height: 15rem !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: rgba(23, 24, 28, 0.1);
  backdrop-filter: blur(12.5px);
  border-radius: 50%;
  overflow: hidden;
  /* 1024 down */ }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none; }
  @media only screen and (max-width: 1024px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 10rem !important;
      height: 10rem !important; } }

.services .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.1); }

.services .swiper-scrollbar-drag {
  background-color: #fff; }

.produce .swiper-scrollbar {
  background: rgba(23, 24, 28, 0.1); }

.produce .swiper-scrollbar-drag {
  background-color: #17181C; }

.services {
  position: relative;
  width: 100%;
  /* 1024 up */
  /* 1280 up */ }
  .services__slider {
    position: relative;
    width: 100%;
    height: 100%; }
  .services__slide {
    width: 23vw;
    max-width: 45rem;
    min-width: 25rem;
    margin-right: 2rem; }
  .services__img-box {
    width: 100%; }
    .services__img-box img {
      display: block;
      width: 100%; }
  .services .slick-list {
    margin-right: -2rem; }
  .services__accent {
    position: absolute;
    width: 120%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 40%); }
  .services__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 53rem;
    margin: auto;
    margin-bottom: 5rem; }
  @media only screen and (min-width: 1025px) {
    .services {
      height: 80vw; }
      .services__main {
        position: absolute;
        width: 31vw;
        top: 11vw;
        left: 50%;
        transform: translateX(-50%); }
      .services__slide {
        position: absolute;
        width: 23vw; }
        .services__slide--1 {
          top: 6vw;
          left: 0; }
        .services__slide--2 {
          top: 0;
          right: 3.5rem; }
        .services__slide--3 {
          top: 43vw;
          left: 7vw; }
        .services__slide--4 {
          top: 46vw;
          right: 0; }
        .services__slide--5 {
          top: 46vw;
          right: 30vw; } }
  @media only screen and (min-width: 1281px) {
    .services__slide--3 {
      left: 0vw; } }

.difference {
  position: relative;
  min-height: 90rem;
  overflow: hidden;
  /* 480 up */
  /* 640 down */
  /* 1024 up */
  /* 1280 up */
  /* 1600 up */ }
  .difference__circle {
    position: absolute;
    top: 0;
    width: 60%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid rgba(186, 162, 139, 0.4);
    background: rgba(23, 24, 28, 0.1);
    backdrop-filter: blur(1.5px); }
    .difference__circle--left {
      left: 0;
      background: rgba(23, 24, 28, 0.1); }
    .difference__circle--right {
      right: 0;
      background: rgba(24, 25, 29, 0.5); }
  .difference__lach {
    position: absolute;
    width: 160vw;
    height: 3rem;
    top: 50%;
    left: -2%;
    transform: translateY(-50%) rotate(6.512deg);
    filter: blur(10px); }
  .difference__accent-video {
    position: absolute;
    width: 200vw;
    top: 0;
    left: 0;
    -webkit-mask: url(#svgmask2); }
  .difference__container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }
  .difference__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 140rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
  .difference__bg-svg {
    position: absolute;
    width: 102vw;
    min-width: 140rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .difference__slider {
    display: flex;
    position: relative;
    width: 80rem;
    height: 51rem;
    margin-top: 3rem;
    text-align: center; }
  .difference__slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 80rem;
    height: 51rem;
    opacity: 1; }
  .difference__slide-img-box {
    position: relative;
    width: 40rem;
    max-width: 40rem; }
  .difference__slide-img {
    display: block;
    width: 100%; }
  .difference__slide-content {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
  .difference__title {
    width: 100%;
    font-size: clamp(4rem, 6vw, 8rem); }
  .difference__title-accent {
    margin-left: 1rem;
    margin-right: 1rem; }
  @media only screen and (max-width: 640px) {
    .difference {
      min-height: 70rem; }
      .difference__bg-svg {
        min-width: 140rem; }
      .difference__slider {
        width: 90vw;
        max-width: 40rem;
        min-height: 40rem; }
      .difference__slide {
        min-height: 40rem; }
      .difference__slide-img-box {
        width: 90vw; } }
  @media only screen and (min-width: 1025px) {
    .difference__container {
      height: 105vh; } }

.-active-slide {
  transition: all 500ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  opacity: 1; }

.circle-left {
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px); }

.locomotive {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  border-top: 1px solid #fff;
  background-color: rgba(23, 24, 28, 0.9);
  font-size: clamp(3.2rem, 3.6vw, 6rem); }
  .locomotive__line {
    display: flex;
    gap: 8rem;
    white-space: nowrap; }
  .locomotive__circle {
    width: 2.5vw;
    min-width: 3.5rem; }

.consent {
  position: fixed;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10rem;
  max-width: 120rem;
  padding: 3rem;
  border-radius: 50px;
  background-color: #D9D9D9;
  color: #17181C;
  z-index: 11;
  /* 640 down */ }
  .consent__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem; }
  @media only screen and (max-width: 640px) {
    .consent__inner {
      flex-direction: column; } }
