/* cyrillic-ext */
@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/oY1l8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckUWHllELWNN-8tr.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/oY1l8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckUWF1lELWNN-8tr.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/oY1l8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckUWEFlELWNN-8tr.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/oY1l8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckUWHFlELWNN-8tr.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/oY1l8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckUWHVlELWNN-8tr.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/oY1l8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckUWE1lELWNN-w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --secondary: #000000;
    --light: #f6f6f6;
    --mainfont: #122F4D;
    --secondaryfont: #393933;
    --lightfont: #7F7F7F;
    --highlight: #FAC916;
    --blue: #0081E6;
    --banner: #31C5B1;
    --menuhover: #EEF2F5;
    --hover: #DBE3E9;
    --border1: #707070;
    --border2: #CDD9E3;
    --light2: #F5F7F8;
    --shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    --hbInfoColor: #ffffff;
    --hbInfoBroderClr: #ff3b3f;
    --hbBtnTxtClr: #ffffff;
    --hbBtnTxtUpClr: #122F4D;
    --hbBtnStroke: #ffffff;
    --hbBtnBgClr: transparent;
    --hbBtnBgUpClr: #ffffff;
    --borderlight: #a09e9e;
    --qLinkColumns: 3;
    --fontlight2:#87878b
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    background: #ebeff2;
    color: var(--secondary);
    overflow-x:hidden
}

.mobmenu {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    z-index: 9999;
    left: -100%;
    max-width:30%
}

.mobmenu .cls-menu {
    position: absolute;
    right: 30px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    font-size: 24px;
    cursor:pointer
}

a {
    text-decoration: none;
    color:var(--mainfont)
}

ul {
    list-style:none
}

.container {
    width: 100%;
    margin: auto;
    position:relative
}

.doller .nav-link {
    position: relative;
    display:block
}

.headerLogo {
    display: block;
    line-height:1
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    z-index: 9999;
    -webkit-box-shadow: 0 4.37237px 54.6547px rgba(0, 0, 0, .09);
    box-shadow:0 4.37237px 54.6547px rgba(0, 0, 0, .09)
}

header .logo-wrap {
    width: 228px;
    display: inline-block;
    padding: 5px 10px 5px 34px;
    position: relative;
    vertical-align:middle
}

header .logo-wrap img {
    width:100%
}

header .header-wrap {
    position: relative;
    padding: 18px 0;
    -webkit-transition: all .2s;
    transition:all .2s
}

.mob-menu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 99;
    cursor:pointer
}

.mobmenu {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    background: #122f4d;
    z-index: 9999;
    left: -100%;
    padding-bottom: 50px;
    top: 0;
    -webkit-box-shadow: 1px 0 2px #ccc;
    box-shadow: 1px 0 2px #ccc;
    -webkit-transition: all .2s;
    transition: all .2s;
    max-width: 30%;
    padding:80px 20px 30px
}

.mobmenu nav {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    height: calc(100vh - 40px);
    overflow:auto
}

.mobmenu nav::-webkit-scrollbar {
    width: 6px;
    display:none
}

.mobmenu nav > * {
    max-height: calc(100% - 60px);
    overflow: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding:10px 0
}

body.show .wrapit-wrap {
    width: 100%;
    overflow:hidden
}

body.show .mobmenu {
    left:0
}

body.show header {
    position: fixed;
    z-index: 999;
    top:0
}

body.show .wrapit-wrap {
    width: 100%;
    margin-left:0
}

.mobmenu {
    -webkit-box-shadow: 1px 0 2px #ccc;
    box-shadow:1px 0 2px #ccc
}

.mobmenu nav {
    width: 100%;
    display: block;
    vertical-align: top;
    height:calc(100vh - 40px)
}

.mobmenu nav > * {
    max-height: calc(100% - 60px);
    overflow:auto
}

.mobmenu nav > ::-webkit-scrollbar {
    display:none
}

main {
    width: 100%;
    margin: auto;
    min-height:50vh
}

h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}

main h2 span {
    vertical-align:middle
}

main h1 {
    margin-bottom:20px
}

main h2 {
    margin-bottom:20px
}
main h2, main h3 {
    font-family:'Geologica', sans-serif;
    color: #b5e800;
}

.btn1 {
    text-transform:uppercase
}

.btn1 {
    text-transform: uppercase;
    min-width: 180px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    background: #49c87c;
    padding: 15px;
    font-size:14px
}

.mobmenu .cls-menu {
    position: absolute;
    color: #fff;
    top: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgba(248, 248, 248, .12);
    text-align: center;
    line-height: 39px;
    font-size: 24px;
    cursor:pointer
}

figure {
    line-height:0
}

figure img {
    max-width:100%
}

@media only screen and (min-width: 1024px) {

    .col-12 {
        width:100%
    }
}

.btn1 {
    text-transform: uppercase;
    padding: 13px;
    border-radius: 30px;
    font-size: 18px;
    line-height:1
}

@media only screen and (max-width: 480px) {

    body {
        padding-top:71px
    }

    .container {
        padding:0
    }

    .btn1 {
        font-size: 18px;
        line-height: 22px;
        padding:9px
    }

    main h1 {
        padding-left: 0;
        position:relative
    }

    .mob-menu {
        height: 20px;
        width: 25px;
        top:20px
    }

    main h2 span {
        display: inline-block;
        vertical-align: middle;
        width:calc(100% - 50px)
    }

    main h2 {
        position: relative;
        margin-bottom:20px
    }

    .innercontainer {
        padding:0 10px 0
    }

    .btn1.join-now {
        font-size: 16px;
        min-width: 94px;
        padding:5px
    }

    header .logo-wrap {
        width: 200px;
        padding:5px 29px
    }

    header .header-wrap {
        padding:13px 0
    }

    .innercontainer {
        padding:0 10px !important
    }

    body.show .mobmenu {
        width:100%
    }

    .mobmenu {
        max-width: 100%;
        padding:80px 20px 30px
    }

    .home main h1 {
        padding: 15px 10px 0;
        font-size:30px
    }
}

@media only screen and (max-width: 767px) {
    body {
        padding-top:83px
    }
}

h3 {
    font-size: 20px;
    line-height: 1.15;
    font-weight:500
}

body .btn1 {
    background:#03a87c
}

.btn1 {
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 180px;
    padding: 13px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height:1
}

main h1 {
    color:#000
}

body h3 {
    font-weight:600
}

html body {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    padding-top: 57.43px !important;
    background-color:#fff !important;
}

body header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between
}

/* header {
    height:62px
} */

body header .logo-wrap {
    margin:-4px 0 0 0
}

body header .logo-wrap img {
    width: 180px;
    margin:10px 0 0
}

@media only screen and (max-width: 480px) {
    body header .logo-wrap img {
        width: 220px;
        margin:0
    }
}

body header .header-wrap {
    padding:9px 0
}

body .doller .nav-link {
    width: auto;
    height:auto
}

body .doller.mob-menu a img {
    width: 20px;
    height:17px
}

body .btn1.join-now {
    font-weight: 600;
    font-size: 16px;
    padding: 8px 5px;
    line-height: 18px;
    width: 60px;
    height: 34px;
    min-width: auto;
    border-radius: 6px;
    background: #03a87c;
    text-transform: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align:center
}

.btn1 {
    text-align: center;
    color: #fff;
    cursor:pointer
}

body.show .mobmenu {
    top:62px
}

body .mobmenu {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    padding: 0 0 30px;
    top: 62px;
    -webkit-transition: all .5s;
    transition:all .5s
}

body.show {
    overflow:hidden
}

body .sideMenuCloseIcon {
    display:none
}

body.show .sideMenuCloseIcon {
    display: block;
    position: absolute;
    top: 21px;
    z-index: 99999;
    width: 21px;
    height: 21px;
    background: #fff;
    left:10px
}

.footerSecMain {
    background: #ecedef;
    -webkit-box-shadow: inset 0 1px 0 #d1d3d9;
    box-shadow: inset 0 1px 0 #d1d3d9;
    padding: 30px 15px 30px;
    position:relative
}

.footerSecMain .copy {
    margin-top:24px
}

.footerSecMain .copy span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* color: #6e7685; */
    display:block
}

body .innercontainer {
    padding:0 !important
}

body main .container {
    background: #f0f1f2;
    max-width:1100px
}

body.home main .container {
    max-width: none;
    background-color:#fff
}

body main h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color:#b5e800
}

@media only screen and (min-width: 1025px) {

    body header .logo-wrap {
        padding:0
    }

    body header .header-wrap {
        padding:0
    }
}

@media only screen and (max-width: 480px) {

    body .mob-menu {
        display: block;
        height: 100%;
        width: 40px;
        top: 20px;
        /*left:-10px*/
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body main .container {
        max-width:750px
    }
}

@media (min-width: 992px) {

    body .mobmenu {
        padding-top:80px
    }

    body.show .mobmenu {
        top:0
    }

    header .logo-wrap img {
        width:100%
    }

    body {
        padding-top:68.43px !important
    }

    /* header {
        height:68px
    } */

    body .mob-menu {
        top:60%
    }

    body .btn1.join-now {
        min-width: 75px;
        width: auto;
        height: 40px;
        font-size: 17px;
        line-height: 19px;
        padding:11px 5px
    }

    body .doller .nav-link {
        width: auto;
        height:auto
    }

    body .doller.mob-menu a img {
        width: 20px;
        height:17px
    }

    body .mobmenu .cls-menu {
        display:block
    }

    body.show .sideMenuCloseIcon {
        display:none
    }

    body .footerSecMain {
        padding:51px 15px 60px
    }

    .footerSecMain .copy span {
        line-height:18px
    }

    body.show {
        overflow:visible
    }

    body main h2 {
        font-size: 26px;
        line-height:30px
    }
}


       
@media only screen and (max-width: 1024px) {

    body .mob-menu {
        display: block;
        height: 100%;
        width: 40px;
        top: 25px;
        left:-10px
    }


    body .doller .nav-link {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content:center
    }
}

@media (max-width:1024px) {
    body .footerSecMain {
        padding-bottom:80px;
    } 
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    body main .container {
        max-width:980px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    body.show .sideMenuCloseIcon {
        top: 15px;
        left:15px
    }
}

.radioGroup [type=radio]:not(:checked) {
    position: absolute;
    left:-9999px
}

.radioGroup [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color:#000
}

.radioGroup [type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #d1d3d9;
    border-radius: 100%;
    background:#fff
}

.radioGroup [type=radio]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #03a87c;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition:all .2s ease
}

.boxmainSF .radioGroup [type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform:scale(0)
}

body .btn1 {
    background:#03a87c
}

body .btn1:hover {
    background:#0ec595
}

a[target=_blank] {
    font-weight:600
}

/* body a[target=_blank] {
    color:#4678f9
} */

:root {
    --color-blue: #dfe5f6;
    --color-green: #e5f6df;
    --color-lilac: #e5dff6;
    --color-purple: #c5b7ec;
    --color-shadow-light: rgba(186, 172, 191, 0.35);
    --color-shadow-dark: transparent;
    --color-white: #ffffff;
    --color-petrol: #000809;
    --color-pink: #ebd4f3;
    --color-yellow: #f6f0df;
    --font-fam-primary: 'Geologica', sans-serif;
    --shadow-before: 10px 10px 0px 0px;
    --shadow-after:5px 5px 0px 0px
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:0
}

body {
    font-family:'Geologica', sans-serif;
}

button {
    outline: 0;
    background: 0 0;
    border: 0;
    cursor:pointer
}

@media only screen and (max-width: 480px) {

    body header .header-wrap {
        padding:11px 0
    }

    body header .logo-wrap {
        margin:0
    }

    body .mob-menu {
        top:21px
    }
}

body header .header-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content:flex-start
}

@media only screen and (max-width: 768px) {

    body header .header-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content:space-between
    }
}

.radioBtnSecAB .radioGroupAwd [type=radio]:not(:checked) {
    position: absolute;
    left:-9999px
}

.radioBtnSecAB .radioGroupAwd [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color:#000
}

.radioBtnSecAB .radioGroupAwd [type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    border: 1px solid #d1d3d9;
    border-radius: 100%;
    background:#fff
}

.radioBtnSecAB .radioGroupAwd [type=radio]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #03a87c;
    position: absolute;
    top: 0;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition:all .2s ease
}

.radioBtnSecAB .radioGroupAwd [type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform:scale(0)
}

@media (max-width: 768px) {

    .radioBtnSecAB .radioGroupAwd [type=radio]:not(:checked) + label {
        height: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items:center
    }

    .radioBtnSecAB .radioGroupAwd [type=radio]:not(:checked) + label:before {
        top:9px
    }

    .radioBtnSecAB .radioGroupAwd [type=radio]:not(:checked) + label:after {
        top:12px
    }
}

@media (min-width: 1024px) {
    .headerLogo {
        padding-left:30px
    }

    .mobmenu .cls-menu {
        right:10px
    }
}

body.show .mobmenu {
    background: #1b243a;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .15);
    box-shadow:4px 4px 4px rgba(0, 0, 0, .15)
}

.mobmenu .cls-menu {
    background:0 0
}

img {
    max-width:100%
}

@media (min-width: 992px) {
    body header .header-wrap {
        width:100%
    }
}

:root {
    --siteBgColor: #008FF9;
    --containerBg: #E5E5E5;
    --headerSecBgColor: #1B243A;
    --allContentColor: #000000;
    --ribbonBgColor: #709727;
    --rankGreyBgColor: #D1D3D9;
    --tcTextColor: #6E7685;
    --siteHoverBgColor: #1db1cf;
    --whiteColor: #ffffff;
    --bannerBgColor: #12192C;
    --mainMenuBgColor: rgb(255, 255, 255, 0.1);
    --footerBgColor: #0D1320;
    --copyRightTextColor: #9EA1A5;
    --bodygrycolor:#EBEAE8
}

html body {
    font-weight: 400;
    background:var(--bodygrycolor)
}

body {
    font-size: 16px;
    color:var(--allContentColor)
}

header {
    background:var(--headerSecBgColor)
}

body header .header-wrap {
    padding:7px 0
}

body header .logo-wrap {
    margin:0
}

body.show .sideMenuCloseIcon {
    top: 23px;
    left: 9px;
    width:23px
}

body header .logo-wrap img {
    width: 121.65px;
    margin-top:0
}

body.show .sideMenuCloseIcon {
    background:var(--headerSecBgColor)
}

body .btn1.join-now {
    background: var(--siteBgColor);
    font-weight: 700;
    border-radius:6px
}

body .btn1 {
    background:var(--siteBgColor)
}

body .btn1:hover {
    background:var(--siteHoverBgColor)
}

a[target=_blank] {
    font-weight:600
}

.footerSecMain {
    background:#2d2d2d;
    background-image: url(../images/dots-pattern.webp);
}

/* .footerSecMain .copy span {
    color:var(--copyRightTextColor)
} */

body main .container {
    background:var(--bodygrycolor)
}

@media only screen and (max-width: 480px) {

    body header .logo-wrap img {
        width:91px
    }
}

body header .header-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between
}

@media (min-width: 992px) {

    body header .logo-wrap img {
        width: 100px;
        margin:0
    }

    body header .header-wrap {
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content:flex-start
    }

    body header .logo-wrap {
        margin:0
    }
}

@media only screen and (max-width: 1024px) {
    body .mob-menu {
        top:25px
    }
}

body.show .mobmenu {
    background:#111111;
}

@media only screen and (max-width: 480px) {

    main h2 span {
        width:auto
    }
}

.outerDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin:0 0 0 auto;    
    gap: 1rem;
}

body .outerDiv .btn1.join-now {
    position: relative;
    -webkit-transform: none;
    transform: none;
    width: auto;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display:block
}

@media only screen and (max-width: 992px) {
    body .mobmenu .cls-menu {
           display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    body header .logo-wrap img {
        margin:0
    }
}

@media (min-width: 992px) {

    body .btn1.join-now {
        padding-left: 10px;
        padding-right:10px
    }
}

.wp-block-image {
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    header {
        background: #1B243A;
    }
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0!important;
    }
}
/* == custom == */
    .h-100{height:100%;}
    ul,ol{padding-left: 40px;}
    .text-white{color: #fff;}
    .text-center{text-align: center;}
    .px-0 {padding-left: 0!important;}
    .px-0 {padding-right: 0!important;}
    .py-5 {padding-bottom: 3rem!important;}
    .py-5 {padding-top: 3rem!important;}
    .p-3{padding: 1rem!important;}
    .px-5 {padding-left: 3rem!important;}
    .px-5 {padding-right: 3rem!important;}
    .mx-0 {margin-left: 0!important;}
    .mx-0 {margin-right: 0!important;}
    .mb-3 {margin-bottom: 1rem!important;}
    .mb-4 {margin-bottom: 1.5rem!important;}
    .mb-5 {margin-bottom: 3rem!important;}
    .w-100{width: 100% !important;}
    .justify-content-center{-ms-flex-pack: center!important;justify-content: center!important;}
    .has-text-align-center{text-align: center;}
    /* greed */
        html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}
        .c_container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;position: relative;/*overflow: hidden;*/}
        @media (min-width:576px){.c_container{max-width:540px}}
        @media (min-width:768px){.c_container{max-width:720px}.mr-md-3{margin-right: 1rem!important;}}
        @media (min-width:992px){
            .c_container{max-width:960px}.page_hero_title{font-size: 49px !important;}.text-lg-left{text-align: left;}.page_hero_text{font-size: 20px;line-height: 28px;}.px-lg-0 {padding-left: 0!important;}}
        @media (min-width:1200px){.main_menu_wrapper{display: block!important;}.c_container{max-width:1240px}.mr-xl-5 {margin-right: 3rem!important;}.mob-menu{display:none!important;}}
        .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}
        .col,.col-12,.col-lg-5,.col-lg-6,.col-lg-7,.col-md-4,.col-md-6,.col-md-8,.col-xl-6{position:relative;width:100%;padding-right:15px;padding-left:15px}
        .col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:768px){.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}}@media (min-width:992px){.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}}@media (min-width:1200px){.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.d-flex{display:-ms-flexbox!important;display:flex!important}@media (min-width:992px){.d-lg-block{display:block!important}}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}
    
    .page_wrapper{background-color: #111111;}  

    .page_hero_wrapper{
    	background: url(../images/bg-hero.webp), radial-gradient(27.2% 90.5% at 70.86% 60%, #2465bf00 0, #0d297d70 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    }
    @media (max-width:600px) {
    	.page_hero_wrapper{
    	background-image: url(../images/bg-hero-mob.webp), radial-gradient(27.2% 90.5% at 70.86% 60%, #2465bf00 0, #0d297d70 100%);
        background-position: top;
    }
    }
    .page_hero_title{font-size: 32px;}
    .hero_btn{display: block;background-color: #111111;padding: 14px 15px;border-radius:0;width: 100%;max-width: 400px;justify-content: space-between;border: 1px solid #b5e800;}
    .hero_btn span{display: block;}
    .hero_btn img{width: 48px;height: 48px;}
    .hero_img img {
    width: 100%;
    height: auto;
    object-fit: scale-down;}
    @media (max-width: 991px) {
        .hero_img { display: none !important; }
    }
    .rightArrowWIcon {background-color: #b5e800;border-radius: 30px;height: 48px;width: 48px;min-width: 40px;/*padding: 12px 16px 16px 17px;*/}
    span.rightArrowWIcon {display: flex;justify-content: center; align-items: center;}
    .rightArrowWIcon img {height: 16px; width: 16px;}
    span.link_text{font-size: 20px;line-height: 22px;color: #b5e800;margin-left: 15px;font-weight:bold;}
    .page_content p{margin-bottom:30px;}
    .page_content h2{font-size: 30px;line-height: 32px;font-weight: 700;margin-top:20px}
    .page_content h3{font-size: 24px;font-weight: 700;margin: 0;line-height: 25px;}
    .page_content h2,.page_content h3{display: block;}
    .page_content img{max-width: 100%;height: auto;}

    .page_content table{}
    .wp-block-table > table > thead > tr th {
        font-size: 20px;background-color:#b5e800;color: #111111;font-weight: 400;
    }
    /* .wp-block-column{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} */
    /* text-blocks */
    .text_block_img{border-radius:10px;}
    .text_block_wrapper p{margin-bottom: 20px;}
    .text_block_btn{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 18px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;        
        width: 260px;
        height: 50px;        
        font-size: 20px;
        line-height: 22px;
        color: #fff;
        text-shadow: 1px 1px #09104166;
        background: linear-gradient(360deg, #097500 -5.83%, #77d400 100%);
        border-image: linear-gradient(90deg, #a3d000 24%, #fff 48% 50%, #fff 52%, #a3d000 82%) 8 / 2px;
        position: relative;
        box-shadow: 4px 4px #0006, inset 0 1px #ffffff40; 
        text-transform: uppercase;  
    }

    /* footer */
    .footer_widget_1 > .wp-block-image{margin-bottom: 45px;}
    .footer_widget_2{}
    /* .footer_widget_2 div > ul:after{content: '';display: block;width: 100%;clear: both;border-bottom: 1px solid #d1d3d9;padding-top: 32px;} */
    .footer_widget_2 div > ul{padding-left: 0;list-style: none;}
    .footer_widget_2 div > ul > li{float: left;margin-left:20px;margin-right:20px;margin-bottom: 10px;margin-top: 10px;}
    .footer_widget_2 div > ul > li > a{color: #fff;font-weight: 600;}
    .lang_wrapper{display: flex;justify-content: end;}

/* Accordion */
    .accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    }
    .accordion:hover {}
    .acc_marker{
        display:block;
        height: 20px;
        width: 20px;
        /* background: #a4343a; */
        margin-right: 10px;position: relative;
    }
    .cart-faq-answer{margin-left: 49px;padding-top: .5rem;padding-bottom: .5rem;}
    .acc_marker_1,.acc_marker_2{display: block;position: absolute;top:10px;height: 3px;background: #000;width: 20px;border-radius: 4px;transition: .4s;}
    .w3-hide{height: 0;overflow: hidden;transition: 0.4s;}   
    .w3-show{height: auto;} 

/* MAIN-MENU */
header{height: 62px;}
.main_menu_wrapper{display: none;}
.main_menu_wrapper > div > ul{display: flex;align-items: center;padding-left: 0;} 
.main_menu_wrapper > div > ul > li{    
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin-left: 6px;
    padding: 10px;text-align: center;
}

.main_menu_wrapper > div > ul > li:hover{background:transparent;}
.main_menu_wrapper > div > ul > li > a > img {margin-bottom: 0.3rem;display: block; margin-left: auto; margin-right: auto;}
.main_menu_wrapper li > a{color: #fff;line-height:1;font-size: 14px;font-weight: 700;text-transform: uppercase;}
.main_menu_wrapper li > a:hover {color: #b5e800;}

/* MOBILE MENU */
.mobole_menu_wrapper{}
.mobole_menu_wrapper > div > ul{padding: 0;}
.mobole_menu_wrapper > div > ul > li{border-bottom: 1px solid #b5e80038;}

.mobole_menu_wrapper > div > ul > li > a{padding: 15px 0;display: flex;margin-left: 10px;}
.mobole_menu_wrapper li > a{color:#fff;font-size: 16px;font-weight: 600;}

.wp-block-button {
    margin: 45px 0;
    display: block;
}

.footer_fixed {color:#ffffff!important; z-index: 999999; width: 100%;height: 61px; color: #fff;
    text-shadow: 1px 1px #09104166;
    background: linear-gradient(360deg, #097500 -5.83%, #77d400 100%);
    border-image: linear-gradient(90deg, #a3d000 24%, #fff 48% 50%, #fff 52%, #a3d000 82%) 8 / 2px;
    position: relative;
    box-shadow: 4px 4px #0006, inset 0 1px #ffffff40;
    text-align: center; /*padding-top: 9px;*/ bottom: 0; right: 0;}
.footer_fixed a {color:#ffffff!important;display: block;width: 100%;text-align: center;margin: 0;padding-top: 9px;height: 45px;}

.footer_fixed {
    height: 45px;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #008ff9;
    z-index: 55;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    position: relative;
    overflow-x: hidden;
}
.footer_fixed .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg); 
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; 
}
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.footer_fixed .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; 
}
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
}
}
.wp-block-button__link{
    display: block;
    text-align: center;
}

.home main>:not(.topsec) h1{
    display: inline-block;
    padding-bottom:16px;
    font-size:45px;
    font-family:'Geologica', sans-serif;    
    color: #b5e800;
    text-transform: uppercase;  
}
.home main>:not(.topsec) h1.text-white {
    color: #fff;
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    h2{
        font-size:20px;
    }
    h3{
        font-size:16px;
        line-height:1.3
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .home main{
        padding-top:5px
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:767px){
    body{
        padding-top:83px
    }
}
@media only screen and (max-width:480px){
    main h2 span{
        display:inline-block;
        vertical-align:middle;
        width:calc(100% - 50px)
    }
    .home main h1, .home main>:not(.topsec) h1 {
        padding:15px 10px 0;
        font-size:30px
    }
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    main h2{
        position:relative;
        margin-bottom:25px
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    h2{
        font-size:20px
    }
    h3{
        font-size:16px;
        line-height:1.3
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:480px){
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    main h2 span{
        display:inline-block;
        vertical-align:middle;
        width:calc(100% - 50px)
    }
    main h2{
        position:relative;
        margin-bottom:25px
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
    h2{
        font-size:23px
    }
    h1{
        font-size:26px
    }
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:480px){
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    main h2 span{
        display:inline-block;
        vertical-align:middle;
        width:calc(100% - 50px)
    }
    main h2{
        position:relative;
        margin-bottom:25px
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
    h2{
        font-size:23px
    }
    h1{
        font-size:26px
    }
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    h2{
        font-size:20px
    }
    h3{
        font-size:16px;
        line-height:1.3
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:480px){
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    main h2 span{
        display:inline-block;
        vertical-align:middle;
        width:calc(100% - 50px)
    }
    main h2{
        position:relative;
        margin-bottom:25px
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
}
@media only screen and (max-width:1166px){
    .container{
        padding:0
    }
    .innercontainer{
        padding:0 15px
    }
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    h2{
        font-size:20px
    }
    h3{
        font-size:16px;
        line-height:1.3
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:767px){
    body{
        padding-top:83px
    }
}
@media only screen and (max-width:480px){
    h2{
        font-size:23px
    }
    h1{
        font-size:26px
    }
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    main h2 span{
        display:inline-block;
        vertical-align:middle;
        width:calc(100% - 50px)
    }
    main h2{
        position:relative;
        margin-bottom:25px
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
}
@media only screen and (max-width:1166px){
    .container{
        padding:0
    }
    .innercontainer{
        padding:0 15px
    }
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    h3{
        font-size:16px;
        line-height:1.3
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:767px){
    body{
        padding-top:83px
    }
}
@media only screen and (max-width:480px){
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    main h2 span{
        display:inline-block;
        vertical-align:middle;
        width:calc(100% - 50px)
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:767px){
    body{
        padding-top:83px
    }
}
@media only screen and (max-width:480px){
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
    h1{
        font-size:26px
    }
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    h2{
        font-size:20px
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:480px){
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    main h2 span{
        display:inline-block;
        vertical-align:middle;
        width:calc(100% - 50px)
    }
    main h2{
        position:relative;
        margin-bottom:25px
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    h2{
        font-size:20px
    }
    h3{
        font-size:16px;
        line-height:1.3
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:767px){
    body{
        padding-top:83px
    }
}
@media only screen and (max-width:480px){
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    main h2 span{
        display:inline-block;
        vertical-align:middle;
        width:calc(100% - 50px)
    }
    main h2{
        position:relative;
        margin-bottom:25px
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
    h2{
        font-size:23px
    }
    h1{
        font-size:26px
    }
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    h2{
        font-size:20px
    }
    h3{
        font-size:16px;
        line-height:1.3
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:767px){
    body{
        padding-top:83px
    }
}
@media only screen and (max-width:480px){
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    main h2 span{
        display:inline-block;
        vertical-align:middle;
        width:calc(100% - 50px)
    }
    main h2{
        position:relative;
        margin-bottom:25px
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
    h2{
        font-size:23px
    }
    h1{
        font-size:26px
    }
}
main h2 span{
    vertical-align:middle
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    h2{
        font-size:20px
    }
    h3{
        font-size:16px;
        line-height:1.3
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:767px){
    body{
        padding-top:83px
    }
}
@media only screen and (max-width:480px){
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    main h2 span{
        display:inline-block;
        vertical-align:middle;
        width:calc(100% - 50px)
    }
    main h2{
        position:relative;
        margin-bottom:25px
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
    h2{
        font-size:23px
    }
    h1{
        font-size:26px
    }
}
@media only screen and (max-width:1024px){
    .innercontainer{
        padding:10px!important
    }
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    h2{
        font-size:20px
    }
    h3{
        font-size:16px;
        line-height:1.3
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:767px){
    body{
        padding-top:83px
    }
}
@media only screen and (max-width:480px){
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    main h2{
        position:relative;
        margin-bottom:25px
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
    h2{
        font-size:23px
    }
    h1{
        font-size:26px
    }
}
h1{
    font-size:36px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.01em;
    color:#000;
    margin-bottom:25px
}
h2{
    display:flex;
    align-items:center;
    font-size:26px;
    line-height:1.3;
    color:var(--mainfont);
    margin-bottom:20px;
    font-weight:800
}
h3{
    font-size:20px;
    line-height:1.15;
    font-weight:500
}
.btn1{
    text-transform:uppercase;
    min-width:180px;
    background:#49c87c;
    text-transform:uppercase;
    min-width:180px;
    text-align:center;
    display:inline-block;
    background:linear-gradient(to right bottom,#e7605c,#ed5759,#f34d56,#f94053,#ff3051);
    padding:13px;
    border-radius:30px;
    color:#fff;
    font-weight:700;
    font-size:18px;
    line-height:1
}
.innercontainer{
    padding:0
}
main{
    width:100%;
    margin:auto;
    min-height:50vh
}
main h1{
    margin-bottom:20px;
    color: #090909;
}
main h2{
    margin-bottom:20px
}
.btn1.join-now{
    position:absolute;
    top:50%;
    right:0;
    font-size:16px;
    min-width:100px;
    padding:10px 15px;
    transform:translateY(-50%);
    text-transform:uppercase
}
@media only screen and (max-width:1166px){
    .container{
        padding:0
    }
    .innercontainer{
        padding:0 15px
    }
}
@media only screen and (max-width:1024px){
    .innercontainer{
        padding:10px!important
    }
}
@media only screen and (max-width:1023px){
    h1{
        font-size:24px
    }
    h2{
        font-size:20px
    }
    h3{
        font-size:16px;
        line-height:1.3
    }
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:767px){
    body{
        padding-top:83px
    }
}
@media only screen and (max-width:480px){
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .btn1{
        font-size:18px;
        line-height:22px;
        padding:9px
    }
    main h1{
        padding-left:0;
        position:relative
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    main h2{
        position:relative;
        margin-bottom:25px
    }
    .btn1.join-now{
        font-size:16px;
        min-width:94px;
        padding:5px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .innercontainer{
        padding:0 10px!important
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
    h2{
        font-size:23px
    }
    h1{
        font-size:26px
    }
}
:root{
    --secondary:#fff;
    --light:#f6f6f6;
    --mainfont:#fff;
    --secondaryfont:#393933;
    --lightfont:#7F7F7F;
    --highlight:#FAC916;
    --blue:#0081E6;
    --banner:#31C5B1;
    --menuhover:#EEF2F5;
    --hover:#DBE3E9;
    --border1:#707070;
    --border2:#CDD9E3;
    --light2:#F5F7F8;
    --shadow:0 1px 3px rgba(0,0,0,0.15);
    --hbInfoColor:#ffffff;
    --hbInfoBroderClr:#ff3b3f;
    --hbBtnTxtClr:#ffffff;
    --hbBtnTxtUpClr:#fff;
    --hbBtnStroke:#ffffff;
    --hbBtnBgClr:transparent;
    --hbBtnBgUpClr:#ffffff;
    --borderlight:#a09e9e;
    --qLinkColumns:3;
    --fontlight2:#87878b
}
.doller .nav-link{
    position:relative;
    display:block;
    width:23px;
    height:20px
}
.headerLogo{
    display:block;
    line-height:1
}
.mobmenu .cls-menu{
    position:absolute;
    color:#fff;
    top:30px;
    right:30px;
    height:40px;
    width:40px;
    border-radius:50%;
    background:rgba(248,248,248,.12);
    text-align:center;
    line-height:39px;
    font-size:24px
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box
}
ul{
    list-style:none
}
a{
    text-decoration:none;
    color:var(--mainfont)
}
body{
    font-weight:400;
    font-size:18px;
    line-height:1.6;
    background:#ebeff2;
    color:var(--secondary);
    padding-top:92.43px;
    overflow-x:hidden
}
.container{
    max-width:1216px;
    width:100%;
    margin:auto;
    position:relative
}
header{
    width:100%;
    position:fixed;
    top:0;
    background:#111111;
    z-index:9999;
    box-shadow:0 4.37237px 54.6547px rgba(0,0,0,.09);
}
header .logo-wrap{
    width:300px;
    display:inline-block;
    padding:5px 40px;
    position:relative;
    vertical-align:middle
}
header .logo-wrap img{
    width:100%
}
header .header-wrap{
    position:relative;
    padding:18px 0
}
.mob-menu{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    z-index:99
}
.mobmenu{
    position:fixed;
    overflow-y:auto;
    width:100%;
    background:#122f4d;
    z-index:9999;
    left:-100%;
    top:0;
    box-shadow:1px 0 2px #ccc;
    max-width:30%;
    padding:80px 20px 30px;
    box-shadow:1px 0 2px #ccc
}
.mobmenu nav::-webkit-scrollbar{
    width:6px;
    display:none
}
.mobmenu nav>*{
    max-height:calc(100% - 60px);
    color:#fff;
    font-size:14px;
    font-weight:400;
    padding:10px 0;
    max-height:calc(100% - 60px);
    overflow:auto
}
.mobmenu nav{
    overflow:auto;
    width:100%;
    display:block;
    vertical-align:top;
    height:calc(100vh - 40px)
}
.mobmenu nav>::-webkit-scrollbar{
    display:none
}
@media only screen and (max-width:1166px){
    .container{
        padding:0
    }
}
@media only screen and (max-width:1023px){
    body{
        width:100%;
        overflow-x:hidden
    }
    .mobmenu nav{
        position:relative
    }
}
@media only screen and (max-width:767px){
    body{
        padding-top:83px
    }
}
@media only screen and (max-width:480px){
    body{
        padding-top:78px
    }
    .container{
        padding:0
    }
    .mob-menu{
        height:20px;
        width:25px;
        top:20px
    }
    header .logo-wrap{
        width:250px;
        padding:5px 29px
    }
    header .header-wrap{
        padding:13px 0
    }
    .mobmenu{
        max-width:100%;
        padding:80px 20px 30px
    }
}
@media only screen and (max-width:768px){
    .mobmenu{
        max-width:100%
    }
}
body header .header-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between
}
body header .logo-wrap{
    margin:-6px 0 0 0;
}
body header .logo-wrap img{
    width:177px;
}
body header .header-wrap{
    padding:17px 0;
}
body .doller .nav-link{
    width:20px;
    height:auto;
}
body .doller.mob-menu a img{
    width:20px;
    height:17px;
}
body .btn1.join-now{
    font-weight: 700;
    font-size: 16px;
    padding: 12px 20px;
    line-height: 16px;
    width: 80px;
    height: 40px;
    min-width: auto;
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px #09104166;
    background: linear-gradient(360deg, #097500 -5.83%, #77d400 100%);
    border-image: linear-gradient(90deg, #a3d000 24%, #fff 48% 50%, #fff 52%, #a3d000 82%) 8 / 2px;
    position: relative;
    box-shadow: 4px 4px #0006, inset 0 1px #ffffff40;
    text-decoration: none;
    text-transform: uppercase;
}
body .btn1.join-now.btn-secondary {
    /*background: #ff5050*/
}
body .btn1.join-now:after {
        content: "";
    height: 50%;
    width: calc(100% - 4px);
    background: linear-gradient(#fff3 0%, #ffffff14 100%);
    position: absolute;
    top: 2px;
    left: 2px;
}
body .btn1.join-now:hover, body .btn1.join-now.btn-secondary:hover {
    filter: brightness(1.1);
}
@media (min-width:992px){
    body .btn1.join-now{
        font-size:17px;
        line-height:19px;
    }
}
@media only screen and (min-width:1025px){
     body header .logo-wrap{
        padding:0;
    }
     body header .header-wrap{
        padding:0;
    }
}
body .sideMenuCloseIcon{
    display:none;
}
body.show .sideMenuCloseIcon{
    display:block;
    position:fixed;
    top:24px;
    z-index:99999;
    width:21px;
    height:21px;
    background:#111111;
    left:14px;
}
@media (min-width: 992px) {
body.show .sideMenuCloseIcon {
    display: none;
}
}
html body{
    padding-top:57.43px!important;
    font-family:'Geologica', sans-serif;
    background-color:#f0f1f2;
}
header .header-wrap{
    position:relative;
    padding:18px 0;
    -webkit-transition:all .2s;
    transition:all .2s;
}
body header .header-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
header .logo-wrap{
    width:228px;
    display:inline-block;
    padding:5px 10px 5px 34px;
    position:relative;
    vertical-align:middle;
}
body.home main .container{
    max-width:none;
    background-color:#fff;
}
@media (min-width:992px){
     header .logo-wrap{
        width:200px;
        padding:5px 29px;
    }
}

@media (max-width:420px) {
    body .btn1.join-now {
        padding: 10px;
    }
    header .logo-wrap {
        width: auto;
        padding: 0;
    }
}
body {font-family: 'Geologica', sans-serif;}
.wp-block-button__link{
    color: #fff;
    text-shadow: 1px 1px #09104166;
    background: linear-gradient(360deg, #097500 -5.83%, #77d400 100%);
    border-image: linear-gradient(90deg, #a3d000 24%, #fff 48% 50%, #fff 52%, #a3d000 82%) 8 / 2px;
    position: relative;
    box-shadow: 4px 4px #0006, inset 0 1px #ffffff40;
    text-transform: uppercase;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}
.foot_lang_wrapper{padding:0;background: #122f4d;border-radius:6px;position: relative;min-width: 150px;height: 41px}

                    .foot_current_lang{padding: 6px 16px;display: block;text-transform: uppercase;}

                    .foot_lang_list{padding-left: 0;border-radius:6px 6px 0 0 ;overflow: hidden;position: absolute;bottom:38px;z-index: 1;min-width: 150px;visibility: hidden;opacity: 0;transition: .2s ease-in;-webkit-transition: .2s ease-in;-o-transition: .2s ease-in;}
                    .foot_lang_show:hover > .foot_lang_list{visibility: visible;opacity: 1;}
                    .foot_lang_list li{background: #122f4d;padding: 6px 16px;transition: .2s ease-in;}
                    .foot_lang_list li:hover a{opacity: .8;}
                    .foot_lang_list li > a{color: #fff;display: flex;align-items: center;}
                    .foot_lang_list li > a > img{margin-right: 6px}
                    .foot_lang_list li > a > span{}


                    .lang-flag_ {
                        display: grid;
                        grid-template-columns: max-content 1fr;
                        grid-gap: 5px;
                        align-items: center;
                        justify-content: center;
                    }
                    .lang-flag_ i {
                        width: 16px;
                        height: 16px;
                        display: inline-block;
                        border-radius: 50%;
                    }
.wp-block-table {
        overflow-x: auto;
        overflow-y: hidden;
        font-size: 14px;
        max-width: 100%;
        width: 100%;
        overflow: auto;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .wp-block-table table {
        min-width: 100%;
        width: 100%;
        max-width: 900px;
        margin: auto;
        border: 1px solid var(--boderdark);
        border-radius: 3px;
        overflow: hidden;
        margin-top: 20px;
    }

    .wp-block-table table thead {
        background: #e1e2e5;
        font-weight: 700;
        border-top: 1px solid rgba(0, 0, 0, .15)
    }

    .wp-block-table table thead th {
        background: #fff;
        padding: 10px;
        font-size: 14px;
        font-weight: 700;
        border-top: none;
        line-height: 1.5;
        color: #333732;
        border: none;
        border-width: 0 1px 1px 0;
        border-bottom: 1px solid var(--bglight) !important;
        padding-bottom: 5px;
        display: table-cell
    }

    .wp-block-table table tr td {
        display: table-cell;
        text-align: left;
        padding: 10px;
        line-height: 1.5;
        font-size: 18px;
        border: none;
        border-right: 1px solid var(--boderdark)
    }

    .wp-block-table table tr:nth-child(odd) td {
        background: #272727;
    }
    .wp-block-table table tr:nth-child(even) td {
    background: #272727;
}

    .wp-block-table {
        line-height: 1.3!important;
        margin-bottom: 32px!important;
    }.wp-container-core-buttons-layout-9.wp-container-core-buttons-layout-9{justify-content:center;}

.up_button {
    bottom: 50px;
    cursor: pointer;
    height: 55px;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: opacity .5s ease-in-out;
    width: 55px;
    z-index: 1000;
    filter: drop-shadow(0 0 10px #006);
}

@media only screen and (max-width: 768px) {
    .up_button {
        bottom:50px;
        left: auto;
        margin-left: 0;
        right: 20px;
    }
}
.menu-image-title {
    margin-left: 5px;
}
.page_content ul {
    list-style: disc;
    padding-left: 40px;
}
.benefits {
    display: flex;
    justify-content: center;
    padding:0;
    margin: 30px auto;
    gap: 1rem;
}
.benefits .pros, .benefits .cons {
    width: 50%;
    padding: 10px;
    border-radius: 0;
    background-color: #272727;
}
.benefits .pros ul, .benefits .cons ul {
    list-style: none;
    margin-top: 20px;
    padding: 0 5px;
}
.benefits .pros ul li, .benefits .cons ul li {
    padding-left: 30px;
    padding-bottom: 7px;
    position: relative;
}
.benefits .pros ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "✔️";
    background: inherit;
} 
.benefits .cons ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "❌";
    background: inherit;
} 
.pros {
    border-top: 3px solid #16c60c;
}
#article-text .pros h3, #article-text .pros h2 {
    display: block;
    width: 100%!important;
    height: 50px;
    color: #16c60c;
    text-align: center;
    line-height: 50px;
    padding: 0;
    margin: 0;
}
.cons {
    border-top: 3px solid #f03a17;
}
#article-text .cons h3, #article-text .cons h2 {
    display: block;
    width: 100%!important;
    height: 50px;
    color: #f03a17;
    text-align: center;
    line-height: 50px;
    padding: 0;
    margin: 0;
}
@media screen and (max-width:800px) {
    .benefits {
        flex-direction: column;
    }
    .benefits .pros, .benefits .cons {
    width: 100%;
}
    .pros, .cons {
        border-radius: 6px;
    }
    #article-text .pros h3, #article-text .pros h2, #article-text .cons h3, #article-text .cons h2 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
}
.img-wrp {
    margin: 20px 0;
    text-align: center;
}
.img-wrp img {
    width:100%;
    max-width: 1080px;
    height: auto;
}

footer .footer-menu .footer-top .foot-logo, footer .footer-menu .footer-top .language-drop {
        display:block
    }
header .languageMain {
    position: absolute;
    right: 85px;
    top:20px
}
.languageTitleLD {
    font-size: 20px;
    line-height: 22px;
    color: #000;
    font-weight:700
}

.outerDiv .footer-menu .default.lang, .outerDiv .footer-menu .languagedefault.lang {
    display:inline-block
}

header .outerDiv .selectedLanguage {
    background:#122f4d;
    border: 1px solid rgb(0, 0, 0, .1);
    border-radius: 30px;
    text-transform:uppercase
}

header .outerDiv .selectedLanguage:focus-within {
    border:1px solid #008ff9
}

.outerDiv .selectedLanguage {
    padding:0 5px
}

.outerDiv .choose-lng, .outerDiv .selectedLanguage {
    width: 230px;
    background: #0b235a;
    border: none;
    padding: 3px;
    cursor: pointer;
    position: relative;
    display:inline-block
}

.outerDiv .footer-menu .default.lang .choose-lng span:first-child, .outerDiv .footer-menu .languagedefault.lang .selectedLanguage span:first-child {
    margin-right: 8px;
    color:var(--light2)
}

.outerDiv .footer-menu .default.lang .choose-lng span, .outerDiv .footer-menu .languagedefault.lang .selectedLanguage span {
    display: inline-block;
    vertical-align:middle
}

.outerDiv .footer-menu .languagedefault.lang .supp-langs label {
    color:#000
}

.outerDiv .footer-menu .default.lang .supp-langs label, .outerDiv .footer-menu .languagedefault.lang .supp-langs label {
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    margin-top: -2px;
    display: block;
    margin-left:2px
}

/*header .outerDiv .footer-menu .languagedefault.lang .supp-langs label:before {
    border-radius: 50%;
    border:1px solid #ccc
}

.outerDiv .footer-menu .default.lang .supp-langs label:before, .outerDiv .footer-menu .languagedefault.lang .supp-langs label:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-top: -3px;
    margin-right: -8px;
    border:1px solid #fff
}*/

.outerDiv .flag-GB:before {
    background-position:center -192px
}

header .outerDiv .languageMain .selectedLanguage::after {
    display: none;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    position: absolute;
    right: 9px;
    top: 9px;
    color: #000;
    font-size:16px
}

header .outerDiv .footer-menu .default.lang .supp-langs.show, header .outerDiv .footer-menu .default.lang .supp-langs > ul > li, header .outerDiv .footer-menu .languagedefault.lang .allLanguage.show, header .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li {
    border:none
}

.outerDiv .footer-menu .default.lang .supp-langs.show, .outerDiv .footer-menu .languagedefault.lang .allLanguage.show {
    display: block;
    border: 1px solid var(--fontlight);
    border-top: none;
    border-bottom:none
}

.outerDiv .footer-menu .default.lang .supp-langs, .outerDiv .footer-menu .languagedefault.lang .allLanguage {
    display: none;
    position: fixed;
    width: 96%;
    height: 500px;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:142px
}

.outerDiv .footer-menu .default.lang .supp-langs > ul, .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 30px 30px;
    font-size: 14px;
    max-height: 435px;
    overflow-y:auto
}

.outerDiv .footer-menu .default.lang .supp-langs > ul::-webkit-scrollbar-track, .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color:#f5f5f5
}

.outerDiv .footer-menu .default.lang .supp-langs > ul::-webkit-scrollbar, .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul::-webkit-scrollbar {
    width: 5px;
    background-color:#f5f5f5
}

.outerDiv .footer-menu .default.lang .supp-langs > ul::-webkit-scrollbar-thumb, .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul::-webkit-scrollbar-thumb {
    background-color:#3c3838
}

header .outerDiv .footer-menu .default.lang .supp-langs.show, header .outerDiv .footer-menu .default.lang .supp-langs > ul > li, header .outerDiv .footer-menu .languagedefault.lang .allLanguage.show, header .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li {
    border:none
}

.outerDiv .footer-menu .default.lang .supp-langs > ul > li, .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li {
    padding: 0;
    width: 200px;
    margin-left: 12px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    cursor: pointer;
    background: #fff;
    padding: 5px;
    line-height: normal;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius:30px
}

.outerDiv .footer-menu .default.lang .supp-langs > ul > li.active, .outerDiv .footer-menu .default.lang .supp-langs > ul > li:hover, .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li.active, .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li:hover {
    background: rgb(0, 143, 249, .1);
    color:#008ff9
}

header .outerDiv .footer-menu .languagedefault.lang .allLanguage ul li:before {
    border-radius:50%
}

.outerDiv .footer-menu .default.lang .supp-langs ul li:before, .outerDiv .footer-menu .languagedefault.lang .allLanguage ul li:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-right:-8px
}

@media (min-width: 768px) {
    header .languageMain {
        right:85px
    }

    body header .outerDiv .languageMain .choose-lng, body header .outerDiv .languageMain .selectedLanguage {
        width: 65px !important;
        height:30px
    }

    body .pageContent li span.active:before {
        color:#03a87c !important
    }
}

@media (min-width: 1024px) {
    body .pageContent li span.active:before {
        color:#03a87c !important
    }
}

@media (max-width: 768px) {
    header .outerDiv .selectedLanguage {
        width: 65px;
        text-transform: uppercase;
        height:28px
    }

    .outerDiv .footer-menu .default.lang .supp-langs, .outerDiv .footer-menu .languagedefault.lang .allLanguage {
        top: 62px;
        border-radius: 0;
        left: -10px;
        right: 0;
        width: 96%;
        height: auto;
        z-index:999
    }

    .outerDiv .langTitleCloseIcon {
        margin:20px 15px 0 15px
    }

    .outerDiv .langTitleCloseIcon svg {
        display:block
    }

    .outerDiv .footer-menu .default.lang .supp-langs > ul, .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul {
        padding: 20px 0;
        margin-left: 0;
        overflow: auto;
        height: calc(100vh - 104px);
        display:block
    }

    .outerDiv .footer-menu .default.lang .supp-langs > ul > li, .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li {
        padding: 5px 15px;
        margin-left: 0;
        border-radius: 0;
        width:170px
    }

    body .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: initial;
        flex-wrap:initial
    }

    .outerDiv .footer-menu .default.lang .supp-langs > ul > li.active, .outerDiv .footer-menu .default.lang .supp-langs > ul > li:hover, .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li.active, .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li:hover {
        background: 0 0;
        color:#008ff9
    }

    span.aw_err {
        margin: -32px 0 0;
        left:15px
    }

    .radioBtnSecAB .radioGroupAwd [type=radio]:checked + label, .radioBtnSecAB .radioGroupAwd [type=radio]:not(:checked) + label {
        height: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items:center
    }

    .radioBtnSecAB .radioGroupAwd [type=radio]:checked + label:before, .radioBtnSecAB .radioGroupAwd [type=radio]:not(:checked) + label:before {
        top:9px
    }

    .radioBtnSecAB .radioGroupAwd [type=radio]:checked + label:after, .radioBtnSecAB .radioGroupAwd [type=radio]:not(:checked) + label:after {
        top:12px
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .outerDiv .langTitleCloseIcon {
        margin-right:40px
    }
}

.language-list li.active {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order:-1
}
@media (min-width: 992px) {
    .footerMiddleSec .footerCat {
        margin-left: -20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content:flex-start
    }

    .footerMiddleSec .footerCat .default.hd {
        margin-left: 20px;
        width: 140px;
        margin-bottom:20px
    }

    header .outerDiv .footer-menu .languagedefault.lang .allLanguage.show {
        z-index:99
    }
}
.languageoverlay.show {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index:99
}
body .outerDiv .languageMain {
    position: static;
    margin-right:15px
}
@media (max-width: 768px) {

    .outerDiv .footer-menu .languagedefault.lang .allLanguage > ul > li {
        width: 100%!important;
    }
}
.footer-menu .default.lang .supp-langs, .footer-menu .languagedefault.lang .allLanguage{border-radius: 10px !important;}

 header .languageMain {
    position: absolute;
    right: 85px;
    top: 20px;
}

.overlaylang.show {
    background: rgb(0, 0, 0, 0.2);
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.langTitleCloseIcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 30px 0 30px;
}

.langTitleCloseIcon svg {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.languageTitleLD {
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.footer-menu .default.lang,
.footer-menu .languagedefault.lang {
    display: inline-block;
}

header .selectedLanguage {
    background: rgb(0, 0, 0, 0.3);
    border-radius: 30px;
    text-transform: uppercase;
}

.selectedLanguage {
    padding: 0 5px;
}

.choose-lng,
.selectedLanguage {
    width: 230px;
    background: #0b235a;
    border: none;
    padding: 3px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.footer-menu .default.lang .choose-lng span:first-child,
.footer-menu .languagedefault.lang .selectedLanguage span:first-child {
    margin-right: 10px;
    color: var(--light2);
}

.footer-menu .default.lang .choose-lng span,
.footer-menu .languagedefault.lang .selectedLanguage span {
    display: inline-block;
    vertical-align: middle;
}

.footer-menu .languagedefault.lang .supp-langs label {
    color: #000;
}

.footer-menu .default.lang .supp-langs label,
.footer-menu .languagedefault.lang .supp-langs label {
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    margin-top: -2px;
    display: block;
    margin-left: 2px;
}

                               /* header .footer-menu .languagedefault.lang .supp-langs label:before {
    border-radius: 50%;
    border: 1px solid #ccc;
}*/

/*.footer-menu .default.lang .supp-langs label:before,
.footer-menu .languagedefault.lang .supp-langs label:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-top: -3px;
    margin-right: -8px;
    border: 1px solid #fff;
}*/

.flag-GB:before {
    background-position: center -192px;
}

[class*=flag-]:before {
    background: url(images/sprite-flag.png) no-repeat center bottom;
}

header .languageMain .selectedLanguage::after {
    display: none;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    position: absolute;
    right: 9px;
    top: 9px;
    color: #000;
    font-size: 16px;
}

header .footer-menu .default.lang .supp-langs.show,
header .footer-menu .default.lang .supp-langs>ul>li,
header .footer-menu .languagedefault.lang .allLanguage.show,
header .footer-menu .languagedefault.lang .allLanguage>ul>li {
    border: none;
}

.footer-menu .default.lang .supp-langs.show,
.footer-menu .languagedefault.lang .allLanguage.show {
    display: block;
    border: 1px solid var(--fontlight);
    border-top: none;
    border-bottom: none;
}

.footer-menu .default.lang .supp-langs,
.footer-menu .languagedefault.lang .allLanguage {
    display: none;
    position: absolute;
    width: 910px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 72px;
}

.footer-menu .default.lang .supp-langs>ul,
.footer-menu .languagedefault.lang .allLanguage>ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -12px;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 30px 30px;
    font-size: 14px;
}

header .footer-menu .default.lang .supp-langs.show,
header .footer-menu .default.lang .supp-langs>ul>li,
header .footer-menu .languagedefault.lang .allLanguage.show,
header .footer-menu .languagedefault.lang .allLanguage>ul>li {
    border: none;
}

.footer-menu .default.lang .supp-langs>ul>li,
.footer-menu .languagedefault.lang .allLanguage>ul>li {
    padding: 0;
    width: 200px;
    margin-left: 12px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    cursor: pointer;
    background: #fff;
    padding: 5px;
    line-height: normal;
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 30px;
}

.footer-menu .default.lang .supp-langs>ul>li.active,
.footer-menu .languagedefault.lang .allLanguage>ul>li.active,
.footer-menu .default.lang .supp-langs>ul>li:hover,
.footer-menu .languagedefault.lang .allLanguage>ul>li:hover {
    background: rgb(0, 143, 249, 0.1);
}

header .footer-menu .languagedefault.lang .allLanguage ul li:before {
    border-radius: 50%;
}

.footer-menu .default.lang .supp-langs ul li:before,
.footer-menu .languagedefault.lang .allLanguage ul li:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-right: -8px;
}

body .searchHD {
    display: none;
}

@media (min-width: 768px) {
    header .languageMain {
        right: 85px;
    }

    body header .languageMain .choose-lng,
    body header .languageMain .selectedLanguage {
        width: 65px !important;
        height: 28px;
    }

}

@media (max-width: 768px) {
    header .selectedLanguage {
        width: 65px;
        text-transform: uppercase;
        height: 28px;
    }

    .footer-menu .default.lang .supp-langs,
    .footer-menu .languagedefault.lang .allLanguage {
        top: 62px;
        border-radius: 0;
        left: -10px;
        right: 0;
        width: 106%;
        height: auto;
    }

    .langTitleCloseIcon {
        margin: 30px 15px 0 15px;
    }

    .langTitleCloseIcon svg {
        display: none;
    }

    .footer-menu .default.lang .supp-langs>ul,
    .footer-menu .languagedefault.lang .allLanguage>ul {
        padding: 20px 0;
        margin-left: 0;
    }

    .footer-menu .default.lang .supp-langs>ul>li,
    .footer-menu .languagedefault.lang .allLanguage>ul>li {
        padding: 5px 15px;
        margin-left: 0;
        border-radius: 0;
        width: 100%;
    }
}
.lang-flag i {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
}
.lang-flag span {
    position: relative;
    top: -4px;
    right: -3px;
}
a.disabled {
    pointer-events: none;
    opacity: 0.7;
    cursor: pointer;
}

.table-of-content a {
    padding: 15px;
}
.cookie-notification.open {
    display: block;
}
.cookie-notification {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 65;
    background: #272727;
}
.cookie-notification .c_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookie-notification-text {
    width: 60%;
    padding: 0 5px;
    font-size: 0.9rem;
}
.cookie-notification-title {
    color: #b5e800;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.cookie-notification-link {
    display: block;
    width: 20%;
    color: #b5e800;
    border: 1px solid #b5e800;
    height: 50px;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    margin: 10px;
    overflow: hidden;
}
.cookie-notification-close {
    display: block;
    width: 20%;
    color: #111111;
    border: 1px solid #b5e800;
    background-color: #b5e800;
    height: 50px;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    margin: 10px;
    font-size: 16px;
    overflow: hidden;
}
@media (max-width:800px) {
    .cookie-notification .c_container {
        flex-direction: column;
    }
    .cookie-notification-text, .cookie-notification-link, .cookie-notification-close {
        width: 100%;
    }
}
@media (max-width:600px) {
    .c_container.py-5.hero-container {
        padding-top:0!important;
    }
    main .hero-container h1 {
        margin-bottom: 20px;
    }
    .hero-container .page_hero_text.mb-5 {
        margin-bottom: 30px!important;
    }
    .c_container.py-5.hero-container .mb-4 {
        margin-bottom: 0!important;
    }
}



  .footer-lang {
    display: flex;
    justify-content: space-between;
  }

  .breadcrumb {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
    align-items: center;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumb li+li::before {
  content: "⇨";
  padding: 0 15px;
  color: #ffffff;
}

.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb li a:hover {
  color: #b5e800;
}

/* Info Table - overview key-value table */
.info-table {
    margin-bottom: 32px;
}
.info-table table {
    max-width: 700px;
}
.info-table table thead th {
    background-color: #b5e800;
    color: #111111;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.info-table table tr td:first-child {
    font-weight: 700;
    color: #b5e800;
    white-space: nowrap;
}

/* FAQ Section */
.faq-section {
    margin: 20px 0 30px;
}
.faq-item {
    background: #272727;
    padding: 20px 24px;
    margin-bottom: 12px;
}
.faq-item h3 {
    color: #b5e800;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 700;
}
.faq-item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
}
@media (max-width: 600px) {
    .faq-item {
        padding: 15px 16px;
    }
    .faq-item h3 {
        font-size: 17px;
    }
}

/* Links */
a {
    transition: color 0.3s, opacity 0.3s;
}
a.headerLogo.tracked {
    opacity: 1;
}
.page_content a {
    color: #b5e800;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.page_content a:hover {
    color: #d4ff33;
    text-decoration: underline;
}
.page_content a.hero_btn,
.page_content a.wp-block-button__link {
    text-decoration: none;
}
.hero_btn:hover {
    opacity: 0.9;
}
.footer_widget_2 div > ul > li > a:hover {
    color: #b5e800;
}
.cookie-notification-link:hover {
    background-color: #b5e800;
    color: #111111;
}
.table-of-content a:hover {
    color: #b5e800;
}
a.disabled {
    pointer-events: none;
    opacity: 0.7;
    cursor: default;
}