ol {
  list-style-type: none;
  counter-reset: my-counter;
}

ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
}

ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 1em;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 120px;
}
.container--narrow {
  padding: 0 240px;
}

@media only screen and (max-width: 1920px) {
  .container--narrow {
    padding: 0 180px;
  }
}
@media only screen and (max-width: 1600px) {
  .container {
    padding: 0 96px;
  }
  .container--narrow {
    padding: 0 96px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 64px;
  }
  .container--narrow {
    padding: 0 64px;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    padding: 0 32px;
  }
  .container--narrow {
    padding: 0 32px;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Regular.woff2") format("woff2"), url("./fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Medium.woff2") format("woff2"), url("./fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-SemiBold.woff2") format("woff2"), url("./fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Bold.woff2") format("woff2"), url("./fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Italic.woff2") format("woff2"), url("./fonts/OpenSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Light.woff2") format("woff2"), url("./fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia";
  src: url("./fonts/Georgia.woff2") format("woff2"), url("./fonts/Georgia.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unna";
  src: url("./fonts/Unna-Regular.woff2") format("woff2"), url("./fonts/Unna-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 1.8;
  min-width: 320px;
  position: relative;
  color: #434343;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
  margin: 0;
}

img {
  max-width: 100%;
}

b, strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

input:required, textarea:required {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input:invalid, textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}
input:focus, textarea:focus {
  outline: none;
}

*::-webkit-input-placeholder {
  color: #434343;
  opacity: 0.75;
}

*:-moz-placeholder {
  color: #434343;
  opacity: 0.75;
}

*::-moz-placeholder {
  color: #434343;
  opacity: 0.75;
}

*:-ms-input-placeholder {
  color: #434343;
  opacity: 0.75;
}

a {
  text-decoration: none;
  color: #434343;
}
a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

button:active, button:focus {
  outline: none;
}

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

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input, select, button {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

input:disabled {
  opacity: 1;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal,
input[type=tel]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.slick-slide {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.object-fit, .teaser-content__image img, .related-article__image img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fit.contain, .teaser-content__image img.contain, .related-article__image img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.hidden {
  display: none;
}

svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.section {
  position: relative;
}
.section--bg {
  background-color: #F5F5F5;
  padding: 100px 0;
}
.elementor-heading-title, .section-title {
  margin: 10px 0px;
  font-size: 64px;
  font-family: "Georgia";
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: #232c45;
}
.section-title span {
  color: #9a8661;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px 80px;
  height: 80px;
  border-radius: 10em;
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(105deg, #3b4769 0%, #232435 100%);
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}
.btn::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background-color: #01091c;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn span {
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.btn:hover {
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.302);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.302);
}
.btn:hover::after {
  opacity: 1;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 28px;
  height: 28px;
}
.social-link + .social-link {
  margin-left: 20px;
}
.social-link:hover {
  opacity: 0.8;
}

.fancybox-is-open .fancybox-bg {
  background-color: #000;
  opacity: 0.6;
}

.fancybox-slide > * {
  margin: 15px 0;
}

.popup {
  background-color: #fff;
  width: 700px;
  display: inline-block;
  border-radius: 20px;
  padding: 50px;
}

@media only screen and (max-width: 1920px) {
  body {
    font-size: 22px;
  }
  .elementor-heading-title, .section-title {
    font-size: 60px;
  }
  .section-title--sm, h2.elementor-heading-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1600px) {
  body {
    font-size: 20px;
  }
  .section--bg {
    padding: 80px 0;
  }
  .section-title--sm, h2.elementor-heading-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1366px) {
  body {
    font-size: 18px;
  }
  .section--bg {
    padding: 50px 0;
  }
  .elementor-heading-title, .section-title {
    font-size: 48px;
  }
  .section-title--sm, h2.elementor-heading-title {
    font-size: 40px;
  }
  .btn {
    height: 64px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 17px;
  }
  .elementor-heading-title, .section-title {
    font-size: 32px;
    /* text-align: center; */
  }
  .btn {
    height: 56px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  .popup {
    width: 100%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 19px;
  }
  .btn {
    height: 64px;
    font-size: 18px;
    padding: 0;
    width: 100%;
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInLeftPhoto {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) rotate(0deg);
            transform: translateX(-100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(9.67deg);
            transform: translateX(0) rotate(9.67deg);
  }
}
@keyframes slideInLeftPhoto {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) rotate(0deg);
            transform: translateX(-100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(9.67deg);
            transform: translateX(0) rotate(9.67deg);
  }
}
@-webkit-keyframes slideInLeftPhotoReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) rotate(0deg);
            transform: translateX(-100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(-9.67deg);
            transform: translateX(0) rotate(-9.67deg);
  }
}
@keyframes slideInLeftPhotoReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) rotate(0deg);
            transform: translateX(-100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(-9.67deg);
            transform: translateX(0) rotate(-9.67deg);
  }
}
@-webkit-keyframes slideInRightPhoto {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) rotate(0deg);
            transform: translateX(100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(9.67deg);
            transform: translateX(0) rotate(9.67deg);
  }
}
@keyframes slideInRightPhoto {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) rotate(0deg);
            transform: translateX(100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(9.67deg);
            transform: translateX(0) rotate(9.67deg);
  }
}
@-webkit-keyframes slideInRightPhotoReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) rotate(0deg);
            transform: translateX(100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(-9.67deg);
            transform: translateX(0) rotate(-9.67deg);
  }
}
@keyframes slideInRightPhotoReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) rotate(0deg);
            transform: translateX(100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(-9.67deg);
            transform: translateX(0) rotate(-9.67deg);
  }
}
@-webkit-keyframes slideInTopPhoto {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px) rotate(0deg);
            transform: translateY(-100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(9.67deg);
            transform: translateY(0) rotate(9.67deg);
  }
}
@keyframes slideInTopPhoto {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px) rotate(0deg);
            transform: translateY(-100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(9.67deg);
            transform: translateY(0) rotate(9.67deg);
  }
}
@-webkit-keyframes slideInTopPhotoReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px) rotate(0deg);
            transform: translateY(-100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(-9.67deg);
            transform: translateY(0) rotate(-9.67deg);
  }
}
@keyframes slideInTopPhotoReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px) rotate(0deg);
            transform: translateY(-100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(-9.67deg);
            transform: translateY(0) rotate(-9.67deg);
  }
}
.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo img {
  width: 100%;
}
.logo img:nth-child(2) {
  display: none;
  margin-top: 20px;
  width: 170px;
  /* filter: invert(1); */
}
.logo-empty-box {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.logo-line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #fff;
}

.wrapper-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 40px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: transparent;
  padding: 56px 0;
}
.header.is-fixed {
  position: fixed;
}
.header.is-sticky-white {
  position: fixed;
  -webkit-animation: swipeDown 0.3s ease-in-out;
          animation: swipeDown 0.3s ease-in-out;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}
.header.is-sticky-white .menu__title {
  color: #232435;
}
.header.is-sticky-white .hamburger .hamburger-inner,
.header.is-sticky-white .hamburger .hamburger-inner::after,
.header.is-sticky-white .hamburger .hamburger-inner::before {
  background-color: #232435;
}
.header.is-sticky-white .hamburger.is-white .hamburger-inner,
.header.is-sticky-white .hamburger.is-white .hamburger-inner::after,
.header.is-sticky-white .hamburger.is-white .hamburger-inner::before {
  background-color: #fff;
}
.header.is-sticky-white .hamburger.is-white .menu__title {
  color: #fff;
}
.header.is-sticky-white .login svg path,
.header.is-sticky-white .login svg circle {
  stroke: #232435;
}
.header.is-sticky-white .login.is-white .menu__title {
  color: #fff;
}
.header.is-sticky-white .login.is-white svg path,
.header.is-sticky-white .login.is-white svg circle {
  stroke: #fff;
}
.header.is-sticky-white .logo-line {
  background-color: #232435;
}
.header.is-sticky-white .logo img:first-child {
  display: none;
}
.header.is-sticky-white .logo img:nth-child(2) {
  display: inline-block;
}
.header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 230px;
}

@-webkit-keyframes swipeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes swipeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hamburger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  cursor: pointer;
  padding: 0;
  height: 16px;
  background-color: transparent;
  z-index: 11;
  position: relative;
  color: #fff;
  width: 130px;
}
.hamburger .hamburger-box {
  width: 26px;
  height: 16px;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
  background-color: #fff;
  height: 1px;
  width: 26px;
  border-radius: 0;
}
.hamburger:hover {
  opacity: 0.8;
}
.hamburger .hamburger-inner::before {
  top: 8px;
}
.hamburger .hamburger-inner::after {
  top: 16px;
}
.hamburger.is-active .hamburger-inner {
  top: 1px;
}
.hamburger.is-active .hamburger-inner::after {
  top: 20px;
}

.menu__title {
  line-height: 1;
  margin-left: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 16px;
  font-family: "Unna";
  font-weight: 400;
  font-size: 22px;
  position: relative;
  top: -1px;
  white-space: nowrap;
}

.login {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 130px;
  position: relative;
  z-index: 11;
  cursor: pointer;
}
.login .menu__title {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.login:hover svg {
  opacity: 0.8;
}
.login:hover .menu__title {
  opacity: 0.8;
}
.login:hover .login__list {
  opacity: 1;
  visibility: visible;
}
.login svg {
  height: 32px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.login__list {
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 0;
  right: -15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
  z-index: 2;
  padding-top: 17px;
  padding-bottom: 10px;
  border-radius: 10px;
}
.login__list::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  z-index: -1;
  border-radius: 10px;
}
.login__link {
  white-space: nowrap;
  font-family: "Unna";
  font-weight: 400;
  font-size: 20px;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.login__link:hover {
  background-color: #F5F5F5;
}
.register img{filter: invert(1);min-width: 27px;border: 2px solid #000;border-radius: 20px;padding: 3px;max-width: 27px;}
@media only screen and (max-width: 1600px) {
  .logo img:nth-child(2) {
    position: relative;
    top: -10px;
  }
  .header {
    padding: 48px 0;
  }
  .header__logo {
    top: -7px;
  }
}
@media only screen and (max-width: 1366px) {
  .header__logo {
    width: 210px;
    top: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu__title {
    display: none;
  }
  .hamburger {
    width: auto;
  }
  .login {
    width: auto;
    margin-right: -20px;
  }
  .logo-line {
    display: none;
  }
  .login__list {
    left: auto;
    right: 0;
    width: 100px;
  }
  .header__logo {
    top: 35px;
  }
  .header.is-sticky-white .logo img:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    padding: 32px 0;
  }
  .header__logo {
    width: 160px;
    left: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .header.is-fixed.open-popup,
.header.is-sticky-white.open-popup {
    right: 17px;
  }
}
.menu {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 430px;
}
.menu-block {
  background-image: linear-gradient(119deg, #01091c 0%, #000819 100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.menu-block.is-visible {
  opacity: 1;
  visibility: visible;
}
.menu-block::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1200px;
  height: 1200px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: -650px;
  z-index: -1;
}
.menu__item.active .menu__link {
  color: #fff;
  padding-left: 60px;
}
.menu__item.active .menu__link:before, .menu__item.active .menu__link::after {
  opacity: 1;
}
.menu__link {
  color: rgba(255, 255, 255, 0.4);
  font-size: 56px;
  font-family: "Georgia";
  font-weight: 400;
  line-height: 1.33;
  padding: 10px 0;
  display: inline-block;
  -webkit-transition: color 0.3s, padding-left 0.3s;
  transition: color 0.3s, padding-left 0.3s;
  position: relative;
  z-index: 2;
}
.menu__link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #baa887;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu__link::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.submenu {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.submenu.is-visible {
  opacity: 1;
  visibility: visible;
}
.submenu__item {
  position: absolute;
  left: -187px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  padding-left: 600px;
  z-index: 2;
}
.submenu__item + .submenu__item {
  z-index: 1;
}
.submenu__link {
  color: #fff;
  font-size: 28px;
  white-space: nowrap;
  position: relative;
  padding-left: 90px;
  display: inline-block;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}
.submenu__link:hover {
  padding-left: 110px;
}
.submenu__link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #baa887;
}
.submenu__link::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #01091C;
}

.menu__social-links {
  position: absolute;
  right: 0;
  margin-right: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu__social-links .social-link + .social-link {
  margin-left: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 1920px) {
  .menu__link {
    font-size: 52px;
  }
  .submenu__link {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1600px) {
  .menu-block::after {
    left: -700px;
  }
  .menu__link {
    font-size: 44px;
  }
  .submenu__item {
    left: -212px;
  }
  .submenu__link {
    font-size: 22px;
  }
  .menu__social-links {
    margin-right: 96px;
  }
}
@media only screen and (max-width: 1366px) {
  .menu-block::after {
    left: -750px;
  }
  .menu__link {
    font-size: 40px;
  }
  .submenu__item {
    left: -262px;
  }
  .submenu__link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu__social-links {
    display: none;
  }
  .menu {
    width: 100%;
  }
  .menu-block {
    padding: 130px 0 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu-block::after {
    display: none;
  }
  .menu__item {
    border-bottom: 1px solid #7c808a;
  }
  .menu__item.active .menu__link {
    padding-left: 0;
  }
  .menu__item.active .menu__link::after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
  .menu__link {
    font-size: 24px;
    color: #fff;
    display: block;
    padding: 15px 0;
  }
  .menu__link::before, .menu__link:after {
    display: none;
  }
  .menu__link::after {
    width: 14px;
    height: 14px;
    display: inline-block;
    content: "";
    border: 1px solid #fff;
    position: absolute;
    right: 5px;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    background-color: transparent;
    border-radius: 0;
    border-top: none;
    border-left: none;
    opacity: 1;
  }
  .menu__link:hover {
    padding-left: 0;
  }
  .submenu {
    position: relative;
    top: auto;
    bottom: auto;
    opacity: 1;
    visibility: visible;
    padding: 10px 0 10px 30px;
    display: none;
  }
  .submenu.is-visible {
    display: block;
  }
  .submenu__item {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none !important;
            transform: none !important;
    padding-left: 0;
    line-height: 1.2;
  }
  .submenu__link {
    font-size: 17px;
    white-space: normal;
    position: relative;
    padding: 12px 0;
    display: inline-block;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .submenu__link:hover {
    padding-left: 20px;
  }
  .submenu__link::after, .submenu__link::before {
    display: none;
  }
}
.hero {
  padding-top: 270px;
  padding-bottom: 400px;
  position: relative;
  z-index: 2;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
.hero__bg::before {
  position: absolute;
  display: block;
  content: "";
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: 0;
  background-image: url("./img/shape.svg");
  background-color: transparent;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero-block {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7) 100%);
  color: #fff;
  border-radius: 64px 64px 64px 0;
  padding: 40px 160px 56px 80px;
  /* width: fit-content; */
  /* text-align: center; */
}
.hero__title {
  margin: 0;
  font-family: "Georgia";
  font-weight: 400;
  font-size: 64px;
  line-height: 1.1;
}

.teasers {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -32px;
  margin-right: -32px;
}

.teaser {
    margin: 0 32px;
    width: calc(33.33% - 64px);
    color: #fff;
}
.teaser .link {
  display: none;
}
.teaser:hover .teaser__link {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1px;
}
.teaser:hover .teaser__link svg {
  -webkit-transform: translateX(4px) scale(1.3);
          transform: translateX(4px) scale(1.3);
}
.teaser:hover .teaser__description {
  opacity: 1;
}
.teaser__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  font-size: 26px;
  line-height: 1.2;
}
.teaser__link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.teaser__description {
  font-size: 20px;
  line-height: 1.35;
  display: block;
  margin-top: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.claim {
  border-radius: 24px 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto 0;
  padding: 32px 56px;
  width: 512px;
  background-color: #F9F9F9;
  z-index: 2;
}
.claim__logo--mob {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .hero {
    padding-top: 230px;
    padding-bottom: 215px;
  }
  .hero-block {
    padding: 40px 128px 56px 64px;
  }
  .hero__title {
    font-size: 52px;
  }
  .teaser__link {
    font-size: 24px;
  }
  .claim {
    bottom: -30px;
  }
}
@media only screen and (max-width: 1600px) {
  .hero {
    padding-top: 230px;
    padding-bottom: 180px;
  }
  .hero-block {
    border-radius: 40px 40px 40px 0;
    padding: 40px 64px;
  }
  .hero__title {
    font-size: 44px;
  }
  .teaser__description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) {
  .hero {
    padding-top: 190px;
    padding-bottom: 0;
    background-color: #f9f9f9;
  }
  .hero__bg {
    bottom: auto;
    height: 585px;
  }
  .hero-block {
    padding: 0;
    border-radius: 0;
    background-image: none;
  }
  .hero__title {
    font-size: 32px;
    border-radius: 24px 24px 24px 0;
    padding: 32px 112px 40px 56px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7) 100%);
  }
  .teaser {
    color: #000;
    background-color: #fff;
    width: calc(33.33% - 24px);
    margin: 0 12px;
    border-radius: 8px;
    padding: 24px;
  }
  .teaser:hover .teaser__link {
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 1px;
  }
  .teaser:hover .link {
    text-decoration: underline;
    text-decoration-color: #001034;
    text-decoration-thickness: 1px;
  }
  .teaser:hover .link svg {
    -webkit-transform: translateX(4px) scale(1.3);
            transform: translateX(4px) scale(1.3);
  }
  .teaser .link {
    /* display: -webkit-inline-box; */
    display: -ms-inline-flexbox;
    /* display: inline-flex; */
    /* font-size: 16px; */
    /* color: #001034; */
  }
  .teaser .link svg {
    margin-left: 12px;
    width: 18px;
    height: 18px;
  }
  .teaser__link {
    font-family: "Georgia";
    font-size: 28px;
  }
  .teaser__link svg {
    /* display: none; */
  }
  .teaser__description {
    font-size: 18px;
    opacity: 1;
    /* color: #434343; */
    margin: 12px 0 8px;
  }
  .teasers {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -32px;
    margin-right: -32px;
  }
  .claim {
    width: 372px;
    padding-top: 24px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero {
    padding-top: 190px;
    padding-bottom: 0px;
  }
  .hero__bg {
    height: 570px;
  }
  .hero__title {
    font-size: 32px;
    padding: 32px 64px 48px 32px;
    border-radius: 24px 24px 24px 0;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7))); */
    /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7) 100%); */
  }
  .claim {
    bottom: -30px;
  }
  .teasers {
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
  }
  .teaser {
    width: 100%;
    margin-top: 10px;
    margin-left: -12px;
    margin-right: -12px;
    padding: 16px 64px 24px 24px;
  }

  .teaser + .teaser {
    margin-top: 16px;
  }
  .teaser__link {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .hero {
    padding-top: 130px;
  }
  .hero__bg {
    height: 500px;
  }
  .hero__title {
    padding: 32px 32px 48px;
    line-height: 1.2;
  }
  .claim {
    width: 240px;
    border-radius: 16px 16px 0 0;
    bottom: -70px;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
  }
  .claim__logo {
    display: none;
  }
  .claim__logo--mob {
    display: inline-block;
  }
  .teasers {
    margin-top: 50%;
  }
  .teaser {
    padding: 16px 24px 24px;
  }
}
.related-articles {
  padding-top: 30px;
  margin-bottom: 30px;
  background-color: #f9f9f9;
}
.related-articles::before {
  position: absolute;
  display: block;
  content: "";
  left: -2px;
  right: -2px;
  bottom: -520px;
  top: 0;
  z-index: -1;
  background-image: url("./img/shape-2.svg");
  background-color: transparent;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.related-articles-block {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -111px;
  margin-right: -111px;
}
.related-articles__btn {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 60px;
  margin-bottom: 30px;
}

.related-article {
  width: calc(33.33% - 222px);
  border-radius: 20px;
  overflow: hidden;
  margin: 0 111px;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.039);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.039);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-color: #fff;
}
.related-article:hover {
  -webkit-box-shadow: 1rem 1.5rem 4.375rem rgba(0, 0, 0, 0.2);
          box-shadow: 1rem 1.5rem 4.375rem rgba(0, 0, 0, 0.2);
}
.related-article:nth-child(1) {
  margin-top: 68px;
}
.related-article:nth-child(2) {
  margin-top: 174px;
}
.related-article__description {
  padding: 32px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 320px);
}
.related-article__image {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  display: block;
}
.related-article__tag {
  margin: 0;
  display: block;
  color: #9a8661;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
.related-article__title {
  margin: 0;
  display: block;
  font-size: 28px;
  margin: 24px 0 32px;
  color: #001034;
  line-height: 1.3;
  font-family: "Georgia";
  text-align: center;
}
.related-article__info {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related-article__info span:nth-child(1)::after {
  content: "|";
  margin-left: 3px;
}

@media only screen and (max-width: 1920px) {
  .related-articles {
    padding-top: 60px;
  }
  .related-articles-block {
    margin-left: -48px;
    margin-right: -48px;
  }
  .related-article {
    width: calc(33.33% - 96px);
    margin: 0 48px;
  }
}
@media only screen and (max-width: 1600px) {
  .related-articles {
    padding-top: 120px;
  }
  .related-articles-block {
    margin-left: -16px;
    margin-right: -16px;
  }
  .related-article {
    width: calc(33.33% - 32px);
    margin: 0 16px;
  }
  .related-article:nth-child(1) {
    margin-top: 0;
  }
  .related-article:nth-child(2) {
    margin-top: 0;
  }
  .related-article__description {
    height: calc(100% - 224px);
  }
  .related-article__image {
    height: 224px;
  }
  .related-article__tag {
    font-size: 14px;
  }
  .related-article__title {
    font-size: 28px;
  }
  .related-article__info {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) {
  .related-articles {
    padding-top: 90px;
    margin-bottom: 0;
  }
  .related-articles::before {
    bottom: -300px;
  }
  .related-article__title {
    margin: 16px 0 32px;
  }
  .related-article__info {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .related-articles::before {
    bottom: -220px;
  }
  .related-articles-block {
    margin: 40px -10px -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .related-articles__btn {
    margin-top: 60px;
  }
  .related-article {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .related-article__image {
    height: 202px;
  }
  .related-article__description {
    height: calc(100% - 202px);
  }
  .related-article__tag {
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .related-articles {
    padding-top: 70px;
  }
  .related-articles::before {
    bottom: -140px;
  }
  .related-articles-block {
    margin: 32px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .related-article {
    width: 100%;
    margin: 0;
  }
  .related-article + .related-article {
    margin-top: 24px;
  }
  .related-article__image {
    height: 160px;
  }
  .related-article__description {
    height: calc(100% - 160px);
  }
  .related-article__tag {
    font-size: 14px;
  }
  .related-article__info {
    font-size: 14px;
  }
}
.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 66px;
}
.numbers-section .section-title {
  text-align: center;
}

.number {
  text-align: center;
  margin: 0 12px;
  width: calc(25% - 24px);
}
.number__value {
  color: #232c45;
  font-size: 160px;
  line-height: 1;
  font-family: "Georgia";
  letter-spacing: -0.08em;
}
.number__text {
  margin-top: 32px;
}

@media only screen and (max-width: 1920px) {
  .number__value {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1600px) {
  .number__value {
    font-size: 96px;
  }
}
@media only screen and (max-width: 1366px) {
  .number__value {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1024px) {
  .numbers {
    margin-top: 64px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .number {
    width: 100%;
    margin: 0;
  }
  .number + .number {
    margin-top: 24px;
  }
  .number__text {
    margin-top: 16px;
    font-size: 17px;
  }
}
.teaser-section__text {
  margin: 32px 0;
}

.pretitle {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #9a8661;
  letter-spacing: 0.1em;
  line-height: 1.37;
  margin-bottom: 8px;
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
.link span {
  line-height: 1.37;
  text-align: left;
}
.hero-block .link span {
    color:#fff;
}
.hero-block .link svg {
    filter: invert(1);
}
.link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.link:hover {
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 1px;
}
.link:hover svg {
  -webkit-transform: translateX(4px) scale(1.3);
          transform: translateX(4px) scale(1.3);
}

@media only screen and (max-width: 1920px) {
  .teaser-section__text {
    margin: 24px 0 32px;
  }
  .pretitle {
    font-size: 22px;
  }
  .link {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1600px) {
  .pretitle {
    font-size: 20px;
  }
  .link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .teaser-section__text {
    margin: 16px 0 24px;
  }
  .pretitle {
    font-size: 18px;
  }
  .link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .pretitle {
    font-size: 17px;
    /* text-align: center; */
  }
  .link {
    font-size: 17px;
    text-align: center;
  }
}
.teaser-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.teaser-content + .teaser-content {
  margin-top: 160px;
}
.teaser-content-section {
  padding: 80px 0;
}
.teaser-content-section--bg {
  background-color: #F5F5F5;
}
.teaser-content__image {
  position: relative;
  overflow: hidden;
  border-radius: 80px;
  width: calc(50% - 60px);
  aspect-ratio: 1;
}
.teaser-content__info {
  width: calc(50% - 60px);
}
.teaser-content--reverse .teaser-content__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 1366px) {
  .teaser-content {
    padding-right: 120px;
  }
  .teaser-content__image {
    display: none;
  }
  .teaser-content__info {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .teaser-content {
    padding-right: 64px;
  }
  .teaser-content + .teaser-content {
    margin-top: 120px;
  }
  .teaser-content-section {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  .teaser-content {
    padding-right: 0;
  }
  .teaser-content + .teaser-content {
    margin-top: 100px;
  }
  .teaser-content-section {
    padding: 60px 0;
  }
}
.prefooter {
  padding: 120px 0 90px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prefooter img {
  width: 100%;
  max-width: 75%;
  opacity: 0.5;
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.language span {
  margin-left: 16px;
  font-family: "Unna";
  font-weight: 400;
  font-size: 24px;
}

.footer {
  background-image: linear-gradient(119deg, #01091c 0%, #000819 100%);
  padding: 80px 0 50px;
  color: #fff;
}
.footer-top {
  text-align: center;
}
.footer-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 440px;
}
.footer-logo img {
  width: 100%;
}
.footer-logo img:nth-child(2) {
  display: none;
}
.footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: 136px; */
  padding-bottom: 135px;
}
.footer-social {
  width: 280px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 32px;
  min-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 64px;
}
.footer-social__text {
  font-size: 18px;
  line-height: 1.5;
}
.footer-social__text p:nth-child(1) {
  margin-top: 0;
}
.footer-social__text p:last-child {
  margin-bottom: 0;
}
.footer-social__social-links {
  margin-top: 65px;
}
.footer-menu {
  width: 1320px;
}
.footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
  margin-right: -40px;
  line-height: 1;
}
.footer-menu__item {
  margin: 0 40px;
  width: calc(25% - 80px);
}
.footer-menu__title {
  font-weight: 300;
  font-size: 20px;
  line-height: 2;
  display: block;
}
.footer-submenu {
  margin-top: 24px;
  padding-left: 16px;
  border-left: 1px solid #7c808a;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-submenu__item + .footer-submenu__item {
  margin-top: 24px;
}
.footer-submenu__link {
  color: #fff;
  line-height: 1.3;
  font-size: 22px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-submenu__link:hover {
  opacity: 0.8;
}
.footer-bottom {
  border-top: 1px solid #7c808a;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__language {
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__language:hover {
  opacity: 0.8;
}

.copy {
  font-size: 20px;
  opacity: 0.5;
  line-height: 1.2;
  margin-left: 100px;
}

.popup-language {
  min-height: 400px;
}
.popup-language-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.popup-language__title {
  font-size: 22px;
  font-family: "Unna";
  font-weight: 400;
  color: #001034;
  margin-bottom: 40px;
}
.popup-language__link {
  color: #232435;
  font-size: 22px;
  font-weight: 600;
  line-height: 2.4;
}

@media only screen and (max-width: 1920px) {
  .prefooter {
    padding: 120px 0 50px;
  }
  .prefooter img {
    max-width: 90%;
  }
  .footer-logo {
    width: 400px;
  }
  .footer-center {
    margin-top: 96px;
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 1600px) {
  .footer-center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-menu {
    width: 100%;
    padding: 0 96px;
  }
  .footer-menu__list {
    margin-left: -48px;
    margin-right: -48px;
    margin-bottom: -100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-menu__item {
    margin: 0 48px 100px;
    width: calc(50% - 96px);
  }
}
@media only screen and (max-width: 1366px) {
  .footer {
    padding: 48px 0;
  }
  .footer-menu {
    padding: 0;
  }
}
@media only screen and (max-width: 1299px) {
  .footer-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .footer-menu__item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #7c808a;
  }
  .footer-menu__item:last-child {
    border-bottom: none;
  }
  .footer-menu__title {
    font-size: 36px;
    font-family: "Georgia";
    font-weight: 400;
    position: relative;
    line-height: 1;
    padding: 15px 0;
    cursor: pointer;
  }
  .footer-menu__title::after {
    width: 18px;
    height: 18px;
    display: inline-block;
    content: "";
    border: 1px solid #fff;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: none;
    border-left: none;
  }
  .footer-menu__title.active::after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
  .footer-submenu {
    display: none;
    padding-left: 0;
    border-left: none;
    padding-bottom: 40px;
  }
  .footer-submenu.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-submenu__link {
    font-size: 24px;
    -webkit-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
  }
  .footer-submenu__link:hover {
    opacity: 1;
    padding-left: 20px;
  }
  .footer-center {
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-social {
    margin-top: 70px;
    border-radius: 0;
    margin-top: 90px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .footer-social__social-links {
    margin-top: 40px;
  }
  .footer-bottom {
    border-top: none;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .copy {
    font-size: 12px;
    margin-left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .prefooter {
    padding: 50px 0;
  }
  .footer-logo {
    width: 128px;
  }
  .footer-logo img {
    display: none;
  }
  .footer-logo img:nth-child(2) {
    display: inline-block;
  }
  .footer-menu__title {
    font-size: 24px;
  }
  .footer-menu__title::after {
    width: 14px;
    height: 14px;
  }
  .footer-submenu__link {
    font-size: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .prefooter {
    padding: 30px 0;
  }
  .prefooter img {
    max-width: 100%;
  }
  .footer-center {
    margin-top: 50px;
    padding-bottom: 70px;
  }
  .footer-social {
    margin-top: 60px;
  }
  .copy {
    max-width: 240px;
  }
}
.page-hero {
  background-color: #f9f9f9;
  position: relative;
}
.page-hero::before {
  position: absolute;
  display: block;
  content: "";
  left: -2px;
  right: -2px;
  bottom: -520px;
  top: 0;
  z-index: -1;
  background-image: url("./img/shape-2.svg");
  background-color: transparent;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-hero__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.page-hero__bg::after {
  position: absolute;
  display: block;
  content: "";
  left: -2px;
  right: -2px;
  bottom: -27px;
  top: 0;
  background-image: url("./img/shape.svg");
  background-color: transparent;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-hero__image {
  width: 100%;
}
.page-hero-block {
  position: relative;
  z-index: 2;
  max-width: 66%;
  margin-top: 80px;
}

@media only screen and (max-width: 1920px) {
  .page-hero__bg::after {
    bottom: -17px;
  }
}
@media only screen and (max-width: 1366px) {
  .page-hero::before {
    bottom: -300px;
  }
  .page-hero-block {
    margin-top: 60px;
    max-width: 75%;
  }
  .page-hero__bg::after {
    bottom: -10px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-hero::before {
    bottom: -220px;
  }
  .page-hero__bg {
    height: 240px;
    overflow: hidden;
  }
  .page-hero__bg::after {
    bottom: -2px;
  }
  .page-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-hero-block {
    margin-top: 40px;
    max-width: 100%;
    padding-right: 64px;
  }
}
@media only screen and (max-width: 600px) {
  .page-hero::before {
    bottom: -140px;
  }
  .page-hero__bg {
    height: 170px;
  }
  .page-hero-block {
    padding-right: 0;
    margin-top: 60px;
  }
}
.faqs {
  margin-top: 45px;
}
.faqs-section {
  padding: 160px 0;
}

.faq {
  width: 100%;
  border-bottom: 1px solid #dedede;
}
.faq .link {
  margin-top: 25px;
  margin-bottom: 25px;
}
.faq__header {
  padding: 24px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.faq__header:hover {
  background-color: hsla(0deg, 0%, 80%, 0.2);
}
.faq__question {
  margin: 0;
  font-family: "Georgia";
  font-size: 48px;
  line-height: 1.15;
  margin-right: 100px;
  color: #001034;
}
.faq:last-child {
  border-bottom: none;
}

.faq__toggle {
  margin-left: auto;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-image: url("./img/caret.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.faq.is-open .faq__toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__answer {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .faq__toggle {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1600px) {
  .faq__header {
    padding: 20px 0;
  }
  .faq__question {
    font-size: 40px;
  }
  .faq__toggle {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 1366px) {
  .faq__question {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .faqs-section {
    padding: 120px 0;
  }
  .faq__question {
    font-size: 24px;
  }
  .faq__toggle {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .faqs-section {
    padding: 100px 0;
  }
  .faq__header {
    padding: 16px 0;
  }
  .faq__question {
    margin-right: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px){
  .jss-btn {
      height: 64px;
  }
}

.jss-btn__sticky {
    align-items: center;
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 50px;
    bottom: 64px;
    box-shadow: 0 12px 18px rgb(0 0 0 / 16%);
    color: #232435;
    display: flex;
    height: 85px;
    justify-content: center;
    max-width: 300px;
    min-width: 236px;
    padding: 24px 0;
    position: fixed;
    right: 40px;
    z-index: 3;
}

.jss-btn {
  border: 0;
  box-sizing: border-box;
  max-width: -moz-fit-content;
}

.jss-btn__sticky .jss-btn__title {
  padding: 0 2rem 0 1rem;
}
.jss-btn__sticky .jss-btn__title {
  font-family: "Georgia";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 20px 0 8px;
}
.jss-btn span {
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
}
.jss-btn svg {
    vertical-align: middle;
}
.jss-btn__sticky .jss-btn__icon--chat {
    padding: 0;
}
.jss-btn__icon--chat svg circle, .jss-btn__icon--chat svg path, .jss-btn__icon--chat svg rect, .jss-btn__icon--user svg circle, .jss-btn__icon--user svg path, .jss-btn__icon--user svg rect {
    stroke-width: 10px;
}
@media (max-width: 600px){
  .jss-btn__sticky .jss-btn__title {
    display: none;
  }
  .jss-btn__sticky {
    height: 80px;
    max-width: 80px; 
    min-width: 80px; 
    padding: 23px; 
  }
}

.form-container {
  width: 450px;
  margin:0 auto;
  padding: 60px;
  background-color: #232c45;
  color: #fff;
}

.form-field {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.form-fname,
.form-lname,
.form-email,
.form-phone,
.form-pass {
  background-color: #fff;
  color: #232c45;
}

.error {
  display: block;
  color: red;
  margin-bottom: 10px;
}

.button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #232c45;
}
.recall-form-validate input, .iti{
  margin-bottom:15px;
}
.iti__selected-dial-code,.iti__country-list{
  color:#232c45
}
.phone{
  padding-left:119px!important;
}
.iti__country-list{
  max-width:330px
}


.recall-form-validate2 {
  width: 450px;
  padding: 60px;
  margin:0 auto;
  background-color: #232c45;
  color: #fff;
}

.form-field2 {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.form-email2,
.form-pass2 {
  background-color: #fff;
  color: #463e3a;
}

.error2 {
  display: block;
  color: red;
  margin-bottom: 10px;
}

.wait2 {
  display: none;
  padding: 10px;
  background-color: #fff;
  color: #232c45;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.password-reset {
  display: block;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 10px;
}

.button2 {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #463e3a;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.acc_button_plane {
  background-color: #fff;
  color: #232c45;
}
.elementor-1740 .elementor-element.elementor-element-438f488 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1740 .elementor-element.elementor-element-9268f96 > .elementor-element-populated {
    padding: 15px 15px 15px 15px;
}

.elementor-1740 .elementor-element.elementor-element-2c42aff {
    --e-price-table-header-background-color: #333333;
}

.elementor-1740 .elementor-element.elementor-element-2c42aff .elementor-price-table__heading {
    font-family: "Ubuntu", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.elementor-1740 .elementor-element.elementor-element-2c42aff .elementor-price-table .elementor-price-table__price {
    font-family: "Ubuntu", Sans-serif;
    font-size: 40px;
    font-weight: 400;
}

.elementor-1740 .elementor-element.elementor-element-2c42aff .elementor-price-table__price > .elementor-price-table__currency {
    font-size: calc(60em/100);
}

.elementor-1740 .elementor-element.elementor-element-2c42aff .elementor-price-table__currency {
    align-self: flex-start;
}

.elementor-1740 .elementor-element.elementor-element-2c42aff .elementor-price-table__after-price {
    justify-content: flex-start;
}

.elementor-1740 .elementor-element.elementor-element-2c42aff .elementor-price-table__features-list {
    padding: 0px 0px 30px 0px;
}

.elementor-1740 .elementor-element.elementor-element-2c42aff .elementor-price-table__features-list li {
    font-family: "Ubuntu", Sans-serif;
    font-size: 14px;
}

.elementor-1740 .elementor-element.elementor-element-2c42aff .elementor-price-table__features-list li:before {
    border-top-style: solid;
    border-top-color: #ddd;
    border-top-width: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.elementor-1740 .elementor-element.elementor-element-2c42aff .elementor-price-table__footer {
    padding: 0px 0px 0px 0px;
}

.elementor-1740 .elementor-element.elementor-element-2c42aff .elementor-price-table__button {
    font-size: 16px;
    background-color: #00D89D;
}

.elementor-1740 .elementor-element.elementor-element-147d3b5 .elementor-button {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #6EC1E4;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #6EC1E4;
    padding: 10px 25px 10px 25px;
}

.elementor-1740 .elementor-element.elementor-element-147d3b5 .elementor-button:hover, .elementor-1740 .elementor-element.elementor-element-147d3b5 .elementor-button:focus {
    color: #6EC1E4;
    background-color: rgba(2, 1, 1, 0);
}

.elementor-1740 .elementor-element.elementor-element-147d3b5 .elementor-button:hover svg, .elementor-1740 .elementor-element.elementor-element-147d3b5 .elementor-button:focus svg {
    fill: #6EC1E4;
}

.elementor-1740 .elementor-element.elementor-element-7f92068 > .elementor-element-populated {
    padding: 15px 15px 15px 15px;
}

.elementor-1740 .elementor-element.elementor-element-1aef38e {
    --e-price-table-header-background-color: rgba(122, 122, 122, 0.69);
}

.elementor-1740 .elementor-element.elementor-element-1aef38e .elementor-price-table__heading {
    font-family: "Ubuntu", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.elementor-1740 .elementor-element.elementor-element-1aef38e .elementor-price-table .elementor-price-table__price {
    font-family: "Ubuntu", Sans-serif;
    font-size: 40px;
    font-weight: 400;
}

.elementor-1740 .elementor-element.elementor-element-1aef38e .elementor-price-table__price > .elementor-price-table__currency {
    font-size: calc(60em/100);
}

.elementor-1740 .elementor-element.elementor-element-1aef38e .elementor-price-table__currency {
    align-self: flex-start;
}

.elementor-1740 .elementor-element.elementor-element-1aef38e .elementor-price-table__after-price {
    justify-content: flex-start;
}

.elementor-1740 .elementor-element.elementor-element-1aef38e .elementor-price-table__features-list {
    padding: 0px 0px 30px 0px;
}

.elementor-1740 .elementor-element.elementor-element-1aef38e .elementor-price-table__features-list li {
    font-family: "Ubuntu", Sans-serif;
    font-size: 14px;
}

.elementor-1740 .elementor-element.elementor-element-1aef38e .elementor-price-table__features-list li:before {
    border-top-style: solid;
    border-top-color: #ddd;
    border-top-width: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.elementor-1740 .elementor-element.elementor-element-1aef38e .elementor-price-table__footer {
    padding: 0px 0px 0px 0px;
}

.elementor-1740 .elementor-element.elementor-element-1aef38e .elementor-price-table__button {
    font-size: 16px;
    background-color: #00D89D;
}

.elementor-1740 .elementor-element.elementor-element-58cde07 .elementor-button {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #6EC1E4;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #6EC1E4;
    padding: 10px 25px 10px 25px;
}

.elementor-1740 .elementor-element.elementor-element-58cde07 .elementor-button:hover, .elementor-1740 .elementor-element.elementor-element-58cde07 .elementor-button:focus {
    color: #6EC1E4;
    background-color: rgba(2, 1, 1, 0);
}

.elementor-1740 .elementor-element.elementor-element-58cde07 .elementor-button:hover svg, .elementor-1740 .elementor-element.elementor-element-58cde07 .elementor-button:focus svg {
    fill: #6EC1E4;
}

.elementor-1740 .elementor-element.elementor-element-708b7e6 > .elementor-element-populated {
    padding: 15px 15px 15px 15px;
}

.elementor-1740 .elementor-element.elementor-element-5ea706e {
    --e-price-table-header-background-color: #D7B56D;
}

.elementor-1740 .elementor-element.elementor-element-5ea706e .elementor-price-table__heading {
    font-family: "Ubuntu", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.elementor-1740 .elementor-element.elementor-element-5ea706e .elementor-price-table .elementor-price-table__price {
    font-family: "Ubuntu", Sans-serif;
    font-size: 40px;
    font-weight: 400;
}

.elementor-1740 .elementor-element.elementor-element-5ea706e .elementor-price-table__price > .elementor-price-table__currency {
    font-size: calc(60em/100);
}

.elementor-1740 .elementor-element.elementor-element-5ea706e .elementor-price-table__currency {
    align-self: flex-start;
}

.elementor-1740 .elementor-element.elementor-element-5ea706e .elementor-price-table__after-price {
    justify-content: flex-start;
}

.elementor-1740 .elementor-element.elementor-element-5ea706e .elementor-price-table__features-list {
    padding: 0px 0px 30px 0px;
}

.elementor-1740 .elementor-element.elementor-element-5ea706e .elementor-price-table__features-list li {
    font-family: "Ubuntu", Sans-serif;
    font-size: 14px;
}

.elementor-1740 .elementor-element.elementor-element-5ea706e .elementor-price-table__features-list li:before {
    border-top-style: solid;
    border-top-color: #ddd;
    border-top-width: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.elementor-1740 .elementor-element.elementor-element-5ea706e .elementor-price-table__footer {
    padding: 0px 0px 0px 0px;
}

.elementor-1740 .elementor-element.elementor-element-5ea706e .elementor-price-table__button {
    font-size: 16px;
    background-color: #00D89D;
}

.elementor-1740 .elementor-element.elementor-element-3e40a62 .elementor-button {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #6EC1E4;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #6EC1E4;
    padding: 10px 25px 10px 25px;
}

.elementor-1740 .elementor-element.elementor-element-3e40a62 .elementor-button:hover, .elementor-1740 .elementor-element.elementor-element-3e40a62 .elementor-button:focus {
    color: #6EC1E4;
    background-color: rgba(2, 1, 1, 0);
}

.elementor-1740 .elementor-element.elementor-element-3e40a62 .elementor-button:hover svg, .elementor-1740 .elementor-element.elementor-element-3e40a62 .elementor-button:focus svg {
    fill: #6EC1E4;
}

.elementor-1740 .elementor-element.elementor-element-c0b4ed4 > .elementor-element-populated {
    padding: 15px 15px 15px 15px;
}

.elementor-1740 .elementor-element.elementor-element-5acb574 {
    --e-price-table-header-background-color: #000000;
}

.elementor-1740 .elementor-element.elementor-element-5acb574 .elementor-price-table__heading {
    font-family: "Ubuntu", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.elementor-1740 .elementor-element.elementor-element-5acb574 .elementor-price-table .elementor-price-table__price {
    font-family: "Ubuntu", Sans-serif;
    font-size: 40px;
    font-weight: 400;
}

.elementor-1740 .elementor-element.elementor-element-5acb574 .elementor-price-table__price > .elementor-price-table__currency {
    font-size: calc(60em/100);
}

.elementor-1740 .elementor-element.elementor-element-5acb574 .elementor-price-table__currency {
    align-self: flex-start;
}

.elementor-1740 .elementor-element.elementor-element-5acb574 .elementor-price-table__after-price {
    justify-content: flex-start;
}

.elementor-1740 .elementor-element.elementor-element-5acb574 .elementor-price-table__features-list {
    padding: 0px 0px 30px 0px;
}

.elementor-1740 .elementor-element.elementor-element-5acb574 .elementor-price-table__features-list li {
    font-family: "Ubuntu", Sans-serif;
    font-size: 14px;
}

.elementor-1740 .elementor-element.elementor-element-5acb574 .elementor-price-table__features-list li:before {
    border-top-style: solid;
    border-top-color: #ddd;
    border-top-width: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.elementor-1740 .elementor-element.elementor-element-5acb574 .elementor-price-table__footer {
    padding: 0px 0px 0px 0px;
}

.elementor-1740 .elementor-element.elementor-element-5acb574 .elementor-price-table__button {
    font-size: 16px;
    background-color: #00D89D;
}

.elementor-1740 .elementor-element.elementor-element-05f6cb3 .elementor-button {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #6EC1E4;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #6EC1E4;
    padding: 10px 25px 10px 25px;
}

.elementor-1740 .elementor-element.elementor-element-05f6cb3 .elementor-button:hover, .elementor-1740 .elementor-element.elementor-element-05f6cb3 .elementor-button:focus {
    color: #6EC1E4;
    background-color: rgba(2, 1, 1, 0);
}

.elementor-1740 .elementor-element.elementor-element-05f6cb3 .elementor-button:hover svg, .elementor-1740 .elementor-element.elementor-element-05f6cb3 .elementor-button:focus svg {
    fill: #6EC1E4;
}

/* Start custom CSS for section, class: .elementor-element-438f488 */
.teaser-content {
    padding-right: 0!important
}

/* End custom CSS */
.trustpilot-rating {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  color: white;
  padding: 10px;
  max-width: 590px;
  margin: auto;
  gap: 8px;
  justify-content: space-between;
}

.rating-label {
  font-weight: bold;
  font-size: 18px;
}

.stars {
  display: flex;
  gap: 2px;
}

.star {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  font-size: 16px;
  line-height: 20px;
  color: #fff; /* Trustpilot green */
  position: relative;
  background: #00b67a;
  text-align: center;
}

.star.half::before {
  content: 'â˜…';
  position: absolute;
  left: 0px;
  padding-left: 3px;
  width: 50%;
  overflow: hidden;
  color: #fff;
  text-align: center;
  /* background: #dcdcdc; */
  background: #00b67a;
}

.star.half {
  color: #fff; /* Gray background for half */
  background: #dcdcdc;
}

.review-count {
  font-size: 14px;
  color: #fff;
}

.trustpilot {
  color: #00b67a;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
.trustpilot svg path.tp-logo__text{
  fill:#fff
}
.related-articles.trust{
  background-image: linear-gradient(119deg, #01091c 0%, #000819 100%);
  padding-top: 0;
}