/*
Theme Name: Gaius Theme
Theme URI: https://ai-gaius.com/
Author: QuickPick @januszmaro
Author URI: https://quickpick.pl/
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 8.1
*/
* {
  box-sizing: border-box;
  font-family: "sofia-pro", sans-serif;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #00223E;
  background-color: #fafdff;
  background-image: url("./assets/image/background-white.png");
  background-size: 643px;
  background-position: center;
  background-repeat: repeat-y;
}
body:not(.home) .nav {
  background: #fff;
}
a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
ul li,
ul li a,
p,
ol li {
  font-size: 0.885vw;
  line-height: 1.5;
}
@media only screen and (min-width: 1700px) {
  ul li,
  ul li a,
  p,
  ol li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1300px) {
  ul li,
  ul li a,
  p,
  ol li {
    font-size: 1.308vw;
  }
}
@media only screen and (max-width: 850px) {
  ul li,
  ul li a,
  p,
  ol li {
    font-size: 17px;
  }
}
.container {
  width: 100%;
  max-width: 80vw;
  padding: 0 1.563vw;
  margin: 0 auto;
}
@media only screen and (min-width: 1700px) {
  .container {
    max-width: 1425px;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 100vw;
  }
}
@media only screen and (max-width: 650px) {
  .container {
    padding: 0 20px;
  }
}
.container-sm {
  max-width: 1025px;
}
.container-lg {
  max-width: 85.26vw;
}
@media only screen and (min-width: 1700px) {
  .container-lg {
    max-width: 1637px;
  }
}
@media only screen and (max-width: 1440px) {
  .container-lg {
    max-width: 100vw;
  }
}
.anchor {
  position: relative;
  top: -97.5px;
}
.topalert {
  background-color: #00223E;
  color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .topalert {
    padding: 6px;
    height: auto;
  }
}
.topalert .container {
  margin: auto !important;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 430px) {
  .topalert .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.topalert a.btn {
  padding: 6px 22px 10px;
  color: #fff;
  font-size: 12px;
}
@media only screen and (min-width: 430px) {
  .topalert a.btn {
    margin: 0 0 0 auto;
  }
}
.topalert a.btn::before {
  background: #ecf7fc;
}
.topalert a.btn:hover span {
  color: #00223E;
}
.topalert__text {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
.topalert__timer__container {
  display: flex;
  gap: 6px;
}
.topalert__timer__count {
  height: 24px;
  width: 42px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid rgba(0, 34, 62, 0.2);
  color: #00223E;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 520px) {
  a.nav__top__phone {
    display: none !important;
  }
}
@media only screen and (max-width: 360px) {
  .nav__top__right a.nav__top__email {
    display: none !important;
  }
}
.nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 34, 62, 0.2);
  background: #fff;
}
.nav__top {
  background: #ECF7FC;
}
.nav__top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}
.nav__top__lang__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}
.nav__top__lang__link img {
  height: 18px;
  width: auto;
}
.nav__top__lang__container {
  position: relative;
  z-index: 101;
  padding: 12px;
  margin-left: -12px;
  width: 100px;
}
.nav__top__lang__container:hover {
  background: #fff;
}
.nav__top__lang__container:hover .nav__top__lang__dropdown {
  opacity: 1;
  visibility: visible;
}
.nav__top__lang__dropdown {
  position: absolute;
  top: 100%;
  padding: 12px;
  border: 1px solid rgba(0, 34, 62, 0.2);
  left: 0;
  background: #fff;
  z-index: 9999990;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav__top__lang__dropdown--active {
  opacity: 1;
  visibility: visible;
}
.nav__top__right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav__top__right img {
  height: 18px;
  width: auto;
}
.nav__top__right a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.nav.active {
  box-shadow: 0 4px 15px rgba(0, 34, 62, 0.2);
}
.nav__right {
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.nav__container.container {
  display: flex;
  align-items: center;
  gap: 24px;
  transition: 0.6s;
  margin: auto;
  position: relative;
}
.nav__logo {
  transition: 0.6s;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav__logo img {
  height: 48px;
  transition: 0.6s;
}
.nav__logo span {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 530px) {
  .nav__logo span {
    display: none;
  }
}
.nav__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .nav__ul {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100vh - 72px);
    background: #00223E;
    flex-direction: column;
    padding: 20px 0;
    z-index: 1000;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .nav__ul--active {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 850px) {
  .nav__ul {
    height: 48px;
  }
  .nav__ul li {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .nav__ul li.menu-item-has-children .sub-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
    gap: 24px;
  }
  .nav__ul li.menu-item-has-children:hover .sub-menu {
    display: flex;
    opacity: 1;
  }
  .nav__ul li.menu-item-has-children > a::after {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("./assets/image/arrow-down.svg");
    transition: transform 0.3s ease;
  }
  .nav__ul .sub-menu {
    position: absolute;
    width: 100%;
    max-width: 1370px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: 12px 0 0;
    top: 49px;
    list-style: none;
  }
  .nav__ul .sub-menu::before {
    content: '';
    width: 100vw;
    z-index: -1;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    overflow: hidden;
  }
  .nav__ul .sub-menu .menu-item {
    padding: 12px 4px;
  }
  .nav__ul .sub-menu .menu-item a {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .nav__ul .sub-menu .menu-item a .submenu-icon img {
    height: 24px;
    width: auto;
  }
}
.nav ul#menu-primary {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .nav ul#menu-primary {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100vh - 72px);
    background: #00223E;
    flex-direction: column;
    padding: 20px 0;
    z-index: 1000;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .nav ul#menu-primary.nav__ul--active {
    transform: translateX(0);
    gap: 0 !important;
  }
}
@media only screen and (max-width: 850px) {
  .nav ul#menu-primary li {
    width: 100%;
  }
  .nav ul#menu-primary li > a {
    padding: 16px 20px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav ul#menu-primary li > a:not(.btn)::before {
    display: none;
  }
}
.nav ul#menu-primary li a {
  font-weight: 500;
  position: relative;
  font-size: 14px;
}
.nav ul#menu-primary li a:not(.btn)::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 0;
  left: 0;
  bottom: -8px;
  transition: 0.7s;
  background: #FA6E68;
  border-radius: 8px;
}
.nav ul#menu-primary li a.active:not(.btn)::before {
  width: 30%;
}
.nav ul#menu-primary li a:not(.btn):hover::before {
  width: 100%;
}
@media only screen and (max-width: 850px) {
  .nav ul#menu-primary li {
    width: 100%;
  }
  .nav ul#menu-primary li > a {
    padding: 16px 20px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav ul#menu-primary li > a:not(.btn)::before {
    display: none;
  }
  .nav ul#menu-primary li a {
    font-weight: 500;
    position: relative;
    font-size: 14px;
  }
  .nav ul#menu-primary li a:not(.btn)::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    left: 0;
    bottom: -8px;
    transition: 0.7s;
    background: #FA6E68;
    border-radius: 8px;
  }
  .nav ul#menu-primary li a.active:not(.btn)::before {
    width: 30%;
  }
  .nav ul#menu-primary li a:not(.btn):hover::before {
    width: 100%;
  }
  .nav ul#menu-primary li .sub-menu {
    position: static;
    width: 100%;
    max-height: 0;
    background: #001425;
    flex-direction: column;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    gap: 0;
  }
  .nav ul#menu-primary li .sub-menu li {
    width: 100%;
  }
  .nav ul#menu-primary li .sub-menu li a {
    padding: 12px 20px 12px 40px;
    color: #fff;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav ul#menu-primary li .sub-menu li a .submenu-icon {
    display: none;
  }
  .nav ul#menu-primary li .sub-menu li a::after {
    display: none;
  }
  .nav ul#menu-primary.menu-item-has-children {
    position: relative;
  }
  .nav ul#menu-primary.menu-item-has-children::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("./assets/image/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: invert(100%);
    transition: transform 0.3s ease;
  }
  .nav ul#menu-primary.menu-item-has-children.menu-item-open > a::after {
    transform: rotate(180deg);
  }
  .nav ul#menu-primary.menu-item-has-children.menu-item-open .sub-menu {
    visibility: visible !important;
  }
  .nav ul#menu-primary.menu-item-has-children.menu-item-open::after {
    transform: rotate(180deg);
  }
}
.nav__mobile {
  display: none !important;
  height: 36px;
  width: 36px;
  padding: 0;
  border: none;
  background: #00223E;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 850px) {
  .nav__mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.nav__mobile:hover {
  background: #FA6E68;
}
.nav__mobile img {
  width: 20px;
}
.nav .btn {
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 440px) {
  .nav .btn:not(.nav__mobile) {
    display: none;
  }
}
.blank {
  height: calc(64px + 72px);
}
.media-about__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}
@media only screen and (max-width: 650px) {
  .media-about__container {
    gap: 12px;
  }
}
.media-about__item {
  max-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
}
@media only screen and (max-width: 650px) {
  .media-about__item {
    max-height: 80px;
  }
}
.media-about__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: 0.3s;
}
.media-about__item-image img:hover {
  opacity: 0.7;
}
.blog__section {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 40px rgba(10, 20, 57, 0.06);
  position: relative;
  padding: 28px 24px 46px;
  margin-top: 40px;
}
.blog__section-atr {
  position: absolute;
  left: -55px;
  bottom: -45px;
  width: 100%;
  max-width: 288px;
  height: auto;
}
@media only screen and (max-width: 1020px) {
  .blog__section-atr {
    max-width: 190px;
  }
}
@media only screen and (max-width: 620px) {
  .blog__section-atr {
    bottom: -85px;
  }
}
@media only screen and (max-width: 360px) {
  .blog__section-atr {
    max-width: 120px;
    bottom: -55px;
  }
}
.blog__section-scroll {
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00223E;
}
.blog__section-scroll img {
  transform: rotate(90deg);
}
.blog__section-content {
  width: 100%;
  max-width: 585px;
  margin: 0 auto;
  text-align: center;
}
.blog__category-list {
  display: flex;
  justify-content: center;
  margin: 70px auto 0;
  gap: 18px;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 10;
}
.blog__category-list li a {
  padding: 12px 50px;
  border-radius: 22px;
  border: 1px solid #161E2C;
  transition: 0.6s;
}
.blog__category-list li a:hover {
  border-color: #FA6E68;
  background: #FA6E68;
}
.blog__h1 {
  font-size: 45px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}
.blog__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 74px 22px;
  margin-top: 100px;
}
@media only screen and (max-width: 815px) {
  .blog__container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 44px 22px;
  }
}
@media only screen and (max-width: 455px) {
  .blog__container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 22px;
  }
}
.blog__single-content p,
.blog__single-content ul li,
.blog__single-content ol li {
  font-size: 18px;
  line-height: 1.75;
}
.blog__article-image {
  aspect-ratio: 1.5;
  border-radius: 10px;
  border: 1px solid #d3d4d6;
  overflow: clip;
}
.blog__article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog__article-estimate {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  color: #FA6E68;
}
.blog__article-date {
  text-align: center;
  font-size: 15px;
}
.blog__article-content {
  text-align: center;
}
.blog__article-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  margin: 20px 0 0;
  transition: 0.6s;
}
.blog__article-title:hover {
  color: #FA6E68;
}
.blog__article-date {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 7px;
}
.heading__h1,
.heading__h2,
.heading__h3,
.heading__h4,
.heading__h5,
.heading__h6 {
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
}
.heading__h1 span,
.heading__h2 span,
.heading__h3 span,
.heading__h4 span,
.heading__h5 span,
.heading__h6 span {
  color: #FA6E68;
}
.heading__span {
  color: rgba(0, 34, 62, 0.5);
  font-weight: 500;
  font-size: 0.677vw;
}
@media only screen and (min-width: 1700px) {
  .heading__span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1300px) {
  .heading__span {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 850px) {
  .heading__span {
    font-size: 13px;
  }
}
.heading__h2 {
  font-size: 2.344vw;
}
@media only screen and (min-width: 1700px) {
  .heading__h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1300px) {
  .heading__h2 {
    font-size: 3.462vw;
  }
}
.heading__h3 {
  font-size: 1.823vw;
}
@media only screen and (min-width: 1700px) {
  .heading__h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1300px) {
  .heading__h3 {
    font-size: 2.692vw;
  }
}
.anonymization {
  width: 100%;
  max-width: 760px;
  margin: 24px auto 0;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.anonymization__progress {
  display: block;
  width: calc(100% - 48px);
  margin: 0 auto 8px;
}
.anonymization__document {
  position: relative;
  visibility: hidden;
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
  background-color: #fff;
}
.anonymization__document__anonymized {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.anonymization__document__anonymized span {
  position: relative;
}
.anonymization__document__anonymized span::before {
  content: '';
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  background-color: rgba(250, 110, 104, 0.5);
  border-radius: 6px;
  transform: translate(-50%, -50%);
}
.anonymization__document.visible {
  visibility: hidden;
  transition: 0.3s;
}
.anonymization__document.visible .anonymization__document__anonymized {
  visibility: visible;
  opacity: 1;
}
.section {
  padding: 64px 0;
}
.section__light {
  background: #ebf7fc;
}
.section__dark {
  background-color: #00223E;
  background-image: url("./assets/image/background-white.png");
  background-position: center;
  background-repeat: repeat-y;
  background-size: 643px;
  color: #fff;
}
@media only screen and (max-width: 650px) {
  .section__dark {
    background-image: unset;
  }
}
.section__documents {
  padding-top: 164px;
  background-image: url("./assets/image/documents-bg.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 44.948vw auto;
}
@media only screen and (min-width: 1700px) {
  .section__documents {
    background-size: 864px auto;
  }
}
.section__documents .list {
  margin: 50px 0 60px;
  max-width: 23.958vw;
}
@media only screen and (min-width: 1700px) {
  .section__documents .list {
    max-width: 460px;
  }
}
@media only screen and (max-width: 1300px) {
  .section__documents .list {
    max-width: unset;
  }
}
@media only screen and (max-width: 650px) {
  .section__documents .list {
    max-width: 100%;
  }
}
.blog__pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.blog__pagination .nav-links .page-numbers {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid rgba(0, 34, 62, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.blog__pagination .nav-links .page-numbers.current {
  background-color: #FA6E68;
  color: #fff;
}
.blog__pagination .nav-links .page-numbers:not(.current):hover {
  background-color: rgba(250, 110, 104, 0.5);
}
.offer__section {
  padding-bottom: 164px;
  overflow: hidden;
}
.offer__image {
  padding-bottom: 64px;
  position: relative;
}
.offer__image-atr {
  position: absolute;
  bottom: 0;
  right: -20%;
  width: 100%;
  max-width: 18.542vw;
}
@media only screen and (max-width: 940px) {
  .offer__image-atr {
    right: -60px;
    max-width: 25vw;
  }
}
@media only screen and (max-width: 660px) {
  .offer__image-atr {
    max-width: 50%;
  }
}
.team__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 1128px) {
  .team__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 508px) {
  .team__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team__container--contact {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .team__container--contact {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team__container--contact .team__member {
  flex-direction: row;
}
@media only screen and (max-width: 508px) {
  .team__container--contact .team__member {
    flex-direction: column;
  }
}
@media only screen and (min-width: 508px) {
  .team__container--contact .team__member__photo {
    max-width: 35%;
    aspect-ratio: 1;
  }
}
.team__member {
  width: 100%;
  background-color: #ecf7fc;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.team__member__photo {
  aspect-ratio: 1.33333333;
}
.team__member__photo img {
  aspect-ratio: 1.33333333;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team__member__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.team__member__content h3 {
  font-size: 20px;
  margin: 0 0 8px;
}
.team__member__content p {
  margin: 0;
}
@media only screen and (max-width: 508px) {
  .team__member__content p {
    font-size: 14px;
  }
}
.team__member__content__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.team__member__content__header img {
  width: 18px;
  height: 28px;
  object-fit: contain;
  object-position: center;
}
.team__member__content__header__links {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 508px) {
  .team__member__content {
    padding: 12px;
  }
}
.team__member__content__description {
  margin: 12px 0 0 !important;
  font-size: 14px;
  font-weight: 300;
}
.team__member__table {
  margin-top: auto;
  padding-top: 12px;
  width: 100%;
}
.team__member__table tr td {
  border-top: 1px solid rgba(0, 34, 62, 0.1);
  padding: 12px 0;
  font-size: 14px;
}
.team__member__table tr td:first-child {
  width: 50px;
  opacity: 0.75;
}
.team__member__table tr td img {
  width: 18px;
  height: auto;
}
.team__member__table tr:last-child td {
  padding-bottom: 0;
}
.text-bold {
  font-weight: bold;
}
.text-colored {
  color: #FA6E68;
}
.text-center {
  text-align: center;
}
.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding-left: 30px;
}
.list li {
  position: relative;
}
.list li::before {
  position: absolute;
  content: '';
  background-image: url("./assets/image/check.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: -30px;
  width: 15px;
  height: 25px;
}
.why__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  margin-top: 85px;
  grid-column-gap: 4.427vw;
  grid-row-gap: 32px;
}
@media only screen and (min-width: 1700px) {
  .why__container {
    grid-column-gap: 85px;
  }
}
@media only screen and (max-width: 850px) {
  .why__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 650px) {
  .why__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why__icon {
  width: 92px;
  height: 50px;
  position: relative;
  z-index: 3;
}
.why__icon::before {
  content: '';
  height: 50px;
  width: 50px;
  background: #FA6E68;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.why__icon img {
  height: 110%;
  width: auto;
}
.why__col {
  border: 2px solid #00223E;
  border-radius: 10px;
  padding: 2.708vw 2.292vw 1.979vw 3.333vw;
}
@media only screen and (min-width: 1700px) {
  .why__col {
    padding: 52px 44px 38px 64px;
  }
}
@media only screen and (max-width: 650px) {
  .why__col {
    padding: 24px;
  }
}
.why__title {
  line-height: 1.5;
  margin: 32px 0 36px;
  font-size: 1.042vw;
  font-weight: 400;
}
@media only screen and (min-width: 1700px) {
  .why__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .why__title {
    font-size: 1.563vw;
  }
}
@media only screen and (max-width: 850px) {
  .why__title {
    font-size: 20px;
  }
}
.webinar__timer__container {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 36px;
}
.webinar__timer__item {
  height: 56px;
  width: 56px;
  background: #ECF7FC;
  border: 1px solid rgba(250, 110, 104, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00223E;
  font-size: 20px;
  font-weight: 700;
}
.webinar__header {
  background: #00223E;
  color: #fff;
  min-height: 90vh;
  padding: 64px 0;
  border-radius: 0 0 32px 32px;
  display: flex;
  align-items: center;
}
.webinar__agenda__container {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.webinar__agenda__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border-bottom: 1px solid rgba(0, 34, 62, 0.2);
  padding-bottom: 24px;
}
@media only screen and (max-width: 650px) {
  .webinar__agenda__item {
    flex-direction: column;
    gap: 12px;
  }
}
.webinar__agenda__item__time {
  font-size: 42px;
  line-height: 1;
  color: #FA6E68;
}
@media only screen and (max-width: 650px) {
  .webinar__agenda__item__time {
    font-size: 36px;
  }
}
.webinar__agenda__item__content h3 {
  margin: 0 0 12px;
  font-size: 24px;
}
.webinar__presenters__container {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.webinar__presenters__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.webinar__presenters__item__img {
  flex: 1;
}
.webinar__presenters__item__img img {
  aspect-ratio: 1;
  border-radius: 24px;
  object-fit: cover;
}
.webinar__presenters__item__name {
  margin: 0;
  font-size: 24px;
}
.webinar__presenters__item__position {
  color: #FA6E68;
}
.webinar__presenters__item__content {
  min-width: 280px;
  flex: 2;
}
.webinar__presenters__item__description p {
  font-size: 14px !important;
}
.meetings-iframe-container {
  width: 100%;
  max-width: 600px;
}
.btn,
a.btn,
button.btn,
input.btn,
input.wpcf7-submit {
  font-weight: 700 !important;
  border-radius: 9px;
  background: #00223E;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0.938vw 2.24vw;
  gap: 1.406vw;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1700px) {
  .btn,
  a.btn,
  button.btn,
  input.btn,
  input.wpcf7-submit {
    padding: 18px 43px;
    gap: 27px;
  }
}
@media only screen and (max-width: 1300px) {
  .btn,
  a.btn,
  button.btn,
  input.btn,
  input.wpcf7-submit {
    padding: 1.406vw 3.385vw;
    gap: 2.083vw;
  }
}
@media only screen and (max-width: 650px) {
  .btn,
  a.btn,
  button.btn,
  input.btn,
  input.wpcf7-submit {
    padding: 18px 43px;
    gap: 27px;
  }
}
.btn span,
a.btn span,
button.btn span,
input.btn span,
input.wpcf7-submit span,
.btn img,
a.btn img,
button.btn img,
input.btn img,
input.wpcf7-submit img {
  position: relative;
  z-index: 3;
  transition: 0.3s;
}
.btn-sm,
a.btn-sm,
button.btn-sm,
input.btn-sm,
input.wpcf7-submit-sm {
  padding: 8px 14px;
  font-size: 14px;
}
.btn::before,
a.btn::before,
button.btn::before,
input.btn::before,
input.wpcf7-submit::before {
  content: '';
  width: 0;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  background: #FA6E68;
  transition: 0.6s;
}
.btn-secondary,
a.btn-secondary,
button.btn-secondary,
input.btn-secondary,
input.wpcf7-submit-secondary {
  font-weight: 600;
  background: #FA6E68;
  color: #00223E;
}
.btn-secondary:hover span,
a.btn-secondary:hover span,
button.btn-secondary:hover span,
input.btn-secondary:hover span,
input.wpcf7-submit-secondary:hover span {
  color: #fff;
}
.btn-secondary::before,
a.btn-secondary::before,
button.btn-secondary::before,
input.btn-secondary::before,
input.wpcf7-submit-secondary::before {
  background: #00223E;
}
.btn-third,
a.btn-third,
button.btn-third,
input.btn-third,
input.wpcf7-submit-third {
  background: #ECF7FC;
  color: #00223E;
}
.btn-third img,
a.btn-third img,
button.btn-third img,
input.btn-third img,
input.wpcf7-submit-third img {
  filter: invert(100%);
}
.btn-third::before,
a.btn-third::before,
button.btn-third::before,
input.btn-third::before,
input.wpcf7-submit-third::before {
  background: #FA6E68;
}
.btn:hover,
a.btn:hover,
button.btn:hover,
input.btn:hover,
input.wpcf7-submit:hover {
  cursor: pointer;
}
.btn:hover::before,
a.btn:hover::before,
button.btn:hover::before,
input.btn:hover::before,
input.wpcf7-submit:hover::before {
  width: 100%;
}
.btn:disabled,
a.btn:disabled,
button.btn:disabled,
input.btn:disabled,
input.wpcf7-submit:disabled {
  filter: grayscale(100%);
}
.wpcf7-text,
.wpcf7-select {
  padding: 12px 18px;
  border-radius: 9px;
  border: 2px solid #ebf7fc;
  transition: 0.6s;
  width: 100%;
}
.wpcf7-text:focus,
.wpcf7-select:focus {
  outline: none;
  border: 2px solid #fa6e68;
}
.wpcf7-response-output {
  border-radius: 7px;
  background: #46b450;
  margin: 0 !important;
  padding: 12px;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
  gap: 12px;
}
.wpcf7-list-item label input {
  width: auto;
}
.stat__container {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 650px) {
  .stat__container {
    flex-direction: column;
  }
}
.stat__col {
  flex: 1;
  display: flex;
  gap: 2.083vw;
  max-width: 20.729vw;
}
@media only screen and (min-width: 1700px) {
  .stat__col {
    gap: 40px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 650px) {
  .stat__col {
    max-width: 100%;
  }
}
.stat__value {
  color: #FA6E68;
  font-size: 3.594vw;
}
.stat__value::after {
  content: '%';
}
@media only screen and (min-width: 1700px) {
  .stat__value {
    font-size: 69px;
  }
}
.stat__detail h3 {
  font-weight: 600;
  margin: 0;
}
.stat__detail p {
  font-weight: 300;
}
.header-animated {
  background-color: #ECF7FC;
  background-image: url("./assets/image/header-bg.svg");
  background-position: right -120px center;
  background-repeat: no-repeat;
  background-size: 430px auto;
  border-radius: 0 0 100px 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
@media only screen and (max-width: 650px) {
  .header-animated {
    background-image: none;
  }
}
.header-animated__container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header {
  background-color: #ECF7FC;
  background-image: url("./assets/image/header-bg.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 530px auto;
  min-height: 90vh;
  border-radius: 0 0 100px 100px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 100px 0;
}
@media only screen and (max-width: 650px) {
  .header {
    padding: 120px 0;
    background-size: 120px auto;
  }
}
.header .video__container {
  box-shadow: 0 3px 40px rgba(10, 20, 57, 0.06);
  max-width: 100%;
}
.header__page {
  min-height: 300px;
}
.header__slider {
  max-width: 600px;
  overflow: clip;
  border-radius: 12px;
  border: 1px solid #00223E;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .header__slider {
    max-width: 450px;
  }
}
@media only screen and (max-width: 650px) {
  .header__slider {
    max-width: 100%;
  }
}
.header__slider .swiper-slide {
  overflow: clip;
  aspect-ratio: 1.66666667;
}
.header__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.header .scroll-down {
  width: 76px;
  height: 76px;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  bottom: -38px;
  box-shadow: 0 3px 40px rgba(10, 20, 57, 0.06);
  transition: 0.6s;
}
.header .scroll-down-container {
  display: flex;
  justify-content: flex-end;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
}
.header .scroll-down:hover {
  background: #00223E;
  cursor: pointer;
}
.header .scroll-down:hover img {
  filter: invert(100%);
}
.header__badge {
  width: 100%;
  display: flex;
  margin-top: 8px;
  justify-content: flex-end;
}
.header__badge img {
  max-width: 220px !important;
}
.header::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fafdff;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.header__container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .header__container {
    gap: 36px;
    flex-direction: column-reverse;
  }
}
.header__col {
  flex: 1;
}
@media only screen and (max-width: 650px) {
  .header__col {
    width: 100%;
  }
}
.header__col img {
  max-width: 100%;
}
.header__col:last-child {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.header__title {
  font-weight: 700;
  font-size: 3vw;
  line-height: 1.1;
}
@media only screen and (min-width: 1700px) {
  .header__title {
    font-size: 81px;
  }
}
.header__content {
  margin: 30px 0 50px;
  max-width: 35vw;
  font-size: 0.885vw;
  line-height: 1.5;
}
@media only screen and (min-width: 1700px) {
  .header__content {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1300px) {
  .header__content {
    font-size: 1.308vw;
  }
}
@media only screen and (max-width: 850px) {
  .header__content {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1700px) {
  .header__content {
    max-width: 576px;
  }
}
@media only screen and (max-width: 850px) {
  .header__content {
    max-width: 100%;
  }
}
.header__btn-container {
  display: flex;
  gap: 0.781vw;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1700px) {
  .header__btn-container {
    gap: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .header__btn-container {
    gap: 12px;
  }
}
.swiper-pagination-bullet {
  height: 16px;
  width: 16px;
}
.swiper-pagination-bullet-active {
  background-color: #FA6E68;
}
.video {
  position: relative;
  color: #fff;
  padding-top: 60px;
}
.video::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: #00223E;
  border-radius: 10px;
}
.video__container {
  margin: 75px auto 0;
  border-radius: 10px;
  border: 1px solid rgba(0, 37, 63, 0.19);
  width: 100%;
  max-width: 42.344vw;
  aspect-ratio: 1.77777778;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 650px) {
  .video__container {
    max-width: calc(100% - 48px);
  }
}
.video__container::before {
  content: '';
  position: absolute;
  right: 15%;
  top: -90px;
  width: 2.604vw;
  height: 2.76vw;
  background-image: url("./assets/image/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1700px) {
  .video__container::before {
    width: 50px;
    height: 53px;
  }
}
@media only screen and (min-width: 1700px) {
  .video__container {
    max-width: 813px;
  }
}
.video__container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-image: url("./assets/image/play.svg");
  background-position: center;
  background-size: cover;
  width: 42px;
  height: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 5;
  transition: 0.6s;
}
@media only screen and (min-width: 1700px) {
  .video__container .play-button {
    height: 32px;
    width: 32px;
  }
}
@media only screen and (max-width: 650px) {
  .video__container .play-button {
    height: 48px;
    width: 48px;
  }
}
.video__container .play-button:hover {
  cursor: pointer;
  background-color: #00223E;
}
.video__container .video-player {
  padding-top: 61%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video__container .video-player iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gain__container {
  margin-top: 85px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4.427vw;
  grid-row-gap: 2.813vw;
}
@media only screen and (min-width: 1700px) {
  .gain__container {
    grid-column-gap: 85px;
    grid-row-gap: 54px;
  }
}
@media only screen and (max-width: 1300px) {
  .gain__container {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 850px) {
  .gain__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 650px) {
  .gain__container {
    grid-template-columns: 1fr;
  }
}
.gain__icon {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00223E;
  width: 70px;
}
.gain__icon img {
  filter: invert(100%);
  max-width: 60%;
  max-height: 60%;
}
.gain__col {
  background: #fff;
  box-shadow: 0 3px 40px rgba(10, 20, 57, 0.06);
  border-radius: 10px;
  padding: 42px;
}
@media only screen and (min-width: 1700px) {
  .gain__col {
    padding: 2.188vw;
  }
}
.gain__col:nth-child(odd) {
  background: #00223E;
  color: #fff;
}
.gain__col:nth-child(odd) .gain__icon {
  background: #FA6E68;
}
.gain__text {
  margin: 22px 0 0;
  font-size: 20px;
  font-weight: 400;
}
.numbers__wrapper {
  padding: 36px 0;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #0A1439;
  position: relative;
}
.numbers__image {
  position: absolute;
  top: -10.156vw;
  left: -5.469vw;
  max-width: 13.229vw;
}
@media only screen and (min-width: 1700px) {
  .numbers__image {
    max-width: 300px;
    left: -105px;
    top: -125px;
  }
}
.numbers__container {
  display: flex;
  align-items: flex-start;
  margin-top: 48px;
}
@media only screen and (max-width: 650px) {
  .numbers__container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0 20px;
  }
}
.numbers__data {
  color: #00223E;
}
.numbers__data span {
  font-weight: bold;
  font-size: 1.563vw;
}
@media only screen and (min-width: 1700px) {
  .numbers__data span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .numbers__data span {
    font-size: 24px;
  }
}
.numbers__data span:first-child {
  font-size: 3.594vw;
}
@media only screen and (min-width: 1700px) {
  .numbers__data span:first-child {
    font-size: 69px;
  }
}
@media only screen and (max-width: 650px) {
  .numbers__data span:first-child {
    font-size: 42px;
  }
}
.numbers__col {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .numbers__col {
    min-width: 150px;
  }
}
.numbers__col:nth-child(odd) .numbers__data {
  color: #FA6E68;
}
.wp-block-columns {
  padding: 0 20px;
}
.col-1,
.col-2,
.col-3 {
  max-width: 100%;
}
.col-1 {
  flex: 1;
  min-width: 340px;
}
.col-2 {
  flex: 2;
  min-width: 340px;
}
.col-3 {
  flex: 3;
  min-width: 340px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
img {
  max-width: 100%;
  height: auto;
}
.align-items-center {
  align-items: center;
}
.roadmap {
  border-radius: 24px;
}
.roadmap__header {
  padding: 24px;
  background: #00223E;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 24px 24px 0 0;
}
.roadmap__pagination {
  display: flex;
  padding: 0 0 24px;
  justify-content: center;
}
.roadmap__element {
  display: flex;
  align-items: center;
  min-height: 91px;
  background: #ecf7fc;
  padding: 12px 24px;
  border: rgba(0, 34, 62, 0.1) 1px solid;
  border-top: none;
}
.roadmap__element:last-child {
  border-radius: 0 0 24px 24px;
}
.compare__chat__header {
  display: flex;
  align-items: center;
}
.compare__chat__header__option {
  flex: 1;
  padding: 12px 24px;
  font-weight: 700;
  text-align: center;
}
.compare__chat__header__option:first-child {
  background: #FA6E68;
  border-top-left-radius: 24px;
}
.compare__chat__header__option:last-child {
  color: #fff;
  background: #00223E;
  border-top-right-radius: 24px;
}
.compare__chat__content {
  display: flex;
  border: 1px solid #d3d4d6;
  border-top: none;
}
.compare__chat__content__option {
  flex: 1;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.compare__chat__content__option:first-child {
  border-right: 1px solid #d3d4d6;
  border-bottom-left-radius: 24px;
}
.compare__chat__content__option:last-child {
  border-bottom-right-radius: 24px;
}
@media only screen and (max-width: 650px) {
  .compare__chat__content__option {
    display: none;
  }
  .compare__chat__content__option.active {
    display: flex;
  }
}
.compare__chat__content__source {
  border: 1px solid #FA6E68;
  color: #FA6E68;
  font-weight: 500;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 6px;
}
.compare__chat__content__source__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.compare__chat__content__message {
  padding: 6px 12px;
  background: #fff;
  border-radius: 6px;
}
.compare__chat__content__message__avatar {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0px 0;
  background: #FA6E68;
  margin-bottom: -12px;
  overflow: hidden;
}
.compare__chat__content__message__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.compare__chat__content__message--user {
  width: calc(100% - 24px);
  background: #ecf7fc;
  margin: 0 0 0 auto;
}
.compare__chat__content__message--summary {
  background: #ffdfcc;
}
.compare__chat__content__message--bot {
  width: calc(100% - 24px);
  background: #00223E;
  color: #fff;
}
.compare__chat__content__message--bot p,
.compare__chat__content__message--bot ul li,
.compare__chat__content__message--bot ol li {
  font-size: 14px;
}
@media only screen and (max-width: 650px) {
  .compare__chat__content__message--bot {
    width: 100%;
  }
}
.compare__chat__content__message--summary,
.compare__chat__content__message--bot {
  border-top-left-radius: 0;
}
.compare__chat__content__message--summary p,
.compare__chat__content__message--bot p,
.compare__chat__content__message--summary ul li,
.compare__chat__content__message--bot ul li,
.compare__chat__content__message--summary ol li,
.compare__chat__content__message--bot ol li {
  font-size: 14px;
}
.compare__chat__content__message p {
  margin-top: unset;
}
.compare__chat__content__message p:last-child {
  margin-bottom: 0;
}
.compare__chat__disclaimer {
  text-align: center;
  background: #ecf7fc;
  border-radius: 0 0 24px 2p4x;
  padding: 6px;
  font-style: italic;
  font-weight: 300;
  font-style: 14px;
}
.compare__table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #00223E;
}
.compare__table thead {
  background: #00223E;
  color: #fff;
  font-weight: 700;
}
.compare__table th,
.compare__table td {
  padding: 12px 24px;
  border-bottom: 1px solid #d3d4d6;
  text-align: center;
}
.compare__table th {
  border-right: 1px solid #d3d4d6;
}
.compare__table td {
  border-right: 1px solid #d3d4d6;
}
.compare__table tbody th {
  background: #ECF7FC;
}
.compare__table tr td:first-child {
  border-left: 1px solid #d3d4d6;
}
.compare__table tr td:last-child {
  border-right: 1px solid #d3d4d6;
}
.quote__row {
  display: flex;
  align-items: stretch;
  margin-top: 36px;
}
@media only screen and (max-width: 650px) {
  .quote__row {
    flex-direction: column;
  }
}
.quote__col__image {
  flex: 1;
}
@media only screen and (max-width: 650px) {
  .quote__col__image {
    aspect-ratio: 1.33333333;
  }
  .quote__col__image img {
    aspect-ratio: 1.33333333;
    object-fit: cover;
  }
}
.quote__col__content {
  flex: 2;
  padding: 24px;
  background-color: #ecf7fc;
  color: #00223E;
}
.quote__research {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 650px) {
  .quote__research {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.quote__research__value input {
  width: 128px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 64px;
  font-weight: bold;
}
.quote__research__value input:focus {
  outline: none;
}
.quote__research__range__container {
  position: relative;
  display: block;
  height: 24px;
  width: 100%;
  flex: 1;
}
.quote__research__range__container::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #00223E;
}
.quote__research__range__bullet {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FA6E68;
}
.quote__research__range__bullet:hover {
  cursor: grab;
  background-color: #fc9d99;
}
.quote__research input[type="range"] {
  height: 10px;
  border-radius: 10px;
  background: #FA6E68;
  flex: 1;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%);
  z-index: 50;
}
.quote__research input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: #00223E;
}
.quote__research input[type="range"]::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  background: #FA6E68;
  border-radius: 50%;
  cursor: pointer;
}
.quote__research input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #FA6E68;
  border-radius: 50%;
  cursor: pointer;
}
.quote__applicants {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 650px) {
  .quote__applicants {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.quote__applicants__radio {
  aspect-ratio: 2;
  border-radius: 10px;
  background-color: rgba(0, 34, 62, 0.2);
  border: 1px solid rgba(0, 34, 62, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-direction: column;
  transition: 0.3s;
}
.quote__applicants__radio input {
  font-size: 54px;
  font-weight: bold;
  background: transparent;
  border: none;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1;
}
.quote__applicants__radio input:focus {
  outline: none;
}
.quote__applicants__radio input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.quote__applicants__radio span {
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
}
.quote__applicants__radio p {
  font-size: 18px;
  font-weight: 400;
  margin: 12px 0 0;
}
.quote__applicants__radio:hover {
  background-color: rgba(250, 110, 104, 0.8);
  cursor: pointer;
}
.quote__applicants__radio.active {
  background-color: #FA6E68;
}
.quote__summary {
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 650px) {
  .quote__summary {
    flex-direction: column;
  }
}
.quote__summary__value {
  color: #FA6E68;
}
.quote__summary__savings {
  color: #46b450;
}
.quote__summary b {
  font-size: 64px;
}
@media only screen and (max-width: 650px) {
  .quote__summary b {
    font-size: 24px;
  }
}
.quote__summary__item {
  flex: 1;
}
.quote__summary__item p {
  margin: 0;
  font-size: 14px;
}
.step {
  display: flex;
  align-items: center;
  gap: 24px;
}
.step__content,
.step__image {
  flex: 1;
  min-width: 330px;
}
.step__container {
  display: flex;
  gap: 48px;
  flex-direction: column;
  margin-top: 36px;
}
@media only screen and (max-width: 650px) {
  .step {
    flex-direction: column;
  }
}
.pricingOneOption__container {
  width: 100%;
  max-width: 580px;
  margin: 24px auto 80px;
}
.pricingOneOption__list-element.pricing__list-element {
  padding: 12px 24px;
  height: auto !important;
  text-align: center !important;
  color: #00223E;
}
.pricingOneOption__price.pricing__price {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FA6E68;
}
.pricingOneOption__price.pricing__price span {
  color: #FA6E68;
  font-size: 64px;
}
@media only screen and (max-width: 450px) {
  .pricingOneOption__price.pricing__price span {
    font-size: 42px;
  }
}
.pricingOneOption__period {
  color: #00223E;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  transition: 0.6s;
  min-width: 96px;
}
.pricingOneOption__period:hover {
  cursor: pointer;
}
.pricingOneOption__period-discount {
  font-size: 12px;
  font-weight: 700;
  border-radius: 10px;
  color: #fff;
  background-color: #FA6E68;
  padding: 2px 12px;
  top: -12px;
  right: -2px;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.pricingOneOption__period-container {
  display: flex;
  justify-content: center;
  border-radius: 12px;
  margin: 24px auto 0;
  gap: 12px;
}
.pricingOneOption__period.active {
  background: #FA6E68;
  color: #fff;
}
.pricingOneOption__period-option {
  display: none;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pricingOneOption__period-option.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.pricingOneOption__price-text {
  font-size: 24px !important;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.pricingOneOption__old-price {
  color: rgba(0, 34, 62, 0.6) !important;
  text-decoration: line-through;
}
.kariera__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .kariera__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 650px) {
  .kariera__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.kariera__item {
  padding: 16px;
  border-radius: 16px;
  background-color: #ecf7fc;
  display: flex;
  flex-direction: column;
}
.kariera__item-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  margin-top: auto;
}
.kariera__item-option {
  display: flex;
  align-items: center;
  gap: 8px;
}
.kariera__item-option__container {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.kariera__item-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kariera__item-icon img {
  max-width: 20px;
  max-height: 20px;
  object-fit: contain;
}
.pricing {
  background-image: unset;
  border-radius: 100px 100px 0 0;
  padding-bottom: 0px;
}
@media only screen and (max-width: 650px) {
  .pricing {
    border-radius: 40px 40px 0 0;
  }
}
.pricing__form input {
  width: 100%;
}
.pricing__pros {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 35px;
}
.pricing__pros__icon {
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 37, 63, 0.12);
  width: 70px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing__pros__wrapper {
  background: #fff;
  border-radius: 10px;
  color: #00223E;
  padding: 64px 48px 48px;
  margin-bottom: -164px;
  position: relative;
  z-index: 5;
}
.pricing__pros__container {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 70px;
}
.pricing a.btn span {
  color: #00223E;
}
.pricing a.btn::before {
  background: #ECF7FC;
}
.pricing__container {
  margin: 88px 0 175px;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.pricing__header {
  width: 100%;
  max-width: 430px;
}
.pricing__list {
  width: 100%;
}
.pricing__list-element {
  background: #FFFFFF;
  padding: 0px 24px;
  border-bottom: 1px solid rgba(0, 34, 62, 0.1);
  height: 52px;
  display: flex;
  align-items: center;
}
.pricing__list-element p {
  margin: 0;
  color: #00223E;
  line-height: 1.2;
}
.pricing__list-element-big {
  height: 90px !important;
}
.pricing__list-element-inactive {
  background: #ebedf0;
}
.pricing__list-element:last-child {
  border-radius: 0 0 10px 10px;
}
.pricing__list-element-exclude img {
  opacity: 0.4;
}
.pricing__option {
  flex: 1;
}
.pricing__option__content {
  background: #fff;
  color: #00223E;
  border-radius: 10px;
  width: 100%;
}
.pricing__option__content .pricing__list-element {
  text-align: center;
  color: #00223E;
  font-weight: bold;
  justify-content: center;
}
.pricing__price {
  font-size: 25px;
}
.pricing__price span {
  font-size: 45px;
}
.pricing__duration {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.75;
}
.pricing__omnibus {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.8;
}
.pricing__detail {
  text-align: center;
  position: relative;
  padding: 12px 0 15px;
  border-bottom: 1px solid #00223E;
}
.pricing__detail-span {
  text-transform: uppercase;
  height: 40px;
  border-radius: 9px;
  background: #FA6E68;
  color: #fff;
  width: 100%;
  max-width: 160px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
}
.pricing__footer {
  margin-top: 25px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animated-chat__container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.animated-chat__sources {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.animated-chat__source {
  background: #fff;
  padding: 4px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 34, 62, 0.1);
  font-size: 12px;
  font-weight: 600;
}
.review__wrapper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 37, 63, 0.06);
  padding: 3.021vw 4.844vw;
  max-width: 45.833vw;
}
@media only screen and (min-width: 1700px) {
  .review__wrapper {
    padding: 58px 93px;
    max-width: 880px;
  }
}
@media only screen and (max-width: 1300px) {
  .review__wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .review__wrapper {
    padding: 24px;
  }
}
@media only screen and (max-width: 850px) {
  .review__section .container .row {
    flex-direction: column;
    align-items: stretch;
  }
}
.review__author {
  display: flex;
  align-items: center;
  gap: 2.604vw;
}
@media only screen and (min-width: 1700px) {
  .review__author {
    gap: 50px;
  }
}
.review__author-image {
  width: 5vw;
}
@media only screen and (min-width: 1700px) {
  .review__author-image {
    width: 96px;
  }
}
@media only screen and (max-width: 650px) {
  .review__author-image {
    width: 64px;
  }
}
.review__author-image img {
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.review__author-detail p {
  margin: 0;
}
.review__author-detail span {
  font-weight: 300;
  color: rgba(0, 34, 62, 0.4);
  margin-top: 13px;
}
.review__content {
  margin-top: 35px;
  font-weight: 300;
  max-width: 645px;
}
.review__nav {
  margin-top: 65px;
  display: flex;
  align-items: center;
  gap: 1.302vw;
}
@media only screen and (min-width: 1700px) {
  .review__nav {
    gap: 25px;
  }
}
@media only screen and (max-width: 650px) {
  .review__nav {
    margin-top: 24px;
  }
}
.review__pagination.swiper-pagination-fraction {
  width: 45px;
  text-align: center;
}
.review__button {
  filter: invert(100%);
}
.review__button:hover {
  cursor: pointer;
}
.review__button-prev img {
  transform: scaleX(-1);
}
.presentation {
  background-color: #00223E;
  border-radius: 10px;
  padding: 45px 24px;
  color: #fff;
  background-image: url("./assets/image/presentation-bg.png");
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
@media only screen and (max-width: 850px) {
  .presentation {
    flex-wrap: wrap;
    background-image: none;
  }
}
.presentation .heading__h3 {
  max-width: 21.458vw;
}
@media only screen and (min-width: 1700px) {
  .presentation .heading__h3 {
    max-width: 412px;
  }
}
@media only screen and (max-width: 850px) {
  .presentation .heading__h3 {
    max-width: 100%;
  }
}
.presentation p {
  max-width: 22.396vw;
}
@media only screen and (min-width: 1700px) {
  .presentation p {
    max-width: 430px;
  }
}
@media only screen and (max-width: 850px) {
  .presentation p {
    max-width: 100%;
  }
}
.poradnik__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 36px;
}
@media only screen and (max-width: 850px) {
  .poradnik__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 650px) {
  .poradnik__container {
    grid-template-columns: 1fr;
  }
}
.faq__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq__item {
  background: #ECF7FC;
  border-radius: 8px;
}
.faq__item__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.faq__item__header img {
  width: 24px;
  height: auto;
  transform: rotate(0deg);
  transition: 0.6s;
}
@media only screen and (max-width: 350px) {
  .faq__item__header img {
    width: 18px;
  }
}
.faq__item__header h3 {
  margin: 0;
}
.faq__item__answer {
  padding-left: 48px;
  padding-right: 24px;
  max-height: 0;
  transition: 0.6s;
  overflow: hidden;
  height: auto;
}
@media only screen and (max-width: 310px) {
  .faq__item__answer {
    padding-left: 24px;
  }
}
.faq__item.active .faq__item__header img {
  transform: rotate(180deg);
}
.faq__item.active .faq__item__answer {
  max-height: 500px;
}
.faq__item:hover {
  cursor: pointer;
}
.modules__container {
  display: flex;
  gap: 12px;
  align-items: stretch;
  margin-top: 36px;
}
@media only screen and (max-width: 1130px) {
  .modules__container {
    flex-direction: column;
  }
}
.modules__slider {
  border-radius: 10px;
  overflow: clip;
  position: relative;
  width: 100%;
  box-shadow: 0 3px 40px rgba(10, 20, 57, 0.06);
  aspect-ratio: 1.77777778;
}
@media only screen and (max-width: 605px) {
  .modules__slider {
    aspect-ratio: 1;
  }
}
.modules__slide {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: relative;
  display: none;
  transition: 0.6s;
}
.modules__slide.active {
  display: flex;
  z-index: 5;
  visibility: visible;
  opacity: 1;
}
.modules__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 34, 62, 0.2);
  background-image: linear-gradient(180deg, rgba(0, 34, 62, 0) 0%, rgba(0, 34, 62, 0) 40%, rgba(0, 34, 62, 0.1) 50%, rgba(0, 34, 62, 0.5) 70%, rgba(0, 34, 62, 0.7) 100%);
  display: flex;
  gap: 12px;
}
.modules__content__text {
  flex: 1;
}
@media only screen and (max-width: 605px) {
  .modules__content__text {
    flex: unset;
  }
}
.modules__content a.btn {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 645px) {
  .modules__content {
    background-image: linear-gradient(180deg, rgba(0, 34, 62, 0) 0%, rgba(0, 34, 62, 0.2) 30%, rgba(0, 34, 62, 0.5) 50%, rgba(0, 34, 62, 0.5) 70%, rgba(0, 34, 62, 0.7) 100%);
  }
  .modules__content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 605px) {
  .modules__content {
    justify-content: flex-end;
    flex-direction: column;
  }
}
.modules__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modules__image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 605px) {
  .modules__image img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 605px) {
  .modules__image {
    height: 100%;
  }
}
.modules__h3 {
  font-size: 28px;
  margin: 0 0 12px;
}
.modules__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  max-width: 340px;
  min-width: 300px;
  flex: 1;
  list-style: none;
}
@media only screen and (max-width: 1130px) {
  .modules__nav {
    max-width: 100%;
    flex-direction: row;
  }
}
@media only screen and (max-width: 785px) {
  .modules__nav {
    flex-wrap: wrap;
  }
}
.modules__nav li {
  background: #fff;
  padding: 12px 24px;
  flex: 1;
  transition: 0.6s;
  box-shadow: 0 3px 40px rgba(10, 20, 57, 0.06);
}
@media only screen and (max-width: 785px) {
  .modules__nav li {
    min-width: 190px;
    flex: 1;
  }
}
@media only screen and (max-width: 430px) {
  .modules__nav li {
    border-radius: 10px !important;
  }
}
.modules__nav li:hover {
  background: rgba(250, 110, 104, 0.5);
  cursor: pointer;
}
.modules__nav li.active {
  background: #FA6E68;
}
.modules__nav li:first-child {
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 1130px) {
  .modules__nav li:first-child {
    border-radius: 10px 0 0 10px;
  }
}
.modules__nav li:last-child {
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 1130px) {
  .modules__nav li:last-child {
    border-radius: 0 10px 10px 0;
  }
}
.footer {
  margin-top: auto;
  padding: 48px 0;
}
.footer__container {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 34, 62, 0.2);
  border-bottom: 1px solid rgba(0, 34, 62, 0.2);
  padding-top: 48px;
  padding-bottom: 48px;
}
.footer__social__container {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
  align-items: center;
}
.footer__social__container li a img {
  filter: invert(14%) sepia(10%) saturate(6566%) hue-rotate(173deg) brightness(94%) contrast(109%);
  width: 18px;
  height: auto;
}
.footer__heading {
  font-size: 16px;
  margin: 0 0 12px;
  font-weight: 600;
}
.footer__ul {
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 650px) {
  .footer__ul {
    flex-direction: column;
  }
}
.footer__ul li a {
  font-size: 14px;
  font-weight: 300;
}
.footer__copy {
  font-weight: 300;
}
.footer__copy p {
  font-size: 14px;
  margin: 0 0 20px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 48px;
}
.footer__logo {
  font-size: 24px;
  font-weight: 600;
}
.show-on-mobile {
  display: none;
}
.swiperPricing {
  margin: 64px 0;
  padding-top: 20px;
}
@media only screen and (max-width: 810px) {
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  .heading__h2 {
    font-size: 36px;
  }
  .heading__h3 {
    font-size: 28px;
  }
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: block;
  }
}
@media only screen and (max-width: 430px) {
  .col-1,
  .col-2,
  .col-3 {
    min-width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .heading__h2 {
    font-size: 26px;
  }
}
