@charset "UTF-8";
html {
  font-size: 62.5%;
}

html,body {
  overflow-x: hidden;
}

a {
  border-bottom: 1px solid #000000;
  transition: border-color 0.3s;
}
a:hover {
  border-color: transparent;
}
a[href^="mailto:"] :not(.btn) {
  color: #888cf9;
  border-color: #888cf9;
  font-weight: 700;
  transition: all 0.3s;
}
a[href^="mailto:"] :not(.btn):hover {
  color: #888cf9;
  border-color: transparent;
}

.perex p {
  font-size: 2.4rem;
  margin-bottom: 5rem;
  max-width: 74rem;
}

.perex-big p {
  font-size: 4rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
}

a.link-email {
  border-bottom: none;
  font-size: 2.4rem;
  font-weight: 700;
}
a.link-email span {
  border-bottom: 1px solid #888cf9;
  transition: all 0.3s;
}
a.link-email .email-arrow {
  margin-left: 1rem;
  transition: all 0.3s;
}
a.link-email:hover span {
  border-color: transparent;
}
a.link-email:hover .email-arrow {
  margin-left: 1.7rem;
}
a.link-email-big {
  font-size: 4rem;
  line-height: 1.4;
  color: #888cf9;
  font-weight: 700;
  border-color: #888cf9;
  transition: all 0.3s;
}
a.link-email-big:hover {
  border-color: transparent;
}

.phone-white {
  color: #ffffff;
  font-size: 4rem;
  border: none;
  transition: all 0.3s;
}
.phone-white:hover {
  color: #c4c4c4;
}

@media (max-width: 1499px) {
  h1,
.h1 {
    font-size: 5rem;
  }

  h2,
.h2 {
    font-size: 3.8rem;
  }

  .perex p {
    font-size: 2.1rem;
  }

  .perex-big p {
    font-size: 3.6rem;
  }
}
@media (max-width: 1199px) {
  h1,
.h1 {
    font-size: 4.2rem;
  }

  h2,
.h2 {
    font-size: 3.2rem;
  }

  .perex p {
    font-size: 2rem;
    margin-bottom: 4.5rem;
  }

  .perex-big p {
    font-size: 3.2rem;
  }

  .phone-white {
    font-size: 3.2rem;
  }

  a.link-email-big {
    font-size: 3.2rem;
  }
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 3.8rem;
  }

  h2,
.h2 {
    font-size: 3rem;
  }

  .perex p {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }

  .perex-big p {
    font-size: 3rem;
  }

  .phone-white {
    font-size: 3.2rem;
  }

  a.link-email-big {
    font-size: 3.2rem;
  }
}
@media (max-width: 575px) {
  h1,
.h1 {
    font-size: 3.2rem;
    margin-bottom: 2.6rem;
  }

  h2,
.h2 {
    font-size: 2.4rem;
  }

  h6,
.h6 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.6rem;
    line-height: 1.78;
  }

  .perex p {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }

  .perex-big p {
    font-size: 2.4rem;
  }

  .phone-white {
    font-size: 2.4rem;
  }

  a.link-email-big {
    font-size: 2.4rem;
  }

  h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1499px) {
  .mt-4 {
    margin-top: 10rem !important;
  }

  .mb-4 {
    margin-bottom: 10rem !important;
  }

  .pt-4 {
    padding-top: 10rem !important;
  }

  .pb-4 {
    padding-bottom: 10rem !important;
  }

  .mt-3 {
    margin-top: 6.5rem !important;
  }

  .mb-3 {
    margin-bottom: 6.5rem !important;
  }

  .pt-3 {
    padding-top: 6.5rem !important;
  }

  .pb-3 {
    padding-bottom: 6.5rem !important;
  }

  .mt-2 {
    margin-top: 5.5rem !important;
  }

  .mb-2 {
    margin-bottom: 5.5rem !important;
  }

  .pt-2 {
    padding-top: 5.5rem !important;
  }

  .pb-2 {
    padding-bottom: 5.5rem !important;
  }
}
@media (max-width: 1199px) {
  .mt-4 {
    margin-top: 8rem !important;
  }

  .mb-4 {
    margin-bottom: 8rem !important;
  }

  .pt-4 {
    padding-top: 8rem !important;
  }

  .pb-4 {
    padding-bottom: 8rem !important;
  }

  .mt-3 {
    margin-top: 4rem !important;
  }

  .mb-3 {
    margin-bottom: 4rem !important;
  }

  .pt-3 {
    padding-top: 4rem !important;
  }

  .pb-3 {
    padding-bottom: 4rem !important;
  }

  .mt-2 {
    margin-top: 3rem !important;
  }

  .mb-2 {
    margin-bottom: 3rem !important;
  }

  .pt-2 {
    padding-top: 3rem !important;
  }

  .pb-2 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 991px) {
  .mt-4 {
    margin-top: 6rem !important;
  }

  .mb-4 {
    margin-bottom: 6rem !important;
  }

  .pt-4 {
    padding-top: 6rem !important;
  }

  .pb-4 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 767px) {
  .mt-4 {
    margin-top: 5rem !important;
  }

  .mb-4 {
    margin-bottom: 5rem !important;
  }

  .pt-4 {
    padding-top: 5rem !important;
  }

  .pb-4 {
    padding-bottom: 5rem !important;
  }

  .mt-2 {
    margin-top: 2.5rem !important;
  }

  .mb-2 {
    margin-bottom: 2.5rem !important;
  }

  .pt-2 {
    padding-top: 2.5rem !important;
  }

  .pb-2 {
    padding-bottom: 2.5rem !important;
  }
}
@media (max-width: 575px) {
  .mt-4 {
    margin-top: 4rem !important;
  }

  .mb-4 {
    margin-bottom: 4rem !important;
  }

  .pt-4 {
    padding-top: 3.2rem !important;
  }

  .pb-4 {
    padding-bottom: 3.2rem !important;
  }
}
.rotate-anim {
  animation: rotate 8s infinite;
  animation-timing-function: linear;
}
.rotate-anim:hover {
  animation-play-state: paused;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
button {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
}
button:focus {
  outline: none;
}

.btn {
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #888cf9;
  color: #ffffff;
}
.btn::after {
  content: "";
  display: inline-block;
  margin-left: 1.6rem;
  background: url("../images/ico_arrow_right_white.svg") no-repeat center;
  width: 3.2rem;
  height: 1.4rem;
}
.btn-reverse {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
  border-radius: 4rem;
}
.btn-reverse::after {
  display: none;
}
.btn-reverse svg {
  margin-left: 1.6rem;
  transform: translateY(1px);
}
.btn-reverse svg path {
  fill: #000;
  transition: all 0.3s;
}
.btn-reverse:hover {
  background-color: #888cf9;
  color: #ffffff;
}
.btn-reverse:hover svg path {
  fill: #ffffff;
}

@media (max-width: 575px) {
  .btn {
    padding: 1.6rem 2.4rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .btn::after {
    display: none;
  }

  .btn-reverse {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-reverse svg {
    display: none;
    padding: 1.6rem 2.4rem;
  }
}
.header {
  padding-top: 5.6rem;
  margin-bottom: 3.9rem;
}
.header-inner {
  display: flex;
  align-items: center;
}
.header-brand {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.54rem;
  font-family: "Clash Display", sans-serif;
  text-transform: uppercase;
  border-bottom: none;
}
.header-brand:hover {
  text-decoration: none;
  border-bottom: none;
}
.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header-email {
  margin-right: 3.6rem;
}
.header-email a[href^="mailto:"] {
  margin-left: 0.8rem;
}

@media (max-width: 991px) {
  .header-email {
    display: none;
  }
}
@media (max-width: 575px) {
  .header {
    padding-top: 2rem;
  }

  .header-brand {
    font-size: 1.4rem;
  }
}
.member-item {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
.member-item:last-child {
  margin-bottom: 0;
}
.member-item h5 {
  margin-bottom: 0;
  font-family: "Satoshi", sans-serif;
}
.member-item p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.9;
}
.member-item-avatar {
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 9.6rem;
  overflow: hidden;
}
.member-item-txt {
  margin-left: 3.2rem;
}

.intro-p-img {
  margin-right: -7.8rem;
  margin-top: -8rem;
  display: none;
}
@media (min-width: 576px) {
  .intro-p-img {
    display: inline;
  }
}

@media (max-width: 575px) {
  .intro-p .perex p {
    margin-bottom: 4.5rem;
  }

  .member-item h5 {
    font-size: 1.8rem;
  }
  .member-item p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .member-item-avatar {
    width: 7.2rem;
    height: 7.2rem;
  }
  .member-item-txt {
    margin-left: 1.6rem;
  }
}
/* box big */
.big-boxes-inner {
  margin-top: 7rem;
}

a.box-big {
  color: #ffffff;
  border: none;
}
a.box-big:hover {
  color: #ffffff;
}

.box-big {
  position: relative;
  border-radius: 2rem;
  color: #ffffff;
  height: 52rem;
  overflow: hidden;
  display: block;
}
.box-big::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -150px;
  bottom: -150px;
  transition: all 0.7s;
  border-radius: 99999px;
  z-index: 2;
}
.box-big:hover::after {
  width: 1000px;
  height: 1000px;
}
.box-big-inner {
  padding: 6.2rem 7.2rem;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  z-index: 3;
  position: relative;
}
.box-big-primary {
  background-color: #888cf9;
}
.box-big-primary::after {
  background-color: #7e83fc;
}
.box-big-secondary {
  background-color: #feab5e;
}
.box-big-secondary::after {
  background-color: #fea355;
}
.box-big h4 {
  color: #ffffff;
}
.box-big p {
  font-size: 4rem;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: auto;
  text-align: left;
}
.box-big-alt {
  background-color: #ce88f9;
}
.box-big-alt-col {
  margin-bottom: 3.2rem;
}
.box-big-alt-col .box-big {
  height: 61.6rem;
}
.box-big-alt-col .box-big::before {
  content: "";
  position: absolute;
  right: 5.1rem;
  bottom: 5.7rem;
  width: 5rem;
  height: 2.2rem;
  background: url("../images/ico_arrow_right_white.svg") no-repeat center;
  background-size: 100% auto;
  z-index: 3;
  transition: all 0.3s;
}
.box-big-alt-col .box-big-prepare::before {
  content: "Připravuje se";
  background: 0 0;
  font-size: 2.4rem;
  color: #ffffff;
  opacity: 0.5;
  width: unset;
  height: unset;
  right: 4.8rem;
  bottom: 4.4rem;
}
.box-big-alt-col .box-big:hover::before {
  right: 4.4rem;
}
.box-big-alt-col .box-big-inner {
  padding-bottom: 16rem;
}
.box-big-alt::after {
  background-color: #c980f5;
}
.box-big-alt2 {
  background-color: #f98888;
  height: 61.6rem;
}
.box-big-alt2::after {
  background-color: #f67f7f;
}
.box-big-alt3 {
  background-color: #76cc8e;
  height: 61.6rem;
}
.box-big-alt3::after {
  background-color: #67c581;
}
.box-big-alt4 {
  background-color: #9e88f9;
  height: 61.6rem;
}
.box-big-alt4::after {
  background-color: #9a83f5;
}

@media (max-width: 1499px) {
  .box-big {
    height: 45rem;
  }
  .box-big h4 {
    font-size: 3rem;
  }
  .box-big p {
    font-size: 3.3rem;
  }
  .box-big-inner {
    padding: 6rem;
  }

  .box-big-alt-col .box-big {
    height: 52rem;
  }

  .box-big-alt-col .box-big-inner {
    padding-bottom: 13rem;
  }
}
@media (max-width: 1199px) {
  .box-big {
    height: 40rem;
  }
  .box-big h4 {
    font-size: 2.8rem;
  }
  .box-big p {
    font-size: 2.7rem;
  }
  .box-big-inner {
    padding: 6rem;
  }

  .box-big-alt-col .box-big {
    height: 43rem;
  }

  .box-big-alt-col .box-big-inner {
    padding-bottom: 12rem;
  }

  .box-big-alt-col .box-big-prepare::before {
    font-size: 2.1rem;
  }
}
@media (max-width: 991px) {
  .box-big-col {
    margin-bottom: 2.4rem;
  }
  .box-big-col:last-child {
    margin-bottom: 0;
  }

  .box-big {
    height: 36rem;
  }
  .box-big h4 {
    font-size: 2.8rem;
  }
  .box-big p {
    font-size: 2.6rem;
  }
  .box-big-inner {
    padding: 5.5rem;
  }

  .box-big-alt-col .box-big {
    height: 40rem;
  }

  .box-big-alt-col .box-big-inner {
    padding-bottom: 12rem;
  }

  .box-big-alt-col .box-big-prepare::before {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .box-big-col {
    margin-bottom: 1.6rem;
  }

  .box-big {
    height: 21.5rem;
  }
  .box-big h4 {
    font-size: 1.8rem;
  }
  .box-big p {
    font-size: 1.8rem;
    line-height: 1.78;
  }
  .box-big-inner {
    padding: 3.2rem 4rem;
  }

  .box-big-alt-col .box-big {
    height: 25.5rem;
  }
  .box-big-alt-col .box-big::before {
    width: 3.6rem;
    height: 1.6rem;
    background-size: 100% auto;
    bottom: 3.6rem;
    right: 2.4rem;
  }

  .box-big-alt-col .box-big-inner {
    padding-bottom: 8.5rem;
  }

  .box-big-alt-col .box-big-prepare::before {
    font-size: 2rem;
  }

  .big-boxes-inner {
    margin-top: 4.5rem;
  }

  .box-big-alt-col {
    margin-bottom: 1.6rem;
  }

  .box-big-alt-col .box-big-prepare::before {
    font-size: 1.6rem;
    width: 9rem;
    height: 2rem;
  }

  .box-big-alt-col .box-big:hover::before {
    right: 1.4rem;
  }
}
/* box small */
.small-boxes-row {
  margin-left: -8px;
  margin-right: -8px;
}

.box-sm {
  position: relative;
  border-radius: 2rem;
  background-color: #fedb6f;
  padding: 2.4rem;
  height: 24rem;
  overflow: hidden;
}
.box-sm-col {
  padding-left: 8px;
  padding-right: 8px;
}
.box-sm::after {
  content: "";
  position: absolute;
  right: -53px;
  bottom: -53px;
  width: 0;
  height: 0;
  border-radius: 9999px;
  background-color: #f9d25a;
  transition: all 0.45s;
}
.box-sm:hover::after {
  width: 400px;
  height: 400px;
}
.box-sm2 {
  background-color: #e1f4fe;
}
.box-sm2::after {
  background-color: #d3e9f5;
}
.box-sm3 {
  background-color: #a8daae;
}
.box-sm3::after {
  background-color: #9dd2a3;
}
.box-sm4 {
  background-color: #f9cce4;
}
.box-sm4::after {
  background-color: #f7c1de;
}
.box-sm5 {
  background-color: #e7e8fe;
}
.box-sm5::after {
  background-color: #dcdfff;
}
.box-sm-col {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}
@media (min-width: 1200px) {
  .box-sm-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.box-sm-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.box-sm-number {
  font-family: "Clash Display", sans-serif;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  width: 4rem;
  height: 4rem;
  background-color: #000000;
  border-radius: 4rem;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.box-sm-txt {
  font-weight: 700;
  font-size: 2rem;
  margin-top: auto;
}

@media (max-width: 575px) {
  .box-sm {
    padding: 1.2rem;
    padding-bottom: 2.8rem;
    height: 14.7rem;
  }

  .box-sm-number {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }

  .box-sm-txt {
    font-size: 1.6rem;
    line-height: normal;
    max-width: 8.5rem;
  }

  .box-sm-col {
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
  }
}
/* about */
.about {
  background: url("../images/blur_gradient-sm.png") no-repeat bottom -60px center;
  background-size: 476px auto;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .about {
    background: url("../images/glow_gradient.png") no-repeat top -45px right 21%;
    background-size: 600px auto;
  }
}
@media (min-width: 768px) {
  .about {
    background: url("../images/glow_gradient.png") no-repeat bottom 45px left 40px;
    background-size: 400px auto;
  }
}
@media (min-width: 992px) {
  .about {
    background: url("../images/glow_gradient.png") no-repeat top -45px right 10px;
    background-size: 510px auto;
  }
}
@media (min-width: 1200px) {
  .about {
    background: url("../images/glow_gradient.png") no-repeat top -45px right;
    background-size: 575px auto;
  }
}

.about-img > img {
  display: none;
}
@media (min-width: 576px) {
  .about-img > img {
    display: block;
  }
}
.about-img > img {
  max-width: 448px;
}

.about-play {
  position: absolute;
  right: 40px;
  top: -75px;
  width: 208px;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}

.play-btn {
  width: 5.2rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .about-play {
    width: 150px;
    height: 150px;
    right: 50px;
    top: -22px;
  }

  .play-btn {
    width: 3.6rem;
    height: 4.1rem;
  }

  .about-img > img {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .about-play {
    width: 150px;
    height: 150px;
    right: 130px;
    top: -22px;
  }
}
@media (max-width: 575px) {
  .about-play {
    position: relative;
    inset: auto;
    width: 208px;
    height: 215px;
  }

  .about-img {
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
  }
}
/* switch */
.switch {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 48px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-on input + .switch-slider {
  background-color: #e1f4fe;
}
.switch-on input + .switch-slider:before {
  -webkit-transform: translateX(44px);
  -ms-transform: translateX(44px);
  transform: translateX(44px);
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 40px;
}

.switch-slider.round:before {
  border-radius: 50%;
}

.switch-title {
  font-size: 2.4rem;
}

.switch-wrap {
  display: flex;
  align-items: center;
}

/* price list */
.price-list-heading {
  display: flex;
  align-items: center;
  margin-bottom: 4.5rem;
}
.price-list-heading h2 {
  margin-right: 4rem;
  margin-bottom: 0;
}
.price-list-heading .switch {
  margin-right: 2.4rem;
}

.price-list {
  background-color: #e1f4fe;
  overflow: hidden;
}
.price-list-box {
  border-radius: 2rem;
  background-color: #ffffff;
  padding: 5.6rem 6.4rem;
}
.switch-on .price-list-left .perex {
  display: none;
}
.price-list-left .perex p {
  max-width: 580px;
  margin-bottom: 3rem;
}
.price-list-left .perex-hidden {
  display: none;
}
.price-list-left .perex-hidden p {
  max-width: 680px;
}
.switch-on .price-list-left .perex-hidden {
  display: block;
}
.price-list-right {
  padding-top: 4rem;
}
.switch-on .price-list-right {
  display: none;
}
.price-list-right h6 {
  font-family: "Satoshi", sans-serif;
  margin-bottom: 4px;
  font-weight: 700;
}
.price-list-right-hidden {
  display: none;
}
.switch-on .price-list-right-hidden {
  display: block;
}
.price-list-img {
  text-align: right;
  margin-top: -100px;
  margin-bottom: -30px;
}
.price-list-img img {
  display: inline-block;
  transform: translateX(60px);
  max-width: 700px;
}

.price-list-item {
  margin-bottom: 3.7rem;
}

.price {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.switch-on .price {
  display: none;
}
.price-original {
  font-size: 2.4rem;
  color: #c8c8c8;
  margin-left: 2.4rem;
}
.price-original span {
  text-decoration: line-through;
}
.price-hidden {
  display: none;
}
.switch-on .price-hidden {
  display: block;
}

.price-list-info-left {
  padding-left: 8rem;
}
.price-list-info h4 {
  margin-bottom: 2.4rem;
}
.price-list-info .perex p {
  max-width: 70rem;
}

@media (max-width: 991px) {
  .price {
    font-size: 3.6rem;
  }

  .price-original {
    font-size: 2.2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 575px) {
  .price-list {
    padding-bottom: 2rem;
  }

  .price-list-box {
    padding: 2.4rem;
  }

  .price-list-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .price-list-heading h2 {
    margin-right: 0;
    margin-bottom: 2.4rem;
  }

  .switch {
    width: 7.6rem;
    height: 4rem;
  }

  .switch-slider::before {
    width: 3.2rem;
    height: 3.2rem;
  }

  .switch-on input + .switch-slider::before {
    transform: translateX(36px);
  }

  .switch-title {
    font-size: 1.8rem;
  }

  .price-list-heading {
    margin-bottom: 3.2rem;
  }
  .price-list-heading .switch {
    margin-right: 1.6rem;
  }

  .price-list-left .perex p {
    margin-bottom: 1.6rem;
  }

  .price {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
  }

  .price-original {
    font-size: 1.8rem;
  }

  .price-list-right {
    padding-top: 3.2rem;
  }

  .price-list-item {
    margin-bottom: 2.8rem;
  }
  .price-list-item:last-child {
    margin-bottom: 1rem;
  }
  .price-list-item p:last-child {
    margin-bottom: 0;
  }

  .price-btn .btn {
    width: 100%;
  }

  .price-list-info-left {
    padding-left: 15px;
  }
  .price-list-info-left h4 {
    font-size: 2.4rem;
    max-width: 200px;
    margin-bottom: 1.6rem;
  }

  .price-list-img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .price-list-img img {
    max-width: 100%;
    height: auto;
  }
}
/* Faq */
.faq .card {
  background-color: #fff;
  border: none;
  border-top: 1px solid #eaeaea;
  border-radius: 0;
  color: #000000;
  font-weight: 400;
}
.faq .card:last-child {
  border-bottom: 1px solid #eaeaea;
}
.faq .card .card-link {
  border-bottom: none;
  display: flex;
  padding: 2.4rem;
  padding-right: 8rem;
  position: relative;
}
.faq .card .card-link::after {
  content: "";
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2.4rem;
  right: 2.4rem;
  width: 2.3rem;
  height: 2.3rem;
  background: url("../images/ico_close_faq.svg") no-repeat center;
  background-size: 2.3rem;
  transition: all 0.3s;
  line-height: 1;
}
.faq .card .card-link.collapsed::after {
  transform: rotate(45deg);
}
.faq .card .card-header {
  padding: 0;
  margin-bottom: 0;
  color: inherit;
  background-color: #fff;
  border-bottom: none;
  font-size: 2.4rem;
}
.faq .card .card-header:first-child {
  border-radius: 0;
}
.faq .card .card-body {
  padding: 0 2.4rem;
  padding-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: -1rem;
}

.faq-info {
  padding-top: 4.8rem;
  padding-left: 2.4rem;
}
.faq-info h5 {
  font-family: "Satoshi", sans-serif;
  margin-bottom: 1.8rem;
  font-weight: 700;
}
.faq-info p {
  margin-bottom: 1.6rem;
}

@media (max-width: 1499px) {
  .faq .card .card-link {
    padding: 2rem;
    padding-right: 7rem;
  }

  .faq .card .card-header {
    font-size: 2.3rem;
  }
}
@media (max-width: 991px) {
  .faq .card .card-link {
    padding-right: 4rem;
  }

  .faq .card .card-link::after {
    top: 1.6rem;
    right: 0;
  }

  .faq .card .card-header {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .faq .card .card-link {
    padding: 1.6rem 0;
    padding-right: 5.6rem;
  }

  .faq .card .card-link::after {
    top: 1.6rem;
    right: 0;
  }

  .faq .card .card-header {
    font-size: 1.8rem;
  }

  .faq .card .card-body {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-size: 1.6rem;
  }

  .faq-info {
    padding-left: 0;
  }
  .faq-info h5 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .faq-info p {
    margin-bottom: 0.8rem;
  }
}
/* why section */
.why-section {
  background-color: #fafafa;
}

/* response item */
.response-item {
  background-color: #f4f4f4;
  border-radius: 2rem;
  padding: 4rem 4.8rem;
  padding-top: 3.6rem;
  height: 100%;
}
.response-item h5 {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  margin-bottom: 1.8rem;
}
.response-item p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .response-item {
    background-color: #f4f4f4;
    border-radius: 2rem;
    padding: 2rem 2.5rem;
    padding-top: 2.5rem;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .responses h2 {
    max-width: 200px;
  }
}
/* video modal */
.video-modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding: 2.4rem;
  display: none;
  opacity: 0;
  transition: all 0.3s;
}
.video-modal.opening {
  display: flex;
}
.video-modal.open {
  display: flex;
  opacity: 1;
}
.video-modal-video {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  max-width: 107.6rem;
  max-height: 60.5rem;
  width: 100%;
  height: 100%;
}
.video-modal-video iframe {
  width: 100%;
  height: 100%;
}

.close {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 2.8rem;
  top: 2.9rem;
  transition: all 0.45s;
  opacity: 1;
}
.close img {
  display: block;
}
.close:hover {
  transform: rotate(180deg);
  opacity: 1 !important;
}

@media (max-width: 1200px) {
  .video-modal {
    padding: 1.5rem;
  }
  .video-modal-video {
    max-width: 70rem;
    max-height: 39.4rem;
  }
}
@media (max-width: 767px) {
  .video-modal-video {
    max-width: 100%;
    max-height: 30rem;
  }
}
/* end video modal */
.swiper {
  margin-top: 6.4rem;
}
.swiper-visible {
  overflow: hidden;
  width: 100%;
}
.swiper-visible .swiper {
  overflow: visible;
}

.swiper-slide {
  border-radius: 2rem;
  overflow: hidden;
  height: auto;
}
.swiper-slide a {
  display: flex;
  border: none;
}

.play-sm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 0.2rem;
  padding-left: 0.6rem;
}
.play-sm img {
  position: relative;
  z-index: 3;
}
.play-sm::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.1s ease;
}
.play-sm:hover::before {
  inset: -8px;
}

.swiper-arrows {
  display: flex;
  margin-top: 6.4rem;
}
.swiper-arrows .swiper-button-prev,
.swiper-arrows .swiper-button-next {
  position: relative;
  inset: auto;
  width: 4.9rem;
  height: 2.1rem;
  background: url("../images/ico_arrow_left_grey.svg") no-repeat center;
  background-size: 100% 100%;
  margin-right: 2.4rem;
  transition: all 0.3s;
  margin-top: 0;
}
.swiper-arrows .swiper-button-prev:hover,
.swiper-arrows .swiper-button-next:hover {
  transform: translateX(-5px);
}
.swiper-arrows .swiper-button-prev::after,
.swiper-arrows .swiper-button-next::after {
  display: none;
}
.swiper-arrows .swiper-button-next {
  background: url("../images/ico_arrow_right_grey.svg") no-repeat center;
}
.swiper-arrows .swiper-button-next:hover {
  transform: translateX(5px);
}

@media (max-width: 575px) {
  .swiper {
    margin-top: 4rem;
    padding-right: 2.7rem;
  }

  .play-sm {
    width: 8rem;
    height: 8rem;
  }
  .play-sm img {
    width: 1.8rem;
    height: 2rem;
  }

  .swiper-arrows {
    justify-content: center;
    margin-top: 2.4rem;
  }
  .swiper-arrows .swiper-button-prev,
.swiper-arrows .swiper-button-next {
    width: 3.9rem;
    height: 1.7rem;
    background-size: 100% auto;
  }
}
.footer {
  background-color: #404040;
  color: #ffffff;
}
.footer h2 {
  color: #ffffff;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 7rem;
}
.footer-menu > li {
  padding-left: 24px;
  padding-right: 24px;
}
.footer-menu > li > a {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.32rem;
  border-bottom: none;
  text-transform: uppercase;
  transition: color 0.3s;
}
.footer-menu > li > a:hover {
  color: #c4c4c4;
}

.footer-bottom {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
}
.footer-bottom .created,
.footer-bottom .copyright {
  font-size: 1.8rem;
  font-weight: 400;
  color: #c8c8c8;
}
.footer-bottom .created a,
.footer-bottom .copyright a {
  font-size: 1.8rem;
  font-weight: 400;
  color: #c8c8c8;
  border-bottom: none;
  transition: color 0.3s;
}
.footer-bottom .created a:hover,
.footer-bottom .copyright a:hover {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .footer-menu {
    margin-top: 5rem;
  }

  .footer-bottom {
    margin-top: 5rem;
  }
}
@media (max-width: 575px) {
  .footer-menu {
    flex-direction: column;
  }

  .footer-menu > li {
    margin-bottom: 1.8rem;
  }

  .footer-bottom {
    margin-top: 2.5rem;
    flex-direction: column;
  }
  .footer-bottom .copyright,
.footer-bottom .created {
    margin-bottom: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */
