/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}
[hidden] {
  display: none
}
body {
  line-height: 1
}
ol,
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  animation: swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip {
  overflow: visible
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
.icon-icon-mail2 {
  width: 24px;
  height: 24px
}
body,
html {
  width: 100%;
  min-height: 100vh
}
body.is-hideScroll,
html.is-hideScroll {
  width: 100%;
  overflow: hidden!important
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}
body {
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #0b1a36;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 400;
  font-family: Nunito,Arial,"Helvetica Neue",Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh
}
body > .body {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
body > .body--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  margin: 0
}
button,
input {
  overflow: visible
}
button[disabled] {
  opacity: .55;
  cursor: not-allowed
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
textarea {
  overflow: auto
}
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p {
  margin: 0;
  padding: 0
}
ul {
  margin: 0;
  padding: 0
}
ul li {
  list-style: none
}
a {
  outline: 0;
  text-decoration: none
}
a:focus,
a:hover {
  text-decoration: none
}
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.c-grid,
.c-grid-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px
}
.c-grid {
  max-width: 100%
}
.c-grid-fluid {
  max-width: 100%
}
@media screen and (min-width:576px) {
  .c-grid {
    max-width: 100%
  }
}
@media screen and (min-width:992px) {
  .c-grid {
    max-width: 100%
  }
}
@media screen and (min-width:1200px) {
  .c-grid {
    max-width: 100%
  }
}
@media screen and (min-width:768px) {
  .c-grid {
    max-width: 100%
  }
}
@media screen and (min-width:1366px) {
  .c-grid {
    max-width: 100%
  }
}
.body > section {
  z-index: 2;
  position: relative
}
.section__path {
  z-index: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  margin-left: auto;
  margin-right: auto
}
.section__path-img {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  will-change: transform;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.section__path-img-wrapper {
  position: relative;
  will-change: transform;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0,0,0,1) 0s;
  transition: -webkit-transform 2s cubic-bezier(0,0,0,1) 0s;
  -o-transition: transform 2s cubic-bezier(0,0,0,1) 0s;
  transition: transform 2s cubic-bezier(0,0,0,1) 0s;
  transition: transform 2s cubic-bezier(0,0,0,1) 0s,-webkit-transform 2s cubic-bezier(0,0,0,1) 0s
}
.section__wrapper {
  z-index: 2;
  position: relative
}
@-webkit-keyframes c-fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes c-fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes c-slideInUp {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes c-slideInUp {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}
#illus1_rocket_outline,
#illus1_rocket_path {
  -webkit-animation: dash 50s linear forwards;
  animation: dash 50s linear forwards
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: -100%
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: -100%
  }
}
.viewport-hide-js,
.viewport-hideCount-js {
  opacity: 0
}
.viewport-show-js,
.viewport-showCount-js {
  opacity: 1
}
.icon-svg {
  display: inline-block;
  fill: currentColor
}
.c-title {
  font-size: 100px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.08
}
@media screen and (max-width:1365px) {
  .c-title {
    font-size: 90px;
    line-height: 1.0888888889
  }
}
@media screen and (max-width:1023px) {
  .c-title {
    font-size: 75px;
    line-height: 1.2
  }
}
@media screen and (max-width:767px) {
  .c-title {
    font-size: 60px
  }
}
@media screen and (max-width:575px) {
  .c-title {
    font-size: 45px
  }
}
@media screen and (max-width:374px) {
  .c-title {
    font-size: 40px
  }
}
.c-text {
  font-size: 24px;
  font-weight: 300;
  color: rgba(201,214,255,.7);
  text-align: center;
  line-height: 1.5833333333;
  letter-spacing: .2px
}
@media screen and (max-width:1365px) {
  .c-text {
    font-size: 22px
  }
}
@media screen and (max-width:1023px) {
  .c-text {
    font-size: 20px
  }
}
@media screen and (max-width:767px) {
  .c-text {
    font-size: 18px
  }
}
@media screen and (max-width:575px) {
  .c-text {
    font-size: 16px
  }
}
.header {
  height: 70px;
  width: 100%;
  background-image: none;
  background: rgba(31,20,77,.5490196078);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 9;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  position: fixed;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,.2)
}
.header__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header__wrapper > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.header img.logo {
  margin-left: 25px
}
.header img.icon-contact {
  vertical-align: middle
}
.header img.icon-contact:hover {
  opacity: .9
}
.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px
}
.header__right a {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  margin-left: 27px
}
.header__right a:hover {
  color: rgba(255,255,255,.9019607843)
}
.footer {
  z-index: 3;
  position: relative
}
.footer__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/img-footer-bg.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  -webkit-background-size: cover;
  background-size: cover
}
.footer__wrapper {
  z-index: 2;
  position: relative;
  min-height: 749px;
  padding-top: 291px;
  padding-bottom: 135px
}
@media screen and (max-width:767px) {
  .footer__wrapper {
    min-height: 649px;
    padding-top: 241px;
    padding-bottom: 95px
  }
}
@media screen and (max-width:575px) {
  .footer__wrapper {
    min-height: 549px
  }
}
.footer__address,
.footer__title {
  text-align: center;
  letter-spacing: 0
}
.footer__title {
  padding-bottom: 10px;
  color: #fff;
  font-size: 42px;
  line-height: .9523809524
}
@media screen and (max-width:1023px) {
  .footer__title {
    font-size: 36px
  }
}
@media screen and (max-width:767px) {
  .footer__title {
    font-size: 33px
  }
}
@media screen and (max-width:575px) {
  .footer__title {
    font-size: 30px
  }
}
.footer__address {
  padding-bottom: 58px;
  color: #fff;
  font-size: 21px;
  line-height: 1.9047619048
}
@media screen and (max-width:1023px) {
  .footer__address {
    font-size: 18px
  }
}
@media screen and (max-width:575px) {
  .footer__address {
    font-size: 16px
  }
}
.footer__social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.footer__social-item {
  padding-left: 24px;
  padding-right: 24px
}
@media screen and (max-width:575px) {
  .footer__social-item {
    padding-left: 10px;
    padding-right: 10px
  }
}
@media screen and (max-width:374px) {
  .footer__social-item {
    padding-left: 5px;
    padding-right: 5px
  }
}
.footer__social-link > div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #6842ff;
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out
}
@media screen and (max-width:767px) {
  .footer__social-link > div {
    width: 74px;
    height: 74px
  }
}
@media screen and (max-width:575px) {
  .footer__social-link > div {
    width: 64px;
    height: 64px
  }
}
@media screen and (max-width:374px) {
  .footer__social-link > div {
    width: 54px;
    height: 54px
  }
}
.footer__social-link > div:hover {
  background-color: #8668ff
}
.footer__social-link .icon-font {
  z-index: 2;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out
}
.footer__social-link .icon-font.icon-mail {
  width: 32px;
  height: 27px;
  background-image: url(../img/icon-mail@3x.png)
}
@media screen and (max-width:767px) {
  .footer__social-link .icon-font.icon-mail {
    width: 21.3333333333px
  }
}
@media screen and (max-width:374px) {
  .footer__social-link .icon-font.icon-mail {
    width: 16px
  }
}
.footer__social-link .icon-font.icon-angelco {
  width: 32px;
  height: 45px;
  background-image: url(../img/icon-angelco@3x.png)
}
@media screen and (max-width:767px) {
  .footer__social-link .icon-font.icon-angelco {
    width: 21.3333333333px
  }
}
@media screen and (max-width:374px) {
  .footer__social-link .icon-font.icon-angelco {
    width: 16px
  }
}
.footer__social-link .icon-font.icon-twitter {
  width: 42px;
  height: 35px;
  background-image: url(../img/x-logo.png)
}
@media screen and (max-width:767px) {
  .footer__social-link .icon-font.icon-twitter {
    width: 28px
  }
}
@media screen and (max-width:374px) {
  .footer__social-link .icon-font.icon-twitter {
    width: 21px
  }
}
.footer__social-link .icon-font.icon-linkedin {
  width: 32px;
  height: 33px;
  background-image: url(../img/icon-linkedin@3x.png)
}
@media screen and (max-width:767px) {
  .footer__social-link .icon-font.icon-linkedin {
    width: 21.3333333333px
  }
}
@media screen and (max-width:374px) {
  .footer__social-link .icon-font.icon-linkedin {
    width: 16px
  }
}
.footer__social-link p {
  padding-top: 15px;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.9047619048;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
@media screen and (max-width:1023px) {
  .footer__social-link p {
    font-size: 18px
  }
}
@media screen and (max-width:767px) {
  .footer__social-link p {
    font-size: 16px
  }
}
@media screen and (max-width:575px) {
  .footer__social-link p {
    font-size: 14px
  }
}
@media screen and (max-width:374px) {
  .footer__social-link p {
    font-size: 12px
  }
}
.home__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 320px);
  height: calc(100% + 320px);
  background-color: #1f144d
}
.home__bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.home__bg-img {
  position: absolute;
  top: 75px;
  left: 45%
}
@media screen and (max-width:575px) {
  .home__bg-img {
    top: 35px;
    left: auto;
    right: 0
  }
}
.home__wrapper {
  padding-top: 267px;
  padding-bottom: 56px
}
@media screen and (max-width:767px) {
  .home__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 475px;
    height: -webkit-calc(100vh - 30px);
    height: calc(100vh - 30px);
    padding-top: 217px
  }
}
@media screen and (max-width:575px) {
  .home__wrapper {
    padding-top: 137px
  }
}
.home__title {
  position: relative;
  left: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 23px;
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width:1023px) {
  .home__title {
    max-width: 465.6px
  }
}
@media screen and (max-width:767px) {
  .home__title {
    left: 0;
    max-width: 388px
  }
}
@media screen and (max-width:575px) {
  .home__title {
    max-width: 301.7142857143px
  }
}
.home__title img {
  display: block;
  max-width: 100%;
  height: auto
}
.home__desc {
  width: 100%;
  max-width: 531px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 156px;
  font-weight: 400;
  font-size: 38px;
  color: #fff;
  text-align: center;
  line-height: 1.2894736842;
  letter-spacing: .25px
}
@media screen and (max-width:1365px) {
  .home__desc {
    font-size: 35px
  }
}
@media screen and (max-width:1023px) {
  .home__desc {
    font-size: 28px
  }
}
@media screen and (max-width:767px) {
  .home__desc {
    padding-bottom: 106px;
    font-size: 24px
  }
}
@media screen and (max-width:575px) {
  .home__desc {
    padding-bottom: 76px;
    font-size: 22px
  }
}
.home__scroll {
  text-align: center
}
.home__scroll p {
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  color: #fff
}
.home__scroll img {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: animateScrollDownInd;
  animation-name: animateScrollDownInd
}
@-webkit-keyframes animateScrollDownInd {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes animateScrollDownInd {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.we__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 320px);
  height: calc(100% + 320px)
}
.we__bg:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: -webkit-calc(100% + 100px);
  width: calc(100% + 100px);
  height: 250px;
  background-image: url(../img/img-we-clipPath.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  -webkit-background-size: cover;
  background-size: cover
}
@media screen and (min-width:1921px) {
  .we__bg:before {
    top: -100px;
    left: -200px;
    width: -webkit-calc(100% + 400px);
    width: calc(100% + 400px);
    height: 300px
  }
}
.we__bg:after {
  content: "";
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 190px);
  height: calc(100% - 190px);
  background-color: #342180
}
.we__path-img-1 {
  top: -295px;
  left: -20px;
  width: 438px;
  height: 444px;
  -webkit-filter: blur(0);
  filter: blur(0)
}
@media screen and (max-width:1279px) {
  .we__path-img-1 {
    max-width: -webkit-calc(438px / 1.25);
    max-width: calc(438px / 1.25)
  }
}
@media screen and (max-width:1023px) {
  .we__path-img-1 {
    max-width: -webkit-calc(438px / 1.5);
    max-width: calc(438px / 1.5)
  }
}
@media screen and (max-width:767px) {
  .we__path-img-1 {
    top: -105px;
    max-width: -webkit-calc(438px / 2);
    max-width: calc(438px / 2);
    max-height: -webkit-calc(444px / 2);
    max-height: calc(444px / 2)
  }
}
@media screen and (max-width:575px) {
  .we__path-img-1 {
    max-width: -webkit-calc(438px / 2.5);
    max-width: calc(438px / 2.5);
    max-height: -webkit-calc(444px / 2.5);
    max-height: calc(444px / 2.5)
  }
}
.we__path-img-2 {
  top: -379px;
  right: 10px;
  width: 367.6666666667px;
  height: 264.3333333333px;
  -webkit-filter: blur(1px);
  filter: blur(1px)
}
@media screen and (max-width:1279px) {
  .we__path-img-2 {
    max-width: -webkit-calc(367.6666666667px / 1.25);
    max-width: calc(367.6666666667px / 1.25)
  }
}
@media screen and (max-width:1023px) {
  .we__path-img-2 {
    top: -279px;
    max-width: -webkit-calc(367.6666666667px / 1.5);
    max-width: calc(367.6666666667px / 1.5)
  }
}
@media screen and (max-width:767px) {
  .we__path-img-2 {
    top: -189px;
    max-width: -webkit-calc(367.6666666667px / 2);
    max-width: calc(367.6666666667px / 2);
    max-height: -webkit-calc(264.3333333333px / 2);
    max-height: calc(264.3333333333px / 2)
  }
}
@media screen and (max-width:575px) {
  .we__path-img-2 {
    display: none!important
  }
}
.we__path-img-3 {
  top: 309px;
  right: -47px;
  width: 492px;
  height: 456.3333333333px;
  -webkit-filter: blur(0);
  filter: blur(0)
}
@media screen and (max-width:1279px) {
  .we__path-img-3 {
    max-width: -webkit-calc(492px / 1.25);
    max-width: calc(492px / 1.25)
  }
}
@media screen and (max-width:1023px) {
  .we__path-img-3 {
    max-width: -webkit-calc(492px / 1.5);
    max-width: calc(492px / 1.5)
  }
}
@media screen and (max-width:767px) {
  .we__path-img-3 {
    top: 189px;
    max-width: -webkit-calc(492px / 2);
    max-width: calc(492px / 2);
    max-height: -webkit-calc(456.3333333333px / 2);
    max-height: calc(456.3333333333px / 2)
  }
}
@media screen and (max-width:575px) {
  .we__path-img-3 {
    max-width: -webkit-calc(492px / 2.5);
    max-width: calc(492px / 2.5);
    max-height: -webkit-calc(456.3333333333px / 2.5);
    max-height: calc(456.3333333333px / 2.5)
  }
}
.we__path-img-4 {
  top: 698px;
  left: 0;
  width: 605px;
  height: 541.6666666667px;
  -webkit-filter: blur(0);
  filter: blur(0)
}
@media screen and (max-width:1279px) {
  .we__path-img-4 {
    max-width: -webkit-calc(605px / 1.25);
    max-width: calc(605px / 1.25)
  }
}
@media screen and (max-width:1023px) {
  .we__path-img-4 {
    max-width: -webkit-calc(605px / 1.5);
    max-width: calc(605px / 1.5)
  }
}
@media screen and (max-width:767px) {
  .we__path-img-4 {
    top: 428px;
    max-width: -webkit-calc(605px / 2);
    max-width: calc(605px / 2);
    max-height: -webkit-calc(541.6666666667px / 2);
    max-height: calc(541.6666666667px / 2)
  }
}
@media screen and (max-width:575px) {
  .we__path-img-4 {
    left: -100px;
    max-width: -webkit-calc(605px / 2.5);
    max-width: calc(605px / 2.5);
    max-height: -webkit-calc(541.6666666667px / 2.5);
    max-height: calc(541.6666666667px / 2.5)
  }
}
.we__path-img-5 {
  top: 1220px;
  right: 50px;
  width: 558.3333333333px;
  height: 559px;
  -webkit-filter: blur(11px);
  filter: blur(11px)
}
@media screen and (max-width:1279px) {
  .we__path-img-5 {
    max-width: -webkit-calc(558.3333333333px / 1.25);
    max-width: calc(558.3333333333px / 1.25)
  }
}
@media screen and (max-width:1023px) {
  .we__path-img-5 {
    max-width: -webkit-calc(558.3333333333px / 1.5);
    max-width: calc(558.3333333333px / 1.5)
  }
}
@media screen and (max-width:767px) {
  .we__path-img-5 {
    top: 820px;
    max-width: -webkit-calc(558.3333333333px / 2.25);
    max-width: calc(558.3333333333px / 2.25);
    max-height: -webkit-calc(559px / 2);
    max-height: calc(559px / 2)
  }
}
@media screen and (max-width:575px) {
  .we__path-img-5 {
    max-width: -webkit-calc(558.3333333333px / 2.5);
    max-width: calc(558.3333333333px / 2.5);
    max-height: -webkit-calc(559px / 2.5);
    max-height: calc(559px / 2.5)
  }
}
.we__wrapper {
  padding-top: 303px;
  padding-bottom: 93px
}
@media screen and (max-width:767px) {
  .we__wrapper {
    padding-top: 203px;
    padding-bottom: 43px
  }
}
@media screen and (max-width:575px) {
  .we__wrapper {
    padding-top: 153px
  }
}
.we__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.we__box-1 {
  margin-right: auto;
  padding-bottom: 165px
}
@media screen and (max-width:767px) {
  .we__box-1 {
    padding-left: 15px;
    padding-bottom: 125px
  }
}
@media screen and (max-width:575px) {
  .we__box-1 {
    padding-bottom: 75px
  }
}
@media screen and (max-width:374px) {
  .we__box-1 {
    padding-left: 0
  }
}
.we__box-2 {
  position: relative;
  left: -41px;
  margin-left: auto;
  padding-bottom: 194px
}
@media screen and (max-width:767px) {
  .we__box-2 {
    left: -21px;
    padding-bottom: 144px
  }
}
@media screen and (max-width:575px) {
  .we__box-2 {
    padding-bottom: 100px
  }
}
@media screen and (max-width:374px) {
  .we__box-2 {
    left: 0
  }
}
.we__box-3 {
  position: relative;
  left: -13px;
  margin-right: auto;
  padding-bottom: 211px
}
@media screen and (max-width:1023px) {
  .we__box-3 {
    left: 0
  }
}
@media screen and (max-width:767px) {
  .we__box-3 {
    padding-bottom: 161px
  }
}
@media screen and (max-width:575px) {
  .we__box-3 {
    padding-bottom: 121px
  }
}
.we__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 765px;
  margin-left: auto;
  margin-right: auto
}
.we__box-num,
.we__box-subtitle,
.we__box-title {
  text-align: center;
  letter-spacing: .3px
}
.we__box-num,
.we__box-subtitle {
  text-transform: uppercase
}
.we__box-title {
  color: #fff;
  font-size: 32px;
  font-weight: 300
}
@media screen and (max-width:1365px) {
  .we__box-title {
    font-size: 30px
  }
}
@media screen and (max-width:1023px) {
  .we__box-title {
    font-size: 28px
  }
}
@media screen and (max-width:767px) {
  .we__box-title {
    font-size: 22px
  }
}
.we__box-num {
  font-size: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 0;
  perspective: 0;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.we__box-num,
.we__box-num i,
.we__box-num span {
  position: relative;
  top: 5px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 200px;
  font-size: 200px;
  font-weight: 900
}
@media screen and (max-width:1365px) {
  .we__box-num,
  .we__box-num i,
  .we__box-num span {
    line-height: 180px;
    font-size: 170px
  }
}
@media screen and (max-width:1023px) {
  .we__box-num,
  .we__box-num i,
  .we__box-num span {
    line-height: 160px;
    font-size: 150px
  }
}
@media screen and (max-width:767px) {
  .we__box-num,
  .we__box-num i,
  .we__box-num span {
    line-height: 110px;
    font-size: 100px
  }
}
@media screen and (max-width:575px) {
  .we__box-num,
  .we__box-num i,
  .we__box-num span {
    line-height: 90px;
    font-size: 85px
  }
}
.we__box-subtitle {
  position: relative;
  top: -5px;
  color: #d2c6ff;
  font-size: 38px;
  font-weight: 700
}
@media screen and (max-width:1365px) {
  .we__box-subtitle {
    font-size: 35px
  }
}
@media screen and (max-width:1023px) {
  .we__box-subtitle {
    font-size: 28px
  }
}
@media screen and (max-width:767px) {
  .we__box-subtitle {
    font-size: 22px
  }
}
@media screen and (max-width:575px) {
  .we__box-subtitle {
    font-size: 20px
  }
}
.we__box-subtitle a.link {
  text-decoration: none;
  color: #d2c6ff
}
.mission__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 400px);
  height: calc(100% + 400px);
  background-image: url(../img/img-mission-bg.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  -webkit-background-size: cover;
  background-size: cover;
  left: -100px;
  width: -webkit-calc(100% + 200px);
  width: calc(100% + 200px)
}
.mission__path-img-1 {
  top: -158px;
  left: 159px;
  width: 431.6666666667px;
  height: 423px;
  -webkit-filter: blur(0);
  filter: blur(0)
}
@media screen and (max-width:1279px) {
  .mission__path-img-1 {
    top: -128px;
    max-width: -webkit-calc(431.6666666667px / 1.25);
    max-width: calc(431.6666666667px / 1.25)
  }
}
@media screen and (max-width:1023px) {
  .mission__path-img-1 {
    left: 50px;
    max-width: -webkit-calc(431.6666666667px / 1.5);
    max-width: calc(431.6666666667px / 1.5)
  }
}
@media screen and (max-width:767px) {
  .mission__path-img-1 {
    top: -48px;
    max-width: -webkit-calc(431.6666666667px / 2);
    max-width: calc(431.6666666667px / 2);
    max-height: -webkit-calc(423px / 2);
    max-height: calc(423px / 2)
  }
}
@media screen and (max-width:575px) {
  .mission__path-img-1 {
    top: 0;
    left: 15px;
    max-width: -webkit-calc(431.6666666667px / 2.5);
    max-width: calc(431.6666666667px / 2.5);
    max-height: -webkit-calc(423px / 2.5);
    max-height: calc(423px / 2.5)
  }
}
.mission__wrapper {
  padding-top: 233px
}
@media screen and (max-width:767px) {
  .mission__wrapper {
    padding-top: 183px
  }
}
.mission__title {
  padding-bottom: 17px;
  font-weight: 900
}
.mission__text {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: 400;
  font-size: 24px
}
.mission__illustration {
  position: relative;
  min-height: 759px;
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width:1279px) {
  .mission__illustration {
    min-height: 709px
  }
}
@media screen and (max-width:1023px) {
  .mission__illustration {
    min-height: 510px
  }
}
@media screen and (max-width:767px) {
  .mission__illustration {
    min-height: 370px
  }
}
@media screen and (max-width:575px) {
  .mission__illustration {
    min-height: 230px
  }
}
@media screen and (max-width:424px) {
  .mission__illustration {
    min-height: 190px
  }
}
@media screen and (max-width:374px) {
  .mission__illustration {
    min-height: 170px
  }
}
.mission__illustration-row {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  height: -webkit-calc(100% + 350px);
  height: calc(100% + 350px);
  margin-left: -15px
}
@media screen and (max-width:1365px) {
  .mission__illustration-row {
    height: -webkit-calc(100% + 300px);
    height: calc(100% + 300px)
  }
}
@media screen and (max-width:1023px) {
  .mission__illustration-row {
    height: -webkit-calc(100% + 250px);
    height: calc(100% + 250px)
  }
}
@media screen and (max-width:575px) {
  .mission__illustration-row {
    height: -webkit-calc(100% + 230px);
    height: calc(100% + 230px)
  }
}
.mission__illustration-col {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: -webkit-calc(100% + 400px);
  width: calc(100% + 400px);
  margin-left: -200px
}
@media screen and (max-width:1365px) {
  .mission__illustration-col {
    top: 50px;
    width: -webkit-calc(100% + 300px);
    width: calc(100% + 300px);
    margin-left: -150px
  }
}
@media screen and (max-width:1023px) {
  .mission__illustration-col {
    top: 0;
    width: -webkit-calc(100% + 250px);
    width: calc(100% + 250px);
    margin-left: -125px
  }
}
@media screen and (max-width:767px) {
  .mission__illustration-col {
    width: -webkit-calc(100% + 200px);
    width: calc(100% + 200px);
    margin-left: -100px
  }
}
@media screen and (max-width:575px) {
  .mission__illustration-col {
    width: -webkit-calc(100% + 150px);
    width: calc(100% + 150px);
    margin-left: -75px
  }
}
.mission__illustration img,
.mission__illustration svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto
}
.make__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 400px);
  height: calc(100% + 400px)
}
.make__bg:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -50px;
  width: -webkit-calc(100% + 100px);
  width: calc(100% + 100px);
  height: 350px;
  background-image: url(../img/img-make-clipPath.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  -webkit-background-size: cover;
  background-size: cover
}
@media screen and (min-width:1921px) {
  .make__bg:before {
    top: -80px;
    left: -200px;
    width: -webkit-calc(100% + 400px);
    width: calc(100% + 400px);
    height: 400px
  }
}
.make__bg:after {
  content: "";
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 300px);
  height: calc(100% - 300px);
  background-color: #2a1a66
}
.make__path-img-1 {
  top: -58px;
  right: 0;
  width: 596.3333333333px;
  height: 595.6666666667px;
  -webkit-filter: blur(9px);
  filter: blur(9px)
}
@media screen and (max-width:1279px) {
  .make__path-img-1 {
    max-width: -webkit-calc(596.3333333333px / 1.25);
    max-width: calc(596.3333333333px / 1.25)
  }
}
@media screen and (max-width:1023px) {
  .make__path-img-1 {
    max-width: -webkit-calc(596.3333333333px / 1.5);
    max-width: calc(596.3333333333px / 1.5)
  }
}
@media screen and (max-width:767px) {
  .make__path-img-1 {
    top: -28px;
    max-width: -webkit-calc(596.3333333333px / 2);
    max-width: calc(596.3333333333px / 2);
    max-height: -webkit-calc(595.6666666667px / 2);
    max-height: calc(595.6666666667px / 2)
  }
}
@media screen and (max-width:575px) {
  .make__path-img-1 {
    max-width: -webkit-calc(596.3333333333px / 2.5);
    max-width: calc(596.3333333333px / 2.5);
    max-height: -webkit-calc(595.6666666667px / 2.5);
    max-height: calc(595.6666666667px / 2.5)
  }
}
@media screen and (max-width:374px) {
  .make__path-img-1 {
    top: 30px;
    right: 0
  }
}
.make__wrapper {
  padding-top: 341px;
  padding-bottom: 114px
}
@media screen and (max-width:767px) {
  .make__wrapper {
    padding-top: 191px;
    padding-bottom: 64px
  }
}
.make__wrapper a {
  margin-top: 60px
}
.make__title {
  padding-bottom: 19px;
  font-weight: 900
}
.make__text {
  width: 100%;
  max-width: 839px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 57px;
  font-size: 24px;
  font-weight: 400;
  color: #fff
}
.make__box {
  text-align: center
}
.make__box-1 .make__box-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.make__box-1 .make__box-icon img {
  position: relative;
  top: 4px;
  left: -1px
}
@media screen and (max-width:767px) {
  .make__box-1 .make__box-icon img {
    left: 0;
    top: 0
  }
}
.make__box-2 .make__box-icon img {
  position: relative;
  left: 1px
}
@media screen and (max-width:767px) {
  .make__box-2 .make__box-icon img {
    left: 0
  }
}
.make__box-3 .make__box-icon img {
  position: relative;
  left: -3px;
  top: 5px
}
@media screen and (max-width:767px) {
  .make__box-3 .make__box-icon img {
    left: 0;
    top: 0
  }
}
.make__box-wrapper {
  position: relative;
  left: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 941px;
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width:1023px) {
  .make__box-wrapper {
    left: 0
  }
}
@media screen and (max-width:575px) {
  .make__box-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.make__box-wrapper > div {
  width: 100%;
  max-width: -webkit-calc((100% - 140px)/ 3);
  max-width: calc((100% - 140px)/ 3)
}
@media screen and (max-width:767px) {
  .make__box-wrapper > div {
    max-width: -webkit-calc((100% - 90px)/ 3);
    max-width: calc((100% - 90px)/ 3)
  }
}
@media screen and (max-width:575px) {
  .make__box-wrapper > div {
    max-width: 100%;
    padding-bottom: 30px
  }
}
.make__box-icon {
  min-height: 202px
}
.make__box-icon img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}
.make__box-title {
  padding-bottom: 13px;
  color: #fff;
  font-size: 20px;
  font-weight: 700
}
@media screen and (max-width:1365px) {
  .make__box-title {
    font-size: 18px
  }
}
@media screen and (max-width:767px) {
  .make__box-title {
    font-size: 16px
  }
}
.make__box-desc {
  color: #d2c6ff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400
}
@media screen and (max-width:1365px) {
  .make__box-desc {
    font-size: 18px
  }
}
@media screen and (max-width:767px) {
  .make__box-desc {
    font-size: 16px
  }
}
@media screen and (max-width:575px) {
  .make__box-desc {
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
  }
}
.trusted__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 320px);
  height: calc(100% + 320px)
}
.trusted__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: -webkit-calc(100% + 100px);
  width: calc(100% + 100px);
  height: 350px;
  background-image: url(../img/img-team-clipPath.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  -webkit-background-size: cover;
  background-size: cover
}
@media screen and (min-width:1921px) {
  .trusted__bg:before {
    top: -50px;
    left: -200px;
    width: -webkit-calc(100% + 400px);
    width: calc(100% + 400px);
    height: 400px
  }
}
.trusted__bg:after {
  content: "";
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 300px);
  height: calc(100% - 300px);
  background-color: #1f144d
}
.trusted__grid {
  position: relative;
  left: 11px;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 164px
}
@media screen and (max-width:1279px) {
  .trusted__grid {
    left: 0
  }
}
@media screen and (max-width:767px) {
  .trusted__grid {
    padding-bottom: 124px
  }
}
@media screen and (max-width:575px) {
  .trusted__grid {
    padding-bottom: 84px
  }
}
.trusted__grid-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin-left: -10px
}
@media screen and (max-width:1023px) {
  .trusted__grid-box {
    padding-left: 20px;
    padding-right: 20px
  }
}
@media screen and (max-width:575px) {
  .trusted__grid-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.trusted__grid-box > div {
  width: 100%;
  max-width: 25%;
  height: 150px;
  padding-left: 10px;
  padding-bottom: 10px
}
@media screen and (max-width:1023px) {
  .trusted__grid-box > div {
    max-width: 33.3333333333%
  }
}
@media screen and (max-width:767px) {
  .trusted__grid-box > div {
    max-width: 50%
  }
}
@media screen and (max-width:575px) {
  .trusted__grid-box > div {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
  }
}
.trusted__grid-item {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px
}
.trusted__grid-item img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.trusted__grid-item-1 {
  background-color: #fff
}
.trusted__grid-item-2 {
  background-color: #c92f2e
}
.trusted__grid-item-3 {
  background-color: #7536c6;
  padding: 30px
}
.trusted__grid-item-4 {
  background-color: #06f;
  padding: 40px
}
.trusted__grid-item-5 {
  background-color: #00b75d
}
.trusted__grid-item-6 {
  background-color: #fef;
  padding: 30px
}
.trusted__grid-item-7 {
  background-color: #7d0505;
  padding: 30px
}
.trusted__grid-item-8 {
  background-color: #005983;
  padding: 10px
}
.trusted__grid-item-9 {
  background-color: #ff005b;
  padding: 35px
}
.trusted__grid-item-10 {
  background-color: #ffd645;
  padding: 35px
}
.trusted__grid-item-11 {
  background-color: #fff
}
.trusted__grid-item-12 {
  background-color: #0067df
}
.trusted__grid-item-13 {
  background-color: #fff;
  padding: 10px
}
.trusted__grid-item-14 {
  background-color: #445cc8
}
.trusted__grid-item-15 {
  background-color: #0082a8;
  padding: 30px
}
.trusted__grid-item-16 {
  background-color: #fff
}
.trusted__grid-item-17 {
  background-color: #fff;
  padding: 30px
}
.trusted__grid-item-18 {
  background-color: #27afe5
}
.trusted__grid-item-19 {
  background-color: #fff;
  padding: 30px
}
.trusted__grid-item-20 {
  background-color: #4380ed;
  padding: 25px
}
.trusted__path-img-1 {
  top: -108px;
  left: 0;
  width: 498px;
  height: 464.3333333333px;
  -webkit-filter: blur(10px);
  filter: blur(10px)
}
@media screen and (max-width:1279px) {
  .trusted__path-img-1 {
    max-width: -webkit-calc(498px / 1.25);
    max-width: calc(498px / 1.25)
  }
}
@media screen and (max-width:1023px) {
  .trusted__path-img-1 {
    max-width: -webkit-calc(498px / 1.5);
    max-width: calc(498px / 1.5)
  }
}
@media screen and (max-width:767px) {
  .trusted__path-img-1 {
    top: -38px;
    max-width: -webkit-calc(498px / 2);
    max-width: calc(498px / 2);
    max-height: -webkit-calc(464.3333333333px / 2);
    max-height: calc(464.3333333333px / 2)
  }
}
@media screen and (max-width:575px) {
  .trusted__path-img-1 {
    max-width: -webkit-calc(498px / 2.5);
    max-width: calc(498px / 2.5);
    max-height: -webkit-calc(464.3333333333px / 2.5);
    max-height: calc(464.3333333333px / 2.5)
  }
}
.trusted__path-img-2 {
  top: 144px;
  right: 78px;
  width: 209.3333333333px;
  height: 273.3333333333px;
  -webkit-filter: blur(0);
  filter: blur(0)
}
@media screen and (max-width:1279px) {
  .trusted__path-img-2 {
    max-width: -webkit-calc(209.3333333333px / 1.25);
    max-width: calc(209.3333333333px / 1.25)
  }
}
@media screen and (max-width:1023px) {
  .trusted__path-img-2 {
    right: 18px;
    max-width: -webkit-calc(209.3333333333px / 1.5);
    max-width: calc(209.3333333333px / 1.5)
  }
}
@media screen and (max-width:767px) {
  .trusted__path-img-2 {
    top: 104px;
    right: 0;
    max-width: -webkit-calc(209.3333333333px / 2);
    max-width: calc(209.3333333333px / 2);
    max-height: -webkit-calc(273.3333333333px / 2);
    max-height: calc(273.3333333333px / 2)
  }
}
@media screen and (max-width:575px) {
  .trusted__path-img-2 {
    max-width: -webkit-calc(209.3333333333px / 2.5);
    max-width: calc(209.3333333333px / 2.5);
    max-height: -webkit-calc(273.3333333333px / 2.5);
    max-height: calc(273.3333333333px / 2.5)
  }
}
.trusted__wrapper {
  padding-top: 308px;
  padding-bottom: 35px
}
@media screen and (max-width:767px) {
  .trusted__wrapper {
    padding-top: 258px;
    padding-bottom: 17px
  }
}
.trusted__title {
  padding-bottom: 36px;
  font-weight: 900;
  text-transform: none
}
.reasons__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 320px);
  height: calc(100% + 320px);
  background-image: url(../img/img-reasons-bg.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  -webkit-background-size: cover;
  background-size: cover;
  top: -150px;
  left: -50px;
  width: -webkit-calc(100% + 100px);
  width: calc(100% + 100px);
  height: -webkit-calc(100% + 470px);
  height: calc(100% + 470px)
}
.reasons__path-img-1 {
  top: -52px;
  left: 50px;
  width: 492px;
  height: 515px;
  -webkit-filter: blur(7px);
  filter: blur(7px)
}
@media screen and (max-width:1279px) {
  .reasons__path-img-1 {
    top: -22px;
    max-width: -webkit-calc(492px / 1.25);
    max-width: calc(492px / 1.25)
  }
}
@media screen and (max-width:1023px) {
  .reasons__path-img-1 {
    max-width: -webkit-calc(492px / 1.5);
    max-width: calc(492px / 1.5)
  }
}
@media screen and (max-width:767px) {
  .reasons__path-img-1 {
    max-width: -webkit-calc(492px / 2);
    max-width: calc(492px / 2);
    max-height: -webkit-calc(515px / 2);
    max-height: calc(515px / 2)
  }
}
@media screen and (max-width:575px) {
  .reasons__path-img-1 {
    left: 15px;
    max-width: -webkit-calc(492px / 2.5);
    max-width: calc(492px / 2.5);
    max-height: -webkit-calc(515px / 2.5);
    max-height: calc(515px / 2.5)
  }
}
@media screen and (max-width:374px) {
  .reasons__path-img-1 {
    max-width: -webkit-calc(492px / 2.75);
    max-width: calc(492px / 2.75);
    max-height: -webkit-calc(515px / 2.75);
    max-height: calc(515px / 2.75)
  }
}
.reasons__wrapper {
  overflow: hidden;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 452px 15px 204px
}
@media screen and (max-width:767px) {
  .reasons__wrapper {
    padding-top: 302px;
    padding-bottom: 104px
  }
}
@media screen and (max-width:575px) {
  .reasons__wrapper {
    padding-top: 252px
  }
}
.reasons__title {
  padding-bottom: 7px;
  font-weight: 900
}
.reasons__text {
  width: 100%;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 133px;
  color: #fff;
  font-size: 24px;
  font-weight: 400
}
@media screen and (max-width:767px) {
  .reasons__text {
    padding-bottom: 83px
  }
}
@media screen and (max-width:575px) {
  .reasons__text {
    padding-bottom: 40px
  }
}
.reasons__carousel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}
.reasons__carousel-btn {
  z-index: 10;
  position: absolute;
  top: -webkit-calc(50% + 36px);
  top: calc(50% + 36px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 103px;
  height: 116px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain
}
@media screen and (max-width:1023px) {
  .reasons__carousel-btn {
    max-width: 56.5px
  }
}
@media screen and (max-width:575px) {
  .reasons__carousel-btn {
    display: none
  }
}
.reasons__carousel-btn.swiper-button-disabled {
  opacity: .12;
  cursor: not-allowed
}
.reasons__carousel-btn--prev {
  left: -15px;
  background-image: url(../img/prev@3x.png)
}
.reasons__carousel-btn--next {
  right: -15px;
  background-image: url(../img/next@3x.png)
}
.reasons__carousel-wrapper {
  position: relative
}
.reasons__carousel-wrapper .swiper-container {
  width: 100%;
  max-width: 932px;
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width:575px) {
  .reasons__carousel-wrapper .swiper-container {
    padding-bottom: 30px
  }
}
.reasons__carousel-wrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px
}
.reasons__carousel-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 80px 70px
}
@media screen and (max-width:575px) {
  .reasons__carousel-wrapper .swiper-slide {
    padding: 0 30px 50px
  }
}
.reasons__carousel-wrapper .swiper-slide:after,
.reasons__carousel-wrapper .swiper-slide:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain
}
.reasons__carousel-wrapper .swiper-slide:before {
  background-image: url(../img/img-reasons-bg-2.svg)
}
@media screen and (max-width:575px) {
  .reasons__carousel-wrapper .swiper-slide:before {
    background-image: url(../img/img-reasons-bg-2--mobile.svg)
  }
}
@media screen and (max-width:424px) {
  .reasons__carousel-wrapper .swiper-slide:before {
    background-image: url(../img/img-reasons-bg-2--extra-mobile.svg)
  }
}
.reasons__carousel-wrapper .swiper-slide:after {
  top: 20px;
  background-image: url(../img/img-reasons-bg-1.svg)
}
@media screen and (max-width:575px) {
  .reasons__carousel-wrapper .swiper-slide:after {
    background-image: url(../img/img-reasons-bg-1--mobile.svg)
  }
}
@media screen and (max-width:424px) {
  .reasons__carousel-wrapper .swiper-slide:after {
    background-image: url(../img/img-reasons-bg-1--extra-mobile.svg)
  }
}
.reasons__carousel-wrapper .swiper-slide-cover {
  z-index: 2;
  position: relative;
  top: -40px
}
@media screen and (max-width:1023px) {
  .reasons__carousel-wrapper .swiper-slide-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    top: 0
  }
}
.reasons__carousel-wrapper .swiper-pagination {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0
}
@media screen and (max-width:575px) {
  .reasons__carousel-wrapper .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
.reasons__carousel-wrapper .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  height: 15px;
  background-color: rgba(255,255,255,.35);
  margin-left: 3px;
  margin-right: 3px;
  -webkit-transition: width .3s ease-in-out,background-color .3s ease-in-out,-webkit-border-radius .3s ease-in-out;
  transition: width .3s ease-in-out,background-color .3s ease-in-out,-webkit-border-radius .3s ease-in-out;
  -o-transition: width .3s ease-in-out,border-radius .3s ease-in-out,background-color .3s ease-in-out;
  transition: width .3s ease-in-out,border-radius .3s ease-in-out,background-color .3s ease-in-out;
  transition: width .3s ease-in-out,border-radius .3s ease-in-out,background-color .3s ease-in-out,-webkit-border-radius .3s ease-in-out
}
.reasons__carousel-wrapper .swiper-pagination-bullet-active {
  width: 30px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: width .3s ease-in-out,background-color .3s ease-in-out,-webkit-border-radius .3s ease-in-out;
  transition: width .3s ease-in-out,background-color .3s ease-in-out,-webkit-border-radius .3s ease-in-out;
  -o-transition: width .3s ease-in-out,border-radius .3s ease-in-out,background-color .3s ease-in-out;
  transition: width .3s ease-in-out,border-radius .3s ease-in-out,background-color .3s ease-in-out;
  transition: width .3s ease-in-out,border-radius .3s ease-in-out,background-color .3s ease-in-out,-webkit-border-radius .3s ease-in-out
}
.reasons__carousel-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 16px;
  font-weight: 900;
  font-size: 200px;
  color: #fff;
  text-shadow: 0 14px 54px rgba(0,0,0,.25)
}
@media screen and (max-width:767px) {
  .reasons__carousel-num {
    padding-bottom: 10px
  }
}
.reasons__carousel-num img {
  position: relative;
  left: -3px
}
@media screen and (max-width:1023px) {
  .reasons__carousel-num img {
    left: 0;
    max-height: 130px
  }
}
@media screen and (max-width:767px) {
  .reasons__carousel-num img {
    max-height: 100px
  }
}
@media screen and (max-width:575px) {
  .reasons__carousel-num img {
    max-height: 85px
  }
}
@media screen and (max-width:374px) {
  .reasons__carousel-num img {
    max-height: 65px
  }
}
.reasons__carousel-desc,
.reasons__carousel-title {
  text-align: center
}
.reasons__carousel-title {
  padding-bottom: 21px;
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase
}
@media screen and (max-width:1365px) {
  .reasons__carousel-title {
    font-size: 30px
  }
}
@media screen and (max-width:1023px) {
  .reasons__carousel-title {
    padding-bottom: 15px;
    font-size: 24px
  }
}
@media screen and (max-width:767px) {
  .reasons__carousel-title {
    font-size: 20px
  }
}
@media screen and (max-width:575px) {
  .reasons__carousel-title {
    padding-bottom: 10px;
    font-size: 17px
  }
}
@media screen and (max-width:374px) {
  .reasons__carousel-title {
    padding-bottom: 5px;
    font-size: 15px
  }
}
.reasons__carousel-desc {
  position: relative;
  left: 6px;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: .1px
}
@media screen and (max-width:1365px) {
  .reasons__carousel-desc {
    font-size: 22px
  }
}
@media screen and (max-width:1023px) {
  .reasons__carousel-desc {
    left: 0;
    font-size: 19px
  }
}
@media screen and (max-width:767px) {
  .reasons__carousel-desc {
    font-size: 17px
  }
}
@media screen and (max-width:575px) {
  .reasons__carousel-desc {
    font-size: 14px
  }
}
@media screen and (max-width:374px) {
  .reasons__carousel-desc {
    font-size: 13px
  }
}
.team__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 320px);
  height: calc(100% + 320px)
}
.team__bg:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 260px;
  background-image: url(../img/img-team-clipPath.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  -webkit-background-size: cover;
  background-size: cover
}
@media screen and (min-width:1921px) {
  .team__bg:before {
    top: -100px;
    left: -200px;
    width: -webkit-calc(100% + 400px);
    width: calc(100% + 400px);
    height: 350px
  }
}
.team__bg:after {
  content: "";
  position: absolute;
  top: 199px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 201px);
  height: calc(100% - 201px);
  background-color: #1f144d
}
.team__path-img-1 {
  top: -242px;
  right: 0;
  width: 609.6666666667px;
  height: 573px;
  -webkit-filter: blur(17px);
  filter: blur(17px)
}
@media screen and (max-width:1279px) {
  .team__path-img-1 {
    max-width: -webkit-calc(609.6666666667px / 1.25);
    max-width: calc(609.6666666667px / 1.25)
  }
}
@media screen and (max-width:1023px) {
  .team__path-img-1 {
    max-width: -webkit-calc(609.6666666667px / 1.75);
    max-width: calc(609.6666666667px / 1.75)
  }
}
@media screen and (max-width:767px) {
  .team__path-img-1 {
    top: -102px;
    max-width: -webkit-calc(609.6666666667px / 2);
    max-width: calc(609.6666666667px / 2);
    max-height: -webkit-calc(573px / 2);
    max-height: calc(573px / 2)
  }
}
@media screen and (max-width:575px) {
  .team__path-img-1 {
    max-width: -webkit-calc(609.6666666667px / 2.5);
    max-width: calc(609.6666666667px / 2.5)
  }
}
@media screen and (max-width:374px) {
  .team__path-img-1 {
    top: -52px;
    max-width: -webkit-calc(609.6666666667px / 3);
    max-width: calc(609.6666666667px / 3);
    max-height: -webkit-calc(573px / 3);
    max-height: calc(573px / 3)
  }
}
.team__path-img-2 {
  top: 141px;
  left: 20px;
  width: 287px;
  height: 295.6666666667px;
  -webkit-filter: blur(0);
  filter: blur(0)
}
@media screen and (max-width:1279px) {
  .team__path-img-2 {
    max-width: -webkit-calc(287px / 1.5);
    max-width: calc(287px / 1.5)
  }
}
@media screen and (max-width:1023px) {
  .team__path-img-2 {
    top: 101px;
    max-width: -webkit-calc(287px / 1.5);
    max-width: calc(287px / 1.5)
  }
}
@media screen and (max-width:767px) {
  .team__path-img-2 {
    top: 131px;
    max-width: -webkit-calc(287px / 2);
    max-width: calc(287px / 2);
    max-height: -webkit-calc(295.6666666667px / 2);
    max-height: calc(295.6666666667px / 2)
  }
}
@media screen and (max-width:575px) {
  .team__path-img-2 {
    max-width: -webkit-calc(287px / 2.25);
    max-width: calc(287px / 2.25)
  }
}
@media screen and (max-width:374px) {
  .team__path-img-2 {
    left: 0;
    max-width: -webkit-calc(287px / 2.75);
    max-width: calc(287px / 2.75);
    max-height: -webkit-calc(295.6666666667px / 2.75);
    max-height: calc(295.6666666667px / 2.75)
  }
}
.team__wrapper {
  padding-top: 330px
}
@media screen and (max-width:767px) {
  .team__wrapper {
    padding-top: 290px
  }
}
.team__title {
  position: relative;
  font-weight: 900
}
.team__title-0 {
  left: 14px;
  padding-bottom: 65px
}
@media screen and (max-width:767px) {
  .team__title-0 {
    left: 0;
    padding-bottom: 35px
  }
}
.team__title-1 {
  left: -5px;
  padding-bottom: 28px
}
@media screen and (max-width:767px) {
  .team__title-1 {
    left: 0
  }
}
.team__box {
  cursor: default;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 312px;
  padding: 20px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background-color: #f3f6fe;
  -webkit-box-shadow: 0 26px 30px 0 rgba(0,0,0,.22),inset 0 -7px 1px 0 #b5bdd5;
  box-shadow: 0 26px 30px 0 rgba(0,0,0,.22),inset 0 -7px 1px 0 #b5bdd5;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}
.team__box:after {
  content: "";
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background-color: #6842ff;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.team__box:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}
.team__box:hover:after {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.team__box:hover .team__box-image {
  background-color: #fff;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}
.team__box:hover .team__box-name {
  color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: color .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: color .3s ease-in-out,-webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out,color .3s ease-in-out;
  transition: transform .3s ease-in-out,color .3s ease-in-out;
  transition: transform .3s ease-in-out,color .3s ease-in-out,-webkit-transform .3s ease-in-out
}
.team__box:hover .team__box-position .link-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.team__box:hover .team__box-position p {
  opacity: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.team__box-cover {
  position: relative;
  left: 11px;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 164px
}
@media screen and (max-width:1279px) {
  .team__box-cover {
    left: 0
  }
}
@media screen and (max-width:767px) {
  .team__box-cover {
    padding-bottom: 124px
  }
}
@media screen and (max-width:575px) {
  .team__box-cover {
    padding-bottom: 84px
  }
}
.team__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -20px
}
@media screen and (max-width:575px) {
  .team__box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.team__box-wrapper > div {
  width: 100%;
  max-width: 25%;
  padding-left: 20px;
  padding-bottom: 30px
}
@media screen and (max-width:1023px) {
  .team__box-wrapper > div {
    max-width: 33.3333333333%
  }
}
@media screen and (max-width:767px) {
  .team__box-wrapper > div {
    max-width: 50%
  }
}
@media screen and (max-width:575px) {
  .team__box-wrapper > div {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
  }
}
.team__box-image,
.team__box-name,
.team__box-position {
  z-index: 2;
  position: relative
}
.team__box-image {
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 148px;
  margin-bottom: 20px;
  background-color: #939db4;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}
.team__box-image img {
  height: 100%
}
.team__box-name {
  padding-bottom: 3px;
  font-size: 27px;
  font-weight: 700;
  color: #1b285c;
  text-align: center;
  -webkit-transition: color .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: color .3s ease-in-out,-webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out,color .3s ease-in-out;
  transition: transform .3s ease-in-out,color .3s ease-in-out;
  transition: transform .3s ease-in-out,color .3s ease-in-out,-webkit-transform .3s ease-in-out
}
@media screen and (max-width:1365px) {
  .team__box-name {
    font-size: 24px
  }
}
@media screen and (max-width:1023px) {
  .team__box-name {
    font-size: 21px
  }
}
@media screen and (max-width:767px) {
  .team__box-name {
    font-size: 19px
  }
}
.team__box-position {
  position: relative
}
.team__box-position .link-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 211px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  -webkit-border-radius: 31px;
  border-radius: 31px;
  background-color: #f9faff;
  -webkit-box-shadow: 0 14px 20px 0 rgba(0,0,0,.13),inset 0 -5px 1px 0 #d1cbe1;
  box-shadow: 0 14px 20px 0 rgba(0,0,0,.13),inset 0 -5px 1px 0 #d1cbe1;
  text-align: center;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
@media screen and (max-width:1023px) {
  .team__box-position .link-content {
    height: 52px
  }
}
@media screen and (max-width:767px) {
  .team__box-position .link-content {
    top: 15px;
    max-width: 191px
  }
}
.team__box-position .link-content span {
  color: #6842ff;
  font-weight: 700;
  font-size: 19px
}
@media screen and (max-width:1365px) {
  .team__box-position .link-content span {
    font-size: 18px
  }
}
@media screen and (max-width:1023px) {
  .team__box-position .link-content span {
    font-size: 16px
  }
}
@media screen and (max-width:767px) {
  .team__box-position .link-content span {
    font-size: 14px
  }
}
.team__box-position:hover {
  cursor: pointer
}
.team__box-position:hover .link-content {
  background-color: #f9faff
}
.team__box-position p {
  font-size: 19px;
  font-weight: 300;
  color: #1b285c;
  text-align: center;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
@media screen and (max-width:1365px) {
  .team__box-position p {
    font-size: 18px
  }
}
@media screen and (max-width:767px) {
  .team__box-position p {
    font-size: 16px
  }
}
.team__btn {
  outline: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background-color: #6842ff;
  -webkit-border-radius: 62.5px;
  border-radius: 62.5px;
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out
}
@media screen and (max-width:1365px) {
  .team__btn {
    max-width: 280px;
    height: 80px
  }
}
@media screen and (max-width:767px) {
  .team__btn {
    max-width: 250px;
    height: 75px
  }
}
@media screen and (max-width:575px) {
  .team__btn {
    max-width: 220px;
    height: 70px
  }
}
.team__btn:hover {
  background-color: #8668ff
}
.team__btn span {
  position: relative;
  top: -2px;
  color: #fff;
  text-align: center;
  font-size: 31px;
  font-weight: 900;
  will-change: transform;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}
@media screen and (max-width:1365px) {
  .team__btn span {
    font-size: 25px
  }
}
@media screen and (max-width:767px) {
  .team__btn span {
    font-size: 21px
  }
}
@media screen and (max-width:575px) {
  .team__btn span {
    font-size: 17px
  }
}
.team__image {
  position: relative;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width:1279px) {
  .team__image {
    min-height: 600px
  }
}
@media screen and (max-width:1023px) {
  .team__image {
    min-height: 450px
  }
}
@media screen and (max-width:767px) {
  .team__image {
    min-height: 360px
  }
}
@media screen and (max-width:575px) {
  .team__image {
    min-height: 250px
  }
}
@media screen and (max-width:424px) {
  .team__image {
    min-height: 250px
  }
}
@media screen and (max-width:374px) {
  .team__image {
    min-height: 220px
  }
}
.team__image-row {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  height: -webkit-calc(100% + 400px);
  height: calc(100% + 400px)
}
@media screen and (max-width:1365px) {
  .team__image-row {
    height: -webkit-calc(100% + 300px);
    height: calc(100% + 300px)
  }
}
@media screen and (max-width:575px) {
  .team__image-row {
    height: -webkit-calc(100% + 250px);
    height: calc(100% + 250px)
  }
}
.team__image-col {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: -webkit-calc(100% + 400px);
  width: calc(100% + 400px);
  margin-left: -200px
}
@media screen and (max-width:1365px) {
  .team__image-col {
    top: 50px;
    width: -webkit-calc(100% + 300px);
    width: calc(100% + 300px);
    margin-left: -150px
  }
}
@media screen and (max-width:1279px) {
  .team__image-col {
    top: 0
  }
}
.team__image img,
.team__image svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto
}