/*
Theme Name: Leprosy Mission Australia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Leprosy Mission Australia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .stats-block .heading p {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Pulpo';
  src: url("assets/fonts/Pulpo-Light.woff2") format("woff2"), url("assets/fonts/Pulpo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Pulpo';
  src: url("assets/fonts/Pulpo-Black.woff2") format("woff2"), url("assets/fonts/Pulpo-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'untold_historybold';
  src: url("assets/fonts/untold_history-bold-webfont.woff2") format("woff2"), url("assets/fonts/untold_history-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'untold_historybold_inky';
  src: url("assets/fonts/untold_history-bold_inky-webfont.woff2") format("woff2"), url("assets/fonts/untold_history-bold_inky-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'newspaper_cutout_white_on_bRg';
  src: url("assets/fonts/newspapercutoutwhiteonblac-rg-webfont.woff2") format("woff2"), url("assets/fonts/newspapercutoutwhiteonblac-rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'forever_summer_marker';
  src: url("assets/fonts/forever_summer_marker-webfont.woff2") format("woff2"), url("assets/fonts/forever_summer_marker-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Forever Summer Marker';
  src: url("assets/fonts/ForeverSummerMarker.woff2") format("woff2"), url("assets/fonts/ForeverSummerMarker.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Grunge Font';
  src: url("assets/fonts/GrungeFont-Regular.eot");
  src: url("assets/fonts/GrungeFont-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GrungeFont-Regular.woff2") format("woff2"), url("assets/fonts/GrungeFont-Regular.woff") format("woff"), url("assets/fonts/GrungeFont-Regular.ttf") format("truetype"), url("assets/fonts/GrungeFont-Regular.svg#Grunge Font") format("svg"); }

/*
Lists
$list1: transparent linear-gradient(90deg, #FF7C00 0%, #FFC13D 73%, #FFB900 100%) 0% 0%
*/
.gform_wrapper .gfield_radio, .gform_wrapper .gfield_checkbox, #nav .drop ul, .footer-top .col-menu ul, .footer-top .social-networks, .content-block .col .col-wrap .lists, .card-blog .category, .post-news-filter, .post-filter, .blog-detail .category ul, .blog-detail .social-networks ul, .tags ul, .bg-with-text ul, .pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

h1, .stats-block .heading p, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6,
.blog-detail .content blockquote, .h6,
.h {
  color: #000;
  font-family: "Pulpo", "Arial", "Helvetica", "sans-serif";
  margin: 0 0 0.8em;
  line-height: 1.2;
  font-weight: 900; }

h1, .stats-block .heading p, .h1 {
  font-size: 40px;
  margin-bottom: 0.2em;
  line-height: 1.1; }
  @media (min-width: 1200px) {
    h1, .stats-block .heading p, .h1 {
      font-size: 56px; } }

h2, .h2 {
  font-size: 36px;
  line-height: 1.1; }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 48px; } }

h3, .h3 {
  font-size: 32px; }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 40px; } }

h4, .h4 {
  font-size: 24px; }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 32px; } }

h5, .h5 {
  font-size: 20px; }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 24px; } }


h6,
.blog-detail .content blockquote, .h6 {
  font-size: 18px;
  line-height: 1.1; }
  @media (min-width: 1200px) {
    
    h6,
    .blog-detail .content blockquote, .h6 {
      font-size: 20px;
      line-height: 1.4; } }

p {
  margin: 0 0 1.2em; }

a {
  color: #666666; }
  a:hover, a:focus {
    text-decoration: none; }

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.5 "Inter", "Arial", "Helvetica", "sans-serif";
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  vertical-align: top;
  height: auto; }

.gm-style img {
  max-width: none; }

blockquote {
  border-left: 4px solid #666666;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #666666;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 1.5em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 1.5em;
  margin: 0 0 0 1.5em; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

.form-control,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #B6B6B6;
  padding: 5px 16px !important;
  width: 100%;
  outline: none;
  background: #F4F4F4;
  border-radius: 6px;
  height: 46px;
  font-size: 16px;
  color: #000; }
  .form-control:focus,
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='number']:focus,
  textarea:focus {
    outline: none; }
  .form-control::-webkit-input-placeholder,
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .form-control::-moz-placeholder,
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5); }
  .form-control:-moz-placeholder,
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .form-control:-ms-input-placeholder,
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .form-control.placeholder,
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='number'].placeholder,
  textarea.placeholder {
    color: rgba(0, 0, 0, 0.5); }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: none;
  vertical-align: top;
  height: 85px;
  padding-top: 10px !important; }
  @media (min-width: 1024px) {
    textarea {
      height: 112px; } }

input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

input[type='submit'] {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 12px 26px;
  background: #59008D;
  border: 1px solid #59008D;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    input[type='submit'] {
      font-size: 14px; } }
  input[type='submit']:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  input[type='submit']:hover {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.75);
    color: #000; }

.gform_footer {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  width: 100%; }
  @media (min-width: 1024px) {
    .gform_footer {
      margin-top: 16px;
      width: auto; } }

.ginput_container_select,
.select-wrap {
  display: block;
  position: relative;
  border-radius: 6px;
  border: 2px solid #B6B6B6; }
  .ginput_container_select:before,
  .select-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    margin-top: -1px; }
    @media (min-width: 1024px) {
      .ginput_container_select:before,
      .select-wrap:before {
        right: 15px;
        margin-top: -3px; } }
  .ginput_container_select select,
  .select-wrap select {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 40px 6px 16px !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-radius: 6px;
    height: 40px;
    font-size: 16px;
    color: #000; }
    @media (max-width: 1023px) {
      .ginput_container_select select,
      .select-wrap select {
        padding-right: 30px !important; } }
    .ginput_container_select select::-ms-expand,
    .select-wrap select::-ms-expand {
      display: none; }

.form-group {
  margin-bottom: 24px; }

form label:not(.form-check-label) {
  position: static;
  color: #59008D;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  font-style: normal !important; }
  @media (min-width: 1024px) {
    form label:not(.form-check-label) {
      font-size: 16px; } }

form .form-control {
  background: #fff !important; }

form .form-check {
  padding-left: 0; }

.input-wrap {
  margin-bottom: 20px; }
  .input-wrap label {
    color: #59008D;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px; }
    @media (min-width: 1024px) {
      .input-wrap label {
        font-size: 16px; } }
  .input-wrap .name {
    font-size: 12px; }

input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  input[type="checkbox"] + label,
  input[type="checkbox"] + span {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0 0 48px !important;
    min-height: 34px;
    margin: 0; }
  input[type="checkbox"] + span:before,
  input[type="checkbox"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #59008D; }
  input[type="checkbox"]:checked + span:before,
  input[type="checkbox"]:checked + label:before {
    background: #59008D;
    border-color: #59008D; }
  input[type="checkbox"]:checked + span:after,
  input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 12px;
    width: 15px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(136deg);
        -ms-transform: rotate(136deg);
            transform: rotate(136deg); }

input[type="radio"] {
  position: absolute;
  opacity: 0 !important; }
  input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 0 0 0 32px !important; }
  input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #59008D; }
  input[type="radio"]:checked + label:before {
    border-color: #59008D; }
  input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #59008D; }

.gform_wrapper.gravity-theme div.gfield textarea.large {
  height: 130px; }

.gform_wrapper.gravity-theme div.gform_fields {
  grid-column-gap: 24px;
  grid-row-gap: 24px; }

.gform_wrapper ul {
  list-style: none;
  padding: 0; }

.gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.gform_wrapper .gfield {
  position: relative;
  width: 100%; }
  .gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea, .gform_wrapper .gfield.gfield_error select {
    border-color: #DC3545; }
  .gform_wrapper .gfield.gfield_error .ginput_container_select, .gform_wrapper .gfield.gfield_error .select-warp {
    border-color: #DC3545; }
  .gform_wrapper .gfield.gfield_error.focus input, .gform_wrapper .gfield.gfield_error.focus textarea {
    border-color: #DC3545; }
  .gform_wrapper .gfield.gfield_error.focus .gfield_label .gfield_required {
    color: #666666; }
  .gform_wrapper .gfield.label-no-change label.gfield_label {
    position: static;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px; }
  .gform_wrapper .gfield.full-width .gfield_radio li {
    width: 100%; }
    .gform_wrapper .gfield.full-width .gfield_radio li + li {
      margin-left: 0; }
  @media (min-width: 768px) {
    .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -10px; } }
  .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span {
    display: block; }
    .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span.name_first {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span.name_first {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span {
        width: calc(50% - 10px);
        margin: 0 10px; } }
  .gform_wrapper .gfield label.gfield_label {
    position: static;
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase; }
  .gform_wrapper .gfield.gfield-select .gfield_label {
    font-weight: 700;
    top: -6px;
    color: #666666;
    font-size: 12px;
    left: 8px;
    background: #fff;
    padding: 0 5px;
    z-index: 2; }
  .gform_wrapper .gfield.focus .gfield_label, .gform_wrapper .gfield.float .gfield_label {
    font-size: 12px;
    padding: 0 5px;
    background: #fff;
    top: -6px;
    left: 9px;
    color: #666666;
    font-weight: 700; }

.gform_wrapper label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px; }

.gform_wrapper .gfield_radio li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  margin-right: 15px; }
  @media (min-width: 768px) {
    .gform_wrapper .gfield_radio li {
      margin-right: 35px; } }
  .gform_wrapper .gfield_radio li:last-child {
    margin-right: 0; }

.gform_wrapper .gfield_checkbox li {
  margin-bottom: 12px; }

.validation_error {
  display: none; }

.gform_wrapper.gravity-theme div.gfield_validation_message,
.gform_wrapper.gravity-theme div.validation_message {
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
  font-size: 14px;
  color: #DC3545;
  padding: 0;
  border: none;
  background: transparent; }

.gform_footer {
  position: relative; }

.gform-loader,
.gform_ajax_spinner {
  position: absolute !important;
  right: -25px !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  color: #000; }

.upload-files .ginput_container_fileupload {
  position: relative; }

.upload-files .file-select-name {
  border: 1px solid #B6B6B6;
  height: 43px;
  border-radius: 30px;
  padding: 8px 35px;
  color: #fff;
  font-size: 16px; }

.upload-files input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  background: transparent;
  font-size: 0;
  -webkit-appearance: none;
  opacity: 0; }

.gform-theme--framework div.gform_validation_errors {
  display: none; }

.gform_validation_errors {
  display: none; }
  .gform_validation_errors .gform_submission_error {
    font-size: 16px;
    color: #DC3545; }

.gform_required_legend {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [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; }

@media (min-width: 1200px) {
  body {
    font-size: 18px; } }

#wrapper {
  width: 100%;
  position: relative; }
  @media (max-width: 1023px) {
    #wrapper {
      overflow: hidden; } }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
  padding: 0 24px; }
  .container.small {
    max-width: 1110px; }

.section {
  padding: 48px 0; }
  @media (min-width: 768px) {
    .section {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .section {
      padding: 72px 0; } }
  .section.p-small {
    padding: 40px 0; }
    @media (min-width: 1200px) {
      .section.p-small {
        padding: 48px 0; } }
  .section.p-medium {
    padding: 48px 0; }
    @media (min-width: 768px) {
      .section.p-medium {
        padding: 60px 0; } }
    @media (min-width: 1200px) {
      .section.p-medium {
        padding: 68px 0; } }
  .section.p-large {
    padding: 48px 0; }
    @media (min-width: 768px) {
      .section.p-large {
        padding: 60px 0; } }
    @media (min-width: 1200px) {
      .section.p-large {
        padding: 112px 0; } }

a:not(.btn):not(.btn-secondary):not(.btn-outline-arrow):not(.btn-listen):not(.btn-outline) {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#main a:not(.btn):not(.btn-secondary):not(.btn-outline-arrow):not(.btn-listen):not(.btn-outline):not(.btn-tilt) {
  color: #000; }
  #main a:not(.btn):not(.btn-secondary):not(.btn-outline-arrow):not(.btn-listen):not(.btn-outline):not(.btn-tilt):hover {
    color: #59008D; }

.btn, .btn-secondary, .btn-outline-arrow, .btn-listen {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  padding: 15px 30px;
  background: #BE001B;
  border: 1px solid #BE001B;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .btn:focus, .btn-secondary:focus, .btn-outline-arrow:focus, .btn-listen:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:hover, .btn-secondary:hover, .btn-outline-arrow:hover, .btn-listen:hover {
    background: #fff;
    color: #BE001B; }
  .btn-outline {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 11px 24px;
    background: #fff;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #000;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    .btn-outline:hover {
      background: #59008D;
      border-color: #59008D;
      color: #fff; }
  .btn.loading, .loading.btn-secondary, .loading.btn-outline-arrow, .loading.btn-listen {
    position: relative;
    pointer-events: none;
    background: #59008D;
    border-color: #59008D;
    color: #59008D; }
    .btn.loading span, .loading.btn-secondary span, .loading.btn-outline-arrow span, .loading.btn-listen span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      -webkit-animation: rotate 1.5s linear infinite;
              animation: rotate 1.5s linear infinite;
      margin: -15px 0 0 -15px; }
      .btn.loading span:before, .loading.btn-secondary span:before, .loading.btn-outline-arrow span:before, .loading.btn-listen span:before {
        content: "";
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 3px solid #fff;
        -webkit-animation: prixClipFix 2s linear infinite;
                animation: prixClipFix 2s linear infinite; }

.btn-secondary {
  border-color: #fff;
  background: #fff;
  color: #BE001B; }
  .btn-secondary:hover {
    background: #BE001B;
    color: #fff; }

.btn-outline-arrow {
  font-weight: 700;
  background: #fff;
  border: 1px solid #0086cc;
  color: #000;
  position: relative;
  padding: 11px 42px 11px 23px; }
  .btn-outline-arrow:hover {
    background: #0086cc;
    border-color: #0086cc;
    color: #fff; }
    .btn-outline-arrow:hover:before {
      border-color: #fff #fff transparent transparent; }
  .btn-outline-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #0086cc #0086cc transparent transparent;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.btn-listen {
  font-weight: 700;
  background: #fff;
  border: 1px solid #0086cc;
  color: #000;
  position: relative;
  padding: 11px 24px 11px 42px; }
  .btn-listen:hover {
    background: #0086cc;
    border-color: #0086cc;
    color: #fff; }
    .btn-listen:hover:before {
      background-image: url("assets/images/icon-listen-hover.svg"); }
  .btn-listen:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 14px;
    background: url("assets/images/icon-listen.svg") no-repeat;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.btn-tilt {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  letter-spacing: -0.01px;
  text-align: center;
  background: #bf001c;
  color: #fff;
  font-family: "untold_historybold", "Arial", "Helvetica", "sans-serif";
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.4);
  padding: 15px 30px;
  font-size: 16px; }
  @media (min-width: 768px) {
    .btn-tilt {
      font-size: 23px;
      padding: 28px 54px; } }
  .btn-tilt:hover {
    background-color: #BE001B; }
  .btn-tilt.tilt-left {
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg); }
    .btn-tilt.tilt-left:hover {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .btn-tilt.tilt-right {
    -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
            transform: rotate(3deg); }
    .btn-tilt.tilt-right:hover {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .alignleft {
      margin-bottom: 0; } }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .alignright {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .alignright + p,
    .alignright + ul,
    .alignright + h2,
    .alignright + h3,
    .alignright + h4,
    .alignright + h5 {
      clear: both; } }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-wrap a:hover {
  opacity: 0.7; }

.bg-white {
  background-color: #fff !important; }

.bg-gray {
  background: #666666 !important; }

.bg-purple {
  background-color: #59008D !important; }

.bg-light-purple {
  background-color: #F3EDF7 !important; }

.text-orange {
  color: #FFA600 !important; }

.text-large {
  font-size: 20px; }

.text-medium {
  font-size: 18px; }

.text-normal {
  font-size: 16px; }

.text-small {
  font-size: 14px; }

.text-tiny {
  font-size: 12px; }

.heading-h2 {
  font-size: 36px;
  line-height: 1.1; }
  @media (min-width: 1024px) {
    .heading-h2 {
      font-size: 48px;
      line-height: 1.2; } }

figure {
  margin: 0; }
  @media (max-width: 767px) {
    figure.wp-caption {
      width: auto !important; } }
  figure figcaption {
    font-size: 16px; }

.full-width {
  width: 100%; }

.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .section-heading {
      margin-bottom: 32px; } }
  @media (min-width: 1200px) {
    .section-heading {
      margin-bottom: 48px; } }
  @media (min-width: 1440px) {
    .section-heading {
      margin-bottom: 64px; } }
  .section-heading > * {
    margin: 0; }

.heading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .heading-block {
      margin-bottom: 32px; } }
  @media (min-width: 1200px) {
    .heading-block {
      margin-bottom: 48px; } }
  @media (min-width: 1440px) {
    .heading-block {
      margin-bottom: 64px; } }
  .heading-block > * {
    margin: 0; }

.heading-title {
  margin-bottom: 30px; }
  .heading-title h2 {
    margin: 0; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.no-paddingtop {
  padding-top: 0 !important; }

.pb-0,
.no-paddingbottom {
  padding-bottom: 0 !important; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  .row > * {
    padding: 0 15px; }

.col {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.text-center {
  text-align: center; }

.text-black {
  color: #000; }

.text-white {
  color: #fff; }

@media (min-width: 1024px) {
  .hide-desktop {
    display: none; } }

@media (min-width: 768px) {
  .hide-tablet {
    display: none; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none; } }

@media (min-width: 769px) {
  .show-mobile {
    display: none; } }

.show-desktop {
  display: none; }
  @media (min-width: 1024px) {
    .show-desktop {
      display: block; } }

.admin-bar .fancybox-button {
  top: 46px; }
  @media (min-width: 782px) {
    .admin-bar .fancybox-button {
      top: 32px; } }

iframe {
  vertical-align: top; }

blockquote {
  margin: 0 0 30px;
  border: none;
  padding: 0; }
  blockquote p {
    position: relative; }
    blockquote p:before, blockquote p:after {
      content: "";
      background-repeat: no-repeat;
      background-size: 100%;
      width: 30px;
      height: 26px;
      position: absolute;
      top: 0; }
      @media (min-width: 768px) {
        blockquote p:before, blockquote p:after {
          width: 89px;
          height: 63px; } }
    blockquote p:before {
      left: 0; }
    blockquote p:after {
      right: 0; }

.wp-block-columns {
  row-gap: 30px; }
  @media (min-width: 1200px) {
    .wp-block-columns {
      -webkit-column-gap: 60px;
         -moz-column-gap: 60px;
              column-gap: 60px; } }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.img-cover {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  width: 100%;
  z-index: 2; }
  .img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .img-cover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .img-cover a:hover:before {
      opacity: 1; }
    .img-cover a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }

.has-border {
  position: relative;
  padding-left: 28px; }
  @media (min-width: 1024px) {
    .has-border {
      padding-left: 36px; } }
  .has-border:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: #59008D; }
  .has-border > * {
    margin: 0; }

.chip {
  font-size: 14px;
  line-height: 1.35714;
  padding: 3px 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 61px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2; }
  @media (min-width: 1024px) {
    .chip {
      font-size: 16px;
      line-height: 1.5; } }

.alert p {
  font-size: 16px; }

.tagline {
  display: block;
  font: 900 12px/1.5 "Roboto", "Arial", "Helvetica", "sans-serif";
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em; }

button.close {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 1px solid #666666;
  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; }
  button.close span {
    font-size: 24px;
    line-height: 0.5;
    display: block;
    margin: 1px 0 0 1px; }

.bg-image img {
  width: 100%; }

.slick-arrow {
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 0;
  outline: none;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #CCC;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 1; }
  .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: url("assets/images/icon-left-arrow.svg") no-repeat;
    background-size: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .slick-arrow:hover {
    background: #fff; }
    .slick-arrow:hover:before {
      background-image: url("assets/images/icon-left-arrow-hover.svg"); }
  .slick-arrow.slick-prev {
    right: calc(48px + 15px); }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next:before {
      -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
              transform: translate(-50%, -50%) rotate(-180deg); }

.slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 13px;
  left: 0;
  line-height: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
    margin-right: 8px;
    width: 8px;
    height: 8px; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li:before {
      display: none; }
    .slick-dots li.slick-active button {
      background: #59008D; }
    .slick-dots li button {
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      padding: 0;
      font-size: 0;
      background: #ccc;
      min-width: 0;
      border: none;
      outline: none;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .slick-dots li button:hover {
        background: #59008D; }

.swiper-pagination-bullets {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 13px;
  left: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  width: 50% !important; }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    background: #ccc;
    min-width: 0;
    border: none;
    outline: none;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    margin: 0 !important;
    opacity: 1; }
    .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #59008D; }

.slick-slide {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease; }

.swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.swiper-arrows {
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 0;
  outline: none;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #CCC;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 1;
  top: auto;
  left: auto !important; }
  .swiper-arrows:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: url("assets/images/icon-left-arrow.svg") no-repeat;
    background-size: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .swiper-arrows:hover {
    background: #fff; }
    .swiper-arrows:hover:after {
      background-image: url("assets/images/icon-left-arrow-hover.svg"); }
  .swiper-arrows.swiper-button-prev {
    right: calc(48px + 15px); }
  .swiper-arrows.swiper-button-next {
    right: 0; }
    .swiper-arrows.swiper-button-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
              transform: translate(-50%, -50%) rotate(-180deg); }

.accordion-block table {
  width: 100%; }
  .accordion-block table th, .accordion-block table td {
    border: none; }
  .accordion-block table th {
    padding: 0 10px 8px 0;
    color: #161616;
    border-bottom: 1px solid #59008D;
    -moz-text-align-last: left;
         text-align-last: left; }
  .accordion-block table td {
    padding: 8px 10px 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  .accordion-block table tr:last-child td {
    border-bottom: none; }

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px; }
  .accordion .accordion-list {
    border-radius: 25px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75); }
    @media (min-width: 768px) {
      .accordion .accordion-list {
        font-size: 18px; } }
    .accordion .accordion-list.active .title:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .accordion .accordion-list .title {
      cursor: pointer;
      position: relative;
      padding: 20px 40px 20px 24px;
      margin-bottom: 0;
      display: block;
      color: #000; }
      @media (min-width: 768px) {
        .accordion .accordion-list .title {
          padding: 34px 60px 24px 36px; } }
      .accordion .accordion-list .title:after {
        content: "";
        position: absolute;
        top: 50%;
        color: #000;
        right: 20px;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-color: #000 #000 transparent transparent;
        margin-top: -6px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: rotate(136deg);
            -ms-transform: rotate(136deg);
                transform: rotate(136deg); }
        @media (min-width: 768px) {
          .accordion .accordion-list .title:after {
            right: 36px; } }
    .accordion .accordion-list .slide {
      display: none;
      padding: 0 24px 24px; }
      @media (min-width: 768px) {
        .accordion .accordion-list .slide {
          padding: 0 36px 24px; } }
      .accordion .accordion-list .slide p {
        margin-bottom: 18px; }
        .accordion .accordion-list .slide p:last-child {
          margin-bottom: 0; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 68px;
  padding: 16px 0;
  z-index: 99;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (min-width: 1440px) {
    #header {
      padding: 27px 0; } }
  @media (min-width: 1024px) {
    #header .header-wrap {
      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; } }

@media (max-width: 1023px) {
  .logo {
    max-width: 120px; } }

.sticky #header {
  background: #000;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 0; }

@media (min-width: 782px) {
  .admin-bar #header {
    top: 32px; } }

.no-banner.blog #main {
  padding-top: 80px; }
  @media (min-width: 1200px) {
    .no-banner.blog #main {
      padding-top: 118px; } }

.no-banner #header {
  background: #000; }

.no-banner #main {
  padding-top: 148px; }
  @media (min-width: 1200px) {
    .no-banner #main {
      padding-top: 182px; } }

.popup-active {
  overflow: hidden; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  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; }
  .popup.inner {
    padding: 20px; }
  .popup .content {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    max-width: 880px; }
    @media (min-width: 768px) {
      .popup .content {
        padding: 32px; } }
    @media (min-width: 1024px) {
      .popup .content {
        border-radius: 25px;
        padding: 48px; } }
    .popup .content > * {
      margin: 0; }
    @media (min-width: 768px) {
      .popup .content h2 {
        font-size: 36px; } }
    .popup .content p:last-child {
      margin-bottom: 0; }
    .popup .content p a {
      color: #59008D; }
      .popup .content p a:hover {
        text-decoration: underline; }
    .popup .content .button-lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      row-gap: 10px;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px; }

@media (min-width: 1024px) {
  #nav {
    width: calc(100% - 160px);
    position: relative; } }

#nav .drop {
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  padding: 24px 24px 32px;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  z-index: 5;
  width: 100%;
  background: #000; }
  @media (min-width: 1024px) {
    #nav .drop {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      position: static;
      padding: 0;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media (min-width: 1024px) {
    #nav .drop ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  #nav .drop ul > li {
    position: relative;
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      #nav .drop ul > li {
        margin: 0 0 0 24px; } }
    @media (min-width: 1200px) {
      #nav .drop ul > li {
        margin: 0 0 0 32px; } }
    @media (min-width: 1024px) {
      #nav .drop ul > li:hover > a {
        color: #59008D; } }
    @media (min-width: 1024px) {
      #nav .drop ul > li:hover > ul,
      #nav .drop ul > li:hover .sub-menu {
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    @media (min-width: 1024px) {
      #nav .drop ul > li + li {
        border: none; } }
    @media (min-width: 1024px) {
      #nav .drop ul > li:nth-last-child(2) .sub-menu, #nav .drop ul > li:nth-last-child(1) .sub-menu {
        left: auto;
        right: -20px; } }
    @media (min-width: 1024px) {
      #nav .drop ul > li:nth-last-child(2) .sub-menu:after, #nav .drop ul > li:nth-last-child(1) .sub-menu:after {
        left: auto;
        right: 45px; } }
    #nav .drop ul > li.menu-item-has-children > a {
      position: relative;
      z-index: 1;
      padding-right: 50px; }
      @media (min-width: 1024px) {
        #nav .drop ul > li.menu-item-has-children > a {
          padding-right: 0; } }
      #nav .drop ul > li.menu-item-has-children > a:after {
        content: "";
        width: 8px;
        height: 8px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #fff #fff transparent transparent;
        -webkit-transform: translateY(-50%) rotate(136deg);
            -ms-transform: translateY(-50%) rotate(136deg);
                transform: translateY(-50%) rotate(136deg);
        display: none;
        margin-left: 8px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
        @media (min-width: 1024px) {
          #nav .drop ul > li.menu-item-has-children > a:after {
            display: inline-block;
            vertical-align: middle; } }
    #nav .drop ul > li.menu-item-has-children .arrow {
      position: absolute;
      top: 0;
      right: 16px;
      font-size: 0;
      width: 30px;
      height: 26px;
      z-index: 1; }
      @media (min-width: 1024px) {
        #nav .drop ul > li.menu-item-has-children .arrow {
          display: none;
          margin: -10px -8px 0 0; } }
      #nav .drop ul > li.menu-item-has-children .arrow:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        height: 10px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #fff #fff transparent transparent;
        margin: -8px 0 0 -5px;
        -webkit-transform: rotate(136deg);
            -ms-transform: rotate(136deg);
                transform: rotate(136deg);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
        @media (min-width: 1024px) {
          #nav .drop ul > li.menu-item-has-children .arrow:before {
            display: none; } }
    #nav .drop ul > li.menu-item-has-children.submenu-active > .arrow:before {
      margin-top: -1px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      border-color: #fff #fff transparent transparent; }
    @media (min-width: 1024px) {
      #nav .drop ul > li.menu-item-has-children:hover > a:after {
        bottom: 0;
        margin-top: 9px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg);
        border-color: #59008D #59008D transparent transparent; } }
    #nav .drop ul > li.current-menu-parent:hover > a, #nav .drop ul > li.current-menu-item:hover > a {
      color: #59008D; }
      @media (min-width: 1024px) {
        #nav .drop ul > li.current-menu-parent:hover > a:after, #nav .drop ul > li.current-menu-item:hover > a:after {
          bottom: 0;
          border-color: #59008D #59008D transparent transparent; } }
    #nav .drop ul > li.current-menu-parent > a, #nav .drop ul > li.current-menu-item > a {
      color: #59008D; }
      @media (min-width: 1024px) {
        #nav .drop ul > li.current-menu-parent > a:after, #nav .drop ul > li.current-menu-item > a:after {
          border-color: #59008D #59008D transparent transparent; } }
    #nav .drop ul > li > a {
      position: relative;
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      vertical-align: top;
      letter-spacing: 0.01em;
      color: #fff; }
  #nav .drop ul .sub-menu {
    display: none;
    padding: 16px 0 16px 16px;
    position: relative; }
    @media (min-width: 1024px) {
      #nav .drop ul .sub-menu {
        display: block;
        padding: 15px 0;
        margin: 0;
        position: absolute;
        top: 51px;
        left: -20px;
        width: 280px;
        visibility: hidden;
        opacity: 0; } }
    #nav .drop ul .sub-menu:after {
      content: "";
      position: absolute;
      top: 6px;
      left: 45px;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 17px 28px;
      border-color: transparent transparent #FFFFFF transparent;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      display: none; }
    @media (max-width: 1023px) {
      #nav .drop ul .sub-menu a {
        border: none;
        color: #fff; } }
  #nav .drop ul ul {
    width: 100%;
    margin: 0; }
    @media (min-width: 1024px) {
      #nav .drop ul ul {
        display: block;
        margin: 0;
        padding: 16px;
        text-align: left;
        border: none;
        position: relative;
        z-index: 1;
        border-radius: 6px;
        -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
        background: #fff; } }
    #nav .drop ul ul:before {
      content: "";
      height: 34px;
      position: absolute;
      top: -33px;
      left: 0;
      right: 0;
      display: none; }
      @media (min-width: 1024px) {
        #nav .drop ul ul:before {
          display: block; } }
    #nav .drop ul ul li {
      width: 100%;
      margin: 0; }
      #nav .drop ul ul li.menu-item-has-children > a:before {
        border-color: #000 #000 transparent transparent; }
      #nav .drop ul ul li.menu-item-has-children .arrow {
        margin-top: -5px; }
      #nav .drop ul ul li + li {
        margin: 16px 0 0; }
        @media (min-width: 1024px) {
          #nav .drop ul ul li + li {
            margin-top: 15px; } }
      #nav .drop ul ul li:hover > a, #nav .drop ul ul li.current-menu-parent > a, #nav .drop ul ul li.current-menu-item > a {
        color: #59008D; }
      #nav .drop ul ul li:hover ul {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      #nav .drop ul ul li a {
        display: block;
        padding: 0;
        font-weight: 600;
        color: #000;
        text-transform: inherit; }
        @media (min-width: 1024px) {
          #nav .drop ul ul li a {
            padding: 0 20px; } }
        #nav .drop ul ul li a:after {
          display: none; }
  #nav .drop .header-cta {
    font-size: 13px;
    padding: 10px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1024px) {
      #nav .drop .header-cta {
        margin-left: 24px;
        padding: 14px 29px; } }
    @media (min-width: 1200px) {
      #nav .drop .header-cta {
        margin-left: 32px; } }
    @media (max-width: 1023px) {
      #nav .drop .header-cta {
        font-size: 16px;
        background: transparent;
        color: #fff;
        padding: 0;
        text-transform: inherit;
        font-weight: 700;
        width: auto;
        display: inline-block;
        min-width: 0;
        border: none;
        letter-spacing: 0; } }

#nav .drop-wrap {
  height: calc(100vh - 150px);
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 1024px) {
    #nav .drop-wrap {
      height: auto;
      overflow: visible;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 20px;
      background: transparent;
      text-align: left; } }

.nav-opener {
  position: absolute;
  top: 50%;
  right: 36px;
  width: 26px;
  height: 15px;
  outline: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    position: absolute;
    top: 50%;
    left: 5px;
    height: 3px;
    width: 26px;
    background: #fff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .nav-opener span {
    font-size: 0; }
  .nav-opener:before, .nav-opener:after {
    content: "";
    margin-top: -7px; }
  .nav-opener:after {
    margin-top: 7px; }

.sticky .nav-opener:before, .sticky .nav-opener:after, .sticky .nav-opener span {
  background: #fff; }

@media (min-width: 1024px) {
  .nav-active.sticky #nav .drop {
    padding-top: 40px; } }

.nav-active .logo .img-logo {
  display: none; }

.nav-active .logo .img-logo-alt {
  display: block; }

.nav-active #header {
  background: #000; }

.nav-active #nav .drop {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.nav-active .nav-opener span {
  opacity: 0; }

.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  background: #fff;
  left: 5px;
  margin: 0; }

.nav-active .nav-opener:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.nav-active .nav-opener:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

#footer {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0; }
  @media (min-width: 1024px) {
    #footer {
      padding: 80px 0; } }
  #footer > * {
    color: #fff; }

.footer-top {
  padding: 0 0 48px; }
  @media (min-width: 768px) {
    .footer-top {
      padding-bottom: 64px; } }
  @media (min-width: 1024px) {
    .footer-top .row {
      margin: 0 -16px;
      row-gap: 30px; } }
  @media (max-width: 767px) {
    .footer-top .col {
      width: 100%; } }
  @media (min-width: 768px) {
    .footer-top .col-left {
      width: 70%; } }
  @media (min-width: 1024px) {
    .footer-top .col-left {
      width: 80%; } }
  @media (min-width: 1024px) {
    .footer-top .col-left > .row {
      -webkit-column-gap: 18px;
         -moz-column-gap: 18px;
              column-gap: 18px; } }
  @media (min-width: 768px) {
    .footer-top .col-menus {
      width: 100%; } }
  @media (min-width: 1024px) {
    .footer-top .col-menus {
      width: 60%; } }
  .footer-top .col-menus .row {
    margin: 0;
    row-gap: 12px; }
    @media (min-width: 768px) {
      .footer-top .col-menus .row {
        row-gap: 0;
        -webkit-column-gap: 64px;
           -moz-column-gap: 64px;
                column-gap: 64px; } }
    .footer-top .col-menus .row .col {
      padding: 0; }
  .footer-top .col-logo {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .footer-top .col-logo {
        width: 20%;
        margin-bottom: 0; } }
    .footer-top .col-logo .col-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 32px;
      max-width: 377px; }
    .footer-top .col-logo .footer-logo {
      max-width: 216px; }
  .footer-top .footer-text p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75); }
    .footer-top .footer-text p:last-child {
      margin-bottom: 0; }
  .footer-top .col-menu:last-of-type {
    margin-bottom: 0; }
    .footer-top .col-menu:last-of-type ul li a {
      font-weight: 400; }
  .footer-top .col-menu .title {
    display: block;
    margin: 0 0 12px;
    position: relative;
    color: #fff;
    line-height: 1.1; }
  @media (min-width: 768px) {
    .footer-top .col-menu ul:only-child {
      margin-top: -4px; } }
  .footer-top .col-menu ul li + li {
    margin-top: 9px; }
  .footer-top .col-menu ul li a {
    font: 600 16px/1.5 "Roboto", "Arial", "Helvetica", "sans-serif";
    color: #fff;
    display: inline-block; }
    .footer-top .col-menu ul li a:hover {
      color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 768px) {
    .footer-top .col-social-networks {
      width: 30%; } }
  @media (min-width: 1024px) {
    .footer-top .col-social-networks {
      width: 20%; } }
  .footer-top .social-networks {
    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;
    gap: 17px;
    padding-right: 3px;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .footer-top .social-networks {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-top: 0; } }
    .footer-top .social-networks li a {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-top .social-networks li a:hover {
        opacity: 0.7; }

.footer-bottom {
  font-size: 14px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 24px; }
  .footer-bottom-wrap {
    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; }
  .footer-bottom .col {
    width: 100%; }
    @media (min-width: 768px) {
      .footer-bottom .col {
        width: 60%; } }
    @media (min-width: 768px) {
      .footer-bottom .col.col-right {
        text-align: right;
        width: 40%; } }
  .footer-bottom p {
    margin: 0; }
  .footer-bottom a {
    color: #fff; }
    .footer-bottom a:hover {
      color: rgba(255, 255, 255, 0.5); }

.banner {
  position: relative;
  min-height: 610px;
  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; }
  @media (min-width: 768px) {
    .banner {
      min-height: 675px; } }
  @media (min-width: 1200px) {
    .banner {
      min-height: 100vh; } }
  .banner .container {
    position: relative;
    z-index: 2; }
    @media (min-width: 1024px) {
      .banner .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .banner .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .banner .video-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(46.14%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(28.54%, rgba(0, 0, 0, 0)), color-stop(59.61%, rgba(0, 0, 0, 0.75)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 46.14%), -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 28.54%, rgba(0, 0, 0, 0.75) 59.61%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 46.14%), linear-gradient(90deg, rgba(0, 0, 0, 0) 28.54%, rgba(0, 0, 0, 0.75) 59.61%);
      z-index: 1; }
    .banner .video-wrap iframe {
      position: absolute;
      top: 50%;
      left: 25%;
      width: 300%;
      height: 206%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-25%, -50%);
          -ms-transform: translate(-25%, -50%);
              transform: translate(-25%, -50%); }
      @media (min-width: 768px) {
        .banner .video-wrap iframe {
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 186%; } }
      @media (min-width: 1440px) {
        .banner .video-wrap iframe {
          width: 150%;
          height: 153%; } }
      @media (min-width: 1600px) {
        .banner .video-wrap iframe {
          width: 134%; } }
      @media (min-width: 2400px) {
        .banner .video-wrap iframe {
          width: 100%;
          height: 182%; } }
  .banner .banner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
    color: #fff; }
    @media (min-width: 1024px) {
      .banner .banner-text {
        width: 60%;
        padding-left: 8px;
        margin-top: 40px; } }
    @media (min-width: 1200px) {
      .banner .banner-text {
        width: 50%;
        row-gap: 48px;
        margin-top: 72px; } }
    .banner .banner-text > * {
      margin: 0; }
  .banner .banner-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    width: 50px;
    height: 50px; }
    @media (min-width: 768px) {
      .banner .banner-icon {
        width: 90px;
        height: 90px;
        bottom: 26px;
        right: 47px; } }
  .banner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    color: #fff;
    max-width: 509px; }
    .banner .text > * {
      margin: 0; }
    @media (min-width: 1024px) {
      .banner .text:before {
        left: 36px; } }
    .banner .text .h1,
    .banner .text h1,
    .banner .text .stats-block .heading p,
    .stats-block .heading .banner .text p {
      font-size: 50px;
      color: #FFA600; }
      @media (min-width: 1024px) {
        .banner .text .h1,
        .banner .text h1,
        .banner .text .stats-block .heading p,
        .stats-block .heading .banner .text p {
          font-size: 80px;
          line-height: 1.05; } }
    .banner .text .h1 {
      display: block;
      margin-bottom: 24px; }
    .banner .text p {
      max-width: 430px; }
  .banner .btn, .banner .btn-secondary, .banner .btn-outline-arrow, .banner .btn-listen {
    padding: 13px 29px; }
  .banner .banner-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .banner .banner-slider.slick-initialized .slide {
    display: block; }
  .banner .banner-slider .slide {
    display: none;
    min-height: 660px;
    position: relative;
    padding: 148px 0; }
    @media (min-width: 768px) {
      .banner .banner-slider .slide {
        min-height: 675px; } }
    @media (min-width: 1200px) {
      .banner .banner-slider .slide {
        min-height: 100vh; } }
    .banner .banner-slider .slide:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(46.14%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(28.54%, rgba(0, 0, 0, 0)), color-stop(59.61%, rgba(0, 0, 0, 0.75)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 46.14%), -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 28.54%, rgba(0, 0, 0, 0.75) 59.61%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 46.14%), linear-gradient(90deg, rgba(0, 0, 0, 0) 28.54%, rgba(0, 0, 0, 0.75) 59.61%);
      z-index: 1; }
    .banner .banner-slider .slide:first-child {
      display: block; }

.inner-banner {
  position: relative;
  min-height: 446px;
  padding: 148px 0;
  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;
  background-color: rgba(182, 182, 182, 0.6); }
  @media (min-width: 1024px) {
    .inner-banner {
      padding-top: 233px; } }
  @media (min-width: 1200px) {
    .inner-banner {
      min-height: 617px; } }
  .inner-banner .bg {
    z-index: 2; }
  .inner-banner .banner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
    max-width: 509px;
    position: relative;
    z-index: 3; }
    @media (min-width: 1200px) {
      .inner-banner .banner-text {
        row-gap: 48px; } }
    .inner-banner .banner-text > * {
      margin: 0; }
    @media (max-width: 767px) {
      .inner-banner .banner-text .tagline {
        font-size: 12px; } }
  .inner-banner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px; }
    .inner-banner .text > * {
      margin: 0; }
    .inner-banner .text h1, .inner-banner .text .stats-block .heading p, .stats-block .heading .inner-banner .text p {
      line-height: 1; }
      @media (min-width: 1024px) {
        .inner-banner .text h1, .inner-banner .text .stats-block .heading p, .stats-block .heading .inner-banner .text p {
          line-height: 0.95; } }
    .inner-banner .text p {
      max-width: 318px;
      color: rgba(0, 0, 0, 0.6); }

.landing-banner .bg-image {
  position: absolute;
  top: 0;
  z-index: -1; }
  .landing-banner .bg-image img {
    width: 100%; }

.landing-banner .img-wrap {
  position: relative; }
  .landing-banner .img-wrap img {
    width: 100%; }

.half-content-half-image-block {
  overflow: hidden; }
  @media (min-width: 1024px) {
    .half-content-half-image-block.img-left .col-image {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }
  @media (min-width: 1024px) {
    .half-content-half-image-block.img-left .col-content .col-wrap {
      margin-left: -218px; } }
  @media (min-width: 1024px) {
    .half-content-half-image-block.img-right .col-image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 1024px) {
    .half-content-half-image-block.img-right .col-content .col-wrap {
      margin-right: -218px; } }
  .half-content-half-image-block .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0; }
  .half-content-half-image-block .col {
    width: 100%;
    padding: 0; }
  @media (min-width: 1024px) {
    .half-content-half-image-block .col-image {
      width: 66.616%; } }
  .half-content-half-image-block .col-image .col-wrap {
    height: 100%; }
  .half-content-half-image-block .col-image .img-wrap {
    padding-top: 68.307%;
    border-radius: 8px; }
    @media (min-width: 1024px) {
      .half-content-half-image-block .col-image .img-wrap {
        height: 100%;
        padding: 0;
        min-height: 520px; } }
    @media (min-width: 1200px) {
      .half-content-half-image-block .col-image .img-wrap {
        min-height: 597px; } }
  .half-content-half-image-block .col-content {
    position: relative;
    z-index: 3;
    padding: 0 5%;
    margin-top: -10%; }
    @media (min-width: 1024px) {
      .half-content-half-image-block .col-content {
        width: calc(100% - 66.616%);
        padding: 40px 0;
        margin: 0; } }
    .half-content-half-image-block .col-content .col-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 32px;
      border-radius: 8px;
      background: #fff;
      -webkit-box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
              box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
      padding: 40px 24px; }
      @media (min-width: 1200px) {
        .half-content-half-image-block .col-content .col-wrap {
          padding: 60px; } }
      .half-content-half-image-block .col-content .col-wrap .text-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 16px;
        color: #666666; }
        .half-content-half-image-block .col-content .col-wrap .text-wrap > * {
          margin: 0; }

.subscription-block {
  background: #000; }
  .subscription-block .row {
    row-gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .subscription-block .col {
    width: 100%; }
    @media (min-width: 1024px) {
      .subscription-block .col {
        width: 50%; } }
  .subscription-block h3 {
    color: #fff;
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .subscription-block .col-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .subscription-block .col-heading .col-wrap {
    max-width: 500px; }
    @media (min-width: 1024px) {
      .subscription-block .col-heading .col-wrap {
        max-width: 620px; } }
  .subscription-block .form-wrap {
    max-width: 514px;
    width: 100%; }
    .subscription-block .form-wrap .gfield--type-email label {
      display: none; }
    .subscription-block .form-wrap input[type="email"] {
      padding: 13px 25px !important;
      border-radius: 50px 0 0 50px;
      border: none;
      height: 50px;
      background: #fff;
      color: #000;
      font-size: 16px; }
      @media (max-width: 767px) {
        .subscription-block .form-wrap input[type="email"] {
          border-radius: 50px !important; } }
    .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gfield_validation_message {
      margin-left: 14px; }
    .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gform_footer, .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gform_page_footer {
      padding: 0;
      margin: 0;
      position: relative; }
      @media (max-width: 767px) {
        .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gform_footer, .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gform_page_footer {
          margin-top: 16px;
          margin-bottom: 15px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
      .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gform_footer input.gform_button, .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gform_page_footer input.gform_button {
        margin: 0;
        padding: 18px 32px !important;
        background: #BE001B !important;
        border-radius: 0 50px 50px 0 !important;
        width: 143px !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.1em !important;
        outline: none !important; }
        @media (max-width: 767px) {
          .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gform_footer input.gform_button, .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gform_page_footer input.gform_button {
            border-radius: 50px !important; } }
        .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gform_footer input.gform_button:hover, .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gform_footer input.gform_button:focus, .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gform_page_footer input.gform_button:hover, .subscription-block .form-wrap .gform_wrapper.gform-theme--framework .gform_page_footer input.gform_button:focus {
          border-color: #fff;
          color: #fff; }
    @media (min-width: 768px) {
      .subscription-block .form-wrap .gform_wrapper .gfield {
        margin-bottom: 16px; } }
    @media (min-width: 768px) {
      .subscription-block .form-wrap form {
        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;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 768px) {
      .subscription-block .form-wrap form .gform_body {
        width: calc(100% - 143px); } }
    @media (min-width: 768px) {
      .subscription-block .form-wrap form .gform_footer {
        width: 143px; } }
    @media (min-width: 768px) {
      .subscription-block .form-wrap form .gform_ajax_spinner {
        right: -25px;
        top: 15px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    .subscription-block .form-wrap p {
      font-size: 12px;
      color: #fff;
      margin-bottom: 0;
      max-width: 500px;
      padding-left: 14px; }
      .subscription-block .form-wrap p a {
        color: #fff !important;
        text-decoration: underline !important; }
        .subscription-block .form-wrap p a:hover {
          text-decoration: none !important; }

.content-block .heading {
  margin-bottom: 32px;
  max-width: 760px; }
  @media (min-width: 1024px) {
    .content-block .heading {
      margin-bottom: 60px; } }

.content-block .row {
  margin: 0 -16px;
  row-gap: 20px; }

.content-block .col {
  width: 100%;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .content-block .col {
      width: 50%; } }
  @media (min-width: 768px) {
    .content-block .col:only-child {
      width: 100%; } }
  .content-block .col:only-child .col-wrap {
    max-width: 100%; }
  .content-block .col .col-wrap {
    max-width: 584px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px; }
    .content-block .col .col-wrap > * {
      margin: 0; }
    @media (min-width: 1024px) {
      .content-block .col .col-wrap .lists {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
    .content-block .col .col-wrap .lists li {
      color: #000;
      padding-left: 31px;
      position: relative;
      font-family: "Pulpo", "Arial", "Helvetica", "sans-serif";
      font-weight: 700;
      padding-right: 15px;
      margin-bottom: 4px; }
      @media (min-width: 1024px) {
        .content-block .col .col-wrap .lists li {
          font-size: 20px; } }
      .content-block .col .col-wrap .lists li:before {
        content: "";
        position: absolute;
        top: 13px;
        left: 0;
        width: 15px;
        height: 2px;
        background: #59008D; }
        @media (min-width: 1024px) {
          .content-block .col .col-wrap .lists li:before {
            top: 15px; } }

.landing-content-block {
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f6f6f6));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media (min-width: 768px) {
    .landing-content-block {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .landing-content-block {
      padding-top: 120px; } }
  .landing-content-block:after {
    content: "";
    position: absolute;
    bottom: -113px;
    left: 0;
    width: 100%;
    height: 133px;
    background: url("assets/images/pink-top.png") no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: -1; }
    @media (min-width: 768px) {
      .landing-content-block:after {
        bottom: -133px;
        height: 140px; } }
    @media (min-width: 1024px) {
      .landing-content-block:after {
        bottom: -234px;
        height: 250px; } }
    @media (min-width: 1200px) {
      .landing-content-block:after {
        bottom: -447px;
        height: 450px; } }
  .landing-content-block > .img-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    display: none; }
    @media (min-width: 1024px) {
      .landing-content-block > .img-wrap {
        display: block; } }
    .landing-content-block > .img-wrap img {
      max-width: 500px; }
  .landing-content-block .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .landing-content-block .text-wrap {
    font-size: 18px;
    line-height: 1.3;
    max-width: 818px;
    padding-left: 6%; }
    @media (min-width: 1024px) {
      .landing-content-block .text-wrap {
        font-size: 25px; } }
    .landing-content-block .text-wrap .title {
      font: 28px/1.2 "untold_historybold", "Arial", "Helvetica", "sans-serif";
      color: #f15722;
      margin-bottom: 40px;
      letter-spacing: 0.3px; }
      @media (min-width: 1024px) {
        .landing-content-block .text-wrap .title {
          font-size: 38px;
          margin-bottom: 65px;
          line-height: 1.4; } }
    .landing-content-block .text-wrap p {
      letter-spacing: -0.12px; }
    .landing-content-block .text-wrap .btn-wrap {
      margin-top: 40px; }
      @media (min-width: 1024px) {
        .landing-content-block .text-wrap .btn-wrap {
          margin-top: 95px; } }
      @media (min-width: 1024px) {
        .landing-content-block .text-wrap .btn-wrap .btn-tilt {
          padding: 33px 40px; } }
      .landing-content-block .text-wrap .btn-wrap .btn-tilt.tilt-left {
        -webkit-transform: rotate(-2deg);
            -ms-transform: rotate(-2deg);
                transform: rotate(-2deg); }

.card-image-with-content .card-wrap {
  border-radius: 8px;
  background: #fff;
  overflow: hidden; }

.card-image-with-content .img-wrap {
  padding-top: 52.272%; }
  .card-image-with-content .img-wrap a {
    font-size: 0; }

.card-image-with-content .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 24px;
  row-gap: 16px; }
  @media (min-width: 768px) {
    .card-image-with-content .text-wrap {
      padding: 32px;
      min-height: 351px; } }
  .card-image-with-content .text-wrap .tagline {
    margin-bottom: 4px; }
  .card-image-with-content .text-wrap .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    font-size: 16px;
    color: #666666; }
    .card-image-with-content .text-wrap .text > * {
      margin: 0; }

.three-columns-block .row {
  margin: 0 -8px;
  row-gap: 30px; }

.three-columns-block .col {
  padding: 0 8px;
  width: 100%; }
  @media (min-width: 768px) {
    .three-columns-block .col {
      width: 33.33%; } }
  @media (min-width: 768px) {
    .three-columns-block .col:nth-child(2n) {
      margin-top: 40px; } }
  @media (min-width: 1440px) {
    .three-columns-block .col:nth-child(2n) {
      margin-top: 90px; } }

.testimonials-slider {
  padding: 0 0 72px;
  max-width: 1366px; }
  .testimonials-slider .slick-list {
    padding: 24px 0 !important; }
  .testimonials-slider .slick-list,
  .testimonials-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .testimonials-slider .slide .slide-wrap {
    border-radius: 8px;
    background: #fff;
    padding: 24px 24px 24px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    height: 100%; }
    @media (min-width: 768px) {
      .testimonials-slider .slide .slide-wrap {
        gap: 32px;
        padding: 48px 48px 48px 105px; } }
  .testimonials-slider .slide .swiper-slide-shadow-left,
  .testimonials-slider .slide .swiper-slide-shadow-right {
    display: none; }
  .testimonials-slider .slide.swiper-slide-active .slide-wrap {
    -webkit-box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18); }
  .testimonials-slider .slide.swiper-slide-active blockquote p {
    line-height: 1.3; }
    @media (min-width: 768px) {
      .testimonials-slider .slide.swiper-slide-active blockquote p {
        font-size: 32px; } }
  .testimonials-slider .slide.slick-current {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    position: relative;
    z-index: 1; }
    .testimonials-slider .slide.slick-current .slide-wrap {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8);
      width: 500px !important; }
  .testimonials-slider .slide blockquote {
    margin-bottom: 0; }
    .testimonials-slider .slide blockquote p {
      font-size: 18px;
      font-family: "Pulpo", "Arial", "Helvetica", "sans-serif";
      font-weight: 900;
      position: relative;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .testimonials-slider .slide blockquote p {
          font-size: 20px; } }
      .testimonials-slider .slide blockquote p:before {
        content: '';
        position: absolute;
        left: -42px;
        top: 0;
        background: url("assets/images/icon-quote.svg") no-repeat;
        background-size: 100%;
        width: 26px;
        height: 20px; }
        @media (min-width: 768px) {
          .testimonials-slider .slide blockquote p:before {
            width: 56px;
            height: 43px;
            left: -78px;
            top: -13px; } }
      .testimonials-slider .slide blockquote p:not(:last-child) {
        margin-bottom: 24px; }
  .testimonials-slider .slide .cite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .testimonials-slider .slide .cite .name {
      font: 600 16px/1.5 "Roboto", "Arial", "Helvetica", "sans-serif"; }
    .testimonials-slider .slide .cite .designation {
      font-size: 14px;
      font-weight: 500; }

.stats-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .stats-block .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1440px) {
      .stats-block .heading {
        padding-top: 5px; } }
    .stats-block .heading > * {
      margin: 0; }
    .stats-block .heading .subtitle {
      line-height: 1.20535;
      color: rgba(255, 255, 255, 0.75);
      margin-bottom: 15px; }
    .stats-block .heading h2 {
      font-size: 66px;
      line-height: 1;
      color: #fff; }
      @media (min-width: 768px) {
        .stats-block .heading h2 {
          font-size: 120px; } }
      @media (min-width: 1440px) {
        .stats-block .heading h2 {
          font-size: 208px; } }
    .stats-block .heading p {
      color: rgba(255, 255, 255, 0.75);
      max-width: 480px;
      line-height: 1.20535; }
      @media (min-width: 1440px) {
        .stats-block .heading p {
          max-width: 729px; } }
      .stats-block .heading p:last-child {
        margin-bottom: 0; }
  .stats-block .content {
    color: rgba(255, 255, 255, 0.75);
    margin-top: 48px; }
    .stats-block .content h2 {
      color: rgba(255, 255, 255, 0.75);
      margin-bottom: 11px;
      line-height: 1.20535; }
      .stats-block .content h2:last-child {
        margin-bottom: 0; }
    .stats-block .content p {
      font-weight: 600;
      font-family: "Roboto", "Arial", "Helvetica", "sans-serif";
      width: 600px;
      margin-bottom: 23px; }
      .stats-block .content p:last-child {
        margin-bottom: 0; }

.news-intro-block .text {
  color: rgba(0, 0, 0, 0.6);
  max-width: 885px; }
  .news-intro-block .text .heading {
    margin-bottom: 26px; }
  .news-intro-block .text p:last-child {
    margin-bottom: 0; }

.author-box {
  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; }
  .author-box .img-wrap {
    width: 48px;
    height: 48px;
    margin-right: 16px; }
    .author-box .img-wrap img {
      max-width: 48px;
      border-radius: 50%; }
  .author-box .author-text-wrap {
    width: calc(100% - 60px - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .author-box .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #000;
    font-size: 14px; }
    .author-box .user-info > * {
      margin: 0; }
    .author-box .user-info .author-name:not(.h6) {
      font-weight: 600;
      font-family: "Roboto", "Arial", "Helvetica", "sans-serif"; }
    .author-box .user-info .info {
      color: #666666;
      font-size: 12px;
      text-transform: uppercase; }

.card-blog .card-wrap {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  background: #fff; }

.card-blog .img-cover {
  padding-top: 73.3%; }
  @media (min-width: 1024px) {
    .card-blog .img-cover {
      padding-top: 72.124%; } }

.card-blog .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 240px); }
  @media (min-width: 768px) {
    .card-blog .text-wrap {
      height: calc(100% - 252px); } }
  @media (min-width: 820px) {
    .card-blog .text-wrap {
      height: calc(100% - 266px); } }
  @media (min-width: 1024px) {
    .card-blog .text-wrap {
      height: calc(100% - 300px); } }

.card-blog .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  color: #666666;
  font-size: 16px; }
  .card-blog .text > * {
    margin: 0; }

.card-blog .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  row-gap: 6px; }
  .card-blog .category li a {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background: rgba(255, 166, 0, 0.25);
    padding: 4px 12px;
    border-radius: 8px; }
    .card-blog .category li a:hover {
      background: #FFA600;
      color: #000 !important; }

.news-listing-block {
  padding: 60px 0;
  background: rgba(89, 0, 141, 0.07); }
  @media (min-width: 1024px) {
    .news-listing-block {
      padding: 80px 0; } }
  @media (min-width: 1440px) {
    .news-listing-block {
      padding: 112px 0; } }
  .news-listing-block h1, .news-listing-block .stats-block .heading p, .stats-block .heading .news-listing-block p {
    text-align: center;
    margin-bottom: 60px; }
  .news-listing-block .row {
    row-gap: 30px; }
    @media (min-width: 1024px) {
      .news-listing-block .row {
        row-gap: 64px; } }
  .news-listing-block .col {
    width: 100%; }
    @media (min-width: 768px) {
      .news-listing-block .col {
        width: 33.33%; } }

.news-category-listing .filter-title,
.news-listing .filter-title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.05em; }
  @media (min-width: 1024px) {
    .news-category-listing .filter-title,
    .news-listing .filter-title {
      display: none; } }

.news-category-listing .row,
.news-listing .row {
  row-gap: 32px; }
  @media (min-width: 1200px) {
    .news-category-listing .row,
    .news-listing .row {
      margin: 0 -30px;
      row-gap: 64px; } }

.news-category-listing .card-news,
.news-listing .card-news {
  width: 100%; }
  @media (min-width: 768px) {
    .news-category-listing .card-news,
    .news-listing .card-news {
      width: 50%; } }
  @media (min-width: 1200px) {
    .news-category-listing .card-news,
    .news-listing .card-news {
      padding: 0 30px; } }

.news-category-listing .btn-wrap,
.news-listing .btn-wrap {
  margin-top: 64px; }
  @media (min-width: 1024px) {
    .news-category-listing .btn-wrap,
    .news-listing .btn-wrap {
      margin-top: 76px; } }

.post-news-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .post-news-filter {
      gap: 12px;
      margin-bottom: 60px; } }
  .post-news-filter li:hover a, .post-news-filter li.active a {
    border-color: #B6B6B6;
    background: #666666; }
  .post-news-filter li a {
    border: 1px solid #59008D;
    border-radius: 50px;
    color: rgba(0, 0, 0, 0.75);
    padding: 7px 11px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (min-width: 1024px) {
      .post-news-filter li a {
        font-size: 13px;
        padding: 11px 15px; } }

.post-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .post-filter {
      gap: 12px;
      margin-bottom: 60px; } }
  .post-filter li {
    cursor: pointer;
    border: 1px solid #59008D;
    border-radius: 50px;
    color: rgba(0, 0, 0, 0.75);
    padding: 7px 11px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (min-width: 1024px) {
      .post-filter li {
        font-size: 13px;
        padding: 11px 15px; } }
    .post-filter li:hover, .post-filter li.active {
      border-color: #B6B6B6;
      background: #666666; }

.copied-text {
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #50c878; }

.blog-detail .category {
  margin-bottom: 24px; }
  .blog-detail .category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blog-detail .category ul li {
      font: 600 14px/1.5 "Roboto", "Arial", "Helvetica", "sans-serif"; }
      .blog-detail .category ul li:last-child:after {
        display: none; }
      .blog-detail .category ul li:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: 0 14px 0 10px;
        width: 8px;
        height: 8px;
        border-width: 2px 2px 0 0;
        border-color: #000 #000 transparent transparent;
        border-style: solid;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .blog-detail .category ul li a {
        color: #000;
        font: 600 14px/1.5 "Roboto", "Arial", "Helvetica", "sans-serif"; }
        .blog-detail .category ul li a:hover {
          color: #59008D; }

.blog-detail .page-title {
  text-transform: uppercase;
  margin-bottom: 24px; }

.blog-detail .heading {
  margin-bottom: 60px;
  max-width: 768px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .blog-detail .heading {
      margin-bottom: 64px; } }

.blog-detail .share-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 24px;
  margin-bottom: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (min-width: 1024px) {
    .blog-detail .share-tag {
      margin-bottom: 48px;
      margin-top: 48px; } }
  .blog-detail .share-tag .tags {
    width: 100%; }
    @media (min-width: 768px) {
      .blog-detail .share-tag .tags {
        width: 50%; } }

.blog-detail .social-networks {
  width: 100%; }
  @media (min-width: 768px) {
    .blog-detail .social-networks:not(:only-child) {
      width: 50%;
      padding-right: 20px; } }
  .blog-detail .social-networks .title {
    font: 900 12px/1.5 "Roboto", "Arial", "Helvetica", "sans-serif";
    display: block;
    margin-bottom: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .blog-detail .social-networks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin: 0; }
    .blog-detail .social-networks ul li a {
      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;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #eee; }
      .blog-detail .social-networks ul li a div {
        height: 24px; }
      .blog-detail .social-networks ul li a:hover {
        background: #bbbbbb; }

.blog-detail .sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  border-top: 1px solid #aaa;
  padding-top: 30px; }
  @media (min-width: 640px) {
    .blog-detail .sharing {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1024px) {
    .blog-detail .sharing {
      padding-top: 48px; } }

.blog-detail .featured-image {
  border-radius: 16px;
  margin-bottom: 48px; }
  @media (min-width: 1024px) {
    .blog-detail .featured-image {
      margin-bottom: 64px;
      padding-top: 45.732%; } }

.blog-detail .content {
  margin-bottom: 32px;
  max-width: 768px;
  margin: 0 auto; }
  .blog-detail .content h2, .blog-detail .content h3 {
    margin: 24px 0; }
  .blog-detail .content p {
    margin: 16px 0; }
    .blog-detail .content p:first-of-type {
      margin-top: 0; }
  .blog-detail .content > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    margin: 0 0 1.2em;
    padding-left: 30px; }
  .blog-detail .content blockquote {
    padding: 24px 0;
    position: relative;
    line-height: 1.4;
    margin: 0; }
    @media (min-width: 1024px) {
      .blog-detail .content blockquote {
        padding: 36px 20px 36px 0; } }
    .blog-detail .content blockquote p {
      margin: 0;
      border-left: 1px solid #FFA600;
      padding-left: 22px; }
      .blog-detail .content blockquote p:after, .blog-detail .content blockquote p:before {
        display: none; }

.blog-detail figure {
  margin: 24px 0; }
  @media (min-width: 1024px) {
    .blog-detail figure {
      margin: 48px 0; } }
  .blog-detail figure figcaption {
    font-size: 12px;
    line-height: 1.6667;
    text-align: center;
    margin: 8px 0 0; }

.blog-detail .author-box .img-wrap {
  width: 56px;
  height: 56px; }
  .blog-detail .author-box .img-wrap img {
    max-width: 56px; }

.tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px; }
  @media (min-width: 768px) {
    .tags ul {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .tags ul li {
    border: 1px solid #BE001B;
    background: rgba(190, 0, 27, 0.15);
    font-weight: 500;
    font-size: 11px;
    line-height: 1.38;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px; }

.related-post .heading {
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .related-post .heading {
      margin-bottom: 48px; } }
  .related-post .heading h2 {
    margin-bottom: 0; }

.related-post .row {
  margin: 0 -16px;
  row-gap: 48px; }

.related-post .col {
  padding: 0 16px;
  width: 100%; }
  @media (min-width: 768px) {
    .related-post .col {
      width: 33.33%; } }

@media (min-width: 1024px) {
  .related-post .card-related .img-cover {
    padding-top: 71.666%; } }

.related-post .btn-wrap {
  margin-top: 48px; }
  @media (min-width: 1024px) {
    .related-post .btn-wrap {
      margin-top: 60px; } }

.heading-two-cols-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 20px;
  margin-bottom: 36px; }
  @media (min-width: 1024px) {
    .heading-two-cols-block {
      margin-bottom: 48px; } }
  .heading-two-cols-block .content-wrap {
    width: 100%; }
    @media (min-width: 768px) {
      .heading-two-cols-block .content-wrap {
        width: 70%; } }
    .heading-two-cols-block .content-wrap .text-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px;
      max-width: 550px; }
      @media (min-width: 768px) {
        .heading-two-cols-block .content-wrap .text-wrap {
          max-width: 750px; } }
      .heading-two-cols-block .content-wrap .text-wrap > * {
        margin: 0; }
  .heading-two-cols-block .button-wrap {
    width: 100%; }
    @media (min-width: 768px) {
      .heading-two-cols-block .button-wrap {
        width: 30%;
        text-align: right; } }

.news-slider.slick-dotted {
  padding: 0 0 72px; }

.news-slider .slick-list {
  margin: 0 -16px; }

.news-slider .slick-track,
.news-slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.news-slider .card-blog {
  padding: 0 16px; }

.card-img-with-text .card-wrap {
  padding: 18px;
  background: #fff;
  -webkit-box-shadow: -5px 5px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: -5px 5px 4px 0 rgba(0, 0, 0, 0.4);
  padding-bottom: 30px;
  height: 100%; }
  @media (min-width: 1200px) {
    .card-img-with-text .card-wrap {
      padding-bottom: 55px; } }

.card-img-with-text .img-wrap {
  margin-bottom: 19px;
  padding-top: 100%;
  position: relative;
  overflow: hidden; }
  .card-img-with-text .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.card-img-with-text .text-wrap {
  font-size: 23px;
  line-height: 1.1; }
  .card-img-with-text .text-wrap h3 {
    color: #bf001c;
    font-family: "Forever Summer Marker", "Arial", "Helvetica", "sans-serif";
    margin: 0 0 -4px;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1; }
  .card-img-with-text .text-wrap p:last-child {
    margin-bottom: 0; }

.columns-with-image-block {
  padding: 160px 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .columns-with-image-block {
      padding-top: 240px;
      padding-bottom: 120px; } }
  @media (min-width: 1024px) {
    .columns-with-image-block {
      padding-top: 350px;
      padding-bottom: 150px; } }
  .columns-with-image-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url("assets/images/gray-top-red.png") no-repeat;
    background-position: bottom;
    z-index: 1; }
    @media (min-width: 768px) {
      .columns-with-image-block:before {
        height: 220px; } }
    @media (min-width: 1024px) {
      .columns-with-image-block:before {
        height: 300px; } }
  .columns-with-image-block .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .columns-with-image-block .bg-image img {
      height: 100%; }
  .columns-with-image-block .container {
    max-width: 1110px; }
  .columns-with-image-block .row {
    row-gap: 60px; }
    @media (min-width: 1200px) {
      .columns-with-image-block .row {
        margin: 0 -28px; } }
  .columns-with-image-block .col {
    width: 100%; }
    @media (min-width: 768px) {
      .columns-with-image-block .col {
        width: 33.33%; } }
    @media (min-width: 1200px) {
      .columns-with-image-block .col {
        padding: 0 28px; } }
    .columns-with-image-block .col:nth-child(1) .card-wrap {
      -webkit-transform: rotate(1.5deg);
          -ms-transform: rotate(1.5deg);
              transform: rotate(1.5deg); }
    .columns-with-image-block .col:nth-child(2) .card-wrap {
      -webkit-transform: rotate(-2.5deg);
          -ms-transform: rotate(-2.5deg);
              transform: rotate(-2.5deg); }
    .columns-with-image-block .col:nth-child(3) .card-wrap {
      -webkit-transform: rotate(1.5deg);
          -ms-transform: rotate(1.5deg);
              transform: rotate(1.5deg); }

.what-for-block {
  padding-bottom: 40px;
  overflow: hidden;
  background: #f6f6f6 url("assets/images/img-pattern-what-for.png") no-repeat;
  background-position: right 80%;
  background-size: 200px; }
  @media (min-width: 1024px) {
    .what-for-block {
      padding-bottom: 60px;
      background-position: 86% 83%;
      background-size: 600px; } }
  .what-for-block .col {
    width: 100%; }
  @media (min-width: 1024px) {
    .what-for-block .col-text {
      width: 62.6%; } }
  .what-for-block .col-text .heading {
    position: relative;
    padding: 20px 30px;
    text-align: right;
    z-index: 1; }
    @media (min-width: 1024px) {
      .what-for-block .col-text .heading {
        padding: 33px 63px 21px; } }
    .what-for-block .col-text .heading:before {
      content: '';
      position: absolute;
      top: 0;
      left: -999px;
      right: 0;
      bottom: 0;
      background: #bf001c;
      -webkit-box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.4);
              box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.4);
      z-index: -1;
      -webkit-transform: rotate(-1.5deg);
          -ms-transform: rotate(-1.5deg);
              transform: rotate(-1.5deg); }
    .what-for-block .col-text .heading h2 {
      font: 84px/1.1 "newspaper_cutout_white_on_bRg", "Arial", "Helvetica", "sans-serif";
      color: #fff;
      letter-spacing: 3px;
      margin: 0;
      -webkit-transform: rotate(-1.2deg);
          -ms-transform: rotate(-1.2deg);
              transform: rotate(-1.2deg);
      word-spacing: -6px; }
      @media (min-width: 1024px) {
        .what-for-block .col-text .heading h2 {
          font-size: 94px;
          letter-spacing: 8px; } }
      @media (min-width: 1200px) {
        .what-for-block .col-text .heading h2 {
          font-size: 140px;
          letter-spacing: 13px; } }
  .what-for-block .col-text .text {
    padding: 40px 0 0;
    font-size: 16px;
    line-height: 1.28; }
    @media (min-width: 1024px) {
      .what-for-block .col-text .text {
        font-size: 25px;
        padding-right: 68px; } }
    @media (min-width: 1200px) {
      .what-for-block .col-text .text {
        padding-left: 15.7%;
        padding-top: 72px; } }
    .what-for-block .col-text .text h3.title {
      font-size: 28px;
      color: #0086cc;
      font-family: "untold_historybold", "Arial", "Helvetica", "sans-serif";
      text-transform: uppercase;
      margin-bottom: 28px; }
      @media (min-width: 768px) {
        .what-for-block .col-text .text h3.title {
          font-size: 36px; } }
    .what-for-block .col-text .text h3:not(.title) {
      font: 700 italic 33px/1.2 'arial'; }
    .what-for-block .col-text .text p {
      margin-bottom: 24px; }
      @media (min-width: 1024px) {
        .what-for-block .col-text .text p {
          margin-bottom: 32px; } }
  .what-for-block .col-text .button-wrap {
    padding-top: 20px;
    position: relative;
    display: inline-block;
    padding-right: 40px; }
    @media (min-width: 768px) {
      .what-for-block .col-text .button-wrap {
        padding-right: 80px; } }
    @media (min-width: 1024px) {
      .what-for-block .col-text .button-wrap {
        padding-right: 115px; } }
    .what-for-block .col-text .button-wrap img {
      position: absolute;
      right: 0;
      top: 77px; }
      @media (max-width: 1023px) {
        .what-for-block .col-text .button-wrap img {
          width: 60px;
          top: 78px;
          right: -20px; } }
      @media (max-width: 767px) {
        .what-for-block .col-text .button-wrap img {
          width: 40px;
          top: 45px;
          right: -20px; } }
  .what-for-block .col-image {
    display: none; }
    @media (min-width: 1024px) {
      .what-for-block .col-image {
        width: 37.4%;
        display: block; } }
  .what-for-block .image-lists {
    padding: 38px 0 0 43px; }
    .what-for-block .image-lists .image-list {
      padding: 20px 10px 18px;
      background: #fff;
      -webkit-box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.4);
              box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.4);
      max-width: 305px;
      height: 404px; }
      .what-for-block .image-lists .image-list:nth-child(1) {
        -webkit-transform: rotate(4deg);
            -ms-transform: rotate(4deg);
                transform: rotate(4deg); }
      .what-for-block .image-lists .image-list:nth-child(2) {
        -webkit-transform: rotate(12deg);
            -ms-transform: rotate(12deg);
                transform: rotate(12deg);
        padding: 15px 10px 18px;
        margin: -153px -36px 0 159px; }
      .what-for-block .image-lists .image-list:nth-child(3) {
        -webkit-transform: rotate(-8.1deg);
            -ms-transform: rotate(-8.1deg);
                transform: rotate(-8.1deg);
        margin: -207px 0 0 -96px; }
      .what-for-block .image-lists .image-list img {
        height: 285px;
        -o-object-fit: cover;
           object-fit: cover; }

.what-to-do-block {
  background: #f3f3f3;
  position: relative;
  z-index: 1; }
  .what-to-do-block:before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("assets/images/blue-bottom-overlay.png") no-repeat;
    background-position: top;
    background-size: cover;
    z-index: -1; }
    @media (min-width: 768px) {
      .what-to-do-block:before {
        top: -274px;
        height: 360px; } }
    @media (min-width: 1024px) {
      .what-to-do-block:before {
        top: -318px;
        height: 380px; } }
    @media (min-width: 1440px) {
      .what-to-do-block:before {
        top: -500px;
        height: 500px; } }
  .what-to-do-block .col {
    width: 100%; }
  @media (min-width: 1024px) {
    .what-to-do-block .col-img {
      width: 50%; } }
  .what-to-do-block .col-img .img-wrap {
    margin: -71px 0 -108px; }
    @media (max-width: 1023px) {
      .what-to-do-block .col-img .img-wrap {
        max-width: 500px;
        margin: 0 auto; } }
    .what-to-do-block .col-img .img-wrap img {
      width: 100%; }
  .what-to-do-block .col-content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .what-to-do-block .col-content {
        width: 50%;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
    @media (min-width: 1024px) {
      .what-to-do-block .col-content .col-wrap {
        width: calc(50vw - 18px);
        position: relative;
        padding-top: 20px; } }
    .what-to-do-block .col-content h2 {
      padding: 20px 30px;
      position: relative;
      -webkit-transform: rotate(-2deg);
          -ms-transform: rotate(-2deg);
              transform: rotate(-2deg);
      text-transform: uppercase;
      color: #fff;
      font-family: "untold_historybold_inky", "Arial", "Helvetica", "sans-serif";
      margin-bottom: 40px;
      font-size: 36px; }
      @media (min-width: 1024px) {
        .what-to-do-block .col-content h2 {
          margin-bottom: 119px;
          padding: 52px 63px 48px;
          font-size: 50px; } }
      @media (min-width: 1200px) {
        .what-to-do-block .col-content h2 {
          font-size: 58px; } }
      .what-to-do-block .col-content h2:before {
        content: "";
        position: absolute;
        top: 0;
        left: -999px;
        right: 0;
        bottom: 0;
        background: #bf001c;
        -webkit-box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.3);
                box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.3);
        z-index: -1; }
        @media (min-width: 1024px) {
          .what-to-do-block .col-content h2:before {
            left: 0;
            right: 0; } }
    .what-to-do-block .col-content .step-lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 30px;
      color: #000; }
      @media (min-width: 1024px) {
        .what-to-do-block .col-content .step-lists {
          padding-left: 23px;
          gap: 50px; } }
      .what-to-do-block .col-content .step-lists .step-list {
        font-size: 16px;
        line-height: 1.3; }
        @media (min-width: 1024px) {
          .what-to-do-block .col-content .step-lists .step-list {
            font-size: 25px; } }
        .what-to-do-block .col-content .step-lists .step-list h3 {
          color: #f15722;
          font-family: "untold_historybold", "Arial", "Helvetica", "sans-serif";
          text-transform: uppercase;
          font-size: 28px;
          margin-bottom: 17px;
          letter-spacing: 1px; }
          @media (min-width: 1024px) {
            .what-to-do-block .col-content .step-lists .step-list h3 {
              font-size: 38px; } }
        .what-to-do-block .col-content .step-lists .step-list p {
          letter-spacing: -0.07px; }
          .what-to-do-block .col-content .step-lists .step-list p:last-of-type {
            margin: 0; }
          .what-to-do-block .col-content .step-lists .step-list p a {
            color: #bd282e !important; }
            .what-to-do-block .col-content .step-lists .step-list p a:hover {
              text-decoration: underline; }

.bg-with-text {
  position: relative; }
  .bg-with-text.pink-block ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .bg-with-text.pink-block ul li {
      background: #ee4495; }
  .bg-with-text.blue-block ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .bg-with-text.blue-block ul li {
      background: #0086cc; }
  .bg-with-text .bg-image img {
    width: 100%;
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover; }
  .bg-with-text .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bg-with-text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .bg-with-text ul li {
      color: #fff;
      padding: 9px 16px 9px 24px;
      font-family: "untold_historybold", "Arial", "Helvetica", "sans-serif";
      -webkit-box-shadow: -5px 5px 4px 0 rgba(0, 0, 0, 0.3);
              box-shadow: -5px 5px 4px 0 rgba(0, 0, 0, 0.3);
      margin-bottom: 10px;
      font-size: 18px; }
      @media (min-width: 768px) {
        .bg-with-text ul li {
          font-size: 32px; } }
      .bg-with-text ul li:nth-child(1) {
        position: relative;
        z-index: 1;
        -webkit-transform: rotate(1.4deg);
            -ms-transform: rotate(1.4deg);
                transform: rotate(1.4deg); }
      .bg-with-text ul li:nth-child(2) {
        -webkit-transform: rotate(-2deg);
            -ms-transform: rotate(-2deg);
                transform: rotate(-2deg); }

.take-walk-block {
  position: relative;
  background: #e7a148;
  z-index: 1; }
  .take-walk-block:before {
    content: "";
    position: absolute;
    top: -70px;
    height: 70px;
    left: 0;
    width: 100%;
    background: url("assets/images/orange-up.png") no-repeat;
    background-position: top;
    background-size: cover;
    z-index: -1; }
    @media (min-width: 768px) {
      .take-walk-block:before {
        top: -120px;
        height: 122px; } }
    @media (min-width: 1024px) {
      .take-walk-block:before {
        top: -200px;
        height: 200px; } }
    @media (min-width: 1440px) {
      .take-walk-block:before {
        top: -300px;
        height: 800px; } }
  .take-walk-block:after {
    content: "";
    position: absolute;
    bottom: -106px;
    left: 0;
    width: 100%;
    height: 150px;
    background: url("assets/images/orange-down.png") no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: -1; }
    @media (min-width: 1024px) {
      .take-walk-block:after {
        bottom: -220px;
        height: 700px; } }
    @media (min-width: 1440px) {
      .take-walk-block:after {
        bottom: -300px; } }
  .take-walk-block .take-walk-block-wrap {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px; }
  .take-walk-block .img-wrap {
    padding: 15px 22px;
    background: #fff;
    -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
            transform: rotate(3deg);
    margin: 0 0 -11px -15px;
    display: inline-block;
    position: relative; }
    @media (min-width: 768px) {
      .take-walk-block .img-wrap {
        padding: 32px 89px 47px; } }
    .take-walk-block .img-wrap:before {
      content: "";
      position: absolute;
      left: -9999px;
      top: 0;
      bottom: 0;
      right: 0;
      background: #fff; }
    .take-walk-block .img-wrap img {
      -webkit-transform: rotate(-3deg);
          -ms-transform: rotate(-3deg);
              transform: rotate(-3deg); }
  @media (min-width: 1024px) {
    .take-walk-block .row {
      margin: 0; } }
  .take-walk-block .col {
    width: 100%; }
    @media (min-width: 1024px) {
      .take-walk-block .col {
        padding: 0; } }
  @media (min-width: 1024px) {
    .take-walk-block .col-text {
      width: 70.6%; } }
  .take-walk-block .col-text .text-wrap {
    position: relative;
    color: #fff;
    z-index: 0;
    padding: 40px 30px;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg); }
    @media (min-width: 768px) {
      .take-walk-block .col-text .text-wrap {
        -webkit-transform: rotate(-3.2deg);
            -ms-transform: rotate(-3.2deg);
                transform: rotate(-3.2deg);
        padding: 73px 88px 64px 67px; } }
    .take-walk-block .col-text .text-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      left: -999px;
      bottom: 0;
      right: -9999px;
      background: #0086cc;
      z-index: -1; }
      @media (min-width: 768px) {
        .take-walk-block .col-text .text-wrap:before {
          right: 0; } }
    .take-walk-block .col-text .text-wrap .title {
      color: #ffda62;
      font: 28px/1.1 "untold_historybold", "Arial", "Helvetica", "sans-serif";
      letter-spacing: 0.7px;
      -webkit-transform: rotate(0.5deg);
          -ms-transform: rotate(0.5deg);
              transform: rotate(0.5deg);
      margin: 0; }
      @media (min-width: 768px) {
        .take-walk-block .col-text .text-wrap .title {
          padding-right: 8%;
          font-size: 38px;
          line-height: 1.2; } }
    .take-walk-block .col-text .text-wrap .text {
      font-size: 18px;
      padding: 13px 19px 0 0;
      line-height: 1.28;
      -webkit-transform: rotate(0.5deg);
          -ms-transform: rotate(0.5deg);
              transform: rotate(0.5deg); }
      @media (min-width: 768px) {
        .take-walk-block .col-text .text-wrap .text {
          font-size: 27px; } }
      .take-walk-block .col-text .text-wrap .text p {
        letter-spacing: -0.2px; }
  .take-walk-block .col-text .txt-arrow {
    text-align: right;
    -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
    margin-top: 20px; }
    @media (min-width: 768px) {
      .take-walk-block .col-text .txt-arrow {
        margin: 34px -3px 0 0;
        -webkit-transform: rotate(6deg);
            -ms-transform: rotate(6deg);
                transform: rotate(6deg); } }
    @media (min-width: 1440px) {
      .take-walk-block .col-text .txt-arrow {
        margin: -10px -3px 0 0; } }
    .take-walk-block .col-text .txt-arrow h3 {
      color: #fff;
      font-family: "Forever Summer Marker", "Arial", "Helvetica", "sans-serif";
      font-size: 38px;
      letter-spacing: 0.5px;
      display: inline-block;
      position: relative;
      padding-left: 100px; }
      @media (min-width: 768px) {
        .take-walk-block .col-text .txt-arrow h3 {
          font-size: 52px; } }
      .take-walk-block .col-text .txt-arrow h3:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url("assets/images/arrow-left.png") no-repeat;
        background-size: 100%;
        width: 80px;
        height: 48px; }
  .take-walk-block .col-text .hash-tag {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
    margin: -8px 00 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .take-walk-block .col-text .hash-tag {
        margin: -6px -17px 0 0;
        -webkit-transform: rotate(-7deg);
            -ms-transform: rotate(-7deg);
                transform: rotate(-7deg); } }
    @media (min-width: 1024px) {
      .take-walk-block .col-text .hash-tag {
        margin: -4px -81px 0 0;
        -webkit-transform: rotate(-11deg);
            -ms-transform: rotate(-11deg);
                transform: rotate(-11deg); } }
    .take-walk-block .col-text .hash-tag h3 {
      font-size: 20px;
      padding: 15px 18px;
      background: #ffda62;
      -webkit-transform: translate(-3deg);
          -ms-transform: translate(-3deg);
              transform: translate(-3deg);
      font-family: "untold_historybold", "Arial", "Helvetica", "sans-serif";
      text-transform: uppercase;
      -webkit-box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.3);
      margin: 0; }
      @media (min-width: 768px) {
        .take-walk-block .col-text .hash-tag h3 {
          font-size: 34px;
          padding: 27px 41px;
          -webkit-transform: translate(-5deg);
              -ms-transform: translate(-5deg);
                  transform: translate(-5deg); } }
  @media (min-width: 1024px) {
    .take-walk-block .col-image {
      width: 29.4%; } }
  .take-walk-block .image-lists {
    margin: -5px 0 0 15px;
    display: none; }
    @media (min-width: 1024px) {
      .take-walk-block .image-lists {
        display: block; } }
    .take-walk-block .image-lists .image-list {
      background: #bf001c;
      padding: 15px 12px 80px;
      -webkit-box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.3);
      font-size: 24px;
      height: 402px;
      max-width: 312px; }
      .take-walk-block .image-lists .image-list:nth-child(1) {
        -webkit-transform: rotate(4deg);
            -ms-transform: rotate(4deg);
                transform: rotate(4deg);
        margin-left: -34px; }
      .take-walk-block .image-lists .image-list:nth-child(2) {
        margin: -155px -68px 0 128px;
        -webkit-transform: rotate(12.7deg);
            -ms-transform: rotate(12.7deg);
                transform: rotate(12.7deg); }
      .take-walk-block .image-lists .image-list img {
        height: 285px;
        -o-object-fit: cover;
           object-fit: cover; }

.landing-image {
  position: relative;
  background: #e7a148; }
  @media (min-width: 1440px) {
    .landing-image {
      margin-top: -200px; } }
  .landing-image:before {
    content: "";
    position: absolute;
    top: -37px;
    left: 0;
    width: 100%;
    height: 142px;
    background: url("assets/images/children-gray-overlay-top.png") no-repeat;
    background-position: bottom;
    background-size: cover; }
    @media (min-width: 768px) {
      .landing-image:before {
        top: -4px;
        height: 200px; } }
    @media (min-width: 1200px) {
      .landing-image:before {
        height: 320px; } }
    @media (min-width: 1440px) {
      .landing-image:before {
        height: 500px; } }
  .landing-image:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 300px;
    background: url("assets/images/children-gray-overlay-bottom.png") no-repeat;
    background-position: top; }
    @media (min-width: 768px) {
      .landing-image:after {
        height: 320px; } }
    @media (min-width: 1024px) {
      .landing-image:after {
        height: 340px; } }
  .landing-image img {
    width: 100%;
    min-height: 450px;
    -o-object-fit: cover;
       object-fit: cover; }

.pagination {
  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;
  padding-top: 56px; }
  @media (min-width: 1440px) {
    .pagination {
      padding-top: 80px; } }
  .pagination ul.page-numbers {
    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;
    border: 1px solid #dccae7;
    border-radius: 6px;
    overflow: hidden; }
    .pagination ul.page-numbers li + li {
      border-left: 1px solid #dccae7; }
    .pagination ul.page-numbers .page-numbers:not(.prev):not(.next) {
      font-size: 16px;
      width: 33px;
      height: 33px;
      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;
      padding: 0 10px;
      font-weight: 500;
      color: #637381 !important; }
      @media (min-width: 1024px) {
        .pagination ul.page-numbers .page-numbers:not(.prev):not(.next) {
          padding-top: 2px; } }
      .pagination ul.page-numbers .page-numbers:not(.prev):not(.next).current, .pagination ul.page-numbers .page-numbers:not(.prev):not(.next).active, .pagination ul.page-numbers .page-numbers:not(.prev):not(.next):hover {
        background: #fff;
        color: #111928 !important; }
    .pagination ul.page-numbers .page-numbers.prev, .pagination ul.page-numbers .page-numbers.next {
      font-size: 0;
      width: 33px;
      height: 33px;
      background: transparent;
      display: block;
      position: relative; }
      .pagination ul.page-numbers .page-numbers.prev:hover, .pagination ul.page-numbers .page-numbers.next:hover {
        background: #fff; }
        .pagination ul.page-numbers .page-numbers.prev:hover:before, .pagination ul.page-numbers .page-numbers.next:hover:before {
          border-color: #111928 #111928 transparent transparent; }
      .pagination ul.page-numbers .page-numbers.prev:before, .pagination ul.page-numbers .page-numbers.next:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-color: #637381 #637381 transparent transparent;
        border-width: 2px 2px 0 0; }
    .pagination ul.page-numbers .page-numbers.prev:before {
      -webkit-transform: translate(-50%, -50%) rotate(-136deg);
          -ms-transform: translate(-50%, -50%) rotate(-136deg);
              transform: translate(-50%, -50%) rotate(-136deg);
      margin-left: 2px; }
    .pagination ul.page-numbers .page-numbers.next:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      margin-left: -2px; }
/*# sourceMappingURL=style.css.map */