@import url(https://use.typekit.net/wym7lxp.css);
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?3lxdli");
  src: url("../fonts/icomoon.eot?3lxdli#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3lxdli") format("truetype"), url("../fonts/icomoon.woff?3lxdli") format("woff"), url("../fonts/icomoon.svg?3lxdli#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-triangle:before {
  content: "\e903";
}

.icon-linkedin:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e905";
}

.icon-play:before {
  content: "\e906";
}

.icon-user:before {
  content: "\e907";
}

.icon-arrow-down:before {
  content: "\e908";
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647; /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff; /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.footer-info-list, .footer-link, .social-network, .contact-list, .taglist, .checkbox-list, .download-list, .btn-list, .intro-slider .slick-dots,
.intro-block-slider .slick-dots, .info-slider .slick-dots, .header-btns, .header-links, .drop-btns, .drop-links,
.sub-menu, .navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #e60073;
  text-decoration: none;
  transition: color 0.3s linear, background 0.3s linear, opacity 0.3s linear;
}

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

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #404040;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #404040;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #404040;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #404040;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #404040;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #404040;
}

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

textarea {
  resize: vertical;
  vertical-align: top;
}

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

.select2-dropdown {
  background: #e2f6f3 !important;
}

.select2-results {
  font-size: 22px;
}

.gform_wrapper {
  margin-bottom: 80px;
  font-size: 22px;
  line-height: 30px;
  max-width: 770px;
}
.gform_wrapper ul.gform_fields,
.gform_wrapper li.gfield {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gform_wrapper h2 {
  color: #e60073;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  display: none;
}
.gform_wrapper .gsection {
  /*.gsection_description {
  }*/
}
.gform_wrapper .gsection .gsection_title {
  font-size: 36px;
  color: #e60073;
  letter-spacing: -0.11px;
  border-bottom: 2px solid #e9e9e9;
  padding: 0 0 15px;
  margin: 0 0 29px;
}
@media (min-width: 768px) {
  .gform_wrapper .gsection .gsection_title {
    padding: 0 0 16px;
    margin: 0 0 35px;
  }
}
@media (min-width: 1024px) {
  .gform_wrapper .gsection .gsection_title {
    padding: 0 0 20px;
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper .gsection .gsection_title {
    padding: 0 0 39px;
    margin: 0 0 49px;
  }
}
.gform_wrapper .gfield + .gsection {
  margin-top: 60px;
}
.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body input[type=password],
.gform_wrapper .gform_body select {
  border: 2px solid #9b9b9b;
  background: #e2f6f3;
  width: 100%;
  padding: 0.4em 0.7em;
}
.gform_wrapper .gform_body textarea:focus-visible,
.gform_wrapper .gform_body input[type=text]:focus-visible,
.gform_wrapper .gform_body input[type=email]:focus-visible,
.gform_wrapper .gform_body input[type=tel]:focus-visible,
.gform_wrapper .gform_body input[type=password]:focus-visible,
.gform_wrapper .gform_body select:focus-visible {
  border: 2px solid #e60073;
  outline: none;
}
.gform_wrapper .gfield_label,
.gform_wrapper .validation_message,
.gform_wrapper .gform-field-label,
.gform_wrapper .validation_error {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 1em;
  margin: 0;
}
.gform_wrapper .gfield_label.gfield_label, .gform_wrapper .gfield_label.validation_message, .gform_wrapper .gfield_label.validation_error,
.gform_wrapper .validation_message.gfield_label,
.gform_wrapper .validation_message.validation_message,
.gform_wrapper .validation_message.validation_error,
.gform_wrapper .gform-field-label.gfield_label,
.gform_wrapper .gform-field-label.validation_message,
.gform_wrapper .gform-field-label.validation_error,
.gform_wrapper .validation_error.gfield_label,
.gform_wrapper .validation_error.validation_message,
.gform_wrapper .validation_error.validation_error {
  color: #e60073;
  display: inline-block;
}
.gform_wrapper .gfield_label.gfield_label, .gform_wrapper .gfield_label.validation_error,
.gform_wrapper .validation_message.gfield_label,
.gform_wrapper .validation_message.validation_error,
.gform_wrapper .gform-field-label.gfield_label,
.gform_wrapper .gform-field-label.validation_error,
.gform_wrapper .validation_error.gfield_label,
.gform_wrapper .validation_error.validation_error {
  margin-bottom: 1em;
}
.gform_wrapper .gfield_label.validation_message, .gform_wrapper .gfield_label.validation_error,
.gform_wrapper .validation_message.validation_message,
.gform_wrapper .validation_message.validation_error,
.gform_wrapper .gform-field-label.validation_message,
.gform_wrapper .gform-field-label.validation_error,
.gform_wrapper .validation_error.validation_message,
.gform_wrapper .validation_error.validation_error {
  font-weight: bold;
}
.gform_wrapper .gfield_label > .gfield_required,
.gform_wrapper .validation_message > .gfield_required,
.gform_wrapper .gform-field-label > .gfield_required,
.gform_wrapper .validation_error > .gfield_required {
  display: inline-block;
  margin-left: 0.5em;
}
.gform_wrapper .gfield_label .gfield_required_text,
.gform_wrapper .validation_message .gfield_required_text,
.gform_wrapper .gform-field-label .gfield_required_text,
.gform_wrapper .validation_error .gfield_required_text {
  font-size: 0.8em;
}
.gform_wrapper .hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_button,
.gform_wrapper .gform-theme-button,
.gform_wrapper button {
  color: #fff;
  border-color: #e60073;
  background: #e60073;
  border-style: solid;
  padding: 5px 20px 8px;
  border-radius: 30px;
}
.gform_wrapper .gform_button.submit,
.gform_wrapper .gform-theme-button.submit,
.gform_wrapper button.submit {
  min-width: 230px;
}
.gform_wrapper .gform_button:hover,
.gform_wrapper .gform-theme-button:hover,
.gform_wrapper button:hover {
  background: none;
  color: #000;
}
@media (min-width: 1024px) {
  .gform_wrapper .gform_button,
  .gform_wrapper .gform-theme-button,
  .gform_wrapper button {
    font-size: 18px;
    padding: 10px 20px 13px;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper .gform_button,
  .gform_wrapper .gform-theme-button,
  .gform_wrapper button {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .gform_wrapper .gform_button,
  .gform_wrapper .gform-theme-button,
  .gform_wrapper button {
    font-size: 22px;
  }
}
.gform_wrapper .select2-container--default .select2-selection--single {
  border: 2px solid #9b9b9b;
  background: #e2f6f3;
  height: 45px;
  padding: 7px;
  border-radius: 0;
}
.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 6px;
}
.gform_wrapper .gfield,
.gform_wrapper li.gfield {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield.half,
  .gform_wrapper li.gfield.half {
    width: 49.5%;
    display: inline-block;
    box-sizing: border-box;
  }
  .gform_wrapper .gfield.left,
  .gform_wrapper li.gfield.left {
    padding-right: 20px;
  }
  .gform_wrapper .gfield.right,
  .gform_wrapper li.gfield.right {
    padding-left: 20px;
  }
}
.gform_wrapper .gfield.button-hold,
.gform_wrapper li.gfield.button-hold {
  margin-top: 52px;
  vertical-align: top;
}
.gform_wrapper .gfield.button-hold .btn,
.gform_wrapper li.gfield.button-hold .btn {
  min-width: 230px;
}
.gform_wrapper .ginput_container_consent input[type=checkbox] {
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .gform_wrapper li.lost_password {
    width: 49%;
  }
}
.gform_wrapper li.lost_password a {
  color: #000;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .gform_wrapper .ginput_complex {
    display: flex;
  }
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right,
  .gform_wrapper .ginput_complex .gform-grid-col {
    width: 50%;
    display: inline-block;
  }
  .gform_wrapper .ginput_complex .ginput_left:nth-child(odd),
  .gform_wrapper .ginput_complex .ginput_right:nth-child(odd),
  .gform_wrapper .ginput_complex .gform-grid-col:nth-child(odd) {
    padding-right: 20px;
  }
  .gform_wrapper .ginput_complex .ginput_left:nth-child(even),
  .gform_wrapper .ginput_complex .ginput_right:nth-child(even),
  .gform_wrapper .ginput_complex .gform-grid-col:nth-child(even) {
    padding-left: 20px;
  }
}
.gform_wrapper .gform_hidden {
  display: none;
}
.gform_wrapper .gform_validation_container {
  position: absolute !important;
  left: -9000px;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_footer {
    width: 50%;
    padding-right: 20px;
  }
}
.gform_wrapper .gform_footer .button {
  width: 100%;
}
.gform_wrapper .gfield_checkbox li label {
  padding: 7px 4px 0;
}
.gform_wrapper .school-display.active {
  color: #e60073;
  background: #e9e9e9;
  padding: 10px;
}
.gform_wrapper .school-display.active a {
  text-decoration: underline;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(255, 255, 255);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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;
  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;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 2px solid #e9e9e9;
  background: #fff;
  margin: 0;
  min-width: 1px;
  height: 36px;
  width: 100%;
  border-radius: 30px;
  font-weight: 600;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  color: #000;
}
.jcf-select.jcf-drop-active .jcf-select-opener:before {
  transform: translateY(-50%) rotate(-180deg);
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
  padding: 9px 26px 9px 15px;
}
@media (min-width: 1024px) {
  .jcf-select .jcf-select-text {
    font-size: 16px;
    padding: 7px 35px 7px 18px;
  }
}

.jcf-select .jcf-select-opener {
  position: absolute;
  background: none;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .jcf-select .jcf-select-opener {
    width: 36px;
  }
}
.jcf-select .jcf-select-opener:before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #e60073;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.3s linear;
}
@media (min-width: 1024px) {
  .jcf-select .jcf-select-opener:before {
    font-size: 17px;
  }
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 2px solid #e9e9e9;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 1.1;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 1024px) {
  .jcf-list {
    font-size: 16px;
  }
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

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

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 7px 15px;
  color: #000;
  height: 1%;
}
@media (min-width: 1024px) {
  .jcf-list .jcf-option {
    padding: 7px 18px;
  }
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: normal;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.woocommerce-error {
  border-top-color: #e60073;
}
.woocommerce-error:before {
  color: #e60073;
}

.account-layout .woocommerce form {
  font-size: 22px;
  line-height: 30px;
  max-width: 770px;
}
.account-layout .woocommerce form h3 {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #e60073;
  letter-spacing: -1.12px;
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 32px;
}
.account-layout .woocommerce form .col-1,
.account-layout .woocommerce form .col-2 {
  width: 100%;
  float: none;
}
.account-layout .woocommerce form input[type=text],
.account-layout .woocommerce form input[type=password],
.account-layout .woocommerce form input[type=tel],
.account-layout .woocommerce form input[type=email],
.account-layout .woocommerce form textarea {
  border: 2px solid #9b9b9b;
  background: #e2f6f3;
}
.account-layout .woocommerce form input[type=text]:focus-visible,
.account-layout .woocommerce form input[type=password]:focus-visible,
.account-layout .woocommerce form input[type=tel]:focus-visible,
.account-layout .woocommerce form input[type=email]:focus-visible,
.account-layout .woocommerce form textarea:focus-visible {
  border: 2px solid #e60073;
  outline: none;
}
.account-layout .woocommerce form label {
  color: #e60073;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 23px;
  display: inline-block;
}
.account-layout .woocommerce form .form-row {
  margin-bottom: 40px;
}
.account-layout .woocommerce form #payment {
  background: #e9e9e9;
}
.account-layout .woocommerce form .button.alt {
  color: #fff;
  border-color: #e60073;
  background: #e60073;
  border-style: solid;
  border-radius: 30px;
}
.account-layout .woocommerce .select2-container--default .select2-selection--single {
  border: 2px solid #9b9b9b;
  background: #e2f6f3;
  height: 45px;
  padding: 7px;
  border-radius: 0;
}
.account-layout .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 6px;
}

.woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin-bottom: 40px;
}
.woocommerce .woocommerce-MyAccount-navigation ul, .woocommerce .woocommerce-MyAccount-navigation li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  flex-grow: 1;
  width: 50%;
  padding: 5px;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    width: 25%;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 10px 7px;
  background: #4fc5ba;
  border: 2px solid #4fc5ba;
  color: #000;
  border-radius: 20px;
  margin: 0;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  background: #e9e9e9;
  border: 2px solid #e9e9e9;
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a.center {
  margin: 0 auto;
  display: block;
  width: 260px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 6px 10px 7px;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #4fc5ba;
  border: 2px solid #4fc5ba;
  color: #000;
}
.woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.woocommerce ul.order_details {
  padding: 0;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce h2 {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #000;
  letter-spacing: -1.12px;
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 26px;
}

.woocommerce-info {
  border-top-color: #e60073;
  max-width: 770px;
}
.woocommerce-info:before {
  color: #e60073;
}

.woocommerce-checkout-review-order-table .subscription-details {
  display: none;
}

#header {
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px 0;
  z-index: 9999;
}
@media (min-width: 1024px) {
  #header {
    padding: 0;
  }
}
#header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  #header .container {
    display: block;
  }
}

.logo-holder {
  width: 103px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .logo-holder {
    padding: 0 20px;
    max-width: 1620px;
    margin: 0 auto;
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
  }
}

.logo {
  width: 103px;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .logo {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .logo {
    width: 210px;
  }
}

.nav-opener {
  display: block;
  width: 34px;
  height: 30px;
  position: relative;
  margin: 0 0 0 auto;
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:before, .nav-opener:after {
  content: "";
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  background: #e60073;
  transition: all 0.3s linear;
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after,
.nav-active .nav-opener span {
  left: -7px;
  right: -7px;
}
.nav-opener:before {
  top: 0;
}
.nav-active .nav-opener:before {
  top: 50%;
  transform: rotate(45deg);
  margin: -1px 0 0;
}
.nav-opener span {
  top: 50%;
  margin: -1px 0 0;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-opener:after {
  top: 100%;
  margin: -2px 0 0;
}
.nav-active .nav-opener:after {
  top: 50%;
  transform: rotate(-45deg);
  margin: -1px 0 0;
}

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

.nav-active {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .nav-active {
    overflow: visible;
  }
}

.nav-drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 61px);
  z-index: 9999;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .nav-drop {
    display: flex;
    flex-wrap: wrap;
    position: static;
    height: auto;
    overflow: visible;
    background: none;
    opacity: 1;
    visibility: visible;
  }
}

.navigation-holder {
  background: #e9e9e9;
  position: relative;
  z-index: 1;
  padding: 0 10px 88px;
}
@media (min-width: 768px) {
  .navigation-holder {
    padding: 0 15px 88px;
  }
}
@media (min-width: 1024px) {
  .navigation-holder {
    width: 100%;
    order: 1;
    padding: 25px 0 25px 190px;
    background: none;
    position: static;
  }
}
@media (min-width: 1200px) {
  .navigation-holder {
    padding: 25px 0 25px 220px;
  }
}
.navigation-holder:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/burger-dotted.svg);
  background-size: 100% 100%;
  width: 320px;
  height: 214px;
}
@media (min-width: 1024px) {
  .navigation-holder:before {
    display: none;
  }
}
.navigation-holder:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 320px;
  height: 279px;
  background: url(../images/burger-triangle.svg);
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .navigation-holder:after {
    display: none;
  }
}

.navigation {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.04px;
}
@media (min-width: 1024px) {
  .navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 1.182;
  }
}
@media (min-width: 1200px) {
  .navigation {
    font-size: 22px;
  }
}
.navigation > li {
  margin: 0;
  border-bottom: 2px solid #fff;
  position: relative;
}
@media (min-width: 1024px) {
  .navigation > li {
    border-bottom: none;
    border-left: 2px solid #e9e9e9;
    width: 190px;
    min-height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: static;
  }
}
@media (min-width: 1200px) {
  .navigation > li {
    width: 220px;
    min-height: 82px;
  }
}
@media (min-width: 1400px) {
  .navigation > li {
    width: 270px;
  }
}
@media (min-width: 1400px) {
  .navigation > li:last-child {
    width: 251px;
  }
}
.navigation > li:last-child a.has-drop-down-a:before {
  right: 0;
}
@media (min-width: 1024px) {
  .navigation > li:last-child a.has-drop-down-a:after {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .navigation > li.drop-active > a.has-drop-down-a {
    background: #e9e9e9;
  }
}
.navigation > li.drop-active > a.has-drop-down-a:before {
  transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 1024px) {
  .navigation > li.drop-active > a.has-drop-down-a:before {
    transform: translateY(-100%) rotate(-180deg);
  }
}
@media (min-width: 1024px) {
  .navigation > li.drop-active > a.has-drop-down-a:after {
    opacity: 1;
    visibility: visible;
  }
}
.navigation > li.drop-active .opener .icon-triangle:before {
  top: 9px;
  transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 1024px) {
  .navigation > li.drop-active .opener .icon-triangle:before {
    transform: translateY(-100%) rotate(-180deg);
  }
}
.navigation > li.drop-active .drop-down {
  display: block !important;
}
@media (min-width: 1024px) {
  .navigation > li.drop-active .drop-down {
    opacity: 1;
    visibility: visible;
  }
}
.navigation > li > a {
  color: #000;
  display: block;
  padding: 19px 20px 20px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .navigation > li > a {
    padding: 0 30px 0px 10px;
    width: 100%;
    margin: 0 0 -4px;
    height: calc(100% + 4px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .navigation > li > a {
    padding: 0 45px 0px 15px;
  }
}
@media (min-width: 1400px) {
  .navigation > li > a {
    padding: 0 55px 0px 19px;
  }
}
@media (min-width: 1024px) {
  .navigation > li > a:hover {
    background: #e9e9e9;
  }
}
@media (max-width: 1024px) {
  .navigation > li > a:first-child:hover {
    text-decoration: underline;
  }
}
.navigation > li > a.has-drop-down-a:before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 16px;
  color: #e60073;
  transition: transform 0.3s linear;
  display: none;
}
@media (min-width: 1024px) {
  .navigation > li > a.has-drop-down-a:before {
    display: block;
    top: 100%;
    transform: translateY(-100%);
    font-size: 17px;
    margin: -2px 0 0;
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .navigation > li > a.has-drop-down-a:before {
    right: 19px;
  }
}
@media (min-width: 1024px) {
  .navigation > li > a.has-drop-down-a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: -2px;
    right: -2px;
    height: 30px;
    background: #e9e9e9;
    z-index: -1;
    margin: -5px 0 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s linear, visibility 0.3s linear;
  }
}
.navigation > li .opener {
  position: absolute;
  width: 40px;
  right: 0;
  top: 2px;
  color: #e60073;
  z-index: 200;
}
.navigation > li .opener .icon-triangle {
  position: relative;
}
.navigation > li .opener .icon-triangle:before {
  position: absolute;
  left: 11px;
  transition: transform 0.3s linear;
}
@media (min-width: 1024px) {
  .navigation > li .opener {
    display: none;
  }
}

.drop-down {
  display: none !important;
}
@media (min-width: 1024px) {
  .drop-down {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999999;
    max-height: calc(100vh - 182px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear, visibility 0.3s linear;
  }
}
@media (min-width: 1200px) {
  .drop-down {
    max-height: calc(100vh - 194px);
  }
}
@media (max-width: 1023px) {
  .drop-down .container {
    padding: 0;
  }
}
.drop-down .title {
  display: none;
}
@media (min-width: 1024px) {
  .drop-down .title {
    display: block;
    font-weight: 600;
    letter-spacing: -0.25px;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 30px;
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  }
}
@media (min-width: 1200px) {
  .drop-down .title {
    margin: 0 0 43px;
  }
}
.drop-down .title a {
  color: #000;
}
.drop-down .title a:hover {
  text-decoration: underline;
}

.drop-down-wrap {
  border-top: 2px solid #fff;
  padding: 23px 0 8px;
}
@media (min-width: 1024px) {
  .drop-down-wrap {
    position: relative;
    z-index: 1;
    background: #e9e9e9;
    padding: 30px 0;
    border-top: none;
  }
}
@media (min-width: 1200px) {
  .drop-down-wrap {
    padding: 69px 0 75px;
  }
}
@media (min-width: 1024px) {
  .drop-down-wrap:before {
    content: "";
    width: 441px;
    height: 294px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/drop-dotted.svg);
    background-size: 100% 100%;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .drop-down-wrap:after {
    content: "";
    width: 550px;
    height: 565px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/drop-triangle.svg);
    background-size: 100% 100%;
    z-index: -1;
  }
}

.drop-btn-cloned {
  width: 100%;
}
@media (min-width: 1024px) {
  .drop-btn-cloned {
    display: none !important;
  }
}

.drop-cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  width: 100%;
}
@media (min-width: 1024px) {
  .drop-cols {
    margin: 0 -10px;
  }
}
@media (min-width: 1200px) {
  .drop-cols {
    margin: 0 -20px;
  }
}
.drop-cols .col-1 {
  padding: 0 5px;
  width: 50%;
}
@media (min-width: 1024px) {
  .drop-cols .col-1 {
    padding: 0 10px;
    width: 66.66%;
  }
}
@media (min-width: 1200px) {
  .drop-cols .col-1 {
    padding: 0 20px;
  }
}
.drop-cols .col-2 {
  padding: 0 5px 0 14px;
  width: 50%;
}
@media (min-width: 1024px) {
  .drop-cols .col-2 {
    padding: 0 10px;
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .drop-cols .col-2 {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .drop-cols .drop-btns {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .drop-two-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .drop-two-cols {
    margin: 0 -20px;
  }
}
@media (min-width: 1024px) {
  .drop-two-cols .col {
    width: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .drop-two-cols .col {
    padding: 0 20px;
  }
}

.col-content {
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .col-content {
    height: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 2px 0 6px;
    font-size: 17px;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .col-content {
    font-size: 19px;
  }
}
.col-content .col-row,
.col-content > li {
  margin: 0 0 24px;
  list-style: none;
}
@media (min-width: 1024px) {
  .col-content .col-row,
  .col-content > li {
    border-top: 2px solid #fff;
    padding: 15px 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .col-content .col-row,
  .col-content > li {
    padding: 22px 0 24px;
  }
}
@media (min-width: 1024px) {
  .col-content .col-row:first-child,
  .col-content > li:first-child {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .col-content .col-row.no-border,
  .col-content > li.no-border {
    padding: 30px 0 0;
    border-top: none;
  }
}
@media (min-width: 1200px) {
  .col-content .col-row.no-border,
  .col-content > li.no-border {
    padding: 66px 0 0;
  }
}
.col-content .opener,
.col-content > li > a {
  display: block;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .col-content .opener,
  .col-content > li > a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .col-content .opener,
  .col-content > li > a {
    font-size: 22px;
  }
}
.col-content .opener:hover,
.col-content > li > a:hover {
  text-decoration: underline;
}

.drop-open-close,
.col-content {
  padding: 0;
}
.drop-open-close .drop-links,
.drop-open-close .sub-menu,
.col-content .drop-links,
.col-content .sub-menu {
  padding: 10px 0 0 10px;
}
@media (min-width: 1024px) {
  .drop-open-close .drop-links,
  .drop-open-close .sub-menu,
  .col-content .drop-links,
  .col-content .sub-menu {
    padding: 15px 0 0;
  }
}
@media (min-width: 1200px) {
  .drop-open-close .drop-links,
  .drop-open-close .sub-menu,
  .col-content .drop-links,
  .col-content .sub-menu {
    padding: 21px 0 0;
  }
}
.drop-open-close .drop-links > li,
.drop-open-close .sub-menu > li,
.col-content .drop-links > li,
.col-content .sub-menu > li {
  list-style: none;
}
@media (max-width: 1023px) {
  .drop-open-close .drop-links > li,
  .drop-open-close .sub-menu > li,
  .col-content .drop-links > li,
  .col-content .sub-menu > li {
    margin: 0 0 10px;
  }
}

@media (min-width: 1024px) {
  .drop-links,
  .sub-menu {
    padding: 5px 0 0;
  }
}
.drop-links > li,
.sub-menu > li {
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .drop-links > li,
  .sub-menu > li {
    margin: 0 0 15px;
  }
}
@media (min-width: 1200px) {
  .drop-links > li,
  .sub-menu > li {
    margin: 0 0 21px;
  }
}
.drop-links > li:last-child,
.sub-menu > li:last-child {
  margin: 0;
}
.drop-links > li a,
.sub-menu > li a {
  color: #000;
}
.drop-links > li a:hover,
.sub-menu > li a:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .drop-links + .drop-btns,
  .sub-menu + .drop-btns {
    padding: 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .drop-links + .drop-btns,
  .sub-menu + .drop-btns {
    padding: 66px 0 0;
  }
}

.drop-btns {
  padding: 2px 0 0;
}
@media (min-width: 1024px) {
  .drop-btns {
    padding: 0;
  }
}
.drop-btns > li {
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .drop-btns > li {
    margin: 0 0 40px;
  }
}
.drop-btns .btn {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .drop-btns .btn {
    font-size: 18px;
    padding: 12px 10px 16px;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .drop-btns .btn {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .drop-btns .btn {
    font-size: 22px;
  }
}

.header-bar {
  padding: 20px 10px 1px;
}
@media (min-width: 768px) {
  .header-bar {
    padding: 20px 15px 1px;
  }
}
@media (min-width: 1024px) {
  .header-bar {
    width: 100%;
    order: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #e9e9e9;
    padding: 7px 0;
  }
}

.header-links {
  display: none;
}
@media (min-width: 1024px) {
  .header-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 40%;
    font-size: 16px;
    font-weight: 600;
    font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.03px;
  }
}
@media (min-width: 1024px) {
  .header-links > li {
    margin: 10px 12px 5px 0;
  }
}
@media (min-width: 1200px) {
  .header-links > li {
    margin: 10px 17px 5px 0;
  }
}
.header-links > li a {
  color: #000;
}
.header-links > li a:hover {
  text-decoration: underline;
}

.header-btns {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .header-btns {
    justify-content: flex-end;
    width: 60%;
    margin: 0;
    letter-spacing: -0.06px;
  }
}
.header-btns > li {
  padding: 0 10px;
  width: 50%;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .header-btns > li {
    margin: 5px 0 5px 15px;
    width: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .header-btns > li {
    margin: 5px 0 5px 20px;
  }
}
.header-btns > li.full {
  width: 100%;
}
@media (min-width: 1024px) {
  .header-btns > li.full {
    width: auto;
  }
}
@media (max-width: 1023px) {
  .header-btns > li.order-0 {
    order: 0;
  }
}
@media (max-width: 1023px) {
  .header-btns > li.order-1 {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .header-btns > li.order-2 {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .header-btns > li.order-3 {
    order: 3;
  }
}
.header-btns > li.my-account a {
  transition: opacity 0.3s linear;
}
.header-btns > li.my-account a:before {
  content: "";
  background: url(../images/my-account.svg);
  height: 36px;
  width: 36px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.header-btns > li.my-account a:hover {
  opacity: 0.7;
}
.header-btns > li .btn {
  display: block;
}
@media (min-width: 1024px) {
  .header-btns > li .btn {
    display: inline-block;
    min-width: 115px;
  }
}
@media (min-width: 1024px) {
  .header-btns > li .btn.circle {
    height: 36px;
    position: relative;
    background: #4fc5ba;
    border: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    min-width: 0;
    color: #e9e9e9;
    width: 36px;
    border-radius: 50%;
  }
}
.header-btns > li .btn.circle .icon {
  display: none;
}
@media (min-width: 1024px) {
  .header-btns > li .btn.circle .icon {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 1;
    font-size: 31px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-btns > li .btn.circle .text {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header-btns > li .btn.circle:hover {
    opacity: 0.8;
  }
}

body {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.346;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 26px;
  }
}

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.resize-active * {
  transition: none !important;
}

.container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1620px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  overflow: hidden;
}

.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 10px 7px;
  background: #4fc5ba;
  border: 2px solid #4fc5ba;
  color: #000;
  border-radius: 20px;
  margin: 0;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
}
.btn.center {
  margin: 0 auto;
  display: block;
  width: 260px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .btn {
    padding: 6px 10px 7px;
  }
}
.btn:hover {
  background: #fff;
}
.btn.btn-light {
  background: #e9e9e9;
  border: 2px solid #e9e9e9;
}
.btn.btn-light:hover {
  background: #fff;
}
.btn.btn-white {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
.btn.btn-white:hover {
  background: #000;
  color: #fff;
}
.btn.btn-dark {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.btn.btn-dark:hover {
  background: #fff;
  color: #000;
}
.btn.btn-outline {
  background: none;
  border: 2px solid #fff;
  color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.btn-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4fc5ba;
  opacity: 0.7;
  z-index: -1;
  transition: opacity 0.3s linear, background 0.3s linear;
}
.btn.btn-outline:hover {
  color: #000 !important;
}
.btn.btn-outline:hover:before {
  background: #fff !important;
  opacity: 1;
}
.btn.btn-pink {
  color: #fff;
  border-color: #e60073;
  background: #e60073;
}
.btn.btn-pink:hover {
  background: none;
  color: #000;
}
.btn.btn-pink-outline {
  color: #000;
  border-color: #e60073;
  background: none;
}
.btn.btn-pink-outline:hover {
  background: #e60073;
  color: #fff;
}

.popup-holder {
  height: 0;
  overflow: hidden;
  position: relative;
}

.lightbox-demo {
  background: #e60073;
  color: #fff;
  position: relative;
  width: 290px;
  margin: 0 auto;
  padding: 40px 20px;
  z-index: 99999;
  font-size: 18px;
  line-height: 1.346;
  letter-spacing: -0.23px;
}
@media (min-width: 768px) {
  .lightbox-demo {
    padding: 45px 25px;
    font-size: 22px;
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .lightbox-demo {
    font-size: 24px;
    width: 900px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lightbox-demo {
    min-height: 484px;
    font-size: 26px;
    width: 1040px;
    padding: 67px 50px 76px;
  }
}
.lightbox-demo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/popup-dotted.svg);
  background-size: 100% 100%;
  width: 200px;
  height: 71px;
}
@media (min-width: 768px) {
  .lightbox-demo:before {
    width: 500px;
    height: 177px;
  }
}
@media (min-width: 1024px) {
  .lightbox-demo:before {
    width: 684px;
    height: 242px;
  }
}
@media (min-width: 1200px) {
  .lightbox-demo:before {
    width: 734px;
    height: 260px;
  }
}
.lightbox-demo:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url(../images/popup-triangle.svg);
  background-size: 100% 100%;
  width: 290px;
  height: 133px;
}
@media (min-width: 768px) {
  .lightbox-demo:after {
    width: 700px;
    height: 322px;
  }
}
@media (min-width: 1024px) {
  .lightbox-demo:after {
    width: 900px;
    height: 417px;
  }
}
@media (min-width: 1200px) {
  .lightbox-demo:after {
    width: 1042px;
    height: 483px;
  }
}
.lightbox-demo .fancybox-button {
  display: none;
}
.lightbox-demo h2 {
  margin: 0 0 20px;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #e9e9e9;
  font-weight: 600;
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.4px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .lightbox-demo h2 {
    font-size: 32px;
    padding: 0 50px 20px 0;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .lightbox-demo h2 {
    margin: 0 0 30px;
    padding: 0 50px 30px 0;
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .lightbox-demo h2 {
    margin: 0 0 46px;
    padding: 0 70px 42px 0;
    font-size: 36px;
  }
}
.lightbox-demo p {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .lightbox-demo p {
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .lightbox-demo p {
    margin: 0 0 48px;
  }
}
.lightbox-demo .btn-holder {
  text-align: center;
}
.lightbox-demo .btn-holder .btn {
  border-color: #fff;
  background: #fff;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  min-width: 200px;
  padding: 12px 1px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .lightbox-demo .btn-holder .btn {
    font-size: 18px;
    min-width: 350px;
    padding: 13px 20px 13px;
  }
}
@media (min-width: 1024px) {
  .lightbox-demo .btn-holder .btn {
    min-width: 400px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .lightbox-demo .btn-holder .btn {
    min-width: 500px;
    padding: 15px 20px 13px;
    font-size: 22px;
  }
}
.lightbox-demo .btn-holder .btn:hover {
  background: none;
}
.lightbox-demo .close {
  line-height: 1;
  color: #fff;
  font-size: 21px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
@media (min-width: 768px) {
  .lightbox-demo .close {
    top: 46px;
    right: 26px;
    font-size: 31px;
  }
}
@media (min-width: 1024px) {
  .lightbox-demo .close {
    top: 32px;
    right: 30px;
    font-size: 41px;
  }
}
@media (min-width: 1200px) {
  .lightbox-demo .close {
    top: 62px;
    right: 65px;
  }
}
.lightbox-demo .close:hover {
  color: #000;
}

.info-section {
  padding: 30px 0 16px;
}
@media (min-width: 768px) {
  .info-section {
    padding: 40px 0 20px;
  }
}
@media (min-width: 1024px) {
  .info-section {
    padding: 50px 0 30px;
  }
}
@media (min-width: 1200px) {
  .info-section {
    padding: 70px 0 70px;
  }
}

.info-slider {
  border-top: 2px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
}
@media (min-width: 768px) {
  .info-slider {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    border: none;
  }
}
.info-slider.style-2 .number {
  color: #fd3c1e;
}
.info-slider .slide {
  text-align: center;
  padding: 20px 10px 6px;
}
@media (min-width: 768px) {
  .info-slider .slide {
    width: 33.33%;
    padding: 25px 10px;
    border-left: 1px solid #e9e9e9;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .info-slider .slide {
    padding: 30px 10px;
  }
}
@media (min-width: 1200px) {
  .info-slider .slide {
    padding: 39px 10px;
  }
}
.info-slider .slide:nth-child(3n+1), .info-slider .slide:first-child {
  border-left: none;
}
.info-slider .number {
  display: block;
  margin: 0 0 10px;
  color: #e60073;
  letter-spacing: -1.35px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .info-slider .number {
    letter-spacing: -1.92px;
    margin: 0 0 15px;
  }
}
@media (min-width: 1024px) {
  .info-slider .number {
    font-size: 55px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .info-slider .number {
    font-size: 62px;
    margin: 0 0 25px;
  }
}
.info-slider .text-holder {
  font-size: 14px;
  line-height: 1.429;
  max-width: 253px;
  margin: 0 auto;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .info-slider .text-holder {
    font-size: 16px;
    line-height: 1.421;
    max-width: 380px;
  }
}
@media (min-width: 1024px) {
  .info-slider .text-holder {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .info-slider .text-holder {
    font-size: 19px;
  }
}
.info-slider .text-holder p {
  margin: 0;
}
.info-slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 20px;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}
.info-slider .slick-dots > li {
  margin: 0 8px 10px;
}
.info-slider .slick-dots > li.slick-active button {
  background: #e9e9e9;
}
.info-slider .slick-dots button {
  padding: 0;
  margin: 0;
  border: 2px solid #e9e9e9;
  background: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: background 0.3s linear;
  overflow: hidden;
  text-indent: -9999px;
}
.info-slider .slick-dots button:hover {
  background: #e9e9e9;
}

.intro-block {
  position: relative;
  overflow: hidden;
}
.intro-block.margin-bottom {
  margin-bottom: 100px;
}
.intro-block.reddish-orange-theme .text-holder {
  background-image: url(../images/intro-reddish-orange-bg@2x.jpg);
  background-size: cover;
  background-position: center;
}
.intro-block.reddish-orange-theme .text-holder:before {
  background: url(../images/intro-reddish-orange-dotted.svg);
  background-size: 100% 100%;
  background-position: 0 100%;
}
.intro-block.reddish-orange-theme .text-holder .btn-holder .btn:before {
  background: #fd471f;
}
.intro-block.yellow-theme .text-holder {
  color: #000;
  background-image: url(../images/intro-yellow-bg@2x.jpg);
  background-size: cover;
  background-position: center;
}
.intro-block.yellow-theme .text-holder:before {
  background: url(../images/intro-yellow-dotted.svg);
  background-size: 100% 100%;
  background-position: 0 100%;
}
.intro-block.yellow-theme .text-holder .btn-holder .btn {
  color: #000;
}
.intro-block.yellow-theme .text-holder .btn-holder .btn:before {
  background: #ffed3c;
}
.intro-block.light-yellow-theme .text-holder {
  color: #000;
  background-image: url(../images/intro-light-yellow-bg@2x.jpg);
  background-size: cover;
  background-position: center;
}
.intro-block.light-yellow-theme .text-holder:before {
  background: url(../images/intro-light-yellow-dotted.svg);
  background-size: 100% 100%;
  background-position: 0 100%;
}
.intro-block.light-yellow-theme .text-holder .btn-holder .btn {
  color: #000;
}
.intro-block.light-yellow-theme .text-holder .btn-holder .btn:before {
  background: #ffed3c;
}
.intro-block.blue-theme .text-holder {
  color: #000;
  background-image: url(../images/intro-bg-2@2x.jpg);
  background-size: cover;
  background-position: center;
}
.intro-block.blue-theme .text-holder:before {
  content: "";
  background: url(../images/intro-blue-dotted.svg);
  background-size: 100% 100%;
  background-position: 0 100%;
}
.intro-block.blue-theme .text-holder .btn-holder .btn {
  border-color: #fff;
  color: #000;
}
.intro-block.blue-theme .text-holder .btn-holder .btn:before {
  background: #4fc5ba;
  transition: all 0.3s linear;
}
.intro-block.blue-theme .text-holder .btn-holder .btn:hover:before {
  background: #fff !important;
  opacity: 1;
}
@media (min-width: 1200px) {
  .intro-block.blue-theme .slide-content {
    padding-bottom: 62px;
  }
}
.intro-block.light-blue-theme .text-holder {
  color: #000;
  background-image: url(../images/intro-bg-3@2x.jpg);
  background-size: cover;
  background-position: center;
}
.intro-block.light-blue-theme .text-holder:before {
  content: "";
  background: url(../images/intro-light-blue-dotted.svg);
  background-size: 100% 100%;
  background-position: 0 100%;
}
.intro-block.light-blue-theme .text-holder .btn-holder .btn {
  border-color: #000;
  color: #000;
}
.intro-block.light-blue-theme .text-holder .btn-holder .btn:before {
  background: #edf9f8;
}
.intro-block.light-gray-theme .text-holder {
  color: #000;
  background-image: url(../images/intro-bg-4@2x.png);
  background-size: cover;
  background-position: center;
}
.intro-block.light-gray-theme .text-holder:before {
  content: "";
  background: url(../images/intro-light-gray-dotted.svg);
  background-size: 100% 100%;
  background-position: 0 100%;
}
.intro-block.light-gray-theme .text-holder .btn-holder .btn {
  border-color: #000;
  color: #000;
}
.intro-block.light-gray-theme .text-holder .btn-holder .btn:before {
  background: #edf9f8;
}
.intro-block.greenish-blue-theme .text-holder {
  color: #000;
}
.intro-block.greenish-blue-theme .text-holder:before {
  content: "";
  background: url(../images/intro-greenish-blue-dotted.svg);
  background-size: 100% 100%;
  background-position: 0 100%;
}
.intro-block.greenish-blue-theme .text-holder .btn-holder .btn {
  border-color: #000;
  color: #000;
}
.intro-block.greenish-blue-theme .text-holder .btn-holder .btn:before {
  background: #edf9f8;
}
.intro-block.greenish-blue-theme .text-holder .display {
  max-width: 625px;
}
@media (max-width: 767px) {
  .intro-block.greenish-blue-theme .w-1 {
    display: none;
  }
}
@media (min-width: 768px) {
  .intro-block .d-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
.intro-block .img-holder {
  position: relative;
  height: 0;
  padding-top: 83%;
}
@media (min-width: 768px) {
  .intro-block .img-holder {
    width: 50%;
    padding: 0;
    height: auto;
  }
}
.intro-block .text-holder {
  position: relative;
  color: #fff;
  z-index: 2;
  background-image: url(../images/intro-bg@2x.jpg);
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .intro-block .text-holder {
    width: 50%;
  }
}
.intro-block .text-holder:before {
  content: "";
  background: url(../images/intro-pink-dotted.svg);
  background-size: 100% 100%;
  background-position: 0 100%;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 824px;
  height: 80px;
}
@media (min-width: 768px) {
  .intro-block .text-holder:before {
    width: 1024px;
    height: 101px;
  }
}
@media (min-width: 1024px) {
  .intro-block .text-holder:before {
    width: 1200px;
    height: 118px;
  }
}
@media (min-width: 1200px) {
  .intro-block .text-holder:before {
    width: 1400px;
    height: 136px;
  }
}
@media (min-width: 1400px) {
  .intro-block .text-holder:before {
    width: 1540px;
    height: 149px;
  }
}
.intro-block .slide-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.intro-block .slide-content {
  padding: 25px 10px 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .intro-block .slide-content {
    display: flex;
    flex-direction: column;
    min-height: 350px;
    justify-content: space-between;
    padding: 40px 15px 40px;
  }
}
@media (min-width: 1024px) {
  .intro-block .slide-content {
    padding: 40px 20px 40px;
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .intro-block .slide-content {
    padding: 40px 20px 40px;
    min-height: 500px;
  }
}
@media (min-width: 1400px) {
  .intro-block .slide-content {
    padding: 69px 50px 75px;
    min-height: 580px;
  }
}
.intro-block .slide-content .w-1 {
  width: 100%;
}
.intro-block .slide-content .w-2 {
  width: 100%;
}
.intro-block .slide-content .w-mid {
  width: 100%;
}
.intro-block .slide-content .post-meta {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .intro-block .slide-content .post-meta {
    font-size: 16px;
    margin-top: 40px;
    line-height: 27px;
  }
}
.intro-block .slide-content h1,
.intro-block .slide-content .h1 {
  font-size: 18px;
  line-height: 1.389;
  font-weight: 600;
  margin: 0 0 41px;
}
@media (min-width: 768px) {
  .intro-block .slide-content h1,
  .intro-block .slide-content .h1 {
    font-size: 22px;
    letter-spacing: -0.4px;
    line-height: 1.278;
    margin: 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .intro-block .slide-content h1,
  .intro-block .slide-content .h1 {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .intro-block .slide-content h1,
  .intro-block .slide-content .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .intro-block .slide-content h1,
  .intro-block .slide-content .h1 {
    font-size: 36px;
  }
}
.intro-block .slide-content h1.display,
.intro-block .slide-content .h1.display {
  letter-spacing: -1.28px;
  font-size: 35px;
  line-height: 1.2;
  margin: 0 0 60px;
}
@media (min-width: 768px) {
  .intro-block .slide-content h1.display,
  .intro-block .slide-content .h1.display {
    font-size: 45px;
    margin: 0 0 70px;
  }
}
@media (min-width: 1024px) {
  .intro-block .slide-content h1.display,
  .intro-block .slide-content .h1.display {
    font-size: 55px;
    margin: 0 0 90px;
  }
}
@media (min-width: 1200px) {
  .intro-block .slide-content h1.display,
  .intro-block .slide-content .h1.display {
    font-size: 65px;
    margin: 0 0 95px;
  }
}
@media (min-width: 1400px) {
  .intro-block .slide-content h1.display,
  .intro-block .slide-content .h1.display {
    font-size: 75px;
    margin: 0 0 83px;
  }
}
.intro-block .slide-content .text-area {
  margin: -30px 0 0;
}
@media (min-width: 768px) {
  .intro-block .slide-content .text-area {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .intro-block .slide-content .text-area {
    padding: 28px 0 0;
  }
}
.intro-block .slide-content .btn-holder .btn {
  background: none;
  border-color: #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  padding: 9px 10px 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  .intro-block .slide-content .btn-holder .btn {
    display: inline-block;
    vertical-align: top;
    padding: 13px 15px 13px;
    border-radius: 30px;
  }
}
@media (min-width: 1024px) {
  .intro-block .slide-content .btn-holder .btn {
    font-size: 18px;
    padding: 16px 20px 16px;
  }
}
@media (min-width: 1200px) {
  .intro-block .slide-content .btn-holder .btn {
    font-size: 19px;
    padding: 16px 28px 16px;
  }
}
.intro-block .slide-content .btn-holder .btn.btn-pink-outline {
  border-color: #e60073;
}
.intro-block .slide-content .btn-holder .btn.btn-pink-outline:before {
  background: #f1f9f8;
}
.intro-block .slide-content .btn-holder .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #e60073;
  opacity: 0.7;
  transition: opacity 0.3s linear;
}
.intro-block .slide-content .btn-holder .btn.small {
  font-size: 12px;
  padding: 7px 14px 6px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .intro-block .slide-content .btn-holder .btn.small {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .intro-block .slide-content .btn-holder .btn.small {
    font-size: 16px;
    margin: 10px 12px 0 0;
  }
}
.intro-block .slide-content .btn-holder .btn:hover {
  color: #000;
}
.intro-block .slide-content .btn-holder .btn:hover:before {
  background: #fff !important;
  opacity: 1;
}

.hr {
  margin: 0;
  height: 1px;
  padding: 0;
  box-shadow: none;
  background: #e9e9e9;
  width: 100%;
}

.title {
  display: block;
  margin: 0 0 16px;
  font-size: 11px;
  line-height: 1.2;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .title {
    font-size: 13px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .title {
    font-size: 14px;
    margin: 0 0 25px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 15px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1400px) {
  .title {
    font-size: 16px;
    margin: 0 0 36px;
  }
}

.intro-slider,
.intro-block-slider {
  position: relative;
}
.intro-slider .slide-content .title,
.intro-block-slider .slide-content .title {
  padding: 0 100px 0 0;
}
@media (min-width: 768px) {
  .intro-slider .slide-content .title,
  .intro-block-slider .slide-content .title {
    padding: 0;
  }
}
.intro-slider .slick-dots,
.intro-block-slider .slick-dots {
  position: absolute;
  top: 27px;
  right: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .intro-slider .slick-dots,
  .intro-block-slider .slick-dots {
    top: auto;
    bottom: 20px;
    right: 53%;
  }
}
@media (min-width: 1400px) {
  .intro-slider .slick-dots,
  .intro-block-slider .slick-dots {
    bottom: 75px;
  }
}
.intro-slider .slick-dots > li,
.intro-block-slider .slick-dots > li {
  margin: 0 0 0 16px;
}
.intro-slider .slick-dots > li.slick-active button,
.intro-block-slider .slick-dots > li.slick-active button {
  background: #fff;
}
.intro-slider .slick-dots button,
.intro-block-slider .slick-dots button {
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 0;
  margin: 0;
}
.intro-slider .slick-dots button:hover,
.intro-block-slider .slick-dots button:hover {
  background: #fff;
}

.coloured-section {
  position: relative;
  z-index: 1;
  padding: 36px 0 22px;
  font-size: 14px;
  letter-spacing: -0.07px;
  line-height: 1.5;
  background-image: url(../images/colored-bg-1.jpg);
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .coloured-section {
    font-size: 18px;
    line-height: 1.346;
    padding: 50px 0 40px;
  }
}
@media (min-width: 1024px) {
  .coloured-section {
    font-size: 22px;
    padding: 70px 0 50px;
  }
}
@media (min-width: 1200px) {
  .coloured-section {
    font-size: 26px;
    padding: 93px 0 89px;
  }
}
.coloured-section.yellow {
  background-image: url(../images/colored-bg-2.jpg);
  background-size: cover;
  background-position: center;
}
.coloured-section.yellow .btn-list .btn.btn-outline:before,
.coloured-section.yellow .btn-holder .btn.btn-outline:before {
  background: #ffed3c;
}
.coloured-section.pink {
  color: #fff;
  background-image: url(../images/colored-bg-3.jpg);
  background-size: cover;
  background-position: center;
}
.coloured-section.pink h2,
.coloured-section.pink .h2 {
  color: #fff;
}
.coloured-section.pink .btn-list .btn.btn-outline,
.coloured-section.pink .btn-holder .btn.btn-outline {
  color: #fff;
}
.coloured-section.pink .btn-list .btn.btn-outline:before,
.coloured-section.pink .btn-holder .btn.btn-outline:before {
  background: #e60073;
}
@media (min-width: 768px) {
  .coloured-section .container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .coloured-section .text-holder {
    width: calc(100% - 250px);
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .coloured-section .text-holder {
    width: calc(100% - 350px);
  }
}
@media (min-width: 1200px) {
  .coloured-section .text-holder {
    width: calc(100% - 450px);
  }
}
@media (min-width: 1400px) {
  .coloured-section .text-holder {
    width: calc(100% - 500px);
  }
}
.coloured-section .text-holder .btn {
  display: block;
  margin: 0 0 20px;
  font-size: 16px;
  padding: 9px 10px 8px;
}
@media (min-width: 768px) {
  .coloured-section .text-holder .btn {
    display: inline-block;
    padding: 7px 21px 6px;
    margin: 0 10px 10px 0;
  }
}
@media (min-width: 768px) {
  .coloured-section .text-wrap {
    max-width: 770px;
  }
}
@media (min-width: 1024px) {
  .coloured-section .text-wrap {
    min-height: 394px;
  }
}
@media (min-width: 768px) {
  .coloured-section .btn-list-wrap {
    width: 250px;
    padding: 7px 0 0;
  }
}
@media (min-width: 1024px) {
  .coloured-section .btn-list-wrap {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .coloured-section .btn-list-wrap {
    width: 450px;
  }
}
@media (min-width: 1400px) {
  .coloured-section .btn-list-wrap {
    width: 500px;
  }
}
.coloured-section h2,
.coloured-section .h2 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.11px;
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #fff;
  margin: 0 0 17px;
  padding: 0 0 16px;
}
@media (min-width: 768px) {
  .coloured-section h2,
  .coloured-section .h2 {
    font-size: 24px;
    letter-spacing: -0.14px;
  }
}
@media (min-width: 1024px) {
  .coloured-section h2,
  .coloured-section .h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .coloured-section h2,
  .coloured-section .h2 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .coloured-section h2,
  .coloured-section .h2 {
    font-size: 36px;
    padding: 0 0 42px;
    margin: 0 0 44px;
  }
}
.coloured-section p {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .coloured-section p {
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .coloured-section p {
    margin: 0 0 35px;
  }
}
@media (min-width: 1200px) {
  .coloured-section p {
    margin: 0 0 40px;
  }
}
@media (min-width: 1400px) {
  .coloured-section p {
    margin: 0 0 45px;
  }
}

.btn-list {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .btn-list {
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .btn-list {
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  .btn-list {
    margin: 0 -20px;
  }
}
.btn-list > li {
  margin: 0 0 20px;
  width: 100%;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .btn-list > li {
    margin: 0 0 25px;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .btn-list > li {
    margin: 0 0 30px;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .btn-list > li {
    margin: 0 0 35px;
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .btn-list > li {
    margin: 0 0 40px;
  }
}
.btn-list > li.half {
  width: 50%;
}
.btn-list .btn {
  display: block;
  font-size: 16px;
  padding: 9px 10px 8px;
}
@media (min-width: 1024px) {
  .btn-list .btn {
    font-size: 18px;
    padding: 14px 10px 13px;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .btn-list .btn {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .btn-list .btn {
    font-size: 22px;
  }
}

.text-section {
  position: relative;
  padding: 74px 0 85px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .text-section {
    letter-spacing: -0.05px;
    padding: 119px 0 40px;
  }
}
.text-section a {
  text-decoration: underline;
}
.text-section a:hover {
  text-decoration: none;
}
.text-section a.oh-share {
  text-decoration: none;
}
.text-section.greenish-blue-theme:before {
  background: url(../images/text-decor-3-mobile.svg);
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .text-section.greenish-blue-theme:before {
    background: url(../images/text-decor-3.svg);
    background-size: 100% 100%;
  }
}
.text-section.greenish-blue-theme:after {
  background: url(../images/text-decor-4-mobile.svg);
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .text-section.greenish-blue-theme:after {
    background: url(../images/text-decor-4.svg);
    background-size: 100% 100%;
  }
}
.text-section.yellow-theme:before {
  background: url(../images/text-decor-5-mobile.svg);
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .text-section.yellow-theme:before {
    background: url(../images/text-decor-5.svg);
    background-size: 100% 100%;
  }
}
.text-section.yellow-theme:after {
  background: url(../images/text-decor-6-mobile.svg);
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .text-section.yellow-theme:after {
    background: url(../images/text-decor-6.svg);
    background-size: 100% 100%;
  }
}
.text-section.yellow-theme .container {
  max-width: 1210px;
}
@media (min-width: 1024px) {
  .text-section.no-decor p, .text-section.white-theme p {
    margin: 0 0 14px;
  }
}
.text-section.no-decor:before, .text-section.white-theme:before {
  display: none;
}
.text-section.no-decor:after, .text-section.white-theme:after {
  display: none;
}
.text-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/text-decor-1-mobile.svg);
  background-size: 100% 100%;
  width: 320px;
  height: 50px;
  z-index: -1;
}
@media (min-width: 1024px) {
  .text-section:before {
    background: url(../images/text-decor-1.svg);
    background-size: 100% 100%;
    top: auto;
    bottom: 0;
    width: 100px;
    height: 381px;
  }
}
.text-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/text-decor-2-mobile.svg);
  background-size: 100% 100%;
  width: 320px;
  height: 50px;
  z-index: -1;
}
@media (min-width: 1024px) {
  .text-section:after {
    background: url(../images/text-decor-2.svg);
    background-size: 100% 100%;
    width: 381px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .text-section .container {
    padding: 0 120px;
    max-width: 1280px;
  }
}

.text-section-narrow {
  padding: 50px 0;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.526;
}
@media (min-width: 768px) {
  .text-section-narrow {
    font-size: 15px;
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .text-section-narrow {
    font-size: 17px;
    padding: 75px 0 80px;
  }
}
@media (min-width: 1200px) {
  .text-section-narrow {
    font-size: 19px;
    padding: 96px 0 102px;
  }
}
.text-section-narrow .container {
  max-width: 780px;
}
.text-section-narrow h2,
.text-section-narrow .h2 {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .text-section-narrow h2,
  .text-section-narrow .h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .text-section-narrow h2,
  .text-section-narrow .h2 {
    font-size: 26px;
    margin: 0 0 31px;
  }
}
.text-section-narrow hr {
  border-top: 2px solid #e9e9e9;
  margin-bottom: 23px;
}
.text-section-narrow p {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .text-section-narrow p {
    margin: 0 0 25px;
  }
}
@media (min-width: 1200px) {
  .text-section-narrow p {
    margin: 0 0 32px;
  }
}
.text-section-narrow p a {
  text-decoration: underline;
}
.text-section-narrow p a:hover {
  text-decoration: none;
}

blockquote {
  color: #e60073;
  border-top: 2px #e9e9e9 solid;
  border-bottom: 2px #e9e9e9 solid;
  margin: 0 0 20px;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  blockquote {
    font-size: 26px;
    line-height: 31px;
    margin: 43px 0 50px;
    padding: 39px 0 17px;
  }
}
blockquote p:nth-child(2) {
  color: #000;
  font-family: "Helvetica", "Arial", sans-serif;
}
@media (min-width: 1024px) {
  blockquote p:nth-child(2) {
    font-size: 19px;
  }
}

.accordion .accordion-container {
  border-top: 2px #e9e9e9 solid;
  padding: 55px 0 20px;
}
.accordion .accordion-container .accordion-head {
  cursor: pointer;
  position: relative;
}
.accordion .accordion-container .accordion-head:before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 23px;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 16px;
  color: #e60073;
  transition: transform 0.3s linear;
}
@media (min-width: 1024px) {
  .accordion .accordion-container .accordion-head:before {
    transform: translateY(-100%);
    font-size: 17px;
    margin: -2px 0 0;
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .accordion .accordion-container .accordion-head:before {
    right: 19px;
  }
}
.accordion .accordion-container .accordion-head.ui-accordion-header-active:before {
  transform: translateY(-100%) rotate(-180deg);
}
.accordion .accordion-container .accordion-body {
  padding-right: 50px;
}
@media (min-width: 1024px) {
  .accordion .accordion-container .accordion-body {
    padding-right: 100px;
  }
}
.accordion .accordion-container h3 {
  color: #e60073;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-weight: 500;
  padding-right: 50px;
}
@media (min-width: 1024px) {
  .accordion .accordion-container h3 {
    font-size: 26px;
    line-height: 31px;
    margin: 0 0 23px;
    padding-right: 100px;
  }
}

h2,
.h2 {
  margin: 0 0 25px;
  font-weight: 600;
  letter-spacing: -0.09px;
  font-size: 18px;
  line-height: 1.389;
  color: #000;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 24px;
    letter-spacing: -0.14px;
    line-height: 1.222;
    margin: 0 0 35px;
  }
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 28px;
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 32px;
    margin: 0 0 51px;
  }
}
@media (min-width: 1400px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

.card-section {
  padding: 30px 0 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .card-section {
    padding: 60px 0 21px;
  }
}
@media (min-width: 1024px) {
  .card-section {
    padding: 80px 0 31px;
  }
}
@media (min-width: 1200px) {
  .card-section {
    padding: 99px 0 63px;
  }
}
.card-section.blue-bg .section-header {
  border-bottom: 2px solid #fff;
}
@media (min-width: 1400px) {
  .card-section.blue-bg .section-header {
    padding: 0 0 37px;
    margin: 0 0 60px;
  }
}
.card-section.yellow-bg {
  background: url(../images/card-bg-yellow.jpg);
  background-size: cover;
  background-position: center;
}
.card-section.yellow-bg .section-header {
  border-bottom: 2px solid #fff;
}
@media (min-width: 1400px) {
  .card-section.yellow-bg .section-header {
    padding: 0 0 37px;
    margin: 0 0 60px;
  }
}
.card-section.yellow-bg .section-header .btn-holder .btn-outline:before {
  display: none;
}
.card-section.light-blue-bg .section-header {
  border-bottom: 2px solid #fff;
}
@media (min-width: 1400px) {
  .card-section.light-blue-bg .section-header {
    padding: 0 0 37px;
    margin: 0 0 51px;
  }
}
@media (min-width: 768px) {
  .card-section.light-blue-bg .section-header .btn-holder .btn {
    padding: 6px 17px 7px;
  }
}
.card-section.style-2 {
  padding-top: 5px;
}
@media (min-width: 1200px) {
  .card-section.pink-decor {
    padding: 95px 0 58px;
  }
}
.card-section.pink-decor:before {
  content: "";
  background: url(../images/card-pink-dotted-1.svg);
  background-size: 100% 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 824px;
  height: 80px;
  z-index: -1;
}
@media (min-width: 768px) {
  .card-section.pink-decor:before {
    width: 1024px;
    height: 101px;
  }
}
@media (min-width: 1024px) {
  .card-section.pink-decor:before {
    width: 1200px;
    height: 118px;
  }
}
@media (min-width: 1200px) {
  .card-section.pink-decor:before {
    width: 1400px;
    height: 136px;
  }
}
@media (min-width: 1400px) {
  .card-section.pink-decor:before {
    width: 1540px;
    height: 149px;
  }
}
.card-section.pink-decor:after {
  content: "";
  z-index: -2;
  background: url(../images/card-pink-triangle.svg);
  background-size: 100% auto;
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
@media (min-width: 1400px) {
  .card-section.pink-decor .section-header {
    padding: 0 0 37px;
    margin: 0 0 43px;
  }
}
.card-section.pink-decor .section-header .btn-holder .btn {
  background: #fff;
}
@media (min-width: 768px) {
  .card-section.pink-decor .section-header .btn-holder .btn {
    padding: 6px 19px 7px;
  }
}
@media (min-width: 1200px) {
  .card-section.pink-decor .section-header .btn-holder .btn {
    margin: -5px 0 0;
  }
}
.card-section.pink-decor .section-header .btn-holder .btn:hover {
  background: #e60073;
}
.card-section.pink-decor .card-list .card.light-card .same-height {
  min-height: 159px;
}
@media (min-width: 1200px) {
  .card-section.pink-decor .card-list .card.light-card .text-holder {
    font-size: 19px;
  }
}

.text-info-block {
  margin: 0 0 20px;
  letter-spacing: -0.23px;
  font-size: 26px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .text-info-block {
    font-size: 18px;
    line-height: 1.385;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .text-info-block {
    font-size: 22px;
    margin: 0 0 45px;
  }
}
@media (min-width: 1200px) {
  .text-info-block {
    font-size: 26px;
    margin: 0 0 62px;
  }
}
.text-info-block .wrap {
  max-width: 965px;
}

.position-relative {
  position: relative;
  padding: 0 0 48px;
}
@media (min-width: 768px) {
  .position-relative {
    padding: 0;
  }
}

.section-header {
  border-bottom: 2px solid #e9e9e9;
  padding: 0 0 15px;
  margin: 0 0 29px;
}
@media (min-width: 768px) {
  .section-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 16px;
    margin: 0 0 35px;
  }
}
@media (min-width: 1024px) {
  .section-header {
    padding: 0 0 20px;
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .section-header {
    padding: 0 0 39px;
    margin: 0 0 49px;
  }
}
.section-header h2,
.section-header .h2 {
  letter-spacing: -0.11px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .section-header h2,
  .section-header .h2 {
    max-width: 60%;
    margin: 0 0 6px;
  }
}
@media (min-width: 768px) {
  .section-header h2:only-child,
  .section-header .h2:only-child {
    max-width: 100%;
  }
}
.section-header h2.pink,
.section-header .h2.pink {
  color: #e60073;
}
.section-header .btn-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-header .btn-holder {
    max-width: 40%;
    position: static;
  }
}
@media (min-width: 1200px) {
  .section-header .btn-holder {
    padding: 5px 0 0;
  }
}
.section-header .btn-holder .btn {
  display: block;
}
@media (min-width: 768px) {
  .section-header .btn-holder .btn {
    display: inline-block;
    padding: 6px 12px 5px;
  }
}
@media (min-width: 1024px) {
  .section-header .btn-holder .btn {
    padding: 6px 15px 5px;
  }
}
@media (min-width: 1200px) {
  .section-header .btn-holder .btn {
    padding: 9px 19px 8px;
  }
}

@media (min-width: 768px) {
  .card-list {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .card-list {
    margin: 0 -20px;
  }
}
.card-list .card.light-card .text-holder {
  background: #e9e9e9;
  color: #000;
}
@media (min-width: 1200px) {
  .card-list .card.light-card .text-holder {
    font-size: 16px;
  }
}
.card-list .card.light-card .text-holder h3,
.card-list .card.light-card .text-holder .h3 {
  color: #000;
}
.card-list .card.light-card .text-holder .link-holder .link {
  color: #000;
}
.card-list .card-wrap {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .card-list .card-wrap {
    padding: 0 15px;
    width: 50%;
    margin: 0 0 39px;
  }
}
@media (min-width: 1024px) {
  .card-list .card-wrap {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .card-list .card-wrap {
    padding: 0 20px;
  }
}
.card-list .card-wrap .post {
  height: 100%;
}

.card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card a {
  color: #000;
}
.card .img-holder {
  position: relative;
  height: 0;
  padding-top: 52%;
}
@media (min-width: 768px) {
  .card .img-holder {
    padding-top: 48%;
    margin: 0 0 -1px;
  }
}
.card .title {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 12px;
  letter-spacing: -0.01px;
}
@media (min-width: 768px) {
  .card .title {
    font-size: 12px;
    margin: 0 0 14px;
  }
}
@media (min-width: 1024px) {
  .card .title {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
.card .text-holder {
  flex-grow: 1;
  background: #000;
  color: #fff;
  padding: 10px 11px 12px 14px;
  font-size: 14px;
  line-height: 1.429;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .card .text-holder {
    font-size: 15px;
    line-height: 1.474;
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  .card .text-holder {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .card .text-holder {
    font-size: 19px;
    padding: 28px 28px 26px 28px;
  }
}
.card .text-holder p {
  margin: 0;
}
.card .same-height {
  min-height: 110px;
  padding: 0 0 14px;
}
@media (min-width: 1024px) {
  .card .same-height {
    min-height: 1px;
    padding: 0 0 28px;
  }
}
.card h3,
.card .h3 {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 8px;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .card h3,
  .card .h3 {
    letter-spacing: -0.1px;
    font-size: 20px;
    margin: 0 0 15px;
  }
}
@media (min-width: 1024px) {
  .card h3,
  .card .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .card h3,
  .card .h3 {
    font-size: 26px;
  }
}
.card h3 a,
.card .h3 a {
  color: inherit;
}
.card h3 a:hover,
.card .h3 a:hover {
  opacity: 0.7;
}
.card .link-holder .link {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .card .link-holder .link {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .card .link-holder .link {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .card .link-holder .link {
    font-size: 19px;
  }
}
.card .link-holder .link:hover {
  text-decoration: none;
}

.post-section {
  padding: 21px 0 31px;
}
@media (min-width: 768px) {
  .post-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .post-section {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .post-section {
    padding: 94px 0 98px;
  }
}
.post-section.style-2 {
  padding: 5px 0 31px;
}
@media (min-width: 768px) {
  .post-section.style-2 {
    padding: 10px 0 30px;
  }
}
@media (min-width: 1024px) {
  .post-section.style-2 {
    padding: 10px 0 40px;
  }
}
@media (min-width: 1200px) {
  .post-section.style-2 {
    padding: 1px 0 82px;
  }
}
@media (min-width: 1200px) {
  .post-section.style-3 {
    padding: 94px 0 83px;
  }
}
@media (min-width: 1200px) {
  .post-section.style-3 .section-header {
    margin: 0 0 43px;
  }
}
@media (min-width: 768px) {
  .post-section.style-3 .section-header .btn-holder .btn {
    padding: 6px 13px;
  }
}
@media (min-width: 1200px) {
  .post-section.style-3 .section-header .btn-holder .btn {
    margin: -2px 0 0;
  }
}
@media (min-width: 1200px) {
  .post-section .section-header {
    padding: 0 0 36px;
    margin: 0 0 61px;
  }
}
@media (min-width: 1024px) {
  .post-section .two-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 1200px) {
  .post-section .two-cols {
    margin: 0 -15px;
  }
}
@media (min-width: 1400px) {
  .post-section .two-cols {
    margin: 0 -20px;
  }
}
.post-section .two-cols .col-1 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-section .two-cols .col-1 {
    width: 33.33%;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .post-section .two-cols .col-1 {
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .post-section .two-cols .col-1 {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .post-section .two-cols .col-2 {
    width: 66.66%;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .post-section .two-cols .col-2 {
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .post-section .two-cols .col-2 {
    padding: 0 20px;
  }
}

.article-list {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .article-list {
    margin: 0 -10px 50px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .article-list {
    margin: 0 -10px;
  }
}
@media (min-width: 1200px) {
  .article-list {
    margin: 0 -15px;
  }
}
@media (min-width: 1400px) {
  .article-list {
    margin: 0 -20px;
  }
}
.article-list .a-wrap {
  margin: 0 0 23px;
}
@media (min-width: 768px) {
  .article-list .a-wrap {
    padding: 0 10px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .article-list .a-wrap {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .article-list .a-wrap {
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .article-list .a-wrap {
    padding: 0 20px;
  }
}
.article-list .a-wrap .card-wrap {
  height: 100%;
}
.article-list .a-wrap .card-wrap .article {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-list .a-wrap .card-wrap .article .text-holder {
  flex-grow: 1;
}

.article .img-holder {
  position: relative;
  height: 0;
  z-index: 1;
  padding-top: 52%;
}
@media (min-width: 1200px) {
  .article .img-holder {
    padding-top: 48%;
  }
}
.article .text-holder {
  border-bottom: 2px solid #fd3c1e;
  display: flex;
  flex-wrap: wrap;
}
.article .text-holder .title {
  color: #000;
}
@media (min-width: 1024px) {
  .article .text-holder {
    border-color: #e60073;
  }
}
.article .text-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 153px;
  padding: 10px 0 14px;
}
@media (min-width: 1200px) {
  .article .text-wrap {
    min-height: 238px;
    padding: 30px 0 24px;
  }
}
.article .w-1 {
  width: 100%;
}
.article .link-holder {
  width: 100%;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .article .link-holder {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .article .link-holder {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .article .link-holder {
    letter-spacing: -0.06px;
    font-size: 19px;
  }
}
.article .link-holder .link {
  color: #000;
  text-decoration: underline;
}
.article .link-holder .link:hover {
  text-decoration: none;
}
.article .title {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .article .title {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .article .title {
    letter-spacing: -0.32px;
    font-size: 14px;
    margin: 0 0 16px;
  }
}
.article h3,
.article .h3 {
  margin: 0 0 13px;
  letter-spacing: -0.02px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .article h3,
  .article .h3 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .article h3,
  .article .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .article h3,
  .article .h3 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}
.article .time {
  display: block;
  margin: 0;
  letter-spacing: -0.52px;
  font-size: 14px;
  line-height: 1.2;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .article .time {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .article .time {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .article .time {
    letter-spacing: -0.74px;
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  .post-list {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .post-list {
    margin: 0 -15px;
  }
}
@media (min-width: 1400px) {
  .post-list {
    margin: 0 -20px;
  }
}
@media (min-width: 1024px) {
  .post-list.three-cols .post-wrap {
    width: 33.33%;
  }
}
.post-list .post-wrap,
.post-list .card-wrap {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .post-list .post-wrap,
  .post-list .card-wrap {
    padding: 0 10px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .post-list .post-wrap,
  .post-list .card-wrap {
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .post-list .post-wrap,
  .post-list .card-wrap {
    padding: 0 20px;
  }
}

.post {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  color: #fff;
  transition: box-shadow 0.3s linear;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.421;
}
@media (min-width: 768px) {
  .post {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .post {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .post {
    font-size: 19px;
  }
}
.post:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.post:hover .link-holder .link {
  text-decoration: none;
}
.post.with-decor:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/post-decor.svg);
  background-size: 100% 100%;
  z-index: 1;
  width: 150px;
  height: 53px;
}
@media (min-width: 1200px) {
  .post.with-decor:after {
    width: 180px;
    height: 64px;
  }
}
@media (min-width: 1400px) {
  .post.with-decor:after {
    width: 233px;
    height: 82px;
  }
}
.post p {
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .post p {
    margin: 0 0 30px;
  }
}
@media (min-width: 1400px) {
  .post p {
    margin: 0 0 51px;
  }
}
.post.black .bg-stretch {
  background-color: #404040;
}
.post.black:before {
  background: #404040;
}
.post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e60073;
  z-index: -1;
  opacity: 0;
}
.msie .post:before {
  opacity: 0.65;
}
.post .bg-stretch {
  z-index: -2;
  background-color: #e60073;
  background-blend-mode: multiply;
}
.post .d-flex {
  display: flex;
  flex-direction: column;
  padding: 12px 13px;
  justify-content: space-between;
  width: 100%;
  min-height: 310px;
}
@media (min-width: 1024px) {
  .post .d-flex {
    min-height: 318px;
  }
}
@media (min-width: 1200px) {
  .post .d-flex {
    min-height: 480px;
    padding: 29px 30px 26px;
  }
}
.post .w-1 {
  width: 100%;
}
.post .w-2 {
  width: 100%;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .post .w-2 {
    margin: 0 0 15px;
  }
}
@media (min-width: 1024px) {
  .post .w-2 {
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .post .w-2 {
    margin: 0 0 25px;
  }
}
@media (min-width: 1400px) {
  .post .w-2 {
    margin: 0 0 33px;
  }
}
.post .w-3 {
  width: 100%;
}
.post .title {
  letter-spacing: -0.09px;
  font-size: 11px;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .post .title {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .post .title {
    letter-spacing: -0.18px;
    font-size: 14px;
  }
}
.post .link-holder .link {
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .post .link-holder .link {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .post .link-holder .link {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .post .link-holder .link {
    letter-spacing: -0.06px;
    font-size: 19px;
  }
}
.post h3,
.post .h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 768px) {
  .post h3,
  .post .h3 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .post h3,
  .post .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .post h3,
  .post .h3 {
    font-size: 26px;
    letter-spacing: -0.13px;
    line-height: 1.346;
    margin: 0 0 18px;
  }
}
.post h2,
.post .h2 {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 768px) {
  .post h2,
  .post .h2 {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .post h2,
  .post .h2 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .post h2,
  .post .h2 {
    font-size: 19px;
  }
}
.post .time {
  display: block;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .post .time {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .post .time {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .post .time {
    letter-spacing: -0.36px;
    font-size: 19px;
  }
}

.text-block {
  background: #4fc5ba;
  color: #000;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .text-block {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .text-block {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .text-block {
    padding: 71px 0 75px;
  }
}
.text-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 759px;
  height: 150px;
  background: url(../images/text-block-triangle.png);
  background-size: 100% 100%;
}
.text-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url(../images/text-block-dotted.svg);
  background-size: 100% 100%;
  width: 239px;
  height: 470px;
}
.text-block.pink-theme {
  background: #e60073;
  color: #fff;
}
.text-block.pink-theme:before {
  width: 759px;
  height: 150px;
  background: url(../images/pink-text-block-triangle.png);
  background-size: 100% 100%;
}
.text-block.pink-theme:after {
  background: url(../images/pink-text-block-dotted.svg);
  background-size: 100% 100%;
  width: 239px;
  height: 470px;
}
.text-block.pink-theme h2,
.text-block.pink-theme .h2 {
  color: #fff;
}
.text-block.pink-theme .btn.btn-outline {
  color: #fff;
}
.text-block.pink-theme .btn.btn-outline:before {
  display: none;
}
.text-block .text-wrap {
  max-width: 1100px;
}
.text-block .title {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .text-block .title {
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .text-block .title {
    margin: 0 0 41px;
  }
}
.text-block h2,
.text-block .h2 {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .text-block h2,
  .text-block .h2 {
    margin: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .text-block h2,
  .text-block .h2 {
    margin: 0 0 55px;
  }
}
@media (min-width: 1200px) {
  .text-block h2,
  .text-block .h2 {
    margin: 0 0 76px;
  }
}
.text-block .btn-holder .btn {
  padding: 8px 15px 9px;
}
@media (min-width: 768px) {
  .text-block .btn-holder .btn {
    padding: 11px 20px 12px;
    border-radius: 30px;
  }
}
@media (min-width: 1024px) {
  .text-block .btn-holder .btn {
    padding: 15px 28px 16px;
  }
}
@media (min-width: 1200px) {
  .text-block .btn-holder .btn {
    font-size: 19px;
  }
}

.video-holder {
  position: relative;
  height: 160px;
}
@media (min-width: 768px) {
  .video-holder {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .video-holder {
    height: 390px;
  }
}
@media (min-width: 1200px) {
  .video-holder {
    height: 420px;
  }
}
@media (min-width: 1400px) {
  .video-holder {
    height: 580px;
  }
}
.video-holder .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1;
  font-size: 75px;
}
@media (min-width: 768px) {
  .video-holder .icon {
    font-size: 100px;
  }
}
@media (min-width: 1024px) {
  .video-holder .icon {
    font-size: 150px;
  }
}
@media (min-width: 1200px) {
  .video-holder .icon {
    font-size: 175px;
  }
}
@media (min-width: 1400px) {
  .video-holder .icon {
    font-size: 200px;
  }
}
.video-holder .icon:hover {
  color: #fd3c1e;
}

.video-caption {
  text-align: center;
  padding: 20px 0;
  background: #e9e9e9;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .video-caption {
    font-size: 15px;
    padding: 25px 0;
  }
}
@media (min-width: 1024px) {
  .video-caption {
    font-size: 17px;
    padding: 35px 0;
  }
}
@media (min-width: 1200px) {
  .video-caption {
    font-size: 19px;
    padding: 42px 0 46px;
  }
}
.video-caption h2,
.video-caption .h2 {
  margin: 0 0 10px;
  letter-spacing: -0.09px;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .video-caption h2,
  .video-caption .h2 {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
@media (min-width: 1024px) {
  .video-caption h2,
  .video-caption .h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .video-caption h2,
  .video-caption .h2 {
    font-size: 22px;
  }
}
.video-caption p {
  margin: 0;
}

.overview-section {
  padding: 50px 0;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.526;
}
.overview-section .event-details {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .overview-section .event-details {
    font-size: 16px;
    margin-top: 130px;
    line-height: 30px;
    margin-left: 0;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .overview-section {
    font-size: 15px;
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .overview-section {
    font-size: 17px;
    padding: 75px 0 80px;
  }
}
@media (min-width: 1200px) {
  .overview-section {
    font-size: 19px;
    padding: 96px 0 102px;
  }
}
@media (min-width: 1200px) {
  .overview-section .section-header {
    padding: 0 0 36px;
    margin: 0 0 45px;
  }
}
.overview-section .section-header h2,
.overview-section .section-header .h2 {
  letter-spacing: -1.12px;
  font-weight: 600;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .overview-section .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.overview-section .col-1 {
  margin: 0 0 50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .overview-section .col-1 {
    padding: 0 30px 0 0;
    width: 60%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .overview-section .col-1 {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .overview-section .col-1 {
    width: 65%;
  }
}
@media (min-width: 1400px) {
  .overview-section .col-1 {
    width: 68.5%;
  }
}
.overview-section .col-1 .wrap {
  max-width: 770px;
}
@media (min-width: 768px) {
  .overview-section .col-2 {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .overview-section .col-2 {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .overview-section .col-2 {
    width: 35%;
  }
}
@media (min-width: 1400px) {
  .overview-section .col-2 {
    width: 31.5%;
  }
}
.overview-section.account-layout {
  padding: 0;
}
.overview-section.account-layout:after {
  content: "";
  background: url(../images/intro-light-blue-dotted.svg);
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 148px;
  width: 100%;
  display: block;
  transform: scaleX(-1);
}
.overview-section.account-layout .content-holder {
  border-top: 2px solid #e9e9e9;
  width: 100%;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .overview-section.account-layout .content-holder {
    padding: 45px 0;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .overview-section.account-layout .content-holder {
    padding: 45px 0 80px;
  }
}
@media (min-width: 1200px) {
  .overview-section.account-layout .content-holder {
    padding: 62px 0 102px;
  }
}
@media (min-width: 768px) {
  .overview-section.account-layout .content-holder > .col-1 {
    padding: 0;
    padding: 0 0 0 26px;
  }
}
@media (min-width: 768px) {
  .overview-section.account-layout .content-holder > .col-2 {
    padding: 0 30px 0 0;
  }
}
.overview-section.account-layout .text-holder {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  line-height: 30px;
}
.overview-section p {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .overview-section p {
    margin: 0 0 25px;
  }
}
@media (min-width: 1200px) {
  .overview-section p {
    margin: 0 0 32px;
  }
}
.overview-section .text-holder {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .overview-section .text-holder {
    margin: 0 0 50px;
  }
}
@media (min-width: 1024px) {
  .overview-section .text-holder {
    margin: 0 0 75px;
  }
}
@media (min-width: 1200px) {
  .overview-section .text-holder {
    margin: 0 0 92px;
  }
}
.overview-section .btn-holder .btn {
  width: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .overview-section .btn-holder .btn {
    padding: 6px 12px 5px;
  }
}
@media (min-width: 1024px) {
  .overview-section .btn-holder .btn {
    padding: 6px 15px 5px;
  }
}
@media (min-width: 1200px) {
  .overview-section .btn-holder .btn {
    padding: 9px 19px 8px;
  }
}

.share-box-wrap {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #e9e9e9;
  padding: 7px 13px 4px 20px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .share-box-wrap {
    padding: 7px 18px 4px 25px;
  }
}

.share-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.share-box .title {
  display: block;
  letter-spacing: -0.51px;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 20px 0 0;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .share-box .title {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .share-box .title {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .share-box .title {
    font-size: 19px;
  }
}
.share-box .social-network {
  margin: 0;
  justify-content: flex-start;
  padding: 0;
}
.share-box .social-network > li {
  margin: 0 10px 0 0;
}
@media (min-width: 1200px) {
  .share-box .social-network > li {
    margin: 0 13px 0 0;
  }
}
.share-box .social-network > li a {
  line-height: 1;
  font-size: 30px;
  color: #e60073;
}
@media (min-width: 768px) {
  .share-box .social-network > li a {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .share-box .social-network > li a {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .share-box .social-network > li a {
    font-size: 41px;
  }
}
.share-box .social-network > li a:hover {
  color: #000;
}

.download-list {
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  padding: 3px 0 0;
}
@media (min-width: 768px) {
  .download-list {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .download-list {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .download-list {
    font-size: 22px;
  }
}
.download-list > li {
  position: relative;
  padding: 15px 0 15px 53px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .download-list > li {
    padding: 17px 0 17px 65px;
  }
}
@media (min-width: 1024px) {
  .download-list > li {
    padding: 19px 0 19px 75px;
  }
}
@media (min-width: 1200px) {
  .download-list > li {
    padding: 20px 0 20px 83px;
    margin: 0 0 32px;
  }
}
.download-list > li a {
  color: #000;
}
.download-list > li a:hover {
  text-decoration: underline;
}
.download-list .download-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e60073;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 20px;
}
@media (min-width: 768px) {
  .download-list .download-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .download-list .download-icon {
    width: 55px;
    height: 55px;
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .download-list .download-icon {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }
}

.text-area-block {
  position: relative;
}
.text-area-block:before {
  content: "";
  background: url(../images/new-card-triangle.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 204px;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .text-area-block:before {
    width: 350px;
    height: 357px;
  }
}
@media (min-width: 1024px) {
  .text-area-block:before {
    width: 450px;
    height: 459px;
  }
}
@media (min-width: 1200px) {
  .text-area-block:before {
    width: 569px;
    height: 580px;
  }
}
.text-area-block .position-relative {
  border-top: 2px solid #e9e9e9;
  margin: 0 0 40px;
}
@media (min-width: 1200px) {
  .text-area-block .position-relative {
    margin: 0;
  }
}
.text-area-block .position-relative .section-header {
  padding: 40px 0 30px;
}
@media (min-width: 768px) {
  .text-area-block .position-relative .section-header {
    padding: 50px 0 30px;
  }
}
@media (min-width: 1200px) {
  .text-area-block .position-relative .section-header {
    padding: 60px 0 39px;
    margin: 0 0 44px;
  }
}
@media (min-width: 1200px) {
  .text-area-block .position-relative .section-header .btn-holder .btn {
    padding: 6px 22px;
  }
}
@media (min-width: 1200px) {
  .text-area-block .text-info-block {
    margin: 0 0 53px;
  }
}
.text-area-block .text-info-block .wrap {
  max-width: 985px;
}

.filter-section {
  position: relative;
}
@media (min-width: 1200px) {
  .filter-section .section-header {
    margin: 0 0 66px;
  }
}

.filter-block {
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .filter-block {
    padding: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .filter-block {
    padding: 0 0 75px;
  }
}

.search-form-holder {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .search-form-holder {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .search-form-holder {
    width: 400px;
  }
}
@media (min-width: 1400px) {
  .search-form-holder {
    width: 500px;
  }
}

.search-form .input-holder {
  position: relative;
  z-index: 1;
}
.search-form input[type=search] {
  width: 100%;
  height: 48px;
  border: 2px solid #e9e9e9;
  border-radius: 30px;
  padding: 10px 50px 10px 16px;
  margin: 0;
  display: block;
  overflow: hidden;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  background: #fff;
}
@media (min-width: 1024px) {
  .search-form input[type=search] {
    height: 58px;
    padding: 10px 60px 10px 26px;
    font-size: 19px;
  }
}
.search-form input[type=search]::-webkit-input-placeholder {
  color: #000;
}
.search-form input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.search-form input[type=search]:-moz-placeholder {
  color: #000;
}
.search-form input[type=search]:-ms-input-placeholder {
  color: #000;
}
.search-form input[type=search].placeholder {
  color: #000;
}
.search-form button[type=submit] {
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 21px;
  line-height: 1;
  color: #e60073;
}
@media (min-width: 1024px) {
  .search-form button[type=submit] {
    right: 25px;
  }
}

.checkbox-list {
  font-size: 14px;
  line-height: 1.421;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  color: #000;
  max-width: 800px;
}
@media (min-width: 768px) {
  .checkbox-list {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .checkbox-list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .checkbox-list {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.checkbox-list > li {
  margin: 0 0 17px;
  position: relative;
  padding: 0 0 0 40px;
}
@media (min-width: 768px) {
  .checkbox-list > li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .checkbox-list > li {
    padding: 0 0 0 50px;
  }
}
@media (min-width: 768px) {
  .checkbox-list > li:last-child {
    margin: 0 0 40px;
  }
}
.checkbox-list > li label {
  display: inline-block;
  vertical-align: top;
}
.checkbox-list > li input[type=checkbox] {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox-list > li input[type=checkbox]:checked ~ .fake-input {
  background: #e60073;
}
.checkbox-list .fake-input {
  width: 20px;
  height: 20px;
  border: 2px solid #e60073;
  background: #fff;
  position: absolute;
  top: 0;
  left: 1px;
  transition: background 0.3s linear;
}
@media (min-width: 1024px) {
  .checkbox-list .fake-input {
    top: 3px;
  }
}
.checkbox-list .fake-label:hover {
  text-decoration: underline;
}

.filter-results {
  padding: 0 0 60px;
  border-top: 2px solid #e9e9e9;
}
@media (min-width: 768px) {
  .filter-results {
    padding: 0 0 75px;
  }
}
@media (min-width: 1024px) {
  .filter-results {
    padding: 0 0 90px;
  }
}
@media (min-width: 1200px) {
  .filter-results {
    padding: 0 0 100px;
  }
}
.filter-results .card-list {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .filter-results .card-list {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .filter-results .card-list {
    margin-bottom: 60px;
  }
}

.filter-sort-block {
  padding: 49px 0 36px;
}
@media (min-width: 768px) {
  .filter-sort-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.filter-sort-block .info-result {
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .filter-sort-block .info-result {
    width: calc(100% - 244px);
    margin: 0;
  }
}

.sort-select {
  width: 244px;
  margin: 0 0 0 auto;
}
.sort-select select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 36px;
  border: 2px solid #e9e9e9;
  border-radius: 30px;
  padding: 5px 35px 5px 19px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  color: #000;
  outline: none;
}
@media (min-width: 1024px) {
  .sort-select select {
    font-size: 16px;
  }
}

.load-more-holder {
  text-align: center;
}
.load-more-holder .btn {
  font-size: 18px;
  line-height: 1.2;
  border-radius: 30px;
  min-width: 280px;
}
@media (min-width: 1024px) {
  .load-more-holder .btn {
    min-width: 400px;
    padding: 14px 10px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .load-more-holder .btn {
    min-width: 500px;
    font-size: 22px;
  }
}

.taglist {
  border-top: 2px solid #e9e9e9;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .taglist {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .taglist {
    padding: 53px 0 40px;
  }
}
.taglist > li {
  margin: 0 20px 10px 0;
  position: relative;
  padding: 8px 42px 8px 16px;
  border: 2px solid #e9e9e9;
  border-radius: 30px;
  font-size: 14px;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  line-height: 1;
  color: #000;
}
@media (min-width: 768px) {
  .taglist > li {
    font-size: 16px;
  }
}
.taglist > li .close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 14px;
  color: #e60073;
  font-weight: 700;
  margin: 1px 0 0;
  text-shadow: 0 1px 0 #e60073, 0 -1px 0 #e60073;
  transition: color 0.3s linear, text-shadow 0.3s linear;
}
@media (min-width: 768px) {
  .taglist > li .close {
    font-size: 16px;
  }
}
.taglist > li .close:hover {
  color: #000;
  text-shadow: 0 1px 0 #000, 0 -1px 0 #000;
}

.text-holder p a {
  text-decoration: underline;
}
.text-holder p a:hover {
  text-decoration: none;
}

.page-template-sitemap a {
  color: #000;
  text-decoration: none;
}
.page-template-sitemap a:hover {
  text-decoration: underline;
}
.page-template-sitemap ul {
  list-style: none;
}
.page-template-sitemap ul .page_item.page-item-260, .page-template-sitemap ul .page_item.page-item-151, .page-template-sitemap ul .page_item.page-item-149, .page-template-sitemap ul .page_item.page-item-4152, .page-template-sitemap ul .page_item.page-item-4155, .page-template-sitemap ul .page_item.page-item-4157, .page-template-sitemap ul .page_item.page-item-4159, .page-template-sitemap ul .page_item.page-item-4164, .page-template-sitemap ul .page_item.page-item-3243, .page-template-sitemap ul .page_item.page-item-4167 {
  display: none;
}

.lds-spinner {
  color: blue;
  display: inline-block;
  width: 80px;
  height: 80px;
  position: fixed;
  margin: 0 auto;
  left: 50%;
  top: 50%;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: black;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#footer {
  font-size: 14px;
  line-height: 1.429;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 1024px) {
  #footer {
    font-size: 16px;
    line-height: 1.5;
  }
}

.footer-holder {
  position: relative;
  padding: 26px 0;
}
.footer-holder .fr-fundrasing,
.footer-holder .lw-employer {
  margin-right: 40px;
}
@media (min-width: 1200px) {
  .footer-holder .fr-fundrasing,
  .footer-holder .lw-employer {
    width: 175px;
  }
}
.footer-holder .fr-fundraising {
  display: flex;
  width: 150px;
}
@media (min-width: 1200px) {
  .footer-holder .fr-fundraising {
    width: 190px;
  }
}
.footer-holder .lw-employer {
  width: 90px;
}
@media (min-width: 1200px) {
  .footer-holder .lw-employer {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .footer-holder {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 30px 120px;
  }
}
@media (min-width: 1024px) {
  .footer-holder {
    padding: 40px 0 40px 120px;
  }
}
@media (min-width: 1200px) {
  .footer-holder {
    padding: 69px 0 100px 210px;
  }
}
@media (min-width: 1400px) {
  .footer-holder {
    padding: 69px 0 144px 270px;
  }
}
@media (min-width: 768px) {
  .footer-holder .col-1 {
    width: 50%;
    padding: 0 15px 0 0;
  }
}
@media (min-width: 1024px) {
  .footer-holder .col-1 {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .footer-holder .col-1 {
    width: 210px;
  }
}
@media (min-width: 1400px) {
  .footer-holder .col-1 {
    width: 270px;
  }
}
@media (min-width: 768px) {
  .footer-holder .col-2 {
    width: 50%;
    padding: 0 15px 0 0;
  }
}
@media (min-width: 1024px) {
  .footer-holder .col-2 {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .footer-holder .col-2 {
    width: 210px;
  }
}
@media (min-width: 1400px) {
  .footer-holder .col-2 {
    width: 270px;
  }
}
@media (min-width: 768px) {
  .footer-holder .col-3 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer-holder .col-3 {
    width: calc(100% - 400px);
  }
}
@media (min-width: 1200px) {
  .footer-holder .col-3 {
    width: calc(100% - 420px);
  }
}
@media (min-width: 1400px) {
  .footer-holder .col-3 {
    width: calc(100% - 540px);
  }
}
.footer-holder .col-3 .social-network {
  display: none;
}
@media (min-width: 768px) {
  .footer-holder .col-3 .social-network {
    display: flex;
  }
}

.contact-list {
  margin: 0 0 29px;
}
@media (min-width: 768px) {
  .contact-list {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .contact-list {
    margin: 0 0 29px;
  }
}
.contact-list > li {
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .contact-list > li {
    margin: 0 0 16px;
  }
}
.contact-list address {
  margin: 0;
  display: block;
  font-style: normal;
  letter-spacing: -0.07px;
}
.contact-list a {
  color: #000;
}
.contact-list a:hover {
  text-decoration: underline;
}

.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 13px;
}
.contact-wrap .btn-holder {
  width: 101px;
}
@media (min-width: 768px) {
  .contact-wrap .btn-holder {
    width: 100%;
  }
}
.contact-wrap .btn {
  display: block;
  width: 100%;
  min-width: 0;
  border: 2px solid #e9e9e9;
  background: none;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 8px 5px;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .contact-wrap .btn {
    width: 115px;
    font-size: 16px;
  }
}
.contact-wrap .btn:hover {
  background: #e9e9e9;
}
.contact-wrap .sc-holder {
  width: calc(100% - 101px);
}
.contact-wrap .sc-holder .mobile-logos {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.contact-wrap .sc-holder .mobile-logos .lw-employer,
.contact-wrap .sc-holder .mobile-logos .fr-fundraising {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact-wrap .social-network,
  .contact-wrap .lw-employer,
  .contact-wrap .fr-fundraising {
    display: none;
  }
}

.footer-logos {
  display: flex;
  justify-content: space-between;
}
.footer-logos .sponsors {
  display: none;
  list-style: none;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer-logos .sponsors {
    display: flex;
  }
}
.footer-logos .social-network {
  min-width: 270px;
}
@media (min-width: 1200px) {
  .footer-logos .social-network {
    min-width: 310px;
  }
}

.social-network {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .social-network {
    padding: 10px 0 0;
    margin: 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .social-network {
    padding: 6px 0 0;
    margin: 0 0 40px;
  }
}
.social-network > li {
  margin: 0 0 10px 12px;
}
@media (min-width: 768px) {
  .social-network > li {
    margin: 0 0 10px 20px;
  }
}
.social-network > li a {
  color: #000;
  line-height: 1;
  font-size: 37px;
}
@media (min-width: 768px) {
  .social-network > li a {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .social-network > li a {
    font-size: 56px;
  }
}
.social-network > li a:hover {
  color: #4fc5ba;
}

.footer-link {
  font-weight: 500;
  letter-spacing: -0.07px;
  margin: 0 0 26px;
}
@media (min-width: 768px) {
  .footer-link {
    letter-spacing: -0.08px;
    padding: 2px 0 0;
  }
}
.footer-link > li {
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .footer-link > li {
    margin: 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .footer-link > li {
    margin: 0 0 16px;
  }
}
@media (min-width: 768px) {
  .footer-link > li.hidden {
    display: none;
  }
}
.footer-link > li a {
  color: #000;
}
.footer-link > li a:hover {
  text-decoration: underline;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer-info {
    display: block;
  }
}

.footer-logo {
  width: 90px;
}
@media (min-width: 768px) {
  .footer-logo {
    position: absolute;
    top: 40px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .footer-logo {
    top: 50px;
  }
}
@media (min-width: 1200px) {
  .footer-logo {
    width: 191px;
    top: 74px;
  }
}

.footer-info-list {
  text-align: right;
  width: calc(100% - 90px);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.06px;
  padding: 12px 0 0 10px;
}
@media (min-width: 768px) {
  .footer-info-list {
    padding: 0;
    width: 100%;
    letter-spacing: -0.04px;
    font-size: 14px;
    line-height: 1.429;
  }
}
.footer-info-list > li {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .footer-info-list > li {
    margin: 0;
  }
}
.footer-info-list > li a {
  color: inherit;
}
.footer-info-list > li a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .two-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .two-cols {
    margin: 0 -20px;
  }
}
@media (min-width: 768px) {
  .two-cols .col {
    width: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .two-cols .col {
    padding: 0 20px;
  }
}

.product-cta {
  background: url(../images/colored-bg-3@2x.jpg);
  background-size: 100% 100%;
  padding: 20px;
  color: #fff;
  margin-bottom: 31px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .product-cta {
    padding: 43px 40px 50px;
    margin-bottom: 41px;
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .product-cta {
    min-height: 380px;
  }
}
.product-cta h3 {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 30px;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .product-cta h3 {
    font-size: 24px;
    line-height: 1.222;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .product-cta h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .product-cta h3 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .product-cta h3 {
    font-size: 36px;
  }
}
.product-cta p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 44px;
}
.product-cta .btn-wrap {
  margin-top: auto;
}
.product-cta .btn {
  background: none;
  border-color: #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  padding: 9px 10px 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-cta .btn {
    display: inline-block;
    vertical-align: top;
    padding: 13px 15px 13px;
    border-radius: 30px;
  }
}
@media (min-width: 1024px) {
  .product-cta .btn {
    font-size: 18px;
    padding: 16px 20px 16px;
  }
}
@media (min-width: 1200px) {
  .product-cta .btn {
    font-size: 19px;
    padding: 16px 28px 16px;
  }
}
.product-cta .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #e60073;
  opacity: 0.7;
  transition: all 0.3s linear;
}
.product-cta .btn:hover {
  color: #000;
}
.product-cta .btn:hover:before {
  background: #fff !important;
  opacity: 1;
}
.product-cta.featured {
  background: url(../images/colored-bg-1@2x.jpg);
  background-size: 100% 100%;
}
.product-cta.featured .btn:before {
  background: #4fc5ba;
}

@media (min-width: 768px) {
  .subscription-list {
    font-size: 19px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .subscription-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .subscription-list {
    margin: 0 -20px;
  }
}
@media (min-width: 768px) {
  .subscription-list .col {
    width: 30%;
    padding: 0 10px;
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .subscription-list .col {
    padding: 0 20px;
  }
}
.subscription-list .accordion-container {
  padding: 33px 0 20px;
  border-top: 2px #e9e9e9 solid;
  border-bottom: 2px #e9e9e9 solid;
}
.subscription-list .accordion-container h3 {
  color: #000;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .subscription-list .accordion-container h3 {
    font-size: 22px;
    margin: 0 0 11px;
    padding-right: 20px;
  }
}
.subscription-list .accordion-container .accordion-body {
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .subscription-list .accordion-container .accordion-body {
    padding-right: 20px;
  }
}

body > #announcement-overlay,
body > #feedback-popup {
  display: none;
}

#announcement-overlay,
.generic-overlay {
  text-align: center;
  line-height: 1.4;
}
#announcement-overlay .logo,
.generic-overlay .logo {
  width: 90%;
  max-width: 220px;
  margin: 0 auto 20px;
}
#announcement-overlay .logo img,
.generic-overlay .logo img {
  width: 100%;
}
@media (max-width: 767px) {
  #announcement-overlay,
  .generic-overlay {
    font-size: 12px;
  }
}

.featherlight .featherlight-content {
  max-width: 840px;
}
@media (min-width: 768px) {
  .featherlight .featherlight-content {
    padding: 25px 45px 0;
  }
}

.page-template-curriculum-planner .class-table {
  width: 100%;
}
.page-template-curriculum-planner .class-table td {
  padding: 5px 0;
}
.page-template-curriculum-planner .class-table th {
  text-align: left;
  padding: 10px 0;
}
.page-template-curriculum-planner .view-planner td {
  border: 1px solid #e9e9e9;
  padding: 5px;
  vertical-align: top;
}
.page-template-curriculum-planner .view-planner ul, .page-template-curriculum-planner .view-planner li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.page-template-curriculum-planner .view-planner .small-resource-tile {
  display: inline-block;
  flex-direction: column;
  background: #e9e9e9;
  margin: 10px;
  text-align: center;
  width: 120px;
  padding: 10px;
}
.page-template-curriculum-planner .view-planner .small-resource-tile:hover {
  background: #9b9b9b;
}
.page-template-curriculum-planner .view-planner .small-resource-tile .title {
  margin: 9px 0 0;
}
.page-template-curriculum-planner .view-planner .small-resource-tile img {
  width: 100px;
  height: auto;
}
.page-template-curriculum-planner .col-1 .section-header h2 {
  color: #e60073;
}

.resource-actions {
  background: #9b9b9b;
  padding: 13px 24px;
  position: relative;
}
.resource-actions .term-popup {
  display: none;
  width: 150px;
  text-align: left;
  background: #e9e9e9;
  padding: 14px 28px 14px 28px;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
}
.resource-actions .term-popup h3,
.resource-actions .term-popup label {
  font-size: 19px;
  margin-bottom: 0px;
  color: #000;
}
.resource-actions .term-popup h3 input,
.resource-actions .term-popup label input {
  margin-right: 5px;
}
.resource-actions .btn-container {
  float: right;
}

.notification-area {
  color: #e60073;
  background: #e9e9e9;
  padding: 10px;
  margin-bottom: 20px;
}
.notification-area a {
  text-decoration: underline;
}

.custom-open-close .custom-slide-holder {
  width: 100%;
}
.custom-open-close .custom-slide-holder .custom-open-close-slide {
  display: block;
}

@media (min-width: 768px) {
  .custom-open-close-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .custom-open-close-list {
    padding: 0 310px 0 0;
  }
}
@media (min-width: 1200px) {
  .custom-open-close-list {
    padding: 0 410px 0 0;
  }
}
@media (min-width: 1400px) {
  .custom-open-close-list {
    padding: 0 510px 0 0;
  }
}
.custom-open-close-list .custom-open-close-wrap {
  border-bottom: 2px solid #e9e9e9;
}
@media (min-width: 768px) {
  .custom-open-close-list .custom-open-close-wrap {
    width: 33.33%;
    border-right: 2px solid #e9e9e9;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: 58px;
  }
}
@media (min-width: 1024px) {
  .custom-open-close-list .custom-open-close-wrap {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .custom-open-close-list .custom-open-close-wrap {
    width: 250px;
  }
}
@media (min-width: 1400px) {
  .custom-open-close-list .custom-open-close-wrap {
    width: 271px;
  }
}
.custom-open-close-list .custom-open-close-wrap:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .custom-open-close-list .custom-open-close-wrap:first-child {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .custom-open-close-list .custom-open-close-wrap:first-child {
    width: 220px;
  }
}
@media (min-width: 1400px) {
  .custom-open-close-list .custom-open-close-wrap:first-child {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .custom-open-close-list .custom-open-close-wrap:first-child .custom-open-close-opener {
    padding-left: 0;
  }
}
.custom-open-close-list .custom-open-close-wrap.active .custom-open-close-opener {
  color: #e60073;
}
.custom-open-close-list .custom-open-close-wrap.active .custom-open-close-opener:before {
  transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 768px) {
  .custom-open-close-list .custom-open-close-wrap.active .custom-open-close-opener:before {
    transform: rotate(-180deg);
  }
}
.custom-open-close-list .custom-open-close-opener {
  font-weight: 600;
  color: #000;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 1;
  padding: 12px 20px 12px 0;
  display: block;
}
@media (min-width: 768px) {
  .custom-open-close-list .custom-open-close-opener {
    font-size: 18px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0 40px 0 20px;
  }
}
@media (min-width: 1024px) {
  .custom-open-close-list .custom-open-close-opener {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .custom-open-close-list .custom-open-close-opener {
    font-size: 22px;
  }
}
.custom-open-close-list .custom-open-close-opener:before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #e60073;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.3s linear;
}
@media (min-width: 768px) {
  .custom-open-close-list .custom-open-close-opener:before {
    bottom: 0;
    right: 18px;
    top: auto;
    transform: none;
    font-size: 17px;
  }
}
.custom-open-close-list .custom-open-close-opener:hover {
  color: #e60073;
}
.custom-open-close-list .custom-open-close-slide {
  display: none;
  position: relative;
  width: 100%;
}

.custom-open-close-slide-content {
  padding: 0;
}
@media (min-width: 768px) {
  .custom-open-close-slide-content {
    border-top: 2px solid #e9e9e9;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .custom-open-close-slide-content {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .custom-open-close-slide-content {
    margin-top: 72px;
  }
}
.custom-open-close-slide-content .slide-header {
  padding: 20px 0;
  border-bottom: 2px solid #e9e9e9;
  text-align: right;
}
@media (min-width: 768px) {
  .custom-open-close-slide-content .slide-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .custom-open-close-slide-content .slide-header {
    padding: 42px 0 40px;
  }
}
.custom-open-close-slide-content .slide-header h2,
.custom-open-close-slide-content .slide-header .h2 {
  margin: 0;
  color: #e60073;
  letter-spacing: -0.14px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 768px) {
  .custom-open-close-slide-content .slide-header h2,
  .custom-open-close-slide-content .slide-header .h2 {
    font-size: 24px;
    max-width: 50%;
    order: 0;
  }
}
@media (min-width: 1024px) {
  .custom-open-close-slide-content .slide-header h2,
  .custom-open-close-slide-content .slide-header .h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .custom-open-close-slide-content .slide-header h2,
  .custom-open-close-slide-content .slide-header .h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .custom-open-close-slide-content .slide-header h2,
  .custom-open-close-slide-content .slide-header .h2 {
    font-size: 36px;
  }
}
.custom-open-close-slide-content .slide-header .btn-close {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  pointer-events: none;
  font-size: 16px;
  line-height: 1.2;
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
  color: #000;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .custom-open-close-slide-content .slide-header .btn-close {
    margin: 3px 0 0;
    max-width: 50%;
    order: 1;
  }
}
.custom-open-close-slide-content .slide-header .btn-close > * {
  pointer-events: auto;
}
.custom-open-close-slide-content .slide-header .btn-close .text:hover {
  text-decoration: underline;
}
.custom-open-close-slide-content .slide-header .btn-close .icon {
  font-size: 20px;
  line-height: 1;
  color: #e60073;
  margin: 0 0 0 5px;
}
@media (min-width: 768px) {
  .custom-open-close-slide-content .slide-header .btn-close .icon {
    font-size: 25px;
    margin: 0 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .custom-open-close-slide-content .slide-header .btn-close .icon {
    font-size: 35px;
    margin: 0 0 0 14px;
  }
}
@media (min-width: 1200px) {
  .custom-open-close-slide-content .slide-header .btn-close .icon {
    font-size: 41px;
  }
}
.custom-open-close-slide-content .slide-main {
  padding: 20px 0 1px;
}
@media (min-width: 768px) {
  .custom-open-close-slide-content .slide-main {
    padding: 30px 0 1px;
  }
}
@media (min-width: 1024px) {
  .custom-open-close-slide-content .slide-main {
    display: flex;
    flex-wrap: wrap;
    padding: 46px 0 1px;
  }
}
.custom-open-close-slide-content .slide-main .checkbox-holder {
  width: 100%;
}
@media (min-width: 1024px) {
  .custom-open-close-slide-content .slide-main .checkbox-holder {
    padding: 0 30px 0 0;
    width: calc(100% - 300px);
  }
}
@media (min-width: 1200px) {
  .custom-open-close-slide-content .slide-main .checkbox-holder {
    width: calc(100% - 400px);
  }
}
@media (min-width: 1400px) {
  .custom-open-close-slide-content .slide-main .checkbox-holder {
    width: calc(100% - 500px);
  }
}
.custom-open-close-slide-content .slide-main .btn-holder {
  width: 100%;
  padding: 5px 0 0;
}
@media (min-width: 768px) {
  .custom-open-close-slide-content .slide-main .btn-holder {
    padding: 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .custom-open-close-slide-content .slide-main .btn-holder {
    padding: 5px 0 0;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .custom-open-close-slide-content .slide-main .btn-holder {
    width: 400px;
  }
}
@media (min-width: 1400px) {
  .custom-open-close-slide-content .slide-main .btn-holder {
    width: 500px;
  }
}

#awareness-calendar {
  font-size: 18px;
  margin: 0 0 2em 0;
}
#awareness-calendar .fc-event-time, #awareness-calendar .fc-event-title {
  white-space: normal;
}
#awareness-calendar a {
  text-decoration: none;
}

.cookiebox {
  display: none;
  position: fixed;
  bottom: 0;
  background: white;
  border-top: solid 2px black;
  z-index: 9999;
  width: 100%;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media (min-width: 768px) {
  .cookiebox {
    width: 70%;
    border-right: solid 2px black;
  }
}
.cookiebox .btn-list {
  margin: 0 !important;
  padding: 0 !important;
}
.cookiebox .btn-list .btn {
  width: 120px;
  margin-right: 20px;
  margin-bottom: 0;
}
.cookiebox .btn-list .btn:hover {
  cursor: pointer;
}
.cookiebox.show {
  display: block;
}
.cookiebox h2 {
  margin-bottom: 0 !important;
  padding-bottom: 1rem !important;
}
.cookiebox .cookiebox-msg p {
  padding-bottom: 2rem !important;
  margin-bottom: 0 !important;
}
.cookiebox .cookiebox-msg a {
  @apply underline;
}
.cookiebox .cookiebox-msg a:hover {
  @apply no-underline;
}

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