:root {
    --main-color: #9c64f4;
    --white-color: #fff;
    --overlay-opacity: 0.6;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.42857143;
    background-color: rgba(35, 35, 35, 0);
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: var(--white-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-image {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -3;
}
.main-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;;
}
.main-image:before {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    opacity: var(--overlay-opacity);
    z-index: -1;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0px;
    margin-bottom: 20px;
}

.container {
    width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 15px 0px;
}

.header .logo h1 {
    color: var(--white-color);
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 34px;
    font-weight: bold;
    margin: 0px;
    display: flex;
}

.header .logo h1 img {
    max-width: 200px;
    max-height: 100px;
    object-fit: contain;
}

.button-cta {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    fill: var(--white-color) !important;
    color: var(--white-color) !important;
    background-color: var(--main-color);
    padding: 5px 25px 5px 25px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
}

.header a.button-cta {
    max-width: 300px;
}

.hero {
    text-align: center;
    color: #fff;
    padding: 30px 0px 0px 0px;
}

.hero-text-top {
    margin: 0px;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;;
    text-align: center;
    color: var(--main-color);
    font-family: "Open Sans", Sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px !important;
}

.hero p {
    margin-top: 0px !important;
}

.hero h2 {
    color: var(--white-color);
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.hero h3 {
    text-align: center;
    color: var(--white-color);
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 500;
}

.row-flex {
    display: flex;
    margin-top: 60px;
    margin-bottom: 100px;
}

.row-flex img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
}

.row-flex > div {
    width: 50%;
    display: block;
    text-align: center;
}



.date {
    text-align: center;
    color: var(--white-color);
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    position: absolute;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-bottom: 0px !important;
}

.date b {
    color: var(--main-color);
}

.hero-text p.join-text {
    text-align: center;
    color: var(--main-color);
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
}

.hero-text p.and-learn {
    text-align: center;
    color: var(--white-color);
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.hero-video {
    padding: 0px 25px 0px 25px;
    position: relative;
}

.hero-text {
    padding: 0px 25px 0px 25px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.countdown ul {
    margin: 0 auto;
    padding: 0;
    width: auto;
    display: block;
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.countdown ul li span {
    display: block;
    width: 55px;
    height: 55px;
    border: 3px solid var(--white-color);
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.countdown ul li {
    display: inline-block;
    color: var(--main-color) !important;
    font-family: "Lato", Sans-serif;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    list-style-type: none;
    text-align: center;
    padding: 20px 0;
}

.btn-claim {
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    fill: #ffffff;
    color: #ffffff;
    background-color: #9c64f4;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 40px 10px 40px;
    text-align: center;
}

.button-cta small {
    font-size: 14px;
    letter-spacing: 0px;
    opacity: 0.7;
}

.box-white {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 50px 55px 20px 55px;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    max-width: 836px;
    margin: 0 auto;
}

.box-white p {
    text-align: center;
    color: #9c64f4;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.box-white h2 {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    margin: 0px 0px 40px 0px;
    text-align: center;
}

.box-white h2,
.this-training .title-section {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    margin: 0px 0px 40px 0px;
    text-align: center;
}

.box-white ul {
    padding: 0px;
    list-style: none;
    text-align: left;
}

.box-white ul li i {
    color: #11d250;
    font-size: 24px;
    position: relative;
    top: 7px;
}

.box-white {
    text-align: center;
}

.box-white ul li {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 6px;
    gap: 20px;
    display: flex;
}

.box-white .remember {
    text-align: center;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    margin-bottom: 20px;
}

.box-white .button-cta {
    padding: 10px 40px 10px 40px;
}

.p10 {
    padding: 10px;
}

.this-training {
    background-color: #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 100px 0px 80px 0px;
    z-index: 2;
}

.section-margin {
    margin: 80px 0px 80px 0px;
}

.this-training .for-you {
    text-align: left;
}

.this-training .for-you h4 {
    font-weight: 700;
    text-align: left;
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 34px;
    margin-bottom: 40px;
}

.this-training .for-you {
    padding: 30px;
    gap: 50px;
}

.this-training .for-you h4 i {
    color: #11d250;
    font-size: 34px;
    padding-right: 20px;
}

.this-training .for-you ul {
    padding: 0px;
    list-style: none;
    text-align: left;
}

.this-training .for-you ul li i {
    color: #11d250;
    padding-right: 20px;
    position: relative;
    top: 5px;
}

.this-training {
    margin: 80px 0px 0px 0px;
}

.for-you {
    display: flex;
}

.for-you > div {
    width: 50%;
}

.this-training .for-you ul li {
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 6px;
    display: flex;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.this-training .for-you .not i {
    color: #e43b2c;
}

.this-training .row-flex {
    margin: 0px;
}

.this-training {
    text-align: center;
}

.this-training p {
    line-height: 1.5;
    text-align: center;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: bold;
}

.this-training .button-cta {
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    fill: #ffffff;
    color: #ffffff;
    background-color: #9c64f4;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 40px 10px 40px;
}

.section-hero {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 95px 0px 95px 0px;
}

.section-hero h2 {
    color: #ffffff;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 0px;
}

.section-white {
    background-color: #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 100px 0px 100px 0px;
    z-index: 2;
    margin-bottom: 0px;
}

.section-bio {
    display: flex;
}

.section-bio .bio-text {
    width: 66.667%;
    padding: 0px;
    padding-left: 25px;
    padding-right: 25px;
}

.section-bio .bio-image {
    width: 33.33333333%;
    padding-left: 25px;
    padding-right: 25px;
}

.bio-text h2 {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -1.34px;
    line-height: 1;
    margin: 0px 0px 30px 0px;
}

.bio-text .bio-content p {
    text-align: left;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.box-image {
    display: inline;
    position: relative;
}

.box-image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.box-image h2.name {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 24px !important;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px;
}

.bio-content {
    margin: 0px 0px 25px 0px;
}

.box-image p {
    text-align: left;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.section .button-cta {
    font-size: 24px;
    padding: 10px 40px 10px 40px;
}

/* section-testimonial */

.section-testimonial {
    background-color: #f0f2f5;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #9c64f4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 100px 0px 45px 0px;
    text-align: center;
}

.section-testimonial h2 {
    color: #9c64f4;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
}

.section-testimonial h3 {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
}

.testimonial-video {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.testimonial-video > div {
    width: 50%;
    padding: 0 20px;
    text-align: center;
}

.fit-aspect-ratio {
    position: relative;
    padding-bottom: 56.25%;
}

iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    margin-bottom: 20px;
}

.fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000;
}

.hero-video iframe {
    width: 560px;
    height: 315px;
    margin-bottom: 0;
}

.hero-video video {
    width: 100%;
}

.testimonial-video p {
    line-height: 1.5;
    text-align: center;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
}

.testimonial-video h4 {
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #9c64f4;
}

.testimonial-image {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}

.testimonial-image img {
    width: var(--container-widget-width, 30%);
    max-width: 30%;
    --container-widget-width: 30%;
    --container-widget-flex-grow: 0;
    margin: 0px 0px 45px 0px;
}

.section-footer .container,
.footer-bottom .container {
    max-width: 1000px;
    padding: 20px 0px 20px 0px;
}

.section-footer .container {
    padding: 0px;
}

.section-footer {
    padding: 95px 0px 45px 0px;
}

.section-footer p {
    color: #9c64f4;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
}

.section-footer h2 {
    color: #ffffff;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0px;
}

.footer-bottom {
    text-align: center;
    color: #fff;
}

.footer-logo {
    padding: 0px 0px 40px 0px;
    width: 140px;
}

.footer-bottom .footer-link {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.footer-bottom .footer-link li {
    position: relative;
    margin-right: calc(30px / 2);
    margin-left: calc(30px / 2);
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
}

.footer-bottom .footer-link li:last-child::after {
    display: none;
}

.footer-bottom .footer-link li:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -15px;
    content: "";
    border-color: #ddd;
}

.footer-bottom p {
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.arrow-icon {
    color: #9c64f4;
    font-size: 50px;
    margin-bottom: 45px;
    padding: 20px 0px 20px 0px;
}

header img.logo {
    width: 240px;
    padding: 10px;
}

.lw-testimonials {
    display: flex;
    flex-wrap: wrap;
}

.lw-testimonials .testimonial-item {
    flex-grow: 1;
    width: 28%;
    margin: 20px 20px;
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 8px;
    position: relative;
}

.lw-testimonials .testimonial-item::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03Ljc5OTk5IDIxLjQ3SDQuNTgwMDJDMi43NTAwMiAyMS40NyAxLjI1IDE5Ljk4MDEgMS4yNSAxOC4xNDAxVjEyLjM0MDFDMS4yNSAxMS45MzAxIDEuNTkgMTEuNTkwMSAyIDExLjU5MDFINy43OTk5OUM5LjY5OTk5IDExLjU5MDEgMTEuMTMgMTMuMDIgMTEuMTMgMTQuOTJWMTguMTQwMUMxMS4xMiAyMC4wNDAxIDkuNjg5OTkgMjEuNDcgNy43OTk5OSAyMS40N1pNMi43NSAxMy4xVjE4LjE1MDFDMi43NSAxOS4xNjAxIDMuNTcwMDIgMTkuOTggNC41ODAwMiAxOS45OEg3Ljc5OTk5QzguODU5OTkgMTkuOTggOS42MyAxOS4yMTAxIDkuNjMgMTguMTUwMVYxNC45MzAxQzkuNjMgMTMuODcwMSA4Ljg1OTk5IDEzLjEgNy43OTk5OSAxMy4xSDIuNzVaIiBmaWxsPSIjQzFDMUMxIi8+DQo8cGF0aCBkPSJNMiAxMy4xQzEuNTkgMTMuMSAxLjI1IDEyLjc2IDEuMjUgMTIuMzVDMS4yNSA2LjEwMDA0IDIuNTIwMDIgNC43OTAwOCA2LjE1MDAyIDIuNjQwMDhDNi41MTAwMiAyLjQzMDA4IDYuOTY5OTkgMi41NTAwOSA3LjE3OTk5IDIuOTAwMDlDNy4zODk5OSAzLjI2MDA5IDcuMjY5OTggMy43MjAwNiA2LjkxOTk4IDMuOTMwMDZDMy42Nzk5OCA1Ljg1MDA2IDIuNzUgNi42NTAwNCAyLjc1IDEyLjM1QzIuNzUgMTIuNzYgMi40MSAxMy4xIDIgMTMuMVoiIGZpbGw9IiNDMUMxQzEiLz4NCjxwYXRoIGQ9Ik0xOS40MjAxIDIxLjQ3SDE2LjIwMDFDMTQuMzcwMSAyMS40NyAxMi44NzAxIDE5Ljk4MDEgMTIuODcwMSAxOC4xNDAxVjEyLjM0MDFDMTIuODcwMSAxMS45MzAxIDEzLjIxMDEgMTEuNTkwMSAxMy42MjAxIDExLjU5MDFIMTkuNDIwMUMyMS4zMjAxIDExLjU5MDEgMjIuNzUwMSAxMy4wMiAyMi43NTAxIDE0LjkyVjE4LjE0MDFDMjIuNzUwMSAyMC4wNDAxIDIxLjMyMDEgMjEuNDcgMTkuNDIwMSAyMS40N1pNMTQuMzgwMSAxMy4xVjE4LjE1MDFDMTQuMzgwMSAxOS4xNjAxIDE1LjIwMDEgMTkuOTggMTYuMjEwMSAxOS45OEgxOS40MzAxQzIwLjQ5MDEgMTkuOTggMjEuMjYwMSAxOS4yMTAxIDIxLjI2MDEgMTguMTUwMVYxNC45MzAxQzIxLjI2MDEgMTMuODcwMSAyMC40OTAxIDEzLjEgMTkuNDMwMSAxMy4xSDE0LjM4MDFaIiBmaWxsPSIjQzFDMUMxIi8+DQo8cGF0aCBkPSJNMTMuNjI5OSAxMy4xQzEzLjIxOTkgMTMuMSAxMi44Nzk5IDEyLjc2IDEyLjg3OTkgMTIuMzVDMTIuODc5OSA2LjEwMDA0IDE0LjE0OTkgNC43OTAwOCAxNy43Nzk5IDIuNjQwMDhDMTguMTM5OSAyLjQzMDA4IDE4LjU5OTkgMi41NTAwOSAxOC44MDk5IDIuOTAwMDlDMTkuMDE5OSAzLjI2MDA5IDE4Ljg5OTkgMy43MjAwNiAxOC41NDk5IDMuOTMwMDZDMTUuMzA5OSA1Ljg1MDA2IDE0LjM3OTkgNi42NTAwNCAxNC4zNzk5IDEyLjM1QzE0LjM3OTkgMTIuNzYgMTQuMDM5OSAxMy4xIDEzLjYyOTkgMTMuMVoiIGZpbGw9IiNDMUMxQzEiLz4NCjwvc3ZnPg0K);
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    top: 10px;
    left: 10px;
}

.lw-testimonials .testimonial-item .testimonial-text {
    font-style: italic;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    font-family: 'Open Sans';
    color: #333;
    margin-bottom: 30px;
}

.lw-testimonials .testimonial-item .testimonial-author {
    display: flex;
    align-items: center;
}

.lw-testimonials .testimonial-item .author-thumb {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
}

.lw-testimonials .testimonial-item .author-name {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    width: calc(100% - 60px);
}

.header .logo img,
.footer-bottom .logo img {
    max-width: 200px;
    max-height: 100px;
    object-fit: contain;
}

#cl_gdpr_message {
    color: #000;
}
#cl_gdpr_no_thanks {
    color: var(--main-color);
}

.cwi_popup .step-1,
.cwi_popup .step-2 {
    transition: opacity 1s;
}
.cwi_popup .step-1 .cwi_popup_action {
    margin-top: 30px;
}
.cwi_popup .step-1 .cwi_popup_action {
    display: flex !important;
    gap: 30px !important;
}
.cwi_popup .step-1 .cwi_popup_action  .cwi_popup_no {
    background-color: #000 !important;
}
.cwi_popup .cwi_popup_content_wrapper {
    min-height: auto !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.cwi_popup .cwi_popup_input input {
    width: 100%;
}

body.registration .section-testimonial .testimonial-video iframe {
    height: 300px;
}
