@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 14px/160% "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
  transition: none !important;
}

a,
button,
input[type=submit] {
  transition: all 0.25s ease-in-out;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  outline: none;
}

.btn {
  font-size: 14px;
  line-height: 24px;
  padding: 12px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0 8px 10px rgba(95, 37, 160, 0.1);
  background: linear-gradient(128.21deg, #F23C55 18.74%, #F23C55 214.24%);
}
@media (min-width: 1024px) {
  .btn {
    padding: 15px;
    font-size: 17px;
  }
}
.btn:hover {
  opacity: 0.8;
}

.btn-secondary {
  padding: 12px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  min-width: 120px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0 8px 10px rgba(95, 37, 160, 0.1);
  background: linear-gradient(124.85deg, #5F25A0 18.74%, #F23C55 214.24%);
}
@media (min-width: 1024px) {
  .btn-secondary {
    min-width: 186px;
    padding: 15px;
  }
}
.btn-secondary:hover {
  opacity: 0.8;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  line-height: 110%;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  position: relative;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-size: 25px;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #39f;
}
a:hover, a:focus {
  text-decoration: none;
}

.periot {
  display: inline-block;
  position: absolute;
  bottom: 0.4rem;
  margin-left: 0.3rem;
  color: #F23C55;
  background: #F23C55;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.5rem;
}
@media (min-width: 1024px) {
  .periot {
    width: 0.7rem;
    height: 0.7rem;
  }
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  padding: 20px;
  font-size: 18px;
  line-height: 23px;
  border-radius: 5px;
  font-weight: 500;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a6a6a6;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #a6a6a6;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a6a6a6;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a6a6a6;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #a6a6a6;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothamlight-webfont.woff2") format("woff2"), url("../fonts/gothamlight-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothamlightitalic-webfont.woff2") format("woff2"), url("../fonts/gothamlightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothambook-webfont.woff2") format("woff2"), url("../fonts/gothambook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothambookitalic-webfont.woff2") format("woff2"), url("../fonts/gothambookitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothammedium-webfont.woff2") format("woff2"), url("../fonts/gothammedium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothammediumitalic-webfont.woff2") format("woff2"), url("../fonts/gothammediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothambold-webfont.woff2") format("woff2"), url("../fonts/gothambold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothambolditalic-webfont.woff2") format("woff2"), url("../fonts/gothambolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-bullet:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-play:before {
  content: "";
}

#header {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 20px 0;
  transition: all 0.4s ease;
}
@media (min-width: 1024px) {
  #header {
    padding: 30px 0;
  }
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-position #header {
  background: #fff;
  padding: 10px 0;
}
#header .logo-fixed {
  display: none;
}
.fixed-position #header .logo-fixed {
  display: block;
}
.fixed-position #header .logo-white {
  display: none;
}

.logo {
  display: block;
  width: 100px;
}
@media (min-width: 1024px) {
  .logo {
    width: 144px;
  }
}
.logo a {
  display: block;
}
.logo a img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.nav-opener {
  width: 36px;
  height: 36px;
  background: #fff;
  position: relative;
  display: block;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  transition: all 0.25s ease-in-out;
  left: 50%;
  height: 3px;
  width: 26px;
  content: "";
  position: absolute;
  background: #902885;
  margin-left: -15px;
  border-radius: 5px;
}
.nav-opener:before {
  top: 10px;
}
.nav-opener:after {
  top: 50%;
  transform: translateY(-50%);
}
.nav-opener span {
  bottom: 9px;
}
.nav-opener:hover:before, .nav-opener:hover:after,
.nav-opener:hover span {
  background: #f23c55;
}

.nav-close {
  width: 40px;
  height: 40px;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}
@media (min-width: 768px) {
  .nav-close {
    display: none;
  }
}
.nav-close:before, .nav-close:after {
  transition: opacity 0.25s ease-in-out;
  width: 24px;
  height: 3px;
  background: #000;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.nav-close:after {
  width: 3px;
  height: 24px;
}
.nav-close:hover:before, .nav-close:hover:after {
  background: #66269d;
}

.nav-drop {
  transition: transform 0.25s ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 290px;
  overflow: auto;
  position: fixed;
  background: #fff;
  transform: translate(300px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .nav-drop {
    position: static;
    width: auto;
    box-shadow: none;
    overflow: hidden;
    transform: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .nav-drop .btn-secondary {
    width: 240px;
    margin: 0 auto 40px;
    display: block;
  }
}
.nav-active .nav-drop {
  transform: none;
}

.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 130%;
  padding: 80px 20px 25px;
}
@media (max-width: 767px) {
  .navigation {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .navigation {
    margin: 0 21px 0 0;
    padding: 0;
    display: flex;
  }
}
@media (min-width: 768px) {
  .navigation li + li {
    margin: 0 0 0 18px;
  }
}
@media (min-width: 1024px) {
  .navigation li + li {
    margin: 0 0 0 24px;
  }
}
.navigation li a {
  display: block;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .navigation li a {
    font-weight: 700;
    color: #000;
  }
}
@media (min-width: 768px) {
  .navigation li a {
    color: #000;
    padding: 0;
  }
}
.navigation li a:hover {
  color: #66269d;
}
@media (min-width: 768px) {
  .navigation li a:hover {
    color: #f23c55;
  }
}

#main {
  position: relative;
}

.visual-block {
  position: relative;
  margin: 0 0 100px;
}
@media (min-width: 1024px) {
  .visual-block {
    margin: 0 0 132px;
  }
}
.visual-block .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .visual-block .container {
    padding-top: 135px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1024px) {
  .visual-block .container {
    padding-top: 192px;
    padding-bottom: 235px;
  }
}
.visual-block .container:before {
  width: 900px;
  height: 763px;
  position: absolute;
  left: -200px;
  top: -250px;
  content: "";
  background: url("../images/bg-shape01.png") no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .visual-block .container:before {
    width: 1000px;
    height: 800px;
    left: -200px;
    top: -250px;
  }
}
@media (min-width: 1024px) {
  .visual-block .container:before {
    width: 1296px;
    height: 1098px;
    left: -300px;
    top: -375px;
  }
}
@media (min-width: 1200px) {
  .visual-block .container:before {
    left: -222px;
  }
}
.visual-block .textbox {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media (min-width: 1024px) {
  .visual-block .textbox {
    max-width: 750px;
  }
}
.visual-block .img-holder {
  width: 1464px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-48.5%);
}
.visual-block h1 {
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.3px;
}
@media (min-width: 1024px) {
  .visual-block h1 {
    font-size: 50px;
  }
}
.visual-block p {
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 35px;
}
@media (min-width: 1024px) {
  .visual-block p {
    font-size: 18px;
  }
}
.visual-block .btn {
  min-width: 236px;
}

.social-networks {
  font-size: 17px;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .social-networks {
    bottom: 51px;
    right: 15px;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .social-networks {
    right: 0;
  }
}
.social-networks li {
  margin: 0 0 0 15px;
}
.social-networks li a {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (min-width: 768px) {
  .social-networks li a {
    color: #f23c55;
  }
}
.social-networks li a:hover {
  opacity: 0.8;
}

.features-block {
  overflow: hidden;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .features-block {
    margin: 0 0 50px;
  }
}
@media (min-width: 1024px) {
  .features-block {
    margin: 0 0 70px;
  }
}
@media (min-width: 1200px) {
  .features-block {
    margin: 0 0 145px;
  }
}

.features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .features-list {
    left: 40px;
  }
}
.features-list li {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .features-list li {
    width: 47%;
    margin: 0 0 48px;
  }
}
@media (min-width: 1200px) {
  .features-list li {
    width: 43%;
  }
}
.features-list .img-holder {
  width: 50px;
  min-width: 50px;
  text-align: center;
  margin: 2px 22px 0 0;
}
@media (min-width: 768px) {
  .features-list .img-holder {
    width: 78px;
    min-width: 78px;
  }
}
.features-list .textbox {
  flex-grow: 1;
  flex-basis: 0;
}
.features-list .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 7px;
  color: #000;
}

.main-features {
  overflow: hidden;
  padding-top: 150px;
  margin-top: -150px;
}
.main-features .container {
  max-width: 1330px;
}
.main-features .head {
  overflow: hidden;
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .main-features .head {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .main-features .head {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .main-features .head {
    margin-bottom: 135px;
  }
}

.block-feature {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #5f25a0;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .block-feature {
    margin: 0 0 60px;
  }
}
@media (min-width: 1024px) {
  .block-feature {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 0 100px;
  }
}
@media (min-width: 1200px) {
  .block-feature {
    margin: 0 0 160px;
  }
}
.block-feature .img-holder {
  width: 100%;
  margin: 0 0 35px;
  order: 1;
}
@media (min-width: 1024px) {
  .block-feature .img-holder {
    width: 47.4%;
    margin: 0;
    order: 0;
  }
}
.block-feature .img-holder .pararel-shadow{
    position: relative;
    display: table-cell;
    z-index: 2;
    padding: 35px 35px 35px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); 
    background-color: rgba(255, 255, 255, 0);
}

.block-feature .img-holder .pararel-shadow img{
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.block-feature .img-wrap {
  position: relative;
}
@media (min-width: 1024px) {
  .block-feature .img-wrap {
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .block-feature .img-wrap {
    margin-right: calc((100vw - 1150px) / -2);
  }
}
@media (min-width: 1440px) {
  .block-feature .img-wrap {
    margin-right: calc((100vw - 1300px) / -2);
  }
}
.block-feature .img-wrap:before {
  width: 300px;
  height: 450px;
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  transform: translateY(-51.5%);
  background-image: url("../images/bg-shape02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: none;
}
@media (min-width: 1024px) {
  .block-feature .img-wrap:before {
    display: block;
  }
}
@media (min-width: 1200px) {
  .block-feature .img-wrap:before {
    width: 400px;
    height: 650px;
  }
}
@media (min-width: 1440px) {
  .block-feature .img-wrap:before {
    width: 538px;
    height: 853px;
  }
}
@media (min-width: 1024px) {
  .block-feature .textbox {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .block-feature .textbox {
    width: 47.4%;
  }
}
.block-feature .h1 {
  color: #5f25a0;
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .block-feature .h1 {
    margin: 0 0 52px;
  }
}
@media (min-width: 1024px) {
  .block-feature + .block-feature {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .block-feature + .block-feature {
    padding-top: 148px;
  }
}
.block-feature:nth-child(even) {
  color: #f3485f;
}
@media (min-width: 1024px) {
  .block-feature:nth-child(even) {
    flex-direction: row;
  }
}
.block-feature:nth-child(even) .h1 {
  color: #f3485f;
}
@media (min-width: 1024px) {
  .block-feature:nth-child(even) .img-wrap {
    text-align: right;
    margin-right: auto;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .block-feature:nth-child(even) .img-wrap {
    margin-right: auto;
    margin-left: calc((100vw - 1150px) / -2);
  }
}
@media (min-width: 1440px) {
  .block-feature:nth-child(even) .img-wrap {
    margin-right: auto;
    margin-left: calc((100vw - 1300px) / -2);
  }
}
.block-feature:nth-child(even) .img-wrap:before {
  width: 350px;
  height: 450px;
  right: auto;
  left: 0;
  background-image: url("../images/bg-shape03.png");
}
@media (min-width: 1200px) {
  .block-feature:nth-child(even) .img-wrap:before {
    width: 450px;
    height: 550px;
  }
}
@media (min-width: 1440px) {
  .block-feature:nth-child(even) .img-wrap:before {
    width: 592px;
    height: 705px;
  }
}

.list-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .list-info {
    column-count: 2;
    column-gap: 1px;
  }
}
.list-info li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .list-info li {
    padding: 0 15px 0 35px;
  }
}
@media (min-width: 1200px) {
  .list-info li {
    margin: 0 0 42px;
  }
}
@media (min-width: 1440px) {
  .list-info li {
    padding: 0 15px 0 50px;
  }
}
.list-info li:before {
  font-size: 18px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  font-family: "icomoon";
  content: "";
}
@media (min-width: 1024px) {
  .list-info li:before {
    font-size: 22px;
    margin-top: -13px;
  }
}
@media (min-width: 1440px) {
  .list-info li:before {
    left: 10px;
  }
}
.list-info li.sublist:before {
  margin-top: 0;
  top: 1px;
}
@media (min-width: 1200px) {
  .list-info li.sublist:before {
    top: 12px;
  }
}
.list-info ul {
  padding: 15px 0 0;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .list-info ul {
    padding: 25px 0 0;
  }
}
.list-info ul li {
  padding: 0 20px 0 15px;
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  .list-info ul li {
    margin: 0 0 25px;
  }
}
.list-info ul li:before {
  display: none;
}

.opportunities-block {
  overflow: hidden;
  position: relative;
  padding-top: 150px;
  margin-top: -150px;
}
.opportunities-block:before {
  width: 31px;
  height: 39px;
  position: absolute;
  left: 80px;
  top: 208px;
  content: "";
  background-image: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}
@media (min-width: 1200px) {
  .opportunities-block:before {
    display: block;
  }
}
@media (min-width: 1440px) {
  .opportunities-block:before {
    left: 190px;
  }
}
.opportunities-block .container {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .opportunities-block .container {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .opportunities-block .container {
    margin-bottom: 133px;
  }
}
.opportunities-block h1 {
  text-align: center;
  margin: 0 0 53px;
}
.opportunities-block h2 {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .opportunities-block h2 {
    margin: 0 0 6px;
    padding-left: 30px;
  }
}
.opportunities-block .columns-holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.opportunities-block .column {
  width: 100%;
}
@media (min-width: 768px) {
  .opportunities-block .column {
    width: 47.8%;
  }
}

.list-bullet {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-bullet li {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .list-bullet li {
    margin: 0 0 27px;
  }
}
@media (min-width: 1200px) {
  .list-bullet li {
    max-width: 370px;
  }
}
.list-bullet li:before {
  font-size: 16px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 7px;
  font-family: "icomoon";
  content: "";
  color: #ff0155;
}

.animator-block {
  position: relative;
}
.animator-block:before {
  width: 137px;
  height: 21px;
  position: absolute;
  left: 214px;
  top: 18px;
  background: url("../images/line-pattern01.svg") no-repeat;
  background-size: 100% 100%;
  content: "";
  display: none;
}
@media (min-width: 1200px) {
  .animator-block:before {
    display: block;
  }
}
.animator-block .img-holder {
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.animator-block .img-holder:before, .animator-block .img-holder:after {
  width: 42px;
  height: 42px;
  border: 8px solid #ff0155;
  border-radius: 100%;
  position: absolute;
  content: "";
  display: none;
}
@media (min-width: 1200px) {
  .animator-block .img-holder:before, .animator-block .img-holder:after {
    display: block;
  }
}
.animator-block .img-holder:before {
  right: 105px;
  top: -16px;
}
.animator-block .img-holder:after {
  bottom: 33px;
  right: 71px;
}

.pattern {
  width: 480px;
  position: absolute;
  display: none;
}
@media (min-width: 1200px) {
  .pattern {
    display: block;
  }
}
.pattern:after {
  width: 137px;
  height: 21px;
  position: absolute;
  background: url("../images/line-pattern01.svg") no-repeat;
  background-size: 100% 100%;
  content: "";
}
.pattern.left {
  left: -342px;
  bottom: 39px;
  transform: rotate(-12deg);
}
.pattern.right {
  right: -330px;
  top: -534px;
}
.pattern.right:after {
  left: 18px;
  bottom: 42px;
  transform: rotate(65deg);
}

.join-block {
  padding: 50px 0 40px;
  overflow: hidden;
  background: #ececec;
}
@media (min-width: 768px) {
  .join-block {
    padding: 80px 0 71px;
  }
}
.join-block .container {
  max-width: 1000px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.join-block .heading-col {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .join-block .heading-col {
    margin: 0;
  }
}
.join-block .btn-secondary {
  min-width: 230px;
}
.join-block .textbox {
  width: 100%;
}
@media (min-width: 768px) {
  .join-block .textbox {
    text-align: right;
    width: 50%;
    max-width: 450px;
  }
}
.join-block h1 {
  margin: 0 0 25px;
}

.video-block {
  text-align: center;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .video-block {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .video-block {
    padding: 85px 0;
  }
}
.video-block h1 {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .video-block h1 {
    margin: 0 0 50px;
  }
}
.video-block .video-placeholder {
  max-width: 824px;
  margin: 0 auto;
  position: relative;
}
.video-block .btn-play {
  position: relative;
  display: block;
}
.video-block .btn-play:before, .video-block .btn-play:after {
  position: absolute;
}
.video-block .btn-play:before {
  transition: all 80ms ease-out;
  width: 126px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -63px;
  background: rgba(190, 52, 112, 0.8);
  content: "";
}
.video-block .btn-play:after {
  font-size: 40px;
  line-height: 1;
  font-family: "icomoon";
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.video-block .btn-play:hover:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.video-block .pattern {
  right: -350px;
  bottom: -182px;
  transform: rotate(-200deg);
}
@media (min-width: 1440px) {
  .video-block .pattern {
    right: -290px;
  }
}
.video-block .pattern:after {
  display: none;
}

.faq-block {
  overflow: hidden;
  padding: 20px 0 0;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .faq-block {
    padding: 40px 0 0;
    margin: 0 0 70px;
  }
}
@media (min-width: 1024px) {
  .faq-block {
    padding: 53px 0 0;
    margin: 0 0 135px;
    padding-top: 150px;
    margin-top: -150px;
  }
}
.faq-block h1 {
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .faq-block h1 {
    margin: 0 0 53px;
  }
}

.accordion {
  margin: 0 auto;
  max-width: 902px;
}
.accordion .slide-wrap {
  overflow: hidden;
  margin: 0 0 15px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: linear-gradient(272.95deg, #FFFFFF -6.56%, rgba(255, 255, 255, 0) 107.23%), #FDFDFD;
}
.accordion .slide-wrap.active {
  margin: 0 0 35px;
}
.accordion .slide-wrap.active .opener {
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: linear-gradient(93.91deg, #5F25A0 -12.7%, #F23C55 130.89%), #F23C55;
}
.accordion .slide-wrap.active .opener:after {
  color: #fff;
  transform: rotate(90deg);
}
.accordion .opener {
  font-size: 14px;
  line-height: 1.1;
  padding: 8px 45px 8px 20px;
  color: #000;
  font-weight: 700;
  position: relative;
  border-radius: 30px;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .accordion .opener {
    font-size: 17px;
    line-height: 20px;
    padding: 12px 65px 12px 25px;
  }
}
@media (min-width: 1024px) {
  .accordion .opener {
    font-size: 20px;
    line-height: 21px;
    height: 65px;
    padding: 12px 85px 12px 45px;
  }
}
.accordion .opener:after {
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11px;
  content: "";
  font-family: "icomoon";
  color: #f23c55;
}
@media (min-width: 768px) {
  .accordion .opener:after {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .accordion .opener:after {
    font-size: 22px;
    right: 35px;
  }
}
.accordion .slide {
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .accordion .slide {
    padding: 30px 35px;
  }
}
@media (min-width: 1024px) {
  .accordion .slide {
    padding: 42px 60px;
  }
}
.accordion .text-holder {
  min-height: 70px;
}
@media (min-width: 1024px) {
  .accordion .text-holder {
    min-height: 90px;
  }
}
.accordion p {
  font-weight: 400;
}
.accordion ol {
  padding: 0 0 0 17px;
  margin: 0 0 20px;
}

.interested-block {
  background: #5f25a0;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 50px 0 40px;
}
@media (min-width: 768px) {
  .interested-block {
    padding: 70px 0 60px;
  }
}
@media (min-width: 1024px) {
  .interested-block {
    padding: 100px 0 90px;
  }
}
.interested-block .container {
  position: relative;
  z-index: 1;
  max-width: 800px;
}
@media (min-width: 1440px) {
  .interested-block .container {
    max-width: 1200px;
  }
}
.interested-block .pattern.first {
  top: -241px;
  left: -320px;
  transform: rotate(54deg);
}
@media (min-width: 1440px) {
  .interested-block .pattern.first {
    left: -177px;
  }
}
.interested-block .pattern.second {
  right: -264px;
  bottom: -264px;
  transform: rotate(-37deg);
}
.interested-block .pattern:after {
  display: none;
}
.interested-block h1 {
  color: #fff;
  margin: 0 0 7px;
  letter-spacing: -0.3px;
}
.interested-block p {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .interested-block p {
    font-size: 18px;
  }
}
.interested-block .btn {
  min-width: 230px;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.lightbox-popup {
  width: 600px;
  border-radius: 1px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
}
.lightbox-popup .logo {
  width: 144px;
  display: block;
  margin: 0 auto 35px;
}
.lightbox-popup .logo img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
.lightbox-popup input {
  width: 100%;
  margin: 0 0 30px;
}
.lightbox-popup .btn {
  width: 190px;
  display: block;
  margin: 0 auto;
}
.lightbox-popup h2 {
  text-align: center;
  margin: 0 0 25px;
  padding: 10px 0 0;
  color: #363435;
}
@media (min-width: 768px) {
  .lightbox-popup h2 {
    font-size: 30px;
  }
}
.lightbox-popup p {
  font-size: 15px;
  line-height: 160%;
  margin: 0 0 50px;
  font-weight: 700;
  text-align: center;
  color: #363435;
}
@media (min-width: 768px) {
  .lightbox-popup p {
    font-size: 18px;
  }
}

#footer {
  width: 100%;
  z-index: 2;
  overflow: hidden;
  position: relative;
  background: #1f0141;
}

.primary-footer {
  overflow: hidden;
  background: #290a4b;
  padding: 35px 0 25px;
}
@media (min-width: 768px) {
  .primary-footer {
    padding: 50px 0 35px;
  }
}
@media (min-width: 1024px) {
  .primary-footer {
    padding: 93px 0 70px;
  }
}
.primary-footer .container {
  max-width: 1175px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.primary-footer .logo {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .primary-footer .logo {
    margin: 0;
  }
}

.links-column {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 7px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .links-column {
    width: 62%;
  }
}
@media (min-width: 1024px) {
  .links-column {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .links-column {
    width: 58%;
  }
}
.links-column .title {
  display: block;
  margin: 0 0 10px;
}
.links-column .col {
  width: 50%;
}
@media (min-width: 1200px) {
  .links-column .col {
    width: 44%;
  }
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li {
  margin: 0 0 9px;
  padding-right: 15px;
}
.footer-links li a {
  color: #c5a7e5;
  opacity: 0.8;
}
.footer-links li a:hover {
  color: #fff;
}

.secondary-footer {
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #fff;
  padding: 35px 0 15px;
}
@media (min-width: 768px) {
  .secondary-footer {
    padding: 50px 0 25px;
  }
}
@media (min-width: 1024px) {
  .secondary-footer {
    padding: 75px 0 30px;
  }
}
.secondary-footer .container {
  max-width: 1070px;
}
.secondary-footer p {
  margin: 0 0 25px;
}
.secondary-footer .copyrights {
  font-size: 14px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 35px 20px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .fancybox-content {
    padding: 45px;
  }
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #707070;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 7px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
#bm {
  display: none;
  transform: translate3d(0, 7px, 0);
}
@media (min-width: 768px) {
  #bm {
    display: block;
  }
}

#bm-mobile {
  transform: translate3d(0, 7px, 0);
}
@media (min-width: 768px) {
  #bm-mobile {
    display: none;
  }
}

/* language */

label {
cursor: pointer;
}
input[type="radio"] {
display:none;
}
label:hover {
color: #F23C55;
}
input[type="radio"]:checked + label {
color: #F23C55;
}
.lenguaje {
margin-left: 20px;
font-weight: bold;
}

@media (min-width: 768px) {
  .lang-movil {
    display: none;
  }
}

div .lang-movil {
    position: absolute;
    padding-top: 7px;
    margin-left: -70px;
    align-items: center;
}

@media (max-width: 768px) {
  .lang-pc {
    display: none;
  }
}