@charset "UTF-8";
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.1;
  color: #522078;
  letter-spacing: 0.03em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    body {
      font-size: 16px;
      line-height: 2; } }
body li.has-dropdown.is-active .dropdown {
    opacity: 1;
    visibility: visible; }
@media (min-width: 1023.02px) {
  body.is-not-touch-device li.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible; } }
body.admin-bar header {
  margin-top: 32px; }
@media only screen and (max-width: 782px) {
    body.admin-bar header {
      margin-top: 46px; } }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(2.1em / 2); }
.h1,
h1 {
  font-size: 40px;
  line-height: 1.40;
  font-weight: 600; }
@media (max-width: 1023px) {
    .h1,
    h1 {
      font-size: 33px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h1,
    h1 {
      font-size: 32px; } }
@media (max-width: 359px) {
    .h1,
    h1 {
      font-size: 28px; } }
.h2,
h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.30; }
@media (max-width: 1023px) {
    .h2,
    h2 {
      font-size: 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h2,
    h2 {
      font-size: 20px; } }
.h6,
h6 {
  font-size: 14px;
  line-height: 1.22;
  letter-spacing: .15em;
  font-weight: 500; }
@media (max-width: 1023px) {
    .h6,
    h6 {
      font-size: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h6,
    h6 {
      font-size: 18px; } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 2.1em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article .article__inner {
  position: relative;
  padding-bottom: 12px; }
@media (max-width: 1023px) {
    .article .article__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0; } }
@media (min-width: 1023.02px) {
  .article .article__inner:hover .article__image-inner {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); } }
.article .article__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }
.article .article__image {
  padding-top: 104.9%;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px; }
@media (max-width: 1199px) {
    .article .article__image {
      margin-bottom: 24px; } }
@media (max-width: 1023px) {
    .article .article__image {
      max-width: 216px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 216px;
              flex: 0 0 216px;
      padding-top: 0;
      height: 216px;
      margin: 0 16px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article .article__image {
      max-width: 285px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 2850px;
              flex: 0 0 2850px;
      margin: 0 auto 29px;
      padding-top: 103.1%;
      height: auto;
      max-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
.article .article__image-inner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.article .article__content {
  text-align: center; }
@media (max-width: 1023px) {
    .article .article__content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1;
      text-align: left; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article .article__content {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      text-align: center; } }
.article .article__content h6 {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 20px; }
@media (max-width: 1023px) {
    .article .article__content h6 {
      margin-bottom: 8px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article .article__content h6 {
      font-size: 16px;
      line-height: 1.22;
      margin-bottom: 25px; } }
@media (max-width: 1023px) {
  .article .article__content p {
    margin-bottom: 8px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__content p {
    margin-bottom: 33px; } }
/*  Article big  */
.article--big .article__image {
  padding-top: 102.41%;
  margin-bottom: 36px; }
@media (max-width: 1199px) {
    .article--big .article__image {
      margin-bottom: 24px; } }
@media (max-width: 1023px) {
    .article--big .article__image {
      padding-top: 0;
      margin: 0 16px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article--big .article__image {
      margin: 0 auto 35px;
      padding-top: 103.1%; } }
.article--big .article__content h6 {
  margin-bottom: 14px; }
@media (max-width: 1023px) {
    .article--big .article__content h6 {
      margin-bottom: 8px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article--big .article__content h6 {
      margin-bottom: 23px; } }
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -24px; }
@media (max-width: 1499px) {
    .articles {
      margin: 0 -12px; } }
@media (max-width: 1199px) {
    .articles {
      margin: 0 -12px -24px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
@media (max-width: 1023px) {
    .articles {
      margin: 0 -12px -12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .articles {
      margin: 0 -5px -43px; } }
.articles .article {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 24px; }
@media (max-width: 1499px) {
      .articles .article {
        padding: 0 12px; } }
@media (max-width: 1199px) {
      .articles .article {
        margin-bottom: 24px; } }
@media (max-width: 1023px) {
      .articles .article {
        margin-bottom: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .articles .article {
        margin-bottom: 43px;
        padding: 0 5px; } }
.articles .article--1of3 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
@media (max-width: 1199px) {
      .articles .article--1of3 {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
@media (max-width: 1023px) {
      .articles .article--1of3 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
.articles .article--1of4 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
@media (max-width: 1199px) {
      .articles .article--1of4 {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
@media (max-width: 1023px) {
      .articles .article--1of4 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
/*  Articles big  */
.articles--big {
  margin: 0 -16px; }
@media (max-width: 1199px) {
    .articles--big {
      margin: 0 -12px -24px; } }
@media (max-width: 1023px) {
    .articles--big {
      margin: 0 -12px -12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .articles--big {
      margin: 0 -5px -37px; } }
.articles--big .article {
    padding: 0 16px; }
@media (max-width: 1023px) {
      .articles--big .article {
        padding: 0 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .articles--big .article {
        padding: 0 5px;
        margin-bottom: 37px; } }
/* ------------------------------------------------------------ *\
	Banner images
\* ------------------------------------------------------------ */
.banner-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
.banner-images:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(82, 32, 120, 0.4);
    pointer-events: none; }
.banner-images .banner__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-top: 17.79%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
/*  Banner images size1  */
.banner-images--size1 .banner__image {
  padding-top: 19.7%; }
/* ------------------------------------------------------------ *\
	Button plain
\* ------------------------------------------------------------ */
.btn-plain {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 211px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 15px 12px 14px;
  color: #522078;
  border: 1px solid currentColor;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn-plain {
      font-size: 16px;
      padding: 20px 10px 19px;
      min-width: 286px;
      font-weight: 600; } }
@media (min-width: 1023.02px) {
    .btn-plain:hover {
      color: #5dc200; } }
/*  Btn plain alt  */
.btn-plain--alt {
  border-color: #C08CDB;
  color: #fff;
  min-width: 248px; }
@media (max-width: 1399px) {
    .btn-plain--alt {
      min-width: 232px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn-plain--alt {
      min-width: 286px;
      padding: 21px 20px 20px;
      font-size: 14px; } }
@media (min-width: 1023.02px) {
    .btn-plain--alt:hover {
      color: #e38500;
      border-color: #e38500; } }
/*  Btn plain alt size1  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-plain--alt-size1 {
    font-size: 16px;
    padding: 20px 20px 19px; } }
/* ------------------------------------------------------------ *\
	Btn play
\* ------------------------------------------------------------ */
.btn-play {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
@media (min-width: 1023.02px) {
    .btn-play:hover {
      opacity: .7; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 211px;
  background: #73BF4F;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 17px 8px 16px;
  color: #fff;
  -webkit-transition: background 0.4s, opacity 0.4s;
  -o-transition: background 0.4s, opacity 0.4s;
  transition: background 0.4s, opacity 0.4s; }
.btn span {
    text-transform: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn {
      font-size: 14px;
      padding: 23px 10px;
      min-width: 284px; } }
@media (min-width: 1023.02px) {
    .btn:hover {
      background: #be8ce0; } }
.isaw-btn span {
  text-transform: lowercase !important; }
/*  Btn medium  */
.btn--medium {
  padding: 16px 8px 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--medium {
      padding: 21px 10px 20px;
      font-size: 16px; } }
/*  Btn small  */
.btn--small {
  min-width: 127px;
  padding: 12px 10px 11px; }
@media (max-width: 1023px) {
    .btn--small {
      min-width: 90px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--small {
      padding: 13px 10px; } }
/*  Btn orange  */
.btn--orange {
  background: #EC9535; }
/*  Btn purple  */
.btn--purple {
  background: #522078; }
/*  Btn alt  */
.btn--alt {
  min-width: 347px;
  padding: 16px 8px 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--alt {
      min-width: 260px;
      padding: 13px 10px;
      max-width: 288px; } }
/*  Btn size1  */
.btn--size1 {
  min-width: 325px;
  padding: 16px 8px 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--size1 {
      padding: 22px 10px 21px;
      min-width: 286px; } }
/*  Btn size2  */
.btn--size2 {
  min-width: 324px;
  padding: 17px 8px 16px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--size2 {
      min-width: 280px;
      padding: 22px 10px;
      line-height: 1.22;
      max-width: 286px;
      font-weight: 600; } }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Card alt
\* ------------------------------------------------------------ */
.card-alt {
  color: #fff; }
.card-alt .card__inner {
    background: #522078;
    height: 100%;
    padding: 29px 16px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 1499px) {
      .card-alt .card__inner {
        padding: 28px 8px 24px; } }
@media (max-width: 1199px) {
      .card-alt .card__inner {
        padding: 24px 6px 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card-alt .card__inner {
        padding: 38px 15px 32px; } }
.card-alt .card__image {
    max-width: 92px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 92px;
            flex: 0 0 92px;
    margin: 0 auto 27px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card-alt .card__image {
        max-width: 79px;
        margin: 0 auto 8px; } }
.card-alt .card__image img {
    width: 100%; }
.card-alt .card__content {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 43px;
    width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card-alt .card__content {
        margin-bottom: 22px; } }
.card-alt .card__content h6 {
    letter-spacing: 0.03em;
    margin-bottom: 23px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card-alt .card__content h6 {
        margin-bottom: 19px; } }
.card-alt .card__content p {
    max-width: 86%;
    margin: 0 auto; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card-alt .card__content p {
        max-width: none; } }
.card-alt .card__actions {
    text-align: center; }
@media (max-width: 1199px) {
    .card-alt .card__actions a {
      min-width: auto;
      width: 100%; } }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  height: 100%;
  color: #522078; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card {
      height: auto; } }
.card .card__inner {
    height: 100%;
    background: #fff;
    padding: 30px 8px 32px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    overflow: hidden;
    position: relative; }
@media (max-width: 1199px) {
      .card .card__inner {
        padding: 20px 8px 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__inner {
        padding: 59px 17px 71px; } }
@media (max-width: 359px) {
      .card .card__inner {
        padding: 30px 13px; } }
@media (min-width: 1023.02px) {
      .card .card__inner:hover {
        -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5); } }
.card .card__link {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none; }
.card .card__image {
    background: #73BF4F;
    max-width: 92px;
    margin: 0 auto 41px;
    height: 92px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
@media (max-width: 1199px) {
      .card .card__image {
        max-width: 80px;
        height: 80px;
        padding: 8px;
        margin: 0 auto 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__image {
        max-width: 80px;
        height: 80px;
        padding: 8px;
        margin: 0 auto 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card .card__image img {
      max-width: 65%;
      display: inline-block; } }
.card .card__content {
    text-align: center;
    max-width: 90%;
    margin: 0 auto; }
@media (max-width: 1199px) {
      .card .card__content {
        max-width: none; } }
.card .card__content h6 {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 24px; }
@media (max-width: 1199px) {
      .card .card__content h6 {
        margin-bottom: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__content h6 {
        display: none; } }
/* ------------------------------------------------------------ *\
	Cards alt
\* ------------------------------------------------------------ */
.cards-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -43px 0 -48px; }
@media (max-width: 1499px) {
    .cards-alt {
      margin: 0 -20px; } }
@media (max-width: 1399px) {
    .cards-alt {
      margin: 0 -8px; } }
@media (max-width: 1199px) {
    .cards-alt {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -4px; } }
.cards-alt .card-alt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 56px; }
@media (max-width: 1499px) {
      .cards-alt .card-alt {
        padding: 0 20px; } }
@media (max-width: 1399px) {
      .cards-alt .card-alt {
        padding: 0 8px; } }
@media (max-width: 1199px) {
      .cards-alt .card-alt {
        padding: 0 4px; } }
@media (max-width: 1023px) {
      .cards-alt .card-alt {
        margin-bottom: 24px; } }
@media (max-width: 1023px) {
      .cards-alt .card-alt:last-child {
        margin: 0; } }
.cards-alt .card-alt--1of3 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
@media (max-width: 1023px) {
      .cards-alt .card-alt--1of3 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox input {
  display: none; }
.checkbox input:checked ~ label:after {
  opacity: 1;
  visibility: visible; }
.checkbox label {
  position: relative;
  padding-left: 70px;
  display: block; }
.checkbox label:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    border: 1px solid #E5E5E5;
    width: 33px;
    height: 33px; }
.checkbox label:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 11px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 18px;
    width: 10px;
    border-bottom: 4px solid #522078;
    border-right: 4px solid #522078;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s; }
/* ------------------------------------------------------------ *\
	Dropdown trigger
\* ------------------------------------------------------------ */
.dropdown-trigger {
  position: relative; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .dropdown-trigger {
      text-align: left; } }
.dropdown-trigger:after {
    content: '';
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: currentColor;
    display: inline-block;
    height: 6px;
    width: 6px;
    bottom: 0;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
    z-index: 20;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin: 0 1px 4px 14px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .dropdown-trigger:after {
        right: 22px;
        position: absolute;
        top: calc(50% - 10%); } }
/*  Dropdown trigger small  */
.dropdown-trigger--small:after {
  margin: 0 4px 4px 10px; }
/*  Dropdown trigger big  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .dropdown-trigger--big {
    font-size: 18px; } }
/*  Dropdown trigger alt  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .dropdown-trigger--alt:after {
    right: 38px;
    top: calc(50% - 8%); } }
/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
.dropdown {
  position: absolute;
  top: calc(100% + 26px);
  left: calc(50% - 12px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 266px;
  padding: 4px 4px 4px 4px;
  background: #fff;
  color: #522078;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 20;
  display: block;
  text-transform: none;
  font-size: 14px; }
@media (max-width: 1399px) {
    .dropdown {
      width: 240px; } }
@media (max-width: 1023px) {
    .dropdown {
      padding: 4px;
      width: 192px;
      display: none;
      opacity: 1;
      visibility: visible; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .dropdown {
      position: static;
      top: 0;
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100%;
      font-size: 16px;
      padding: 0; } }
.dropdown:before {
    content: '';
    width: 100%;
    height: 48px;
    position: absolute;
    bottom: 100%;
    left: 0; }
@media (max-width: 1399px) {
      .dropdown:before {
        height: 16px;
        bottom: calc(100% - 4px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .dropdown:before {
        display: none; } }
.dropdown li {
    margin-bottom: 2px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .dropdown li {
        border-bottom: 1px solid #C08CDB; } }
.dropdown li:last-child {
      margin: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .dropdown li:last-child {
          border-bottom: 0; } }
.dropdown li a {
    width: 100%;
    display: block;
    padding: 20px 8px 19px 22px;
    letter-spacing: 0.03em;
    -webkit-transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
    font-weight: 500;
    text-decoration: none; }
@media (max-width: 1499px) {
      .dropdown li a {
        padding: 16px 12px; } }
@media (max-width: 1399px) {
      .dropdown li a {
        padding: 8px 8px; } }
@media (max-width: 1023px) {
      .dropdown li a {
        padding: 6px 4px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .dropdown li a {
        min-height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 10px 10px 10px 37px;
        text-align: left;
        letter-spacing: 0.15em; } }
@media (min-width: 1023.02px) {
      .dropdown li a:hover {
        background: #522078;
        color: #fff;
        opacity: 1; }
        .dropdown li a:hover span {
          color: #C08CDB; } }
.dropdown li a > span {
    display: block;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-top: 7px;
    color: rgba(82, 32, 120, 0.5);
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .dropdown li a > span {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        font-size: 12px;
        margin: 2px 0 11px; } }
.dropdown li a > i {
    font-style: normal; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .dropdown li a > i {
        display: none; } }
/*  Dropdown small  */
.dropdown--small {
  width: 161px;
  top: calc(50% + 24px);
  text-align: left; }
.dropdown--small:before {
    height: 12px; }
@media (max-width: 1023px) {
    .dropdown--small {
      width: 144px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .dropdown--small {
      width: 100%;
      text-align: right; } }
/*  Dropdown big  */
.dropdown--big {
  width: 345px;
  padding: 5px 6px 4px 4px;
  top: calc(50% + 35px);
  left: calc(50% - 2px); }
@media (max-width: 1499px) {
    .dropdown--big {
      width: 360px; } }
@media (max-width: 1199px) {
    .dropdown--big {
      top: calc(50% + 36px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .dropdown--big {
      width: 100%;
      padding: 0; } }
.dropdown--big li a {
    padding: 20px 8px 22px 24px; }
@media (max-width: 1499px) {
      .dropdown--big li a {
        padding: 16px 12px; } }
@media (max-width: 1399px) {
      .dropdown--big li a {
        padding: 8px 8px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .dropdown--big li a {
        padding: 10px 10px 10px 37px; } }
.nav-dropdown-link {
  text-transform: uppercase; }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  background: #fff;
  border: 1px solid #E5E5E5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.22;
  letter-spacing: 0.03em;
  color: #522078;
  padding: 15px 8px 14px 19px;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .field {
      font-size: 16px;
      padding: 20px 10px 19px 24px; } }
.field:focus {
    border-color: #522078; }
/*  Field textarea  */
.field--textarea {
  resize: none;
  min-height: 163px;
  padding: 21px 8px 14px 20px; }
@media (max-width: 1199px) {
    .field--textarea {
      padding: 16px 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .field--textarea {
      padding: 28px 24px;
      min-height: 205px; } }
.field--textarea-size1 {
  padding: 16px 8px 14px 18px; }
@media (max-width: 1199px) {
    .field--textarea-size1 {
      padding: 16px 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .field--textarea-size1 {
      padding: 28px 24px; } }
/*  Field number  */
.field-number {
  position: relative; }
.field-number .field {
    border-width: 1px;
    border-color: #522078;
    margin: -0px 0 -1px;
    padding: 15px 36px 14px 19px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .field-number .field {
        padding: 19px 35px 18px 19px; } }
.field-number .field__btn {
    width: 24px;
    height: 50%;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    position: absolute;
    text-align: center;
    border: 0;
    bottom: 0;
    right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
@media (max-width: 1023px) {
      .field-number .field__btn {
        right: 7px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .field-number .field__btn {
        right: 12px; } }
.field-number .field__btn:before {
      content: '';
      border: 0;
      border-top: 1px solid #522078;
      border-left: 1px solid #522078;
      display: inline-block;
      width: 6px;
      height: 6px;
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg);
      margin: 0 0 8px; }
.field-number .field__btn--increment {
    top: 0;
    bottom: auto; }
.field-number .field__btn--increment:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin: 8px 0 0; }
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer .footer__inner {
  padding: 91px 0 64px;
  background: #522078;
  color: #fff; }
@media (max-width: 1399px) {
    .footer .footer__inner {
      padding: 90px 0 65px; } }
@media (max-width: 1199px) {
    .footer .footer__inner {
      padding: 60px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__inner {
      padding: 102px 0 85px; } }
.footer .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
@media (max-width: 1023px) {
    .footer .footer__container {
      display: block; } }
.footer .footer__container h6 {
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #fff; }
@media (max-width: 1023px) {
    .footer .footer__container h6 {
      margin-bottom: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__container h6 {
      margin-bottom: 43px; } }
.footer .footer__info {
  max-width: 42%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  padding-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media (max-width: 1399px) {
    .footer .footer__info {
      max-width: 48%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%; } }
@media (max-width: 1199px) {
    .footer .footer__info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 36%;
              flex: 0 0 36%;
      max-width: 36%;
      display: block;
      padding: 0;
      margin-right: 40px; } }
@media (max-width: 1023px) {
    .footer .footer__info {
      max-width: none;
      margin: 0 0 45px;
      text-align: center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__info {
      margin: 0 0 77px; } }
.footer .footer__info-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__info-content {
      padding: 0 18px; } }
.footer .footer__logos {
  max-width: 98px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 98px;
          flex: 0 0 98px;
  margin-right: 35px;
  padding-top: 8px; }
@media (max-width: 1199px) {
    .footer .footer__logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0;
      margin: 0 0 20px; } }
@media (max-width: 1023px) {
    .footer .footer__logos {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__logos {
      display: block;
      margin: 0 0 33px; } }
.footer .footer__logo + .footer__logo {
  margin-top: 16px; }
@media (max-width: 1199px) {
    .footer .footer__logo + .footer__logo {
      margin: 0 0 0 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo {
    max-width: 138px;
    margin: 0 auto; } }
.footer .footer__logo a {
  display: inline-block;
  text-decoration: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__logo a {
      width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo a > img {
    width: 100%; } }
@media (max-width: 1199px) {
  .footer .footer__paragraph {
    margin-bottom: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__paragraph {
    margin-bottom: 62px;
    font-size: 18px; } }
.footer .footer__paragraph p {
  margin-bottom: 14px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__paragraph p {
      margin-bottom: 39px; } }
.footer .footer__actions {
  margin-top: 92px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__actions {
      margin-top: 47px; } }
.footer .footer__content {
  max-width: 48.8%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.8%;
          flex: 0 0 48.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
@media (max-width: 1199px) {
    .footer .footer__content {
      max-width: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1; } }
@media (max-width: 1023px) {
    .footer .footer__content {
      margin: 0;
      display: block;
      text-align: center; } }
.footer .footer__nav {
  font-size: 12.8px;
  letter-spacing: 0.1em;
  color: #c08CDB; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__nav {
      font-size: 16px; } }
.footer .footer__nav li {
  margin-bottom: 13px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__nav li {
      margin-bottom: 16px; } }
.footer .footer__nav li:last-child {
    margin-bottom: 0; }
.footer .footer__nav a {
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }
@media (min-width: 1023.02px) {
    .footer .footer__nav a:hover {
      color: #e38500; } }
.footer .footer__subscribe-form {
  max-width: 319px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 319px;
          flex: 0 0 319px; }
@media (max-width: 1399px) {
    .footer .footer__subscribe-form {
      max-width: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1;
      margin-left: 30px; } }
@media (max-width: 1023px) {
    .footer .footer__subscribe-form {
      margin: 30px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__subscribe-form {
      margin: 90px 0 0;
      padding: 0 24px 0 19px; } }
@media (max-width: 359px) {
    .footer .footer__subscribe-form {
      padding: 0; } }
.footer .footer__subscribe-form h6 {
  margin-bottom: 32px; }
@media (max-width: 1023px) {
    .footer .footer__subscribe-form h6 {
      margin-bottom: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__subscribe-form h6 {
      line-height: 2;
      margin-bottom: 24px; } }
.footer .footer__bar {
  background: #fff;
  font-size: 12.8px;
  line-height: 2;
  letter-spacing: 0.1em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__bar {
      font-size: 16px; } }
.footer .footer__bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 37px 0 29px; }
@media (max-width: 1399px) {
    .footer .footer__bar-inner {
      padding: 35px 0; } }
@media (max-width: 1023px) {
    .footer .footer__bar-inner {
      display: block;
      text-align: center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__bar-inner {
      padding: 51px 0; } }
.footer .footer__bar-inner p {
  margin: 0 10px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }
@media (max-width: 1023px) {
    .footer .footer__bar-inner p {
      margin: 0 0 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__bar-inner p {
      max-width: 80%;
      margin: 0 auto 10px; } }
.footer .footer__bar-links {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -4px; }
@media (max-width: 1199px) {
    .footer .footer__bar-links {
      margin: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__bar-links {
      display: block; } }
.footer .footer__bar-links li {
  position: relative;
  margin-right: 3px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__bar-links li {
      margin: 0; } }
.footer .footer__bar-links li:after {
    content: '|'; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__bar-links li:after {
        display: none; } }
.footer .footer__bar-links li:last-child {
    margin: 0; }
.footer .footer__bar-links li:last-child:after {
      display: none; }
.footer .footer__bar-links a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }
@media (min-width: 1023.02px) {
    .footer .footer__bar-links a:hover {
      color: #e38500; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .btn {
    white-space: normal; } }
.subscribe input[type="submit"]:hover, .subscribe input[type="button"]:hover {
  background-color: transparent !important; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__label {
  display: none; }
.form .form__cols-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -8px; }
@media (max-width: 1023px) {
    .form .form__cols-big {
      margin: 0 -4px; } }
.form .form__col-big {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 8px; }
@media (max-width: 1023px) {
    .form .form__col-big {
      padding: 0 4px;
      margin-bottom: 11px; } }
@media (max-width: 1023px) {
    .form .form__col-big:last-child {
      margin: 0; } }
.form .form__col-big--size1 {
  max-width: 40.1%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.1%;
          flex: 0 0 40.1%; }
@media (max-width: 1399px) {
    .form .form__col-big--size1 {
      max-width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
@media (max-width: 1023px) {
    .form .form__col-big--size1 {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
.form .form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px; }
@media (max-width: 1023px) {
    .form .form__cols {
      margin: 0 -4px; } }
.form .form__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 8px; }
@media (max-width: 1023px) {
    .form .form__col {
      padding: 0 4px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col {
      margin-bottom: 14px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col:last-child {
      margin: 0; } }
.form .form__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--1of2 {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
.form .form__row + .form__row {
  margin-top: 12px; }
@media (max-width: 1023px) {
    .form .form__row + .form__row {
      margin-top: 11px; } }
.form .form__actions {
  margin-top: 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__actions {
      margin-top: 15px; } }
.form .form__btn {
  background: none;
  outline: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__btn {
      font-size: 14px;
      padding: 21px 10px 20px;
      min-width: auto;
      width: 100%; } }
/*  Form size1  */
.form--size1 .form__actions {
  margin-top: 17px; }
@media (max-width: 1023px) {
    .form--size1 .form__actions {
      margin-top: 12px; } }
/*  Form size2  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--size2 .form__row + .form__row {
    margin-top: 16px; } }
.form--size2 .form__actions {
  margin-top: 35px; }
@media (max-width: 1023px) {
    .form--size2 .form__actions {
      margin-top: 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form--size2 .form__actions {
      margin-top: 17px; } }
.form--size2 .form__btn {
  min-width: auto;
  width: 100%;
  background: #73BF4F;
  border: 0;
  outline: 0;
  padding: 16px 8px 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form--size2 .form__btn {
      font-size: 16px;
      padding: 21px 10px 20px; } }
@media (min-width: 1023.02px) {
    .form--size2 .form__btn:hover {
      background: #522078; } }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */ }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }
.header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: -20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__inner {
        padding: 0 22px 0 22px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
.header .header__navigations {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin-left: 112px;
    padding-top: 18px;
    padding-bottom: 70px; }
@media (min-width: 1399.02px) {
      .header .header__navigations {
        margin-left: 70px; } }
@media (max-width: 1199px) {
      .header .header__navigations {
        padding-top: 15px;
        margin-left: 60px; } }
@media (max-width: 1023px) {
      .header .header__navigations {
        margin-left: 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__navigations {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #000;
        background: #522078;
        padding: 122px 0 0;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        -o-transition: transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        overflow: auto;
        margin: 0;
        -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
                box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
        max-height: 100vh; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__navigations.is-active {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); } }
.header .header__navigations-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
@media (max-width: 1199px) {
      .header .header__navigations-inner {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
.header .header__nav {
    margin-right: 15px; }
@media (max-width: 1399px) {
      .header .header__nav {
        margin-right: 15px; } }
@media (max-width: 1199px) {
      .header .header__nav {
        margin: 0 0 15px;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 0;
                order: 0;
        margin-top: 0px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__nav {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0; } }
.header .header__nav-lang {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 27px; }
@media (max-width: 1199px) {
      .header .header__nav-lang {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        max-width: none;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0px 15px 10px 0 !important; } }
@media (max-width: 1023px) {
      .header .header__nav-lang {
        margin-right: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__nav-lang {
        margin: 15px 0 15px;
        display: block;
        width: 100%;
        max-width: 286px;
        margin: 0 auto 51px; } }
@media (max-width: 1199px) {
    .header .header__nav-utilities {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 2;
              order: 2; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__nav-utilities {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%; } }
.header .nav-close {
    position: absolute;
    top: 52px;
    right: 33px; }
/*  Header is scrolled  */
.is-scrolled {
  background-color: #522078; }
.nav-item-lower-case {
  text-transform: none; }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  color: #fff;
  text-align: center;
  background-image: url(../images/temp/pattern-purple.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero {
      padding-top: 102px;
      background-image: none;
      background-color: #522078; } }
.hero .hero__inner {
    min-height: 100vh;
    padding: 184px 0 76px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .hero .hero__inner {
        width: 100%; } }
@media (max-width: 1023px) {
      .hero .hero__inner {
        padding: 120px 0 48px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__inner {
        min-height: auto;
        padding: 53px 0 28px;
        max-width: 85%;
        margin: 0 auto;
        pointer-events: none; } }
@media (max-width: 359px) {
      .hero .hero__inner {
        max-width: none; } }
.hero .hero__content {
    max-width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; }
@media (max-width: 1399px) {
      .hero .hero__content {
        max-width: 85%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 85%;
                flex: 0 0 85%; } }
@media (max-width: 1199px) {
      .hero .hero__content {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content {
        pointer-events: auto; } }
.hero .hero__content h1 {
    margin-bottom: 17px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content h1 {
        font-size: 20px;
        max-width: 90%;
        margin: 0 auto 14px; } }
@media (max-width: 359px) {
      .hero .hero__content h1 {
        max-width: none; } }
.hero .hero__content > p {
    font-weight: 600;
    line-height: 1.28; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content > p {
        font-size: 14px;
        line-height: 1.50; } }
.hero .hero__actions {
    margin-top: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
@media (max-width: 1023px) {
      .hero .hero__actions {
        margin-top: 32px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__actions {
        display: block;
        margin-top: 39px; } }
@media (max-width: 575px) {
    .hero .hero__btn > a {
      width: 100%;
      min-width: auto; } }
.hero .hero__btn + .hero__btn {
    margin-left: 17px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__btn + .hero__btn {
        margin: 12px 0 0; } }
.hero .hero__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__slider {
        top: 102px;
        height: calc(100% - 102px); } }
.hero .hero__image {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-top: 167px;
    margin: 0 0 0 15px; }
@media (max-width: 1399px) {
      .hero .hero__image {
        padding-top: 190px;
        margin: 0 0 0 20px; } }
@media (max-width: 1023px) {
      .hero .hero__image {
        margin: 0;
        padding-top: 150px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__image {
        padding-top: 16px;
        margin-bottom: 5px; } }
.hero .hero__banner-images {
    padding-top: 176px; }
@media (max-width: 1023px) {
      .hero .hero__banner-images {
        padding-top: 165px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__banner-images {
        padding-top: 10px; } }
.hero .shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
/*  Hero type1  */
.hero--type1 {
  overflow: hidden; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--type1 {
      background-image: url(../images/temp/pattern-purple.png); } }
.hero--type1 .hero__inner {
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: auto;
    margin: 0;
    margin-left: 0;
    margin-right: calc(-50vw + 1347px / 2); }
@media (max-width: calc( 1347px + 15px * 2)) {
      .hero--type1 .hero__inner {
        margin-right: -15px; } }
@media (max-width: 1023px) {
      .hero--type1 .hero__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero--type1 .hero__inner {
        margin: 0 -15px;
        max-width: none; } }
.hero--type1 .hero__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 438px;
            flex: 0 0 438px;
    max-width: 438px;
    position: relative;
    text-align: left;
    padding: 272px 16px 32px 0; }
@media (max-width: 1399px) {
      .hero--type1 .hero__content {
        padding: 190px 16px 32px 0; } }
@media (max-width: 1199px) {
      .hero--type1 .hero__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 352px;
                flex: 0 0 352px;
        max-width: 352px; } }
@media (max-width: 1023px) {
      .hero--type1 .hero__content {
        padding: 48px 0 32px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero--type1 .hero__content {
        padding: 71px 38px 50px;
        text-align: center; } }
.hero--type1 .hero__content:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100vw;
      height: 100%;
      background: #522078;
      z-index: -1; }
.hero--type1 .hero__content h2 {
    line-height: 1.5;
    margin-bottom: 35px; }
@media (max-width: 1399px) {
      .hero--type1 .hero__content h2 {
        margin-bottom: 20px; } }
.hero--type1 .hero__content p {
    max-width: 70%;
    font-weight: 400;
    line-height: 2.1;
    padding-left: 5px; }
@media (max-width: 1023px) {
      .hero--type1 .hero__content p {
        padding-left: 0;
        max-width: none; } }
.hero--type1 .shell {
    display: block; }
/*  Hero type2  */
.hero--type2 {
  overflow: hidden; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--type2 {
      background-image: url(../images/temp/pattern-purple.png); } }
.hero--type2 .hero__inner {
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: auto;
    margin: 0;
    margin-left: 0;
    margin-right: calc(-50vw + 1347px / 2); }
@media (max-width: calc( 1347px + 15px * 2)) {
      .hero--type2 .hero__inner {
        margin-right: -15px; } }
@media (max-width: 1023px) {
      .hero--type2 .hero__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero--type2 .hero__inner {
        margin: 0 -15px;
        max-width: none; } }
.hero--type2 .hero__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 458px;
            flex: 0 0 458px;
    max-width: 458px;
    position: relative;
    text-align: left;
    padding: 250px 48px 32px 0;
    margin-left: -4px; }
@media (max-width: 1399px) {
      .hero--type2 .hero__content {
        padding: 190px 16px 32px 0; } }
@media (max-width: 1023px) {
      .hero--type2 .hero__content {
        padding: 48px 0 32px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero--type2 .hero__content {
        padding: 60px 36px 86px;
        text-align: center; } }
.hero--type2 .hero__content:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100vw;
      height: 100%;
      background: #522078;
      z-index: -1; }
.hero--type2 .hero__content h2 {
    line-height: 1.5;
    margin-bottom: 34px; }
@media (max-width: 1399px) {
      .hero--type2 .hero__content h2 {
        margin-bottom: 17px; } }
.hero--type2 .hero__content p {
    max-width: 90%;
    font-weight: 400;
    line-height: 2.1;
    padding-left: 4px; }
@media (max-width: 1023px) {
      .hero--type2 .hero__content p {
        padding: 0;
        max-width: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero--type2 .hero__content p {
        font-size: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--type2 .hero__image {
      margin: 0 -5px 0 -13px;
      padding-top: 13px; } }
.hero--type2 .shell {
    display: block; }
/*  Hero type3  */
.hero--type3 .hero__inner {
  min-height: auto;
  display: block;
  padding: 196px 0 0; }
@media (max-width: 1023px) {
    .hero--type3 .hero__inner {
      padding: 165px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--type3 .hero__inner {
      padding-top: 18px;
      margin: 0;
      max-width: none; } }
.hero--type3 .hero__content {
  max-width: none;
  background: #522078;
  padding: 48px 0 44px; }
@media (max-width: 1399px) {
    .hero--type3 .hero__content {
      padding: 32px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--type3 .hero__content {
      padding: 25px 0 44px; } }
.hero--type3 .hero__content-head {
  max-width: 59%;
  margin: 0 auto 64px; }
@media (max-width: 1399px) {
    .hero--type3 .hero__content-head {
      max-width: 85%;
      margin: 0 auto 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--type3 .hero__content-head {
      max-width: 83%;
      margin: 0 auto 65px; } }
.hero--type3 .hero__content-body {
  padding: 0 44px; }
@media (max-width: 1399px) {
    .hero--type3 .hero__content-body {
      padding: 0 20px; } }
@media (max-width: 1023px) {
    .hero--type3 .hero__content-body {
      padding: 0 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--type3 .hero__content-body {
      padding: 0 23px;
      max-width: 500px;
      margin: 0 auto; } }
@media (max-width: 359px) {
    .hero--type3 .hero__content-body {
      padding: 0; } }
.hero--type3 .shell {
  display: block; }
/*  Hero type4  */
.hero--type4 .hero__inner {
  display: block;
  padding: 184px 0 0;
  min-height: auto; }
@media (max-width: 1023px) {
    .hero--type4 .hero__inner {
      padding: 165px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--type4 .hero__inner {
      padding: 16px 0 44px;
      max-width: none;
      margin: 0; } }
.hero--type4 .hero__content {
  background: #522078;
  max-width: 1068px;
  margin: 0 auto;
  padding: 41px 0 0; }
@media (max-width: 1023px) {
    .hero--type4 .hero__content {
      padding: 28px 0 0; } }
.hero--type4 .hero__content h2 {
  max-width: 80%;
  margin: 0 auto 24px; }
@media (max-width: 1399px) {
    .hero--type4 .hero__content h2 {
      max-width: none; } }
@media (max-width: 1023px) {
    .hero--type4 .hero__content h2 {
      margin-bottom: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--type4 .hero__content h2 {
      line-height: 1.40;
      margin-bottom: 43px; } }
.hero--type4 .hero__content h6 {
  margin-bottom: 24px; }
@media (max-width: 1023px) {
    .hero--type4 .hero__content h6 {
      margin-bottom: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--type4 .hero__content h6 {
      font-size: 16px;
      margin-bottom: 35px; } }
.hero--type4 .hero__content-head {
  max-width: 82%;
  margin: 0 auto 25px; }
@media (max-width: 1399px) {
    .hero--type4 .hero__content-head {
      max-width: none;
      padding: 0 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--type4 .hero__content-head {
      margin-bottom: 40px;
      padding: 0 24px; } }
@media (max-width: 359px) {
    .hero--type4 .hero__content-head {
      padding: 0 10px; } }
.hero--type4 .hero__content-image {
  max-width: 891px;
  margin: 0 auto; }
@media (max-width: 1199px) {
    .hero--type4 .hero__content-image {
      max-width: none; } }
@media (max-width: 1199px) {
  .hero--type4 .hero__content-body {
    padding: 0 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--type4 .hero__content-body {
    padding: 0 22px; } }
.hero--type4 .shell {
  display: block; }
/*  Hero plain  */
.hero--plain {
  padding: 114px 0 68px; }
@media (max-width: 1023px) {
    .hero--plain {
      padding: 90px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--plain {
      padding: 59px 0; } }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	List buttons
\* ------------------------------------------------------------ */
.list-buttons {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px 0 10px; }
@media (max-width: 1023px) {
    .list-buttons {
      margin: 0 -4px;
      display: block; } }
.list-buttons li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 59px; }
@media (max-width: 1399px) {
      .list-buttons li {
        padding: 0 12px; } }
@media (max-width: 1023px) {
      .list-buttons li {
        padding: 0 4px;
        margin-bottom: 12px;
        text-align: center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-buttons li {
        margin-bottom: 37px; } }
@media (max-width: 1023px) {
      .list-buttons li:last-child {
        margin: 0; } }
.list-buttons .btn {
    width: 100%; }
@media (max-width: 1023px) {
      .list-buttons .btn {
        width: auto;
        min-width: 240px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-buttons .btn {
        min-width: 286px; } }
/* ------------------------------------------------------------ *\
	List flags
\* ------------------------------------------------------------ */
.list-flags {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 53px; }
@media (max-width: 1399px) {
    .list-flags {
      padding: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-flags {
      margin: 0 -8px; } }
.list-flags li {
    margin: 0 8px 4px; }
@media (max-width: 1399px) {
      .list-flags li {
        margin: 0 4px 4px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-flags li {
        padding: 0 8px;
        margin: 0; } }
.list-flags img {
    max-width: 41px; }
@media (max-width: 1023px) {
      .list-flags img {
        max-width: 28px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-flags img {
        max-width: 40px;
        width: 40px; } }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  max-width: 142px;
  -webkit-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 11px 19px 18px; }
@media (max-width: 1199px) {
    .logo {
      max-width: 129px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .logo {
      max-width: 91px;
      padding: 19px 18px 19px 18px; } }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Member
\* ------------------------------------------------------------ */
.member {
  height: 100%; }
@media (max-width: 575px) {
    .member {
      height: auto; } }
.member .member__inner {
    position: relative;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s; }
@media (min-width: 1023.02px) {
    .member .member__inner:hover {
      color: #e38500; }
      .member .member__inner:hover .member__image {
        opacity: .7; } }
.member .member__link {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
.member .member__image {
    padding-top: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #C4C4C4;
    margin-bottom: 31px;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .member .member__image {
        margin-bottom: 20px; } }
.member .member__content {
    text-align: center; }
.member .member__content h6 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 11px; }
@media (max-width: 575px) {
      .member .member__content h6 {
        margin-bottom: 2px; } }
.member .member__content p {
    max-width: 95%;
    margin: 0 auto; }
/* ------------------------------------------------------------ *\
  Nav close
\* ------------------------------------------------------------ */
.nav-close {
  position: relative;
  display: none;
  width: 27px;
  height: 19px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav-close {
      display: inline-block; } }
.nav-close span {
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: top .2s .25s, opacity .2s .25s, background .2s, height .2s, -webkit-transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, background .2s, height .2s, -webkit-transform .2s 0s;
    -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, background .2s, height .2s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, background .2s, height .2s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, background .2s, height .2s, -webkit-transform .2s 0s; }
.nav-close span:nth-child(2), .nav-close span:nth-child(1) {
      top: 8px; }
.nav-close span:nth-child(1) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
.nav-close span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
.nav-close.is-active span {
  -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
  transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
  -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s;
  height: 1px; }
/* ------------------------------------------------------------ *\
	Nav lang
\* ------------------------------------------------------------ */
.nav-lang {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 3; }
@media (max-width: 1023px) {
    .nav-lang {
      font-size: 14px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav-lang {
      font-size: 16px; } }
.nav-lang > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-lang > ul {
        display: block; } }
.nav-lang > ul > li {
    position: relative;
    margin-left: 6px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-lang > ul > li {
        margin: 0 0 12px; } }
.nav-lang > ul > li:first-child {
      margin: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .nav-lang > ul > li:first-child {
          margin: 0 0 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-lang > ul > li:last-child {
        margin: 37px 0 0; } }
.nav-lang > ul > li > a {
    text-decoration: none;
    border: 1px solid #fff;
    padding: 7px 9px 7px 9px;
    display: inline-block;
    min-width: 104px;
    text-align: center;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s; }
@media (max-width: 1023px) {
      .nav-lang > ul > li > a {
        min-width: 90px;
        padding: 9px 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-lang > ul > li > a {
        min-width: auto;
        width: 100%;
        text-align: left; } }
@media (min-width: 1023.02px) {
      .nav-lang > ul > li > a:hover {
        opacity: .7; } }
.nav-lang .dropdown-trigger:after {
    margin: 0 8px 3px 4px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-lang .dropdown-trigger:after {
        margin: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav-lang .dropdown-trigger img {
      margin-right: 3px; } }
.nav-lang .dropdown-trigger--small:after {
    margin: 0 -2px 3px 13px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-lang .dropdown-trigger--small:after {
        margin: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav-lang .btn {
      text-align: center;
      border: 0;
      font-size: 18px;
      padding: 15px 12px 14px; } }
.nav-lang .has-dropdown .switcher {
    width: 135px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-lang .has-dropdown .switcher {
        width: 100%; } }
.nav-lang .has-dropdown .switcher .option {
      position: absolute;
      background-color: #522078;
      width: 135px; }
.nav-lang .has-dropdown .switcher a {
      font-size: 16px;
      line-height: 24px;
      border: none;
      color: white;
      padding: 10px 20px;
      width: auto; }
.nav-lang .has-dropdown .switcher a:hover {
        background: transparent; }
.nav-lang .has-dropdown .switcher a img {
        display: none; }
.nav-lang .has-dropdown .switcher .selected {
      background: transparent !important; }
.nav-lang .has-dropdown .switcher > .selected {
    background: transparent !important;
    border: 1px solid white; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav-lang .woocommerce-multi-currency {
      width: 100%; } }
.nav-lang .woocommerce-multi-currency .wmc-current-currency {
    background: transparent;
    line-height: 34px !important;
    color: white; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-lang .woocommerce-multi-currency .wmc-current-currency {
        width: 100% !important; } }
.nav-lang .woocommerce-multi-currency .wmc-current-currency i {
      margin: 0 -5px !important;
      width: 45px !important;
      height: 31px !important; }
.nav-lang .woocommerce-multi-currency .wmc-sub-currency > div {
    background-color: #522078;
    color: white; }
.nav-lang .woocommerce-multi-currency .wmc-sub-currency {
    z-index: 100; }
.nav-lang .woocommerce-multi-currency .wmc-sub-currency .wmc-currency i {
    margin: 0 -5px !important;
    width: 45px !important;
    height: 31px !important; }
/* ------------------------------------------------------------ *\
  Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  z-index: 1;
  display: none;
  width: 46px;
  height: 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav-trigger {
      display: inline-block; } }
.nav-trigger span {
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    -webkit-transition: top .2s .25s, opacity .2s .25s, background .2s, height .2s, -webkit-transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, background .2s, height .2s, -webkit-transform .2s 0s;
    -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, background .2s, height .2s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, background .2s, height .2s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, background .2s, height .2s, -webkit-transform .2s 0s; }
.nav-trigger span:nth-child(1) {
      top: 0; }
.nav-trigger span:nth-child(2) {
      top: 11px; }
.nav-trigger span:nth-child(3) {
      top: 22px; }
/* ------------------------------------------------------------ *\
	Nav utilities
\* ------------------------------------------------------------ */
.nav-utilities {
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
.nav-utilities > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-utilities > ul {
        display: block;
        text-align: right; } }
.nav-utilities > ul > li {
    position: relative;
    margin-right: 22px; }
@media (max-width: 1499px) {
      .nav-utilities > ul > li {
        margin-right: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-utilities > ul > li {
        margin: 0 0 15px; } }
.nav-utilities > ul > li:last-child {
      margin: 0; }
.nav-utilities a {
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s; }
@media (min-width: 1023.02px) {
      .nav-utilities a:hover {
        opacity: .7; } }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.15em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav {
      border-bottom: 1px solid #C08CDB; } }
.nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav > ul {
        display: block;
        text-align: right; } }
.nav > ul > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 50px; }
@media (max-width: 1499px) {
      .nav > ul > li {
        margin-right: 35px; } }
@media (max-width: 1399px) {
      .nav > ul > li {
        margin-right: 15px; } }
@media (max-width: 1023px) {
      .nav > ul > li {
        margin-right: 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav > ul > li {
        display: block;
        margin: 0;
        border-top: 1px solid #C08CDB; } }
.nav > ul > li:first-child {
      }
@media (max-width: 1499px) {
        .nav > ul > li:first-child {
          margin-right: 35px; } }
@media (max-width: 1399px) {
        .nav > ul > li:first-child {
          margin-right: 15px; } }
@media (max-width: 1023px) {
        .nav > ul > li:first-child {
          margin-right: 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .nav > ul > li:first-child {
          margin: 0 0 15px; } }
.nav > ul > li:last-child {
      margin: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav > ul > li > a {
      min-height: 71px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 10px 10px 37px; } }
.nav a {
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s; }
@media (min-width: 1023.02px) {
      .nav a:hover {
        opacity: .7; } }
/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup {
  background: #fff;
  max-width: 665px;
  margin: 0 auto; }
.popup .popup__inner {
    padding: 50px 12px 64px; }
@media (max-width: 1023px) {
      .popup .popup__inner {
        padding: 48px 12px 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__inner {
        padding: 76px 15px 37px; } }
.popup .popup__head {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 57px; }
@media (max-width: 1023px) {
      .popup .popup__head {
        margin: 0 auto 24px; } }
.popup .popup__head img {
    margin: 0 0 24px 8px; }
@media (max-width: 1023px) {
      .popup .popup__head img {
        margin: 0 0 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__head img {
        max-width: 70px;
        margin: 0 auto 28px; } }
.popup .popup__head h2 {
    margin-bottom: 22px; }
@media (max-width: 1023px) {
      .popup .popup__head h2 {
        margin-bottom: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__head h2 {
        margin-bottom: 24px; } }
.popup .popup__head p {
    max-width: 85%;
    margin: 0 auto; }
@media (max-width: 1023px) {
      .popup .popup__head p {
        max-width: none; } }
.popup .popup__form {
    max-width: 439px;
    margin: 0 auto;
    padding-right: 2px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__form {
        max-width: none;
        padding: 0 22px; } }
@media (max-width: 359px) {
      .popup .popup__form {
        padding: 0; } }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section actions
\* ------------------------------------------------------------ */
.section-actions {
  padding: 41px 0; }
@media (max-width: 1023px) {
    .section-actions {
      padding: 34px 0 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-actions {
      padding: 44px 0 44px; } }
/*  Section actions  */
.section-actions--size1 {
  padding: 33px 0 36px; }
/* ------------------------------------------------------------ *\
	Section alt
\* ------------------------------------------------------------ */
.section-alt {
  position: relative; }
.section-alt .section__pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1; }
.section-alt .section__inner--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 211px 0 67px; }
@media (max-width: 1399px) {
      .section-alt .section__inner--flex {
        padding: 0; } }
@media (max-width: 1199px) {
      .section-alt .section__inner--flex {
        display: block;
        text-align: center;
        padding: 40px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__inner--flex {
        padding: 35px 0 58px; } }
.section-alt .section__inner--flex .section__content {
    max-width: 341px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 341px;
            flex: 0 0 341px;
    padding: 188px 16px 200px 26px; }
@media (max-width: 1399px) {
      .section-alt .section__inner--flex .section__content {
        padding: 160px 16px; } }
@media (max-width: 1199px) {
      .section-alt .section__inner--flex .section__content {
        max-width: none;
        margin: 32px -12px 0;
        padding: 52px 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__inner--flex .section__content {
        padding: 0 15px; } }
.section-alt .section__content {
    background: #522078;
    color: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__content {
        background: none; } }
.section-alt .section__content h2 {
    margin-bottom: 39px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__content h2 {
        margin-bottom: 49px; } }
.section-alt .section__content h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #EC9535; }
@media (max-width: 1199px) {
      .section-alt .section__content h6 {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__content h6 {
        font-size: 16px;
        margin-bottom: 34px; } }
.section-alt .section__content h6 > img {
    margin-right: 14px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__content h6 > img {
        max-width: 20px;
        margin: -3px 25px 1px 0; } }
.section-alt .section__video-container {
    position: relative;
    margin-right: 177px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
@media (max-width: 1399px) {
      .section-alt .section__video-container {
        max-width: 550px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 550px;
                flex: 0 0 550px;
        margin-right: 100px; } }
@media (max-width: 1199px) {
      .section-alt .section__video-container {
        margin: 0 auto 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__video-container {
        margin: 0 -15px 71px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-alt .section__video-container > img {
      opacity: .5; } }
.section-alt .section__video-btn {
    position: absolute;
    top: calc(50% + 2px);
    left: calc(50% + 8px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 5;
    max-width: 81px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__video-btn {
        max-width: 54px;
        left: calc(50% + 6px); } }
.section-alt .section__image {
    position: relative; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__image {
        margin: 0 -12px; } }
.section-alt .section__image-inner {
    padding-top: 60.36%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__image-inner {
        padding-top: 90.2%; } }
.section-alt .section__image-decoration {
    position: absolute;
    bottom: 140px;
    right: 26%; }
@media (max-width: 1199px) {
      .section-alt .section__image-decoration {
        max-width: 104px;
        right: 5%;
        bottom: 104px; } }
@media (max-width: 1023px) {
      .section-alt .section__image-decoration {
        bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__image-decoration {
        max-width: 56px;
        bottom: 57px;
        right: 42px; } }
.section-alt .section__image-decoration--size1 {
    right: auto;
    left: 35.5%;
    bottom: 80px;
    text-align: right;
    max-width: 104px; }
@media (max-width: 1199px) {
      .section-alt .section__image-decoration--size1 {
        max-width: 72px;
        left: 5%; } }
@media (max-width: 1023px) {
      .section-alt .section__image-decoration--size1 {
        bottom: 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__image-decoration--size1 {
        max-width: 39px;
        bottom: 33px;
        left: 118px; } }
.section-alt .section__image-decoration--size1 img {
    display: inline-block; }
.section-alt .section__image-decoration--size1 img:first-child {
      margin-bottom: -32px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section-alt .section__image-decoration--size1 img:first-child {
          margin-bottom: -22px;
          max-width: 20px; } }
.section-alt .section__map {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 64px; }
@media (max-width: 1499px) {
      .section-alt .section__map {
        padding: 0 12px; } }
@media (max-width: 1399px) {
      .section-alt .section__map {
        margin-bottom: 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__map {
        padding: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-alt .section__map > img {
      width: 100%; } }
.section-alt .section__map-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.section-alt .section__map-icon {
    position: absolute;
    max-width: 66px; }
@media (max-width: 1023px) {
      .section-alt .section__map-icon {
        max-width: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__map-icon {
        max-width: 38px;
        display: none; } }
.section-alt .section__map-icon:first-child {
      top: 28.4%;
      left: 12.2%; }
.section-alt .section__map-icon:nth-child(2) {
      top: 16%;
      left: 18%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section-alt .section__map-icon:nth-child(2) {
          display: inline-block;
          left: 23%; } }
.section-alt .section__map-icon:nth-child(3) {
      top: 29.7%;
      left: 21.4%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section-alt .section__map-icon:nth-child(3) {
          display: inline-block;
          top: 30%;
          left: 26.2%; } }
.section-alt .section__map-icon:nth-child(4) {
      bottom: 33.5%;
      left: 32.1%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section-alt .section__map-icon:nth-child(4) {
          display: inline-block;
          bottom: 33.2%;
          left: 35.9%; } }
.section-alt .section__map-icon:nth-child(5) {
      top: 13.5%;
      left: 43.8%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section-alt .section__map-icon:nth-child(5) {
          display: inline-block;
          top: 21.5%;
          left: 57.4%; } }
.section-alt .section__map-icon:nth-child(6) {
      top: 36.9%;
      left: 51.2%; }
.section-alt .section__map-icon:nth-child(7) {
      bottom: 20.7%;
      left: 50.6%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section-alt .section__map-icon:nth-child(7) {
          display: inline-block;
          bottom: 24%;
          left: 53.1%; } }
.section-alt .section__map-icon:nth-child(8) {
      top: 15.9%;
      right: 38.7%; }
.section-alt .section__map-icon:nth-child(9) {
      top: 33%;
      right: 28.7%; }
.section-alt .section__map-icon:nth-child(10) {
      bottom: 25.6%;
      right: 22%; }
.section-alt .section__map-icon:nth-child(11) {
      top: 19.2%;
      right: 19.2%; }
.section-alt .section__map-icon:nth-child(12) {
      bottom: 37.3%;
      right: 16.1%; }
.section-alt .section__map-icon:nth-child(13) {
      bottom: 16.4%;
      right: 14.4%; }
.section-alt .section__map-icon:nth-child(14) {
      top: 34.1%;
      right: 4.7%; }
.section-alt .section__map-icon:nth-child(15) {
      bottom: 4.7%;
      right: 5%; }
/*  Section alt size1  */
.section-alt--size1 {
  padding: 80px 0 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-alt--size1 {
      padding: 0 0 51px; } }
.section-alt--size1 .section__content {
    position: relative;
    z-index: 2;
    max-width: 1120px;
    margin: -65px auto 0;
    text-align: center;
    padding: 56px 0 75px; }
@media (max-width: 1399px) {
      .section-alt--size1 .section__content {
        padding: 48px 16px; } }
@media (max-width: 1023px) {
      .section-alt--size1 .section__content {
        margin: 0 -12px;
        padding: 24px 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt--size1 .section__content {
        background-color: #522078;
        margin: 0 28px 0 16px;
        padding: 39px 25px 10px; } }
@media (max-width: 359px) {
      .section-alt--size1 .section__content {
        margin: 0;
        padding: 30px 15px 10px; } }
.section-alt--size1 .section__content h2 {
    max-width: 87%;
    margin: 0 auto 19px; }
@media (max-width: 1399px) {
      .section-alt--size1 .section__content h2 {
        max-width: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt--size1 .section__content h2 {
        line-height: 1.40;
        margin: 0 0 33px; } }
.section-alt--size1 .section__content p {
    max-width: 85%;
    margin: 0 auto 31px;
    font-family: "Open Sans", sans-serif; }
@media (max-width: 1399px) {
      .section-alt--size1 .section__content p {
        max-width: none;
        margin: 0 0 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt--size1 .section__content p {
        margin: 0 0 13px; } }
.section-alt--size1 .section__content h5 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt--size1 .section__content h5 {
        font-size: 18px; } }
/*  Section alt size2  */
.section-alt--size2 {
  padding: 48px 0 42px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-alt--size2 {
      padding: 54px 0 66px;
      overflow: hidden; } }
.section-alt--size2 .section__content {
    padding: 48px 0 40px; }
@media (max-width: 1023px) {
      .section-alt--size2 .section__content {
        padding: 32px 0 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt--size2 .section__content {
        padding: 20px 0 10px; } }
.section-alt--size2 .section__content-head {
    text-align: center;
    max-width: 63%;
    margin: 0 auto 56px; }
@media (max-width: 1023px) {
      .section-alt--size2 .section__content-head {
        max-width: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt--size2 .section__content-head {
        padding: 0 20px;
        margin-bottom: 53px; } }
.section-alt--size2 .section__content-head h2 {
    margin-bottom: 25px; }
@media (max-width: 1023px) {
      .section-alt--size2 .section__content-head h2 {
        margin-bottom: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt--size2 .section__content-head h2 {
        margin-bottom: 21px; } }
.section-alt--size2 .section__content-body {
    text-align: center; }
/*  Section alt size3  */
.section-alt--size3 .section__inner--flex {
  padding: 0 113px 0 80px; }
@media (max-width: 1499px) {
    .section-alt--size3 .section__inner--flex {
      padding: 0; } }
@media (max-width: 1199px) {
    .section-alt--size3 .section__inner--flex {
      display: block;
      padding: 24px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-alt--size3 .section__inner--flex {
      padding: 84px 0 0; } }
.section-alt--size3 .section__inner--flex .section__content {
  padding: 81px 40px 84px 76px;
  max-width: 552px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 552px;
          flex: 0 0 552px; }
@media (max-width: 1499px) {
    .section-alt--size3 .section__inner--flex .section__content {
      max-width: 480px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 480px;
              flex: 0 0 480px; } }
@media (max-width: 1399px) {
    .section-alt--size3 .section__inner--flex .section__content {
      max-width: 400px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 400px;
              flex: 0 0 400px;
      padding: 64px 24px 48px 48px;
      margin-left: 24px; } }
@media (max-width: 1199px) {
    .section-alt--size3 .section__inner--flex .section__content {
      max-width: none;
      margin: 0;
      padding: 48px 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-alt--size3 .section__inner--flex .section__content {
      margin: 0 -15px;
      padding: 49px 35px;
      background: #522078; } }
.section-alt--size3 .section__content h2 {
  margin-bottom: 24px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-alt--size3 .section__content h2 {
      max-width: 87%;
      margin: 0 auto 23px; } }
.section-alt--size3 .section__content h6 {
  margin-bottom: 17px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-alt--size3 .section__content h6 {
      margin-bottom: 35px; } }
@media (max-width: 1399px) {
  .section-alt--size3 .section__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; } }
@media (max-width: 1199px) {
  .section-alt--size3 .section__image {
    margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt--size3 .section__image {
    max-width: 316px;
    margin: 0 auto 86px; } }
/* ------------------------------------------------------------ *\
	Section articles
\* ------------------------------------------------------------ */
.section-articles {
  padding: 54px 0 58px;
  position: relative; }
@media (max-width: 1199px) {
    .section-articles {
      padding: 48px 0; } }
@media (max-width: 1023px) {
    .section-articles {
      padding: 32px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-articles {
      background: #522078;
      padding: 64px 0 38px; } }
.section-articles .section__pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-articles .section__pattern {
        display: none; } }
.section-articles .section__inner {
    margin: 0 -0px;
    background: #522078;
    color: #fff;
    padding: 62px 0 68px; }
@media (max-width: 1399px) {
      .section-articles .section__inner {
        padding: 44px 0; } }
@media (max-width: 1199px) {
      .section-articles .section__inner {
        padding: 28px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-articles .section__inner {
        background: none;
        padding: 0; } }
.section-articles .section__head {
    text-align: center;
    margin-bottom: 44px; }
@media (max-width: 1399px) {
      .section-articles .section__head {
        margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-articles .section__head {
        margin-bottom: 67px; } }
.section-articles .section__body {
    padding: 0 39px; }
@media (max-width: 1399px) {
      .section-articles .section__body {
        padding: 0 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-articles .section__body {
        padding: 0 22px;
        max-width: 500px;
        margin: 0 auto; } }
@media (max-width: 359px) {
      .section-articles .section__body {
        padding: 0; } }
@media (max-width: 1023px) {
    .section-articles .section__articles-container {
      max-width: 552px;
      margin: 0 auto; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-articles-green {
    background: #73BF4F;
    padding: 64px 0 38px; } }
/* ------------------------------------------------------------ *\
	Section cards
\* ------------------------------------------------------------ */
.section-cards {
  position: relative;
  overflow: hidden;
  padding: 68px 0 69px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-cards {
      padding: 72px 0 65px; } }
.section-cards .section__pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1; }
@media (max-width: 1023px) {
    .section-cards .section__cards-alt {
      max-width: 480px;
      margin: 0 auto;
      padding: 0 19px; } }
@media (max-width: 359px) {
    .section-cards .section__cards-alt {
      padding: 0; } }
/*  Section cards size1  */
.section-cards--size1 {
  padding: 81px 0 105px;
  color: #fff; }
@media (max-width: 1399px) {
    .section-cards--size1 {
      padding: 64px 0; } }
@media (max-width: 1199px) {
    .section-cards--size1 {
      padding: 48px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-cards--size1 {
      padding: 50px 0 70px; } }
.section-cards--size1 .section__head {
    text-align: center;
    margin-bottom: 59px; }
@media (max-width: 1399px) {
      .section-cards--size1 .section__head {
        margin-bottom: 32px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-cards--size1 .section__head {
        margin-bottom: 42px; } }
/* ------------------------------------------------------------ *\
	Section form
\* ------------------------------------------------------------ */
.section-form {
  padding: 61px 0 50px;
  border-bottom: 1px solid #C08CDB; }
@media (max-width: 1199px) {
    .section-form {
      padding: 48px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-form {
      padding: 76px 0; } }
.section-form .section__inner {
    max-width: 1120px;
    margin: 0 auto; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form .section__inner {
        padding: 0 18px 0 16px; } }
@media (max-width: 359px) {
      .section-form .section__inner {
        padding: 0; } }
.section-form .section__head {
    margin-bottom: 65px; }
@media (max-width: 1199px) {
      .section-form .section__head {
        margin-bottom: 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form .section__head {
        margin-bottom: 64px;
        text-align: center; } }
.section-form .section__head h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #73BF4F;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 2px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form .section__head h6 {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 16px;
        margin-bottom: 10px; } }
.section-form .section__head h6 > img {
    margin-right: 9px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form .section__head h6 > img {
        max-width: 26px;
        margin: 0 14px 0 -28px; } }
/*  Section form size1  */
.section-form--size1 {
  padding: 57px 0 106px; }
@media (max-width: 1199px) {
    .section-form--size1 {
      padding: 48px 0; } }
@media (max-width: 1023px) {
    .section-form--size1 {
      padding: 36px 0 45px; } }
.section-form--size1 .section__inner {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
@media (max-width: 1199px) {
      .section-form--size1 .section__inner {
        display: block; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form--size1 .section__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
.section-form--size1 .section__form {
    max-width: 436px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 436px;
            flex: 0 0 436px; }
@media (max-width: 1399px) {
      .section-form--size1 .section__form {
        max-width: 376px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 376px;
                flex: 0 0 376px; } }
@media (max-width: 1199px) {
      .section-form--size1 .section__form {
        max-width: none;
        margin-bottom: 32px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form--size1 .section__form {
        max-width: none;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
        margin: 0; } }
.section-form--size1 .section__form-head {
    margin-bottom: 26px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form--size1 .section__form-head {
        text-align: center;
        margin-bottom: 17px; } }
.section-form--size1 .section__form-head h2 {
    margin-bottom: 24px; }
@media (max-width: 1023px) {
      .section-form--size1 .section__form-head h2 {
        margin-bottom: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form--size1 .section__form-head h2 {
        margin-bottom: 34px; } }
.section-form--size1 .section__form-head h6 {
    color: #73BF4F;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    display: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form--size1 .section__form-head h6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 16px;
        margin-bottom: 10px; } }
.section-form--size1 .section__form-head h6 > img {
    margin-right: 9px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form--size1 .section__form-head h6 > img {
        max-width: 26px;
        margin: 0 14px 0 -28px; } }
.section-form--size1 .section__form-head p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form--size1 .section__form-head p {
        display: block; } }
.section-form--size1 .section__form-head p > span {
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-right: 22px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form--size1 .section__form-head p > span {
        display: block;
        margin: 0 0 4px; } }
.section-form--size1 .section__form-head span > img {
    margin: -3px 15px 0 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form--size1 .section__form-head span > img {
        max-width: 21px;
        margin: -2px 9px 0 -9px; } }
.section-form--size1 .section__form-head p > a {
    text-decoration: none; }
.section-form--size1 .section__images {
    text-align: center;
    padding-top: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 40px; }
@media (max-width: 1499px) {
      .section-form--size1 .section__images {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
@media (max-width: 1199px) {
      .section-form--size1 .section__images {
        margin: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form--size1 .section__images {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
        margin-bottom: 60px; } }
.section-form--size1 .section__image:first-child {
    margin: 0 82px 57px 0; }
@media (max-width: 1499px) {
      .section-form--size1 .section__image:first-child {
        margin: 0 0 48px; } }
@media (max-width: 1399px) {
      .section-form--size1 .section__image:first-child {
        margin: 0 0 24px; } }
@media (max-width: 1199px) {
      .section-form--size1 .section__image:first-child {
        max-width: 440px;
        margin: 0 auto 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-form--size1 .section__image:first-child {
        margin: 0 auto 45px; } }
/* ------------------------------------------------------------ *\
	Section founders
\* ------------------------------------------------------------ */
.section-founders {
  padding: 105px 0 43px;
  overflow: hidden; }
@media (max-width: 1399px) {
    .section-founders {
      padding: 80px 0 40px; } }
@media (max-width: 1199px) {
    .section-founders {
      padding: 64px 0 32px; } }
@media (max-width: 1023px) {
    .section-founders {
      padding: 48px 0 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-founders {
      padding: 48px 0 78px; } }
.section-founders .section__inner {
    max-width: 1130px;
    margin: 0 auto; }
.section-founders .section__head {
    text-align: center;
    margin-bottom: 52px; }
@media (max-width: 1399px) {
      .section-founders .section__head {
        margin-bottom: 28px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-founders .section__head {
        max-width: 87%;
        margin: 0 auto 63px; } }
@media (max-width: 1399px) {
    .section-founders .section__head h2 {
      margin-bottom: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-founders .section__head h2 {
      font-weight: 700;
      margin-bottom: 20px; } }
.section-founders .section__founders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -36px; }
@media (max-width: 1499px) {
      .section-founders .section__founders {
        margin: 0 -16px; } }
@media (max-width: 1023px) {
      .section-founders .section__founders {
        margin: 0 -4px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-founders .section__founders {
        margin: 0 auto;
        max-width: 500px;
        padding: 0 19px 0 22px; } }
@media (max-width: 359px) {
      .section-founders .section__founders {
        padding: 0; } }
.section-founders .section__founder {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 36px;
    text-align: center; }
@media (max-width: 1499px) {
      .section-founders .section__founder {
        padding: 0 16px; } }
@media (max-width: 1023px) {
      .section-founders .section__founder {
        padding: 0 4px;
        margin-bottom: 24px;
        text-align: left; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-founders .section__founder {
        text-align: center;
        padding: 0;
        margin-bottom: 64px; } }
@media (max-width: 1023px) {
      .section-founders .section__founder:last-child {
        margin: 0; } }
.section-founders .section__founder--1of3 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
@media (max-width: 1023px) {
      .section-founders .section__founder--1of3 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
@media (max-width: 1023px) {
    .section-founders .section__founder-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-founders .section__founder-inner {
      display: block; } }
.section-founders .section__founder-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-founders .section__founder-content {
        padding: 0 2px; } }
.section-founders .section__founder-image {
    padding-top: 107.8%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 52px; }
@media (max-width: 1199px) {
      .section-founders .section__founder-image {
        margin-bottom: 28px; } }
@media (max-width: 1023px) {
      .section-founders .section__founder-image {
        max-width: 40%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        padding-top: 42%;
        margin: 0 16px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-founders .section__founder-image {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-top: 109%;
        margin: 0 0 28px; } }
/* ------------------------------------------------------------ *\
	Section info text
\* ------------------------------------------------------------ */
.section-info-text {
  background: #fff;
  text-align: center;
  padding: 61px 0 71px; }
@media (max-width: 1199px) {
    .section-info-text {
      padding: 48px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info-text {
      padding: 63px 27px 58px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info-text h2 {
      font-weight: 700;
      font-size: 20px;
      line-height: 1.40; } }
.section-info-text .section__inner {
    max-width: 60%;
    margin: 0 auto; }
@media (max-width: 1499px) {
      .section-info-text .section__inner {
        max-width: 80%; } }
@media (max-width: 1399px) {
      .section-info-text .section__inner {
        max-width: 85%; } }
@media (max-width: 1199px) {
      .section-info-text .section__inner {
        max-width: none; } }
/*  Section info text size1  */
.section-info-text--size1 {
  padding: 97px 0 85px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info-text--size1 {
      padding: 50px 0 55px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info-text--size1 h2 {
      line-height: 1.30; } }
.section-info-text--size1 .section__inner {
    max-width: 83%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info-text--size1 .section__inner {
        max-width: none;
        padding: 0 26px; } }
/* ------------------------------------------------------------ *\
	Section logos
\* ------------------------------------------------------------ */
.section-logos {
  padding: 110px 0 89px;
  border-bottom: 1px solid #C08CDB; }
@media (max-width: 1399px) {
    .section-logos {
      padding: 72px 0; } }
@media (max-width: 1199px) {
    .section-logos {
      padding: 48px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-logos {
      padding: 90px 0 59px; } }
.section-logos .section__inner {
    margin: 0 auto; }
/* ------------------------------------------------------------ *\
	Section members
\* ------------------------------------------------------------ */
.section-members {
  padding: 135px 0 78px;
  position: relative; }
@media (max-width: 1399px) {
    .section-members {
      padding: 88px 0 64px; } }
@media (max-width: 1199px) {
    .section-members {
      padding: 48px 0; } }
@media (max-width: 575px) {
    .section-members {
      padding: 82px 0 75px; } }
.section-members .section__pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1; }
.section-members .section__inner {
    margin: 0 -0px;
    background: #522078;
    color: #fff;
    padding: 64px 0 85px; }
@media (max-width: 1399px) {
      .section-members .section__inner {
        padding: 48px 0; } }
@media (max-width: 1199px) {
      .section-members .section__inner {
        padding: 28px 0; } }
@media (max-width: 575px) {
      .section-members .section__inner {
        margin: 0 -15px;
        padding: 53px 15px 69px; } }
.section-members .section__head {
    text-align: center;
    margin-bottom: 53px; }
@media (max-width: 1399px) {
      .section-members .section__head {
        margin-bottom: 28px; } }
@media (max-width: 1199px) {
      .section-members .section__head {
        margin-bottom: 16px; } }
@media (max-width: 575px) {
      .section-members .section__head {
        margin-bottom: 40px; } }
.section-members .section__body {
    padding: 0 114px; }
@media (max-width: 1499px) {
      .section-members .section__body {
        padding: 0 32px; } }
@media (max-width: 1199px) {
      .section-members .section__body {
        padding: 0 12px; } }
@media (max-width: 575px) {
      .section-members .section__body {
        padding: 0;
        max-width: 79%;
        margin: 0 auto; } }
/* ------------------------------------------------------------ *\
	Section membership
\* ------------------------------------------------------------ */
.section-membership {
  scroll-margin-top: 200px;
  border-top: 1px solid #C08CDB;
  padding: 48px 0 62px; }
@media (max-width: 1199px) {
    .section-membership {
      padding: 36px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-membership {
      padding: 57px 0 64px; } }
.section-membership .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 52px 0 43px; }
@media (max-width: 1499px) {
      .section-membership .section__inner {
        padding: 0; } }
@media (max-width: 1023px) {
      .section-membership .section__inner {
        display: block; } }
.section-membership .section__head {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 23px 8px 0 0; }
@media (max-width: 1023px) {
      .section-membership .section__head {
        margin: 0 0 16px;
        display: block;
        text-align: center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-membership .section__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 15px; } }
.section-membership .section__head h2 {
    font-size: 40px;
    line-height: 1.30;
    font-weight: 600;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
@media (max-width: 1199px) {
      .section-membership .section__head h2 {
        font-size: 32px; } }
@media (max-width: 1023px) {
      .section-membership .section__head h2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        font-size: 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-membership .section__head h2 {
        font-size: 24px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
        font-weight: 700;
        text-align: left; } }
@media (max-width: 359px) {
      .section-membership .section__head h2 {
        font-size: 20px; } }
.section-membership .section__head img {
    margin: -4px 9px 0 0; }
@media (max-width: 1023px) {
      .section-membership .section__head img {
        margin: 0 0 8px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-membership .section__head img {
        max-width: 39px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 39px;
                flex: 0 0 39px;
        margin: 4px 15px 0 4px; } }
.section-membership .section__body {
    text-align: center; }
.section-membership .section__body h4 {
    font-size: 29px;
    line-height: 1.30;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-bottom: 4px; }
@media (max-width: 1023px) {
      .section-membership .section__body h4 {
        font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-membership .section__body h4 {
        font-size: 24px;
        margin-bottom: 8px; } }
@media (max-width: 359px) {
      .section-membership .section__body h4 {
        font-size: 18px;
        margin-bottom: 8px; } }
.section-membership .section__body h6 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.30;
    margin-bottom: 19px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-membership .section__body h6 {
        margin-bottom: 38px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.30; } }
/*  Section membership size1  */
.section-membership--size1 {
  border: 0;
  border-bottom: 1px solid #C08CDB;
  padding: 61px 0 67px; }
@media (max-width: 1023px) {
    .section-membership--size1 {
      padding: 36px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-membership--size1 {
      padding: 56px 0 53px; } }
.section-membership--size1 .section__inner {
    padding: 0 0 0 41px; }
@media (max-width: 1499px) {
      .section-membership--size1 .section__inner {
        padding: 0; } }
.section-membership--size1 .section__head {
    margin: 0 8px 0 0; }
@media (max-width: 1023px) {
      .section-membership--size1 .section__head {
        margin: 0 0 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-membership--size1 .section__head {
        margin: 0 0 15px; } }
.section-membership--size1 .section__body {
    text-align: left; }
@media (max-width: 1023px) {
      .section-membership--size1 .section__body {
        text-align: center; } }
.section-membership--size1 .section__body h4 {
    margin-bottom: 17px; }
@media (max-width: 1023px) {
      .section-membership--size1 .section__body h4 {
        margin-bottom: 8px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-membership--size1 .section__body h4 {
        margin-bottom: 7px; } }
/* ------------------------------------------------------------ *\
	Section privacy
\* ------------------------------------------------------------ */
.section-privacy {
  padding: 58px 0; }
@media (max-width: 1023px) {
    .section-privacy {
      padding: 45px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-privacy {
      padding: 14px 0; } }
.section-privacy .section__head {
    margin-bottom: 53px; }
@media (max-width: 1023px) {
      .section-privacy .section__head {
        margin-bottom: 35px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-privacy .section__head {
        margin-bottom: 43px; } }
.section-privacy .section__head h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.section-privacy .section__head h2 > img {
    margin: -4px 10px 4px 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-privacy .section__body {
      padding: 0 17px 0 27px; } }
@media (max-width: 359px) {
    .section-privacy .section__body {
      padding: 0; } }
.section-privacy .section__paragraphs {
    max-width: 1104px;
    font-size: 13px;
    line-height: 1.30; }
@media (max-width: 1023px) {
      .section-privacy .section__paragraphs {
        max-width: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-privacy .section__paragraphs {
        font-size: 16px;
        line-height: 1.40;
        word-break: break-all; } }
.section-privacy .section__paragraph {
    margin-bottom: 84px; }
@media (max-width: 1023px) {
      .section-privacy .section__paragraph {
        margin-bottom: 45px; } }
.section-privacy .section__paragraph > strong {
    display: block;
    margin-bottom: 33px; }
@media (max-width: 1023px) {
      .section-privacy .section__paragraph > strong {
        margin-bottom: 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-privacy .section__paragraph > strong {
        margin-bottom: 21px; } }
.section-privacy .section__paragraph strong.square:before {
    content: '■';
    font-size: 12px;
    margin-right: 8px; }
.section-privacy .section__paragraph p {
    margin-bottom: 35px; }
@media (max-width: 1023px) {
      .section-privacy .section__paragraph p {
        margin-bottom: 25px; } }
.section-privacy .section__paragraph p:last-child {
      margin: 0; }
.section-privacy .section__paragraph p > span {
    display: block; }
.section-privacy .section__paragraph span > strong {
    margin-bottom: 8px;
    display: block; }
.section-privacy .section__paragraph a {
    text-decoration: none;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s; }
@media (min-width: 1023.02px) {
      .section-privacy .section__paragraph a:hover {
        color: #e38500; } }
.section-privacy .section__paragraph address > span {
    display: block; }
.section-privacy .section__paragraph .section__paragraph-element-margins-alt {
    margin: 0 0 10px; }
.section-privacy .section__paragraph-list {
    list-style-type: none; }
.section-privacy .section__paragraph-list li {
    margin-bottom: 9px; }
.section-privacy .section__paragraph-list li:last-child {
      margin: 0; }
.section-privacy .section__paragraph-list--numbers {
    counter-reset: numbers; }
.section-privacy .section__paragraph-list--numbers li:before {
    counter-increment: numbers;
    content: "(" counter(numbers) ")"; }
.section-privacy .section__paragraph-list--letters {
    counter-reset: letters; }
.section-privacy .section__paragraph-list--letters li:before {
    counter-increment: letters;
    content: counter(letters, upper-alpha) "."; }
/* ------------------------------------------------------------ *\
	Section success
\* ------------------------------------------------------------ */
.section-success {
  padding: 56px 0 71px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-success {
      padding: 60px 0 39px; } }
.section-success .section__head {
    text-align: center;
    padding-left: 12px;
    margin-bottom: 42px; }
@media (max-width: 1499px) {
      .section-success .section__head {
        padding-left: 0;
        margin-bottom: 28px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-success .section__head {
        max-width: 87%;
        margin: 0 auto 31px; } }
.section-success .section__head img {
    margin: 0 0 34px 4px; }
@media (max-width: 1499px) {
      .section-success .section__head img {
        margin: 0 0 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-success .section__head img {
        max-width: 70px;
        margin: 0 auto 25px; } }
.section-success .section__head h6 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 600;
    margin-bottom: 26px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-success .section__head h6 {
        margin-bottom: 9px; } }
.section-success .section__head h2 {
    margin-bottom: 22px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-success .section__head h2 {
        margin-bottom: 23px; } }
.section-success .section__actions {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.15em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-success .section__actions {
        font-size: 16px;
        line-height: 2; } }
.section-success .section__share-buttons {
    padding-left: 15px;
    max-width: 1248px;
    margin: 0 auto 42px; }
@media (max-width: 1499px) {
      .section-success .section__share-buttons {
        padding: 0;
        margin-bottom: 28px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-success .section__share-buttons {
        margin-bottom: 41px; } }
/* ------------------------------------------------------------ *\
	Section testimonials
\* ------------------------------------------------------------ */
.section-testimonials {
  padding: 72px 0 95px;
  position: relative;
  color: #fff; }
@media (max-width: 1399px) {
    .section-testimonials {
      padding: 56px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-testimonials {
      padding: 50px 0 74px; } }
.section-testimonials .section__pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1; }
.section-testimonials .section__head {
    text-align: center;
    margin-bottom: 71px; }
@media (max-width: 1399px) {
      .section-testimonials .section__head {
        margin-bottom: 48px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-testimonials .section__head {
        margin-bottom: 32px; } }
.section-testimonials .section__head h6 {
    text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-testimonials .section__head h6 {
        font-size: 16px; } }
/*  Section testimonials size1  */
.section-testimonials--size1 {
  padding: 66px 0 68px; }
@media (max-width: 1023px) {
    .section-testimonials--size1 {
      padding: 48px 0 72px; } }
.section-testimonials--size1 .section__head {
    margin-bottom: 57px; }
@media (max-width: 1023px) {
      .section-testimonials--size1 .section__head {
        margin-bottom: 28px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-testimonials--size1 .section__head {
        margin-bottom: 21px;
        padding: 0 22px; } }
.section-testimonials--size1 .section__head h2 {
    margin-bottom: 20px; }
@media (max-width: 1023px) {
      .section-testimonials--size1 .section__head h2 {
        margin-bottom: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-testimonials--size1 .section__head h2 {
        margin-bottom: 6px; } }
.section-testimonials--size1 .section__head p {
    font-size: 16px; }
@media (max-width: 1023px) {
      .section-testimonials--size1 .section__head p {
        font-size: 14px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-testimonials--size1 .section__head p {
        font-size: 16px; } }
.section-testimonials--size1 .section__body {
    max-width: 1251px;
    margin: 0 auto; }
@media (max-width: 575px) {
    .section-testimonials--size1 .section__slider-testimonials {
      margin: 0 -15px; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 64px 0 69px;
  overflow: hidden; }
@media (max-width: 1023px) {
    .section {
      padding: 42px 0 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      padding: 53px 0; } }
.section .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 114px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
@media (max-width: 1399px) {
      .section .section__inner {
        padding: 0; } }
@media (max-width: 1199px) {
      .section .section__inner {
        display: block;
        padding: 0; } }
.section .section__title {
    font-weight: 700;
    margin-bottom: 17px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__title {
        max-width: 70%;
        margin: 0 auto 21px; } }
.section .section__subtitle {
    text-transform: uppercase;
    color: #73BF4F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 20px 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__subtitle {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 0 20px; } }
.section .section__subtitle img {
    margin-right: 16px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__subtitle img {
        margin-right: 11px; } }
.section .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.4%;
            flex: 0 0 30.4%;
    max-width: 30.4%; }
@media (max-width: 1399px) {
      .section .section__content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
        max-width: none; } }
@media (max-width: 1199px) {
      .section .section__content {
        margin: 0 0 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__content {
        text-align: center; } }
.section .section__content-inner {
    margin-bottom: 22px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__content-inner {
        margin-bottom: 39px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__content-inner > p {
      max-width: 87%;
      margin: 0 auto 10px; } }
.section .section__video-container {
    margin: 6px -14px 0 0;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
@media (max-width: 1399px) {
      .section .section__video-container {
        max-width: 560px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 560px;
                flex: 0 0 560px; } }
@media (max-width: 1199px) {
      .section .section__video-container {
        margin: 0 auto; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__video-container {
        max-width: 90%;
        margin: 0 auto 33px; } }
@media (max-width: 359px) {
      .section .section__video-container {
        max-width: none; } }
.section .section__video-btn {
    position: absolute;
    top: calc(40% + 23px);
    left: calc(40% + 35px);
    -webkit-transform: translate(-40%, -40%);
        -ms-transform: translate(-40%, -40%);
            transform: translate(-40%, -40%);
    z-index: 5;
    max-width: 124px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__video-btn {
        max-width: 46px;
        top: calc(40% - 4px);
        left: calc(40% + 4px); } }
.section .section__paragraph {
    max-width: 94%;
    margin: 0 auto; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__paragraph {
        max-width: 85%; } }
/*  Section alt  */
.section--alt {
  padding: 114px 0 118px; }
@media (max-width: 1399px) {
    .section--alt {
      padding: 72px 0; } }
@media (max-width: 1199px) {
    .section--alt {
      padding: 48px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--alt {
      padding: 55px 0 57px; } }
.section--alt .section__inner {
    display: block;
    padding: 0; }
.section--alt .section__title {
    margin-bottom: 27px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__title {
        margin-bottom: 30px;
        max-width: 80%; } }
.section--alt .section__content {
    max-width: 82%;
    margin: 0 auto;
    text-align: center; }
@media (max-width: 1399px) {
      .section--alt .section__content {
        max-width: none; } }
.section--alt .section__content-inner {
    margin-bottom: 52px; }
@media (max-width: 1399px) {
      .section--alt .section__content-inner {
        margin-bottom: 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__content-inner {
        margin-bottom: 59px; } }
.section--alt .section__decoration {
    margin: 0 0 64px -24px; }
@media (max-width: 1399px) {
      .section--alt .section__decoration {
        margin: 0 0 28px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__decoration {
        margin: 0 auto 20px;
        max-width: 56px; } }
/*  Section size1  */
.section--size1 {
  padding: 120px 0 68px; }
@media (max-width: 1499px) {
    .section--size1 {
      padding: 96px 0 48px; } }
@media (max-width: 1399px) {
    .section--size1 {
      padding: 80px 0 48px; } }
@media (max-width: 1199px) {
    .section--size1 {
      padding: 64px 0 48px; } }
@media (max-width: 1023px) {
    .section--size1 {
      padding: 36px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--size1 {
      padding: 51px 0 84px; } }
.section--size1 .section__inner {
    padding: 0 96px 0 0; }
@media (max-width: 1499px) {
      .section--size1 .section__inner {
        padding: 0; } }
.section--size1 .section__video-container {
    margin: 10px 0 0 -8px; }
@media (max-width: 1199px) {
      .section--size1 .section__video-container {
        margin: 0 auto 32px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size1 .section__video-container {
        margin: 0 auto 33px; } }
.section--size1 .section__content {
    max-width: 26.95%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.95%;
            flex: 0 0 26.95%; }
@media (max-width: 1499px) {
      .section--size1 .section__content {
        max-width: 28%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 28%;
                flex: 0 0 28%; } }
@media (max-width: 1399px) {
      .section--size1 .section__content {
        max-width: 40%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%; } }
@media (max-width: 1199px) {
      .section--size1 .section__content {
        max-width: none;
        margin-bottom: 0; } }
.section--size1 .section__content-inner {
    margin-bottom: 30px; }
.section--size1 .section__title {
    margin-bottom: 25px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size1 .section__title {
        margin-bottom: 21px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--size1 .section__subtitle {
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 22px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--size1 .section__subtitle img {
      margin: 0 11px 0 -14px; } }
/*  Section size2  */
.section--size2 {
  padding: 101px 0 87px; }
@media (max-width: 1399px) {
    .section--size2 {
      padding: 72px 0; } }
@media (max-width: 1199px) {
    .section--size2 {
      padding: 48px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--size2 {
      padding: 65px 0 68px; } }
.section--size2 .section__inner {
    display: block;
    padding: 0; }
.section--size2 .section__title {
    margin-bottom: 50px; }
@media (max-width: 1199px) {
      .section--size2 .section__title {
        margin-bottom: 28px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size2 .section__title {
        max-width: 90%;
        margin: 0 auto 42px; } }
.section--size2 .section__content {
    max-width: 81%;
    margin: 0 auto;
    text-align: center; }
@media (max-width: 1399px) {
      .section--size2 .section__content {
        max-width: none; } }
.section--size2 .section__content-inner {
    margin-bottom: 0; }
@media (max-width: 1399px) {
      .section--size2 .section__content-inner {
        margin-bottom: 36px; } }
@media (max-width: 1199px) {
      .section--size2 .section__content-inner {
        margin-bottom: 0; } }
.section--size2 .section__content-inner h6 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 32px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size2 .section__content-inner h6 {
        margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size2 .section__content-inner h6 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 43px; } }
.section--size2 .section__decoration {
    margin: 0 0 49px 0; }
@media (max-width: 1399px) {
      .section--size2 .section__decoration {
        margin: 0 0 28px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size2 .section__decoration {
        max-width: 55px;
        margin: 0 auto 37px; } }
.section--size2 .section__paragraph {
    max-width: 87%; }
/*  Section size3  */
.section--size3 {
  padding: 51px 0 72px; }
@media (max-width: 1199px) {
    .section--size3 {
      padding: 40px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--size3 {
      padding: 51px 0 62px; } }
.section--size3 .section__inner {
    padding: 0 68px 0 0; }
@media (max-width: 1499px) {
      .section--size3 .section__inner {
        padding: 0; } }
.section--size3 .section__video-container {
    margin: 127px 0 0 -13px; }
@media (max-width: 1499px) {
      .section--size3 .section__video-container {
        margin: 64px 0 0 0; } }
@media (max-width: 1199px) {
      .section--size3 .section__video-container {
        margin: 0 auto 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size3 .section__video-container {
        margin: 0 auto 33px; } }
.section--size3 .section__content {
    max-width: 28.8%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.8%;
            flex: 0 0 28.8%; }
@media (max-width: 1499px) {
      .section--size3 .section__content {
        max-width: 28%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 28%;
                flex: 0 0 28%; } }
@media (max-width: 1199px) {
      .section--size3 .section__content {
        max-width: none;
        margin: 0; } }
.section--size3 .section__content-inner {
    margin-bottom: 35px; }
@media (max-width: 1199px) {
      .section--size3 .section__content-inner {
        margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size3 .section__content-inner {
        margin-bottom: 49px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--size3 .section__content-inner > p {
      margin: 0 auto 32px; } }
.section--size3 .section__title {
    margin-bottom: 25px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size3 .section__title {
        margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--size3 .section__subtitle {
      font-size: 16px;
      margin-bottom: 23px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--size3 .section__subtitle > img {
      margin: 0 12px 0 -18px; } }
/*  Section size4  */
.section--size4 {
  padding: 98px 0 83px; }
@media (max-width: 1399px) {
    .section--size4 {
      padding: 72px 0; } }
@media (max-width: 1199px) {
    .section--size4 {
      padding: 48px 0; } }
@media (max-width: 1023px) {
    .section--size4 {
      padding: 32px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--size4 {
      padding: 40px 0 71px; } }
.section--size4 .section__inner {
    display: block;
    padding: 0; }
.section--size4 .section__title {
    margin-bottom: 32px; }
@media (max-width: 1199px) {
      .section--size4 .section__title {
        margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size4 .section__title {
        margin-bottom: 31px;
        max-width: 84%;
        line-height: 1.40; } }
.section--size4 .section__content {
    max-width: 85%;
    margin: 0 auto;
    text-align: center; }
@media (max-width: 1399px) {
      .section--size4 .section__content {
        max-width: none; } }
.section--size4 .section__content-inner {
    margin-bottom: 0; }
@media (max-width: 1399px) {
      .section--size4 .section__content-inner {
        margin-bottom: 36px; } }
@media (max-width: 1199px) {
      .section--size4 .section__content-inner {
        margin-bottom: 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size4 .section__content-inner {
        margin-bottom: 52px; } }
.section--size4 .section__content-inner h6 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 32px; }
.section--size4 .section__decoration {
    margin: 0 0 49px 8px; }
@media (max-width: 1399px) {
      .section--size4 .section__decoration {
        margin: 0 0 28px; } }
@media (max-width: 1199px) {
      .section--size4 .section__decoration {
        margin: 0 0 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size4 .section__decoration {
        max-width: 55px;
        margin: 0 auto 35px; } }
.section--size4 .section__paragraph {
    max-width: 82%; }
.section--size4 .section__actions {
    margin-top: 56px; }
@media (max-width: 1199px) {
      .section--size4 .section__actions {
        margin-top: 28px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size4 .section__actions {
        margin-top: 20px; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative; }
.select:after {
    content: '';
    position: absolute;
    right: 16px;
    top: calc(50% - 5%);
    border: 0;
    border-top: 1px solid #522078;
    border-left: 1px solid #522078;
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    pointer-events: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .select:after {
        right: 26px; } }
.select select {
    width: 100%;
    background: #fff;
    border: 1px solid #E5E5E5;
    appearance: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.22;
    letter-spacing: 0.03em;
    color: #522078;
    padding: 15px 40px 14px 21px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0px;
    -o-text-overflow: '';
       text-overflow: ''; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .select select {
        padding: 20px 24px 19px 25px; } }
.select select::-ms-expand {
    display: none; }
/*  Select size1  */
.select--size1:after {
  right: 20px; }
@media (max-width: 1023px) {
    .select--size1:after {
      right: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .select--size1:after {
      right: 23px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select--size1 select {
    padding: 20px 24px 19px 22px; } }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1347px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Slider cards
\* ------------------------------------------------------------ */
.slider-cards .slider__clip {
  position: relative; }
.slider-cards .slider__slide {
  height: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-cards .slider__slide {
      height: auto;
      display: block !important; } }
.slider-cards .slick-list {
  margin: -15px -8px;
  padding: 15px 0; }
@media (max-width: 1488px) {
    .slider-cards .slick-list {
      margin: 0 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-cards .slick-list {
      margin: 0 33px; } }
@media (max-width: 359px) {
    .slider-cards .slick-list {
      margin: 0 13px; } }
.slider-cards .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.slider-cards .slick-slide {
  padding: 0 8px;
  height: auto; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-cards .slick-slide {
      padding: 0 4px;
      height: 100%; } }
.slider-cards .slick-slide > div {
    height: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider-cards .slick-slide > div {
        height: auto; } }
.slider-cards .slick-arrow {
  background: none;
  font-size: 0;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  content: '';
  display: inline-block;
  height: 21px;
  width: 21px;
  position: absolute;
  top: calc(50% - 17px);
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  z-index: 99; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-cards .slick-arrow {
      top: calc(50% - 13px); } }
@media (min-width: 1023.02px) {
    .slider-cards .slick-arrow:hover {
      border-color: #73BF4F; } }
.slider-cards .slick-prev {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: -25px; }
@media (max-width: 1488px) {
    .slider-cards .slick-prev {
      left: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-cards .slick-prev {
      left: 8px; } }
@media (max-width: 359px) {
    .slider-cards .slick-prev {
      left: -5px; } }
.slider-cards .slick-next {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -25px; }
@media (max-width: 1488px) {
    .slider-cards .slick-next {
      right: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-cards .slick-next {
      right: 8px; } }
@media (max-width: 359px) {
    .slider-cards .slick-next {
      right: -5px; } }
/* ------------------------------------------------------------ *\
	Slider logos
\* ------------------------------------------------------------ */
.slider-logos .slider__clip {
  position: relative; }
.slider-logos .slider__slide {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-logos .slider__slide {
      padding: 0 35px; } }
.slider-logos .slide__image a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-logos .slide__image a {
      max-width: 177px; } }
@media (min-width: 1023.02px) {
    .slider-logos .slide__image a:hover {
      opacity: .7; } }
.slider-logos .slick-list {
  padding: 0 10px 0 50px;
  max-width: 1300px;
  margin: 0 auto; }
@media (max-width: 1488px) {
    .slider-logos .slick-list {
      margin: 0 20px;
      padding: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-logos .slick-list {
      margin: 0 10px; } }
.slider-logos .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.slider-logos .slick-slide {
  height: auto; }
@media (max-width: 1488px) {
    .slider-logos .slick-slide {
      padding: 0 4px; } }
.slider-logos .slick-slide > div {
    height: 100%; }
.slider-logos .slick-arrow {
  background: none;
  font-size: 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #522078;
  content: '';
  display: inline-block;
  height: 21px;
  width: 21px;
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  z-index: 99; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-logos .slick-arrow {
      top: calc(50% - 18px); } }
@media (min-width: 1023.02px) {
    .slider-logos .slick-arrow:hover {
      border-color: #e38500; } }
.slider-logos .slick-prev {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 2px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-logos .slick-prev {
      left: 28px; } }
.slider-logos .slick-next {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 2px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-logos .slick-next {
      right: 28px; } }
/* ------------------------------------------------------------ *\
	Slider main
\* ------------------------------------------------------------ */
.slider-main {
  height: 100%; }
.slider-main div {
    height: 100%; }
.slider-main .slider__slides {
    position: relative; }
.slider-main .slider__slide {
    display: block !important; }
.slider-main .slide__image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    background-color: #522078; }
.slider-main .slide__image img {
    display: inline; }
.slider-main .slide__image-decoration {
    height: auto;
    position: absolute; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider-main .slide__image-decoration {
        max-width: 53px; } }
.slider-main .slide__image-decoration--top {
    top: 22.7%;
    left: 38.9%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider-main .slide__image-decoration--top {
        top: 19.7%;
        left: 25.9%;
        max-width: 47px; } }
.slider-main .slide__image-decoration--left {
    bottom: 25.9%;
    left: 23%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider-main .slide__image-decoration--left {
        left: -2%;
        bottom: 37.9%; } }
.slider-main .slide__image-decoration--right {
    right: 6.9%;
    bottom: 27.9%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider-main .slide__image-decoration--right {
        display: none; } }
.slider-main .slick-dots {
    position: absolute;
    bottom: 35px;
    right: 88px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    z-index: 5; }
@media (max-width: 1023px) {
      .slider-main .slick-dots {
        right: 24px;
        bottom: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider-main .slick-dots {
        display: none !important; } }
.slider-main .slick-dots li {
    margin: 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 19px;
    line-height: 1; }
.slider-main .slick-dots .slick-active > button {
    width: 19px;
    height: 19px; }
.slider-main .slick-dots button {
    font-size: 0;
    border: 0;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transition: width 0.4s, height 0.4s;
    -o-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
    line-height: 1;
    display: block; }
@media (min-width: 1023.02px) {
      .slider-main .slick-dots button:hover {
        width: 19px;
        height: 19px; } }
/* ------------------------------------------------------------ *\
	Slider members
\* ------------------------------------------------------------ */
.slider-members .slider__clip {
  position: relative; }
.slider-members .slider__slide {
  height: 100%; }
@media (max-width: 575px) {
    .slider-members .slider__slide {
      height: auto; } }
.slider-members .slick-list {
  margin: 0 -8px; }
@media (max-width: 1499px) {
    .slider-members .slick-list {
      margin: 0 20px; } }
@media (max-width: 575px) {
    .slider-members .slick-list {
      margin: 0; } }
.slider-members .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.slider-members .slick-slide {
  padding: 0 8px;
  height: auto; }
@media (max-width: 575px) {
    .slider-members .slick-slide {
      padding: 0 5px;
      height: 100%; } }
.slider-members .slick-slide > div {
    height: 100%; }
@media (max-width: 575px) {
      .slider-members .slick-slide > div {
        height: auto; } }
.slider-members .slick-arrow {
  background: none;
  font-size: 0;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  content: '';
  display: inline-block;
  height: 21px;
  width: 21px;
  position: absolute;
  top: calc(50% - 36px);
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  z-index: 99; }
@media (max-width: 575px) {
    .slider-members .slick-arrow {
      width: 20px;
      height: 20px;
      top: calc(50% - 50px); } }
@media (min-width: 1023.02px) {
    .slider-members .slick-arrow:hover {
      border-color: #e38500; } }
.slider-members .slick-prev {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: -110px; }
@media (max-width: 1499px) {
    .slider-members .slick-prev {
      left: 0; } }
@media (max-width: 575px) {
    .slider-members .slick-prev {
      left: -23px; } }
.slider-members .slick-next {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -110px; }
@media (max-width: 1499px) {
    .slider-members .slick-next {
      right: 0; } }
@media (max-width: 575px) {
    .slider-members .slick-next {
      right: -23px; } }
/* ------------------------------------------------------------ *\
	Slider testimonials
\* ------------------------------------------------------------ */
.slider-testimonials .slider__clip {
  position: relative; }
.slider-testimonials .slider__slide {
  height: 100%; }
.slider-testimonials .slick-list {
  margin: -15px -15px;
  padding: 15px 8px; }
@media (max-width: 1499px) {
    .slider-testimonials .slick-list {
      margin: -15px 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-testimonials .slick-list {
      margin: 0 -15px;
      padding: 0 30px; } }
@media (max-width: 359px) {
    .slider-testimonials .slick-list {
      padding: 0 15px; } }
.slider-testimonials .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.slider-testimonials .slick-slide {
  padding: 0 8px;
  height: auto; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-testimonials .slick-slide {
      padding: 0 6px; } }
.slider-testimonials .slick-slide > div {
    height: 100%; }
.slider-testimonials .slick-arrow {
  background: none;
  font-size: 0;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  content: '';
  display: inline-block;
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% - 16px);
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  z-index: 99; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-testimonials .slick-arrow {
      display: none !important; } }
@media (min-width: 1023.02px) {
    .slider-testimonials .slick-arrow:hover {
      border-color: #522078; } }
.slider-testimonials .slick-prev {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: -48px; }
@media (max-width: 1499px) {
    .slider-testimonials .slick-prev {
      left: 0; } }
.slider-testimonials .slick-next {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -48px; }
@media (max-width: 1499px) {
    .slider-testimonials .slick-next {
      right: 0; } }
/*  Slider testimonials size1  */
.slider-testimonials--size1 .slick-list {
  margin: -15px -9px;
  padding: 15px 3px; }
@media (max-width: 1499px) {
    .slider-testimonials--size1 .slick-list {
      margin: -15px 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-testimonials--size1 .slick-list {
      padding: 0; } }
@media (max-width: 575px) {
    .slider-testimonials--size1 .slick-list {
      margin: 0;
      padding: 0; } }
.slider-testimonials--size1 .slick-slide {
  padding: 0 5px; }
@media (max-width: 575px) {
    .slider-testimonials--size1 .slick-slide {
      padding: 0; } }
.slider-testimonials--size1 .slick-arrow {
  height: 21px;
  width: 21px;
  top: calc(50% - 11px); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-testimonials--size1 .slick-arrow {
      display: inline-block !important; } }
@media (max-width: 575px) {
    .slider-testimonials--size1 .slick-arrow {
      border-color: #522078;
      top: calc(50% - 44px); } }
@media (min-width: 1023.02px) {
    .slider-testimonials--size1 .slick-arrow:hover {
      border-color: #522078; } }
.slider-testimonials--size1 .slick-prev {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: -44px; }
@media (max-width: 1499px) {
    .slider-testimonials--size1 .slick-prev {
      left: 0; } }
@media (max-width: 575px) {
    .slider-testimonials--size1 .slick-prev {
      left: 23px; } }
.slider-testimonials--size1 .slick-next {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -44px; }
@media (max-width: 1499px) {
    .slider-testimonials--size1 .slick-next {
      right: 0; } }
@media (max-width: 575px) {
    .slider-testimonials--size1 .slick-next {
      right: 23px; } }
/* ------------------------------------------------------------ *\
	Socials share
\* ------------------------------------------------------------ */
.socials-share ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
@media (max-width: 1199px) {
    .socials-share ul {
      margin: 0 -3px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials-share ul {
      display: block; } }
.socials-share li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-right: 6px; }
@media (max-width: 1199px) {
    .socials-share li {
      max-width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin: 0 0 8px;
      padding: 0 3px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials-share li {
      max-width: none;
      text-align: center;
      margin: 0 0 16px; } }
.socials-share li:last-child {
    margin: 0; }
@media (max-width: 1199px) {
      .socials-share li:last-child {
        margin: 0 0 8px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .socials-share li:last-child {
        margin: 0; } }
.socials-share a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  padding: 9px 8px;
  display: block; }
@media (max-width: 1399px) {
    .socials-share a {
      font-size: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials-share a {
      font-size: 14px;
      max-width: 286px;
      display: inline-block;
      width: 100%;
      padding: 16px 10px; } }
@media (min-width: 1023.02px) {
    .socials-share a:hover {
      opacity: .7; } }
.socials-share a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.socials-share a img {
  margin-right: 20px; }
@media (max-width: 1399px) {
    .socials-share a img {
      margin-right: 8px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials-share a img {
      margin: 0 23px 0 -12px; } }
.socials-share .social__linkedin {
  background: #0078B1; }
.socials-share .social__linkedin img {
  margin: -4px 19px 0 3px; }
@media (max-width: 1399px) {
    .socials-share .social__linkedin img {
      margin: 0 8px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials-share .social__linkedin img {
      margin: 0 23px 0 -12px; } }
.socials-share .social__fb {
  background: #4968A6; }
.socials-share .social__fb img {
  margin: 0 15px 0 2px; }
@media (max-width: 1399px) {
    .socials-share .social__fb img {
      margin: 0 8px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials-share .social__fb img {
      margin: 0 23px 0 -12px; } }
.socials-share .social__twitter {
  background: #4487ED; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials-share .social__twitter img {
    margin: 0 17px 0 -28px; } }
.socials-share .social__google-plus {
  border: 1px solid #000;
  color: #000;
  padding: 8px 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials-share .social__google-plus {
      padding: 15px 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials-share .social__google-plus img {
    margin: 0 17px 0 -28px; } }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  line-height: 1; }
.socials ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 1023px) {
      .socials ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
.socials li {
    margin-right: 12px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .socials li {
        margin-right: 17px; } }
.socials li:last-child {
      margin: 0; }
.socials a {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s; }
@media (min-width: 1023.02px) {
      .socials a:hover {
        opacity: .7; } }
/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
.subscribe .subscribe__inner {
  margin-bottom: 25px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .subscribe .subscribe__inner {
      margin-bottom: 31px; } }
.subscribe .subscribe__field {
  background: rgba(59, 23, 86, 0.62);
  border: 0;
  width: 100%;
  color: #C08CDB;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.22;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 17px 24px 16px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .subscribe .subscribe__field {
      padding: 22px 10px 22px 25px;
      font-size: 16px; } }
.subscribe .subscribe__field::-webkit-input-placeholder {
    /* Edge */
    text-transform: capitalize;
    opacity: 1; }
.subscribe .subscribe__field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-transform: capitalize;
    opacity: 1; }
.subscribe .subscribe__field::-moz-placeholder {
    text-transform: capitalize;
    opacity: 1; }
.subscribe .subscribe__field::-ms-input-placeholder {
    text-transform: capitalize;
    opacity: 1; }
.subscribe .subscribe__field::placeholder {
    text-transform: capitalize;
    opacity: 1; }
.subscribe .subscribe__row + .subscribe__row {
  margin-top: 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .subscribe .subscribe__row + .subscribe__row {
      margin-top: 10px; } }
.subscribe .subscribe__btn {
  background: none;
  outline: 0;
  min-width: 211px;
  border-color: #C08CDB;
  color: #fff; }
@media (max-width: 1399px) {
    .subscribe .subscribe__btn {
      min-width: 220px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .subscribe .subscribe__btn {
      min-width: auto;
      width: 100%;
      font-weight: 500; } }
.subscribe .subscribe__btn:hover {
  border-color: #e38500;
  color: #e38500; }
.subscribe .country-select .country-list {
  background-color: #522078; }
/* ------------------------------------------------------------ *\
	Testimonial alt
\* ------------------------------------------------------------ */
.testimonial-alt {
  color: #522078;
  text-align: center;
  height: 100%; }
.testimonial-alt .testimonial__inner {
    background: #fff;
    padding: 47px 8px 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial-alt .testimonial__inner {
        padding: 30px 15px; } }
@media (max-width: 575px) {
      .testimonial-alt .testimonial__inner {
        padding: 53px 45px 43px;
        display: block; } }
@media (min-width: 1023.02px) {
      .testimonial-alt .testimonial__inner:hover {
        -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3); } }
.testimonial-alt .testimonial__image {
    margin-bottom: 27px;
    max-width: 93px; }
@media (max-width: 1023px) {
      .testimonial-alt .testimonial__image {
        max-width: 88px;
        margin-bottom: 12px; } }
@media (max-width: 575px) {
      .testimonial-alt .testimonial__image {
        max-width: 140px;
        margin: 0 auto 25px; } }
.testimonial-alt .testimonial__image img {
    display: inline; }
.testimonial-alt .testimonial__title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    letter-spacing: 0.15em;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.22;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
@media (max-width: 1023px) {
      .testimonial-alt .testimonial__title {
        font-size: 15px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial-alt .testimonial__title {
        font-size: 18px;
        margin-bottom: 5px; } }
.testimonial-alt .testimonial__title span {
    display: block;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
@media (max-width: 575px) {
    .testimonial-alt .testimonial__title span > br {
      display: none; } }
.testimonial-alt .testimonial__subtitle {
    text-transform: uppercase; }
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  color: #522078;
  text-align: center;
  height: 100%; }
.testimonial .testimonial__inner {
    background: #fff;
    padding: 33px 13px 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__inner {
        padding: 20px 27px 27px; } }
@media (min-width: 1023.02px) {
      .testimonial .testimonial__inner:hover {
        -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3); } }
.testimonial .testimonial__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.testimonial .testimonial__image {
    margin-bottom: 26px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__image {
        margin-bottom: -62px; } }
.testimonial .testimonial__image strong {
    font-size: 120px;
    line-height: 1;
    letter-spacing: 0.15em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0 22px; }
.testimonial .testimonial__image img {
    display: inline; }
.testimonial .testimonial__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    letter-spacing: 0.1em;
    margin-bottom: 32px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__content {
        margin-bottom: 28px; } }
.testimonial .testimonial__content-inner {
    max-width: 84%;
    margin: 0 auto; }
@media (max-width: 1399px) {
      .testimonial .testimonial__content-inner {
        max-width: none; } }
.testimonial .testimonial__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__author {
        display: block; } }
.testimonial .testimonial__author-image {
    max-width: 49px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49px;
            flex: 0 0 49px;
    margin-right: 11px;
    background: #522078;
    border-radius: 50%;
    height: 49px;
    background-position: center center;
    background-size: cover; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__author-image {
        max-width: 51px;
        height: 51px;
        margin: 0 auto 20px; } }
.testimonial .testimonial__author-names {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.22; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__author-names {
        font-size: 18px;
        max-width: 60%;
        margin: 0 auto; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Contact Form 7 overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Magnific overwrites
\* ------------------------------------------------------------ */
.main-popup {
  background: rgba(81, 81, 81, 0.5);
  opacity: 1; }
.main-popup .mfp-container {
    padding: 0 8px;
    overflow: auto; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .main-popup .mfp-container {
        padding: 0; } }
.main-popup .mfp-content {
    margin-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    position: relative;
    width: auto;
    vertical-align: top; }
.main-popup .mfp-close {
    font-size: 0;
    line-height: 1;
    opacity: 1;
    color: #522078;
    width: 24px;
    height: 24px;
    top: 36px;
    right: 32px; }
@media (max-width: 1023px) {
      .main-popup .mfp-close {
        top: 12px;
        right: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .main-popup .mfp-close {
        top: 22px;
        right: 32px; } }
@media (min-width: 1023.02px) {
      .main-popup .mfp-close:hover:before, .main-popup .mfp-close:hover:after {
        background: #e38500; } }
.main-popup .mfp-close:focus {
      top: 36px; }
@media (max-width: 1023px) {
        .main-popup .mfp-close:focus {
          top: 12px; } }
.main-popup .mfp-close:before, .main-popup .mfp-close:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background: #522078;
      right: 0;
      -webkit-transition: background 0.4s;
      -o-transition: background 0.4s;
      transition: background 0.4s; }
.main-popup .mfp-close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
.main-popup .mfp-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
/* ------------------------------------------------------------ *\
	WooCommerce overwrites
\* ------------------------------------------------------------ */
.woocommerce-account .woocommerce-MyAccount-navigation .standard-nav {
  width: 80%;
  padding: 40px;
  background-color: #f9f9f9; }
.woocommerce-account .woocommerce-MyAccount-navigation .standard-nav li {
    font-weight: bold;
    font-size: 14px; }
.woocommerce-account .woocommerce-MyAccount-navigation .standard-nav li a {
      text-decoration: none; }
.woocommerce-account .woocommerce-MyAccount-navigation .standard-nav .woocommerce-MyAccount-navigation-link.is-active a {
    text-decoration: underline; }
.woocommerce-account .woocommerce-MyAccount-navigation .extra-nav {
  width: 80%; }
.woocommerce-account .woocommerce-MyAccount-navigation .extra-nav .btn {
    width: 100%; }
.woocommerce-checkout .woocommerce-additional-fields {
  display: none; }
.woocommerce-checkout .billing-details {
  display: block;
  float: left;
  width: 50%; }
.woocommerce-checkout .billing-details .col-1 {
    width: 70%; }
@media (max-width: 1023px) {
      .woocommerce-checkout .billing-details .col-1 {
        width: 100%; } }
@media (max-width: 1023px) {
    .woocommerce-checkout .billing-details {
      width: 100%; } }
.woocommerce-checkout .order-review {
  display: block;
  float: left;
  width: 50%; }
@media (max-width: 1023px) {
    .woocommerce-checkout .order-review {
      width: 100%; } }
.policy-table tr {
  padding-bottom: 20px; }
.policy-table th {
  text-align: left;
  padding-bottom: 20px;
  padding-right: 20px;
  vertical-align: top; }
.policy-table td {
  vertical-align: top;
  padding: 20px 20px 20px 0; }
.policy-table ul, .policy-table ol {
  padding-left: 20px; }
.policy-table-3col td {
  width: 33%; }
@media only screen and (max-width: 600px) {
  .policy-table-2col td {
    width: 50%; } }
.mo-openid-app-icons p {
  text-align: center !important;
  width: 100% !important; }
.sign-in-modal .mo-openid-app-icons a, .woocommerce-form-login .mo-openid-app-icons a {
  margin-left: auto !important;
  margin: 15px auto 0px auto !important;
  border-radius: 0 !important;
  padding: 15px 35px !important;
  max-width: 335px !important;
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  white-space: normal !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 50px !important; }
@media only screen and (max-width: 600px) {
    .sign-in-modal .mo-openid-app-icons a, .woocommerce-form-login .mo-openid-app-icons a {
      padding: 15px 10px 15px 35px !important;
      font-size: 13px !important;
      max-width: 270px !important;
      min-width: 270px !important; } }
.sign-in-modal .mo-openid-app-icons svg, .sign-in-modal .mo-openid-app-icons i, .woocommerce-form-login .mo-openid-app-icons svg, .woocommerce-form-login .mo-openid-app-icons i {
  height: 32px !important;
  margin: auto 10px auto 0;
  border: none !important; }
.sign-in-modal .mo-openid-app-icons p, .woocommerce-form-login .mo-openid-app-icons p {
  display: none; }
.sign-in-modal .popup__body, .woocommerce-form-login .popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
#join-popup .mfp-close, #donate-popup .mfp-close, #pre-register-popup .mfp-close, #keep-connected-popup .mfp-close {
  right: auto !important;
  color: #522078 !important;
  font-size: 30px !important;
  opacity: 1 !important;
  margin-top: 10px;
  margin-left: 10px; }
#keep-connected-popup .popup__body {
  padding: 0 40px; }
#keep-connected-popup .form__actions .wpcf7-submit {
  background: #73BF4F;
  background-color: #73BF4F;
  font-size: 18px !important;
  color: white !important;
  float: none;
  width: 100%;
  margin: 20px auto;
  display: block;
  border-radius: 0;
  padding: 19px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
#keep-connected-popup .form__actions .wpcf7-submit:hover {
    background-color: #522078 !important;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
#pre-register-popup .country-select .country-list {
  right: 0 !important;
  max-width: 361px !important; }
#pre-register-popup .popup__body {
  padding: 0 140px; }
@media only screen and (max-width: 600px) {
    #pre-register-popup .popup__body {
      padding: 0 40px; } }
#pre-register-popup .popup__body .form__controls input {
    border: 1px solid #e5e5e5 !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 18px !important;
    padding: 20px;
    color: #522078 !important; }
#pre-register-popup .popup__body .country-select .flag-dropdown {
    right: 0 !important;
    left: auto !important; }
#pre-register-popup .popup__body .country-select .flag-dropdown .flag {
      display: none; }
#pre-register-popup .popup__body .country-select .selected-flag .arrow {
    right: 20px !important; }
#pre-register-popup .form__cols p {
  margin-bottom: 20px; }
#pre-register-popup .form__actions .wpcf7-submit {
  background: #73BF4F;
  background-color: #73BF4F;
  font-size: 18px !important;
  color: white !important;
  float: none;
  width: 100%;
  margin: 20px auto;
  display: block;
  border-radius: 0;
  padding: 19px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
#pre-register-popup .form__actions .wpcf7-submit:hover {
    background-color: #522078 !important;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
#donate-popup .give-form-title {
  font-size: 25px; }
#donate-popup .popup__body {
  padding: 0 40px; }
#donate-popup .form-row input, #donate-popup .give-total-wrap input {
  border: 1px solid #e5e5e5 !important;
  height: 50px !important;
  line-height: 50px !important;
  font-size: 18px !important;
  padding: 20px;
  color: #522078 !important; }
#donate-popup .form-row .give-currency-symbol, #donate-popup .give-total-wrap .give-currency-symbol {
  height: 50px !important;
  line-height: 50px !important; }
#donate-popup .give-submit-button-wrap .give-submit {
  background: #73BF4F;
  background-color: #73BF4F;
  font-size: 18px !important;
  color: white !important;
  float: none;
  width: 100%;
  margin: 20px auto;
  display: block;
  border-radius: 0;
  padding: 19px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
#donate-popup .give-submit-button-wrap .give-submit:hover {
    background-color: #522078 !important;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
.woocommerce-checkout .woocommerce-notices-wrapper {
  display: none; }
.woocommerce-checkout .woocommerce-form-coupon {
  display: block !important; }
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  display: none; }
.woocommerce-checkout .checkout_coupon {
  width: 50% !important;
  border: none !important;
  padding: 0 !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .woocommerce-checkout .checkout_coupon {
      width: 100% !important; } }
.woocommerce-checkout .checkout_coupon .form-row-first {
    margin: 0 !important;
    padding: 0 !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .woocommerce-checkout .checkout_coupon .form-row-first {
        width: 100% !important;
        margin-bottom: 15px !important; } }
.woocommerce-checkout .checkout_coupon .form-row-last {
    padding: 0 !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .woocommerce-checkout .checkout_coupon .form-row-last {
        width: 100% !important; } }
.woocommerce-checkout .checkout_coupon .form-row input {
    border: 1px solid #e5e5e5 !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 18px !important;
    padding: 20px !important;
    color: #522078 !important; }
.woocommerce-checkout .checkout_coupon .form-row button {
    border: 1px solid #522078 !important;
    font-size: 18px !important;
    padding: 15px !important;
    color: #522078 !important;
    background-color: white !important; }
.woocommerce-checkout .billing-details input, .woocommerce-checkout .billing-details select {
  border: 1px solid #e5e5e5;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 20px;
  color: #522078; }
.woocommerce-checkout .billing-details .selection span {
  font-size: 18px;
  color: #522078;
  line-height: 50px;
  height: 50px; }
.woocommerce-checkout .billing-details .selection .select2-selection__arrow {
  width: 40px; }
.woocommerce-checkout .billing-details .selection > span:nth-child(1) {
  border: 1px solid #e5e5e5; }
.woocommerce-checkout .billing-details .select2-selection {
  height: 50px;
  line-height: 50px; }
.woocommerce-checkout .woocommerce-checkout-payment .place-order button {
  background: #73BF4F;
  background-color: #73BF4F;
  font-size: 18px;
  color: white;
  float: none;
  width: 100%;
  margin: 20px auto;
  display: block;
  border-radius: 0;
  padding: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
.woocommerce-checkout .woocommerce-checkout-payment .place-order button:hover {
    background-color: #522078;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
.thank-you-page-container {
  padding-top: 0 !important; }
.thank-you-page-container .thank-you-text {
    max-width: 550px !important;
    width: 100%; }
.thank-you-page-container .thank-you-btn-container {
    margin-top: 40px !important; }
.thank-you-page-container .thank-you-btn-container .thank-you-button {
      background-color: white;
      color: #522078;
      border: 1px solid #522078;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      max-width: 480px;
      width: 100%; }
.thank-you-page-container .thank-you-btn-container .thank-you-button:hover {
        background-color: #522078;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        color: white; }
.woocommerce-form-login .woocommerce-form-row input {
  border: 1px solid #e5e5e5;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 20px;
  color: #522078; }
.woocommerce-form-login .woocommerce-form-login__submit {
  background: #73BF4F;
  background-color: #73BF4F !important;
  font-size: 18px !important;
  color: white !important;
  float: none !important;
  max-width: 170px;
  width: 100%;
  margin: 20px 0 !important;
  display: block !important;
  border-radius: 0 !important;
  padding: 20px !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
.woocommerce-form-login .woocommerce-form-login__submit:hover {
    background-color: #522078 !important;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
.woocommerce-form-login .mo-openid-app-icons a {
  margin-left: 0 !important;
  margin-right: 20px !important;
  border-radius: 0 !important;
  padding: 15px 35px !important;
  max-width: 335px !important;
  width: 100% !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  white-space: normal !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 50px !important; }
@media only screen and (max-width: 600px) {
    .woocommerce-form-login .mo-openid-app-icons a {
      margin-left: auto !important;
      margin-right: auto !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      padding: 15px 10px 15px 35px !important;
      font-size: 13px !important;
      max-width: 270px !important;
      min-width: 270px !important; } }
.woocommerce-form-login .mo-openid-app-icons svg, .woocommerce-form-login .mo-openid-app-icons i {
  height: 32px !important;
  margin: auto 10px auto 0;
  border: none !important; }
.woocommerce-form-login .mo-openid-app-icons p {
  display: none; }
.woocommerce-form-login .btn-facebook svg {
  padding-top: 5px !important; }
.woocommerce-form-login .btn-google i {
  margin-top: -8px !important; }
.woocommerce-form-login .btn-linkedin i {
  margin-top: -8px !important; }
.woocommerce-MyAccount-content input, .woocommerce-MyAccount-content select {
  border: 1px solid #e5e5e5;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 20px;
  color: #522078; }
.woocommerce-MyAccount-content .selection span {
  font-size: 18px;
  color: #522078 !important;
  line-height: 50px !important;
  height: 50px; }
.woocommerce-MyAccount-content .selection .select2-selection__arrow {
  width: 40px;
  height: 50px; }
.woocommerce-MyAccount-content .selection > span:nth-child(1) {
  border: 1px solid #e5e5e5; }
.woocommerce-MyAccount-content .select2-selection {
  height: 50px;
  line-height: 50px; }
.woocommerce-MyAccount-content fieldset {
  padding-top: 20px !important;
  border: none !important; }
.woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-MyAccount-content .button {
  color: #522078 !important;
  border: 1px solid #522078 !important;
  background-color: white !important;
  border-radius: 0 !important;
  margin-top: 40px !important;
  padding: 20px !important;
  max-width: 260px !important;
  width: 100% !important;
  font-size: 18px !important; }
@media only screen and (max-width: 600px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 40px; } }
.single-blog-shell {
  max-width: 100%;
  padding: 0; }
.single-blog-banner {
  padding: 80px 20px 86px 20px;
  text-align: center; }
@media only screen and (max-width: 600px) {
    .single-blog-banner {
      padding: 0px 20px 50px 20px; } }
.single-blog-banner h1 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px auto; }
@media only screen and (max-width: 600px) {
      .single-blog-banner h1 {
        font-size: 20px;
        margin-bottom: 20px; } }
.blog-image-section {
  background-color: transparent;
  text-align: center; }
.blog-image-section img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 50%; }
@media only screen and (max-width: 600px) {
      .blog-image-section img {
        width: 100%; } }
.blog-content-section2 {
  padding: 0 20px 50px 20px !important; }
.blog-content-section {
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px; }
@media only screen and (max-width: 600px) {
    .blog-content-section {
      padding: 70px 20px; } }
.blog-content-section .author-row {
    border-top: 1px solid #C08CDB;
    padding: 20px 0 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
@media only screen and (max-width: 600px) {
      .blog-content-section .author-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px 0 50px 0; } }
@media only screen and (max-width: 600px) {
      .blog-content-section .author-row .author-img-block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 30px; } }
.blog-content-section .author-row .author-img-block div {
      float: left; }
.blog-content-section .author-row .author-img-block img {
      border-radius: 50%;
      margin-right: 16px; }
.blog-content-section .author-row .author-img-block .author-name {
      margin: 5px 0;
      font-size: 16px;
      font-weight: 700;
      line-height: normal; }
.blog-content-section .author-row .author-img-block .post-date {
      font-size: 16px;
      font-weight: 500;
      line-height: normal; }
.blog-content-section .author-row .author-img-block .author-text {
      font-size: 16px;
      font-weight: 400;
      line-height: normal; }
.blog-content-section .share-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.blog-content-section .share-block .link-icon {
      margin-left: 10px; }
.blog-content-section .share-block .share-btn {
      border: 1px solid #522078;
      background-color: transparent;
      color: #522078;
      font-size: 16px;
      font-weight: bold;
      border-radius: 0;
      padding: 20px 25px; }
.blog-content-section .share-block .social-media-block {
      width: 60px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 6px; }
.blog-content-section .share-block .linkedin-block {
      background-color: #0078B1; }
.blog-content-section .share-block .facebook-block {
      background-color: #4968A6; }
.blog-content-section .share-block .instagram-block {
      background-color: #FF496D; }
.blog-content-section .share-block2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 50px 0 80px 0; }
@media only screen and (max-width: 600px) {
      .blog-content-section .share-block2 {
        padding: 20px 0 70px 0; } }
.blog-content-section .author-row2 {
    border-top: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    padding: 38px 0 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media only screen and (max-width: 600px) {
      .blog-content-section .author-row2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 38px 0 40px 0; } }
@media only screen and (max-width: 600px) {
      .blog-content-section .author-row2 .author-img-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 0; } }
@media only screen and (max-width: 600px) {
      .blog-content-section .author-row2 .author-img-block img {
        margin-bottom: 40px; } }
.next-prev-arrow-section {
  margin-top: 70px;
  clear: both; }
@media only screen and (max-width: 600px) {
    .next-prev-arrow-section {
      margin-top: 60px; } }
.next-prev-arrow-section .prev-blog-btn {
    float: left; }
@media only screen and (max-width: 600px) {
      .next-prev-arrow-section .prev-blog-btn {
        float: none;
        margin-bottom: 20px; } }
.next-prev-arrow-section .next-blog-btn {
    float: right; }
@media only screen and (max-width: 600px) {
      .next-prev-arrow-section .next-blog-btn {
        float: none; } }
.next-prev-arrow-section .prev-blog-btn a, .next-prev-arrow-section .next-blog-btn a {
    border: 1px solid #522078;
    color: #522078;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding: 20px 40px;
    line-height: normal; }
@media only screen and (max-width: 600px) {
      .next-prev-arrow-section .prev-blog-btn a, .next-prev-arrow-section .next-blog-btn a {
        width: 100%;
        text-align: center; } }
.other-post-section {
  clear: both;
  padding-top: 110px;
  padding: 110px 20px 50px 20px;
  max-width: 1116px;
  width: 100%;
  margin: 0 auto; }
@media only screen and (max-width: 600px) {
    .other-post-section {
      padding: 0px 20px 0px 20px; } }
.other-post-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold; }
@media only screen and (max-width: 600px) {
      .other-post-section h2 {
        margin-bottom: 60px; } }
.other-post-section img {
    margin-bottom: 25px; }
@media only screen and (max-width: 600px) {
      .other-post-section img {
        margin-bottom: 30px; } }
.other-post-section .related-blog-block {
    max-width: 33%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px; }
@media only screen and (max-width: 600px) {
      .other-post-section .related-blog-block {
        max-width: 100%;
        width: 100%;
        display: block;
        margin-bottom: 50px; } }
.other-post-section .related-blog-block a {
      text-decoration: none; }
.other-post-section .related-post-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: normal; }
.other-post-section .related-post-author {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
    line-height: normal; }
.other-post-section .related-post-date-cat {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: normal; }
.other-post-section .read-time p {
    font-size: 12px; }
.blog-shell {
  max-width: 1114px;
  width: 100%;
  margin: 0 auto; }
.blog-shell .blog-banner-section {
    border-bottom: 1px solid #C08CDB;
    padding-bottom: 80px; }
@media only screen and (max-width: 600px) {
      .blog-shell .blog-banner-section {
        padding-bottom: 70px;
        margin: 0 8px; } }
.blog-shell .blog-header {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px; }
@media only screen and (max-width: 600px) {
      .blog-shell .blog-header {
        font-size: 20px;
        text-align: center; } }
.blog-shell .slider-blogs .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.blog-shell .slider-blogs .slick-dots li::marker {
      color: white; }
.blog-shell .slider-blogs .slick-dots li button {
      opacity: 0; }
.blog-shell .slider-blogs .slick-dots li, .blog-shell .slider-blogs .slick-dots .slick-active {
      background-color: #522078;
      border-radius: 50%; }
.blog-shell .slider-blogs .slick-dots li {
      height: 11px;
      width: 11px;
      margin-right: 16px;
      border: none;
      line-height: 0; }
.blog-shell .slider-blogs .slick-dots .slick-active {
      height: 24px;
      width: 24px;
      margin-right: 16px; }
.blog-shell .blog-slider-col-1 {
    padding-right: 30px; }
@media only screen and (max-width: 600px) {
      .blog-shell .blog-slider-col-1 {
        padding-right: 0px; } }
.blog-shell .blog-slider-col {
    max-width: 49%;
    display: inline-block;
    vertical-align: top; }
@media only screen and (max-width: 600px) {
      .blog-shell .blog-slider-col {
        max-width: 100%; } }
.blog-shell .blog-slider-col .slider-blog-img {
      max-width: 547px;
      width: 100%; }
@media only screen and (max-width: 600px) {
        .blog-shell .blog-slider-col .slider-blog-img img {
          margin-bottom: 60px; } }
.blog-shell .blog-slider-col .blog-slide-heading {
      font-size: 45px;
      font-weight: bold;
      margin-bottom: 20px; }
@media only screen and (max-width: 600px) {
        .blog-shell .blog-slider-col .blog-slide-heading {
          font-size: 20px;
          margin-bottom: 40px; } }
.blog-shell .blog-slider-col .author-img-div {
      display: inline-block; }
.blog-shell .blog-slider-col .author-img-div img {
        max-width: 56px;
        width: 100%;
        border-radius: 50%;
        margin-right: 15px; }
.blog-shell .blog-slider-col .author-details-div {
      display: inline-block;
      vertical-align: top; }
.blog-shell .blog-slider-col .author-details-div .author-name {
        margin: 5px 0;
        font-size: 16px;
        font-weight: bold;
        line-height: normal; }
.blog-shell .blog-slider-col .author-details-div .post-date-cat {
        font-size: 16px;
        font-weight: 500;
        line-height: normal; }
.blog-shell .blog-slider-col .blog-excerpt-div {
      clear: both;
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      margin-top: 26px; }
.all-blog-content-section {
  padding: 80px 0 130px 0; }
@media only screen and (max-width: 600px) {
    .all-blog-content-section {
      padding: 70px 0 20px 0; } }
.all-blog-content-section .blog-filter-results {
    width: 100%;
    display: block; }
.all-blog-content-section .blog-filter-results a {
      text-decoration: none !important; }
.all-blog-content-section .blog-filter-results .pagination {
      text-align: center; }
.all-blog-content-section .blog-filter-results .pagination a, .all-blog-content-section .blog-filter-results .pagination .page-numbers {
        font-size: 18px;
        font-weight: 600;
        padding: 0 5px; }
.all-blog-content-section .blog-filter-results .pagination a {
        text-decoration: none !important; }
.all-blog-content-section .blog-filter-results .pagination .page-numbers {
        text-decoration: underline; }
.all-blog-content-section .blog-filter-results .pagination .next, .all-blog-content-section .blog-filter-results .pagination .prev {
        display: none; }
.all-blog-content-section .all-blog-header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px; }
@media only screen and (max-width: 600px) {
      .all-blog-content-section .all-blog-header-block {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.all-blog-content-section .all-blog-header-block .blog-header {
      margin-bottom: 0; }
.all-blog-content-section .all-blog-header-block .filter-div span {
      font-size: 16px;
      font-weight: 600;
      margin-right: 15px; }
.all-blog-content-section .all-blog-header-block .filter-div select {
      font-size: 16px;
      padding: 10px 20px;
      height: auto;
      border: 1px solid #522078;
      text-decoration: none; }
.all-blog-content-section .all-blog-header-block .filter-div .filter-list {
      display: inline-block; }
.all-blog-content-section .all-blog-header-block .filter-div .filter-list li {
        list-style: none; }
.all-blog-content-section .all-blog-header-block .filter-div .filter-list a {
        font-size: 16px;
        padding: 10px 20px;
        height: auto;
        text-decoration: none; }
.all-blog-content-section .blog-pagination-block {
    margin: 0 auto;
    display: block;
    text-align: center; }
.all-blog-content-section .blog-pagination-block span {
      font-size: 18px;
      font-weight: 600;
      padding: 5px;
      line-height: 22px; }
.all-blog-content-section .blog-pagination-block .active {
      text-decoration: underline; }
.all-blog-content-section .main-blog-card {
    width: 100%;
    max-width: 33%;
    display: inline-block;
    margin-bottom: 70px;
    padding: 0 8px;
    clear: both;
    vertical-align: top; }
@media only screen and (max-width: 600px) {
      .all-blog-content-section .main-blog-card {
        max-width: 100%; } }
.all-blog-content-section .main-blog-card img {
      margin-bottom: 24px; }
.all-blog-content-section .main-blog-card .related-post-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
      line-height: normal; }
.all-blog-content-section .main-blog-card .related-post-author {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 3px;
      line-height: normal; }
.all-blog-content-section .main-blog-card .related-post-date-cat {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0px;
      line-height: normal; }
.all-blog-content-section .main-blog-card .read-time p {
      font-size: 12px; }
.ambassadors-container .ambassadors-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.ambassadors-container .ambassadors-row .ambassadors-card {
    width: 20%;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 60px; }
@media only screen and (max-width: 1190px) {
      .ambassadors-container .ambassadors-row .ambassadors-card {
        width: 25%; } }
@media only screen and (max-width: 970px) {
      .ambassadors-container .ambassadors-row .ambassadors-card {
        width: 33%; } }
@media only screen and (max-width: 820px) {
      .ambassadors-container .ambassadors-row .ambassadors-card {
        width: 100%; } }
.ambassadors-container .ambassadors-row .ambassadors-card .img-block {
      width: 100%;
      position: relative;
      background-color: #E9E9E9; }
.ambassadors-container .ambassadors-row .ambassadors-card .img-block img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        max-height: 250px;
        min-height: 250px;
        vertical-align: top;
        -o-object-position: top;
           object-position: top; }
.ambassadors-container .ambassadors-row .ambassadors-card .img-block p {
        font-size: 18px;
        line-height: 1.5;
        color: white;
        background-color: #73BF4F;
        text-align: center;
        padding: 25px 25px;
        -o-object-fit: cover;
           object-fit: cover;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
          .ambassadors-container .ambassadors-row .ambassadors-card .img-block p {
            padding: 45px 25px; } }
.ambassadors-container .ambassadors-row .ambassadors-card .ambassadors-name {
      font-size: 18px;
      font-weight: bold;
      margin-top: 30px;
      margin-bottom: 30px;
      line-height: 26px;
      min-height: 52px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .ambassadors-container .ambassadors-row .ambassadors-card .ambassadors-name {
          min-height: auto; } }
.ambassadors-container .ambassadors-row .ambassadors-card .card__actions img {
      width: 15px;
      margin-right: 10px;
      margin-top: -5px; }
.ambassadors-container .ambassadors-row .ambassadors-card .card__actions .btn-plain--alt {
      min-width: auto;
      width: 100%; }
.img-card-slider-section {
  margin-bottom: 70px; }
.img-card-slider-section .slider-cards .slick-arrow {
    top: calc(25% + 15px); }
.img-card-sm {
  text-align: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .img-card-sm {
      margin-bottom: 20px; } }
.img-card-sm .img-block {
    max-width: 300px;
    width: 100%;
    height: 260px;
    background-color: #E9E9E9;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #73BF4F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.img-card-sm .img-block img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         object-position: top;
      width: 100%;
      height: 260px;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0; }
.img-card-sm .img-block p {
      font-size: 15px;
      line-height: 1.2;
      color: white;
      text-align: center;
      padding: 15px 10px;
      text-align: center;
      padding: 20px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      opacity: 0;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .img-card-sm .img-block p {
          padding: 45px 25px; } }
.img-card-sm .img-block:hover img {
      opacity: 0;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
.img-card-sm .img-block:hover p {
      opacity: 1;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
.img-card-sm .img-block-green {
    background-color: #522078 !important; }
.img-card-sm .name, .img-card-sm .topic-header {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px; }
.img-card-sm .name {
    margin-top: 30px;
    margin-bottom: 10px; }
.img-card-sm .topic-header {
    color: #EC9535;
    margin-bottom: 30px;
    min-height: 52px; }
.img-card-sm .btn-plain--alt {
    min-width: 200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.img-card-sm .btn-plain--alt img {
      margin-right: 15px;
      width: 15px;
      margin-top: -5px; }
.view-all-btn-container {
  text-align: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .view-all-btn-container {
      margin-top: 30px; } }
.section__inner-green {
  background: #73BF4F !important; }
.section__inner-green .topic-header {
    color: #522078 !important; }
.section__inner-green .btn-plain--alt {
    border-color: #ffffff; }
.section__inner-green .btn-plain--alt:hover {
      color: #522078;
      border-color: #522078; }
.img-block-no-quote:hover img {
  opacity: 1 !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
.img-block-no-quote:hover p {
  opacity: 0 !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
.article-left-align {
  text-align: left; }
.article-left-align .article__content {
    text-align: left; }
.section--size2 .section__content-left-align {
  text-align: left; }
.founding-story-hero-section {
  padding: 0 70px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .founding-story-hero-section {
      padding: 0 0;
      padding-top: 100px; } }
.founding-story-hero-section .article-sub-header {
    text-align: left;
    width: 100%;
    padding: 0 16px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .founding-story-hero-section .article-sub-header {
        padding: 0 5px; } }
.founding-story-hero-section .hero__inner {
    padding-top: 230px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .founding-story-hero-section .hero__inner {
        padding-top: 80px; } }
.founding-story-hero-section .hero__content-head img {
    margin-right: 20px;
    max-width: 120px; }
.founding-story-hero-section .hero__content-head h2 {
    display: inline-block;
    clear: both; }
.founding-story-hero-section .articles {
    padding: 0 70px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .founding-story-hero-section .articles {
        display: block;
        padding: 0 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .founding-members-section {
    padding: 50px 30px 0 30px; } }
.founding-members-section .section__inner {
  display: block; }
.founding-members-section .section__inner p {
    margin-bottom: 0; }
.founding-members-section .section__video-container {
  max-width: 500px;
  width: 100%;
  margin-bottom: 100px; }
.founding-members-section .video-screenshot {
  max-width: 500px;
  width: 100%; }
.founding-members-section .members-heaading-2 {
  margin-top: 100px; }
.founding-members-2-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .founding-members-2-cols {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.founding-members-2-cols div {
    width: 50%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .founding-members-2-cols div {
        width: 100%; } }
.founding-partners-container {
  padding: 0; }
.founding-partners-section {
  padding: 0 70px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .founding-partners-section {
      padding: 50px 10px; } }
.founding-partners-section div:first-child {
    width: 60%;
    padding-right: 100px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .founding-partners-section div:first-child {
        width: 100%;
        padding-right: 0; } }
.founding-partners-section div:last-child {
    width: 40%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .founding-partners-section div:last-child {
        width: 100%; } }
.parnter-logos-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .parnter-logos-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.parnter-logos-block img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 30%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .parnter-logos-block img {
        width: 90%;
        margin-top: 40px; } }
.parnter-logos-block img:first-child {
    max-width: 200px; }
.parnter-logos-block img:nth-child(2) {
    max-width: 155px;
    width: 100%; }
.parnter-logos-block img:last-child {
    max-width: 122px;
    margin-top: 6px;
    width: 27%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .parnter-logos-block img:last-child {
        width: 90%; } }
.credits-section {
  border-bottom: 1px solid #C08CDB;
  padding-bottom: 120px; }
.faq-page-main .email-text {
  font-size: 18px;
  letter-spacing: 15%;
  padding-right: 15px;
  text-transform: uppercase; }
.faq-page-main .email-text img {
    margin-right: 15px; }
.faq-page-main .map-box img {
  margin-top: 50px; }
.faq-page-main .email-address-text {
  text-decoration: none;
  text-transform: none;
  font-size: 18px; }
.faq-page-main .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
  padding: 0 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .faq-page-main .section__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
.faq-page-main .section__form {
  width: 33%;
  padding-top: 27px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .faq-page-main .section__form {
      width: 100%;
      padding-top: 0px; } }
.faq-page-main .faq-dropdown-section {
  width: 63%;
  padding-left: 3%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .faq-page-main .faq-dropdown-section {
      width: 100%;
      padding-top: 0px;
      padding-bottom: 50px;
      padding-left: 0%; } }
.faq-page-main .hero__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.faq-page-main .hero__content-head img {
    margin-right: 10px; }
.faq-page-main .accordion__header {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-top: 1px solid #C08CDB;
  width: 100%;
  padding: 20px 0; }
.faq-page-main .accordion__header:first-child {
    border-top: none;
    padding-top: 0; }
.faq-page-main .accordion__header > h2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  padding: 20px 0; }
.faq-page-main .accordion__header > h2:first-child {
    padding-top: 15px; }
.faq-page-main .accordion__toggle {
  margin-left: 10px;
  height: 3px;
  background-color: #522078;
  width: 13px;
  display: block;
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border-radius: 2px; }
.faq-page-main .accordion__toggle::before {
  content: "";
  width: 3px;
  height: 13px;
  display: block;
  background-color: #522078;
  position: absolute;
  top: -5px;
  left: 5px;
  border-radius: 2px; }
.faq-page-main .is-active .accordion__toggle {
  background-color: #522078; }
.faq-page-main .is-active .accordion__toggle::before {
  display: none; }
.faq-page-main .accordion__body {
  display: none;
  padding-bottom: 30px;
  border: none;
  border-top: 0; }
.faq-page-main .accordion__body.is-active {
  display: block;
  border: none; }
.faq-page-main .list-buttons {
  width: 100%; }
.faq-page-main .form__actions .wpcf7-submit:hover {
  background-color: #522078 !important;
  color: white !important;
  border-color: #522078 !important; }

/*# sourceMappingURL=bundle.css.map */
