
@font-face {
    font-family: "Gilroy";
    font-weight: 400;
    src: url('../fonts/GilroyRegular.eot');
    src: url('../fonts/GilroyRegular.eot') format('embedded-opentype'),
         url('../fonts/GilroyRegular.woff2') format('woff2'),
         url('../fonts/GilroyRegular.woff') format('woff'),
         url('../fonts/GilroyRegular.ttf') format('truetype'),
         url('../fonts/GilroyRegular.svg#GilroyRegular') format('svg');
}
@font-face {
    font-family: "Gilroy";

    font-weight: 700;
    src: url('../fonts/GilroyBoldItalic.eot');
    src: url('../fonts/GilroyBoldItalic.eot') format('embedded-opentype'),
         url('../fonts/GilroyBoldItalic.woff2') format('woff2'),
         url('../fonts/GilroyBoldItalic.woff') format('woff'),
         url('../fonts/GilroyBoldItalic.ttf') format('truetype'),
         url('../fonts/GilroyBoldItalic.svg#GilroyBoldItalic') format('svg');
    font-style: italic;
}
@font-face {
    font-family: "Gilroy";
    font-weight: 600;
    src: url('../fonts/GilroySemiBold.eot');
    src: url('fonts/GilroySemiBold.eot') format('embedded-opentype'),
         url('../fonts/GilroySemiBold.woff2') format('woff2'),
         url('../fonts/GilroySemiBold.woff') format('woff'),
         url('../fonts/GilroySemiBold.ttf') format('truetype'),
         url('../fonts/GilroySemiBold.svg#GilroySemiBold') format('svg');
}
@font-face {
    font-family: "Gilroy";
    font-weight: 700;
    src: url('../fonts/GilroyBold.eot');
    src: url('../fonts/GilroyBold.eot') format('embedded-opentype'),
         url('../fonts/GilroyBold.woff2') format('woff2'),
         url('../fonts/GilroyBold.woff') format('woff'),
         url('../fonts/GilroyBold.ttf') format('truetype'),
         url('../fonts/GilroyBold.svg#GilroyBold') format('svg');
}
@font-face {
    font-family: "Gilroy";
    font-weight: 1000;
    src: url('../fonts/GilroyHeavyItalic.eot');
    src: url('../fonts/GilroyHeavyItalic.eot') format('embedded-opentype'),
         url('../fonts/GilroyHeavyItalic.woff2') format('woff2'),
         url('../fonts/GilroyHeavyItalic.woff') format('woff'),
         url('../fonts/GilroyHeavyItalic.ttf') format('truetype'),
         url('../fonts/GilroyHeavyItalic.svg#GilroyHeavyItalic') format('svg');
         font-style: italic;
}
@font-face {
    font-family: "Gilroy";
    font-weight: 900;
    src: url('../fonts/GilroyBlackItalic.eot');
    src: url('../fonts/GilroyBlackItalic.eot') format('embedded-opentype'),
         url('../fonts/GilroyBlackItalic.woff2') format('woff2'),
         url('../fonts/GilroyBlackItalic.woff') format('woff'),
         url('../fonts/GilroyBlackItalic.ttf') format('truetype'),
         url('../fonts/GilroyBlackItalic.svg#GilroyBlackItalic') format('svg');
         font-style: italic;
}


/*----------add-new(29.07.21)-------------*/
.cPMBwC .llOIgg .Image-sc-1u1l6t4-5.jwcfcr {background: #fff !important;filter: brightness(100%);}
/* .cPMBwC .llOIgg .geQOMt p {color: #000;} */
.cPMBwC .llOIgg .geQOMt .Header-sc-1df4kpp-1 {/* color: #000; */padding-bottom: 10px;width: 80%;margin: 0 auto;}
.cPMBwC .llOIgg .iyGits .Content-sc-1u1l6t4-3.geQOMt {width:100%;margin: 0 auto;margin-top: 54px;text-align: center;}
/* .cPMBwC .Container-xotnld-0.llOIgg a.jumper img {filter: brightness(0%);} */



#instafeed a {display: inline-block;width: 14.28%;text-align: center;}
#instafeed a img {height: auto;width: 100%;}



*{outline: none;}
a, a:hover, a:focus{outline: none;}

body{font-family: 'Gilroy'; }

.jss36 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}
.jss37 {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    position: absolute;
}
.jss38 {
    opacity: 0.3;
    transform: scale(1);
    animation: mui-ripple-enter 550ms cubic-bezier(0.4, 0, 0.2, 1);
}
.jss39 {
    animation-duration: 200ms;
}
.jss40 {
    width: 100%;
    height: 100%;
    opacity: 1;
    display: block;
    border-radius: 50%;
    background-color: currentColor;
}
.jss41 {
    opacity: 0;
    animation: mui-ripple-exit 550ms cubic-bezier(0.4, 0, 0.2, 1);
}
.jss42 {
    top: 0;
    left: 0;
    position: absolute;
    animation: mui-ripple-pulsate 2500ms cubic-bezier(0.4, 0, 0.2, 1) 200ms infinite;
}
@keyframes mui-ripple-enter {
    0% {
        opacity: 0.1;
        transform: scale(0);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}
@keyframes mui-ripple-exit {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes mui-ripple-pulsate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.92);
    }
    100% {
        transform: scale(1);
    }
}
.jss33 {
    color: inherit;
    cursor: pointer;
    margin: 0;
    border: 0;
    display: inline-flex;
    padding: 0;
    outline: none;
    position: relative;
    user-select: none;
    align-items: center;
    border-radius: 0;
    vertical-align: middle;
    justify-content: center;
    -moz-appearance: none;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.jss33::-moz-focus-inner {
    border-style: none;
}
.jss33.jss34 {
    cursor: default;
    pointer-events: none;
}
.jss7 {
    color: rgba(0, 0, 0, 0.87);
    padding: 8px 16px;
    font-size: NaNrem;
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    min-height: 36px;
    box-sizing: border-box;
    line-height: 1.4em;
    font-family: Gilroy, sans-serif;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
}
.jss7:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.08);
}
.jss7.jss27 {
    color: rgba(0, 0, 0, 0.26);
    background-color: #dcdcdc;
}
@media (hover: none) {
    .jss7:hover {
        background-color: transparent;
    }
}
.jss7:hover.jss27 {
    background-color: transparent;
}
.jss8 {
    width: 100%;
    display: inherit;
    font-size: 18px;
    align-items: inherit;
    letter-spacing: 0.2px;
    justify-content: inherit;
}
.jss10 {
    color: #111111;
}
.jss10:hover {
    background-color: rgba(17, 17, 17, 0.08);
}
@media (hover: none) {
    .jss10:hover {
        background-color: transparent;
    }
}
.jss11 {
    color: #f50057;
}
.jss11:hover {
    background-color: rgba(245, 0, 87, 0.08);
}
@media (hover: none) {
    .jss11:hover {
        background-color: transparent;
    }
}
.jss15 {
    border: 1px solid rgba(0, 0, 0, 0.23);
}
.jss16 {
    border: 1px solid rgba(17, 17, 17, 0.5);
}
.jss16:hover {
    border: 1px solid #111111;
}
.jss16.jss27 {
    border: 1px solid rgba(0, 0, 0, 0.26);
}
.jss17 {
    border: 1px solid rgba(245, 0, 87, 0.5);
}
.jss17:hover {
    border: 1px solid #f50057;
}
.jss17.jss27 {
    border: 1px solid rgba(0, 0, 0, 0.26);
}
.jss18 {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    background-color: #e0e0e0;
}
.jss18.jss26 {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.jss18:active {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.jss18.jss27 {
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12);
}
.jss18:hover {
    background-color: #d5d5d5;
}
@media (hover: none) {
    .jss18:hover {
        background-color: #e0e0e0;
    }
}
.jss18:hover.jss27 {
    background-color: rgba(0, 0, 0, 0.12);
}
.jss19 {
    color: #fff;
    background-color: #111111;
}
.jss19:hover {
    background-color: rgb(11, 11, 11);
}
@media (hover: none) {
    .jss19:hover {
        background-color: #111111;
    }
}
.jss20 {
    color: #fff;
    background-color: #f50057;
}
.jss20:hover {
    background-color: #c51162;
}
@media (hover: none) {
    .jss20:hover {
        background-color: #f50057;
    }
}
.jss24 {
    width: 56px;
    height: 56px;
    padding: 0;
    min-width: 0;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}
.jss24:active {
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.jss25 {
    width: auto;
    height: 48px;
    padding: 0 16px;
    min-width: 48px;
    border-radius: 24px;
}
.jss28 {
    color: inherit;
}
.jss29 {
    width: 40px;
    height: 40px;
}
.jss30 {
    padding: 7px 8px;
    min-width: 64px;
    font-size: NaNrem;
    min-height: 32px;
}
.jss31 {
    padding: 8px 24px;
    min-width: 112px;
    font-size: NaNrem;
    min-height: 40px;
}
.jss32 {
    width: 100%;
}
.jss1 {
    background-color: #dcdcdc;
}
.jss2 {
    color: #ffffff;
    background-color: #e6374b;
}
.jss2:hover {
    background-color: #e6374b;
}
.jss3 {
    color: #111111;
    background-color: #ffffff;
}
.jss3:hover {
    background-color: #ffffff;
}
.jss4 {
    border: 1px solid #ffffff;
}
.jss5 {
    border: 1px solid #111111;
}
.jss6 {
    background-color: transparent;
}
.jss6:hover {
    background-color: transparent;
}



/*---------------------*/




/* sc-component-id: RegularLink-sc-1xrp8ye-1 */
.ezFstd{-webkit-text-decoration:none;text-decoration:none;cursor:pointer;color:inherit;-webkit-text-decoration:underline;text-decoration:underline;} .ezFstd:hover{-webkit-text-decoration:none;text-decoration:none;}
/* sc-component-id: LargeLink-sc-1xrp8ye-2 */
.kbiURZ{-webkit-text-decoration:none;text-decoration:none;cursor:pointer;color:inherit;-webkit-letter-spacing:0.2px;-moz-letter-spacing:0.2px;-ms-letter-spacing:0.2px;letter-spacing:0.2px;padding:0 15px;} .kbiURZ:hover{-webkit-text-decoration:underline;text-decoration:underline;}
/* sc-component-id: Hero-sc-1df4kpp-2 */
.cyntdE{font-family:Gilroy;font-weight:1000;-webkit-letter-spacing:-0.5px;-moz-letter-spacing:-0.5px;-ms-letter-spacing:-0.5px;letter-spacing:-0.5px;text-transform:uppercase;color:inherit;margin-bottom:30px;font-style:italic;font-size:150px;line-height:120px;opacity:0.03;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;} @media (min-width:768px){.cyntdE{font-size:320px;line-height:250px;}}
/* sc-component-id: Trafalgar-sc-1df4kpp-3 */
.fMJfht{font-family:Gilroy;font-weight:1000;-webkit-letter-spacing:-0.5px;-moz-letter-spacing:-0.5px;-ms-letter-spacing:-0.5px;letter-spacing:-0.5px;text-transform:uppercase;color:inherit;margin-bottom:30px;font-style:italic;font-size:58px;line-height:48px;margin-bottom:30px;} @media (min-width:768px){.fMJfht{margin-bottom:40px;font-size:100px;line-height:78px;}}
/* sc-component-id: Aston-sc-1df4kpp-5 */
.dfxICd{font-family:Gilroy;font-weight:1000;-webkit-letter-spacing:-0.5px;-moz-letter-spacing:-0.5px;-ms-letter-spacing:-0.5px;letter-spacing:-0.5px;text-transform:uppercase;color:inherit;margin-bottom:30px;font-style:italic;font-weight:700;font-size:14px;line-height:20px;color:#e6374b;} @media (min-width:768px){.dfxICd{font-size:16px;line-height:22px;}}
/* sc-component-id: Paragon-sc-1df4kpp-6 */
.bxkBew{font-family:Gilroy;font-weight:1000;-webkit-letter-spacing:-0.5px;-moz-letter-spacing:-0.5px;-ms-letter-spacing:-0.5px;letter-spacing:-0.5px;text-transform:uppercase;color:inherit;margin-bottom:30px;font-style:italic;font-size:32px;line-height:0.88;-webkit-letter-spacing:0.2px;-moz-letter-spacing:0.2px;-ms-letter-spacing:0.2px;letter-spacing:0.2px;font-style:italic;margin-bottom:20px;} @media (min-width:550px){.bxkBew{font-style:italic;margin-bottom:40px;}}
/* sc-component-id: Kitten-sc-1df4kpp-17 */
.gnBRfG{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:12px;line-height:16px;margin-bottom:0;font-weight:normal;}
/* sc-component-id: SocialIconsWrapper-sc-1b75a72-0 */
.fqUrIp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:62px;min-width:300px;} @media (min-width:1024px){.fqUrIp{height:45px;}}
/* sc-component-id: StyledFacebook-sc-1b75a72-1 */
.lailQI{height:100%;width:30px;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);} @media (min-width:,1024,px){.lailQI{, width:auto;}}
/* sc-component-id: StyledInstagram-sc-1b75a72-2 */
.bQvaeJ{height:100%;width:30px;} @media (min-width:,1024,px){.bQvaeJ{, width:auto;}}
/* sc-component-id: StyledTwitter-sc-1b75a72-3 */
.cKpzNb{height:100%;width:30px;} @media (min-width:,1024,px){.cKpzNb{, width:auto;}}
/* sc-component-id: StyledLinkedIn-sc-1b75a72-4 */
.jttGOJ{height:100%;width:30px;} @media (min-width:,1024,px){.jttGOJ{, width:auto;}}
/* sc-component-id: StyledSpotify-sc-1b75a72-5 */
.kfJHUz{height:100%;width:30px;} @media (min-width:,1024,px){.kfJHUz{, width:auto;}}
/* sc-component-id: IconContainer-sc-1b75a72-6 */
.hPkuXf{height:100%;width:30px;padding:25%;min-width:60px;} @media (min-width:,1024,px){.hPkuXf{, width:auto;}} @media (min-width:1024px){.hPkuXf{min-width:40px;}}
/* sc-component-id: SocialLink-sc-1b75a72-7 */
.dWATEJ{border:solid 1px;border-radius:50%;margin-right:15px;} .dWATEJ:last-child{margin-right:0;}
/* sc-component-id: FooterWrapper-sc-1peha0e-0 */
.hWPrhv{background-color:#111111;border-top:1px solid #ffffff;}
/* sc-component-id: FooterContent-sc-1peha0e-1 */
.bdjRHc{padding:30px 0;margin:0 auto;overflow:hidden;} @media(min-width:1192px){.bdjRHc{padding:0;padding:0 30px;}} @media (min-width:1300px){.bdjRHc{max-width:1240px;padding:0;}}
/* sc-component-id: FooterLinks-sc-1peha0e-2 */
.gUNGKj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;color:#f0f0f0;margin:0 -15px;} @media(min-width:1192px){.gUNGKj{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}
/* sc-component-id: SiteNav-sc-1peha0e-3 */
.eZxiBo{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;} @media (min-width:1024px){.eZxiBo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}} @media(min-width:1192px){.eZxiBo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}
/* sc-component-id: SiteLink-sc-1peha0e-4 */
.kgmMJV{padding:10px 0;white-space:nowrap;} @media (min-width:1024px){.kgmMJV{-webkit-flex:1;-ms-flex:1;flex:1;}}
/* sc-component-id: SocialIconsWrapper-sc-1peha0e-5 */
.fRfqRk{width:100%;margin:30px 0;} @media(min-width:1192px){.fRfqRk{width:auto;margin:0;}}
/* sc-component-id: StyledSocialIcons-sc-1peha0e-6 */
@media(min-width:1192px){.gOcZfd{-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.gOcZfd .SocialLink-sc-1b75a72-7{margin-right:0;border-width:0 0 1px;border-style:solid;border-color:transparent;border-radius:0;}.gOcZfd .SocialLink-sc-1b75a72-7:hover{border-color:currentColor;}}
/* sc-component-id: Text-sc-1dh8w50-0 */
.kkwFOV{display:block;text-indent:-9999em;position:absolute;}
/* sc-component-id: CenterBall-sc-1dh8w50-1 */
.gZVszB{width:8px;height:8px;border-radius:50%;background:currentColor;-webkit-animation:jVrMub 2s infinite ease-in-out;animation:jVrMub 2s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;margin:0 auto;}
/* sc-component-id: Loader-sc-1dh8w50-2 */
.feZyMj{position:relative;margin:0 auto;width:56px;} .feZyMj::before,.feZyMj::after{width:8px;height:8px;border-radius:50%;background:currentColor;-webkit-animation:jVrMub 2s infinite ease-in-out;animation:jVrMub 2s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;content:'';position:absolute;top:0;} .feZyMj::before{left:0;-webkit-animation-delay:-0.16s;animation-delay:-0.16s;} .feZyMj::after{right:0;-webkit-animation-delay:0.16s;animation-delay:0.16s;}
/* sc-component-id: StyledButton-sc-1xdack6-0 */
.haTJoy{min-width:260px;max-width:300px;height:54px;border-radius:27px;text-align:center;padding:15px;text-transform:unset;font-weight:700;}
/* sc-component-id: Svg-kao96o-0 */
.iAZooc{height:26px;width:auto;}
/* sc-component-id: HeaderWrapper-sc-1bulzov-0 */
.iOlSXH{background-color:#ffffff;padding:0 15px;box-shadow:0 5px 15px rgba(0,0,0,.08);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:72px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2;} @media (min-width:375px){.iOlSXH{padding:0 30px;}}.jnblHh{background-color:transparent;padding:0 15px;box-shadow:0 5px 15px transparent;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:72px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2;} @media (min-width:375px){.jnblHh{padding:0 30px;}}
/* sc-component-id: Nav-sc-1bulzov-1 */
.VoZFo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
/* sc-component-id: Menu-sc-1bulzov-2 */
.gRObyU{cursor:pointer;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.2s ease-in-out;transition:0.2s ease-in-out;width:22px;height:18px;z-index:2;left:50px;}
/* sc-component-id: MenuBar-sc-1bulzov-3 */
.Aporf{background:#282828;display:block;opacity:1;position:absolute;width:100%;height:3px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform 0.25s ease-in-out;-webkit-transition:transform 0.25s ease-in-out;transition:transform 0.25s ease-in-out;} .Aporf:first-child{top:0;} .Aporf:nth-child(2){top:8px;} .Aporf:nth-child(3){top:15px;}

.iNHPRa{background:#fff;display:block;opacity:1;position:absolute;width:100%;height:3px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform 0.25s ease-in-out;-webkit-transition:transform 0.25s ease-in-out;transition:transform 0.25s ease-in-out;} .iNHPRa:first-child{top:0;} .iNHPRa:nth-child(2){top:8px;} .iNHPRa:nth-child(3){top:15px;}
/* sc-component-id: LogoLink-sc-1bulzov-4 */
.jNmKtC{padding:0 15px;}
/* sc-component-id: NavigatingButton-sc-1bulzov-5 */
.cprNpf{min-width:170px;height:40px;padding:0 10px;} @media (min-width:375px){.cprNpf{padding:0 15px;}}
/* sc-component-id: ScrollButton-sc-1bulzov-6 */
.eZrBKi{min-width:170px;height:40px;padding:0 10px;} @media (min-width:375px){.eZrBKi{padding:0 15px;}}
/* sc-component-id: StyledLoader-sc-1bulzov-7 */
.itTagz{margin-right:0;}
/* sc-component-id: Body-qhfz9t-0 */
.dmLna{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh;}
/* sc-component-id: StyledHeaderSticky-qhfz9t-1 */
.ymIMd{position:fixed;top:0;width:100%;z-index:3;-webkit-transform:translateY(-72px);-ms-transform:translateY(-72px);transform:translateY(-72px);-webkit-transition:-webkit-transform 0.5s;-webkit-transition:transform 0.5s;transition:transform 0.5s;}
/* sc-component-id: StyledHeader-qhfz9t-2 */
.hDmdap{position:absolute;top:0;width:100%;z-index:2;}
/* sc-component-id: Content-qhfz9t-3 */
.cPMBwC{-webkit-flex:1;-ms-flex:1;flex:1;position:relative;z-index:1;background-color:#ffffff;}
/* sc-component-id: StyledFooter-qhfz9t-4 */
.eIPCTi{bottom:0;width:100%;}
/* sc-component-id: Container-sc-4fzvpz-0 */
.pAyXD{background-color:#ffffff;-webkit-transition:background-color 0.6s ease;transition:background-color 0.6s ease;}
/* sc-component-id: Content-sc-1q6vmm4-0 */
.bSiHSr{margin:0 auto;} @media (min-width:1300px){.bSiHSr{padding-left:0;padding-right:0;max-width:1240px;}}
/* sc-component-id: Container-sc-1eu2mcf-0 */
.XoqWC{background-color:#ffffff;width:100%;position:relative;overflow:hidden;padding:50px 15px 50px;} .XoqWC:last-child{padding-bottom:100px;} @media (min-width:550px){.XoqWC{padding:120px 30px 80px;}.XoqWC:last-child{padding-bottom:140px;}}.AMIst{background-color:transparent;width:100%;position:relative;overflow:hidden;padding:50px 15px 50px;} .AMIst:last-child{padding-bottom:100px;} @media (min-width:550px){.AMIst{padding:120px 30px 80px;}.AMIst:last-child{padding-bottom:140px;}}.ddXgBX{background-color:#111111;width:100%;position:relative;overflow:hidden;padding:50px 15px 50px;} .ddXgBX:last-child{padding-bottom:100px;} @media (min-width:550px){.ddXgBX{padding:120px 30px 80px;}.ddXgBX:last-child{padding-bottom:140px;}}
/* sc-component-id: HeroText-sc-1eu2mcf-1 */
.bdmNdR{font-family:Gilroy;font-weight:1000;-webkit-letter-spacing:-0.5px;-moz-letter-spacing:-0.5px;-ms-letter-spacing:-0.5px;letter-spacing:-0.5px;text-transform:uppercase;color:inherit;margin-bottom:30px;font-style:italic;font-size:150px;line-height:120px;opacity:0.03;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:0;top:0;width:100%;height:100%;} @media (min-width:768px){.bdmNdR{font-size:320px;line-height:250px;}}
/* sc-component-id: Container-xotnld-0 */
.llOIgg{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:450px;overflow:hidden;min-height:550px;} @media (min-width:550px){.llOIgg{height:calc(100vh - 150px);}}
/* sc-component-id: Img-xotnld-1 */
.jtiESe{position:absolute;left:0;right:0;bottom:15px;margin:auto;cursor:pointer;width:60px;}
/* sc-component-id: ImageComponent-l0sy4c-0 */
.jmhqAs{background-image:url(https://images-bucket.prod.fiit-static.net/app/uploads/2020/09/11101830/Train-Smarter402x-2.png);background-size:cover;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;}
/* sc-component-id: Wrapper-sc-10v7crn-0 */
.dbukDZ{text-align:center;width:250px;border-radius:5px;}
/* sc-component-id: ImageWrap-sc-10v7crn-1 */
.gMzOoH{position:relative;}
/* sc-component-id: Image-sc-10v7crn-2 */
.dcCAnm{display:block;top:0;left:0;height:100%;width:100%;}
/* sc-component-id: Title-sc-10v7crn-3 */
.hJicLV{font-family:Gilroy;font-weight:1000;-webkit-letter-spacing:-0.5px;-moz-letter-spacing:-0.5px;-ms-letter-spacing:-0.5px;letter-spacing:-0.5px;text-transform:uppercase;color:inherit;margin-bottom:30px;font-style:italic;font-size:32px;line-height:0.88;-webkit-letter-spacing:0.2px;-moz-letter-spacing:0.2px;-ms-letter-spacing:0.2px;letter-spacing:0.2px;font-style:italic;margin-bottom:20px;color:#ffffff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-style:normal;} @media (min-width:550px){.hJicLV{font-style:italic;margin-bottom:40px;}}
/* sc-component-id: Subtitle-sc-10v7crn-4 */
.gWZnWX{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:16px;line-height:22px;color:#ffffff;position:absolute;top:58%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
/* sc-component-id: SecondaryTextTitle-sc-10v7crn-5 */
.jjErsM{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:14px;-webkit-letter-spacing:2px;-moz-letter-spacing:2px;-ms-letter-spacing:2px;letter-spacing:2px;margin-bottom:0;color:#ffffff;position:absolute;bottom:10%;left:10%;font-weight:bold;text-transform:uppercase;}
/* sc-component-id: SecondaryTextSubtitle-sc-10v7crn-6 */
.jmEZhN{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:12px;line-height:16px;margin-bottom:0;font-weight:normal;color:#ffffff;position:absolute;bottom:5%;left:10%;width:60%;text-align:left;}
/* sc-component-id: OuterWrapper-wx3cgm-0 */
.fDCBNo{position:relative;z-index:1;}
/* sc-component-id: Slides-wx3cgm-1 */
.iMjWEh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;}
/* sc-component-id: Slide-wx3cgm-2 */
.bfXBMl{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 20px;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;visibility:hidden;} @media (min-width:550px){.bfXBMl{visibility:visible;}}.jGiimX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 20px;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;visibility:visible;} @media (min-width:550px){.jGiimX{visibility:visible;}}
/* sc-component-id: LeftButton-wx3cgm-4 */

.kQjxIx { position: absolute; border: 0; border-radius: 0; height: 100%; width: 22%; top: 0; z-index: 2; cursor: pointer; outline: 0; left: -15px; background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0)); }

@media (min-width:550px){.kQjxIx{left:0;}}
/* sc-component-id: RightButton-wx3cgm-5 */
.cYbGbt{position:absolute;border:0;border-radius: 0; height: 100%; width: 30%; top: 0;z-index:2;cursor:pointer;outline:0;right:-15px;background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));}
@media (min-width:550px){.cYbGbt{right:0;}}

/* sc-component-id: RightArrow-wx3cgm-6 */
.bbTCBP{height:30%;margin:auto;}
/* sc-component-id: LeftArrow-wx3cgm-7 */
.fJlTxe{height:30%;margin:auto;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
/* sc-component-id: Container-noerww-0 */
.iHWazG{display:block;padding:0 20px;margin-bottom:100px;} .iHWazG:last-child{margin-bottom:30px;} @media (min-width:1024px){.iHWazG{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0;margin-bottom:140px;}}.iHDlAi{display:block;padding:0 20px;margin-bottom:100px;} .iHDlAi:last-child{margin-bottom:30px;} @media (min-width:1024px){.iHDlAi{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0;margin-bottom:140px;}}
/* sc-component-id: StyledImage-noerww-1 */
.hUEUyL{width:100%;padding-top:100%;margin-bottom:40px;background-size:contain;} @media (min-width:1024px){.hUEUyL{padding-top:42.88%;width:64%;margin-bottom:0;}}
/* sc-component-id: TextContainer-noerww-2 */
.cAQEUn{position:relative;width:100%;} @media (min-width:1024px){.cAQEUn{width:31%;}}
/* sc-component-id: Text-noerww-3 */
.eDECrc{text-align:left;width:100%;} @media (min-width:1024px){.eDECrc{position:absolute;top:42.5%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}}
/* sc-component-id: StyledPica-noerww-4 */
.bowLuK{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:16px;line-height:22px;margin-bottom:20px;}
/* sc-component-id: CarouselContainer-noerww-5 */
.bfiAbz{padding:0 20px;margin:auto;} @media (min-width:550px){.bfiAbz{max-width:65%;}}
/* sc-component-id: LinkText-noerww-6 */
.fOeNFt{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:16px;line-height:24px;font-weight:bold;color:#111111;-webkit-text-decoration:none;text-decoration:none;display:inline-block;padding-right:10px;margin-bottom:0;margin-top:2px;}
/* sc-component-id: Link-noerww-7 */
.kKSgYb{-webkit-text-decoration:none;text-decoration:none;width:100px;}
/* sc-component-id: RightArrow-noerww-8 */
.ciLBRV{height:30%;margin:auto;display:inline;margin-right:40px;vertical-align:bottom;}
/* sc-component-id: ArrowContainer-noerww-9 */
.fkZtmo{height:40px;width:40px;cursor:pointer;display:inline-block;vertical-align:top;}
/* sc-component-id: StyledAdditionalImage-noerww-10 */
.ixFoDa{width:30%;padding:10px;}
/* sc-component-id: Container-dyd84-0 */
.fwuQDm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;overflow:hidden;padding:100px 20px 0;} @media (min-width:1024px){.fwuQDm{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}
/* sc-component-id: TextContainer-dyd84-1 */
.JLqHP{-webkit-align-self:inherit;-ms-flex-item-align:inherit;align-self:inherit;color:#ffffff;padding:30px;} @media (min-width:1024px){.JLqHP{width:30%;padding:30px 30px 30px 0;}}.eVfxQd{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;color:#ffffff;padding:30px;} @media (min-width:1024px){.eVfxQd{width:30%;padding:30px 30px 30px 0;}}
/* sc-component-id: ComponentContainer-dyd84-2 */
.lkjVyH{max-width:100%;} @media (min-width:1024px){.lkjVyH{width:70%;}}
/* sc-component-id: HeroText-dyd84-3 */
.ePHFcC{font-family:Gilroy;font-weight:1000;-webkit-letter-spacing:-0.5px;-moz-letter-spacing:-0.5px;-ms-letter-spacing:-0.5px;letter-spacing:-0.5px;text-transform:uppercase;color:inherit;margin-bottom:30px;font-style:italic;font-size:150px;line-height:120px;opacity:0.03;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;color:white;left:0;width:100%;height:100%;} @media (min-width:768px){.ePHFcC{font-size:320px;line-height:250px;}}
/* sc-component-id: ScrollOffset-dyd84-4 */
.jxhPkc{position:absolute;top:-100px;}
/* sc-component-id: Container-sc-1vy0pke-0 */
.kSBqeG{min-width:320px;width:320px;height:135px;border-radius:5px;background-color:#ffffff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;} .kSBqeG:hover{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02);box-shadow:30px 0 70px -24px rgba(0,0,0,0.5);cursor:pointer;} @media (min-width:1024px){.kSBqeG{min-width:260px;width:260px;height:370px;}}
/* sc-component-id: ChoosePlanWrapper-sc-1vy0pke-1 */
.dNYEZG{position:absolute;border-radius:0 5px 5px 0;height:100%;width:90px;right:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background-color:#e6374b;color:#ffffff;text-transform:uppercase;} @media (min-width:1024px){.dNYEZG{bottom:0;border-radius:0 0 5px 5px;height:50px;width:100%;}}
/* sc-component-id: ChoosePlan-sc-1vy0pke-2 */
.jvDzIl{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:12px;line-height:16px;margin-bottom:0;text-transform:uppercase;font-weight:bold;margin:0;padding:10px;}
/* sc-component-id: Type-sc-1vy0pke-3 */
.jaScHY{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:16px;line-height:24px;font-weight:bold;position:absolute;text-transform:uppercase;top:-25px;margin:0;color:#ffffff;} @media (min-width:1024px){.jaScHY{padding:25px 0 0 25px;position:unset;color:#111111;}}
/* sc-component-id: Subtext-sc-1vy0pke-4 */
.iuvElK{padding:0 25px 0 25px;}
/* sc-component-id: Strapline-sc-1vy0pke-5 */
.evDygr{padding:0 25px 0 25px;display:none;} @media (min-width:1024px){.evDygr{display:block;}}
/* sc-component-id: PriceSubtext-sc-1vy0pke-6 */
.jJEugH{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:12px;line-height:16px;margin-bottom:0;text-transform:uppercase;font-weight:bold;margin-top:45px;}
/* sc-component-id: Price-sc-1vy0pke-7 */
.ibYzcK{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:75px;line-height:75px;font-weight:600;padding:10px 5px 0 25px;margin-bottom:0;} @media (min-width:1024px){.ibYzcK{padding:0 5px 0 25px;}}
/* sc-component-id: Slash-sc-1vy0pke-8 */
.eHZxiN{color:#9b9b9b;margin-top:40px;}
/* sc-component-id: BannerContainer-sc-1vy0pke-9 */
.gJqlvD{border-radius:50px;background-color:#e6374b;color:#ffffff;position:absolute;height:68px;width:68px;right:100px;top:-34px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;box-shadow:0 0 5px 1px rgba(0,0,0,0.3);} @media (min-width:1024px){.gJqlvD{right:20px;}}
/* sc-component-id: Banner-sc-1vy0pke-10 */
.cvVSbe{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:12px;line-height:16px;margin-bottom:0;text-transform:uppercase;font-weight:bold;font-weight:bold;font-style:italic;margin:0;padding:2px;}
/* sc-component-id: PriceWrapper-sc-1vy0pke-11 */
.dUbPKM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:10px;} @media (min-width:1024px){.dUbPKM{margin-top:130px;}}
/* sc-component-id: Divider-sc-1vy0pke-12 */
.fCSOBQ{width:170px;margin:0 30px 10px;border:1px solid #f0f0f0;} @media (min-width:1024px){.fCSOBQ{margin-left:300px;display:none;}}
/* sc-component-id: Container-x43kcr-1 */
.fdwHEW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
/* sc-component-id: SelectMembershipCard-x43kcr-2 */
.icbgNz{margin:35px 10px 10px;}
/* sc-component-id: Button-sc-10op8n7-0 */
.kiGIbL{float:right;-webkit-transition:-webkit-transform 0.3s ease;-webkit-transition:transform 0.3s ease;transition:transform 0.3s ease;}
/* sc-component-id: PanelNumber-sc-10op8n7-1 */
.byLkQB{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:16px;line-height:22px;color:#9b9b9b;margin:0;}
/* sc-component-id: Panel-sc-10op8n7-2 */
.hoOwTI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;border-top:1px solid #9b9b9b;background-color:#111111;padding:10px 30px;} .hoOwTI:hover .Button-sc-10op8n7-0{border:1px solid #9b9b9b;border-radius:1em;} @media (min-width:1024px){.hoOwTI:hover{background-color:#e6374b;}.hoOwTI:hover .PanelNumber-sc-10op8n7-1{color:#ffffff;}}
/* sc-component-id: HeaderText-sc-10op8n7-3 */
.huCGuj{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:16px;line-height:22px;color:#ffffff;margin:0;}
/* sc-component-id: PanelNumberWrapper-sc-10op8n7-4 */
.ckYIId{-webkit-flex:0 1 10%;-ms-flex:0 1 10%;flex:0 1 10%;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;display:none;margin-top:5px;} @media (min-width:550px){.ckYIId{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}
/* sc-component-id: ToggleButtonWrapper-sc-10op8n7-5 */
.hWSoOB{-webkit-flex:0 1 10%;-ms-flex:0 1 10%;flex:0 1 10%;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}
/* sc-component-id: ContentWrapper-sc-10op8n7-6 */
.hoSNjM{-webkit-flex:0 1 90%;-ms-flex:0 1 90%;flex:0 1 90%;margin-top:5px;}
/* sc-component-id: BodyWrapper-sc-10op8n7-7 */
.bsWiVw{max-height:0;overflow:hidden;-webkit-transition:max-height 0.5s ease;transition:max-height 0.5s ease;background-color:inherit;color:#9b9b9b;}
/* sc-component-id: Body-sc-10op8n7-8 */
.dgvBwD{padding-top:20px;}
/* sc-component-id: AccordionWrapper-sc-38ueqm-0 */
.kaxmEG{border-bottom:1px solid #9b9b9b;} .kaxmEG .link{color:#9b9b9b;}
/* sc-component-id: Wrapper-sc-1kv6i0s-0 */
.ekhLjh{text-align:center;}
/* sc-component-id: Card-sc-1kv6i0s-1 */
.fGzHnv{width:320px;height:270px;border-radius:5px;background-color:#e6374b;box-shadow:-5px 24px 54px -16px rgba(0,0,0,0.75);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;} @media (min-width:1024px){.fGzHnv{width:270px;height:300px;}}
/* sc-component-id: MainText-sc-1kv6i0s-2 */
.xSMgK{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:16px;line-height:22px;color:#ffffff;margin:0;padding:25px;}
/* sc-component-id: Name-sc-1kv6i0s-3 */
.dcgwMQ{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:14px;line-height:20px;font-weight:600;text-transform:uppercase;color:#ffffff;}
/* sc-component-id: Container-hh214u-0 */
.chQiCe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;} @media (min-width:1024px){.chQiCe{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;min-height:600px;padding-top:80px;}}
/* sc-component-id: CardContainer-hh214u-1 */
@media (min-width:1024px){.jRuthj{width:60%;}}
/* sc-component-id: CardOne-hh214u-2 */
@media (min-width:1024px){.bdlTO{position:absolute;z-index:1;top:80px;right:0;}}
/* sc-component-id: CardTwo-hh214u-3 */
.fbnQTQ{display:none;} @media (min-width:1024px){.fbnQTQ{position:absolute;display:block;top:290px;right:230px;}}
/* sc-component-id: TextContainer-hh214u-4 */
@media (min-width:1024px){.llEAeE{width:40%;-webkit-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline;}}
/* sc-component-id: HeroContainer-hh214u-5 */
.cmoAvV{position:absolute;top:0;}
/* sc-component-id: StyledPica-hh214u-6 */
.izstwb{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:16px;line-height:22px;color:#9b9b9b;padding-top:20px;}
/* sc-component-id: RatingSection-hh214u-7 */
.hxbfLY{min-height:320px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;} @media (min-width:1024px){.hxbfLY{position:absolute;min-height:0;top:330px;left:200px;}}
/* sc-component-id: RatingText-hh214u-8 */
.lcRHKf{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
/* sc-component-id: StyledParagon-hh214u-9 */
.chbqEy{font-family:Gilroy;font-weight:1000;-webkit-letter-spacing:-0.5px;-moz-letter-spacing:-0.5px;-ms-letter-spacing:-0.5px;letter-spacing:-0.5px;text-transform:uppercase;color:inherit;margin-bottom:30px;font-style:italic;font-size:32px;line-height:0.88;-webkit-letter-spacing:0.2px;-moz-letter-spacing:0.2px;-ms-letter-spacing:0.2px;letter-spacing:0.2px;font-style:italic;margin-bottom:20px;margin-bottom:0 !important;margin-top:15px;} @media (min-width:550px){.chbqEy{font-style:italic;margin-bottom:40px;}} @media (min-width:1024px){.chbqEy{margin-top:40px;}}
/* sc-component-id: StyledTrafalgar-hh214u-10 */
.ksOcGw{font-family:Gilroy;font-weight:1000;-webkit-letter-spacing:-0.5px;-moz-letter-spacing:-0.5px;-ms-letter-spacing:-0.5px;letter-spacing:-0.5px;text-transform:uppercase;color:inherit;margin-bottom:30px;font-style:italic;font-size:58px;line-height:48px;margin-bottom:30px;margin-bottom:0 !important;} @media (min-width:768px){.ksOcGw{margin-bottom:40px;font-size:100px;line-height:78px;}}
/* sc-component-id: GradientCircleContainer-hh214u-11 */
.eGmcEc{position:absolute;}
/* sc-component-id: Image-hh214u-12 */
.eerWhR{height:30px;}
/* sc-component-id: StyledLink-do6ze8-0 */
.gzQUIv{font-weight:bold;}
/* sc-component-id: Banner-sc-1ogtxi2-0 */
.dlEVZG{width:100%;height:50px;line-height:50px;background:#e6374b;color:#ffffff;position:-webkit-sticky;position:sticky;text-align:center;top:72px;z-index:3;display:none;} @media (min-width:768px){.dlEVZG{display:block;}}
/* sc-component-id: Text-sc-1ogtxi2-1 */
.cothnq{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:16px;line-height:22px;line-height:inherit;}
/* sc-component-id: sc-global-1496444780 */




body {
	margin: 0;
	font-family: Gilroy, sans-serif;
	font-weight: 400;
	font-size: 16px;
	min-width: 320px;
	color: #111111;
}




*,*::before,*::after{box-sizing:border-box;} h1,h2,h3,h4,h5,header,p,span,button,input,optgroup,select,textarea{font-size:100%;margin-top:0;}



/* sc-component-id: Header-sc-1u1l6t4-0 */
.iyGits{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;overflow:hidden;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;color:#ffffff;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;text-align:left;}
/* sc-component-id: Title-sc-1u1l6t4-1 */
.SqHsz{font-family:Gilroy;font-weight:1000;-webkit-letter-spacing:-0.5px;-moz-letter-spacing:-0.5px;-ms-letter-spacing:-0.5px;letter-spacing:-0.5px;text-transform:uppercase;color:inherit;margin-bottom:30px;font-style:italic;font-size:58px;line-height:48px;margin-bottom:30px;margin-bottom:10px !important;} @media (min-width:768px){.SqHsz{margin-bottom:40px;font-size:100px;line-height:78px;}}
/* sc-component-id: SubTitle-sc-1u1l6t4-2 */
.cDzRYv{color:inherit;font-weight:400;font-style:normal;margin-bottom:20px;font-size:16px;line-height:24px;font-weight:bold;margin-bottom:20px;font-style:italic;text-transform:uppercase;display:inline-block;}
/* sc-component-id: Content-sc-1u1l6t4-3 */
.geQOMt{position:absolute;z-index:1;padding:0 6%;left:0;} @media (min-width:550px){.geQOMt{width:40%;}}
/* sc-component-id: Video-sc-1u1l6t4-4 */
.kIZcXS{-webkit-flex:1;-ms-flex:1;flex:1;object-fit:cover;object-position:center top;z-index:-2;-webkit-filter:brightness(75%);filter:brightness(75%);height:100%;width:100%;position:absolute;opacity:0;}
/* sc-component-id: Image-sc-1u1l6t4-5 */
.jwcfcr{z-index:-1;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;width:100%;background-size:cover;background-position:center center;-webkit-filter:brightness(75%);filter:brightness(75%);}
/* sc-component-id: TextContainer-sc-1u1l6t4-6 */
.cOAEmX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
/* sc-component-id: Video-h0hqli-0 */
.dftIhI{-webkit-flex:1;-ms-flex:1;flex:1;object-fit:cover;object-position:center top;height:100%;width:100%;}
/* sc-component-id: FreeTrailBannerLink-h0hqli-1 */
.eyiXLw{-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;}




/*----------------------------*/





/* sc-component-id: sc-keyframes-jVrMub */
@-webkit-keyframes jVrMub {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
        transform: scale(0.2);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jVrMub {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
        transform: scale(0.2);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}




/*-----------------*/

.bMJBIS { display: flex; cursor: pointer; align-items: flex-start; border-top: 1px solid rgb(155, 155, 155); background-color: rgb(27, 27, 27); padding: 10px 30px; }
.gZzJjC { font-weight: 400; font-style: normal; font-size: 16px; line-height: 22px; color: rgb(255, 255, 255); margin: 0px; }
.krPRoT { float: right; transition: transform 0.3s ease 0s; transform: rotate(45deg); }


.jABjeQ { flex: 1 1 0%; object-fit: cover; object-position: center top; z-index: -2; filter: brightness(75%); height: 100%; width: 100%; }



/*--------berger--------*/
.jwdhAu { background: rgb(255, 255, 255); display: block; opacity: 1; position: absolute; width: 100%; height: 3px; transform: rotate(0deg); transition: transform 0.25s ease-in-out 0s; }

.jwdhAu:first-child { top: 9px; transform: rotate(135deg); }
.jwdhAu:nth-child(2) { opacity: 0; }
.jwdhAu:nth-child(3) { top: 9px; transform: rotate(-135deg); }



/*------menu------*/



.gPUCIk { background-color: rgb(17, 17, 17); display: flex; flex-direction: column; left: 0px; position: fixed; right: 0px; top: 0px; height: 100vh; z-index: 1; overflow: auto; }
.hENslg { display: none; padding: 18px; }

/* .haTJoy { min-width: 260px; max-width: 300px; height: 54px; border-radius: 27px; text-align: center; padding: 15px; text-transform: unset; font-weight: 700; } */
.jss8 { width: 100%; display: inherit; font-size: 18px; align-items: inherit; letter-spacing: 0.2px; justify-content: inherit; }
.jss36 { top: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 0; position: absolute; overflow: hidden; border-radius: inherit; pointer-events: none; }
.hTokMd { text-align: center; margin-top: 80px; margin-bottom: 30px; flex: 1 1 0%; }

.bMZalK { text-decoration: none; cursor: pointer; color: inherit; text-transform: uppercase; padding: 0px 15px; }
.gPUCIk a { color: rgb(240, 240, 240); }
.fOXeri { color: inherit; font-weight: 400; font-style: normal; font-size: 24px; line-height: 30px; text-transform: uppercase; margin: auto; max-width: 280px; }

.haTJoy.jss4:hover, .haTJoy.jss4:focus{text-decoration: none;}


.ibYzcK {font-size: 45px;}
.Video-sc-1u1l6t4-4 {width: 100%;}
.hUEUyL { padding-top: 0 !important; width: 50%;}

.footer_inner a { word-break: break-all; }


ul.social{ padding:0; margin:0;}
ul.social li{ display:inline-block; float:none; list-style:none; padding-right:15px;}
ul.social li:last-child{padding-right:0;}
ul.social li a{ font-size:20px; color:#323232;}
ul.social li a:hover, ul.social li a:focus{color: #e6374b;}
ul.social li a {font-size: 30px;color: #fff;}


.geQOMt { margin-top: 54px;}
.btn_custom { background: #e6374b; color: #fff; }
.btn_custom:hover, .btn_custom:focus { background: #000; color: #fff; }

/*-----logo-------*/

.main_header .jnblHh { height: auto; padding: 15px 30px; }
.logo_group{position: relative;}
.logo img { width: 183px;transition: all 0.3s ease; transition: all 0.3s ease;}
.shrink .logo img { width: 106px; }
/* .black_logo { opacity: 0; position: absolute; top: 0;} */
.shrink .logo img.black_logo { opacity: 1; }


/*------menu------*/
.Menu-mu4ljp-0{display: none;}
.main_header { position: fixed;z-index: 99; }
.main_header.shrink { background: #000; }
.shrink path, .shrink rect { fill: #000; }


.main_header .header_btn { line-height: 39px; background: #e6374b; color: #fff; margin-right: 10px;}

/* .main_header.shrink  .header_btn{color: #000; border-color: #000;} */

.main_header.shrink a.jNmKtC{color: #000;}
.main_header .header_btn:hover, .main_header .header_btn:focus,
.main_header.shrink .header_btn:hover, .main_header.shrink .header_btn:focus,
a.haTJoy.jss4:hover, a.haTJoy.jss4:focus{ border-color: #e6374b;}

.NavLinkWrapper a:hover, .NavLinkWrapper:focus{text-decoration: none;color: #e6374b; }




/*-----footer------*/
.footer_inner h2 { font-size: 24px; color: #fff; text-transform: uppercase; margin: 0 0 22px; font-weight: 1000;font-style: italic;}
.footer_inner p { color: #fff; font-size: 16px; }
.footer_inner svg path { fill: #fff; }
.footer_inner .gOcZfd { justify-content: left;padding-top: 44px;}

.footer_inner .hPkuXf { padding: 10px 0; justify-content: center; display: flex; margin-right: 13px; }
.footer_inner .form-control { border: none; border-bottom: 1px solid #eee; background: no-repeat; border-radius: 0;padding-left: 0;}
.footer_inner .form-control:focus{outline: none; box-shadow: none; border-color: #e6374b;}

.footer { background: #111; padding: 60px 0; }
.footer_input { margin-top: 20px; position: relative;}
.sub_btn {background: no-repeat;border: none;color: #fff;position: absolute;right: 0;top: 4px;font-size: 20px;padding: 0;}
.footer_inner.fi2 { padding: 0 8px;display: inline-block; text-align: left;}


/* .SqHsz, .fMJfht, .ePHFcC, .bxkBew { font-family: 'GilroyBlackItalic'; font-weight: normal; font-style: normal;} */
.fMJfht {font-size: 63px;}
.hxbfLY {top: 391px;}
a.jNmKtC { font-size: 24px; color: #fff; font-family: 'Gilroy'; letter-spacing: 1px; font-weight: 1000;font-style: italic;  position: relative;}
a.jNmKtC:hover{text-decoration: none;}


.fwuQDm{padding: 0px 20px 0;}
.ddXgBX { padding: 70px 30px 80px; }

/* @media (min-width: 768px){
    .lkjVyH { width: 100%; }

}
 */


/*----------*/
.jtiESe, .geQOMt { z-index: 3;}
.Video-sc-1u1l6t4-4 {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 2;}

.mid_video { width: 100%; height: 550px; }



/*----download btn-----*/

.app_download_panel { position: absolute; bottom: 30px; right: 26px; z-index: 55; text-align: center; }
.app_download_panel h4 { margin: 0 0 22px; position: relative; color: #000000; font-size: 16px; display: inline-block;}
.adp_inner { display: flex;}
.adp_inner .ad_item{padding: 0 7px;}

.app_download_panel h4:before, .app_download_panel h4:after { content: ""; position: absolute; width: 31px; height: 23px; background: url(../images/left_arrow-black.png); right: 100%; top: 8px; margin-right: 14px; }
.app_download_panel h4:after {background: url(../images/right_arrow-black.png); left: 100%; right: auto; margin-left: 14px; margin-right: 0;}

.footer_inner h4 { margin: 17px 0 15px; color: #fff; font-weight: 700; font-size: 18px; }
.footer_inner .adp_inner .ad_item img { width: 130px; }
.footer_inner .adp_inner .ad_item { padding: 0 15px 0 0; }
.footer_inner .adp_inner .ad_item:last-child { padding-right: 0; }





.hm_right{display: flex; align-items: center;}

.TextContainer-hh214u-4.llEAeE { align-self: auto; }
.signup_img { position: absolute; right: 0; top: 0; }

/* programm-page  design */
._program_page{padding: 50px 0px;}
._program_page h2{font-family: Gilroy; font-size: 36px; font-weight: 700; margin-bottom:10px; text-transform: capitalize;}
._program_page p{font-family: Gilroy, sans-serif;font-weight: 400; font-style: normal; font-size: 18px; line-height: 1;}
._program_page ul.nav { display: flex; justify-content: flex-end; border: 0; gap:15px; }

._program_page ul.nav li a { margin-right: 0; line-height: 1; border: 2px solid #e4e7ec; border-radius: 50px; padding: 12px 30px; color: #272727; font-weight: 600; letter-spacing: 0.5; font-family: Gilroy, sans-serif; text-transform: uppercase; display: block; font-size: 14px;}
._program_page ul.nav li.active a{color:#e6374b; border: 2px solid #e6374b;}
._align{display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px;}


.program-box{display: flex;align-items:flex-start;justify-content: flex-start;-webkit-box-shadow: 0px 0px 21px -4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 21px -4px rgba(0,0,0,0.2); box-shadow: 0px 0px 21px -4px rgba(0,0,0,0.2);border-radius: 10px;    flex-wrap: wrap; margin-bottom: 50px;}
.program-box.done .program-content span.check {color: #e6374b;border: 1px solid #e6374b;}
.program-box.done .program-content ul.prog-list li::after {color: #e6374b;}

.program-img{width: 200px; height: 280px; min-height: 280px; border-radius: 10px;overflow: hidden;}
.program-img img{object-fit: cover; object-position: center; width: 100%;height: 100%;}
.program-content { width: 63%; text-align: left; padding: 20px;    position: relative; }
.p-header{position: relative;}
.p-header h3{font-weight:700;font-size: 20px;}
span.check { position: absolute; right:4px; top:10px; font-size: 20px; color: #c5c5c5; width: 30px; height: 30px; border: 1px solid #c5c5c5; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.program-box small{font-weight: 500;color: #c5c5c5;letter-spacing: 0.5;}
ul.prog-list { padding: 0; margin:5px 0px 8px;  display: flex;align-items:flex-start;justify-content: flex-start;gap:5px; flex-direction:column; flex-wrap: wrap;    min-height: 130px;}
ul.prog-list  li{list-style: none; width:100%;font-weight: 600; padding-left: 18px;position: relative;font-size: 15px;}
ul.prog-list  li.more::after{display:none;}
ul.prog-list  li::after{content:"\f272";left: 0;top: 0;position: absolute;color: #c5c5c5;    font-family: bootstrap-icons!important;font-size: 15px;}
a.butn { font-size: 14px; font-weight: 700; line-height: 1; letter-spacing: 0.7; color: #fff; /* border: 2px solid #e6374b; */ padding: 12px 15px; border-radius: 50px; display: inline-flex; background: #e6374b; text-transform: uppercase; margin-top: 5px; }
a:hover.butn{background-color: #000;color: #fff;}

.past-tab span.check{ color:#e6374b;border-color: #e6374b;}
.past-tab ul.prog-list li::after{color:#e6374b;}
ul.prog-list li.has-schedule::after {color: #e6374b;}

.custome-dropdown { display: flex; justify-content: flex-end;width: 100%;max-width: 200px; }
.custome-dropdown .dropdown-menu { left: auto; width: 100%; max-width: 200px; border: 0; background: #fff; border-radius: 8px;padding: 0;overflow: hidden; }
.custome-dropdown button.dropdown-toggle.dropdown-select { width: 100%; max-width: 200px; padding: 10px 12px; border: 0; border-radius: 8px; background: #e6374b; color: #fff; font-weight: 600; text-transform: uppercase;
 letter-spacing: 0.7; padding-right: 22px; }
 .custome-dropdown button.dropdown-toggle.dropdown-select:after { content: "\F282"; font-family: bootstrap-icons!important; position: absolute; left: auto; right: 10px; /* width: 10px; */ height: 14px; top: 0; bottom: 0; margin: auto; font-size: 12px; }
 .custome-dropdown .dropdown-menu>li>a { padding: 10px 15px; display: block; border-bottom: 1px dashed #bbbdc1; font-weight: 600; text-transform: uppercase; letter-spacing: 0.6; }
 .custome-dropdown .dropdown-menu>li:last-child a{border: 0;}
 .custome-dropdown .dropdown-menu>li>a:hover{background:#e6374b ;color: #fff;}


 /* programm-details page  design */
section._program_header { background: #000; padding: 50px 0px; text-align: center; }
section._program_header h2 { color: #fff; font-size: 30px; font-weight: 600; letter-spacing: 0.8px; margin: 0; padding: 0 0px 10px; line-height: 1; text-transform: uppercase; }
section._program_header p { color: #fff; font-size: 17px; font-weight: 600; }
section._program_header small { color: #fff; font-size: 14px; margin-top: 15px; display: block; }

section._program_details {padding: 50px 0px 0px;}
.p-details-box { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 2px dashed #ddd; }
.p-details-box:last-child{border: 0;}
.p-details-box .row{display:flex;}
/* .p-details-content h2 {font-size: 30px;font-weight: 700; padding-left: 40px;position: relative; margin-bottom: 30px;} */
.p-details-content h2 {font-size: 30px;font-weight: 700; margin-bottom: 30px;}
.p-details-content h3 { font-size: 20px; font-weight: 700; }
.p-details-content ul { padding: 0; margin: 0; display: flex;align-items: center; flex-wrap: wrap; }
.p-details-content ul li { list-style: none; padding-left: 20px; position: relative; margin-bottom: 5px; font-size: 16px; font-weight: 600; width:49%; }
.p-details-content ul li::after{content:"\f272";left: 0;top: 0;position: absolute;color: #c5c5c5;    font-family: bootstrap-icons!important;font-size: 15px;}
.p-details-box .p-details-img-video { width: 100%; height: 350px; overflow: hidden; border-radius: 20px; }
.p-details-box .p-details-img-video iframe { width: 100%; height: 100%; }
/* .p-details-content h2::after { content: "\f272"; left: 0; top: 0; position: absolute; color: #ffffff; font-family: bootstrap-icons!important; font-size: 15px; display: flex; width: 30px; height: 30px; background: #e6374b; border-radius: 100%; align-items: center; justify-content: center; font-size: 18px; } */
.p-details-content h2::after { content: "\f272"; color: #ffffff; font-family: bootstrap-icons!important; font-size: 15px; display: flex; width: 30px; height: 30px; background: #e6374b; border-radius: 100%; align-items: center; justify-content: center; font-size: 18px; display: inline; margin-left: 15px; padding: 5px; }
button.add-result-btn { display: inline-flex; padding: 12px 25px; background: #e6374b; color: #fff; font-weight: 600; text-transform: uppercase; border-radius: 50px; margin-top: 30px;border: 0;outline: none; }
button.completed-btn { display: inline-flex; justify-content: center; align-items: center; padding: 12px 25px; background: #e6374b; color: #fff; font-weight: 600; text-transform: uppercase; border-radius: 50px; margin-top: 30px;border: 0;outline: none; display: flex; margin: 0px auto;margin-top: 20px; }
.p-details-box.not-done .p-details-content h2::after{background-color: #fff;border: 1px solid ;color: #c5c5c5;}
.p-details-box.not-done .p-details-content h2.has-schedule::after{background-color: #e6374b;border: 1px solid ;color: #c5c5c5;}

.custom-model-main { text-align: center; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; /* z-index: 1050; */ -webkit-overflow-scrolling: touch; outline: 0; opacity: 0; -webkit-transition: opacity 0.15s linear, z-index 0.15; -o-transition: opacity 0.15s linear, z-index 0.15; transition: opacity 0.15s linear, z-index 0.15; z-index: -1; overflow-x: hidden; overflow-y: auto; }
.model-open { z-index: 99999; opacity: 1; overflow: hidden; }
.custom-model-inner { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; -o-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; display: inline-block; vertical-align: middle; width: 600px; margin: 30px auto; max-width: 97%; }
.custom-model-wrap { display: block; width: 100%; position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; text-align: left; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-height: calc(100vh - 70px); overflow-y: auto; }
.model-open .custom-model-inner { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); position: relative; z-index: 999; }
.model-open .bg-overlay { background: rgba(0, 0, 0, 0.6); z-index: 99; }
.bg-overlay { background: rgba(0, 0, 0, 0); height: 100vh; width: 100%; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; -webkit-transition: background 0.15s linear; -o-transition: background 0.15s linear; transition: background 0.15s linear; }
.close-btn { position: absolute; right: 10px; top: 10px; cursor: pointer; z-index: 99; font-size: 23px; color: #000; }
.close-btn:hover{ color: #e6374b;}

.custom-model-main { display: flex; align-items: center; justify-content: center; }
.custom-model-wrap{border-radius:15px;box-shadow: none;padding: 50px;}
.pop-content h2{font-size:30px; font-weight: 700;}
.pop-content h3{font-size:18px; font-weight: 700;}
.pop-content ul{padding: 0;margin: 0;}
.pop-content ul li{font-size: 600;font-size:16px; list-style: none;color: #c5c5c5;}
.pop-form{ padding-top:20px;}
._result textarea,._weight input  { border: 0; box-shadow: none; resize: none; height: 100px; border-bottom: 1px solid #000; border-radius: 0; }
._weight input{height:50px;}
._result,._weight{ margin-bottom:30px;}

.upload_button { position: relative; font-size: 16px; font-weight: 600; color: #e6374b; text-align: right; display: inline-flex; float: right; clear: both;padding-right:15px; }
.upload_button input {position: absolute;opacity: 0;right: 0;left: auto;width: 150px;z-index: 1;}
.upload_button input:focus-visible,.upload_button input:focus{border: 0;outline: none;}
.upload_button i{color: #000;position:relative;top:2px; padding-left: 10px;}
.upload_button:hover{color: #000;}
._complet-tesk { margin-top: 59px;}

.pop-form .form-control:focus{    border-color: #e6374b; box-shadow: none;}
.pop-form  .add-result-btn{display: flex; margin: 0px auto;margin-top: 20px;}

.add-result-btn.disable{background: #EAEAEA; color: #7B7C7E;}
.add-result-btn.complet-btn{ padding: 12px 35px; margin: 0px auto;display:flex;}

.progress { overflow: hidden; height: 22px; background-color: #ccc; border-radius: 0px; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); box-shadow: inset 0 1px 2px rgba(0,0,0,.1); margin-bottom: 0; margin-top: 50px; width:100%; margin: 0px auto 0px; }
.progress-bar { width: 0; height: 100%; color: #fff; text-align: center; background-color: #e6374b; }
.progress-striped .progress-bar { background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-size: 40px 40px; }
.progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; }

.progress-bar{text-align: center;}
.progress.progress-striped {position: relative;}
.progress.progress-striped strong{position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; height: 100%; text-align: center;font-weight: normal;color: #fff;}
.progress.progress-striped span{display: flex; width: 100%; text-align: center; font-size: 14px; align-items: center; justify-content: center; height: 100%; font-weight: normal;}

ul.prog-list li:nth-child(5){padding-left: 0;}

._program_header_wrapper { display: flex; flex-direction: column;align-items: center; justify-content: center; width: 80%; margin: 0px auto; }
._heading_left {text-align: left;}
a.view-all-button { display: inline-flex;color: #fff; letter-spacing: 0.7; font-size: 14px; align-items: center;gap: 3px;}
a.view-all-button:hover{color: #e6374b;}
/* programm calander section */
.programm-calander h2{color: #000; text-align: center; font-family: "Gilroy"; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal;}

.programm-calander{ padding: 50px 0px;}
.calander-slider{width: 90%; margin: 0px auto; padding:30px 0px;}
._calander-slider { position: relative; text-align: center; display: flex; align-items: center; justify-content: center; }
._calander-slider .btn-wrap { position: absolute; width: 80%; height: 100%; display: flex; align-items: center; justify-content: space-between; margin: 0px auto; }
._calander-slider .btn-wrap button{background: transparent;border: 0;outline: none;color: #000; text-align: center; font-family: "Gilroy"; font-size: 14px; font-style: normal; font-weight: 600; line-height: normal; text-transform: uppercase;}
._calander-slider .btn-wrap  button.prev-btn.disabled{color: #AFB1B5;}
._calander-slider .carosul-wrapper {width: 55%;margin: 0px auto;}
.carosul-wrapper .owl-carousel .owl-stage-outer {padding: 20px 0px;}
.carosul-wrapper .owl-carousel .owl-dots, .carosul-wrapper .owl-carousel .owl-nav{display: none;}
.date-box{
    display:flex; flex-direction:column;gap: 5px;align-items: center;justify-content: center;
    border-radius: 5px;background: #FFF;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);width: 70px;
    height: 63px;
}
.date-box small{padding: 0; margin: 0;color: #000; text-align: center;font-family: "Gilroy";  font-size: 16px; font-style: normal; font-weight: 500; line-height:1; text-transform: uppercase;display: block;}
.date-box span{padding: 0; margin: 0;color: #000; text-align: center; font-family: "Gilroy"; font-size: 16px; font-style: normal; font-weight: 600; line-height:1; text-transform: uppercase; display: block;}

.date-box.active{
    background: #E6374B;
    box-shadow: 0px 0px 20px 0px rgba(230, 55, 75, 0.37);
}
.date-box.active span,.date-box.active small{color:#fff;}

.calander-slider .carousel-indicators{display: none;}
.calander-slider .carousel-control {display: flex; align-items: center;text-shadow: none;color: #000; text-align: center; font-family: Poppins; font-size: 14px; font-style: normal; font-weight: 600; line-height: normal; text-transform: uppercase;align-items: center; justify-content:center; }
.calander-slider .carousel-control.left, .calander-slider .carousel-control.right{background: none;}
.calander-slider .carousel-control.right{opacity:1;}



@media (min-width: 768px){
    .bMZalK { font-size: 36px; line-height: 1.9;}
    .hENslg { display: flex;}
    .bSiHSr { width: 750px; }
}

@media (min-width: 992px){
    .bSiHSr { width: 970px; }
}

@media (min-width: 1024px){
    .lkjVyH { width: 100%; }
    .kSBqeG { min-width: 198px; width: 213px; height: auto;     padding-bottom: 60px;}
    .dUbPKM { margin-top: 38px; }
    .Container-sc-1eu2mcf-0.XoqWC .col-md-4 { margin-top: 46px; }
}


@media (min-width: 1200px){

.bSiHSr { width: 1170px; }
.dUbPKM { margin-top: 70px; }
.kSBqeG { min-width: 242px; width: 242px; height: 383px; }
.eDECrc { padding-right: 15px; }
.cAQEUn { width: 41%; }
.XoqWC { padding: 100px 30px 0; }


}


@media (max-width: 1199px){
    .fMJfht { font-size: 38px; line-height: 1.3; }

    .ibYzcK { font-size: 40px; }
    .program-content {  width: 62%;}
    .program-img { width: 170px;}
    ul.prog-list li { width: 100%;}
    ._calander-slider .carosul-wrapper {width:70%;margin: 0px auto;}
    ._calander-slider .btn-wrap { width: 100%;}
}

@media (max-width: 1023px){

    .cAQEUn {position: relative;width: 50%;padding-right: 25px;display: inline-block;vertical-align: middle;}
    .hUEUyL {padding-top: 0 !important;width: 49%;display: inline-block;vertical-align: middle;}
    /* .iHDlAi { display: flex; align-items: center; } */
    .hUEUyL { margin: 0;}
    .ddXgBX { padding: 10px 30px 50px; }

    .AMIst { padding: 50px 30px 20px; }
    .XoqWC { padding: 107px 30px 0; }
    .chQiCe { padding-top: 25px;}
    .hxbfLY { top: 259px; }
    .AMIst:last-child { padding-bottom: 60px; }

    .adp_inner .ad_item img { width: 128px; }

    .mid_video { height: 420px;}

    .tst_panel{display: flex;flex-direction: row;}
    .test_item{margin: 0 10px; display: block;}

    /*-----------2.2.22----------------*/
    .dUbPKM {position: relative;top: -10px;}
    .fCSOBQ {position: relative;top: -15px;}
    .iuvElK {position: relative;top: -19px;}





}


@media (max-width: 991px){
    .program-img { width: 235px;}
    .program-content { width: 67%;}
    ._calander-slider .carosul-wrapper {width:75%;margin: 0px auto;}
    ._calander-slider .btn-wrap {align-items: flex-start; justify-content: center; margin: 0px auto; gap: 30px; position: relative; margin-top: 20px;}
    ._calander-slider { flex-direction: column;}
}

@media (max-width: 767px){
    #instafeed a {display: inline-block;width: 25%;text-align: center;}
    #instafeed a:nth-child(n+5) {width: 33.33%;}


    .XoqWC {padding: 40px 15px 20px;}
    .fMJfht {font-size: 30px;line-height: 1.1;margin-bottom: 23px;}
    .dfxICd { margin-bottom: 16px;}
    #responsiveGallery-container {margin-top: 42px;}
    .responsiveGallery-wrapper {width: auto !important;margin: 0 -90px;}
    .w-gallery {margin-top: 26px;}
    .slider_panel {overflow: hidden;}
    .footer_inner {margin: 0 0 35px;padding: 0 !important;}
    .jmhqAs.hUEUyL, .cAQEUn {width: 100%;padding: 29px 0;}
    .iHDlAi:last-child {margin-bottom: 0;}
    .fwuQDm {padding: 34px 20px 0;}
    .bMZalK {  padding: 6px 15px; display: inline-block;}


    .footer { padding: 60px 0 30px;  }
    a.jNmKtC {font-size: 15px;  width: 113px;  line-height: 1;}
    .main_header.shrink { box-shadow: 0 0 10px rgba(0,0,0,.5);}

    .jtiESe { width: 35px; }

    .app_download_panel h4 { display: none; }

    .app_download_panel { position: fixed; bottom: 0; right: -130px; top: 0; margin: auto; transform: rotate(-90deg); display: flex; height: 50px;}
    .adp_inner .ad_item { padding: 0 12px; }
    .footer_app { display: none; }

    .tst_panel{display: flex;flex-direction: column;}
    .test_item{margin: 10px 0;}

    .program-content {width: 61%;}
    .p-details-box .row { display: block;text-align: center;margin: 0; }
    .p-details-content{margin-bottom:40px;}
    .p-details-box .p-details-img-video { width: 460px; height: 300px;margin: 0px auto; }
    .p-details-content h2 {display: inline-flex;padding: 0px 43px;}

    ._calander-slider .carosul-wrapper {width:90%;margin: 0px auto;}

}


@media (max-width: 640px){
.mid_video { height: 249px; }
._program_page .tab-content {padding: 20px 0px;}
.program-img {width: 210px;}

}

@media (max-width: 575px){

    ._program_page h2,._program_page p{text-align: center;}
    .program-img {width:175px;}
    .program-box{margin-bottom:30px;}
    ._program_header_wrapper{flex-direction: column;align-items: center; justify-content: center;gap: 25px;text-align: center;}
    ._program_header_wrapper h2{text-align: center;width: 100%;}
}
@media (max-width: 480px){
    .program-img {width: 100%; }
    .program-content {width: 100%;}
    ._align .col-sm-12.col-md-6{padding: 0; width:46%;}
    ._program_page h2, ._program_page p {text-align: left;padding-left:10px;}
    ._program_page h2 { font-size: 30px;}
    ._program_page p { font-size: 16px;}
    .custome-dropdown button.dropdown-toggle.dropdown-select { max-width: 180px;padding: 13px 12px;font-size: 14px;}
    .custome-dropdown .dropdown-menu>li>a{font-size: 14px;}
    .custome-dropdown .dropdown-menu{max-width: 180px;}
    .p-details-box .p-details-img-video { width:100%; height: 300px;margin: 0px auto; }
    section._program_header { padding: 30px 0px;}
    section._program_details {padding: 50px 0px 0px; }

    .programm-calander {padding: 20px 0px; }
    .programm-calander h2 {font-size: 20px;}
    .progress.progress-striped strong{display: none;}
}

@media (max-width: 479px){
    .SqHsz { font-size: 44px;}
    .jss8 {  font-size: 14px;}
    .Content-sc-1u1l6t4-3.geQOMt .haTJoy {min-width: 208px;max-width: 262px;height: 44px;}

    .haTJoy.header_btn {min-width: 140px;}
    .llOIgg {min-height: 430px;}
    .iHWazG { padding: 0;}
    .ddXgBX {padding: 10px 15px 15px;}
    .AccordionWrapper-sc-38ueqm-0.kaxmEG {margin: 0 0 42px;}
    .JLqHP { padding: 0 0 30px;}
    .kSBqeG {min-width: 275px;width: 275px;}
    .ibYzcK {font-size: 25px;}
    .iuvElK {  font-size: 13px;}
    .fCSOBQ { width: 125px;}
    .eVfxQd { padding: 0 0 30px;}
    .hoOwTI { padding: 15px 0 15px 0;}
    .fwuQDm {padding: 34px 5px 0;}
    .iHDlAi {  padding: 0;}
    .fGzHnv { width: 280px;}
    .geQOMt {max-width: 300px;}


    .fCSOBQ { margin: 0 15px 10px;}
    .ibYzcK { padding: 10px 5px 0 15px;}
    .iuvElK { padding: 0 15px; }

}





/******sign up video********/

.su_adp .app_download_panel h4 { color: #000; }
.su_adp .app_download_panel { position: relative; right: auto; bottom: auto;display: inline-block; }
.su_adp .app_download_panel h4::before { background: url(../images/left_arrow-black.png);}

.su_adp .app_download_panel h4::after { background: url(../images/right_arrow-black.png);}
.su_adp h2 { font-size: 40px; color: #000; font-weight: 1000; font-style: italic; }
.su_adp small { font-size: 20px; color: #e6374b; margin: 0 0 27px; display: block; }
.su_adp h2 { font-size: 40px; color: #000; font-weight: 1000; font-style: italic; }
.su_adp { padding-left: 35px; }
.black_menu .main_header { background: #000; }


/*-------thank you------*/
.thank_section { padding: 70px 0; background: #f5f5f5; }
.thank_section .biz-form .contact-form { display: table-cell; vertical-align: middle; width: 511px; text-align: center; }
.thank_section .biz-form { display: table; height: 588px; }

.thank_section h3 { font-size: 35px; color: #000; font-weight: 1000; font-style: italic;margin-bottom: 26px;  }
.thank_section small { font-size: 20px; font-weight: 600;margin-bottom: 28px; display: block;}
.thank_section .biz-form p { font-size: 16px; color: #5f5f5f; margin-bottom: 50px; }
.thank_section h3 span { color: #e6374b; }
.tnk_btn { height: 57px; width: 237px; border: none; font-size: 14px; font-weight: 600; text-transform: uppercase; background: #e6374b; color: #fff; letter-spacing: 1px; border-radius: 52px; display: inline-block; text-align: center; line-height: 55px; }
.tnk_btn:hover, .tnk_btn:focus{background: #000;}
.fs_heading h2 i { color: #e6374b; margin-left: 10px; }
.variety-photo-sec.thn_vp_section { background: #fff; }
.variety-photo-sec.thn_vp_section h2 { color: #000; }
.variety-photo-sec.thn_vp_section p { color: #000; }

.ts2_inner { display: flex; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.30); border-radius: 10px; overflow: hidden;align-items: center; }
.ts_col { width: 48%; }
.ts2_inner .fs_heading { margin: 0; width: 53%;padding: 15px 35px;}
.ts2_inner p { font-size: 16px; color: #5f5f5f; margin-bottom: 50px; }
.ts2_inner .fs_heading small { font-size: 20px; color: #000; font-weight: normal; }
.thank_section .ts2_inner h3 { font-size: 32px;margin: 0 0 50px;}
.ts2_inner .fs_heading h2 { font-size: 69px;}
.thank_section2 { position: relative; background: #fff;z-index: 1; }
.thank_section2::after { content: ""; position: absolute; left: 0; top: 0; height: 52%; width: 100%; background: #f5f5f5; z-index: -1; }




.fs_heading h2 { font-size: 40px; color: #000; font-weight: 1000; font-style: italic; }
.fs_heading { text-align: center; margin-bottom: 53px; }
.signup_img { position: absolute; right: 0; top: 0; }
.suf_heaging { text-align: center; padding-bottom: 5px; }
.form_section { padding: 60px 0; }
.fs_heading small { font-size: 30px; color: #000; font-weight: 600; }

.ald_text p a { color: #e6374b;text-decoration: underline;}
.ald_text p a:hover,.ald_text p a:focus { color: #000;}
.ald_text p { font-size: 18px; margin: 0; }
.ald_text { text-align: center; margin-top: 35px; }


/*==========================form ===========================*/

.biz-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    overflow-y: hidden;
    transition: 0.5s;
    z-index: 111111;
}

.biz-overlay2 {
    top: auto;
    bottom: 0;
}

.biz-overlay-content {
    position: relative;
    /*top: 25%;*/
    width: 100%;
    text-align: center;
    display: table;
    height: 100%;
}

.diz-middle {
    display: table-cell;
    vertical-align: middle;
}

.biz-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.biz-overlay a:hover,
.biz-overlay a:focus {
    color: #f1f1f1;
}

.biz-overlay .closebtn {
    position: absolute;
    top: -7px;
    right: -8px;
    font-size: 40px;
    z-index: 999;
    background: #e6374b;
    height: 50px;
    border-radius: 100%;
    width: 50px;
    line-height: 42px;
}

.biz-overlay .closebtn:hover {
    background: #000;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.biz-overlay-content .form-control {
    height: 40px;
    border-radius: 0;
}

.biz-overlay-content textarea.form-control {
    height: 70px;
    resize: none;
}

.pad {
    padding: 0 7.5px;
}

.biz-form {
    background: rgb(255, 255, 255);
    width: 930px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 7px 18px -2px rgba(0, 0, 0, 0.30);
    position: relative;
}

.biz-form .btn-custom {
    height: 40px;
    padding: 0;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: 0;
}

.biz-form h2 {
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 10px;
}

.biz-form p {
    font-size: 16px;
    color: #e6374b;
}

.pop-image {
    width: 300px;
    height: 590px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.biz-form .contact-form { width: 400px; float: none; padding-left: 50px; padding: 37px 0 37px 50px; }

.align {
    display: table;
    width: 100%;
    height: 450px;
    padding: 20px 30px;
}

.biz-form .contact-form input.form-control {
    font-size: 14px;
}

.biz-form span.form-icon {
    color: #555354;
}

.biz-form .contact-form .form-control::-webkit-input-placeholder {

    color: #dadada;
}

.biz-form .contact-form .form-control:-moz-placeholder {

    color: #dadada;
}

.biz-form .contact-form .form-control::-moz-placeholder {

    color: #dadada;
}

.biz-form .contact-form .form-control:-ms-input-placeholder {

    color: #dadada;
}

button.btn.btn-warning.cmn-buttn.pac-buttn {
    min-width: 260px;
    max-width: 300px;
    height: 54px;
    border-radius: 27px;
    text-align: center;
    padding: 15px;
    text-transform: unset;
    background: #e6374b;
    color: #fff;
    margin: 15px;
}

button.btn.btn-warning.cmn-buttn.pac-buttn:hover, button.btn.btn-warning.cmn-buttn.pac-buttn:focus {
    background: #000;
    outline: none;
}

.popup-form {
    margin-top: 20px;
}

.biz-form .contact-form .form-control {
    display: inline-block;
    width: 100%;
    height: 42px;
    background: transparent;
    border: none;
    text-shadow: none;
    border-radius: 0;
    margin-left: 0; padding-left: 28px;
    box-shadow: none;
    font-size: 16px;
    border-bottom: 1px solid #dadada;
    color: #000;
}

.form-check input.form-check-input {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0px;
}

.form-check label.form-check-label {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

label.form-check-label a {
    font-size: 14px;
    color: #000 !important;
    display: inline-block;
}

.form-check {
    text-align: left;
}

.form-check input.form-check-input.checkbox2 {
    position: relative;
    top: -2px;
}

.biz-form .contact-form input.form-control.c-code {
    border: 0;
    display: inline-block;
    width: 24%;
    vertical-align: middle;
    border-right: 1px solid #dcdcdc;
    height: 30px;
}

.biz-form .contact-form input.form-control.ph-number {
    vertical-align: middle;
    width: 74%;
    border: 0px;
}

/* Chrome, Safari, Edge, Opera */
.biz-form .contact-form input::-webkit-outer-spin-button,
.biz-form .contact-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.biz-form .contact-form input[type=number] {
    -moz-appearance: textfield;
}

.message-box .app_download_panel .adp_inner {
    display: block;
}

.message-box .app_download_panel {
    position: relative;
    left: auto;
    right: 0;
    text-align: center;
}

/* .form-group.ph-box {
    position: relative;
} */

/* .form-group.ph-box:after {
    position: absolute;
    content: "";
    left: 0;
    right: -4px;
    width: 99%;
    height: 1px;
    background: #dadada;
    bottom: -10px;
    margin: auto;
} */
.ph-box { border-bottom: 1px solid #dadada; position: relative;}

.message-box .app_download_panel h4 {
    margin: 0 0 22px;
    position: relative;
    color: #000;
    font-size: 16px;
    display: inline-block;
}

.message-box .adp_inner .ad_item {
    padding: 0 7px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.message-box .app_download_panel h4:before,
.message-box .app_download_panel h4:after {
    content: "";
    position: absolute;
    width: 31px;
    height: 23px;
    background: url(images/left_arrow-black.png);
    right: 100%;
    top: 8px;
    margin-right: 14px;
}

.message-box .app_download_panel h4:after {
    background: url(welcome/images/right_arrow-black.png);
    left: 100%;
    right: auto;
    margin-left: 14px;
    margin-right: 0;
}

.message-box .app_download_panel h4:before,
.message-box .app_download_panel h4:after {
    content: "";
    position: absolute;
    width: 31px;
    height: 23px;
    background: url(welcome/images/left_arrow-black.png);
    right: 100%;
    top: 8px;
    margin-right: 14px;
}

.message-content p {
    color: #777676;
}

.message-content {
    margin-bottom: 50px;
}


/*-----*/
.pc_group {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #ccc;
}

.btn.btn-primary.coupon-btn {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
}

.biz-form .form-group { position: relative; }
.biz-form .form-icon { position: absolute; left: 0; top: 10px; }

.checkout .kSBqeG { min-width: 100px; }







@media (max-width:991px) {
    .biz-form {
        width: 600px;
    }

    .pop-image {
        width: 240px;
        background-size: cover;
        height: 519px;
    }

  /*   .biz-form .contact-form input.form-control {
        width: 97%;
    } */

  /*   .biz-form .contact-form {
        padding-left: 31px;
    }
 */
    .popup-form {
        margin-top: 3px;
    }

    .message-box .adp_inner .ad_item {
        width: 148px;
    }
    .form_section .biz-form { width: 100%;overflow: hidden; }
    .signup_img { right: -83px; }

    .su_adp { padding-left: 0; }
    .su_adp h2 {  font-size: 28px;}
    .su_adp small { font-size: 18px;}
    .form_section { padding: 45px 0;}
    .fs_heading {  margin-bottom: 38px;}
    .su_video_section { padding: 59px 0; }



}

@media (max-width:767px) {
    .biz-overlay .closebtn {
        top: -8px;
        right: -10px;
    }
    .signup_img { right: -109px; opacity: .3; z-index: -1; }
    .form_section .biz-form { z-index: 1;}
    .form_section { padding: 45px 15px; }
    .signup_img { display: none; }
    .form_section button.btn.btn-warning.cmn-buttn.pac-buttn { margin: 15px auto; display: block; }
    .biz-form .contact-form { width: 100%;    padding: 40px;}

    .checkout-right-content { margin-top: 35px; }



}

@media (max-width:640px) {
    .biz-form {
        width: 427px;
    }
    .biz-form .contact-form {
        padding: 30px;
        width: 100%;
    }

    .biz-form h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }
}

@media (max-width:480px) {
    .biz-form {
        width: 365px;
    }

    .biz-form .contact-form {
        display: block;
        width: 100%;
    }

    button.btn.btn-warning.cmn-buttn.pac-buttn {
        margin-top: 10px;
    }

    /* button.btn.btn-warning.cmn-buttn.pac-buttn {
        padding: 15px 28px;
        max-width: auto;
        min-width: auto;
    } */
}

@media (max-width:400px) {
    .biz-form {
        width: 290px;
    }

    .biz-form .contact-form {
        padding: 15px;
    }

   /*  .biz-form .contact-form input.form-control {
        width: 97%;
        height: 32px;
    }
 */
    .form-group {
        margin-bottom: 10px;
    }

    .form-group.ph-box:after {
        bottom: -2px;
    }

    .message-box .adp_inner .ad_item {
        width: 127px;
    }

    .message-box .app_download_panel h4:before {
        margin-right: 5px;
    }

    .message-box .app_download_panel h4:after {
        margin-left: 5px;
    }

    .message-content {
        margin-bottom: 22px;
    }
    .biz-form .contact-form input.form-control.c-code { width: 36%;}
    .biz-form .contact-form input.form-control.ph-number { width: 61%; padding-left: 15px;}
}




        /*//Cookie Style*/
        .js-cookie-consent {
            position: fixed;
            bottom: 0px;
            padding: 10px;
            text-align: center;
            width: 100%;
            margin: 0 auto;
            z-index: 9999;
            background-color: #e6374b;
            border-color: #fff;
            color: #000;
            border: solid 1px;
        }

        /*
        * Checkout design
        */
        .checkout {
            padding: 50px 0px;
        }

        .checkout .kSBqeG.icbgNz {
            padding: 35px 29px 50px;
            background: #fff;
            -webkit-box-shadow: 0px 10px 32px -1px rgb(0 0 0 / 22%);
            -moz-box-shadow: 0px 10px 32px -1px rgba(0, 0, 0, 0.22);
            box-shadow: 0px 10px 32px -1px rgb(0 0 0 / 22%);
            border-radius: 6px;
            width: 100%;
            height: auto;
            margin: 0px;
        }

        .checkout-right-content {
            padding-left: 30px;
        }

        .checkout p.BodyCopy-sc-1df4kpp-11.Type-sc-1vy0pke-3.jaScHY {
            text-align: left;
            font-family: Gilroy;
            font-weight: 1000;
            margin-bottom: 0px;
            color: #000;
            text-transform: uppercase;
            font-style: italic;
            line-height: normal;
            letter-spacing: 0.2px;
            font-size: 40px;
            padding: 0px 0px 8px;
        }

        .checkout span.Subtext-sc-1vy0pke-4.Strapline-sc-1vy0pke-5.evDygr {
            font-size: 20px;
            line-height: 0;
            display: inline-block;
            padding: 0;
            ;
        }

        .checkout .ibYzcK {
            color: inherit;
            font-style: normal;
            margin-bottom: 20px;
            font-size: 50px;
            line-height: 75px;
            font-weight: 600;
            padding: 10px 5px 0 0px;
            margin-bottom: 0;
            display: inline-block;
        }

        .checkout .Slash-sc-1vy0pke-8.eHZxiN {
            display: inline-block;
            font-size: 20px; color: #9b9b9b;
        }

        .checkout .jJEugH {
            color: inherit;
            font-weight: 400;
            font-style: normal;
            margin-bottom: 20px;
            font-size: 17px;
            line-height: 16px;
            margin-bottom: 0;
            text-transform: uppercase;
            font-weight: bold;
            margin-top: 48px;
        }

        .checkout .dUbPKM {
            margin-top: 0px;
        }

        .checkout span.Subtext-sc-1vy0pke-4.iuvElK {
            font-size: 20px;
            padding: 0px;
        }

        .checkout p.Subtext-p {
            font-size: 19px;
            line-height: normal;
            margin-top: 26px;
        }

        .checkout-left-content h3 {
            text-align: left;
            font-family: Gilroy;
            font-weight: 1000;
            margin-bottom: 0px;
            color: #000;
            text-transform: uppercase;
            font-style: italic;
            line-height: 19px;
            letter-spacing: 0.2px;
            font-size: 21px;
            margin-top: 5px;
        }

        .checkout-left-content small {
            display: block;
            font-size: 16px;
            color: #000;
            font-family: Gilroy, sans-serif;
            font-weight: bold;
        }

        .plan-details-content {
            margin: 7px 0px 18px;
            background: #ffecee;
            padding: 16px 16px 6px;
            border: 1px solid #fddce0;
            border-radius: 5px;
        }

        .copun-content {
            background: #fff;
            padding: 35px 25px;
            text-align: center;
            -webkit-box-shadow: 0px 10px 32px -1px rgba(0, 0, 0, 0.08);
            -moz-box-shadow: 0px 10px 32px -1px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 10px 32px -1px rgba(0, 0, 0, 0.08);
            border-radius: 6px;
        }

        .copun-content h4 {
            font-size: 16px;
            color: #000;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.4px;
            display: block;
            text-align: left;
        }

        .copun-content strong {
            font-size: 21px;
            display: block;
            font-family: Gilroy;
            font-weight: 600;
            color: #e4364e;
        }

        .copun-content .form-group {
            margin-bottom: 0;
            display: inline-block;
            float: none;
            vertical-align: middle;
            width: 100%;
            position: relative;
        }

        .copun-content input.form-control {
            height: 45px;
            border: 1px solid #e8e8e8;
            box-shadow: none;
            border-radius: 0;
            color: #000;
            padding-left: 30px;
        }

        .copun-content .btn-primary {
            color: #fff;
            background-color: #e6374b;
            border-color: #2e6da4;
            border: 0;
            height: 45px;
            border-radius: 0;
            font-size: 16px;
            letter-spacing: 1px;
            font-weight: 500;
            margin-left: -10px;
            outline: none;
            text-align: center;
            padding-right: 6px;
        }

        .copun-content .btn-primary:hover {
            background: #000;
        }

        form.copuncode {
            margin-top: 20px;
        }

        .card-details-content {
            background: #f6f6f6;
            padding: 20px;
            margin-top: 28px;
        }

        .card-details-content strong {
            font-size: 16px;
            color: #000;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.4px;
            display: block;
            text-align: left;
        }

        .securatiy-details-content {
            padding: 38px 15px 0px;
            text-align: center;
            margin-bottom: 15px;
        }

        .securatiy-details-content strong {
            font-size: 16px;
            color: #000;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.4px;
            margin-right: 20px;
        }

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

        strong.confirm-content {
            display: block;
            float: none;
            vertical-align: middle;
            font-size: 14px;
            text-transform: uppercase;
            margin-right: 10px;
            padding-bottom: 8px;
            color: #000;
        }

        span.price {
            font-size: 20px;
            margin-left: 6px;
        }

        .confirm-content .haTJoy {
            display: inline-block;
            padding: 0 30px;
            border-radius: 60px;
            text-align: center;
            text-transform: uppercase;
            font-weight: 600;
            background: #000;
        }

        .confirm-content .haTJoy .jss8 {
            width: 100%;
            display: block;
            font-size: 14px;
            align-items: inherit;
            letter-spacing: 1px;
            color: #fff;
        }

        span.text-danger.coupon-error {
            position: absolute;
            left: 0;
        }

        .loader-circle {
            width: 80px;
            height: 80px;
            border: 15px solid;
            border-color: #fff #e6374b;
            border-radius: 50%;
            animation: spin 1.5s infinite;
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }


        .checkout-left-content {
            text-align: left;
            margin-bottom: 24px;
        }

        @media (max-width:1199px) {

            /********checkout-page********/
            /* .copun-content {
                padding: 82px 25px;
            } */
        }

        @media (max-width:1024px) {
            .checkout-right-content {
                padding-left: 0;
            }

            .checkout p.BodyCopy-sc-1df4kpp-11.Type-sc-1vy0pke-3.jaScHY {
                font-size: 26px;
                position: relative;
                top: initial;
            }

            .checkout span.Subtext-sc-1vy0pke-4.Strapline-sc-1vy0pke-5.evDygr {
                font-size: 17px;
                line-height: initial;
            }

            .plan_page_section .kSBqeG .jaScHY{
                padding: 10px 5px 0 25px;
                position: absolute;
                color: #111111;
                top: 0;
            }
        }

        @media (max-width: 767px) {
            .checkout-page .app_download_panel {
                position: fixed;
                bottom: 0;
                right: -130px;
                top: 0;
                left: auto;
                transform: rotate(-90deg);
                display: flex;
                height: 50px;
            }
        }

        @media (max-width:480px) {
            /* .copun-content .form-group {
                width: 100%;
                margin-bottom: 10px;
            }
 */
            /* .copun-content .btn-primary {
                margin-left: 0;
                width: 100%;
            } */

            .copun-content {
                padding: 30px 15px;
                margin: 20px 0px;
            }

            .card-details-content strong {
                font-size: 15px;
            }

            .securatiy-details-content img {
                width: 100%;
            }

            .securatiy-details-content {
                padding: 21px 15px 0px;
                margin-bottom: 15px;
            }

            .checkout span.Subtext-sc-1vy0pke-4.iuvElK {
                padding: 0;
            }
            .copun-content input.form-control { padding-left: 15px;}
            .checkout { padding: 38px 0px 26px; }
        }
        .success-message {
            color: red;
            font-size: 18px;
            text-align: center;
            margin-top: 20px;
        }

        .pop-content-complete {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 30px 0px;
        }

        span.check.text-danger {
            background-color: #e6374b;
        }

        span.check.text-danger i {
            color: #c5c5c5;
        }






