:root {
    --primarycolor: #66308C;
    --secondarycolor: #914BC1;
    --notifybell: #925cb7;
    --primary: #66308C;
    --primary1: #EDE1F5;
    --primary2: #B587D6;
    --primary3: #914BC1;
    --primary4: #7C3AAA;
    --primary5: #542874;

    --secondary: #fe9925;
    --secondary1: #FFEEDB;
    --secondary2: #FFDDB6;
    --secondary3: #FEBB6E;
    --secondary4: #FEAA49;
    --secondary5: #B05F01;

    --neutral1: #f7f6f6;
    --neutral2: #E0E0E0;
    --neutral3: #B5B5B5;
    --neutral4: #757575;
    --neutral5: #474545;

    --transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);

    --primary100: #EDE1F5;
    --primary200: #DAC3EA;
    --primary300: #C8A5E0;
    --primary400: #B587D6;
    --primary500: #A369CC;
    --primary600: #914BC1;
    --primary700: #7C3AAA;
    --primary800: #66308C;
    --primary900: #542874;
    --primary1000: #431F5C;

    --secondary100: #FFEEDB;
    --secondary200: #FFDDB6;
    --secondary300: #FFCC92;
    --secondary400: #FEBB6E;
    --secondary500: #FEAA49;
    --secondary600: #FE9925;
    --secondary700: #FC8701;
    --secondary800: #D67301;
    --secondary900: #B05F01;
    --secondary1000: #8B4A01;

    --neutrals100: #F7F6F6;
    --neutrals200: #ECEAEA;
    --neutrals300: #E0E0E0;
    --neutrals400: #D3D3D3;
    --neutrals500: #B5B5B5;
    --neutrals600: #9E9B9B;
    --neutrals700: #8C8A8A;
    --neutrals800: #757575;
    --neutrals900: #595858;
    --neutrals1000: #474545;

    --error100: #FCE1DD;
    --error200: #FAC2BB;
    --error300: #F7A498;
    --error400: #F58576;
    --error500: #F58576;
    --error600: #EF4831;
    --error700: #E92C12;
    --error800: #C6250F;
    --error900: #A31F0C;
    --error1000: #80180A;

    --warning100: #FFF8E0;
    --warning200: #FFF2C2;
    --warning300: #FFEBA3;
    --warning400: #FFE485;
    --warning500: #FFDB5D;
    --warning600: #FFD234;
    --warning700: #FFC90C;
    --warning800: #E3B100;
    --warning900: #BB9100;
    --warning1000: #927200;

    --success100: #E8FCF9;
    --success200: #D2FAF3;
    --success300: #BBF7ED;
    --success400: #A4F4E7;
    --success500: #58EBD3;
    --success600: #32E6C9;
    --success700: #1AD4B6;
    --success900: #15AE96;
    --success900: #15AE96;
    --success1000: #108975;

    --info100: #E1ECF7;
    --info200: #C2D9EE;
    --info300: #A4C6E6;
    --info400: #85B3DD;
    --info500: #4B8ECD;
    --info600: #357CBF;
    --info700: #2D6AA2;
    --info800: #255786;
    --info900: #1D4569;
    --info1000: #15324D;

}

.start__body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    box-shadow: none;
    min-height: 100vh;
    overflow-y: auto;
    background-color: var(--primary);
}

.start {
    text-align: center;
    font-family: 'Roboto', Arial, Verdana;
    color: #fff;
    min-height: 812px;
    background-size: cover;
    padding-bottom: 1rem;
}

h1.h5 {
    margin: 0;
}

span.dib.p-1 {
    padding: 4px 10px !important;
}

small.dib {
    padding: 3px 10px;
    border-right: 1px solid;
}

.lang-text {
    margin: 10px 0;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 108;
    -webkit-backdrop-filter: saturate(160%) blur(10px);
    backdrop-filter: saturate(160%) blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
}

_:-moz-any(x),
.overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

_:-ms-lang(x),
.overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.buttons-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.buttons-container .button {
    margin: 0 10px;
}

.ps-container {
    position: relative;
}

.button {
    display: block;
    width: 100%;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--secondarycolor);
    border: none;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -ms-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
}

.button:hover {
    background-color: #fbac56;
    opacity: .9;
}

@media (min-width: 1024px) {
    .products-desc__title:after {
        margin-left: 0;
    }
}

.products-desc__title {
    color: var(--primary800);
    font: 500 1.5em 'Noto Sans', sans-serif !important;
    line-height: 1.2;
    margin: 0;
    padding: 27px 0 22px;
    text-align: left;
    font-weight: 500;
}

.start .products-desc__title {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .start .products-desc__title:after {
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1366px) {
    .products-desc__title {
        font-size: 1.7em;
    }

    .start .products-desc__title {
        font-size: 2em;
    }
}

.modal {
    border-radius: 20px;
    max-width: 700px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    -moz-transform: translate(-50%, -70%);
    -o-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -o-transition: -o-transform 0.3s, opacity 0.2s;
    -ms-transition: -ms-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
    visibility: hidden;
    width: 96%;
    z-index: -1;
    padding: 2rem;
    -webkit-backdrop-filter: saturate(250%) blur(10px);
    backdrop-filter: saturate(250%) blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 60px -40px;
}

.modal:focus {
    outline: none;
}

.modal h2,
.modal h3,
.modal h4 {
    font-family: 'Noto Sans', sans-serif !important;
}

_:-moz-any(x),
.modal {
    background-color: #fff;
}

_:-ms-lang(x),
.modal {
    background-color: #fff;
}

.modal__inner {
    max-height: 85vh;
    padding-right: 1rem;
    overflow: auto;
    padding-bottom: 10px;
    border-radius: 10px;
}

.modal__head {
    color: #120918;
    margin-bottom: 1rem;
    text-align: center;
}

.modal__title {
    margin: 0 auto;
    width: 96%;
}

@media screen and (min-width: 768px) {
    .modal__title {
        width: 60%;
    }
}

.modal__body {
    color: var(--neutral);
    font-size: 0.875rem;
    text-align: justify;
    position: relative;
}

.modal__foot {
    margin-top: 2rem;
}

.modal__foot .buttons-container {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
    .modal__foot .buttons-container {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: distribute;
        -moz-box-pack: distribute;
        -o-box-pack: distribute;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}

.modal__foot .button {
    margin: 5px auto;
}

@media screen and (min-width: 768px) {
    .modal__foot .button {
        max-width: 265px;
    }
}

.alert .modal__title {
    font-size: 2rem;
}

.alert .modal__body {
    text-align: center;
    font-size: 1.3rem;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.5s;
    -moz-transition: visibility 0s 0.5s;
    -o-transition: visibility 0s 0.5s;
    -ms-transition: visibility 0s 0.5s;
    transition: visibility 0s 0.5s;
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.loader__content {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 50%;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.17s ease-in-out 0.17s ease-in-out;
    -moz-transition: -moz-transform 0.17s ease-in-out 0.17 ease-in-out;
    -o-transition: -o-transform 0.17s ease-in-out 0.17s 0.17s ease-in-out;
    -ms-transition: -ms-transform 0.17s ease-in-out 0.17s 0.17s ease-in-out;
    transition: transform 0.17s ease-in-out 0.17s, opacity .9 ease-in-out;
}

.loader__circular {
    width: 100px;
    height: 100px;
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    -ms-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.loader__base {
    fill: none;
    stroke: var(--primarycolor);
    stroke-width: 7;
}

.loader__path {
    fill: none;
    stroke: var(--secondarycolor);
    stroke-width: 2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    -moz-animation: dash 1.5s ease-in-out infinite;
    -o-animation: dash 1.5s ease-in-out infinite;
    -ms-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}

@media (min-width: 1024px) {
    .countries {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
}

@media all and (min-width: 320px) and (max-width: 480px) {
    .products-desc__title {
        padding: 18px 0 0px 0;
    }
}

@media all and (min-width: 320px) and (max-width: 480px) {
    .button {
        padding: 0.9rem 2rem;
    }

    .modal__inner {
        padding-right: 0;
    }

    .button {
        padding: 1rem 2rem;
    }
}

.dib {
    display: inline-block;
}

.brand.logo {
    width: 127px;
    margin: 0 auto;
}

.start h3 {
    margin-top: 36px;
    margin-bottom: 36px;
    font-size: 24px;
}

.list-wrap.countries {
    padding-top: 15px;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    color: #333;
    border-radius: 5px;
}

.list-wrap.countries .country__name {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

.list-wrap.countries .country__flag {
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    width: 28px;
    height: 20px;
    background-position: 0 -24px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px;
}

.list-wrap.countries {
    max-width: 1140px;
    min-height: 630px;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}

.countries__list--container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.countries__list--container h2 {
    color: #333;
    font-size: 18px;
    margin: 10px 0;
}

.list-wrap.countries .countries__list {
    margin: 0 auto;
    list-style: none;
    text-align: left;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    ul.countries__list li.in {
        /* width: 49% !important; */
    }
}

ul.countries__list li.in {
    width: 48%;
    display: inline-flex;
    align-content: center;
    align-items: center;
}

figure {
    margin: 0;
}

.list-wrap.countries .countries__list a {
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    color: #333;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 11px 12px 0px;
}

.list-wrap.countries .country__name {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

.list-wrap.countries .country__flag {
    width: 28px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    min-width: 30px;
}

.p-1 {
    padding: 1rem !important;
}

.d-inline-block {
    display: inline-block !important;
}

.button {
    width: 100%;
    font-size: 1rem;
    text-transform: inherit;
    background-color: var(--primarycolor);
    color: #fff;
    border: none;
    border-radius: 120px;
    position: relative;
    min-width: 64px;
    padding: 14px 24px;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans', sans-serif;
    gap: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    will-change: box-shadow;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    text-transform: inherit !important;
    flex: 1,
}

.button:hover {
    background-color: var(--primary600);
    opacity: .9;
}

.button[disabled],
html input[disabled] {
    cursor: default;
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
    color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
    border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
}

.lang-text small.dib:last-child {
    border: none;
}

.lang-text h1 {
    font-size: 17px;
    font-weight: 400;
}
