/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/

.js-focus-visible :focus:not(.focus-visible) { outline: none; }

/*----------------------------------------------------------------------------*/
/*#GENESIS DEFAULTS*/
/*----------------------------------------------------------------------------*/

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    color: #757575;
    font-family: "Lato", "Avenir", "Adobe Heiti Std", "Segoe UI", "Trebuchet MS", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
    overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    color: #0070BA;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

input,
select,
textarea,
button {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

p {
    margin: 0 0 30px;
    padding: 0;
    line-height: 1.66;
    color: #757575;
}

p:last-child { margin-bottom: 0; }

ol,
ul {
    margin: 0;
    padding: 0;
}

li { list-style-type: none; }

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid currentColor;
    clear: both;
    color: #eee;
    margin: 1.65em auto;
}

b,
strong { font-weight: 700; }

blockquote,
cite,
em,
i { font-style: italic; }

mark {
    background: #ddd;
    color: #333;
}

blockquote { margin: 30px; }

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 60px;
    color: #494949;
}

h1 {
    font-size: 60px;
    margin-bottom: 30px;
}

h2 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 70px;
}

h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: "Lato", "Avenir", "Adobe Heiti Std", "Segoe UI", "Trebuchet MS", sans-serif;
}

h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: "Lato", "Avenir", "Adobe Heiti Std", "Segoe UI", "Trebuchet MS", sans-serif;
}

h5 { font-size: 18px; }

h6 { font-size: 16px; }

.txt--24 { font-size: 24px; }

.txt--30 { font-size: 30px; }

.txt--60 { font-size: 60px; }

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption { max-width: 100%; }

img {
    height: auto;
    vertical-align: top;
}

figure { margin: 0; }

/* Gallery
--------------------------------------------- */

.gallery { overflow: hidden; }

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
    border: 1px solid #999;
    outline: none;
}

.gallery-columns-1 .gallery-item { width: 100%; }

.gallery-columns-2 .gallery-item { width: 50%; }

.gallery-columns-3 .gallery-item { width: 33%; }

.gallery-columns-4 .gallery-item { width: 25%; }

.gallery-columns-5 .gallery-item { width: 20%; }

.gallery-columns-6 .gallery-item { width: 16.6666%; }

.gallery-columns-7 .gallery-item { width: 14.2857%; }

.gallery-columns-8 .gallery-item { width: 12.5%; }

.gallery-columns-9 .gallery-item { width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) { clear: left; }

.gallery-item {
    float: left;
    margin: 0 0 30px;
    text-align: center;
}

.wp-block-gallery .blocks-gallery-item::before,
.wp-block-gallery .blocks-gallery-item::after { display: none; }

/* Forms
--------------------------------------------- */

input,
select,
textarea { padding: 12px 15px; }

input,
select,
textarea,
.custom-dropdown {
    border-radius: 6px;
    background-color: #f8f8f8;
    border: 2px solid #ccc;
    color: #757575;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    width: 100%;
    height: auto;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown__head {
    cursor: pointer;
    position: relative;
    color: #ccc;
    padding: 12px 15px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    flex-direction: column;
}

.custom-dropdown__head .small { color: #C4C4C4; }

.custom-dropdown__head.dropdown--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 4;
}

.custom-dropdown__head:after {
    content: '\f078';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #ccc;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    right: 15px;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.custom-dropdown__head i { min-width: 25px; }

.custom-dropdown__head .workout-icon::before { max-width: 14px; }

.custom-dropdown__head.dropdown--open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    color: #494949;
}

.custom-dropdown__content {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    display: none;
    padding: 15px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.07);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 350px;
    z-index: 3;
}

.custom-dropdown__content .topic-search {
    padding: 5px 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

.filter .custom-dropdown__content { 
    left: -2px; 
    width: calc(100% + 4px);
}

.filter .custom-dropdown__content .custom-checkbox-box { margin-bottom: 20px; }

.filter .custom-dropdown__content .custom-checkbox-box:last-child { margin-bottom: 0; }

input[type="submit"] { border: 0; }

input:focus,
textarea:focus,
.custom-dropdown.dropdown--open {
    border: 2px solid #494949;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] { width: auto; }

.custom-checkbox-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
    position: relative;
}

input[type="checkbox"].custom-checkbox {
    visibility: hidden;
    height: initial;
    width: initial;
    margin-right: 20px;
}

.custom-checkbox-box label {
    line-height: 1;
    cursor: pointer;
}

.custom-checkbox-box label::before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    border: 2px solid #ccc;
    visibility: visible;
}

.custom-checkbox-box label::after {
    position: absolute;
    bottom: 2px;
    left: 5px;
    font-size: 18px;
    line-height: 1;
    color: #0fa958;
    content: "\f00c";
    font-weight: 700;
    font-family: "Font Awesome 5 Pro", sans-serif;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[type="checkbox"].custom-checkbox:checked + .custom-checkbox--label::after {
    visibility: visible;
    opacity: 1;
}

input[type="checkbox"].custom-checkbox:checked + .custom-checkbox--label::before { border-color: #0fa958; }

::-ms-input-placeholder {
    color: #757575;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #757575;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #757575;
    opacity: 1;
}

::-moz-placeholder {
    color: #757575;
    opacity: 1;
}

::placeholder {
    color: #757575;
    opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    color: #fff;   
    background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%);
    padding: 10px 40px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
    min-width: 280px;
    max-width: calc(50% - 30px);
    position: relative;
    z-index: 3;
    margin-bottom: 15px;
    text-transform: capitalize;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.btn:focus,
.btn:hover {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover { color: #fff; }

.button { display: inline-block; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button { display: none; }

/*select2 fix when logged in*/
.logged-in .select2-container--open .select2-dropdown--above {
    -webkit-transform: translateY(32px);
    -ms-transform: translateY(32px);
    transform: translateY(32px);
}

.logged-in .select2-container--open .select2-dropdown--below {
    margin-top: 32px;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
}

tbody { border-bottom: 1px solid #eee; }

td,
th {
    line-height: 2;
    text-align: left;
    vertical-align: top;
}

td { padding: 0.5em; }

tr { border-top: 1px solid #eee; }

th {
    font-weight: 600;
    padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: 700;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
    word-wrap: break-word;
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
    clear: both;
    margin: 0 auto;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar { margin-right: 20px; }

.alignright .avatar { margin-left: 20px; }

.comment .avatar { margin: 0 15px 20px 0; }

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box { margin-bottom: 40px; }

.after-entry {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}

.after-entry .widget:last-of-type { margin-bottom: 0; }

.breadcrumb {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb { margin-top: 40px; }

.archive-description p:last-child,
.author-box p:last-child { margin-bottom: 0; }

/* Search Form
--------------------------------------------- */

.search-form { overflow: hidden; }

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] { margin-top: 10px; }

.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.filter__search input,
.custom-dropdown { min-width: 320px; }

.filter__search input::placeholder,
.custom-dropdown__head { color: #757575; }

span.remove-all {
    cursor: pointer;
    color: #bf3532;
    text-decoration: underline;
}

.filter__response .remove-filter {
    display: inline-block;
    background: #757575;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    padding: 8px 10px;
    margin-right: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    transition: all 0.3s ease-in-out;
}

.filter__response .remove-filter:hover { background: #494949; }

.response__topic:before {
    content: 'Topic:';
    font-weight: bold;
    margin-right: 15px;
    color: black;
    font-size: 18px;
}

.response__cat:before {
    content: 'Level:';
    font-weight: bold;
    margin-right: 15px;
    color: black;
    font-size: 18px;
}

.response__topic i,
.response__cat i { margin-left: 5px; }

span.js-select-topic-default.small, span.js-select-cat-default.small {
    font-size: 13px;
    max-height: 5px;
    position: relative;
    top: -10px;
    transition: all 0.2s ease-in-out;
}

span.js-append-topic, span.js-append-cat {
    color: black;
    font-size: 15px;
    position: relative;
    top: 5px;
    transition: all 0.3s ease-in-out;
}

.search-filter {
    border-radius: 6px;
    -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.filter {
    align-items: center;
    padding: 30px;
}

.filter__option { display: -webkit-box; display: -ms-flexbox; display: flex; }

.filter__option input { margin-bottom: 0; }

.search-filter input[type="submit"] {
    font-size: 18px;
    min-width: 300px;
    margin-bottom: 0;
    max-height: 55px;
}

.filter__btn { 
    width: 100px; 
    text-align: center;
}

/*----------------------------------------------------------------------------*/
/*#LOADER*/
/*----------------------------------------------------------------------------*/

.loader,
.loader:after {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.loader {
    display: none;
    margin: 0 auto 20px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 8px solid rgba(218, 59, 53, 0.2);
    border-right: 8px solid rgba(218, 59, 53, 0.2);
    border-bottom: 8px solid rgba(218, 59, 53, 0.2);
    border-left: 8px solid #b93431;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.entry-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover { color: #0073e5; }

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.genesis-title-hidden .site-inner { padding-top: 0; }

/* WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone { display: inline-block; }

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright { max-width: 100%; }

img.centered,
.aligncenter,
.singular-image {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
}

img.alignnone,
.alignnone { margin-bottom: 15px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft { margin: 0 20px 20px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright { margin: 0 0 20px 20px; }

figcaption,
.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.entry-content p.wp-caption-text { margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video { margin: 0 0 30px; }

/* Widgets
---------------------------------------------------------------------------- */

.widget { margin-bottom: 40px; }

.widget p:last-child,
.widget ul > li:last-of-type { margin-bottom: 0; }

.widget ul > li { margin-bottom: 0; }

.widget ul > li:last-of-type { padding-bottom: 0; }

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table { width: 100%; }

.widget_calendar td,
.widget_calendar th { text-align: center; }

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
    text-align: center;
    padding: 10px;
}

.sidebar .enews {
    background-color: #f5f5f5;
    padding: 30px;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 10px;
}

.after-entry .enews-widget input { text-align: center; }

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p { margin-top: 20px; }

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #333;
    padding-left: 0;
    padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    color: #0073e5;
}

.gs-faq__question::after {
    content: "\f132";
    font-family: dashicons;
    float: right;
}

.gs-faq__question.gs-faq--expanded::after { content: "\f460"; }


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link { margin: 0; }

.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 35px 0 0;   
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header.sticky {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding-top: 0;
}

.site-header.sticky .genesis-nav-menu .menu-item a { color: #494949; }

.admin-bar .site-header { top: 32px; }

.site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1630px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header.sticky .container { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.menu-contact { display: none; }

/* Title Area
--------------------------------------------- */

.title-area {
    padding-bottom: 25px;
    padding-top: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wp-custom-logo .title-area {
    padding-bottom: 5px;
    padding-top: 5px;    
    z-index: 9999;
}

.title-area a { display: block; }

.site-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #333;
    text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
}

.custom--menu-color .genesis-nav-menu a,
.error404 .genesis-nav-menu a { color: #494949; }

.genesis-nav-menu a {
    position: relative;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    outline-offset: -1px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
    transition: all 0.3s ease-in-out;
}

.footer-widgets .menu > a { position: relative; }

.genesis-nav-menu .menu-item:not(.btn) a:after,
.genesis-nav-menu a:after,
.genesis-nav-menu .sub-menu .current-menu-item > a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 20px;    
    width: calc(100% - 40px);
    height: 2px;
    background-color: #fff;
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
    transition: opacity 0.3s, transform 0.3s;
}

.genesis-nav-menu .current-menu-item > a:after { 
    opacity: 1 !important; 
    transform: scale(1) !important; 
}

.genesis-nav-menu .menu-item:not(.btn) a:hover::after,
.genesis-nav-menu a:focus::after,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus::after,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover::after,
.site-header.sticky .genesis-nav-menu .menu-item.current-menu-item > a:hover::after,
.site-header.sticky .genesis-nav-menu .menu-item.current-menu-item > a:focus::after,
.site-header.sticky .genesis-nav-menu .sub-menu .menu-item:not(.btn).current-menu-item > a:hover:after,
.site-header.sticky .genesis-nav-menu .sub-menu .menu-item:not(.btn).current-menu-item > a:focus:after,
.footer-widgets .menu > a:hover::after,
.footer-widgets .menu > a:focus::after { 
    opacity: 1;
    transform: scale(1);   
}

.custom--menu-color .genesis-nav-menu .menu-item:not(.btn) a:focus,
.custom--menu-color .genesis-nav-menu .menu-item:not(.btn) a:hover,
.custom--menu-color .genesis-nav-menu .current-menu-item > a,
.custom--menu-color .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.custom--menu-color .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.error404 .genesis-nav-menu .menu-item:not(.btn) a:focus,
.error404 .genesis-nav-menu .menu-item:not(.btn) a:hover {
    color: #0070BA;   
}

.site-header.sticky .genesis-nav-menu .menu-item.current-menu-item > a,
.site-header.sticky .genesis-nav-menu .sub-menu .menu-item.current-menu-item > a:focus,
.site-header.sticky .genesis-nav-menu .sub-menu .menu-item:not(.btn).current-menu-item > a:hover,
.footer-widgets .menu .current-menu-item > a,
.footer-widgets .menu a:focus,
.footer-widgets .menu a:hover {
    color: #0070BA;    
}

.custom--menu-color .genesis-nav-menu .menu-item:not(.btn) a::after,
.custom--menu-color .genesis-nav-menu .current-menu-item > a::after,
.custom--menu-color .genesis-nav-menu .sub-menu .current-menu-item > a::after,
.error404 .genesis-nav-menu .menu-item:not(.btn) a::after,
.error404 .genesis-nav-menu .current-menu-item > a::after,
.error404 .genesis-nav-menu .sub-menu .current-menu-item > a::after,
.site-header.sticky .genesis-nav-menu .menu-item.current-menu-item > a::after,
.site-header.sticky .genesis-nav-menu .sub-menu .menu-item:not(.btn).current-menu-item > a:after,
.site-header.sticky .genesis-nav-menu .menu-item > a::after,
.site-header.sticky .genesis-nav-menu .sub-menu .menu-item:not(.btn) > a:after,
.footer-widgets .menu .current-menu-item > a:after,
.footer-widgets .menu a:after {
    background-color: #0070BA;    
}

.site-header.sticky .genesis-nav-menu .menu-item a { color: #494949; }

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a { width: 100%; }

.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    font-size: 14px;
    position: relative;
    word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover { position: relative; }

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus { position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.custom--menu-color .menu-toggle span,
.custom--menu-color .sub-menu-toggle { background-color: #0070BA; }

.menu-toggle,
.sub-menu-toggle {
    width: 30px;
    height: 15px;
    background-color: transparent;
    border-width: 0;
    color: #fff;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
}

.menu-toggle {
    width: 30px;
    height: 15px;
    line-height: 20px;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}

.sub-menu-toggle {
    float: right;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.sub-menu .sub-menu-toggle { padding: 12px 10px; }

.sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
    clear: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary { margin-top: 10px; }

.nav-secondary .genesis-nav-menu { line-height: 1.5; }

.nav-secondary .menu-item { display: inline-block; }

.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry { margin-bottom: 40px; }

.entry-content ol > li { list-style-type: decimal; }

.entry-content ul > li { list-style-type: disc; }

.entry-content ol ul > li,
.entry-content ul ul > li { list-style-type: circle; }

.entry-content ol ol,
.entry-content ul ul { margin-bottom: 0; }

.entry-content ul:not(.wp-block-latest-posts__list):not(.checkmark-list):not(.wp-block-categories-list):not(.blocks-gallery-grid) li::before {
    position: absolute;
    content: "";
    left: 15px;
    width: 10px;
    height: 10px;
    background: -o-linear-gradient(212.75deg, #DB4E33 0%, #C73935 49.59%, #621545 100.23%), -o-linear-gradient(top, #FF9A62 0%, rgba(255, 154, 98, 0) 100%);
    background: linear-gradient(237.25deg, #DB4E33 0%, #C73935 49.59%, #621545 100.23%), linear-gradient(180deg, #FF9A62 0%, rgba(255, 154, 98, 0) 100%);
    border-radius: 50%;
}

.list--silver li,
.list--red li,
.list--orange li,
.list--violet li,
.list--pink li,
.list--blue li,
.list--green li { padding-left: 30px !important; }

.list--green li::before {
    background: -webkit-gradient(linear, left top, right top, from(#11998E), to(#42D178)) !important;
    background: -o-linear-gradient(left, #11998E 0%, #42D178 100%) !important;
    background: linear-gradient(90deg, #11998E 0%, #42D178 100%) !important;
    left: 0 !important;
}

.list--blue li::before {
    background: -webkit-gradient(linear, left top, right top, from(#2193B0), to(#6DD5ED)) !important;
    background: -o-linear-gradient(left, #2193B0 0%, #6DD5ED 100%) !important;
    background: linear-gradient(90deg, #2193B0 0%, #6DD5ED 100%) !important;
    left: 0 !important;
}

.list--pink li::before {
    background: -webkit-gradient(linear, left top, right top, from(#F05053), to(#EEAB6F)) !important;
    background: -o-linear-gradient(left, #F05053 0%, #EEAB6F 100%) !important;
    background: linear-gradient(90deg, #F05053 0%, #EEAB6F 100%) !important;
    left: 0 !important;
}

.list--violet li::before {
    background: #422F99 !important;
    left: 0 !important;
}

.list--orange li::before {
    background: -webkit-gradient(linear, left top, right top, from(#F2994A), to(#F2C94C)) !important;
    background: -o-linear-gradient(left, #F2994A 0%, #F2C94C 100%) !important;
    background: linear-gradient(90deg, #F2994A 0%, #F2C94C 100%) !important;
    left: 0 !important;
}

.list--red li::before {
    background: -o-linear-gradient(212.75deg, #DB4E33 0%, #C73935 49.59%, #621545 100.23%), -o-linear-gradient(top, #FF9A62 0%, rgba(255, 154, 98, 0) 100%) !important;
    background: linear-gradient(237.25deg, #DB4E33 0%, #C73935 49.59%, #621545 100.23%), linear-gradient(180deg, #FF9A62 0%, rgba(255, 154, 98, 0) 100%) !important;
    left: 0 !important;
}

.list--silver li::before {  
    background: linear-gradient(90deg, #809297 0%, #DEDEDE 100%) !important;
    left: 0 !important;
}

.checkmark-list li {
    padding-left: 50px;
    margin-bottom: 15px;
    color: #494949;
}

.checkmark-list li::before {
    position: absolute;
    left: 15px;
    font-size: 17px;
    line-height: 1.6;
    color: #0fa958;
    content: "\f00c";
    font-weight: 700;
    font-family: "Font Awesome 5 Pro", sans-serif;
}

ul {
    position: relative;
}

ul:not(.menu):not(.wp-block-latest-posts__list):not(.checkmark-list):not(.vjs-menu-content):not(.select2-selection__rendered):not(.select2-results__options) li {
    padding-left: 50px;
    margin-bottom: 40px;
    line-height: 0.5;
}

ul:not(.menu):not(.checkmark-list):not(.wp-block-latest-posts__list):not(.vjs-menu-content):not(.select2-selection__rendered):not(.select2-results__options) li::before {
    content: "";
    position: absolute;
    left: 15px;
    width: 10px;
    height: 10px;
    background: -o-linear-gradient(212.75deg, #DB4E33 0%, #C73935 49.59%, #621545 100.23%), -o-linear-gradient(top, #FF9A62 0%, rgba(255, 154, 98, 0) 100%);
    background: linear-gradient(237.25deg, #DB4E33 0%, #C73935 49.59%, #621545 100.23%), linear-gradient(180deg, #FF9A62 0%, rgba(255, 154, 98, 0) 100%);
    border-radius: 50%;
}

ul li:last-child { margin-bottom: 0; }

.entry-content ol li { margin-bottom: 40px; }

.entry-content ol > li {
    list-style-type: decimal;
    padding-left: 5px;
}

.entry-content ul:not(.wp-block-rss) > li { list-style-type: none; }

.entry-content ol ul > li,
.entry-content ul ul:not(.wp-block-archives-list) > li { list-style-type: none; }

.entry-content ul ol > li::before { display: none; }

.entry-content ol > li { list-style-type: decimal; }

.entry-content ul > li { list-style-type: disc; }

.entry-content ol ul > li,
.entry-content ul ul > li { list-style-type: circle; }

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
    margin-top: 40px;
}

.entry-content code { background-color: #f5f5f5; }

.content .sticky {
    background-color: #f5f5f5;
    padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta { margin-bottom: 20px; }

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.entry-categories,
.entry-tags { display: block; }

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 60px 0;
}

.adjacent-entry-pagination { margin-bottom: 0; }

.archive-pagination li { display: inline; }

.archive-pagination li a {
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #333;
    color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings { margin-bottom: 40px; }

.comment-list li { padding: 40px 0 0 30px; }

.comment-list .depth-1 { padding-left: 0; }

.comment-header { margin-bottom: 30px; }

.comment-content { clear: both; }

.comment-content ul > li { list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] { width: 50%; }

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-header p { margin-bottom: 0; }

.entry-pings .reply { display: none; }

.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    line-height: 1.5;
}

.sidebar .widget { margin-bottom: 40px; }

.sidebar p { margin-bottom: 20px; }

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
    clear: both;
    padding: 115px 0;
    background: #fff url('../images/bg-footer.png') no-repeat center / cover;
    z-index: 1;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 { padding-top: 30px; }

.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
}

.footer-widget-area {
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 0;
}

.footer-widget-area.widget-area .wp-block-image {
    margin-bottom: 0;
}

.footer-widgets-2.footer-widget-area { padding-left: 130px; }

.footer-widget-area:first-child { padding-left: 0; }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child { margin-bottom: 0; }

.widget-title,
.widget-area h4 {
    font-size: 18px;
    font-weight: 700;
    color: #494949;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
    margin-bottom: 30px;
}

.widget-area .wp-block-image { margin-bottom: 30px; }

.widget-wrap a,
.widget-wrap p {
    color: #757575;
    font-size: 14px;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    font-size: 15px;
    line-height: 1.5;
    padding: 30px;
    text-align: center;
}

.site-footer p { margin-bottom: 0; }

/* Guttenberg */

/* Drop Caps
---------------------------------------------------------------------------- */

.site-container p.has-drop-cap:not(:focus)::first-letter { margin: 0.02em 0.08em 0 -0.08em; }

.site-container p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
.site-container p.has-small-font-size.has-drop-cap:not(:focus)::first-letter { margin-right: 0.01em; }

/* Paragraphs
---------------------------------------------------------------------------- */

.alignfull:not(.has-background) .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 30px;
    padding-right: 30px;
}

/* Background Color
---------------------------------------------------------------------------- */

.site-container p.has-background { padding: 25px 30px; }

.site-container p.has-background.box-shadow {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.site-container p.has-text-color a,
.site-container p.has-background a { color: inherit; }

.site-container p.has-background a:focus,
.site-container p.has-background a:hover,
.site-container p.has-text-color a:focus,
.site-container p.has-text-color a:hover {
    color: inherit;
    text-decoration: none;
}

.site-container p.has-background.light-text a {
    color: #fff;
    text-decoration: underline;
}

.site-container p.has-background.light-text a:focus,
.site-container p.has-background.light-text a:hover { text-decoration: none; }

/* Alignment
---------------------------------------------------------------------------- */

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

.has-text-align-left { text-align: left; }

.has-text-align-right { text-align: right; }

.wp-block-button.alignleft,
.wp-block-buttons.alignleft,
.wp-block-cover.alignleft,
.wp-block-image .alignleft { margin-right: 2em; }

.wp-block-button.aligncenter { text-align: center; }

.wp-block-button.alignright,
.wp-block-buttons.alignright,
.wp-block-cover.alignright,
.wp-block-image .alignright { margin-left: 2em; }

.wp-block-image.alignwide,
.wp-block-image.alignfull,
.wp-block-embed.alignwide,
.wp-block-embed.alignfull { margin-bottom: 30px; }

.full-width-content .entry-content > .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.content-sidebar .site-container .alignfull,
.sidebar-content .site-container .alignfull {
    margin: 0 0 2em;
    width: 100%;
}

/* Columns
---------------------------------------------------------------------------- */

.site-container .wp-block-columns.alignfull { padding: 0 30px; }

.wp-block-columns {
    margin-left: -15px;
    margin-right: -15px;
}

.wp-block-columns .wp-block-column {
    padding-left: 15px;
    padding-right: 15px;
}

.wp-block-columns.row.has-3-columns.is-not-stacked-on-mobile { flex-wrap: wrap; }

.wp-block-column:not(:first-child),
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child),
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column:not(:first-child) { margin-left: 0; }

.wp-block-columns.alignwide .wp-block-column {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-columns.alignwide .wp-block-media-text__content { padding-left: 0; }

.wp-block-media-text__content h2 { margin-bottom: 30px; }

/* Cover Image
---------------------------------------------------------------------------- */

.full-width-content .entry-content > .wp-block-cover.alignfull { width: 100vw; }

.site-container .wp-block-cover .wp-block-cover-text { font-size: 48px; }

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) { color: #fff; }

.wp-block-cover,
.wp-block-cover-image {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video,
.img--border { border-radius: 6px; }

.play-button { position: relative; }

.vjs-control-bar {
    visibility: hidden;
}

.vjs-has-started .vjs-control-bar {
    visibility: visible !important;
}

.video-vjs {
    position: absolute; 
    top: 0px; 
    right: 0px; 
    bottom: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
}

.video-frame {
    position: relative;
    border: 30px solid #fff;
    border-radius: 25px;
    width: 700px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    margin-left: 50px;
}

.no-video-frame {
    position: relative;
    width: 640px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}

.no-video-frame .bc-player-default_default,
.no-video-frame .vjs-poster { border-radius: 25px; }

.no-video-frame .vjs-poster,
.no-video-frame .bc-player-default_default,
.video-frame .vjs-poster,
.video-frame .bc-player-default_default { background-color: #fff; }

.video-frame::after {
    position: absolute;
    content: "";
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 847px;
    height: 19px;
    background: url('../images/video-frame-after.png') no-repeat right / cover;
}

.video-wrapper {
   position: relative;     
   max-width: 640px;   
   padding-bottom: 56.25%;
   height: 0;
}

.bc-player-default_default.bc-player-default_default .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 9;
    width: 110px;
    height: 110px;  
    background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%);
    border-radius: 50%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: pulse-border 1200ms ease-out infinite;
    animation: pulse-border 1200ms ease-out infinite;
}

.bc-player-default_default.bc-player-default_default .vjs-big-play-button:before {
    color: #fff;
    font-size: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    opacity: 1;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 9;
    width: 110px;
    height: 110px;
    background: -o-linear-gradient(212.75deg, #DB4E33 0%, #C73935 49.59%, #621545 100.23%), -o-linear-gradient(top, #FF9A62 0%, rgba(255, 154, 98, 0) 100%);
    background: linear-gradient(237.25deg, #DB4E33 0%, #C73935 49.59%, #621545 100.23%), linear-gradient(180deg, #FF9A62 0%, rgba(255, 154, 98, 0) 100%);
    border-radius: 50%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-icon i {
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-icon:before {
    content: "";
    width: 110px;
    height: 110px;
    z-index: 10;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-animation: pulse-border 1200ms ease-out infinite;
    animation: pulse-border 1200ms ease-out infinite;
}

.video-plugin-new {
    max-width: 100%;
    width: 640px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin: 30px auto 50px;
    border: 0px solid #fff;
}

.video-plugin-new iframe {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.video {
    max-width: 640px;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 0;
    position: relative;
}


@-webkit-keyframes pulse-border {
    0% {
        -webkit-box-shadow: 0 0 10px 0 #fff;
        box-shadow: 0 0 10px 0 #fff;
    }

    100% {
        -webkit-box-shadow: 0 0 5px 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 5px 40px rgba(255, 255, 255, 0);
    }
}

.icon-text--block {
    margin-bottom: 50px;
    display: flex;
}

.icon-text__img {
    min-width: 60px;
    margin-right: 30px;
}

.icon-text--block h3 { margin-top: -9px; }

/* Buttons
---------------------------------------------------------------------------- */

.ab-block-cta .ab-button {
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
    font-weight: 600;
}

.site-container .wp-block-button { 
    cursor: pointer;
    z-index: 1;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;   
    background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%);   
}

.site-container .wp-block-button .wp-block-button__link {
    padding: 15px 50px;
    font-size: 20px;
    line-height: 1.2;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
    font-weight: 600;
    color: #fff;
    background: transparent;   
    position: relative;
    border-radius: 5px;
    min-width: 280px;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
}

.wp-block-button__link { z-index: 3; }

.wp-block-button { margin-bottom: 1em; }

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin: 0 10px 10px;
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid currentColor;
    padding: 13px 28px;
}

.site-container .wp-block-button.is-style-squared .wp-block-button__link { border-radius: 0; }

.site-container .wp-block-button .wp-block-button__link:focus,
.site-container .wp-block-button .wp-block-button__link:hover,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:focus,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:hover {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.wp-block-file a.wp-block-file__button {
    border-radius: 5px;
    font-size: 18px;    
    background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%);
}

/* Blockquotes and captions
---------------------------------------------------------------------------- */

.site-container .wp-block-pullquote,
.site-container .wp-block-quote {
    border: none;
    margin: 24px 24px 36px;
    padding: 20px 0;
}

.site-container .wp-block-pullquote blockquote,
.site-container .wp-block-quote blockquote { margin-bottom: 0; }

.wp-block-pullquote.alignleft { margin: 0 2em 1.5em 0; }

.wp-block-pullquote.alignright { margin: 0 0 1.5em 2em; }

.site-container .wp-block-pullquote p,
.site-container .wp-block-quote p {
    font-family: "Lato", "Avenir", "Adobe Heiti Std", "Segoe UI", "Trebuchet MS", sans-serif;
    font-size: 21px;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 42px;
}

.site-container .wp-block-pullquote p,
.site-container .wp-block-quote.is-style-large p { font-size: 32px; }

.site-container .wp-block-pullquote.is-style-solid-color p {
    color: #fff;
    margin-bottom: 42px;
    text-align: center;
}

.site-container .wp-block-pullquote.is-style-solid-color { background-color: #333; }

.site-container .wp-block-pullquote.is-style-solid-color * { color: #fff; }

.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
.wp-block-pullquote.is-style-solid-color.alignright blockquote { max-width: 80%; }

.site-container .wp-block-pullquote:not(.is-style-solid-color)[style*="border-color"] {
    border: 2px solid;
    border-left: none;
    border-right: none;
}

.site-container .wp-block-pullquote cite,
.site-container .wp-block-quote cite {
    color: #666;
    display: block;
    font-family: "Lato", "Avenir", "Adobe Heiti Std", "Segoe UI", "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-style: italic;
    margin-top: -25px;
    text-align: inherit;
    text-transform: none;
}

.site-container .wp-block-pullquote cite { text-align: center; }

.site-container .wp-block-pullquote.is-style-solid-color cite {
    color: #fff;
    font-style: italic;
}

.site-container .wp-block-pullquote .has-text-color cite,
.site-container .wp-block-pullquote .has-text-color p { color: currentColor; }

.blocks-gallery-caption { width: 100%; }

.blocks-gallery-item figcaption { margin-bottom: 0; }

/* Category Block
---------------------------------------------------------------------------- */

.site-container .wp-block-categories {
    margin-left: 0;
    padding-left: 0;
}

.site-container .wp-block-categories li { list-style-type: none; }

.site-container .wp-block-categories.aligncenter { text-align: center; }

.site-container .wp-block-categories.alignfull { padding: 0 30px; }

.site-container .wp-block-categories .children { padding-left: 30px; }

.site-container .wp-block-categories li {
    list-style-type: none;
    padding-left: 0;
}

.site-container .wp-block-categories li::before,
.site-container .wp-block-categories li::after { display: none; }

/* Latest Posts Block
---------------------------------------------------------------------------- */

.site-container .wp-block-latest-posts {
    margin-left: 0;
    padding-left: 0;
}

.site-container .wp-block-latest-posts li { list-style-type: none; }

.site-container .wp-block-latest-posts.aligncenter { text-align: center; }

.site-container .wp-block-latest-posts.alignfull { padding: 0 30px; }

/* Definition Lists
---------------------------------------------------------------------------- */

.site-container dl {
    margin-top: 40px;
    margin-bottom: 40px;
}

.site-container dl dt {
    font-weight: 700;
    margin-bottom: 10px;
}

.site-container dl dd {
    margin-left: 30px;
    margin-bottom: 20px;
}

.site-container dl dd:last-child { margin-bottom: 0; }

/* Atomic Blocks
---------------------------------------------------------------------------- */

.ab-block-post-grid h2 a { text-decoration: none; }

/* Other Blocks
---------------------------------------------------------------------------- */

.wp-block-preformatted,
.wp-block-verse {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-code {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-preformatted { white-space: pre-wrap; }

hr.wp-block-separator {
    border: none;
    border-bottom: 1px solid currentColor;
    color: #eee;
    margin: 1.65em auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) { max-width: 100px; }

.wp-block-separator.is-style-dots { color: #333; }

.wp-block-audio audio {
    display: inline-block;
    width: 100%;
}

.site-container .blocks-gallery-grid,
.site-container .wp-block-gallery,
.site-container .wp-block-social-links { padding-left: 0; }

.wp-block-table.is-style-stripes { border-bottom-width: 0; }

.full-width-content .site-container .wp-block-table.alignfull {
    margin: 0;
    width: 100%;
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination ul li { padding: 5px; }


/*----------------------------------------------------------------------------*/
/*#CUSTOM STYLE*/
/*----------------------------------------------------------------------------*/

/*----------font weight-------------------*/

.fw--light { font-weight: 300; }

.fw--regular { font-weight: 400; }

.fw--medium { font-weight: 500; }

.fw--semibold { font-weight: 600; }

.fw--extrabold { font-weight: 800; }

.fw--black { font-weight: 900; }

/*----------font style------------------*/

.txt--uppercase { text-transform: uppercase; }

.txt--lowercase { text-transform: lowercase; }

.txt--capitalize { text-transform: capitalize; }

.txt--overline { text-decoration: overline; }

.txt--underline { text-decoration: underline; }

.txt--linethrough { text-decoration: line-through; }

/*-------------letter spacing------------------*/
.ls--2 { letter-spacing: 2px; }

.lh--1 { line-height: 1; }

.lh--1-4 { line-height: 1.4; }

.lh--1-5 { line-height: 1.5; }

/*-----------font align -------------------*/

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

.txt--left { text-align: left; }

.txt--right { text-align: right; }

.txt--justify { text-align: justify; }

/*---------elements align------------------*/

.pull--left { float: left; }

.pull--right { float: right; }

.pull--none { float: none; }

.clearfix { clear: both; }

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/*--------overflow---------------------------------*/

.overflow--visible { overflow: visible; }

.overflow--auto { overflow: auto; }

.overflow--hidden { overflow: hidden; }

/*----------------------------------------------------------------------------*/
/*#CONTAINER STYLE*/
/*----------------------------------------------------------------------------*/

[class^='container'] {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.container { max-width: 1200px; }
.container--sm { max-width: 1060px; }

.row.gutters-xs {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row.gutters-xs > [class*='col'] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row.gutters-sm {
    margin-left: -10px;
    margin-right: -10px;
}

.row.gutters-sm > [class*='col'] {
    padding-left: 10px;
    padding-right: 10px;
}

.wp-block-columns.row.has-3-columns {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap!important;
    gap: 0;
}

/*----------------------------------------------------------------------------*/
/*#FONT COLOR*/
/*----------------------------------------------------------------------------*/
.txt--white { color: #fff; }
.txt--black { color: #000; }
.txt--red { color: #da3b35; }
.txt--darkgray { color: #494949; }
.txt--green { color: #0fa958; }
.txt--blue { color: #01B2DD; }

/*----------------------------------------------------------------------------*/
/*#BACKGROUND STYLE*/
/*----------------------------------------------------------------------------*/
.bg--white { background-color: #fff; }

.bg--blue {
    background-color: #74bae7;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg--gray { background-color: #f4f7fe; }

.bg--darkred-gradient { background: -webkit-gradient(linear, right top, left top, from(#DA3B35), color-stop(0.01%, #DA3B35), to(#B93431)); background: -o-linear-gradient(right, #DA3B35 0%, #DA3B35 0.01%, #B93431 100%); background: linear-gradient(270deg, #DA3B35 0%, #DA3B35 0.01%, #B93431 100%); }

.bg--red-gradient { background: -o-linear-gradient(359.55deg, #89253E 3.84%, #F7674D 99.61%); background: linear-gradient(90.45deg, #89253E 3.84%, #F7674D 99.61%); }

.bg--green-gradient { background: -webkit-gradient(linear, left top, right top, from(#11998e), to(#42d178)); background: -o-linear-gradient(left, #11998e 0%, #42d178 100%); background: linear-gradient(90deg, #11998e 0%, #42d178 100%); }

.bg--blue-gradient { background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%); }

.bg--pink-gradient { background: -webkit-gradient(linear, right top, left top, from(#EEAB6F), to(#F05053)); background: -o-linear-gradient(right, #EEAB6F 0%, #F05053 100%); background: linear-gradient(270deg, #EEAB6F 0%, #F05053 100%); }

.bg--violet-gradient {  background: linear-gradient(270deg, #A8C0FF 0%, #3F2B96 100%); }

.bg--orange-gradient { background: linear-gradient(90deg, #F2994A 0%, #F2C94C 100%); }

.bg--silver-gradient { background: linear-gradient(90deg, #809297 0%, #DEDEDE 100%); }

.bg--hero {
    position: relative;
    width: 100%;
}

.bg--hero.bg--default-hero .custom--padding { padding-right: 150px; }

.bg--hero::before {
    content: "";
    background: #fff url('../images/bg-hero.svg') no-repeat right top;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1183px;
    z-index: -1;
    pointer-events: none;
}

.bg--hero h1 { text-transform: capitalize; }

.bg--hero h3 {
    line-height: 1.4;
    font-weight: 400;
    color: #757575;
}

.bg--hero h3:last-of-type { margin-bottom: 30px; }

.bg--hero .container { padding: 270px 15px 105px 15px; }

.bg--hero p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.page-template-join-club .bg--hero .container { 
    position: relative;
    padding: 200px 15px 0 15px; 
}

.hero-img {
    position: absolute;
    top: calc(50% + 50px);
    left: calc(((100vw - 1200px) / 2) + (66.6 / 100 * 1200px));
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

p.hero-subtitle {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 2.7px;
    color: #01B2DD;
}

.hero-before-title > * { margin-bottom: 0 !important; }

.bg--default-hero .hero-img { left: calc(((100vw - 1200px) / 2) + (66.6 / 100 * 1200px) - 150px); }

.bg--page-hero::before { background: #fff url('../images/bg-page-hero.svg') no-repeat right top; }

.bg--page-hero h1 {
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.2;
}

.page-template-online-mini-series .bg--hero .txt--left { max-width: 600px; }

.page-template-online-mini-series .hero-img { left: calc(((100vw - 1200px) / 2) + (66.6 / 100 * 1200px) - 50px);  }

.page-template-join-club .hero-img {
    max-width: 570px;
    left: unset; 
    right: -200px; 
    top: calc(50% + 120px);
    z-index: 9;
    pointer-events: none;
}

.page-template-faq .bg--hero::before { background: #fff url('../images/bg-faq.png') no-repeat right 0; }

.bg--page-hero h3 {
    line-height: 1.5;
    color: #757575;
}

.bg--members {
    background: url('../images/bg-member.png') no-repeat right / contain;
    margin-top: -40px;
    margin-bottom: 40px;
    min-height: 1286px;
    position: relative;
    padding: 0 15px;    
}

.bg--members h2 {
    font-size: 60px;
    margin-bottom: 40px;
    color: #fff;
}

.bg--members h3 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 400;
}

.bg--members h4 {
    font-size: 30px;
    margin-bottom: 60px;
    color: #fff;
    line-height: 1.4;
}

.bg--members .container .row { min-height: 1215px; }

.bg--members .custom-margin {
    margin-top: 200px;
    margin-left: -50px;
}

.bg--members .btn { 
    text-transform: uppercase; 
    font-weight: 600;
}

.bg--mini {
    background: #fff url('../images/bg-mini.svg') no-repeat left top;
    z-index: 12;
    margin-top: -50px;
}

.bg--mini .container { 
    padding: 250px 15px 0; 
    margin: auto;
}

.bg--mini .wp-block-columns { margin: 0; }

.bg--webinar {
    background: url('../images/bg-cta.png') no-repeat right bottom;
    z-index: 99;
    min-height: 890px;
    margin-top: -100px;
    position: relative;
}

.bg--webinar h2 { 
    font-size: 44px; 
    line-height: 1.22;
}

.bg--webinar .btn {  
    position: relative;
}

.bg--webinar .btn::after {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    border-radius: 6px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    background:  linear-gradient(90deg, #0070BA 13%, #44CDEF 100%);
    z-index: -1;
}

.bg--webinar .container .row { min-height: 890px; }

.webinar-img {
    display: none;
}

.bg--error {
    min-height: 100vh;
    background: url('../images/bg--404.png') no-repeat center bottom;;
}

.bg--error .container {
    padding-top: 160px;
    min-height: 100vh;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg--error h1 {
    font-size: 150px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bg--error p {
    font-size: 24px;
    margin-bottom: 50px;
    color: #494949;
}

.bg--error .btn {
    max-width: 230px;
    font-size: 18px;
    margin-right: 0 !important;
    margin-bottom: 350px;
}

.bg--faq {
    background: url('../images/bg-faq.png') no-repeat right top;
    min-height: 1119px;
    margin-top: -88px;
    padding-bottom: 200px;
}

.bg--faq .row {
    min-height: 1119px;
    padding-top: 280px;
}

.bg--faqs { margin-top: -420px; }


/*----------------------------------------------------------------------------*/
/*#PADDING STYLE*/
/*----------------------------------------------------------------------------*/

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

.pb--0 { padding-bottom: 0; }

.pb--50 { padding-bottom: 50px; }

.pb--60 { padding-bottom: 60px; }

.pb--100 { padding-bottom: 100px; }

.pb--120 { padding-bottom: 120px; }

.pb--240 { padding-bottom: 240px; }

.pr--120 { padding-right: 120px; }

.pl--20 { padding-left: 20px; }

.pl--100 { padding-left: 100px; }

.pt--100 { padding-top: 100px; }

.p-tb--0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py--50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.px--100 {
    padding-left: 100px;
    padding-right: 100px;
}

/*----------------------------------------------------------------------------*/
/*#MARGIN STYLE*/
/*----------------------------------------------------------------------------*/

.m--0 { margin: 0 !important; }

.m--auto {
    margin-left: auto;
    margin-right: auto;
}

.mb--0 { margin-bottom: 0; }

.mb--10 { margin-bottom: 10px; }

.mb--15 { margin-bottom: 15px; }

.mb--20 { margin-bottom: 20px; }

.mb--20i { margin-bottom: 20px !important; }

.mb--15i { margin-bottom: 15px !important; }

.mb--25 { margin-bottom: 25px; }

.mb--30 { margin-bottom: 30px; }

.mb--40 { margin-bottom: 40px; }

.mb--50 { margin-bottom: 50px; }

.mb--60 { margin-bottom: 60px; }

.mb--70 { margin-bottom: 70px; }

.mb--90 { margin-bottom: 90px; }

.mb--100 { margin-bottom: 100px; }

.ml--n10 { margin-left: -10px; }

.ml--n15 { margin-left: -15px; }

.ml--10 { margin-left: 10px; }

.ml--20 { margin-left: 20px; }

.ml--80 { margin-left: 80px; }

.ml--90 { margin-left: 90px; }

.ml--100 { margin-left: 100px; }

.ml--120 { margin-left: 120px; }

.mr--5 { margin-right: 5px; }

.mr--10 { margin-right: 10px; }

.mr--15 { margin-right: 15px; }

.mr--20 { margin-right: 20px; }

.mt--20 { margin-top: 20px; }

.mt--40 { margin-top: 40px; }

.mt--50 { margin-top: 50px; }

.mt--100 { margin-top: 100px; }

.mt--120 { margin-top: 120px; }

.m-tb--0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mx--auto {
    margin-left: auto;
    margin-right: auto;
}

.my--25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.custom-margin {
    margin-bottom: 90px;
    margin-top: 20px;
}

.mw--80 { max-width: 80%; }
.mw--xs { 
    max-width: 780px; 
    margin-left: auto;
    margin-right: auto;
}

/*----------------------------------------------------------------------------*/
/*#BUTTON STYLE*/
/*----------------------------------------------------------------------------*/

.btn-default {
    border: 0;
    position: relative;
}

.btn-default:not(.btn--white)::after {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    border-radius: 6px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%);
    z-index: -1;
}

.btn:not(:last-child):not(.btn-menu):not(.btn--orange) { margin-right: 15px; }

.btn--white {
    background: #fff;
    color: #0070BA;
}

.btn--white:hover,
.btn--white:focus,
.btn--white:active { color: #0070BA; }

.btn-outline {
    background: transparent;
    border: 2px solid #0070BA;
    color: #0070BA;
    padding: 9px 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.btn-outline::after {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    border-radius: 6px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    max-width: 700px;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    z-index: -1;
    opacity: 0;
}

.bg--hero .btn-outline::after { background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%); }

.btn-outline--darkred::after { background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%); }

.btn-outline--blue::after { background: -webkit-gradient(linear, left top, right top, from(#2193b0), to(#6dd5ed)); background: -o-linear-gradient(left, #2193b0 0%, #6dd5ed 100%); background: linear-gradient(90deg, #2193b0 0%, #6dd5ed 100%); }

.btn-outline--green::after { background: -webkit-gradient(linear, left top, right top, from(#11998e), to(#42d178)); background: -o-linear-gradient(left, #11998e 0%, #42d178 100%); background: linear-gradient(90deg, #11998e 0%, #42d178 100%); }

.btn-outline--pink::after { background: -webkit-gradient(linear, right top, left top, from(#eeab6f), to(#f05053)); background: -o-linear-gradient(right, #eeab6f 0%, #f05053 100%); background: linear-gradient(270deg, #eeab6f 0%, #f05053 100%); }

.btn-outline--violet::after { background: -webkit-gradient(linear, right top, left top, from(#a8c0ff), to(#3f2b96)); background: -o-linear-gradient(right, #a8c0ff 0%, #3f2b96 100%); background: linear-gradient(270deg, #a8c0ff 0%, #3f2b96 100%); }

.btn-outline--orange::after { background: -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c)); background: -o-linear-gradient(left, #f2994a 0%, #f2c94c 100%); background: linear-gradient(90deg, #f2994a 0%, #f2c94c 100%); }

.btn-outline--red::after { background: -o-linear-gradient(359.55deg, #89253e 3.84%, #f7674d 99.61%); background: linear-gradient(90.45deg, #89253e 3.84%, #f7674d 99.61%) }

.btn-outline--silver::after { background: linear-gradient(90deg, #809297 0%, #DEDEDE 100%); }

.btn__txt { z-index: 3; }

.btn-outline:hover::after,
.btn-outline:focus::after { opacity: 1; }

.btn-outline--white:hover::after { opacity: 0; }

.btn-outline--white {
    border-color: #fff;
    color: #fff;
}

.btn-outline--green {
    border-color: #11998E;
    color: #494949;
}

.btn-outline--blue {
    border-color: #2a9bb7;
    color: #494949;
}

.btn-outline--pink {
    border-color: #f05153;
    color: #494949;
}

.btn-outline--violet {
    border-color: #422F99;
    color: #494949;
}

.btn-outline--orange {
    border-color: #F29A4A;
    color: #494949;
}

.btn-outline--darkred {
    border-color: #0070BA;
    color: #0070BA;
}

.btn-outline--silver {
    border-color: #809297;
    color: #494949;
}

.btn-outline--white:hover {
    color: #701a42;
    background: #fff;
}

.btn.btn--orange {
    background: #f47734;
    color: #fff;    
}

.btn--md {
    font-size: 18px;
    padding: 15px 55px;
}

.btn--sm {
    font-size: 16px;
    padding: 5px 50px;
}

.btn--smd { padding: 20px 35px; }

.btn--xs {
    padding: 15px 20px;
    max-width: 300px;
}

.btn-menu {
    position: relative;
    background: transparent;
    border: 2px solid #fff;
    padding: 0 25px;
    text-align: center;
    min-width: auto;
    max-height: 40px;
    margin: 0 0 0 20px;
}

.btn-menu::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../images/login.svg') no-repeat center;
    width: 20px;
    height: 20px;
}

.site-header.sticky .btn-menu a { z-index: 99; }

.home .site-header.sticky .btn-menu::after,
.error404 .site-header.sticky .btn-menu::after {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 5px;
    z-index: -1;
    background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%);
}

.error404 .site-header .btn-menu::after {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 5px;
    z-index: -1;
    background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%);
}

.btn--top {
    background: transparent;
    border: none;
    bottom: -150px;
    color: #0070BA;
    font-size: 50px;
    line-height: 1;
    opacity: .3;
    position: fixed;
    right: 100px;
    text-align: center;
    transition: all .4s ease-in-out;
    z-index: 999;
}

.btn--top.active { bottom: 50px; }

.btn--top:hover {
    cursor: pointer;
    opacity: 1;
}

.no-more {
    font-weight: 700;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
}

.custom--menu-color .btn-menu,
.sticky .btn-menu,
.error404 .btn-menu { background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%); }

.custom--menu-color .btn-menu { border: none; }

.custom--menu-color .btn-menu::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../images/login.svg') no-repeat center;
    width: 20px;
    height: 20px;
}

.nav-primary .genesis-nav-menu .btn-menu a {
    padding-left: 30px;
    padding-right: 0;
    color: #fff;
}

.nav-primary .genesis-nav-menu .btn-menu a:hover,
.site-header.sticky .genesis-nav-menu .btn-menu.menu-item a { color: #fff; }

.site-header.sticky .genesis-nav-menu .menu-item:not(.btn) a:hover,
.site-header.sticky .genesis-nav-menu .menu-item:not(.btn) a:focus { color: #0070BA; }


/*----------------------------------------------------------------------------*/
/*#FONT SIZE*/
/*----------------------------------------------------------------------------*/

.txt--xs {
    font-size: 14px;
    line-height: 1.4;
}

.txt--sm { font-size: 22px; }

.txt--md { font-size: 20px; }

.txt--lg { font-size: 24px; }

.txt--xl { font-size: 28px; }

.txt--xxl { font-size: 50px; }

.mh--100 { min-height: 100px }

.mh--800 { min-height: 800px }

/*----------------------------------------------------------------------------*/
/*#BOX STYLE*/
/*----------------------------------------------------------------------------*/

.join-club-container {
    margin-top: -20px;
    position: relative;
    z-index: 99;
    max-width: 845px;
}

.join-club-container .box {
    flex-direction: column;
}

.join-club-container .box p {
    color: #FFF;
    text-align: center;   
    font-size: 18px;    
    font-weight: 500;
    line-height: 1.44;
    text-transform: uppercase;
}

.box {
    border-radius: 6px;
    min-width: 100%;
    min-height: 100%;
    text-align: center;
    padding: 30px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.box:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

a.box {
    display: block;
    margin-right: 15px;
}

a.box:last-child { margin-right: 0; }

.box h3 {
    font-size: 18px;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
    font-weight: 700;
    line-height: 1.66;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.box-club {
    padding: 60px 70px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box-contact { padding-top: 30px; }

.box-club .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    min-height: 54px;
    padding: 8px 10px;
    margin-bottom: 15px;
    min-width: 100%;
    line-height: 1.4;
}

.box-club .btn.btn-outline {
    line-height: 1.6;
    padding: 12px 10px;
}

.box-club .btn:hover { color: #fff; }

.box-club .btn:last-of-type,
.box-club .btn:last-child { margin-bottom: 0; }

.box-club ul li {
    font-size: 24px !important;
    margin-bottom: 15px !important;
    line-height: 1.4 !important;
    color: #494949 !important;
    padding-left: 30px !important;
}

.box-club ul li::before { margin-top: 13px; }

.box-club,
.box-club h2 { position: relative; }

.box-club::before {
    position: absolute;
    content: "";
    height: 10px;
    top: 0;
    left: 0;
    right: 0;
}

.img-overlay {
    position: relative;
    margin-bottom: 15px;
}

.box-club--silver::before { background: linear-gradient(90deg, #809297 0%, #DEDEDE 100%); }

.box-club--green::before { background: -webkit-gradient(linear, left top, right top, from(#11998e), to(#42d178)); background: -o-linear-gradient(left, #11998e 0%, #42d178 100%); background: linear-gradient(90deg, #11998e 0%, #42d178 100%); }

.box-club--green .img-overlay::after { background: -webkit-gradient(linear, left top, right top, from(#11998e), to(#42d178)); background: -o-linear-gradient(left, #11998e 0%, #42d178 100%); background: linear-gradient(90deg, #11998e 0%, #42d178 100%); }

.box-club--blue::before { background: -webkit-gradient(linear, left top, right top, from(#2193b0), to(#6dd5ed)); background: -o-linear-gradient(left, #2193b0 0%, #6dd5ed 100%); background: linear-gradient(90deg, #2193b0 0%, #6dd5ed 100%); }

.box-club--blue .img-overlay::after { background: -webkit-gradient(linear, left top, right top, from(#2193b0), to(#6dd5ed)); background: -o-linear-gradient(left, #2193b0 0%, #6dd5ed 100%); background: linear-gradient(90deg, #2193b0 0%, #6dd5ed 100%); }

.box-club--pink::before { background: -webkit-gradient(linear, left top, right top, from(#f05053), to(#eeab6f)); background: -o-linear-gradient(left, #f05053 0%, #eeab6f 100%); background: linear-gradient(90deg, #f05053 0%, #eeab6f 100%); }

.box-club--pink .img-overlay::after { background: -webkit-gradient(linear, left top, right top, from(#f05053), to(#eeab6f)); background: -o-linear-gradient(left, #f05053 0%, #eeab6f 100%); background: linear-gradient(90deg, #f05053 0%, #eeab6f 100%); }

.box-club--violet::before { background: -webkit-gradient(linear, right top, left top, from(#a8c0ff), to(#3f2b96)); background: -o-linear-gradient(right, #a8c0ff 0%, #3f2b96 100%); background: linear-gradient(270deg, #a8c0ff 0%, #3f2b96 100%); }

.box-club--violet .img-overlay::after { background: -webkit-gradient(linear, right top, left top, from(#a8c0ff), to(#3f2b96)); background: -o-linear-gradient(right, #a8c0ff 0%, #3f2b96 100%); background: linear-gradient(270deg, #a8c0ff 0%, #3f2b96 100%); }

.box-club--orange::before { background: -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c)); background: -o-linear-gradient(left, #f2994a 0%, #f2c94c 100%); background: linear-gradient(90deg, #f2994a 0%, #f2c94c 100%); }

.box-club--orange .img-overlay::after { background: -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c)); background: -o-linear-gradient(left, #f2994a 0%, #f2c94c 100%); background: linear-gradient(90deg, #f2994a 0%, #f2c94c 100%); }

.box-club--red::before { background: -o-linear-gradient(212.75deg, #db4e33 0%, #c73935 49.59%, #621545 100.23%), -o-linear-gradient(top, #ff9a62 0%, rgba(255, 154, 98, 0) 100%); background: linear-gradient(237.25deg, #db4e33 0%, #c73935 49.59%, #621545 100.23%), linear-gradient(180deg, #ff9a62 0%, rgba(255, 154, 98, 0) 100%); }

.box-club--red .img-overlay::after { background: -o-linear-gradient(212.75deg, #db4e33 0%, #c73935 49.59%, #621545 100.23%), -o-linear-gradient(top, #ff9a62 0%, rgba(255, 154, 98, 0) 100%); background: linear-gradient(237.25deg, #db4e33 0%, #c73935 49.59%, #621545 100.23%), linear-gradient(180deg, #ff9a62 0%, rgba(255, 154, 98, 0) 100%); }

.box-club h3 { margin-bottom: 30px; }

.box-club h2 {
    padding-bottom: 25px;
    margin-bottom: 25px;
    width: 100%;
}

.box-club h2::after {
    position: absolute;
    content: "";
    background: #ccc;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
}

.box-club__desc {
    font-size: 16px;
    color: #494949;
    text-align: left;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
}

.box-club__desc::before {
    position: absolute;
    left: 0;
    line-height: 1.2;
    font-size: 23px;
    content: "\f2f2";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro", sans-serif;
}

.box-club__right {
    background: #fff;
    -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 30px 25px;
    max-width: 350px;
    position: relative;
    float: right;
}

.box-club__right img { border-radius: 6px; }

.box-club--orange .box-club__testimonial { width: 100%; }

.box-club__webinars {
    background: #F4F8FA;
    padding: 15px;
    border-radius: 6px;
    margin-top: 30px;
}

.box-club__webinars h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 10px;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
    font-weight: 700;
}

.box-club .box-club__webinars ul li { font-size: 18px !important; }

.box-club .box-club__webinars ul li:last-child { margin-bottom: 0!important; }

.box-contact--mob {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.box-contact,
.box-contact--mob { text-align: center; }

.box-contact a:hover span,
.box-contact--mob a:hover span,
.box-contact a:focus span,
.box-contact--mob a:focus span,
.box-contact a:active span,
.box-contact--mob a:active span { color: #0070BA; } 

.box-contact p,
.box-contact--mob p,
.box-contact a span,
.box-contact--mob a span {        
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.box-contact a span,
.box-contact--mob a span { display: inline-block; }

.box-club__testimonial {
    background-color: #F4F8FA;
    border-radius: 6px;
    position: relative;
    padding: 20px 40px 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-club__testimonial::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    background: url('../images/quote-small.svg') no-repeat center / cover;
    width: 24px;
    height: 20px;
}

.box-club--silver .box-club__testimonial::after {  background: url('../images/quote-silver.svg') no-repeat center / cover; }

.box-club--violet .box-club__testimonial::after {  background: url('../images/quote-violet.svg') no-repeat center / cover; }

.box-club--orange .box-club__testimonial::after {  background: url('../images/quote-orange.svg') no-repeat center / cover; }

.box-club-testimonial__header {
    display: flex;
    margin-bottom: 15px;
}

.box-club-testimonial__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-club__testimonial .quotes {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 24px;
    height: 19px;
}

.box-club-testimonial__name {
    font-family: "Lato", "Avenir", "Adobe Heiti Std", "Segoe UI", "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.box-club-testimonial__position {
    font-family: "Lato", "Avenir", "Adobe Heiti Std", "Segoe UI", "Trebuchet MS", sans-serif;
    margin-bottom: 0;
    font-weight: 400;
}

.box-club__testimonial p {
    margin-bottom: 0;
    font-size: 16px;
    color: #494949;
    line-height: 1.5;
}

.box-club__testimonial .testimonial__img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.cta { margin: 25px auto 100px; }

.cta-box {
    background-color: #F4F8FA;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    height: 100%;  
    display: flex;
    gap: 30px;
}

.cta-box img { 
    position: relative;
    z-index: 2; 
    transition: all 0.3s ease-in-out;
}

.cta-box__content {
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column;    
    height: 100%;    
}

.cta-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%);
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    opacity: 0;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}

.cta-box__content h3 { 
    font-weight: 800;
    margin-bottom: 10px; 
    text-transform: uppercase;
}

.cta-box__content .cta-box__icon { margin-bottom: 20px; }

.cta-box h3,
.cta-box .cta-link { transition: all 0.3s ease-in-out; }

.cta-box .cta-box__icon defs stop { transition: all 0.3s ease-in-out; }

.cta-box:hover img { filter: brightness(0) invert(1); }

.cta-box__content p { margin-top: auto; }

.cta-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    color: #0070BA;
    font-weight: 500;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
}

.cta-link::after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro", sans-serif;
    right: -30px;
}

.cta-box:hover::after { opacity: 1; }

.cta-box:hover .cta-link,
.cta-box:hover h3 {color: #fff; }

.box-outline {
    border: 1px solid #757575;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.box-outline p {
    font-size: 20px;
    color: #494949;
    line-height: 1.5;
}

/*----------------------------------------------------------------------------*/
/*#TESTIMONIALS STYLE*/
/*----------------------------------------------------------------------------*/

.testimonials {
    position: relative;
    padding: 60px 200px 0;
}

.testimonials h3 { 
    color: #757575;
    margin-bottom: 50px; 
}

.testimonials-mini { padding: 0; }

.testimonials__content { text-align: center; }

.testimonials__content .testimonials__img {
    border-radius: 50%;
    width: 120px !important;
    height: 120px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonials__content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-mini .courses_item,
.post-item {
    position: relative;
    border-radius: 6px;
    background-color: #f4f7fe;
    max-width: 270px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.testimonials-mini.owl-theme.owl-theme .owl-dots { display: block; }

.testimonials-mini .owl-dots { padding-top: 15px; }

.testimonials-mini .owl-dots .owl-dot { min-width: auto; }

.owl-carousel.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}

.owl-theme.owl-theme .owl-nav { margin-top: 0; }

.testimonials-mini.owl-theme.owl-theme .owl-dots .owl-dot { margin: 0 5px; }

.testimonials-mini.owl-theme.owl-theme .owl-dots .owl-dot span {
    border-radius: 50%;
    background: #c4c4c4;   
    margin: 0;
}

.testimonials-mini.owl-theme.owl-theme .owl-dots button:hover { -webkit-box-shadow: none; box-shadow: none; }

.testimonials-mini.owl-theme.owl-theme .owl-dots .owl-dot.active span,
.testimonials-mini.owl-theme.owl-theme .owl-dots .owl-dot:hover span {
    border: none;
    background: #b93431
}

.owl-theme.owl-theme .owl-dots { display: none; }

.owl-theme.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    background: #757575;
    border-radius: 50%;
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme.owl-theme .owl-nav .owl-prev:hover {
    background-color: #0070BA;
    color: #fff;
}

.owl-theme.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    background: #757575;
    border-radius: 50%;
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-carousel .next-slide {
    position: absolute;
    background: url('../images/next.svg') no-repeat;
    width: 25px;
    height: 25px;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme.owl-theme.owl-carousel--courses .owl-nav .owl-prev {
    left: -80px;
    top: calc(50% - 40px);
}

.owl-theme.owl-theme.owl-carousel--courses .owl-nav .owl-next {
    right: -80px;
    top: calc(50% - 40px);
}

.owl-carousel .prev-slide {
    position: absolute;
    background: url('../images/prev.svg') no-repeat;
    width: 25px;
    height: 25px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme.owl-theme .owl-nav .owl-prev:hover,
.owl-theme.owl-theme .owl-nav .owl-next:hover,
.owl-theme.owl-theme .owl-nav .owl-prev:focus,
.owl-theme.owl-theme .owl-nav .owl-next:focus {
    background-color: #0070BA;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.owl-theme.owl-theme .owl-nav .owl-prev:hover .prev-slide,
.owl-theme.owl-theme .owl-nav .owl-prev:focus .prev-slide { background: url('../images/prev-hover.svg') no-repeat; }

.owl-theme.owl-theme .owl-nav .owl-next:hover .next-slide,
.owl-theme.owl-theme .owl-nav .owl-next:focus .next-slide { background: url('../images/next-hover.svg') no-repeat; }

.owl-theme.owl-theme.owl-carousel--home-images .owl-item.active.center .testimonials__img {
    width: 120px !important;
    height: 120px !important;
    opacity: 1 !important;
    padding: 0 !important;
    object-fit: cover;
}

.owl-theme.owl-theme.owl-carousel--home-images .owl-item.active .testimonials__img {
    width: 95px !important;
    height: 95px !important;
    opacity: 0.6 !important;
    padding: 0 !important;
    object-fit: cover;
}

.testimonials.owl-carousel--home-images { padding: 0; }

.owl-theme.owl-theme.owl-carousel--home-images .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owl-carousel--courses .owl-stage {
    display: flex;
    margin: 25px 0;
}

.owl-carousel--courses .owl-stage .owl-item {
    display: flex;
    height: auto;
}

/*----------------------------------------------------------------------------*/
/*#Courses style*/
/*----------------------------------------------------------------------------*/

.post-item {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
}

.post-item:hover {
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.post-item__info .btn:hover { -webkit-box-shadow: none; box-shadow: none; }

.post-item__info {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post-item__info h5 { margin-bottom: 20px; }

.post-item__info h5 a { color: #494949; }

.post-item__info .btn {
    margin-bottom: 0;
    font-size: 16px;
    min-width: 100%;
    padding: 9px 15px;
}

.post-item__btn {
    display: flex;
    margin-top: auto;
}

.advanced {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#F2994A), to(#F2C94C));
    background: -o-linear-gradient(left, #F2994A 0%, #F2C94C 100%);
    background: linear-gradient(90deg, #F2994A 0%, #F2C94C 100%);
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 2px 5px;
}

.post__img--wrapper {
    height: 200px;
}

.post-item img {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    object-fit: cover;
    width: 100% !important;
    height: 100%;
}

/* Single course */

.intro-section .section--padding { padding-bottom: 20px; }

.intro-section .section--padding .video-plugin-new { margin-top: 0; }

.single-courses .site-container .intro-section ul li:last-child { margin-bottom: 30px !important; }

.single-courses img { border-radius: 6px; }

.hero-section,
.hero-qa-section {
    background-color: #f4f7fe;
    text-align: center;
    padding: 30px 0 40px;
}

.hero-section h2,
.hero-qa-section h2 {
    color: #1ca2f7;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 auto 35px;
    max-width: 900px;
}

.hero-section h3,
.hero-qa-section h3 { font-size: 30px; }

.hero-qa-section p {
    color: #494949;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
}

.qa-section .gray-box {
    flex-grow: 1;
}

.qa-section h2 { margin-bottom: 50px; }

.hero-section p {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    color: #757575;
    max-width: 900px;
    margin: 0 auto;
}

.section--padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.gray-box {
    background-color: #f4f7fe;
    border-radius: 6px;
    padding: 25px 20px 20px;
    margin-bottom: 30px;
}

.gray-box h2 { margin-bottom: 20px; }

.gray-box:last-of-type { margin-bottom: 0; }

.gray-box__answer {
    background-color: #fff;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.gray-box__answer.active {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gray-box__answer.active .answer__head::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.answer__head {
    background-color: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    border-radius: 6px;
    position: relative;
}

.answer__head:hover { cursor: pointer; }

.answer__head::after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    content: "\f078";
    font-family: "Font Awesome 5 Pro", sans-serif;
    color: #1ca2f7;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.answer__content {
    display: none;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.gray-box__question { flex-direction: column; }

.gray-box__question p,
.gray-box__answer h3 {
    font-size: 26px;
    font-weight: 700;
}

.gray-box__answer h3 {
    margin-bottom: 0;
}

.gray-box__question span { color: #cc0000; }

.gray-box__question p { color: #494949; }

.single-courses .site-container .qa__question ol li,
.single-courses .site-container .answer__content ol li,
.banner-reserve ol li {
    list-style-type: auto;
    color: #494949;    
    margin-left: 55px;
    margin-bottom: 10px;
    line-height: 1.3;
    padding-left: 5px;
}

.single-courses .site-container .qa__question ol li,
.single-courses .site-container .qa__question ul li { font-size: 22px !important; }

.single-courses .site-container .answer__content ol li,
.single-courses .site-container .answer__content ul li { font-size: 18px !important; }

.single-courses .site-container .qa__question ol li::marker,
.single-courses .site-container .answer__content ol li::marker,
.banner-reserve ol li::marker {
    color: #0fa958;
    font-weight: 700;
}

.single-courses .site-container .qa__question ul li,
.single-courses .site-container .answer__content ul li,
.single-courses .site-container .banner-reserve ul li { 
    padding-left: 65px !important; 
    margin-bottom: 10px !important;
}

.single-courses .site-container .qa__question ul li:last-child,
.single-courses .site-container .qa__question ol li:last-child,
.single-courses .site-container .answer__content ul li:last-child,
.single-courses .site-container .answer__content ol li:last-child { margin-bottom: 30px !important; }

.single-courses .site-container .answer__content ol li,
.single-courses .site-container .answer__content ul li,
.answer__content p,
.answer__content h1,
.answer__content h2,
.answer__content h3,
.answer__content h4,
.answer__content h5,
.answer__content h6 { color: #757575 !important; }

.qa__question h3 { font-size: 30px; }

.qa__question h4 { font-size: 26px; }

.qa__question h5 { font-size: 25px; }

.qa__question h6 { font-size: 24px; }

.answer__content h1,
.answer__content h2,
.answer__content h3,
.answer__content h4,
.answer__content h5,
.answer__content h6,
.qa__question h1,
.qa__question h2,
.qa__question h3,
.qa__question h4,
.qa__question h5,
.qa__question h6 { margin-bottom: 30px !important; }

.question-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 0px;
    width: 100%;
    flex-wrap: wrap;
}

.question-gallery img {
    margin-right: 30px;
    margin-bottom: 15px;
    max-width: 400px;
    object-fit: cover;    
}

.question-gallery img:last-child { margin-right: 0; }

.gray-box__question .icon,
.gray-box__answer .icon {
    min-width: 50px;
    height: 50px;
    background-color: #1ca2f7;
    margin-right: 20px;
    color: #fff;
    font-size: 26px !important;
    font-weight: 700;
}

.title-icon {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.title-icon .icon {
    min-width: 70px;
    height: 70px;
    background-color: #1ca2f7;
    margin-right: 20px;
    color: #fff;
}

.title-icon.title-icon--orange {
    margin-bottom: 5px;
    margin-top: 30px;
}

.title-icon.title-icon--orange .icon {
    background-color: transparent;
    margin-right: 5px;
    height: auto;
}

.title-icon.title-icon--orange .icon i,
.title-icon.title-icon--orange h2 { color: #f47734; }

.title-icon .icon i {
    font-size: 24px;
    color: #fff;
}

.sessions-box .title-icon .icon i { font-size: 40px; }

.gray-box h4 {
    margin-bottom: 0;
    line-height: 1.5;
}

.banner-reserve {
    background-color: #f47734;
    text-align: center;
}

.banner-reserve h1,
.banner-reserve h2,
.banner-reserve h3,
.banner-reserve h4,
.banner-reserve h5,
.banner-reserve h6,
.banner-reserve p {    
    font-weight: 400;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
}

.banner-reserve h1,
.banner-reserve h2,
.banner-reserve h3,
.banner-reserve h4,
.banner-reserve h5,
.banner-reserve h6,
.banner-reserve p { 
    color: #494949;
    margin-bottom: 30px; 
}

.banner-reserve h3 { font-size: 26px; }

.banner-reserve h2 {    
    font-size: 36px;
    line-height: 1.2;    
}

.banner-reserve ul li,
.banner-reserve ol li { text-align: left; }

.banner-reserve ul li::before,
.banner-reserve ol li::marker { color: #494949 !important; }

.banner-reserve .btn-payment { 
    margin-top: 0; 
    line-height: 0;
}

.banner-reserve .btn-payment a.txt--darkgray { 
    color: #fff;
    line-height: 0;
    display: inline-block;
    margin-top: 5px;
}

.single-courses .banner-reserve .btn-payment a.txt--darkgray:hover { color: #efefef; }

.single-courses .btn {
    display: inline-block;
    font-size: 22px;
    line-height: 1.2;    
    margin-bottom: 30px;
    min-width: 350px;
}

.single-courses .banner-reserve .btn {
    background: #fff;
    color: #f47734;
}

.btn-payment {
    margin-top: 50px;
    text-align: center;
}

.single-courses .btn-payment a.txt--darkgray:hover { color: #1ca2f7; }

.single-courses .site-container ul li {
    padding-left: 85px !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-bottom: 25px !important;
    color: #494949 !important;
}

.single-courses .site-container ul li::before {
    left: 40px !important;
    font-size: 17px;
    line-height: 1.6;
    color: #0fa958;
    background: transparent !important;
    content: "\f00c" !important;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro", sans-serif;
    width: unset !important;
    height: unset !important;
}

.single-courses .site-container ul li:last-child { margin-bottom: 50px !important; }

.single-courses__testimonial {
    background-color: #f4f7fe;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
    padding: 25px 40px 25px 70px;
    max-width: 830px;
    height: 100%;    
}

.single-courses__testimonial::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 20px;
    background: url(../images/quote-blue.svg) no-repeat center / cover;
    width: 30px;
    height: 27px;
}

.single-courses__testimonial p {
    font-style: italic;
    line-height: 1.5;
    color: #494949;
}

.bg--blue h2 {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2;
    font-weight: 700 !important;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif !important;
}

.bg--blue p { font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif; }

.bg--blue .single-courses__testimonial { margin: 30px auto 0; }

.session-item {
    border-radius: 6px;
    background-color: #f4f7fe;
    height: 100%;
}

.session-item__header {
    padding: 20px;
    background-color: #1ca2f7;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    text-align: center;
}

.session-item h3 {
    color: #fff;
    margin-bottom: 0;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
    font-weight: 700;
}

.session-item__content { padding: 20px; }

.session-item__content p { color: #494949; }

.pull--left {
    float: left;
    margin-right: 30px;
}

.presenter-section h2,
.presenter-section h3 {
    text-align: center;
    font-family: "Lato", "Avenir", "Adobe Heiti Std", "Segoe UI", "Trebuchet MS", sans-serif;
}

.presenter-section h2 {
    font-weight: 900;
    line-height: 1;
    margin-bottom: 15px;
}

.presenter-section h3 {
    color: #757575;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 22px;
}

.presenter-section p { line-height: 1.55; }

.presenter-section .row img { max-width: 300px; }

.sessions-box {
    border-radius: 6px;
    background-color: #f4f7fe;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.sessions-box:last-child { margin-bottom: 0; }

.sessions-box h2 {
    margin-bottom: 0;
    font-size: 30px;
    text-transform: capitalize;
    font-family: "Lato", "Avenir", "Adobe Heiti Std", "Segoe UI", "Trebuchet MS", sans-serif;
}

.sessions-box .session-item {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.sessions-box .session-item:last-child { margin-bottom: 30px; }

.recordings p {
    font-size: 20px;
    margin-left: 10px;
    line-height: 1.5;
}

.sessions-box.recordings {
    display: flex;
    justify-content: space-between;
}

.single-courses .single-box {
    border-radius: 6px;
    height: 100%;
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-courses .single-box--orange { background-color: #f47734; }

.single-courses .single-box--blue { background-color: #74bae7; }

.single-courses .single-box.single-box--blue a:hover { color: #494949; }

.single-courses .single-box h2,
.single-courses .single-box h3 {
    color: #fff;
    text-align: center;
    font-family: "Poppins", "Helvetica", "Trebuchet MS", "Verdana", sans-serif;
}

.single-courses .single-box.single-box--blue h2 { margin-bottom: 5px; }

.single-courses .single-box.single-box--blue h2:last-of-type { margin-bottom: 20px; }

.single-courses .single-box p,
.single-courses .single-box a {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.single-courses .single-box a:hover { color: #1ca2f7; }

.single-courses .single-box h2 {
    margin-bottom: 0;
    line-height: 1.2;
}

.single-courses .single-box--orange ul li:last-child { margin-bottom: 0 !important; }

.single-courses .single-box--orange ul li::before {
    top: 10px !important;
    left: 0 !important;
    background: #fff !important;
    width: 7px !important;
    height: 7px !important;
    content: "" !important;
}

.single-courses .single-box--orange ul li {
    padding-left: 25px !important;
    color: #fff !important;
    position: relative !important;
    margin-bottom: 35px !important;
}

.single-courses .single-box--orange h2:last-of-type { margin-bottom: 25px; }

.single-courses .single-box .single-box__desc { font-size: 30px; }

.single-courses .single-box--white {
    border-radius: 6px;
    background-color: #fff;
    padding: 30px 20px;
    height: 100%;
}

.single-courses .site-container .advantages-section .checkmark-list li {
    padding-left: 35px !important;
    position: relative !important;
    font-weight: 700 !important;
    color: #757575 !important;
    margin-bottom: 20px !important;
}

.single-courses .site-container .learn-section .checkmark-list li {
    padding-left: 35px !important;
    position: relative !important;
    color: #494949 !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    line-height: 1.55 !important;
}

.single-courses .site-container .advantages-section .checkmark-list li::before,
.single-courses .site-container .learn-section .checkmark-list li::before { left: 0 !important; }

.single-courses .site-container .advantages-section .checkmark-list.times li::before {
    content: "\f00d" !important;
    font-weight: 300 !important;
    color: #b93431 !important;
    font-size: 28px !important;
    top: -7px !important;
}

.single-courses .site-container .advantages-section .checkmark-list li:last-child { margin-bottom: 0 !important; }

.single-courses .have-question-section img,
.single-courses .advantages-section__img {
    width: auto;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

.single-courses .single-box__link {
    font-size: 22px;    
    display: block;
    margin: 0 auto 15px !important;
}

.advantages-section .btn-payment {
    margin-top: 35px;
    margin-bottom: 10px;
}

.advantages-section .gray-box { max-width: 100%; }

.bg--guarantee {
    background-color: #1ca2f7;
    padding: 40px 0;
}

.bg--guarantee img {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.bg--guarantee .custom-margin { margin: 0 0 0 230px; }

.bg--guarantee h2,
.bg--guarantee p { color: #fff; }

.bg--guarantee h2 { margin-bottom: 10px; }

.bg--guarantee p { line-height: 1.4; }

.p--relative { position: relative; }

.z-999 { z-index: 999; }

.course-footer {
    background-color: #f4f7fe;
    padding: 25px 0;
}

.course-footer p {
    font-size: 16px;
    color: #1ca2f7;
    margin-bottom: 0;
}

.single-courses .site-container .course-footer .menu li {
    display: inline-block;
    margin-bottom: 0 !important;
    padding-left: 30px !important;
}

.single-courses .site-container .course-footer .menu li::before { content: "" !important; }

.single-courses .site-container .course-footer .menu li:first-child { padding-left: 0 !important; }

.single-courses .site-container .course-footer .menu li:last-child { margin-bottom: 0 !important; }

.single-courses .site-container .course-footer .menu li a {
    font-size: 16px;
    color: #1ca2f7;
    transition: all 0.3 ease-in-out;
}

.single-courses .site-container .course-footer .menu li a:hover { color: #494949; }

.single-courses .widget { margin-bottom: 0; }

/*----------------------------------------------------------------------------*/
/*#SOCIAL ICONS STYLE*/
/*----------------------------------------------------------------------------*/

.social-icons { display: -webkit-box; display: -ms-flexbox; display: flex; }

.social-icons .fab {
    color: rgba(218, 59, 53, 1);
    background: linear-gradient(90deg, #0070BA 13%, #44CDEF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon {
    background-color: #f4f7fe;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px !important;
}

.social-icons .icon:last-child { margin-right: 0; }

.icon:hover { -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2); }

/*----------------------------------------------------------------------------*/
/*#FAQ STYLE*/
/*----------------------------------------------------------------------------*/
.faqs { margin-bottom: 150px; }

.faq {
    padding: 0 20px 0 45px;
    border: 2px solid #f4f7fe;
    background-color: #f4f7fe;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq:hover { -webkit-box-shadow: 0 3px 30px 0 rgba(74, 74, 74, 0.1); box-shadow: 0 3px 30px 0 rgba(74, 74, 74, 0.1); }

.faq:last-child { margin-bottom: 0; }

.faq.active {
    -webkit-box-shadow: 0 3px 30px 0 rgba(74, 74, 74, 0.1);
    box-shadow: 0 3px 30px 0 rgba(74, 74, 74, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq.active .faq__head::after {
    content: "\f068";
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.faq__head {
    font-size: 24px;
    padding: 20px 40px 20px 55px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    color: #494949;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq__head::after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    content: "\f067";
    font-family: "Font Awesome 5 Pro", sans-serif;
    color: #0070BA;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.faq__content {
    display: none;
    padding-bottom: 20px;
    padding-left: 55px;
}

.faq__content p {
    font-size: 18px;
    color: #494949;
}

.faq__content p:last-child { margin-bottom: 0; }

.faq li { font-size: 18px;}

.admin-bar .top-bar { top: 32px; }

.top-bar { 
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
    padding: 6px 0 12px;    
    background: linear-gradient(118deg, rgba(242,153,74,1) 34%, rgba(242,201,76,1) 73%);
}

.top-bar p {
    color: #181818;
    font-family: "Lato", "Avenir", "Adobe Heiti Std", "Segoe UI", "Trebuchet MS", sans-serif;
    font-size: 20px;   
    margin-bottom: 6px;
    line-height: 1.6;
}

.top-bar p:last-child { margin-bottom: 0; }

.top-bar p strong { font-weight: 800; }

.top-bar .top-bar__coupon {
    display: inline;
    color: #DA3B35;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #fff;
    padding: 3px 8px;
    border-radius: 2px;
    margin: 0 3px;
    border: 2px dotted #C73935;
}

.single-courses .hero-section.hero-section__mt,
.single-courses .hero-qa-section.hero-section__mt { margin-top: 70px; }


/*----------------------------------------------------------------------------*/
/*#CUSTOM BANNER*/
/*----------------------------------------------------------------------------*/

.custom-banner {
    padding: 75px 0 65px;
    color: #fff;
    text-align: center;
}

.custom-banner h2 {
    font-size: 44px;
    color: #fff;
    font-weight: unset;   
    margin-bottom: 5px;
}

.custom-banner h3 {
    font-size: 36px;
    color: #fff;
    font-weight: unset;  
    margin-bottom: 30px; 
}

.custom-banner h4 {
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    font-weight: unset;  
    margin-bottom: 30px; 
}

.custom-banner h3:last-of-type,
.custom-banner h4:last-of-type { margin-bottom: 0; }

.custom-banner .btn { 
    margin-top: 30px;
    line-height: 1.7; 
    display: inline-block;
}

/*----------------------------------------------------------------------------*/
/*#RESPONSIVE STYLE*/
/*----------------------------------------------------------------------------*/

@media only screen and (min-width: 1921px) {
    .bg--members {
        background-size: contain;
        background-position: center;
        max-width: 1920px;
        display: flex;
        margin: 0 auto;
    }

    .bg--members .offset-1 { margin-left: 0; }

    .bg--members .container .row { min-height: 100%; }

    .bg--hero::before { background-size: 80% 100%; }

    .bg--mini { background-size: 85% 100%; }

}

@media only screen and (min-width: 480px) {

    table {
        table-layout: auto;
        word-break: normal;
    }

}


@media only screen and (min-width: 782px) {

    .wp-block-columns.row.has-3-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
    .wp-block-columns.row.has-3-columns.is-not-stacked-on-mobile > .wp-block-column { flex-basis: auto; }
}

@media only screen and (min-width: 992px) {

    .full-width-content .site-container > .wp-block-table.alignwide { width: calc(100% + 360px); }

    .full-width-content .site-container > .wp-block-table.alignfull {
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
        width: 100vw;
    }

    .full-width-content .entry-content > .alignwide {
        margin-left: -150px;
        margin-right: -150px;
        max-width: calc(100% + 300px);
        width: auto;
    }

    .alignfull .alignwide,
    .alignwide .alignwide {
        max-width: 1062px;
        margin: 0 auto;
    }

    /* Genesis Menu
    --------------------------------------------- */
    .genesis-nav-menu .menu-item {
        display: inline-block;
        text-align: left;
    }

    .genesis-nav-menu .menu-item:focus,
    .genesis-nav-menu .menu-item:hover { position: relative; }

    .genesis-nav-menu > .menu-bold > a { font-weight: 700; }

    .genesis-nav-menu > .menu-highlight > a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .genesis-nav-menu > .menu-highlight > a:focus,
    .genesis-nav-menu > .menu-highlight > a:hover { background-color: #0073e5; }

    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a { width: 180px; }

    .genesis-nav-menu .sub-menu {
        border-top: 1px solid #eee;
        opacity: 0;
        padding-left: 0;
        position: absolute;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }

    .genesis-nav-menu .sub-menu a {
        border: 1px solid #eee;
        border-top: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .genesis-nav-menu .sub-menu .sub-menu { margin: -46px 0 0 179px; }

    /* Responsive Menu
    --------------------------------------------- */
    .genesis-responsive-menu {
        display: block;
        padding-top: 15px;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }

    .genesis-nav-menu .menu-item:hover > .sub-menu {
        display: block;
        left: auto;
        opacity: 1;
    }

    /* Header Menu
    --------------------------------------------- */
    .nav-primary { text-align: right; }

    .nav-primary .genesis-nav-menu a {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Author Box
    --------------------------------------------- */
    .author-box {
        background-color: #f5f5f5;
        padding: 30px;
    }

    /* After Entry
    --------------------------------------------- */
    .after-entry { padding: 40px 60px; }

    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Column Classes
    --------------------------------------------- */
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 2.564102564102564%;
    }

    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%;
    }

    .one-third,
    .two-sixths { width: 31.623931623931625%; }

    .four-sixths,
    .two-thirds { width: 65.81196581196582%; }

    .one-fourth { width: 23.076923076923077%; }

    .three-fourths { width: 74.35897435897436%; }

    .one-sixth { width: 14.52991452991453%; }

    .five-sixths { width: 82.90598290598291%; }

    .first {
        clear: both;
        margin-left: 0;
    }

    /* Entry Misc.
    --------------------------------------------- */
    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings { margin-bottom: 60px; }

    /* Footer Widgets
    --------------------------------------------- */
    .footer-widgets .wrap { max-width: 1140px; }

    .full-width-content .entry-content > .alignwide {
        margin-left: -80px;
        margin-right: -80px;
        max-width: calc(100% + 180px);
        width: auto;
    }

}

@media only screen and (min-width: 768px) {
    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        width: calc(100% / 4);
    }
}

@media only screen and (min-width: 767px) and (max-width:  991px) {


    .page-template-join-club .bg--page-hero::before { top: -28px; }

    .post-item {
        flex-direction: row;
        max-width: 100%;
        width: 100%;
    }

    .testimonials-mini .courses_item { max-width: 100%; }

    .advanced { 
        right: unset; 
        left: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 6px;
    }

    .post__img--wrapper { height: 175px; }

    .post-item img { 
        min-width: 170px;
        width: 170px !important; 
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 6px;
    }

    .post-item__info { 
        padding: 10px; 
        width: 100%;
        justify-content: center;
    }

    .post-item__info h5 { 
        font-size: 14px; 
        margin-bottom: 10px;
    }

    .post-item__info .btn { 
        font-size: 14px;
        padding: 5px 15px;
    }

    .post-item__btn { margin-top: 0; }

    .mb-xmd-15 { margin-bottom: 15px; }
}

@media only screen and (min-width: 1366px) {
    .row .custom-7col {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .custom-7col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285714285714285714285714285714%;
        flex: 0 0 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714%;
    }
}

@media only screen and (min-width: 1801px) {
    .align-items-xxl-center { align-items: center !important; }
}

@media only screen and (min-width: 1366px) and (max-width: 1750px) {

    .bg--default-hero .hero-img { width: 40%; }

    .bg--page-hero .hero-img { 
        width: 30%;
        right: 0;
    }

}


@media only screen and (min-width: 992px) and (max-width: 1250px) {
    .bg--webinar { background-position: 200px; }

    .footer-widgets { padding-bottom: 150px; }

}

@media only screen and (max-width: 1800px) {
    .wp-custom-logo .title-area { margin-left: 0; }

    .bg--members .offset-1 { margin-left: 0; }

    .video-frame { max-width: 100%; }

    .no-video-frame { max-width: 100%; }

    .video-frame::after {
        background-size: contain;
        width: calc(100% + 150px);
    }

    .bg--page-hero .hero-img { right: 0; }

    .bg--webinar .container { max-width: 1600px; }

}

@media only screen and (max-width: 1600px) {

    .bg--hero::before {
        background-size: contain;
        width: 80%;
    }

    .bg--page-hero::before {
        background-size: 75%;
        width: 100%;
    }

    .page-template-faq .bg--hero::before {
        background-size: 75% 100%;
        width: 100%;
    }

    .video-frame { margin-left: 0; }

    .bg--members h2 { font-size: 50px; }

    .bg--members h3 { margin-bottom: 25px; }
    
    .bg--members .custom-margin {
        margin-left: 0;
        max-width: 550px;
    }

    .bg--members h4 br { display: none !important; }

}

@media only screen and (max-width: 1366px) {

    .box { padding: 30px 15px; }

    .hero-img {

        width: 50%;
    }

    .bg--hero.bg--default-hero .hero-img { width: 40%; }

    .bg--page-hero .hero-img { width: 30%; }

    .page-template-faq .bg--hero::before {
        background-size: contain;
        width: 70%;
    }

    .custom-7col {
        margin-bottom: 15px;
        padding: 0 7.5px;
    }

    .custom-row { padding: 0 7.5px; }

    .owl-theme.owl-theme.owl-carousel--courses .owl-nav { display: none; }

    .testimonials.owl-carousel--home {
        padding-left: 100px;
        padding-right: 100px;
    }

    .bg--members .custom-margin {
        margin-left: 50px;
        max-width: 550px;
    }

    .bg--members { background-position: left; }

    .bc-player-default_default.bc-player-default_default .vjs-big-play-button {
        width: 80px;
        height: 80px;
    }

    .mt-xxl-0 { margin-top: 0; }

}

@media only screen and (max-width: 1199px) {

    .bg--members { padding: 0; }

    .page-template-online-mini-series .bg--hero .txt--left { max-width: 100%; }

    .page-template-online-mini-series .hero-img { left: unset; }

    .home .bg--hero .col-xl-8 { max-width: 60%; }

    .join-club-container { max-width: 100%; }

   
    p.hero-subtitle { font-size: 16px; }

    .wp-block-columns.row.has-3-columns {
        margin-left: -15px;
        margin-right: -15px;
    }

    .bg--mini .wp-block-columns.row.has-3-columns {
        margin-left: 0;
        margin-right: 0;
    }

    .bg--members h2,
    .bg--members h3,
    .bg--members h4 { margin-bottom: 30px; }

    .btn--top { right: 30px; }

    .bg--hero.bg--default-hero .custom--padding { padding-right: 0; }

    .bg--hero::before { width: 85%; }

    .bg--page-hero::before {
        background-size: 80%;
        width: 100%;
    }

    .page-template-join-club .bg--page-hero h3 { margin-bottom: 70px !important; }

    .page-template-join-club .hero-img {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .bg--hero.bg--default-hero .hero-img,
    .hero-img {
        position: relative;
        top: unset;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 100%;
    }

    .bg--page-hero .hero-img { width: 100%; }

    .bg--hero .container { padding: 200px 30px 80px; }
  
    .video-frame,
    .no-video-frame {
        margin: 20px auto 0;
    }

    .bc-player-default_default.bc-player-default_default .vjs-big-play-button {
        width: 100px;
        height: 100px;
    }

    .bg--members {
        min-height: unset;
        position: relative;
        padding-top: 170px;
        padding-bottom: 140px;
        margin-top: 0;
        background: url('../images/bg-members-blank.png') no-repeat center/cover;
    }

    .bg--members::before {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width:  0 0 110px 1200px;
        border-color: transparent transparent #fff transparent;    
        transform: rotate(180deg);       
    }

    .bg--members::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width:  0 0 110px 1200px;
        border-color: transparent transparent #fff transparent;           
    }

    .bg--members img { max-width: 650px; }

    .bg--members .custom-margin {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 650px;
    }

    .bg--members .container .row { min-height: auto; }

    .bg--mini .container { padding: 250px 0 0; }

    .bg--guarantee img { left: 15px; }

    .bg--guarantee .custom-margin { margin-left: 280px; }

    .single-courses .single-box .single-box__desc { font-size: 28px; }

    .single-courses__testimonial { padding: 25px 25px 25px 70px; }

    .presenter-section .row img { max-width: 230px; }

    .full-width-content .entry-content > .alignfull {
        margin-left: -15px;
        margin-right: -15px;
    }

    .bg--mini .wp-block-columns {
        margin-left: 0;
        margin-right: 0;
    }

    .filter__search input, 
    .filter__option .custom-dropdown { min-width: 100%; }

    .filter__option,
    .filter__search { flex-grow: 1; }
   
    .box-club { padding: 40px 20px; }
    
    .filter__option { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

    .filter__option,
    .filter__option .custom-dropdown { 
        margin-bottom: 0; 
        margin-right: 15px;
    }

    .filter__search { margin-right: 15px; }

    .custom-dropdown {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .custom-checkbox-box {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .filter .custom-checkbox-box:last-child { margin-bottom: 0; }

    .filter .search-btn { z-index: 2; }

    .custom-dropdown__content { padding-bottom: 15px; }

    .search-filter input[type="submit"] { margin: 0 auto; }

    .custom-checkbox-box label { font-size: 17px; }

    .row.gutters-xl-sm {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .row.gutters-xl-sm [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .mb-xl-50 { margin-bottom: 50px; }

    .pt-xl-0 { padding-top: 0; }

    .mb-xl-0 { margin-bottom: 0; }

    .mb-xl-30 { margin-bottom: 30px; }

    .ml-xl-0 { margin-left: 0; }

    .ml-xl-15 { margin-left: 15px; }

    .mt-xl-300 { margin-top: 300px; }

    .page-template-join-club .custom-margin { margin-top: -3px; }
    .custom-margin { margin-top: -40px; }

    .mw-xl-100 { min-width: 100%; }

    .footer-widgets-2.footer-widget-area { padding-left: 60px; }

    .px-xl-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .txt--xl-right { text-align: right; }

    .row--xl-fw { width: calc(100% - 30px); }

    .owl-theme.owl-theme.owl-carousel--courses .owl-stage-outer { margin-right: 0; }
}

@media only screen and (max-width: 991px) {

    .home .hero-subtitle { max-width: 300px; }
    .home .bg--hero h1,
    .home .bg--hero h3 { max-width: 60%; }

    .home .bg--hero.bg--default-hero .custom--padding { padding-right: 0; }

    .home .site-header.sticky .btn-menu::after, 
    .error404 .site-header.sticky .btn-menu::after { display: none; }

    .home .bg--hero .col-xl-8 { max-width: 100%; }

    .webinar-img {
        display: block;
        min-width: calc(100% + 30px);
        margin-left: -15px;
    }

    p.hero-subtitle { max-width: 50%; }

    .genesis-nav-menu .menu-item:not(.btn) a:after,
    .genesis-nav-menu a:after,
    .genesis-nav-menu .sub-menu .current-menu-item > a:after { display: none; }

    .filter { padding: 30px 30px 20px 30px; }

    .filter__search,
    .filter__option { 
        margin-right: 0; 
        margin-bottom: 15px;
    }

    .filter__btn { 
        text-align: right;
        width: 100%;   
    }

    .search-filter {
        max-width: 700px;
        margin: 0 auto 50px;
    }  

    .filter .filter__search,
    .filter .filter__search input,
    .filter .filter__option,
    .filter__search input,
    .custom-dropdown { min-width: 100%; }

    .search-filter input[type="submit"] { min-width: 100%; }

    .row.has-3-columns { justify-content: center; }

    .row.gutters-md-sm {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .row.gutters-md-sm [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .menu-contact {
        display: block;
        text-align: center;
    }

    .menu-contact a {
        color: #757575;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 18px;
        font-family: "Lato", "Avenir", "Adobe Heiti Std", "Segoe UI", "Trebuchet MS", sans-serif;
    }

    .menu-contact a i {
        font-size: 20px;
        margin-right: 15px;
        color: rgba(218, 59, 53, 1);
        background: linear-gradient(#db4E33 0%, #621545 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .menu-contact .social-icons .fab {
        margin-right: 0;
        font-size: 18px;

    }

    .menu-contact .social-icons a {
        padding: 0;
        display: flex;
    }

    .menu-contact .social-icons {
        justify-content: center;
        margin-bottom: 18px;
    }

    .menu-contact .footer-copyright {
        font-size: 14px;
        position: unset;
    }

    .btn-menu { margin-bottom: 70px; }

    .custom--menu-color .btn-menu, 
    .sticky .btn-menu, 
    .error404 .btn-menu { 
        background: #fff; 
        border: 2px solid #0070BA;
    }

    h1 { font-size: 54px; }

    h2 {
        font-size: 34px;
        margin-bottom: 50px;
    }

    .bg--hero .container { padding: 180px 15px 50px; }

    .bg--hero.bg--default-hero .custom--padding { padding-right: 200px; }

    .wp-block-columns.alignwide .wp-block-media-text__content { padding-left: 15px; }

    .wp-block-columns.alignwide .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { padding-right: 15px; }

    .page-template-join-club .bg--hero .container { padding-top: 180px; }

    .site-header { padding-top: 15px; }

    .menu-triggered .site-header.sticky { background: transparent; }

    .menu-triggered .site-header.sticky .menu-toggle span { color: #fff; }

    .menu-overlay.menu-triggered {
        pointer-events: auto;
        opacity: 0.8;
    }

    .menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #252a30;
        z-index: 9999;
        pointer-events: none;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    .site-header .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

    }

    .icon-text--block { margin-bottom: 0; }

    .nav-primary { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }

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

    .testimonials.owl-carousel--home { padding: 60px 100px 60px; }

    body.menu-triggered { overflow: hidden; }

    .menu-toggle span {
        position: absolute;
        background-color: #fff;
        width: 28px;
        height: 3px;
        right: 0;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .sticky .menu-toggle span { background-color: #0070BA; }

    .error404 .menu-toggle span { background-color: #0070BA; }

    .menu-toggle.activated span { background-color: #fff; }

    .menu-toggle span:first-child { top: 5px; }

    .menu-toggle span:nth-child(2) { top: 13px; }

    .menu-toggle span:nth-child(3) { top: 21px; }

    .menu-toggle.activated span:nth-child(3) {
        width: 29px;
        top: 5px;
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .menu-toggle.activated span:first-child {
        width: 29px;
        top: 23px;
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }

    .menu-toggle.activated span:nth-child(2) { background: transparent; }

    .menu-primary-wrap {
        overflow: hidden;
        position: fixed;
        top: 0;
        min-width: 375px;
        max-width: 375px;
        height: 100vh;
        left: -100%;
        transition: all 0.3s ease-in-out;
        background: #fff url('../images/bg-hero-mob.svg') no-repeat right top;
    }

    .menu-primary {
        top: 120px;
        padding: 30px 15px 30px;
        height: calc(100vh - 120px);
        overflow: auto;
        display: flex;
        flex-direction: column;
    }

    .menu-triggered .menu-primary-wrap { left: 0; }

    .site-header.sticky .menu-primary {
        top: 88px;
        height: calc(100vh - 88px);
    }

    .menu-primary.triggered {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .genesis-nav-menu > .menu-item:not(.btn-menu) { margin-bottom: 10px; }

    .genesis-nav-menu > .menu-item:last-child { margin-bottom: 0; }

    .btn-menu {
        margin-left: 0;
        max-width: 250px;       
        background: #fff;
        border: 2px solid #0070BA;
    }

    .btn-menu a {         
        color: #0070BA !important; 
    }

    .custom--menu-color .btn-menu::before,
    .btn-menu::before {
        left: calc(50% - 30px);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url('../images/icon-login.svg') no-repeat center / cover;
    }

    .genesis-nav-menu a { color: #494949; }

     .wp-custom-logo .title-area img { max-width: 180px; }

    .ml-lg-0 { margin-left: 0; }

    .video-frame { max-width: 90%; }

    .custom-margin {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .box-club {
        padding: 40px 15px;
        position: relative;
    }

    .box-club__testimonial {
        margin-bottom: 15px;
    }

    .box-club__right {
        float: none;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        margin-top: 30px;
        position: unset;
    }

    .img-overlay {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        padding-left: 7.5px;
        text-align: right;
        margin-bottom: 0;
    }

    .img-overlay img {
        margin: 0 auto;
        display: block;
        height: auto;
    }

    .box-club__content {
        width: 50%;
        padding-bottom: 0;
        padding-right: 7.5px;
    }

    .box-contact { display: none; }

    .box-contact--mob { display: block; }

    .box-club .row.gutters-sm { padding-bottom: 110px; }

    .box-club h2,
    .box-club h3 { text-align: center; }

    .box-club h2 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .box-club-testimonial__title {
        margin-left: 10px;
        margin-right: 25px;
    }

    .cta { margin: 20px auto 50px; }

    .cta-box { padding: 20px 15px; }

    .faqs { margin-bottom: 70px; }

    .bg--webinar {
        margin-top: 0;
        background: unset;
        min-height: auto;
    }

    .bg--webinar .container .row { min-height: auto; }

    .session-item {
        max-width: 430px;
        margin: 0 auto;
    }

    .presenter-section .row img { max-width: 100%; }

    .sessions-box .session-item { min-width: 100%; }

    .gray-box {
        max-width: 100%;
        margin-bottom: 30px;
        padding: 30px 15px;
    }

    .question-gallery {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .question-gallery img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .question-gallery img:last-child { margin-bottom: 0; }

    .answer__content p { margin-bottom: 20px; }

    .answer__content p:last-child { margin-bottom: 0; }   

    .banner-reserve h2 { font-size: 32px; }

    .banner-reserve h3 { font-size: 24px; }

    .single-courses .site-container ul li,
    .single-courses .site-container .qa__question ul li, 
    .single-courses .site-container .answer__content ul li, 
    .single-courses .site-container .banner-reserve ul li { padding-left: 35px !important; }

    .single-courses .site-container ul li::before { left: 0 !important; }

    .single-courses .single-box--orange ul li {
        padding-left: 25px !important;
        margin-bottom: 15px !important;
        font-size: 18px !important;
    }

    .single-courses .site-container .qa__question ol li, 
    .single-courses .site-container .answer__content ol li, 
    .banner-reserve ol li { margin-left: 20px; }

    .single-courses .single-box .single-box__desc { font-size: 24px; }

    .presenter-img {
        margin: 0 auto 30px;
        display: block;
    }

    .btn-payment { margin-top: 30px; }

    .sessions-box.recordings {
        flex-direction: column;
    }

    .recordings img {
        display: block;
        margin: 0 auto;
    }

    .single-courses .single-box { padding: 20px 15px; }

    .single-courses .single-box .single-box__desc { font-size: 22px; }

    .single-courses .single-box h2 { font-size: 28px; }

    .bg--guarantee {
        padding-top: 120px;
        text-align: center;
        margin-top: 50px;
    }

    .bg--guarantee .custom-margin { margin-left: 0; }

    .bg--guarantee img {
        top: -210px;
        left: 50%;
        transform: translate(-50%, 0);
        max-width: 200px;
    }

    .single-courses .site-container .course-footer .menu { margin-bottom: 10px; }

    .single-courses .single-box--white { padding: 20px 15px; }

    .gray-box__question { margin-left: 0; }

    .owl-carousel--courses { 
        margin-left: -15px;
        margin-right: -15px; 
    }

    .owl-theme.owl-theme.owl-carousel--courses .owl-stage-outer { margin-right: -30px; }

    .mb-md-15 { margin-bottom: 15px; }

    .mb-md-30 { margin-bottom: 30px; }

    .mt-md-0 { margin-top: 0; }

    .single-courses .single-box__link { font-size: 20px; }

    .txt-md-sm { font-size: 20px; }

    .mw-md-100 { max-width: 100%; }
}

@media (min-width: 650px) and (max-width: 992px) {
    .wp-block-column:not(:only-child) {
        -ms-flex-preferred-size: calc(50% - 1em) !important;
        flex-basis: calc(50% - 1em) !important;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-bottom: 50px;
    }

    .wp-block-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 781px) {

    .site-container .wp-block-column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {

    .home .bg--hero .col-xl-8 { max-width: 90%; }

    .home .bg--hero h1,
    .home .bg--hero h3 { max-width: 100%; }

    .footer-widget-area.widget-area .wp-block-image { 
        max-width: 200px; 
        margin: 0 auto;
    }

    .pt--sm-0 { padding-top: 0; }

    .bg--hero h3 {
        font-size: 20px;
        margin-bottom: 20px !important;
    }

    .top-bar p { 
        font-size: 16px;  
        margin-bottom: 5px !important;
    }

    .top-bar p:last-child { margin-bottom: 0 !important; }

    .bg--hero .btn-outline { padding: 9px 30px; }

    .bg--hero.bg--default-hero .custom--padding { padding-right: 15px; }

    .bg--mini .container { padding-top: 200px; }      

    .bg--members img { max-width: 100%; }

    .bg--members h2 {
        font-size: 55px;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .bg--members h3,
    .bg--members h4 { font-size: 28px; }

    .bg--members h4 { margin-bottom: 30px; }
  
    .filter { padding: 20px 15px 15px; }

    .filter__option { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

    .filter__option .js-search-filter-button { min-width: 100%; }

    .box-club h2 { margin-bottom: 25px; }

    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important;
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .wp-block-media-text .wp-block-media-text__content { padding: 0; }

    .wp-block-columns.alignwide .wp-block-media-text__content { padding-right: 15px; }

    .wp-block-columns.alignwide .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { padding-left: 15px; }

    .wp-block-media-text h1,
    .wp-block-media-text h2,
    .wp-block-media-text h3,
    .wp-block-media-text h4,
    .wp-block-media-text h5,
    .wp-block-media-text h6 { text-align: center; }

    .wp-block-media-text .wp-block-media-text__content { margin-bottom: 40px; }

    .wp-block-columns:last-child { margin-bottom: 0; }

    .bg--hero h1 { font-size: 50px; }

    .bg--hero h1 { margin-bottom: 30px; }  

    .page-template-join-club .bg--page-hero h3 { margin-bottom: 20px !important; }

    .page-template-join-club .bg--page-hero::before {       
        background-size: 80%;
        width: 100%;
        height: 1183px;
    }

    .page-template-join-club .hero-img {
        display: block;
        position: unset;      
        margin: 0 auto;
        max-width: 400px;
        transform: translate(0);
    }

    .page-template-join-club .custom-margin { margin-top: -25px; }

    .custom-margin { margin-top: -80px; }

    h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .site-header .wp-custom-logo .title-area {
        padding: 0;
        z-index: 9999;
    }

    .site-header.sticky .wp-custom-logo .title-area { padding: 5px 0; }

    .site-header.sticky .menu-primary {
        top: 78px;
        height: calc(100vh - 78px);
    }

    .owl-theme.owl-theme.owl-carousel--home .owl-nav .owl-next,
    .owl-theme.owl-theme.owl-carousel--home .owl-nav .owl-prev {
        top: calc(100% - 30px);
        min-width: 32px;
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .owl-theme.owl-theme.owl-carousel--home .owl-nav .owl-prev {
        left: calc(50% - 45px);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .owl-theme.owl-theme.owl-carousel--home .owl-nav .owl-next {
        right: calc(50% - 75px);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }    

    .testimonials.owl-carousel--home { padding: 60px 15px; }

    .faq {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .faq__head {
        padding: 20px 40px 20px 45px;
        font-size: 20px;
    }

    .faq__content { padding-left: 45px; }

    .hero-section h2,
    .hero-qa-section h2 { font-size: 40px; }

    .box-club__testimonial .quotes { right: 15px; }

    .single-courses .btn { font-size: 18px; }

    .btn.btn--orange { padding: 15px; }

    .banner-reserve h2 { font-size: 30px; }

    .banner-reserve h3 { font-size: 20px; }

    .banner-reserve h1,
    .banner-reserve h2,
    .banner-reserve h3,
    .banner-reserve h4,
    .banner-reserve h5,
    .banner-reserve h6,
    .banner-reserve p { margin-bottom: 15px; }

    .single-courses__testimonial::before {
        top: 15px;
        left: 15px;
    }

    .single-courses__testimonial { padding: 15px 15px 15px 60px; }

    .cta .row [class*="col"]:last-child a { margin-bottom: 0; }

    .cta-box,
    .cta a {
        width: 370px;        
        margin: 0 auto 20px;
    }

    .sessions-box h2 { font-size: 28px; }

    .mt-md-30 { margin-top: 30px; }

    .widget { margin-bottom: 20px; }

    .footer-widgets {
        padding-bottom: 100px;
        position: relative;
        background: #fff url('../images/footer-mob.png') no-repeat top right;
    }

    .footer-widget-area:first-child { margin-bottom: 25px; }

    .footer-widget-area {
        text-align: center;
        padding-left: 0;
    }

    .social-icons { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

    .footer-copyright {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
    }

    .course-footer .footer-copyright {
        position: relative;
        bottom: 0;
    }

    .gray-box__answer p:nth-of-type(2) {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .gray-box { padding: 20px 15px; }

    .question-gallery { margin: 20px 0; }

    .single-courses .site-container ul li:last-child { margin-bottom: 30px !important; }

    .single-courses .session-item__content p {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .presenter-section h3 { margin-bottom: 30px; }

    .single-courses .single-box {
        max-width: 500px;
        margin: 0 auto;
    }

    .advantages-section .btn-payment { margin-top: 25px; }

    .box-outline { padding: 15px; }

    .banner-reserve h3 { font-size: 18px; }

    .widget-title, .widget-area h4 { margin-bottom: 20px; }

    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4 { padding-top: 0; }

    .footer-widgets-2.footer-widget-area { padding-left: 0; }

    .mt-md-200 { margin-top: 200px; }

    .ml-md-0 { margin-left: 0; }

    .ml-md-10 { margin-left: 10px; }

    .mr-md-25 { margin-right: 25px; }

    .mb--md-0 { margin-bottom: 0; }

    .mb--md-15 { margin-bottom: 15px; }

    .mb--md-30 { margin-bottom: 30px; }

    .txt-md-40 { font-size: 40px; }

}


@media only screen and (max-width: 650px) {

    .wp-block-media-text.is-stacked-on-mobile figure { margin-bottom: 20px; }

    .wp-block-columns.row.has-3-columns.is-not-stacked-on-mobile,
    .wp-block-columns.row.has-3-columns.is-not-stacked-on-mobile > .wp-block-column { flex-basis: 100% !important; }

    .wp-block-button.home-contact,
    .wp-block-buttons.home-contact {
        float: left;
        margin-left: 0;
    }

    .icon-text--block { margin-bottom: 30px; }

    .icon-text__img { margin-right: 20px; }

    .post-item__info { padding: 15px; }

}

@media only screen and (max-width: 576px) { 

    div.wp-block-spacer { height: 40px !important; }

    .post-item { 
        min-width: 100%;
        max-width: 100%; 
    }
    
    .custom-banner .btn { margin-top: 15px; }

    .custom-banner { padding: 20px 0; }

    .custom-banner h2 { font-size: 26px; }

    .box-club { padding-bottom: 20px; }
    
    .box-club ul li { font-size: 18px !important; }

    .mb--xs-0  { margin-bottom: 0; }
    .mb--xs-15 { margin-bottom: 15px; }

    .top-bar .top-bar__coupon { margin: 0; }

    .page-template-online-mini-series .video-frame, 
    .page-template-online-mini-series .no-video-frame { max-width: 100%; }

    .cta-box::after { max-width: 100%; }

    .search-filter { margin-bottom: 25px; }

    .bg--mini h2 {
        margin-left: 15px;
        margin-right: 15px;
    }

    br { display: none; }

    .footer-copyright br { display: block; }

    .footer-widgets { padding-top: 40px; }

    .menu-primary {
        max-width: 100%;
        padding-left: 15px;
    }

    .menu-primary-wrap {
        max-width: 100%;
        min-width: 100%;
    }

    .bg--hero h1 { font-size: 32px; }

    .bg--hero::before { width: 65%; }

    h2 { font-size: 30px; }

    h3 { font-size: 22px; }

    .video-plugin-new { margin: 20px auto 30px; }

    .video-frame,
    .no-video-frame {
        max-width: calc(100% - 50px);
        border-width: 20px;
    }

    .video-frame::after { width: calc(100% + 60px); }    

    .bc-player-default_default.bc-player-default_default .vjs-big-play-button {
        width: 80px;
        height: 80px;
    }   
 
    .bg--members h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .bg--members h3,
    .bg--members h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .bg--members h4 { margin-bottom: 40px; }

    .bg--webinar h2 { 
        font-size: 30px; 
        text-align: center;
    }

    .bg--mini .container { padding-top: 130px; }

    .bg--error { background: none; }

    .bg--guarantee img { 
        max-width: 150px; 
        top: -160px;
    }

    .site-header.sticky .menu-primary {
        top: 80px;
        height: calc(100vh - 80px);
    }

    .wp-custom-logo .title-area img { max-width: 160px; }

    .bg--error {
        position: relative;
        width: 100%;
    }    

    .bg--error p {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .bg--error .container { padding-top: 120px; }
   
    .page-template-faq .bg--hero::before {       
        background-size: contain;
        width: 80%;
    }

    .bg--hero .container {
        padding-top: 100px;
        padding-bottom: 40px;       
    }

    .page-template-join-club .bg--hero .container { padding-top: 100px; }   

    .custom-checkbox-box { margin-bottom: 20px; }

    .col-12:last-child .custom-checkbox-box:last-child { margin-bottom: 0; }

    .filter { padding: 20px }

    .checkmark-list li::before { left: 0; }

    .checkmark-list li { padding-left: 30px; }

    .box { padding: 20px 15px; }

    .box-club h3 { margin-bottom: 20px; }

    .box-club .btn:last-child { margin-bottom: 30px; }

    .box-club__right { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

    .box-club .row.gutters-sm { padding-bottom: 130px; }

    .box-contact--mob { bottom: 20px; }

    .icon-text--block { margin-bottom: 40px; }

    .img-overlay { margin-bottom: 15px; }

    .img-overlay img {
        max-width: 100%;
        border-radius: 6px;
    }

    .img-overlay,
    .box-club__content { width: 100%; }

    .box-club__content { padding-right: 0; }

    .img-overlay { padding-left: 0; }

    .box-club__testimonial .testimonial__img {
        width: 50px;
        height: 50px;
    }

    .box-club__webinars { margin-bottom: 15px; }

    .box-club .box-club__webinars ul li { font-size: 16px !important; } 

    .cta { margin: 0 auto 40px; }

    .cta a,
    .cta-box {
        min-width: 100%;
        max-width: 100%;
    }

    .cta-box {
        flex-direction: column;
        gap: 20px;
    }

    .cta-link { letter-spacing: 1px; }

    .cta-box img { 
        max-width: 60px; 
        height: auto;
    }

    .owl-theme.owl-theme.owl-carousel--home .owl-nav .owl-next,
    .owl-theme.owl-theme.owl-carousel--home .owl-nav .owl-prev {
        top: calc(100% - 100px);
    }    

    .testimonials h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .testimonials p:last-child { margin-bottom: 30px; }

    .owl-theme.owl-theme.owl-carousel--home-images .owl-item.active .testimonials__img {
        width: 90px !important;
        height: 90px !important;
    }

    .owl-theme.owl-theme.owl-carousel--home-images .owl-item.active.center .testimonials__img {
        width: 105px !important;
        height: 105px !important;
    }    

    .testimonials.owl-carousel--home { padding: 0 0 100px; }

    .owl-carousel--courses .owl-stage { margin: 0; }

    .bg--error .btn {
        max-width: 100%;
        min-width: 100%;
    }

    .video-icon,
    .video-icon:before {
        width: 90px;
        height: 90px;
    }

    .btn:not(:last-child):not(.btn-menu):not(.btn--orange) { margin-right: 0; }

    .btn { min-width: 100%; }

    .testimonials-mini.owl-theme.owl-theme .owl-dots { display: none; }

    .courses_item .post-item { margin: 0; }

    .wp-custom-logo .title-area { max-width: 160px; }

    .page-template-join-club .custom-margin { margin-top: -55px; }

    .custom-margin { margin-top: -60px; }    

    .faq__head { padding: 15px 40px; }

    .faq__content { padding-left: 40px; }

    .bg--error .container { justify-content: space-between; }

    .bg--error .btn { margin-bottom: 20px; }

    .section--padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hero-section h2,
    .hero-qa-section h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hero-section h3,
    .hero-qa-section h3 { font-size: 23px; }

    .hero-section,
    .hero-qa-section { padding: 30px 15px; }

    .hero-qa-section p { font-size: 22px; }

    .hero-section p { font-size: 22px; }

    .gray-box__question, .title-icon { margin-bottom: 15px; }

    .session-item__content div { max-width: 100%; }

    .single-courses .site-container .learn-section .checkmark-list li { margin-bottom: 15px !important; }

    .single-courses .site-container .learn-section .checkmark-list li:last-child { margin-bottom: 0 !important; }

    .single-courses p { margin-bottom: 15px; }

    .single-courses p:last-of-type { margin-bottom: 0; }

    .single-courses .site-container ul li, 
    .single-courses .site-container .qa__question ul li, 
    .single-courses .site-container .answer__content ul li, 
    .single-courses .site-container .banner-reserve ul li,
    .single-courses .site-container .qa__question ol li, 
    .single-courses .site-container .answer__content ol li, 
    .banner-reserve ol li { text-align: left; }

    .btn-payment {
        margin-top: 20px;
        min-width: calc(100% - 30px);
    }

    .presenter-img { margin: 0 auto 15px; }

    .bg--blue .single-courses__testimonial { margin-top: 20px; }

    .gray-box__question,
    .title-icon { flex-direction: column; }

    .sessions-box .session-item { padding: 15px; }

    .title-icon.title-icon--orange .icon { margin-right: 0; }

    .sessions-box .title-icon .icon { margin-bottom: 10px; }

    .sessions-box h2 { text-align: center; }

    .single-courses .site-container .single-box--orange ul li:last-child { margin-bottom: 0 !important; }

    .recordings p { margin-left: 0; }

    .qa-section h2 { margin-bottom: 30px; }

    .single-courses h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .single-courses .single-box .single-box__desc { margin-bottom: 15px; }

    .gray-box h2 { margin-bottom: 15px; }

    .single-courses .site-container ul li { font-size: 18px !important; }

    .single-courses .site-container .advantages-section .checkmark-list.times li::before { font-size: 25px !important; }

    .single-courses .btn {
        min-width: 100%;
        max-width: 100%;
    }

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

    .single-courses .site-container .course-footer .menu li {
        display: block;
        padding-left: 0 !important;
    }

    .course-footer p { font-size: 14px; }

    .title-icon .icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .gray-box__question {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .gray-box__question div { text-align: center; }

    .gray-box__question .icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .gray-box__answer .icon { margin-right: 15px; }

    .answer__head { padding: 15px; }

    .answer__head::after {
        right: 15px;
        font-size: 28px;
    }

    .question-gallery img { max-width: 100%; }

    .gray-box__question h3,
    .gray-box__answer h3 { font-size: 22px; }

    .gray-box__question h3 { line-height: 1.3; }

    .intro-section .row [class*='col'] { margin-bottom: 15px; }

    .intro-section .row [class*='col']:last-child { margin-bottom: 0; }

    .advantages-section .btn-payment { margin-top: 15px; }

    .widget.widget_media_image {
        max-width: 190px;
        text-align: center;
        display: block;
        margin: 0 auto 30px;
    }

    .txt-sm-22 {
        font-size: 22px;
        line-height: 1.2;
    }

    .txt-sm-30 { font-size: 30px; }

    .txt-sm-left { text-align: left; }

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

    .txt-sm-18 { font-size: 18px; }

    .pb-sm-50 { padding-bottom: 50px; }

    .ml-sm-0 { margin-left: 0; }

    .mr-sm-0 { margin-right: 0; }

    .mr-sm-15 { margin-right: 15px; }

    .mb-sm-15 { margin-bottom: 15px; }

    .mb-sm-20 { margin-bottom: 20px; }

    .mb-sm-30 { margin-bottom: 30px; }

    .mb-sm-50 { margin-bottom: 50px; }

    .mt-sm-250 {margin-top: 250px;}

    .my-sm-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ml-sm-0 { margin-left: 0; }
 
}

@media only screen and (max-width: 510px) {

    .ab-block-container.alignfull::before {
        content: " ";
        display: table;
    }

    .ab-block-container.alignfull::after {
        clear: both;
        content: " ";
        display: table;
    }

    h3 { font-size: 20px; }

    .box-club h3 { font-size: 22px; }

    .icon-text--block h3 { font-size: 22px; }

    .row.gutters-xsm-sm {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .row.gutters-xsm-sm [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .bc-player-default_default.bc-player-default_default .vjs-big-play-button {
        width: 65px;
        height: 65px;
    }

}

@media only screen and (max-width: 500px) {
    .single-courses .hero-section.hero-section__mt,
    .single-courses .hero-qa-section.hero-section__mt { margin-top: 100px; }
}

@media only screen and (max-width: 420px) {
    .page-template-join-club .custom-margin { margin-top: -55px; }
    
    p.hero-subtitle { max-width: 70%; }
}

@media only screen and (max-width: 380px) {

    .page-template-join-club .custom-margin { margin-top: -50px; }

    .owl-theme.owl-theme.owl-carousel--courses .owl-stage-outer { margin-right: -15px; }   

    .box { padding: 15px; }

    .filter__search { margin-bottom: 15px; }

    .box h3 { font-size: 17px; }

    .bg--page-hero h1,
    .page-template-faq h1 { margin-bottom: 20px; }

    h2 { margin-bottom: 40px; }

    .box-club-testimonial__name { font-size: 16px; }

    .wp-block-media-text .wp-block-media-text__content { margin-bottom: 30px; }

    .page-template-join-club .bg--hero .container { padding-top: 120px; }    

    .bg--hero .container {
        padding-top: 120px;
        padding-bottom: 30px;
    }

    .video-icon,
    .video-icon:before {
        width: 70px;
        height: 70px;
    }

    .video-icon i { font-size: 25px; }

    .video-frame, .no-video-frame { margin-top: 0; }   

    .faqs { margin-bottom: 40px; }

    .faq__head { padding: 10px 0 10px 40px; }

    .testimonials__content .quote { max-width: 40px !important; }

    .hero-section h2 { font-size: 24px; }

    .hero-qa-section h2 { font-size: 26px; }

    .hero-section h3,
    .hero-qa-section h3 { font-size: 20px; }

    .hero-section p { font-size: 18px; }

    .hero-qa-section p { font-size: 20px; }

    .single-courses__testimonial::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .single-courses__testimonial {
        padding: 50px 15px 15px;
        text-align: center;
    }

    .session-item__content p { font-size: 20px; }

    .session-item__content p:first-of-type { margin-bottom: 0; }

    .session-item__header,
    .session-item__content { padding: 15px; }

    .session-number span { font-size: 22px; }

    .single-courses .single-box .single-box__desc { font-size: 18px; }

    .bg--guarantee {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .sessions-box { padding: 15px; }

    .bg--blue {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sessions-box h2 { font-size: 26px; }

    .bg--error h1 { font-size: 140px; }

    .mb-xxs-30 { margin-bottom: 30px; }

    .mb-xxs-15 { margin-bottom: 15px; }

    .mb-xxs-40 { margin-bottom: 40px; }

    .mb-xxs-0 { margin-bottom: 0; }

    .ml-xxs-10 { margin-left: 10px; }
 
}

@media only screen and (max-width: 350px) {
    .box h3 { font-size: 14px; }

    .custom-margin { margin-top: -40px; }

    .top-bar p { font-size: 14px; }

    .single-courses .hero-section.hero-section__mt,
    .single-courses .hero-qa-section.hero-section__mt { margin-top: 90px; }
}

@media only screen and (max-width: 350px) {
    .bg--hero h1 { font-size: 26px; }

    h2 { font-size: 28px; }
}

/*media query for IE 10 and above*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .bg--members,
    .bg--members .container .row { height: 1px; }

    .full-width-content .entry-content > .alignfull.bg--mini {
        margin-left: calc(-100vw / 2);
        margin-right: calc(-100vw / 2);
        max-width: 100vw;
    }

    .filter .flex-xl-row,
    .filter__option,
    .filter__option .row { width: 100%; }

    input[type='checkbox'].custom-checkbox { visibility: visible; }

    .wp-block-media-text {
        direction: ltr;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 1fr;
        grid-template-columns: 50% 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .wp-block-media-text > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .wp-block-media-text > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .wp-block-media-text.has-media-on-the-right {
        -ms-grid-columns: 1fr 50%;
        grid-template-columns: 1fr 50%;
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important;
    }

    a,
    a:visited { text-decoration: underline; }

    a[href]::after { content: " (" attr(href) ")"; }

    abbr[title]::after { content: " (" attr(title) ")"; }

    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title > a::after { content: ""; }

    thead { display: table-header-group; }

    img,
    tr { page-break-inside: avoid; }

    img { max-width: 100% !important; }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar { width: 100%; }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar { display: none !important; }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
    }

    .author-box { margin-bottom: 0; }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}

/*----------------------------------------------------------------------------*/
/*#FONTS*/
/*----------------------------------------------------------------------------*/

/* poppins-100 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/poppins/poppins-v15-latin-100.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-100.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-100.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-100italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/poppins/poppins-v15-latin-100italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-100italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-100italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins/poppins-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-300italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/poppins/poppins-v15-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-300italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/poppins/poppins-v15-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins/poppins-v15-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/poppins/poppins-v15-latin-500italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-500italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-600italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/poppins/poppins-v15-latin-600italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-600italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins/poppins-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/poppins/poppins-v15-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-700italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins/poppins-v15-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-800.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-800italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/poppins/poppins-v15-latin-800italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-800italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-800italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-900 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/poppins/poppins-v15-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-900.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-900italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/poppins/poppins-v15-latin-900italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/poppins/poppins-v15-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins/poppins-v15-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-900italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins/poppins-v15-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins/poppins-v15-latin-900italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato/lato-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato/lato-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v20-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/lato/lato-v20-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato/lato-v20-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v20-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v20-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v20-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v20-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato/lato-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato/lato-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v20-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/lato/lato-v20-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato/lato-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v20-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v20-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato/lato-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato/lato-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v20-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/lato/lato-v20-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato/lato-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v20-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato/lato-v20-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato/lato-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v20-latin-900.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v20-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/lato/lato-v20-latin-900italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato/lato-v20-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v20-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v20-latin-900italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v20-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v20-latin-900italic.svg#Lato') format('svg'); /* Legacy iOS */
}


