:root {
  --font-family: "Lato", sans-serif;
  --text-color: rgba(255,255,255, 0.7);
  --text-white: #fff;
  /* Colors */
  --white:#fff;
  --dark:#181445;
  --red:#FF005C;
  --red-hover:#B40242;
  --purple:#FF4794;
  --purple-hover:#CF1F69;
  --orange:#F9A102;
  --orange-hover:#BD7A00;
  --green:#36D7B1;
  --green-hover:#139676;
  --blue:#9F98FF;
  --dark-blue:#4F48B1;
  --blue-hover:#5D55BF;
  --sky-blue:#47BEE4;
  --sky-blue-hover:#2F7F98;
}

/* @media only screen and (max-width: 1319px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 959px) {

}

@media only screen and (max-width: 575px) {

}

@media only screen and (max-width: 479px) {

} */

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{
  width: auto;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: var(--text-color);
  font-family: var(--font-family);
  max-width: 100%;
  min-width: 100%;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(#15123D), color-stop(103.17%, #3830A3));
  background: linear-gradient(180deg, #15123D 0%, #3830A3 103.17%);
  overflow-x: hidden;
}

html body .wrapper {
  overflow: hidden;
}

html body .container {
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  html body .container {
    width: 768px;
  }
}
@media only screen and (min-width: 960px) {
  html body .container {
    width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  html body .container {
    width: 1200px;
  }
}
@media only screen and (min-width: 1320px) {
  html body .container {
    width: 1320px;
  }
}
h1 {
  font-size: 3.875rem;
  
  
  
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 959px) {
  h1 {
    font-size: 2.625rem;
  }
}

h2 {
  font-size: 2.25rem;
  
  
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 1.625rem;
  }
}

h3 {
  font-size: 1.5rem;
  
  
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 1.125rem;
  }
}

.icon {
  max-width: 40px;
  max-height: 40px;
}

use path {
  fill: inherit;
  stroke: inherit;
}

.pt-300 {
  padding-top: 18.75rem;
}

.pt-500 {
  padding-top: 31.25rem;
}

.mt-300 {
  padding-top: 18.75rem;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel .owl-nav button[class*=owl-] {
  width: 45px;
  height: 45px;
  background-color: var(--dark-blue);
  border-radius: 50%;
  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;
  padding: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.owl-carousel .owl-nav button[class*=owl-]:hover {
  background-color: var(--blue-hover);
}
.owl-carousel .owl-nav [class*=owl-] svg {
  fill: #fff;
  width: 15px;
  height: auto;
}
.owl-carousel .owl-prev {
  position: absolute;
  left: -75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  
  
}
@media only screen and (max-width: 1199px) {
  .owl-carousel .owl-prev {
    left: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .owl-carousel .owl-prev {
    left: -10px;
  }
}
.owl-carousel .owl-next {
  position: absolute;
  right: -75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  
  
}
.owl-carousel .owl-next svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media only screen and (max-width: 1199px) {
  .owl-carousel .owl-next {
    right: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .owl-carousel .owl-next {
    right: -10px;
  }
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
}
.header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .header_inner .burger {
  display: none;
  
}
@media only screen and (max-width: 959px) {
  .header .header_inner .burger {
    display: block;
  }
}
.header .header_inner .header_item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .header_inner .header_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.header .header_inner .header_item ul li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .header_inner .header_item ul li a {
  color: var(--text-white);
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 7px;
  position: relative;
  transition: 0.3s ease;
}
.header .header_inner .header_item ul li a:before {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--text-white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .header_inner .header_item ul li a:hover:before {
  width: 100%;
}
.header .header_inner .header_item ul li.login a {
  color: var(--white);
}
.header .header_inner .header_item ul li.login a:before {
  background: var(--dark);
}
.header .header_inner .header_item ul li.sign-up a {
  padding: 9px 20px 11px;
  background: var(--red-hover);
}
.header .header_inner .header_item ul li.sign-up a:before {
  display: none;
}
.header .header_inner .header_item ul li.sign-up a:hover {
  background: var(--red);
}
.header .header_inner .header_item.header_item_1 {
  
}
@media only screen and (max-width: 959px) {
  .header .header_inner .header_item.header_item_1 {
    display: none;
  }
}
.header .header_inner .header_item.header_item_3 {
  
}
@media only screen and (max-width: 959px) {
  .header .header_inner .header_item.header_item_3 {
    display: none;
  }
}
.header .header_inner .header_item.header_item_2 img{
  width:180px;
  height:auto;
  display: block;
}
@media only screen and (max-width: 959px) {
  .header .header_inner .header_item.header_item_2 {
    width: 100%;
    text-align: center;
  }
}
.header.active {
  background: #15123D;
}
.header.active .header_inner .header_item ul li.login a {
  color: var(--text-white);
}
.header.active .header_inner .header_item ul li.login a:before {
  background: var(--text-white);
}

.slider_menu {
  position: fixed;
  right: -100%;
  top: 0px;
  width: 320px;
  height: 100%;
  background: #15123D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9991;
  padding: 60px 45px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  
}
.slider_menu.active {
  right: 0px;
}
@media only screen and (max-width: 575px) {
  .slider_menu {
    width: 100%;
  }
}
.slider_menu .slider_menu_inner .close_slider_menu {
  position: absolute;
  top: 29px;
  right: 17px;
}
.slider_menu .slider_menu_inner .close_slider_menu .close_slider_line {
  width: 30px;
  height: 3px;
  background: #fff;
  margin: 5.5px 0 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slider_menu .slider_menu_inner .close_slider_menu .close_slider_line:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slider_menu .slider_menu_inner .close_slider_menu .close_slider_line:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -9px;
}
.slider_menu .slider_menu_inner ul {
  text-align: center;
}
.slider_menu .slider_menu_inner ul li {
  line-height: 2em;
}
.slider_menu .slider_menu_inner ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 7px;
  position: relative;
  transition: 0.3s ease;
}
.slider_menu .slider_menu_inner ul li a:before {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--text-white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slider_menu .slider_menu_inner ul li a:hover:before {
  width: 100%;
}

.cta {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 800;
  background: var(--red);
  color: var(--text-white);
  padding: 22px 20px 22px 65px;
  text-decoration: none;
  border-radius: 7px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  
}
@media only screen and (max-width: 1199px) {
  .cta {
    font-size: 1rem;
  }
}
.cta .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #fff;
}
.cta:hover {
  background: var(--red-hover);
  border-radius: 5px;
}

.cta_pusle_container {
  display: inline-block;
}
.cta_pusle_container .cta_pusle {
  display: inline-block;
  font-size: 2rem;
  font-weight: 800;
  background: var(--red);
  color: var(--text-white);
  padding: 30px 70px 30px 100px;
  text-decoration: none;
  border-radius: 7px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: 0.3s ease;
  
  
  
}
@media only screen and (max-width: 1199px) {
  .cta_pusle_container .cta_pusle {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 959px) {
  .cta_pusle_container .cta_pusle {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta_pusle_container .cta_pusle {
    font-size: 1rem;
    border-radius: 7px;
    padding: 15px 25px 15px 50px;
  }
}
.cta_pusle_container .cta_pusle .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  
}
@media only screen and (max-width: 767px) {
  .cta_pusle_container .cta_pusle .icon {
    width: 20px;
    height: 20px;
    left: 15px;
  }
}
.cta_pusle_container .cta_pusle .cta_pusle_border_1 {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-radius: 20px;
  border: 5px solid transparent;
  background: linear-gradient(45deg, #1F1B5A, #FF4794) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.3;
  -webkit-animation: pulse 3.5s infinite;
          animation: pulse 3.5s infinite;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  
}
@media only screen and (max-width: 767px) {
  .cta_pusle_container .cta_pusle .cta_pusle_border_1 {
    display: none;
  }
}
.cta_pusle_container .cta_pusle .cta_pusle_border_2 {
  position: absolute;
  top: -40px;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-radius: 30px;
  border: 5px solid transparent;
  background: linear-gradient(45deg, #1F1B5A, #FF4794) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.3;
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  
}
@media only screen and (max-width: 767px) {
  .cta_pusle_container .cta_pusle .cta_pusle_border_2 {
    display: none;
  }
}
.cta_pusle_container:hover .cta_pusle {
  background: var(--red-hover);
  border-radius: 10px;
}
.cta_pusle_container:hover .cta_pusle .cta_pusle_border_1,
.cta_pusle_container:hover .cta_pusle .cta_pusle_border_2 {
  opacity: 0.6;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.cta_blue {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 800;
  background: #352E9A;
  color: var(--text-white);
  padding: 18px 30px;
  text-decoration: none;
  border-radius: 7px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .cta_blue {
    font-size: 1rem;
  }
}
.cta_blue .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #fff;
}
.cta_blue:hover {
  background: #2d2785;
  border-radius: 5px;
}
@media only screen and (max-width: 959px) {
  .cta_blue {
    font-size: 1rem;
  }
}

.footer {
  background: #2D2683;
}
.footer .footer_inner {
  text-align: center;
  padding: 25px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer_inner img {
  max-width: 130px;
  height: auto;
}

.footer_inner-item{
  width:calc(50% - 30px);
}

.footer_inner-item1{
  text-align: left;
}


.footer_inner-item2{
  text-align: right;
}

.footer_inner-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
.footer_inner-item ul li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer_inner-item ul li a {
  color: var(--text-white);
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 7px;
  position: relative;
  transition: 0.3s ease;
}
.footer_inner-item ul li a:before {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--text-white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer_inner-item ul li a:hover:before {
  width: 100%;
}


.home_hero {
  max-width: 1920px;
  position: relative;
  margin: auto;
}
.home .home_hero_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_hero_inner_item{
  width:calc(50% - 30px);
}
.home_hero .home_hero_artwork {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(18%, -38%);
          transform: translate(18%, -38%);
  z-index: -1;

}
@media only screen and (max-width: 1899px) {
  .home_hero .home_hero_artwork {
    -webkit-transform: translate(21%, -38%);
            transform: translate(21%, -38%);
  }
}
@media only screen and (max-width: 1799px) {
  .home_hero .home_hero_artwork {
    -webkit-transform: translate(25%, -38%);
            transform: translate(25%, -38%);
  }
}
@media only screen and (max-width: 1699px) {
  .home_hero .home_hero_artwork {
    -webkit-transform: translate(28%, -38%);
            transform: translate(28%, -38%);
  }
}
@media only screen and (max-width: 1599px) {
  .home_hero .home_hero_artwork {
    -webkit-transform: translate(32%, -38%);
            transform: translate(32%, -38%);
  }
}
@media only screen and (max-width: 1499px) {
  .home_hero .home_hero_artwork {
    -webkit-transform: translate(39%, -38%);
            transform: translate(39%, -38%);
  }
}
@media only screen and (max-width: 1399px) {
  .home_hero .home_hero_artwork {
    -webkit-transform: translate(39%, -38%);
            transform: translate(39%, -38%);
  }
}
@media only screen and (max-width: 1299px) {
  .home_hero .home_hero_artwork {
    -webkit-transform: translate(44%, -38%);
            transform: translate(44%, -38%);
  }
}
@media only screen and (max-width: 1199px) {
  .home_hero .home_hero_artwork {
    -webkit-transform: translate(39%, -38%);
            transform: translate(39%, -38%);
  }
}
@media only screen and (max-width: 959px) {
  .home_hero .home_hero_artwork {
    -webkit-transform: translate(38%, -38%);
            transform: translate(38%, -38%);
  }
}
@media only screen and (max-width: 767px) {
  .home_hero .home_hero_artwork {
    -webkit-transform: translate(30%, 0%);
            transform: translate(30%, 0%);
    opacity: 0.5;
  }
}
.home_hero .home_hero_artwork img {
  max-width: 100%;
}
.home_hero .home_hero_inner {
  padding: 200px 0 0 50px;
  position: relative;
  z-index: 2;
  
  
}
@media only screen and (max-width: 959px) {
  .home_hero .home_hero_inner {
    padding: 200px 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home_hero .home_hero_inner {
    padding: 85px 0 0 0px;
    text-align: center;
  }
  .header{
    position: relative;
    top:70px;
  }

}
.home_hero .home_hero_inner h1 {
  color: #FF005C;
  font-style: normal;
  font-weight: 700;
  line-height: 129.032258%;
  margin: 0 0 20px;
  
}
@media only screen and (max-width: 1199px) {
  .home_hero .home_hero_inner h1 {
    margin: 0 0 25px;
  }
}
.home_hero .home_hero_inner p {
  line-height: 1.5em;
  font-size: 1.25rem;
  
  
}
@media only screen and (max-width: 1199px) {
  .home_hero .home_hero_inner p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .home_hero .home_hero_inner p br {
    display: none;
  }
}
.home_hero .home_hero_inner .home_hero_cta {
  margin: 60px 0 60px;
  
}
@media only screen and (max-width: 1199px) {
  .home_hero .home_hero_inner .home_hero_cta {
    margin: 30px 0;
  }
}
.home_hero .home_hero_inner .home_hero_learn a {
  font-size: 14px;
  color: var(--text-white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  text-decoration: none;
  background-size: 100% 1px;
  background-position: 0 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-repeat: no-repeat;
  
}
.home_hero .home_hero_inner .home_hero_learn a:hover {
  color: var(--text-white);
  background-size: 0px 1px;
}
@media only screen and (max-width: 575px) {
  .home_hero .home_hero_inner .home_hero_learn a {
    line-height: 1.3em;
  }
}

.info_block {
  max-width: 1920px;
  position: relative;
  margin: auto;
}
.info_block .info_block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  
}
@media only screen and (max-width: 767px) {
  .info_block .info_block_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.info_block .info_block_inner .info_block_inner-item {
  width: calc(41% - 30px);
  position: relative;
  
  
  
}
@media only screen and (max-width: 1199px) {
  .info_block .info_block_inner .info_block_inner-item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 959px) {
  .info_block .info_block_inner .info_block_inner-item {
    width: calc(60% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .info_block .info_block_inner .info_block_inner-item {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.info_block .info_block_inner .info_block_inner-item h2 {
  color: var(--purple);
  font-weight: 700;
  line-height: 127.777778%; /* 46/36 */
  margin: 0 0 5px;
  
}
@media only screen and (max-width: 767px) {
  .info_block .info_block_inner .info_block_inner-item h2 {
    text-align: center;
  }
}
.info_block .info_block_inner .info_block_inner-item h3 {
  color: var(--text-white);
  margin: 0 0 25px;
  line-height: 1.3em;
  
}
@media only screen and (max-width: 767px) {
  .info_block .info_block_inner .info_block_inner-item h3 {
    text-align: center;
  }
}
.info_block .info_block_inner .info_block_inner-item p {
  line-height: 162.5%; /* 26/16 */
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 25px;
  
  
}
@media only screen and (max-width: 1319px) {
  .info_block .info_block_inner .info_block_inner-item p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .info_block .info_block_inner .info_block_inner-item p {
    text-align: center;
  }
}
.info_block .info_block_inner .info_block_inner-item .info_block_description {
  background: #453DA9;
  border-radius: 10px;
  padding: 15px 20px;
  line-height: 1.5em;
  color: var(--text-color);
  margin: 0 0 25px;
  
}
@media only screen and (max-width: 767px) {
  .info_block .info_block_inner .info_block_inner-item .info_block_description {
    text-align: center;
    font-style: italic;
  }
  .info_block .info_block_inner .info_block_inner-item .info_block_description strong {
    font-style: normal;
  }
}
.info_block .info_block_inner .info_block_inner-item .info_block_small_description {
  border-top: 1px solid rgba(172, 134, 234, 0.4);
  font-size: 0.625rem;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.4);
  padding: 15px 0 0;
}
.info_block .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
  width: calc(59% - 30px);
  
  
  
}
@media only screen and (max-width: 1199px) {
  .info_block .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 959px) {
  .info_block .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    width: calc(40% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .info_block .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.info_block.info_block_1 .info_block_inner {
  padding-top: 500px;
  
  
  
  
}
@media only screen and (max-width: 1199px) {
  .info_block.info_block_1 .info_block_inner {
    padding-top: 305px;
  }
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_1 .info_block_inner {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 575px) {
  .info_block.info_block_1 .info_block_inner {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 479px) {
  .info_block.info_block_1 .info_block_inner {
    padding-top: 90px;
  }
}
.info_block.info_block_1 .info_block_inner img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-41%, -47%);
          transform: translate(-41%, -47%);
  z-index: -1;
  
  
  
}
@media only screen and (max-width: 1199px) {
  .info_block.info_block_1 .info_block_inner img {
    -webkit-transform: translate(-52%, -47%);
            transform: translate(-52%, -47%);
  }
}
@media only screen and (max-width: 959px) {
  .info_block.info_block_1 .info_block_inner img {
    -webkit-transform: translate(-65%, -47%);
            transform: translate(-65%, -47%);
  }
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_1 .info_block_inner img {
    position: relative;
    -webkit-transform: translate(-38%, -28%);
            transform: translate(-38%, -28%);
    width: 138%;
    height: auto;
  }
}
.info_block.info_block_1 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
  
  
  
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_1 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    height: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .info_block.info_block_1 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    height: 360px;
  }
}
@media only screen and (max-width: 479px) {
  .info_block.info_block_1 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    height: 225px;
  }
}
.info_block.info_block_2 {
  padding-top: 140px;
  
  
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_2 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .info_block.info_block_2 {
    padding-top: 30px;
  }
}
.info_block.info_block_2 .info_block_inner img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-18%, -16%);
          transform: translate(-18%, -16%);
  z-index: -1;
  
  
  
}
@media only screen and (max-width: 1199px) {
  .info_block.info_block_2 .info_block_inner img {
    -webkit-transform: translate(-21%, -16%);
            transform: translate(-21%, -16%);
  }
}
@media only screen and (max-width: 959px) {
  .info_block.info_block_2 .info_block_inner img {
    -webkit-transform: translate(-23%, -16%);
            transform: translate(-23%, -16%);
  }
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_2 .info_block_inner img {
    position: relative;
    -webkit-transform: translate(8%, -10%);
            transform: translate(8%, -10%);
    width: 135%;
    height: auto;
  }
}
.info_block.info_block_2 .info_block_inner h2 {
  color: var(--green);
}
.info_block.info_block_2 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
  
  
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_2 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    height: 360px;
  }
}
@media only screen and (max-width: 479px) {
  .info_block.info_block_2 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    height: 225px;
  }
}
.info_block.info_block_3 {
  padding-top: 500px;
  
  
}
@media only screen and (max-width: 959px) {
  .info_block.info_block_3 {
    padding-top: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_3 {
    padding-top: 110px;
  }
}
.info_block.info_block_3 .info_block_inner img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-20%, -43%);
          transform: translate(-20%, -43%);
  z-index: -1;
  
  
  
}
@media only screen and (max-width: 1199px) {
  .info_block.info_block_3 .info_block_inner img {
    -webkit-transform: translate(-35%, -43%);
            transform: translate(-35%, -43%);
  }
}
@media only screen and (max-width: 959px) {
  .info_block.info_block_3 .info_block_inner img {
    -webkit-transform: translate(-48%, -37%);
            transform: translate(-48%, -37%);
  }
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_3 .info_block_inner img {
    position: relative;
    -webkit-transform: translate(-46%, -25%);
            transform: translate(-46%, -25%);
    width: 100%;
    height: auto;
  }
}
.info_block.info_block_3 .info_block_inner h2 {
  color: var(--orange);
}
.info_block.info_block_3 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
  
  
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_3 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    height: 360px;
  }
}
@media only screen and (max-width: 479px) {
  .info_block.info_block_3 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    height: 225px;
  }
}
.info_block.info_block_4 {
  padding-top: 465px;
  
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_4 {
    padding-top: 40px;
  }
}
.info_block.info_block_4 .info_block_inner img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-15%, -29%);
          transform: translate(-15%, -29%);
  z-index: -1;
  
  
  
}
@media only screen and (max-width: 1199px) {
  .info_block.info_block_4 .info_block_inner img {
    -webkit-transform: translate(-42%, -29%);
            transform: translate(-42%, -29%);
  }
}
@media only screen and (max-width: 959px) {
  .info_block.info_block_4 .info_block_inner img {
    -webkit-transform: translate(-53%, -43%);
            transform: translate(-53%, -43%);
  }
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_4 .info_block_inner img {
    position: relative;
    -webkit-transform: translate(-24%, -24%);
            transform: translate(-24%, -24%);
    width: 135%;
    height: auto;
  }
}
.info_block.info_block_4 .info_block_inner h2 {
  color: var(--blue);
}
.info_block.info_block_4 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
  
  
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_4 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    height: 360px;
  }
}
@media only screen and (max-width: 479px) {
  .info_block.info_block_4 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    height: 225px;
  }
}
.info_block.info_block_5 {
  padding-top: 300px;
  
}
@media only screen and (max-width: 1199px) {
  .info_block.info_block_5 {
    padding-top: 155px;
  }
}
.info_block.info_block_5 .info_block_inner img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-22%, -14%);
          transform: translate(-22%, -14%);
  z-index: -1;
  
  
  
}
@media only screen and (max-width: 1199px) {
  .info_block.info_block_5 .info_block_inner img {
    -webkit-transform: translate(-23%, -14%);
            transform: translate(-23%, -14%);
  }
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_5 .info_block_inner img {
    position: relative;
    -webkit-transform: translate(-14%, -5%);
            transform: translate(-14%, -5%);
    width: 135%;
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .info_block.info_block_5 .info_block_inner img {
    position: relative;
    -webkit-transform: translate(-25%, -5%);
            transform: translate(-25%, -5%);
    width: 190%;
    height: auto;
  }
}
.info_block.info_block_5 .info_block_inner h2 {
  color: var(--blue);
}
.info_block.info_block_5 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
  
  
}
@media only screen and (max-width: 767px) {
  .info_block.info_block_5 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    height: 360px;
  }
}
@media only screen and (max-width: 479px) {
  .info_block.info_block_5 .info_block_inner .info_block_inner-item.info_block_inner-item_artork {
    height: 225px;
  }
}

.home_benefist {
  background: url(../img/benefist-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 390px 0 0;
  padding: 45px 0;
  position: relative;

}

.home_benefist:before{
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background: rgba(25, 22, 74, 0.6);
}


@media only screen and (max-width: 1199px) {
  .home_benefist {
    margin: 240px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home_benefist {
    background: none;
    margin: 120px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .home_benefist {
    margin: 40px 0 0;
  }
}
.home_benefist h2 {
  color: #FF005C;
  text-align: center;
  font-weight: 700;
  margin: 0 0 10px;
}
.home_benefist h3 {
  color: rgba(var(--text-white), 0.7);
  text-align: center;
  margin: 0 0 25px;
}
.home_benefist p {
  text-align: center;
  line-height: 1.5em;
  
}
@media only screen and (max-width: 575px) {
  .home_benefist p br {
    display: none;
  }
}
.home_benefist .home_benefist_inner {
  margin: 30px 0 0;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  
  
}
@media only screen and (max-width: 959px) {
  .home_benefist .home_benefist_inner {
    gap: 15px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 575px) {
  .home_benefist .home_benefist_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
.home_benefist .home_benefist_inner .home_benefist_inner-item {
  width: calc(50% - 30px);
  padding: 30px 25px;
  background: rgba(79, 72, 177, 0.7);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  
  
  
  
}
@media only screen and (max-width: 1199px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item {
    width: calc(33% - 30px);
  }
}
@media only screen and (max-width: 959px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item {
    width: calc(33% - 15px);
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 575px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item {
    width: 100%;
  }
}
.home_benefist .home_benefist_inner .home_benefist_inner-item.half-benefist {
  width: calc(25% - 30px);
  
  
  
  
}
@media only screen and (max-width: 1199px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item.half-benefist {
    width: calc(33% - 30px);
  }
}
@media only screen and (max-width: 959px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item.half-benefist {
    width: calc(33% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item.half-benefist {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 575px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item.half-benefist {
    width: 100%;
  }
}
.home_benefist .home_benefist_inner .home_benefist_inner-item .home_benefist-badge {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  padding: 7px 15px;
  color: rgba(var(--text-white), 0.7);
  
}
@media only screen and (max-width: 959px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item .home_benefist-badge {
    padding: 7px 10px;
  }
}
.home_benefist .home_benefist_inner .home_benefist_inner-item img {
  display: block;
  margin: 15px 0;
  
}
@media only screen and (max-width: 959px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item img {
    width: 30px;
    height: auto;
  }
}
.home_benefist .home_benefist_inner .home_benefist_inner-item h4 {
  color: var(--text-white);
  font-size: 1.5rem;
  line-height: 1.3em;
  
  
}
@media only screen and (max-width: 959px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item h4 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item h4 br {
    display: none;
  }
}
.home_benefist .home_benefist_inner .home_benefist_inner-item p {
  text-align: left;
  
}
@media only screen and (max-width: 959px) {
  .home_benefist .home_benefist_inner .home_benefist_inner-item p br {
    display: none;
  }
}
.home_benefist .cta_benefist {
  margin: 55px 0 0;
  text-align: center;
}

.home_expats {
  margin: 350px 0 0;
  
  
}
@media only screen and (max-width: 959px) {
  .home_expats {
    margin: 215px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home_expats {
    margin: 0px 0 0;
  }
}
.home_expats .home_expats_inner {
  background: #4F47B0 url(../img/expats_circle.png) left top no-repeat;
  padding: 60px 80px 40px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  
  
  
}
@media only screen and (max-width: 1199px) {
  .home_expats .home_expats_inner {
    padding: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .home_expats .home_expats_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .home_expats .home_expats_inner {
    padding: 25px 15px;
  }
}
.home_expats .home_expats_inner .home_expats_inner-item {
  width: 50%;
  position: relative;
  
}
@media only screen and (max-width: 767px) {
  .home_expats .home_expats_inner .home_expats_inner-item {
    width: 100%;
    text-align: center;
  }
}
.home_expats .home_expats_inner .home_expats_inner-item h2 {
  color: var(--text-white);
  margin: 0 0 5px;
  position: relative;
  z-index: 2;
}
.home_expats .home_expats_inner .home_expats_inner-item h3 {
  color: var(--text-white);
  margin: 0 0 25px;
  position: relative;
  z-index: 2;
}
.home_expats .home_expats_inner .home_expats_inner-item p {
  line-height: 162.5%;
  color: rgba(var(--text-color), 0.7);
  margin: 0 0 25px;
  position: relative;
  z-index: 2;
  
}
@media only screen and (max-width: 1199px) {
  .home_expats .home_expats_inner .home_expats_inner-item p br {
    display: none;
  }
}
.home_expats .home_expats_inner .home_expats_inner-item img {
  position: absolute;
  bottom: -50px;
  right: -305px;
  z-index: 1;

}
@media only screen and (max-width: 1319px) {
  .home_expats .home_expats_inner .home_expats_inner-item img {
    right: -355px;
  }
}
@media only screen and (max-width: 1199px) {
  .home_expats .home_expats_inner .home_expats_inner-item img {
    max-width: 630px;
    height: auto;
  }
  .home_expats .home_expats_inner .home_expats_inner-item img {
    right: -175px;
  }
}
@media only screen and (max-width: 767px) {
  .home_expats .home_expats_inner .home_expats_inner-item{
    margin-bottom: -80px;
  }
  .home_expats .home_expats_inner .home_expats_inner-item img {
    position: relative;
    bottom: 50px;
    right: -90px;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
  }
}

.home_experience {
  margin: 100px 0 0;
  
}
@media only screen and (max-width: 1199px) {
  .home_experience {
    margin: 60px 0 0;
  }
}
.home_experience h2 {
  text-align: center;
  color: var(--text-white);
  
}
.home_experience h2 span {
  color: var(--red);
  
}
@media only screen and (max-width: 767px) {
  .home_experience h2 span {
    display: block;
    margin: 5px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .home_experience h2 {
    font-size: 1.375rem;
  }
}
.home_experience .home_experience_cta {
  text-align: center;
  margin: 90px 0;
  width: 100%;
  
}
@media only screen and (max-width: 767px) {
  .home_experience .home_experience_cta {
    margin: 30px 0;
  }
}
.home_experience .home_experience_cta a {
  font-size: 1.875rem;
  
}
@media only screen and (max-width: 959px) {
  .home_experience .home_experience_cta a {
    font-size: 1.375rem;
  }
}

.home_free {
  margin: 100px 0 0;
  background: url(../img/home_free.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
@media only screen and (max-width: 767px) {
  .home_free {
    background: none;
    margin-top: 30px;
  }
}
.home_free .home_free_inner {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  
}
@media only screen and (max-width: 767px) {
  .home_free .home_free_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 80px 0 0;
  }
}
.home_free .home_free_inner .home_free_item {
  width: calc(50% - 20px);
  
}
@media only screen and (max-width: 767px) {
  .home_free .home_free_inner .home_free_item {
    width: 100%;
  }
}
.home_free .home_free_inner .home_free_item h2 {
  color: var(--text-white);
  font-size: 2.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  
  
  
}
@media only screen and (max-width: 1199px) {
  .home_free .home_free_inner .home_free_item h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .home_free .home_free_inner .home_free_item h2 {
    margin-top: 50px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .home_free .home_free_inner .home_free_item h2 {
    font-size: 1.625rem;
  }
}
.home_free .home_free_inner .home_free_item .home_free_inner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  
}
@media only screen and (max-width: 767px) {
  .home_free .home_free_inner .home_free_item .home_free_inner_container {
    gap: 30px;
  }
}
.home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item {
  width: calc(50% - 20px);
  padding: 30px;
  background: rgba(79, 72, 177, 0.7);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 310px;
  
  
  
}
@media only screen and (max-width: 1199px) {
  .home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item {
    width: 100%;
    min-height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item {
    min-height: auto;
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 575px) {
  .home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item {
    width: 100%;
  }
}
.home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item h3 {
  color: var(--text-white);
  line-height: 1.2em;
  margin: 0 0 20px;
  
}
@media only screen and (max-width: 1199px) {
  .home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item h3 {
    text-align: center;
  }
  .home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item h3 br {
    display: none;
  }
}
.home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item p {
  line-height: 1.5em;
  
}
@media only screen and (max-width: 1199px) {
  .home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item p {
    text-align: center;
  }
  .home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item p br {
    display: none;
  }
}
.home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item.home_free_blue {
  background: rgba(71, 190, 228, 0.7);
}
.home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item.home_free_blue h3 {
  color: #2B257D;
}
.home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item.home_free_blue p {
  color: #2B257D;
}
.home_free .home_free_inner .home_free_item .home_free_inner_container .home_free_inner_container-item.home_free_full {
  width: 100%;
}

.home_map {
  margin: 120px 0 0;
  
}
@media only screen and (max-width: 1199px) {
  .home_map {
    margin: 90px 0 0;
  }
}
.home_map .home_map_inner h2 {
  text-align: center;
  color: var(--text-white);
  margin: 0 0 15px;
}
.home_map .home_map_inner h3 {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 0 0 25px;
  font-weight: 400;
}
.home_map .home_map_inner .home_map_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin: 35px 0 0;
  
  
}
@media only screen and (max-width: 1199px) {
  .home_map .home_map_inner .home_map_tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .home_map .home_map_inner .home_map_tabs {
    gap: 10px;
  }
}
.home_map .home_map_inner .home_map_tabs a {
  display: inline-block;
  padding: 7px 20px 9px;
  background: #1F1A61;
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  text-decoration: none;
  border: 2px solid #1F1A61;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  
  
}
.home_map .home_map_inner .home_map_tabs a:hover {
  border: 2px solid #9F98FF;
}
.home_map .home_map_inner .home_map_tabs a.active {
  border: 2px solid #9F98FF;
}
@media only screen and (max-width: 1199px) {
  .home_map .home_map_inner .home_map_tabs a {
    padding: 7px 10px 9px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .home_map .home_map_inner .home_map_tabs a {
    font-size: 0.875rem;
  }
}
.home_map .home_map_inner .map_slide {
  max-width: 700px;
  margin: 50px auto 0;
  display: none;
}
.home_map .home_map_inner .map_slide.active {
  display: block;
}
.home_map .home_map_inner .map_slide .owl-map .item {
  position: relative;
}
.home_map .home_map_inner .map_slide .owl-map .item img {
  border-radius: 20px;
}
.home_map .home_map_inner .map_slide .owl-map .item .map_slide_name {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #2C2680;
  font-size: 1.5rem;
}

.price {
  margin: 120px 0 0;
  position: relative;
  
}
@media only screen and (max-width: 767px) {
  .price {
    margin: 90px 0 0;
  }
}
.price h2 {
  text-align: center;
  color: var(--text-white);
  font-size: 2.875rem;
  margin: 0 0 35px;
  
  
}
@media only screen and (max-width: 767px) {
  .price h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .price h2 {
    font-size: 1.625rem;
  }
}
.price .price_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 55px;
}
.price .price_toggle .price_toggle_item {
  color: var(--text-white);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  
}
@media only screen and (max-width: 575px) {
  .price .price_toggle .price_toggle_item {
    font-size: 1rem;
  }
}
.price .price_toggle .price_toggle_item span {
  color: var(--text-white);
  font-size: 14px;
  
}
@media only screen and (max-width: 575px) {
  .price .price_toggle .price_toggle_item span {
    font-size: 0.75rem;
  }
}
.price .price_toggle .price_toggle_item .toggle-button {
  position: relative;
  width: 72px;
  height: 34px;
  margin: 0;
  vertical-align: top;
  background: #0B0746;
  border: 1px solid #601E86;
  border-radius: 30px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
  
}
@media only screen and (max-width: 575px) {
  .price .price_toggle .price_toggle_item .toggle-button {
    width: 50px;
    height: 20px;
  }
}
.price .price_toggle .price_toggle_item .toggle-button::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -2px;
  width: 35px;
  height: 35px;
  background: #47BEE4;
  border-radius: 50%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
  
}
@media only screen and (max-width: 575px) {
  .price .price_toggle .price_toggle_item .toggle-button::after {
    width: 25px;
    height: 25px;
    top: -3px;
  }
}
.price .price_toggle .price_toggle_item .toggle-button:checked::after {
  -webkit-transform: translateX(calc(100% + 5px));
          transform: translateX(calc(100% + 5px));
}
.price .price_toggle .price_toggle_item.price_toggle_item2 {
  margin: 0 15px;
  color: rgba(255, 255, 255, 0.5);
}
.price .price_toggle .price_toggle_item.price_toggle_item3 span {
  color: #FDC248;
  font-size: 1.125rem;
  border-radius: 5px;
  background: #3D35A3;
  padding: 5px 10px;
  margin-left: 10px;
  
}
@media only screen and (max-width: 575px) {
  .price .price_toggle .price_toggle_item.price_toggle_item3 span {
    font-size: 0.875rem;
  }
}
.price .price_panel {
  max-width: 475px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
  background: #FFDC94;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  
  
}
@media only screen and (max-width: 575px) {
  .price .price_panel {
    max-width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 575px) {
  .price .price_panel {
    border-radius: 15px;
  }
}
.price .price_panel:before {
  content: "";
  position: absolute;
  top: -75px;
  left: -75px;
  z-index: -1;
  width: calc(100% + 150px);
  height: calc(100% + 150px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-radius: 90px;
  border: 5px solid transparent;
  background: linear-gradient(45deg, #1F1B5A, #FF4794) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  
}
@media only screen and (max-width: 767px) {
  .price .price_panel:before {
    display: none;
  }
}
.price .price_panel:after {
  content: "";
  position: absolute;
  top: -32.5px;
  left: -32.5px;
  z-index: -1;
  width: calc(100% + 75px);
  height: calc(100% + 75px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-radius: 60px;
  border: 5px solid transparent;
  background: linear-gradient(45deg, #1F1B5A, #FF4794) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  
}
@media only screen and (max-width: 767px) {
  .price .price_panel:after {
    display: none;
  }
}
.price .price_panel .price_label {
  position: absolute;
  top: -26px;
  left: -26px;
  
}
@media only screen and (max-width: 575px) {
  .price .price_panel .price_label {
    width: 75px;
    top: -14px;
    left: -14px;
  }
}
.price .price_panel h3 {
  color: #332C95;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 30px;
  
}
@media only screen and (max-width: 575px) {
  .price .price_panel h3 {
    font-size: 1.625rem;
  }
}
.price .price_panel .price_panel_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FDC248;
  padding: 50px 50px;
  border-radius: 30px 30px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  
}
@media only screen and (max-width: 575px) {
  .price .price_panel .price_panel_desc {
    border-radius: 15px 15px 0 0;
    padding: 25px;
  }
}
.price .price_panel .price_panel_desc .price_panel_desc_thum {
  width: 50px;
  margin: 15px 50px 15px 0;
  
}
.price .price_panel .price_panel_desc .price_panel_desc_thum img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 575px) {
  .price .price_panel .price_panel_desc .price_panel_desc_thum {
    width: 25px;
    margin: 10px 20px 10px 0;
  }
}
.price .price_panel .price_panel_desc .price_panel_desc_text {
  width: calc(100% - 100px);
  color: #332C95;
  font-size: 1.25rem;
  line-height: 1.3em;
  
  
}
@media only screen and (max-width: 575px) {
  .price .price_panel .price_panel_desc .price_panel_desc_text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .price .price_panel .price_panel_desc .price_panel_desc_text {
    width: calc(100% - 45px);
  }
}
.price .price_panel .price_count {
  background: #FFDC94;
  text-align: center;
  padding: 45px 0 15px;
  color: #332C95;
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 1em;

}
.price_year{
  display: none;
}
.price .price_panel .price_count.price_year {
  padding-bottom: 0;
 
}
.price .price_panel .price_count sup {
  font-size: 2.25rem;
  position: relative;
  top: -20px;
  
}
.price .price_panel .price_count sup span {
  color: rgba(51, 44, 149, 0.5);
}


.price .price_panel .price_count_avg {
  background: #FFDC94;
  text-align: center;
  padding: 0px 0 15px;
  color: #332C95;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  
}
.price .price_panel .price_count_avg sup {
  font-size: 18px;
  position: relative;
  top: -20px;
  
}
.price .price_panel .price_count_avg sup span {
  color: rgba(51, 44, 149, 0.5);
}

@media only screen and (max-width: 575px) {
  .price .price_panel .price_count sup {
    font-size: 1.25rem;
  }
  price .price_panel .price_count_avg sup {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .price .price_panel .price_count {
    font-size: 2.625rem;
    padding: 30px 0 15px;
  }
  price .price_panel .price_count_avg {
    font-size: 16px;
  }
}
.price .price_panel .price_buy {
  margin: 0 30px;
  padding: 0 0 30px;
}
.price .price_panel .price_buy a {
  display: inline-block;
  color: var(--text-white);
  font-size: 1.875rem;
  font-weight: 800;
  border-radius: 10px;
  border: 7px solid #FF85B1;
  background: #FF005C;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 25px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  
}
.price .price_panel .price_buy a:hover {
  border: 7px solid #FF005C;
}
@media only screen and (max-width: 575px) {
  .price .price_panel .price_buy a {
    font-size: 1rem;
    border: 3px solid #FF85B1;
    padding: 15px 30px;
  }
}

.home_about {
  margin: 140px 0 0;
}
.home_about .home_about_inner {
  background: #980366 url(../img/about_circle.png) bottom left no-repeat;
  border-radius: 25px;
  padding: 45px 80px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  
  
  
}
@media only screen and (max-width: 1199px) {
  .home_about .home_about_inner {
    padding: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .home_about .home_about_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .home_about .home_about_inner {
    padding: 25px 15px;
  }
}
.home_about .home_about_inner .home_about_inner_item {
  position: relative;
  width: 50%;
  
}
@media only screen and (max-width: 767px) {
  .home_about .home_about_inner .home_about_inner_item {
    width: 100%;
    text-align: center;
  }
}
.home_about .home_about_inner .home_about_inner_item img {
  position: absolute;
  bottom: -45px;
  right: -80px;
  z-index: 1;
}
.home_about .home_about_inner .home_about_inner_item h2 {
  font-weight: 700;
  color: var(--text-white);
  margin: 0 0 25px;
  position: relative;
  z-index: 2;
}
.home_about .home_about_inner .home_about_inner_item h3 {
  color: var(--text-white);
  position: relative;
  z-index: 2;
}
.home_about .home_about_inner .home_about_inner_item p {
  color: var(--text-color);
  line-height: 143.75%; /* 23/16 */
  margin: 0 0 25px;
  position: relative;
  z-index: 2;
  
}
.home_about .home_about_inner .home_about_inner_item p a {
  color: var(--text-color);
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  text-decoration: none;
  background-size: 100% 1px;
  background-position: 0 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-repeat: no-repeat;
}
.home_about .home_about_inner .home_about_inner_item p a:hover {
  color: var(--text-white);
  background-size: 0px 1px;
}
@media only screen and (max-width: 1199px) {
  .home_about .home_about_inner .home_about_inner_item p br {
    display: none;
  }
}
.home_about .home_about_inner .home_about_inner_item ul {
  margin-left: 20px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  
}
@media only screen and (max-width: 767px) {
  .home_about .home_about_inner .home_about_inner_item ul {
    text-align: left;
  }
}
.home_about .home_about_inner .home_about_inner_item ul li {
  color: var(--text-color);
  line-height: 1.5em;
  position: relative;
}
.home_about .home_about_inner .home_about_inner_item ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -10px;
  background: #342C96;
}
.home_about .home_about_inner .home_about_inner_item .home_about_cta {
  margin: 0 0 25px;
  position: relative;
  z-index: 2;
}
.home_about.home_about_1 {
  
}
@media only screen and (max-width: 767px) {
  .home_about.home_about_1 {
    margin: 90px 0 0;
  }
}
.home_about.home_about_1 .home_about_inner {
  background: #980366;
}
.home_about.home_about_1 .home_about_inner .home_about_inner_item img {
  
}
@media only screen and (max-width: 767px) {
  .home_about.home_about_1 .home_about_inner .home_about_inner_item img {
    position: relative;
    bottom: -35px;
    right: -35px;
    width: 100%;
    height: auto;
  }
}
.home_about.home_about_2 {
  margin: 245px 0 90px;
}
@media only screen and (max-width: 767px) {
  .home_about.home_about_2 {
    margin: 90px 0 0;
  }
}
.home_about.home_about_2 .home_about_inner {
  background: #1B1752;
}
.home_about.home_about_2 .home_about_inner .home_about_inner_item {
  
}
@media only screen and (max-width: 767px) {
  .home_about.home_about_2 .home_about_inner .home_about_inner_item:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home_about.home_about_2 .home_about_inner .home_about_inner_item:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.home_about.home_about_2 .home_about_inner .home_about_inner_item img {
  position: absolute;
  bottom: -45px;
  left: -85px;

}
.home_about.home_about_2 .home_about_inner .home_about_inner_item h2 {
  color: #9F98FF;
  margin: 0 0 10px;
}
.home_about.home_about_2 .home_about_inner .home_about_inner_item h3 {
  color: #fff;
  margin: 0 0 25px;
}
.home_about.home_about_2 .home_about_inner .home_about_inner_item p {
  color: var(--text-color);
}
.home_about.home_about_2 .home_about_inner .home_about_inner_item ul li {
  color: var(--text-color);
}

.home_about.home_about_2 .home_about_inner .home_about_inner_item ul li:before{
  background: var(--text-color);
}

.expirience_mobile{
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  background: #2D2683;
  z-index: 99991;
  display: none;
}

.expirience_mobile_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.expirience_mobile_inner-item{
  color:#fff;
  font-size:16px;
  line-height: 1.3em;
}

.expirience_mobile_inner-item span{
  display:block;
  color:#FF005C;
}


.expirience_mobile_inner-item a{
  display:block;
  color: var(--text-white);
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 7px;
  position: relative;
  transition: 0.3s ease;
  padding: 9px 20px 11px;
  background: var(--red);
}
.expirience_mobile_inner-item a:hover{
  background: var(--red-hover);
}


/* default_page */

.default_page {
  padding: 200px 0 0 50px;
  position: relative;
  z-index: 2;
}
.default_page h1{
  text-align: center;
  color:#fff;
}

.default_page h2{
  color:#fff;
  margin: 20px 0 15px;
}
.default_page h3{
  color:#fff;
  margin: 20px 0 15px;
}
.default_page p{
  color:#fff;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.default_page ul{
  list-style: disc;
  margin: 15px 0 15px 35px;
}
.default_page ul li{
  color:#fff;
  line-height: 1.5em;
}

.default_page ol{
  list-style: auto;
  margin: 15px 0 15px 35px;
}
.default_page ol li{
  color:#fff;
  line-height: 1.5em;
}

@media only screen and (max-width: 959px) {
  .default_page {
    padding: 200px 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .default_page {
    padding: 85px 0 0 0px;
    text-align: center;
  }
}


.overlay{
  position: fixed; 
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
  transition: 0.3s ease;
}

.window{
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  padding: 30px 60px;
  box-sizing: border-box;
  border-radius: 25px;
  background: #2D2683;
  z-index: 999991;
  transition: 0.3s ease;
  display: none;
}


.window .close_window{
  position: absolute;
  top:20px;
  right:20px;
}

.window .contact_us_container{
  width: 600px;
  display: block;
}

.window .contact_us_container h3{
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 45px;
}

.window .contact_us-item{
  width:100%;
  position: relative;
  margin-bottom: 25px;
}

.window .contact_us-item input[type="text"],
.window .contact_us-item input[type="email"],
.window .contact_us-item input[type="tel"]{ 
  width:100%;
  height:42px;
  border-radius: 10px;
  background: #201C55;
  border: 3px solid #201C55;
  padding: 0 15px;
  outline:none;
  color:rgba(255, 255, 255, 0.7);
}
.window .contact_us-item textarea{ 
  width:100%;
  height:130px;
  border-radius: 10px;
  background: #201C55;
  border: 3px solid #201C55;
  padding: 10px 15px;
  outline:none;
  color:rgba(255, 255, 255, 0.7);
  resize:none;
}

.window .contact_us-item .input_holder{
  position: absolute;
  top:-9px;
  left:15px;
  display: inline-block;
  font-size:14px;
  padding: 3px 7px;
  color:rgba(255, 255, 255, 0.7);
  transition: 0.3s ease;
  background:#15123D;
}


.window .contact_us-item input[type="submit"]{
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--red);
  border-radius: 7px;
  padding: 15px 35px;
  outline:none;
  cursor:pointer;
  transition: 0.3s ease;
  border: none;
}
.window .contact_us-item input[type="submit"]:hover{
  background: var(--red-hover);
}

.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-response-output{
  display: none;
}
.wpcf7-spinner{
  display: none;
}
form input.wpcf7-not-valid{
  border: 1px solid var(--red) !important;
}
.window.contact_us-thanks {
  padding: 45px 60px;
}
.window.contact_us-thanks .contact_us_container{
  width: 300px;
  text-align: center;
  
}

.window.contact_us-thanks .contact_us_container h3{
  margin: 20px 0 25px;
}
.window.contact_us-thanks .contact_us_container p{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-height: 700px) {
  .window{
    height:calc(100vh - 30px);
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 767px) {
  .window{
    padding: 30px 15px;
    width:calc(100% - 30px);
  }
  .window .contact_us_container{
    width:100%;
  }
  .window .contact_us_container h3 {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .window .contact_us-item input[type="text"], .window .contact_us-item input[type="email"], .window .contact_us-item input[type="tel"]{
    height: 35px;
  }

  .window .contact_us-item textarea{
    height: 80px;
  }
  
}

.home_membership{
  padding: 170px 0 0;
}
.home_membership h2{
  text-align: center;
  color: #36D7B1;
  margin: 0 0 50px;
}
.member_line{
  width:68%;
  height:auto;
  display: block;
  margin: auto;
}

.home_membership_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.member_line-half{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index:1;
}

.home_membership_inner_item{
  width:calc(33.33% - 20px);
  background: #2B2675;
  border-radius: 20px;
  padding: 35px 30px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2;
}

.home_membership_inner_item-half{
  width:calc(50% - 20px);
  margin: 0 0 60px;
}
.home_membership_inner_item img{
  display: block;
  max-width: 307px;
  height:auto;
  margin: 0 auto 50px;
}

.home_membership_inner_item-half img{
  margin: 0 auto 70px;
}

.home_membership_inner_item h3{
  font-size:24px;
  margin:0 0 15px;
  color: #fff;
  line-height: 1.3em;
}

.home_membership_inner_item p{
  text-align: center;
  line-height: 1.5em;
  color: var(--text-color);
}

.home_able{
  padding: 100px 0 0;
}

.home_able h2{
  text-align: center;
  color: #36D7B1;
  margin: 0 0 50px;
}

.home_able_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_able_inner_item{
  width:calc(33.33% - 20px);
  background: #1B1752;
  border-radius: 20px;
  padding: 35px 30px 50px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2;
}

.home_able_inner_item img{
  display: block;
  max-width: 100px;
  height:auto;
  margin: 0 auto 30px;
}

.home_able_inner_item h3{
  font-size:24px;
  margin:0 0 15px;
  color: #fff;
  line-height: 1.3em;
}

.home_able_inner_item p{
  text-align: center;
  line-height: 1.5em;
  color: var(--text-color);
}

.home_additional{
  padding: 40px 0 0;
}

.home_additional_inner{
  background: url(../img/additional_bg.png) bottom/cover no-repeat;
  border-radius: 20px;
  padding: 55px;
}

.home_additional_inner h2{
  text-align: center;
  font-size:24px;
  margin:0 0 15px;
  color: #fff;
  line-height: 1.3em;
}

.home_additional_inner p{
  text-align: center;
  line-height: 1.5em;
  color: var(--text-color);
}

.home_additional_inner .cta_more{
  text-align: center;
  margin: 40px 0 0;
}

.home_something{
  margin: 125px 0 0;
  background: #1B1752;
}

.home_something_inner{
  padding: 100px 0;
}
.home_something_inner h2{
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin: 0 0 50px;
}
.home_something_inner h2 span{
  color:#FF005C;
}

.home_something_cta{
  text-align: center;
  width:100%;
  margin: 50px 0 0;
}

.price_manual{
  position: absolute;
  right: 0;
  top:50%;
  background: #1B1752;
  border-radius: 30px 0 0 30px;
  max-width: 275px;
  box-sizing: border-box;
  padding: 30px 15px 30px 40px;
  transform: translateY(-50%);
}

.price_manual h2{
  font-size: 24px;
  color: #fff;
  text-align: left;
  line-height: 1.3em;
  margin: 0;
}

.price_manual_item{
  display: block;
  margin: 25px 0 0;
}

.price_manual_item img{
  display: block;
  max-width: 130px;
  width:auto;
  height: auto;
  margin: 0 0 15px;
}

.price_manual_item p{
  font-size: 12px;
  color:#fff;
  line-height: 1.5em;
}

.page-template-template_more-info .home_hero .home_hero_inner h1{
  color:#9F98FF;
}

.more_title_1{
  background: url(../img/more_circle.png) center/cover no-repeat;
  width: 24px;
  height:24px;
  display: inline-block;
  position: relative;
  top:-7px;
  margin: 0 5px;
}
.more_title_2{
  background: url(../img/more_arrow.png) center/cover no-repeat;
  width: 36px;
  height:30px;
  display: inline-block;
}

.page-template-template_more-info .home_hero .home_hero_inner{
  padding-left: 0px;
}

.page-template-template_more-info .home_hero .home_hero_artwork {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(12%, 2%);
  z-index: -1;
}

.page-template-template_more-info .home_hero .home_hero_inner p {
  font-size:16px;
}

.more_info_data{
  margin: 90px 0;
}

.more_info_data_inner{
  display: flex;
  justify-content: space-between;
}

.more_info_data_inner_item{
  background: #2B2675;
  border-radius: 20px;
  padding: 30px 20px;
  width:calc(33.33% - 20px);
}

.more_info_data_inner_item img{
  display: block;
  margin: 0 auto 30px;
}

.more_info_data_inner_item p{
  text-align: center;
  line-height: 162.5%;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 25px;
}

.home_hero_sub_headeline{
  font-size:20px;
  color:#fff;
  line-height: 162.5%;
  margin: 0 0 25px;
}

.page-template-template_about-us .home_hero .home_hero_inner p {
  font-size:16px;
  margin-bottom: 25px;
}

.page-template-template_about-us .home_hero .home_hero_artwork {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(12%, 2%);
  z-index: -1;
}

.page-template-template_satellite .home_hero .home_hero_artwork {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(16%, 2%);
  z-index: -1;
}

.page-template-template_satellite .home_hero .home_hero_inner h1{
  color:#36D7B1;
}

.page-template-template_satellite .home_hero .home_hero_inner p {
  font-size:16px;
  margin-bottom: 25px;
}


.page-template-template_satellite .info_block.info_block_4 .info_block_inner img {
  position: absolute;
  top: 0;
  left: 0;
   transform: translate(-37%, -29%);
  z-index: -1;
}


.default_page{
  margin-bottom: 90px;
}

.tos_page_inner{
  display: flex;
  justify-content: space-between;
}
.tos_inner_sidebar{
  width: 325px;
  position: relative;
}


.tos_inner_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: fixed;
	top: 138px;
	width: 325px;
}

.tos_inner_sidebar ul.hide {
	display: none;
}

.tos_inner_sidebar ul li {
	line-height: 1.8em;
}


.tos_inner_sidebar ul li a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease;
	position: relative;
}

.tos_inner_sidebar ul li a:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 1px;
	background: #fff;
	transition: 0.3s ease;
}

.tos_inner_sidebar ul li a:hover,
.tos_inner_sidebar ul li a:focus {
	text-decoration: none;
}

.tos_inner_sidebar ul li a:hover:before,
.tos_inner_sidebar ul li a:focus:before {
	width: 100%;
	left: 0px;
}



.tos_inner_content {
	width: calc(100% - 355px);
}
.tos_inner_content h1{
	font-size: 62px;
}

.tos_inner_content .bold {
	font-weight: 900;
}

.default_page .tos_inner_content a{
  color:#fff;
}
.default_page .tos_inner_content a:hover{
  text-decoration: none;
}

@media only screen and (max-width: 1400px) {
  .page-template-template_satellite .home_hero .home_hero_artwork {
    transform: translate(23%, 2%);
  }
}
@media only screen and (max-width: 1319px) {
  .home_hero .home_hero_inner p{
    font-size:18px;
  }
  .page-template-template_more-info .home_hero .home_hero_artwork{
    transform: translate(27%, 2%);
  }
  .page-template-template_about-us .home_hero .home_hero_artwork{
    transform: translate(33%, 2%);
  }
}

@media only screen and (max-width: 1199px) {
  .home_hero .home_hero_inner p br{
    display: none;
  }
  .cta_pusle_container .cta_pusle{
    font-size:20px;
  }
  .home_hero_learn{
    font-size:14px;
  }
  .info_block.info_block_4 .info_block_inner img{
    transform: translate(-18%, -29%);
  }
  .price_manual{
    display: none;
  }
  .price .price_panel .price_buy a{
    font-size:20px;
  }
  .home_membership_inner_item p br,
  .home_able_inner_item p br{
    display: none;
  }
  .home .home_hero .home_hero_inner .home_hero_inner_item img{
    width:100%;
    height:auto;
  }
  .page-template-template_more-info .home_hero .home_hero_inner p br{
    display: block;
  }
  .more_info_data_inner_item p br{
    display: none;
  }
  .page-template-template_about-us .home_hero .home_hero_inner p br{
    display: block;
  }
  .page-template-template_satellite .home_hero .home_hero_inner p br{
    display: block;
  }
  .page-template-template_satellite .info_block.info_block_4 .info_block_inner img {
    transform: translate(-56%, -29%);
  }
}

@media only screen and (max-width: 959px) {
  .home_hero .home_hero_inner{
    padding-left:0px;
    padding-top: 140px;
    flex-wrap: wrap;
  }
  .home_hero_inner_item{
    width:100%;
    text-align: center;
  }
  .home_hero .home_hero_inner .home_hero_cta{
    margin: 50px 0;
  }
  .home .home_hero .home_hero_inner .home_hero_inner_item img{
    max-width: 320px;
    margin: 30px auto 0;
    display: block;
  }
  .home_membership_inner_item img{
    width:100%;
  }
  .home_membership_inner_item h3{
    font-size:20px;
  }
  .home_membership_inner_item{
    padding: 35px 15px;
  }
  .page-template-template_more-info .home_hero .home_hero_inner p br{
    display: none;
  }
  .more_info_data_inner{
    flex-wrap: wrap;
  }
  .more_info_data_inner_item{
    width:100%;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home .info_block.info_block_4{
    padding-top:200px;
  }
  .home .home_benefist {
    margin: 260px 0 0;
  }
  .page-template-template_satellite .info_block.info_block_4 {
    padding-top: 225px;
  }
  .footer .footer_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_inner-item1{
    width:100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer_inner-item2{
    width:100%;
  }
  .footer_inner-item ul{
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer_inner-item ul li{
    width: 100%;
    text-align: center;
    line-height: 0em;
  }
}
@media only screen and (max-width: 575px) {
  .home_membership{
    padding: 90px 0 0;
  }
  .home_membership_inner_item{
    width:100%;
    margin-bottom: 60px;
  }
  .member_line{
    display: none;
  }
  .home_able{
    padding: 30px 0 0;
  }
  .home_able_inner_item{
    width:100%;
    margin-bottom: 60px;
  }
  .home_additional{
    padding: 0;
  }
  .home_something{
    margin: 90px 0 0;
  }
  .home_something_inner h2{
    line-height: 1.3em;
  }
  .home_something_cta{
    margin: 0;
  }
  .page-template-template_about-us .home_hero_sub_headeline br{
    display: none;
  }
  .page-template-template_about-us .home_hero .home_hero_inner p{
    display: none;
  }
  .home_about.home_about_2 .home_about_inner:before{
    content: '';
    width:calc(100% - 30px);
    height:100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top:0px;
    left:15px;
    z-index: 9;
    border-radius: 25px;
  }
  .home_about.home_about_2 .home_about_inner .home_about_inner_item:first-child{
    position: relative;
    z-index: 8;
  }
  .home_about.home_about_2 .home_about_inner .home_about_inner_item:last-child{
    position: relative;
    z-index: 11;
  }
  .page-template-template_satellite .home_hero .home_hero_inner p br{
    display: none;
  }

  .page-template-template_satellite .info_block.info_block_4 {
    padding-top: 120px;
  }
  .home_something_inner {
    padding: 50px 0;
  }
  .home_something_inner h2{
    font-size: 24px;;
  }
}


@media only screen and (max-width: 479px) {

}


/* Temp Price */


.price-panel_inner{
  max-width: 800px;
  margin: auto;
}

.price-panel h2 {
	color: #062E38;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 30px;
	text-align: center;
}

.price-panel_inner .panel_container {
	background: #BD7A00;
	border-radius: 45px;
	text-align: center;
	width: 100%;
	display: block;
	margin: auto;
	padding-bottom: 50px;
}


.price-panel_inner .panel_container.panel_container_1{
	background: #CF1F69;
}

.price-panel_inner .panel_container.panel_container_3{
	background: #5D55BF;
}

.price-panel_inner .panel_info h3 {
	color: #fff;
	font-size: 36px;
	margin: 0;
	padding: 40px 0 20px;
	font-weight: 700;
	font-family: 'Overpass', sans-serif;
}

.price-panel_inner .panel_info .panel_price {
	color: #fff;
	font-size: 89px;
	font-weight: 700;
	margin-top: 20px;
	text-shadow: -2px 1px 3px rgba(0, 0, 0, 0.4);
}


.switch {
	display: inline-block;
	border: 4px solid #fff;
	border-radius: 55px;
	padding: 4px;
	margin: 0 0 17px;
}

.pricing_new .switch {
	margin: 0 0 8px;
}

.switch a {
	color: #282273;
	font-size: 16px;
	display: inline-block;
	padding: 5px 11px;
	text-decoration: none;
	border-radius: 25px;
	transition: 0.3s ease;
}

.switch a.active {
	background: #fff;
	color: #f7931e;
}

.switch a:hover,
.switch a:focus {
	background: #fff;
	color: #f7931e;
}


.price-panel_inner .panel_info .switch {
	border: 2px solid #282273;
	border-radius: 22px;
	margin-top: 45px;
	margin-bottom: 7px;
}

.price-panel_inner .panel_info .switch a {
	padding: 2px 11px 4px;
}

.price-panel_inner .panel_container_1 .panel_info .switch a {
	background: #282273;
	color: #282273;
}

.price-panel_inner .panel_info .switch a.active {
	background: #282273;
	color: #fff;
}

.price-panel_inner .panel_info .switch a:hover,
.price-panel_inner .panel_info .switch a:focus {
	background: #282273;
	color: #fff;
	cursor: pointer;
}


.price-panel_inner .panel_info .switch2 {
	border: 2px solid #282273;
	border-radius: 22px;
	margin-top: 20px;
	margin-bottom: 7px;
	display: inline-block;
	padding: 4px;
	margin: 20px 0 7px;
}

.price-panel_inner .panel_info .switch2 a {
	padding: 2px 11px 4px;
	text-decoration: none;
	border-radius: 25px;
	transition: .3s ease;
	font-size: 16px;
	display: inline-block;
}

.price-panel_inner .panel_info .switch2 a.active {
	background: none;
	color: #fff;
}

.price-panel_inner .panel_info .switch2 a:hover,
.price-panel_inner .panel_info .switch2 a:focus {
	background: none;
	color: #fff;
	/* cursor: pointer; */
}

.price-panel_inner .panel_info .price_discount_text_new {
	color: #282273;
}

.price-panel_inner .panel_info .price_discount_text_annually {
	color: #282273;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	display: none;
}

.price-panel_inner .panel_info .price_discount_text_annually.active {
	display: block;
}

.price-panel_inner .panel_info .all_memberships2 .price_discount_text_annually {
	display: block;

}

.price-panel_inner .panel_info .panel_price sup {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	position: relative;
	top: 4px;

}

.price-panel_inner .panel_info .panel_price sup.eur {
	left: 8px;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Overpass', sans-serif;
}

.price-panel_inner .panel_info .panel_price .price_count {
	position: relative;
	margin-left: 8px;
}

.price-panel_inner .panel_info .panel_price span {
	position: absolute;
	top: 44px;
	left: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	width: 100px;
	text-shadow: none;
}

.price-panel_inner .panel_info .panel_price small {
	position: absolute;
	top: 67px;
	left: 11px;
	color: #ffc581;
	font-size: 16px;
	font-weight: 400;
	width: 100px;
	box-shadow: none;
	text-shadow: none;
}

.price-panel_inner .panel_container_2 .panel_info .panel_price small {
	top: 53px;
	left: -4px;
	color: #fdeede;

}

.price-panel_inner .panel_container_3 .panel_info .panel_price small {
	top: 53px;
	left: 1px;

}

.price-panel_inner .panel_info .panel_description {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.7em;
}

.panel_description_item{
	position: relative;
	transition: 0.3s ease;
}
.panel_description_item_cursor{
	cursor: pointer;
}
.panel_description_item svg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0px 0 0px 5px;
}

.panel_description_item_hit{
	position: absolute;
	top:calc(100% + 9px);
	left:50%;
	transform: translateX(-50%);
	width:90%;
	height:auto;
	display: block;
	background: #fff;
	padding: 10px;
	color:#000;
	line-height: 1.5em;
	font-size:14px;
	opacity: 0;
	display:none;
	transition: 0.3s ease;
	z-index: 9;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.panel_description_item_hit:before {
	content:'';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
	position: absolute;
	top:-12px;
	left:50%;
	transform: translateX(-50%);
}


.panel_description_item:hover .panel_description_item_hit,
.panel_description_item:focus .panel_description_item_hit{
	opacity: 1;
	display: block;
}

.panel_price-free {
	font-size: 50px;
	color: #fff;
	font-weight: 900;
	margin-top: 15px;
	text-shadow: -2px 1px 3px rgba(0, 0, 0, 0.4);
}

.price-panel_inner .panel_info .panel_description p {
	margin: 0;
}

.price-panel .price-panel_inner .panel_container .bnt_green {
	margin: 0px 0 0px;
	padding: 10px 30px;
	font-size: 26px;
	position: relative;
	top: 25px;
}

.price-panel .price-panel_inner .item {
	padding-top: 20px;
}

.price-panel .price-panel_inner .item2:before {
	content: '';
	display: block;
	width: 312px;
	height: 155px;
	background: url(../img/teeVeeing_robot.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}

.price-panel_inner .panel_container.panel_container_2 {
	max-width: 100%;

}
.price-panel_inner .panel_container.panel_container_1 .panel_info {
	background: #FF4794;
  border-radius: 30px;
}
.price-panel_inner .panel_container.panel_container_2 .panel_info {
	background: #F9A102;
  border-radius: 30px;
}


.price-panel_inner .panel_container.panel_container_3 .panel_info {
	background: #9F98FF;
  border-radius: 30px;
}


.price-panel_inner .panel_container_1 .panel_info .panel_price span {
	width: 75px;
}

.year_panel_headline {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5em;
}

.panel_discount_text {
	color: #062E38;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 92px;
	right: 0px;
	width: 100%;
}

.panel_discount_img {
	position: absolute;
	top: 98px;
	right: 0px;
	width: 35% !important;
}

/* .page-template-template_membership .price-panel_inner .panel_container{ */
/* max-width:295px; */
/* } */

.bnt_green {
	margin: 10px 0 0;
	display: inline-block;
	padding: 6px 22px 8px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	background: #FF005C;
	border-radius: 7px;
	border: 3px solid #FF85B1;
	transition: 0.3s ease;
}

.bnt_green:hover,
.bnt_green:focus {
	background: #d3024f;
}

.price-panel .bnt_green {
	background: #FF005C;
}

.price-panel .bnt_green:hover,
.price-panel .bnt_green:focus {
  background: #d3024f;
}


@media only screen and (max-width: 1199px) {
	.plans .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.price-panel_inner .panel_info h3 {
		font-size: 28px;
	}

	.price-panel_inner .panel_info .panel_description {
		font-size: 20px;
	}

	.price-panel_inner .panel_container {
		max-width: 100%;
	}

	.panel_price-free {
		font-size: 44px;
	}

	.price-panel_inner .panel_info .panel_price {
		font-size: 68px;
	}

	.price-panel_inner .panel_info .panel_price sup {
		font-size: 48px;
	}

	.price-panel_inner .panel_info .panel_price span {
		top: 53px;
		font-size: 14px;
	}

	.price-panel_inner .panel_info .panel_price small {
		top: 75px;
		font-size: 14px;
	}

	.price-panel_inner .panel_info .price_discount_text_annually {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.price-panel .price-panel_inner {
		max-width: 400px;
		margin: auto;
		width: 100%;
	}

	.price-panel .price-panel_inner .item {
		padding-top: 0px;
	}

	.price-panel .price-panel_inner .item2:before {
		display: none;
	}
	.panel_description_item svg{
		display: none;
	}
	.panel_description_item_hit{
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.price-panel_inner .panel_info .panel_description {
		font-size: 17px;
	}


}
.count_price_year {
  display: none;
}
.count_price_year.active {
  display: block;
}
.uk_memberships {
	display: none;
}

.bnt_green_true.active {
  display: none;
}

.count_price.active {
  display: none;
}
.count_price_year.active {
  display: block;
}


.bnt_green_false {
	display: none;
}

.bnt_green_false.active {
	display: inline-block;
}


.bnt_green_true.active {
	display: none;
}

.all_memberships2 .bnt_green_true.active {
	display: inline-block;
}

.panel_price2 .count_price.active {
  display: block;
}
.price-panel_inner .panel_info .price_discount_text_new{
  height: 0px;
}
.price-panel_inner .panel_info .price_discount_text_new.active{
  height: 30px;
}
/* Temp Price */