/*General style*/
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
  margin-right: 3.8%;
  float: left;
}
.onecol {
  width: 4.85%;
}
.twocol {
  width: 13.5%;
}
.threecol {
  width: 22.15%;
}
.fourcol {
  width: 30.8%;
}
.fivecol {
  width: 39.45%;
}
.sixcol {
  width: 48.1%;
}
.sevencol {
  width: 56.75%;
}
.eightcol {
  width: 65.4%;
}
.ninecol {
  width: 74.05%;
}
.tencol {
  width: 82.7%;
}
.elevencol {
  width: 91.35%;
}
.twelvecol {
  width: 100%;
  float: left;
}
.first {
  margin-left: 0px;
  clear: both;
}
.last {
  margin-right: 0px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.row {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  position: relative;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('../../fonts/avenir-next-bold.eot');
  src: url('../../fonts/avenir-next-bold.eot') format('embedded-opentype'), url('../../fonts/avenir-next-bold.woff') format('woff'), url('../../fonts/avenir-next-bold.ttf') format('truetype'), url('../../fonts/avenir-next-bold.svg#AvenirNextLTW01BoldRegular') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('../../fonts/avenir-next-demibold.eot');
  src: url('../../fonts/avenir-next-demibold.eot') format('embedded-opentype'), url('../../fonts/avenir-next-demibold.woff') format('woff'), url('../../fonts/avenir-next-demibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('../../fonts/avenir-next-italic.eot');
  src: url('../../fonts/avenir-next-italic.eot') format('embedded-opentype'), url('../../fonts/avenir-next-italic.woff') format('woff'), url('../../fonts/avenir-next-italic.ttf') format('truetype'), url('../../fonts/avenir-next-italic.svg#AvenirNextLTW01ItalicRegular') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('../../fonts/avenir-next-regular.eot');
  src: url('../../fonts/avenir-next-regular.eot') format('embedded-opentype'), url('../../fonts/avenir-next-regular.woff') format('woff'), url('../../fonts/avenir-next-regular.ttf') format('truetype'), url('../../fonts/avenir-next-regular.svg#AvenirNextLTW01RegularRegular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('../../fonts/avenir-next-thin.eot');
  src: url('../../fonts/avenir-next-thin.eot') format('embedded-opentype'), url('../../fonts/avenir-next-thin.woff') format('woff'), url('../../fonts/avenir-next-thin.ttf') format('truetype'), url('../../fonts/avenir-next-thin.svg#AvenirNextW01ThinRegular') format('svg');
  font-weight: 300;
  font-style: normal;
}
/*payment */
.payment-form {
  max-width: 400px;
  width: 400px;
  padding: 30px;
  background: #FFFFFF;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.payment-form h3 {
  text-align: center;
}
.payment-form p {
  text-align: center;
  margin: 18px 0 24px;
}
.payment-form button {
  -webkit-appearance: none;
  appearance: none;
  padding: 6px 12px;
  border: none;
  background-image: -webkit-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 200%);
  background-image: -moz-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 200%);
  background-image: -ms-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 200%);
  background-image: -o-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 200%);
  background-image: linear-gradient(-20deg, #2B2D5C 0%, #2B2D5C 200%);
  color: #FFFFFF;
  font-family: "AvenirNext";
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}
/*templates*/
@keyframes circle {
  0% {
    width: 15%;
    height: 15%;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.circle__container {
  width: 80vw;
  max-width: 400px;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.circle__container .circle_inner__container {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle__container .circle_inner__container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 60px -20px #2B2D5C;
  width: 15%;
  height: 15%;
  background: rgba(255, 255, 255, 0.06);
  animation-name: circle;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
.circle__container .circle_inner__container .circle#circle-1 {
  animation-delay: 0s;
}
.circle__container .circle_inner__container .circle#circle-2 {
  animation-delay: 0.5s;
}
.circle__container .circle_inner__container .circle#circle-3 {
  animation-delay: 1s;
}
.circle__container .text__container {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 160px;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  opacity: 1;
}
.circle__container .text__container.hide {
  opacity: 0;
}
.circle__container .text__container h2 {
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
}
.circle__container .text__container p {
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}
#template_intro .swiper-container {
  margin: 48px -30px 0;
}
#template_dashboard ul.box-list li.claim-status-0 .icon {
  background-image: url(../../img/icon-time.svg);
}
#template_dashboard ul.box-list li.claim-status-0.claim-stage-0 .status-text:after {
  content: "In behandeling";
}
#template_dashboard ul.box-list li.claim-status-0.claim-stage-1 .status-text:after {
  content: "1e herinnering verstuurd";
}
#template_dashboard ul.box-list li.claim-status-0.claim-stage-2 .status-text:after {
  content: "2e herinnering verstuurd";
}
#template_dashboard ul.box-list li.claim-status-0.claim-stage-3 .status-text:after {
  content: "3e herinnering verstuurd";
}
#template_dashboard ul.box-list li.claim-status-1 .icon {
  background-image: url(../../img/icon-cross.svg);
}
#template_dashboard ul.box-list li.claim-status-1 .status-text:after {
  content: "Verlopen";
}
#template_dashboard ul.box-list li.claim-status-2 .icon {
  background-image: url(../../img/icon-check.svg);
}
#template_dashboard ul.box-list li.claim-status-2 .status-text:after {
  content: "Ontvangen";
}
#template_dashboard ul.box-list li.claim-status-3 .icon {
  background-image: url(../../img/icon-check.svg);
}
#template_dashboard ul.box-list li.claim-status-3 .status-text:after {
  content: "Uitbetaald";
}
#template_dashboard ul.box-list li.claim-stage-4 .icon {
  background-image: url(../../img/icon-cross.svg);
}
#template_dashboard ul.box-list li.claim-stage-4 .status-text:after {
  content: "Verlopen";
}
#template_dashboard ul.box-list li .status-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 24px;
}
#template_dashboard ul.box-list li .status-box .icon {
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: block;
}
#template_dashboard ul.box-list li .title-box {
  position: relative;
  width: 50%;
  left: 48px;
  margin-bottom: -3px;
}
#template_dashboard ul.box-list li .amount-box {
  position: absolute;
  width: 50%;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
#template_dashboard ul.box-list li .amount-box h3 {
  margin-bottom: 0;
}
#template_claim-single .claim-single__header {
  padding: 0 30px;
}
#template_claim-single .claim-single__box {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 24px 24px;
  box-shadow: 0px 0px 24px -12px #ccc;
  margin-bottom: 36px;
}
#template_claim-single .claim-single__box h1 {
  padding: 0 0px;
  font-size: 18px;
}
#template_claim-single .claim-single__box h4 {
  color: #7F82BE;
  font-style: italic;
}
#template_claim-single .payment-status {
  margin: 12px 0 36px;
  text-align: center;
}
#template_claim-single .payment-status h2 {
  font-size: 32px;
}
#template_claim-single .payment-status h5 {
  text-align: center;
  margin-bottom: 12px;
}
#template_claim-single .payment-status .status {
  margin: 18px 0;
  display: inline-block;
  padding: 6px 18px;
  position: relative;
}
#template_claim-single .payment-status .status:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  border-radius: 6px;
}
#template_claim-single .payment-status.claim-status-0 .status {
  color: #F5A623;
}
#template_claim-single .payment-status.claim-status-0 .status:before {
  background: #F5A623;
}
#template_claim-single .payment-status.claim-status-0.claim-stage-0 .status:after {
  content: "In behandeling";
}
#template_claim-single .payment-status.claim-status-0.claim-stage-1 .status:after {
  content: "1e herinnering verstuurd";
}
#template_claim-single .payment-status.claim-status-0.claim-stage-2 .status:after {
  content: "2e herinnering verstuurd";
}
#template_claim-single .payment-status.claim-status-0.claim-stage-3 .status:after {
  content: "3e herinnering verstuurd";
}
#template_claim-single .payment-status.claim-status-1 .status {
  color: #F73E49;
}
#template_claim-single .payment-status.claim-status-1 .status:before {
  background: #F73E49;
}
#template_claim-single .payment-status.claim-status-1 .status:after {
  content: "Verlopen";
}
#template_claim-single .payment-status.claim-status-2 .status {
  color: #19D386;
}
#template_claim-single .payment-status.claim-status-2 .status:before {
  background: #19D386;
}
#template_claim-single .payment-status.claim-status-2 .status:after {
  content: "Ontvangen";
}
#template_claim-single .payment-status.claim-status-3 .status {
  color: #19D386;
}
#template_claim-single .payment-status.claim-status-3 .status:before {
  background: #19D386;
}
#template_claim-single .payment-status.claim-status-3 .status:after {
  content: "Uitbetaald";
}
#top {
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
}
.new-claim-pages {
  padding-top: 60px;
}
.new-claim-pages .new-claim-page {
  opacity: 0;
  display: none;
  position: relative;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.2s 0s ease, display 0s 0.2s;
  -moz-transition: opacity 0.2s 0s ease, display 0s 0.2s;
  -o-transition: opacity 0.2s 0s ease, display 0s 0.2s;
  transition: opacity 0.2s 0s ease, display 0s 0.2s;
}
.new-claim-pages .new-claim-page.show {
  opacity: 1;
  display: block;
  -webkit-transition: opacity 0.2s 0s ease, display 0s 0s;
  -moz-transition: opacity 0.2s 0s ease, display 0s 0s;
  -o-transition: opacity 0.2s 0s ease, display 0s 0s;
  transition: opacity 0.2s 0s ease, display 0s 0s;
}
.new-claim-pages .confirm-new-claim {
  padding: 20px;
}
.new-claim-pages .confirm-new-claim h3 {
  padding: 12px 12px;
}
.new-claim-pages .confirm-new-claim table {
  margin-bottom: 18px;
}
.question__container {
  margin: 36px 0 0;
}
.question {
  background: #23234F;
  border-radius: 24px;
  box-shadow: 0px 6px 24px -6px rgba(0, 0, 0, 0.3);
  padding: 12px 24px;
  cursor: pointer;
  margin-bottom: 24px;
}
.question.open h4 {
  margin-bottom: 0.61em;
}
.question.open h4:before {
  content: "-";
}
.question.open .answer {
  height: auto;
  margin-bottom: 0.61em;
}
.question h4 {
  margin-bottom: 0;
}
.question h4:before {
  content: "+";
  width: 20px;
  display: inline-block;
}
.question .answer {
  height: 0;
  overflow: hidden;
  color: #FFFFFF;
  margin-bottom: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "AvenirNext";
  background: #F6F6F8;
  text-rendering: optimizeLegibility;
  line-height: 1.6em;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  width: 100%;
  letter-spacing: 0.01em;
  text-align: left;
  font-variant-ligatures: none;
  font-variant-numeric: normal;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 28px;
  font-weight: 800;
}
h2 {
  font-size: 22px;
  font-weight: 800;
}
h3 {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0em;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.61em;
  color: #FFFFFF;
}
h5 {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
a {
  color: #FFFFFF;
  font-weight: bold;
}
.bg-color {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  padding: 4px 12px;
  overflow: hidden;
}
.bg-color:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}
.bg-color.bg-green {
  color: #19D386;
}
.bg-color.bg-green:before {
  background: #19D386;
}
.bg-color.bg-orange {
  color: #F5A623;
}
.bg-color.bg-orange:before {
  background: #19D386;
}
.bg-color.bg-red {
  color: #F73E49;
}
.bg-color.bg-red:before {
  background: #F73E49;
}
body.bg-half #logo,
body.bg-full #logo {
  background-image: url(../../img/logo.svg);
}
body.bg-half #header .title__container h1,
body.bg-full #header .title__container h1 {
  color: #FFFFFF;
}
body.bg-half #header .title__container p,
body.bg-full #header .title__container p {
  color: #FFFFFF;
}
body.bg-half #backButton svg,
body.bg-full #backButton svg {
  fill: #FFFFFF;
}
body.bg-half #menu .text,
body.bg-full #menu .text {
  color: #FFFFFF;
}
body.bg-half #menu .lines .line,
body.bg-full #menu .lines .line {
  background: #FFFFFF;
}
nav#main-nav {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  height: 72px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px -12px #2E3B53;
  -webkit-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
nav#main-nav.hide {
  bottom: -72px;
}
nav#main-nav ul {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 60px;
}
nav#main-nav ul li {
  flex: 0 1 25%;
  height: 60px;
  line-height: 60px;
}
nav#main-nav ul li .text {
  text-align: center;
}
[page] {
  cursor: pointer;
}
.header-hide #header {
  top: -10px;
  opacity: 0;
  -webkit-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.header-hide #page__container {
  top: 0;
}
#header {
  position: relative;
  width: 100%;
  top: 0px;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  max-width: 500px;
  margin: 0 auto 0;
  padding-bottom: 18px;
}
#header .title__container {
  -webkit-transition: display 0s 0s ease, opacity 0.4s 0s ease;
  -moz-transition: display 0s 0s ease, opacity 0.4s 0s ease;
  -o-transition: display 0s 0s ease, opacity 0.4s 0s ease;
  transition: display 0s 0s ease, opacity 0.4s 0s ease;
}
#header .title__container.hidden {
  opacity: 0;
  display: none;
  -webkit-transition: display 0s 0.4s ease, opacity 0.4s 0s ease;
  -moz-transition: display 0s 0.4s ease, opacity 0.4s 0s ease;
  -o-transition: display 0s 0.4s ease, opacity 0.4s 0s ease;
  transition: display 0s 0.4s ease, opacity 0.4s 0s ease;
}
#header .title__container h1 {
  color: #2E3B53;
  line-height: 1.333em;
}
#header .title__container p {
  margin-top: 1em;
  color: #bbb;
  font-weight: 400;
  font-size: 15px;
}
#header .profile__container {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 26px;
  right: 26px;
  display: none;
}
#header .profile__container .profile__picture {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 2px #FFFFFF;
}
#header .profile__container .profile__picture .bg {
  background-size: cover;
  background-position: center center;
  background-image: url(../../img/default-user.png);
  width: 100%;
  height: 100%;
}
#header .profile__container .status {
  position: absolute;
  bottom: 2px;
  left: 2px;
  background: #19D386;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#backButton {
  width: 70px;
  height: 70px;
  padding: 20px;
  position: absolute;
  top: 0px;
  cursor: pointer;
  z-index: 22;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
#backButton.show {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#backButton.no-transition {
  -webkit-transition: all 0s 0s ease;
  -moz-transition: all 0s 0s ease;
  -o-transition: all 0s 0s ease;
  transition: all 0s 0s ease;
}
#backButton svg {
  width: 24px;
  height: 30px;
  fill: #2E3B53;
}
#menu {
  position: absolute;
  top: -90px;
  right: 0px;
  cursor: pointer;
  z-index: 22;
  -webkit-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
#menu.no-transition {
  -webkit-transition: all 0s 0s ease;
  -moz-transition: all 0s 0s ease;
  -o-transition: all 0s 0s ease;
  transition: all 0s 0s ease;
}
#menu.open .lines .line#line-1 {
  width: 26px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0;
}
#menu.open .lines .line#line-2 {
  opacity: 0;
}
#menu.open .lines .line#line-3 {
  width: 26px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0;
}
#menu.show {
  top: 0;
}
#menu .text {
  user-select: none;
  font-size: 1.1em;
  font-weight: bold;
  color: #2E3B53;
  position: absolute;
  right: 40px;
  top: 0;
  height: 70px;
  line-height: 30px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 3;
}
#menu .lines {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px;
  height: 30px;
  line-height: 30px;
  width: 26px;
}
#menu .lines .line {
  width: 26px;
  position: absolute;
  left: 0;
  height: 2px;
  background: #2E3B53;
  top: 50%;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
#menu .lines .line#line-1 {
  margin-top: -7px;
  width: 26px;
}
#menu .lines .line#line-2 {
  margin-top: 0;
  width: 26px;
}
#menu .lines .line#line-3 {
  margin-top: 7px;
  width: 26px;
}
#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100vw;
  padding: 60px 60px;
  height: 100vh;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s ease, z-index 0s 0.6s ease;
  -moz-transition: visibility 0s 0.6s ease, z-index 0s 0.6s ease;
  -o-transition: visibility 0s 0.6s ease, z-index 0s 0.6s ease;
  transition: visibility 0s 0.6s ease, z-index 0s 0.6s ease;
}
#menu-overlay.open {
  z-index: 7;
  visibility: visible;
  -webkit-transition: visibility 0s 0s ease, z-index 0s 0s ease;
  -moz-transition: visibility 0s 0s ease, z-index 0s 0s ease;
  -o-transition: visibility 0s 0s ease, z-index 0s 0s ease;
  transition: visibility 0s 0s ease, z-index 0s 0s ease;
}
#menu-overlay.open .menu-bg {
  width: 240vh;
  height: 160vh;
  opacity: 1;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
#menu-overlay.open .inner {
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
#menu-overlay .menu-bg {
  position: fixed;
  width: 30px;
  height: 30px;
  background: #23234F;
  border-radius: 50%;
  top: 0vw;
  opacity: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0px 0px 60px -24px #000000;
  z-index: -1;
}
#menu-overlay .inner {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0px;
  padding: 90px 45px;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  max-width: 500px;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  color: #FFFFFF;
}
#menu-overlay .inner ul {
  font-size: 1.2em;
  line-height: 2em;
}
#menu-overlay .inner ul li {
  opacity: 0;
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  padding: 6px 0;
}
#menu-overlay .inner ul li.show {
  -webkit-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#menu-overlay .inner ul li.show:nth-child(1) {
  -webkit-transition: all 0.8s 0.05s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0.05s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0.05s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0.05s cubic-bezier(0.19, 1, 0.22, 1);
}
#menu-overlay .inner ul li.show:nth-child(2) {
  -webkit-transition: all 0.8s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}
#menu-overlay .inner ul li.show:nth-child(3) {
  -webkit-transition: all 0.8s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}
#menu-overlay .inner ul li.show:nth-child(4) {
  -webkit-transition: all 0.8s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
#menu-overlay .inner ul li.show:nth-child(5) {
  -webkit-transition: all 0.8s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
#menu-overlay .inner ul li.show:nth-child(6) {
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
#menu-overlay .text {
  color: #2E3B53;
}
#menu-overlay h1 {
  margin-bottom: 1em;
  color: #FFFFFF;
}
#logo {
  background-image: url(../../img/logo-black.svg);
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  -webkit-transition: all 0.8s 0s ease;
  -moz-transition: all 0.8s 0s ease;
  -o-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
  z-index: 3;
}
#logo.to-hide {
  opacity: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
#logo.no-transition {
  -webkit-transition: all 0s 0s ease;
  -moz-transition: all 0s 0s ease;
  -o-transition: all 0s 0s ease;
  transition: all 0s 0s ease;
}
#page__container {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
#page__container.menu-open .page.show {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
#page__container .page {
  width: 100%;
  max-width: 500px;
  padding: 0px 24px 0px 24px;
  position: absolute;
  opacity: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
#page__container .page.show {
  opacity: 1;
  -webkit-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
#page__container .page .scrollContainer {
  width: 100%;
  min-height: 100%;
  padding-top: 72px;
  padding-bottom: 100px;
}
.button-box__hidden {
  display: none;
  top: -9999999px;
  z-index: -99999;
  opacity: 0;
}
#after-shadow {
  pointer-events: none;
  position: absolute;
  left: 0;
  opacity: 0;
  height: 100px;
  bottom: 0;
  width: 100%;
  z-index: 0;
  -webkit-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  background: -moz-linear-gradient(top, rgba(91, 43, 208, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(91, 43, 208, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(43, 45, 92, 0) 0%, rgba(43, 45, 92, 0.7) 50%, rgba(43, 45, 92, 0.7) 100%);
}
#after-shadow.show {
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#button-box {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 100px;
  text-align: center;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
#button-box.hide {
  bottom: -140px;
}
#button-box .button {
  top: calc(50% - 22px);
}
#button-box .button.round {
  top: calc(50% - 30px);
}
#button-shadow {
  pointer-events: none;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
#button-shadow.show .circle {
  opacity: 1;
}
#button-shadow.show .circle-1 {
  width: 160px;
  height: 160px;
  -webkit-transition: width 0.4s 0s ease, height 0.4s 0s ease, opacity 0.4s 0s ease;
  -moz-transition: width 0.4s 0s ease, height 0.4s 0s ease, opacity 0.4s 0s ease;
  -o-transition: width 0.4s 0s ease, height 0.4s 0s ease, opacity 0.4s 0s ease;
  transition: width 0.4s 0s ease, height 0.4s 0s ease, opacity 0.4s 0s ease;
}
#button-shadow.show .circle-2 {
  width: 320px;
  height: 320px;
  -webkit-transition: width 0.8s 0s ease, height 0.8s 0s ease, opacity 0.4s 0s ease;
  -moz-transition: width 0.8s 0s ease, height 0.8s 0s ease, opacity 0.4s 0s ease;
  -o-transition: width 0.8s 0s ease, height 0.8s 0s ease, opacity 0.4s 0s ease;
  transition: width 0.8s 0s ease, height 0.8s 0s ease, opacity 0.4s 0s ease;
}
#button-shadow.show .circle-3 {
  width: 480px;
  height: 480px;
  -webkit-transition: width 1.2s 0s ease, height 1.2s 0s ease, opacity 0.4s 0s ease;
  -moz-transition: width 1.2s 0s ease, height 1.2s 0s ease, opacity 0.4s 0s ease;
  -o-transition: width 1.2s 0s ease, height 1.2s 0s ease, opacity 0.4s 0s ease;
  transition: width 1.2s 0s ease, height 1.2s 0s ease, opacity 0.4s 0s ease;
}
#button-shadow .circle {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}
#button-shadow .circle:after {
  background-image: -webkit-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 80%);
  background-image: -moz-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 80%);
  background-image: -ms-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 80%);
  background-image: -o-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 80%);
  background-image: linear-gradient(-20deg, #2B2D5C 0%, #2B2D5C 80%);
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
#button-shadow .circle-1 {
  width: 120px;
  height: 120px;
  -webkit-transition: width 0.8s 0s ease, height 0.8s 0s ease, opacity 0.8s 0s ease;
  -moz-transition: width 0.8s 0s ease, height 0.8s 0s ease, opacity 0.8s 0s ease;
  -o-transition: width 0.8s 0s ease, height 0.8s 0s ease, opacity 0.8s 0s ease;
  transition: width 0.8s 0s ease, height 0.8s 0s ease, opacity 0.8s 0s ease;
}
#button-shadow .circle-2 {
  width: 180px;
  height: 180px;
  -webkit-transition: width 0.6s 0s ease, height 0.6s 0s ease, opacity 0.6s 0s ease;
  -moz-transition: width 0.6s 0s ease, height 0.6s 0s ease, opacity 0.6s 0s ease;
  -o-transition: width 0.6s 0s ease, height 0.6s 0s ease, opacity 0.6s 0s ease;
  transition: width 0.6s 0s ease, height 0.6s 0s ease, opacity 0.6s 0s ease;
}
#button-shadow .circle-3 {
  width: 240px;
  height: 240px;
  -webkit-transition: width 0.4s 0s ease, height 0.4s 0s ease, opacity 0.4s 0s ease;
  -moz-transition: width 0.4s 0s ease, height 0.4s 0s ease, opacity 0.4s 0s ease;
  -o-transition: width 0.4s 0s ease, height 0.4s 0s ease, opacity 0.4s 0s ease;
  transition: width 0.4s 0s ease, height 0.4s 0s ease, opacity 0.4s 0s ease;
}
.tabs-head {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #FFFFFF;
  max-width: 500px;
  margin: 0 auto 30px;
}
.tabs-head .tab-title {
  padding: 6px 0;
  position: relative;
  margin: 0 15px;
  cursor: pointer;
  background: transparent;
  height: auto;
  width: auto;
  display: block;
  opacity: 1;
  white-space: nowrap;
}
.tabs-head .tab-title:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: -15px;
  right: -15px;
  border-radius: 20px;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transition: alll 0.2s 0s ease;
  -moz-transition: alll 0.2s 0s ease;
  -o-transition: alll 0.2s 0s ease;
  transition: alll 0.2s 0s ease;
}
.tabs-head .tab-title.active:before,
.tabs-head .tab-title.swiper-pagination-bullet-active:before {
  opacity: 0.2;
}
ul.box-list li {
  margin: 18px 0;
  padding: 54px 24px;
  background: #23234F;
  border-radius: 12px;
  box-shadow: 0px 6px 24px -6px rgba(0, 0, 0, 0.3);
  position: relative;
  color: #7F82BE;
  max-width: 500px;
}
ul.box-list li:last-child {
  margin-bottom: 0;
}
.box__container {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.box {
  position: relative;
  padding: 30px 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px -12px #2E3B53;
  border-radius: 6px;
  margin: 15px;
  display: flex;
  justify-content: center;
}
.box.half {
  width: calc(50% - 30px);
  float: left;
}
.box h5 {
  margin-left: 5px;
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
#bgMain {
  position: absolute;
  left: 0vw;
  right: 0vw;
  height: 100%;
  top: 0px;
  overflow: hidden;
  border-radius: 0% 0% 0% 0%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), height 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), height 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), height 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), height 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
#bgMain.bg-full {
  opacity: 1;
}
.gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0%;
  background-image: -webkit-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 80%);
  background-image: -moz-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 80%);
  background-image: -ms-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 80%);
  background-image: -o-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 80%);
  background-image: linear-gradient(-20deg, #2B2D5C 0%, #2B2D5C 80%);
}
.button {
  cursor: pointer;
  position: relative;
  background: #FFFFFF;
  padding: 0 24px;
  line-height: 40px;
  height: 44px;
  border: solid 2px #FFFFFF;
  color: #2E3B53;
  border-radius: 22px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: opacity 0.8s 0s ease, -webkit-transform 0.8s 0s ease;
  -moz-transition: opacity 0.8s 0s ease, -moz-transform 0.8s 0s ease;
  -o-transition: opacity 0.8s 0s ease, -o-transform 0.8s 0s ease;
  transition: opacity 0.8s 0s ease,-webkit-transform 0.8s 0s ease,-moz-transform 0.8s 0s ease,-o-transform 0.8s 0s ease,transform 0.8s 0s ease;
  opacity: 1;
  box-shadow: 0px 0px 30px -12px #8a3eff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.button.hide {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: opacity 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
  -moz-transition: opacity 0.4s 0s ease, -moz-transform 0.4s 0s ease;
  -o-transition: opacity 0.4s 0s ease, -o-transform 0.4s 0s ease;
  transition: opacity 0.4s 0s ease,-webkit-transform 0.4s 0s ease,-moz-transform 0.4s 0s ease,-o-transform 0.4s 0s ease,transform 0.4s 0s ease;
}
.button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.button.color-purple {
  background-image: -webkit-linear-gradient(140deg, #2B2D5C, #2B2D5C);
  background-image: -moz-linear-gradient(140deg, #2B2D5C, #2B2D5C);
  background-image: -ms-linear-gradient(140deg, #2B2D5C, #2B2D5C);
  background-image: -o-linear-gradient(140deg, #2B2D5C, #2B2D5C);
  background-image: linear-gradient(-50deg, #2B2D5C, #2B2D5C);
  border: none;
}
.button.round {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.button.round:after {
  width: 28px;
  height: 28px;
}
.button.arrow-white:after {
  background-image: url("../../img/arrow-white.svg");
}
.button.arrow-gradient:after {
  background-image: url("../../img/arrow-gradient.svg");
}
.button.arrow-dark:after {
  background-image: url("../../img/arrow-black.svg");
}
.button.plus-white:after {
  content: "+";
  background: none;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 28px;
}
ul.checklist li {
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 600;
  vertical-align: middle;
  position: relative;
  padding: 6px 0 6px 32px;
  font-size: 14px;
}
ul.checklist li:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../img/check.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: 2px;
  vertical-align: middle;
}
form {
  position: relative;
  padding: 12px 0 36px;
  overflow: hidden;
}
form:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
label {
  width: calc(100% - 0px);
  display: block;
  position: relative;
  padding: 6px 24px 6px 24px;
  margin: 24px 0px;
  border-bottom: 1px solid #3D407E;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  border-radius: 0px;
}
label:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #7F82BE;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
label.open:before {
  width: 100%;
}
label.open span.title {
  top: 0px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
  opacity: 0.5;
}
label.open span.icon {
  opacity: 1;
}
label.open input {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0.2s ease, visibility 0s 0.2s ease;
  -moz-transition: opacity 0.2s 0.2s ease, visibility 0s 0.2s ease;
  -o-transition: opacity 0.2s 0.2s ease, visibility 0s 0.2s ease;
  transition: opacity 0.2s 0.2s ease, visibility 0s 0.2s ease;
}
label.empty:before {
  background: #F73E49;
}
label span.title {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 24px;
  top: 90%;
  font-size: 12px;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  -webkit-transform: translate(0%, calc(-100% + -5px));
  -moz-transform: translate(0%, calc(-100% + -5px));
  -o-transform: translate(0%, calc(-100% + -5px));
  -ms-transform: translate(0%, calc(-100% + -5px));
  transform: translate(0%, calc(-100% + -5px));
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
label span.icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.2s 0.2s ease;
  -moz-transition: all 0.2s 0.2s ease;
  -o-transition: all 0.2s 0.2s ease;
  transition: all 0.2s 0.2s ease;
}
label input {
  width: 100%;
  display: block;
  line-height: 24px;
  height: 32px;
  border: none;
  border-radius: 24px;
  background: transparent;
  -webkit-appearance: none;
  font-family: "AvenirNext";
  font-size: 1em;
  padding: 0 0px;
  opacity: 0;
  visiblity: hidden;
  -webkit-transition: opacity 0.2s 0s ease, visibility 0s 0.2s ease;
  -moz-transition: opacity 0.2s 0s ease, visibility 0s 0.2s ease;
  -o-transition: opacity 0.2s 0s ease, visibility 0s 0.2s ease;
  transition: opacity 0.2s 0s ease, visibility 0s 0.2s ease;
  box-sizing: border-box;
  outline: none;
  border-radius: 0px;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 0.02em;
}
label input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7F82BE;
  font-style: italic;
}
label input::-moz-placeholder {
  /* Firefox 19+ */
  color: #7F82BE;
  font-style: italic;
}
label input:-ms-input-placeholder {
  /* IE 10+ */
  color: #7F82BE;
  font-style: italic;
}
label input:-moz-placeholder {
  /* Firefox 18- */
  color: #7F82BE;
  font-style: italic;
}
label span.icon + input {
  padding-left: 20px;
}
.option-box {
  width: calc(100% - 0px);
  margin: 20px 24px 20px;
  position: relative;
}
.option-box .option__container {
  width: 100%;
  zoom: 1;
  border-radius: 21px;
  padding: 8px 6px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-weight: 600;
}
.option-box .option__container:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.option-box .option__container:before,
.option-box .option__container:after {
  content: "";
  display: table;
}
.option-box .option__container:after {
  clear: both;
}
.option-box .option__container .bg {
  position: absolute;
  width: calc(50% - 0px);
  background-image: -webkit-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 200%);
  background-image: -moz-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 200%);
  background-image: -ms-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 200%);
  background-image: -o-linear-gradient(110deg, #2B2D5C 0%, #2B2D5C 200%);
  background-image: linear-gradient(-20deg, #2B2D5C 0%, #2B2D5C 200%);
  top: 1px;
  left: 1px;
  display: block;
  height: calc(100% - 2px);
  z-index: 1;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.option-box .option {
  display: block;
  padding: 6px 12px 6px 36px;
  font-size: 1em;
  color: #FFFFFF;
  font-weight: 400;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  letter-spacing: 0.015em;
  text-align: left;
  position: relative;
}
.option-box .option:before {
  content: "";
  position: absolute;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  box-sizing: border-box;
  background: #FFFFFF;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
}
.option-box .option:after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  border: solid 2px #FFFFFF;
  border-radius: 12px;
  opacity: 0.3;
  box-sizing: border-box;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.option-box .option.active:before {
  opacity: 1;
}
.vertical-align {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
}
.card {
  width: calc(100% - 0px);
  position: relative;
}
.card .bg {
  position: relative;
  top: 0;
  height: 0;
  padding-top: 56.25%;
  right: 0;
  left: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 60px -24px #2E3B53;
}
.swiper-container {
  margin: 30px -30px 60px;
}
.swiper-slide {
  margin-bottom: 48px;
  padding: 0 30px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  -webkit-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s 0s cubic-bezier(0.19, 1, 0.22, 1);
  border: solid 0px #FFFFFF;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: transparent;
  border: solid 2px #FFFFFF;
}
.swiper-pagination.color2 .swiper-pagination-bullet {
  background: transparent;
  border: solid 2px #2B2D5C;
}
.swiper-pagination.color2 .swiper-pagination-bullet-active {
  border: solid 6px #2B2D5C;
}
.card-swiper.swiper-container {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% + 0px);
  max-width: 500px;
  margin-bottom: 90px;
}
.card-swiper.swiper-container .swiper-slide {
  padding: 0 0px;
}
.card-swiper.swiper-container .swiper-pagination {
  bottom: -45px;
}
table {
  width: 100%;
}
table tbody {
  width: 100%;
}
table tr {
  width: 100%;
}
table tr td {
  width: 50%;
  padding: 6px 12px;
}
table tr td:first-child {
  color: #7F82BE;
}
.privacy__container ul {
  margin-left: 24px;
}
.privacy__container ul li:before {
  content: "- ";
  -webkit-transform: translate(-24px, 0);
  -moz-transform: translate(-24px, 0);
  -o-transform: translate(-24px, 0);
  -ms-transform: translate(-24px, 0);
  transform: translate(-24px, 0);
  position: absolute;
}
.icon {
  display: inline-block;
  line-height: 1em;
  height: 1em;
  width: 1em;
  background-size: contain;
}
.icon.icon-check {
  background-image: url(../../img/icon-check.svg);
}
.icon.icon-time {
  background-image: url(../../img/icon-time.svg);
}
.icon.icon-cross {
  background-image: url(../../img/icon-cross.svg);
}
