.iaZBIw {
    max-width: 1200px;
    width: 100%;
    padding: 0 10px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
/*!sc*/
@media screen and (min-width:1200px) {
    .iaZBIw {
        padding-inline-end: 10px;
    }
}
/*!sc*/
@media screen and (min-width:768px) and (max-width:1199px) {
    .iaZBIw {
        max-width: 768px;
        padding: 0 9px;
    }
}
/*!sc*/
@media screen and (max-width:767px) {
    .iaZBIw {
        max-width: 360px;
        padding-right: 10px;
    }
}
/*!sc*/
data-styled.g6[id="Container-sc-a4fxlm-0"] {
    content: "iaZBIw,";
}
/*!sc*/
.YgGjL {
    background: #e5e5e5;
    padding: 35px 0 55px;
    position: relative;
}
/*!sc*/
data-styled.g18[id="GlobalFooter__FooterContainer-sc-1jle5k5-0"] {
    content: "YgGjL,";
}
/*!sc*/
.hkhlrZ {
    margin-bottom: 35px;
}
/*!sc*/
@media (max-width:1199px) {
    .hkhlrZ {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
/*!sc*/
data-styled.g19[id="GlobalFooter__Logo-sc-1jle5k5-1"] {
    content: "hkhlrZ,";
}
/*!sc*/
@media (min-width:1200px) {
    .jeOmhK {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0 80px;
    }
}
/*!sc*/
@media (max-width:1199px) {
    .jeOmhK {
        margin-bottom: 5px;
    }
}
/*!sc*/
data-styled.g20[id="GlobalFooter__Links-sc-1jle5k5-2"] {
    content: "jeOmhK,";
}
/*!sc*/
@media (min-width:1200px) {
    .fSuHFZ {
        margin-bottom: 25px;
    }
}
/*!sc*/
@media (max-width:1199px) {
    .fSuHFZ {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
/*!sc*/
data-styled.g21[id="GlobalFooter__LinkWrap-sc-1jle5k5-3"] {
    content: "fSuHFZ,";
}
/*!sc*/
.IcxeA {
    font-size: 13px;
    line-height: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
}
/*!sc*/
data-styled.g22[id="GlobalFooter__Link-sc-1jle5k5-4"] {
    content: "IcxeA,";
}
/*!sc*/
.kVtDGa {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
/*!sc*/
@media (max-width:1199px) {
    .kVtDGa {
        text-align: center;
    }
}
/*!sc*/
.kVtDGa p {
    line-height: 18px;
    margin-bottom: 0;
}
/*!sc*/
.kVtDGa p + p {
    margin-top: 15px;
}
/*!sc*/
.kVtDGa a {
    color: #000000;
}
/*!sc*/
data-styled.g23[id="GlobalFooter__Text-sc-1jle5k5-5"] {
    content: "kVtDGa,";
}
/*!sc*/

.modal-transition-enter {
    -webkit-transition: -webkit-transform 300ms;
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
/*!sc*/
.modal-transition-enter-active {
    -webkit-transition: -webkit-transform 300ms;
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*!sc*/
.modal-transition-exit {
    -webkit-transition: -webkit-transform 300ms;
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
/*!sc*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
/*!sc*/
body {
    margin: 0;
}
/*!sc*/
main {
    display: block;
}
/*!sc*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/*!sc*/
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
/*!sc*/
pre {
    font-family: monospace,monospace;
    font-size: 1em;
}
/*!sc*/
a {
    background-color: transparent;
}
/*!sc*/
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
/*!sc*/
b,
strong {
    font-weight: bolder;
}
/*!sc*/
code,
kbd,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
/*!sc*/
small {
    font-size: 80%;
}
/*!sc*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
/*!sc*/
sub {
    bottom: -0.25em;
}
/*!sc*/
sup {
    top: -0.5em;
}
/*!sc*/
img {
    border-style: none;
}
/*!sc*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
/*!sc*/
button,
input,
select {
    overflow: visible;
    outline: none;
}
/*!sc*/
button,
select {
    text-transform: none;
}
/*!sc*/
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
/*!sc*/
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/*!sc*/
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/*!sc*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/*!sc*/
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
/*!sc*/
progress {
    vertical-align: baseline;
}
/*!sc*/
textarea {
    overflow: auto;
}
/*!sc*/
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
/*!sc*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/*!sc*/
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
/*!sc*/
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/*!sc*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
/*!sc*/
details {
    display: block;
}
/*!sc*/
summary {
    display: list-item;
}
/*!sc*/
template {
    display: none;
}
/*!sc*/
[hidden] {
    display: none;
}
/*!sc*/
body {
    margin: 0;
    padding: 0;
}
/*!sc*/
img {
    max-width: 100%;
    max-height: 100%;
}
/*!sc*/
ol,
p,
ul {
    margin: 0;
}
/*!sc*/
.root-portal {
    position: fixed;
    z-index: 1001;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
/*!sc*/
* {
    box-sizing: border-box;
}
/*!sc*/
*::after,
*::before {
    box-sizing: inherit;
}
/*!sc*/
@media (max-width:1199px) {
    .desktop-only {
        display: none !important;
    }
}
/*!sc*/
@media (min-width:1200px) {
    .to-desktop {
        display: none !important;
    }
}
/*!sc*/
@media (min-width:1200px) {
    .tablet-only {
        display: none !important;
    }
}
/*!sc*/
@media (max-width:767px) {
    .tablet-only {
        display: none !important;
    }
}
/*!sc*/
@media (max-width:767px) {
    .from-tablet {
        display: none !important;
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .no-tablet {
        display: none !important;
    }
}
/*!sc*/
@media (min-width:768px) {
    .mobile-only {
        display: none !important;
    }
}
/*!sc*/
[data-editable] [data-font-size] {
    line-height: 126.1%;
}
/*!sc*/
[data-editable] .block-link {
    display: block;
    height: inherit;
    margin: 0 auto;
}
/*!sc*/
[data-editable] .font-size-8 {
    font-size: 8px !important;
}
/*!sc*/
[data-editable] .font-size-10 {
    font-size: 10px !important;
}
/*!sc*/
[data-editable] .font-size-12 {
    font-size: 12px !important;
}
/*!sc*/
[data-editable] .font-size-14 {
    font-size: 14px !important;
}
/*!sc*/
[data-editable] .font-size-16 {
    font-size: 16px !important;
}
/*!sc*/
[data-editable] .font-size-18 {
    font-size: 18px !important;
}
/*!sc*/
[data-editable] .font-size-20 {
    font-size: 20px !important;
}
/*!sc*/
[data-editable] .font-size-24 {
    font-size: 24px !important;
}
/*!sc*/
[data-editable] .font-size-36 {
    font-size: 36px !important;
}
/*!sc*/
[data-editable] .text-right {
    text-align: right;
}
/*!sc*/
[data-editable] .text-left {
    text-align: left;
}
/*!sc*/
[data-editable] .text-center {
    text-align: center;
}
/*!sc*/
data-styled.g24[id="sc-global-cIhdhV1"] {
    content: "sc-global-cIhdhV1,";
}
/*!sc*/
.brNoOD {
    cursor: pointer;
    outline: 0;
    color: #fff;
    border: none;
    border-radius: 5px;
}
/*!sc*/
.brNoOD:disabled {
    opacity: 0.5;
    cursor: default;
}
/*!sc*/
data-styled.g50[id="Button__Btn-sc-13jukhu-0"] {
    content: "brNoOD,";
}
/*!sc*/

data-styled.g60[id="PrefixStyles-sc-1s63ubq-0"] {
    content: "FSKnZ,";
}
/*!sc*/
.gXJoBA {
    position: relative;
    margin-right: 7px;
}
/*!sc*/
.gXJoBA:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
/*!sc*/
data-styled.g61[id="Prefix__PrefixInputWrapper-sc-1powjap-0"] {
    content: "gXJoBA,";
}
/*!sc*/
.ysAUD {
    height: 32px;
    border: 1px solid #b8b7b7;
    max-width: 100%;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    padding: 6px 17px 6px 30px;
    box-sizing: border-box;
    color: #000;
    text-align: right;
}
/*!sc*/
.ysAUD:disabled {
    background: transparent;
}
/*!sc*/
.ysAUD:not(:disabled) {
    cursor: pointer;
}
/*!sc*/
data-styled.g62[id="Prefix__PrefixInput-sc-1powjap-1"] {
    content: "ysAUD,";
}
/*!sc*/
.blwvgh {
    position: absolute;
    width: 20px;
    height: 15px;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("flags-sprite.webp");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
    cursor: pointer;
    pointer-events: none;
}
/*!sc*/
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .blwvgh {
        background-size: 5630px 15px;
        background-image: url("flags-sprite%402x.webp");
    }
}
/*!sc*/
data-styled.g63[id="Prefix__Flag-sc-1powjap-2"] {
    content: "blwvgh,";
}
/*!sc*/
.diAESU {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
/*!sc*/
data-styled.g65[id="Phone__PhoneInputWrapper-sc-1osv1px-0"] {
    content: "diAESU,";
}
/*!sc*/
.exZKeF {
    height: 32px;
    border: 1px solid #b4b3b3;
    max-width: 100%;
    border-radius: 5px;
    width: 100%;
    font-size: 13px;
    padding: 6px;
    box-sizing: border-box;
    color: #000;
}
/*!sc*/
.exZKeF:lang(ar) {
    text-align: right;
}
/*!sc*/
data-styled.g66[id="Phone__Input-sc-1osv1px-1"] {
    content: "exZKeF,";
}
/*!sc*/
.OvkLA {
    position: relative;
}
/*!sc*/
data-styled.g72[id="FormBuilder__Wrap-sc-atdk0-0"] {
    content: "OvkLA,";
}
/*!sc*/
.gGcuN {
    margin-bottom: 16px;
}
/*!sc*/
data-styled.g77[id="styles__FormField-sc-j418ia-1"] {
    content: "gGcuN,";
}
/*!sc*/
.eKikJt {
    height: 32px;
    border: 1px solid #b4b3b3;
    max-width: 100%;
    border-radius: 5px;
    width: 100%;
    font-size: 13px;
    padding: 6px;
    box-sizing: border-box;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 31px;
}
/*!sc*/
.eKikJt:lang(ar) {
    text-align: right;
}
/*!sc*/
@media (max-width:767px) {
    .eKikJt {
        font-size: 13px;
    }
}
/*!sc*/
data-styled.g78[id="styles__FormEmailInput-sc-j418ia-2"] {
    content: "eKikJt,";
}
/*!sc*/
.eBFqJg {
    height: 32px;
    border: 1px solid #b4b3b3;
    max-width: 100%;
    border-radius: 5px;
    width: 100%;
    font-size: 13px;
    padding: 6px;
    box-sizing: border-box;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 31px;
}
/*!sc*/
.eBFqJg:lang(ar) {
    text-align: right;
}
/*!sc*/
@media (max-width:767px) {
    .eBFqJg {
        font-size: 13px;
    }
}
/*!sc*/
data-styled.g79[id="styles__FormInput-sc-j418ia-3"] {
    content: "eBFqJg,";
}
/*!sc*/
.hhmvFx {
    display: block;
    text-align: left;
    color: #373737;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 2px;
    font-weight: 400;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 18px;
}
/*!sc*/
.hhmvFx:lang(ar) {
    text-align: right;
}
/*!sc*/
@media (max-width:767px) {
    .hhmvFx {
        font-size: 14px;
        line-height: 17px;
    }
}
/*!sc*/
data-styled.g81[id="styles__FormLabel-sc-j418ia-5"] {
    content: "hhmvFx,";
}
/*!sc*/
.wkdHJ {
    background: #22a6f0;
    width: 100%;
    height: 56px;
    font-size: 20px;
    position: relative;
    border-color: transparent;
    text-align: center;
    min-height: 54px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    background: #f79336;
    box-shadow: 0 0 0 -16px #f79336;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    border-radius: 4px;
    padding: 0 11px;
    color: #fff;
    margin-bottom: 10px;
}
/*!sc*/
.wkdHJ:hover {
    box-shadow: 0 20px 16px -16px #f79336;
}
/*!sc*/
data-styled.g82[id="styles__SubmitButton-sc-j418ia-6"] {
    content: "wkdHJ,";
}
/*!sc*/
.dxrjzD {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    direction: ltr;
}
/*!sc*/
data-styled.g83[id="styles__PhoneWrap-sc-j418ia-7"] {
    content: "dxrjzD,";
}
/*!sc*/
.cNkybV {
    -webkit-flex: 0 0 105px;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    -webkit-flex: 0 0 105px;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
}
/*!sc*/
.cNkybV input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 31px;
}
/*!sc*/
@media (max-width:767px) {
    .cNkybV input {
        font-size: 13px;
    }
}
/*!sc*/
data-styled.g84[id="styles__Prefix-sc-j418ia-8"] {
    content: "cNkybV,";
}
/*!sc*/
.klXuQF input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 31px;
}
/*!sc*/
@media (max-width:767px) {
    .klXuQF input {
        font-size: 13px;
    }
}
/*!sc*/
data-styled.g85[id="styles__PhoneField-sc-j418ia-9"] {
    content: "klXuQF,";
}
/*!sc*/
.rc-slider {
    position: relative;
    height: 43px;
    padding: 5px 0;
    width: 100%;
    border-radius: 6px;
    touch-action: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*!sc*/
.rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*!sc*/
.rc-slider-rail {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #F6F6F6;
    height: 16px;
    border-radius: 40px;
    box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}
/*!sc*/
.rc-slider-track {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    border-radius: 6px;
    background: linear-gradient(90deg,#86B817 0.01%,#B4EC37 100%);
}
/*!sc*/
.rc-slider-handle {
    position: absolute;
    top: 10px;
    width: 20px;
    height: 16px;
    border-radius: 50%;
    outline: none;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    cursor: pointer;
    background: #DFE1E7;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    border: 7px solid #fff;
    margin-top: -5px;
    touch-action: pan-x;
}
/*!sc*/
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border-color: #57c5f7;
    box-shadow: 0 0 0 5px #96dbfa;
}
/*!sc*/
.rc-slider-handle:focus {
    outline: none;
}
/*!sc*/
.rc-slider-mark {
    position: absolute;
    top: 30px;
    left: 25px;
    width: 100%;
    font-size: 12px;
    left: 25px;
}
/*!sc*/
.rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    -webkit-letter-spacing: 0.02em;
    -moz-letter-spacing: 0.02em;
    -ms-letter-spacing: 0.02em;
    letter-spacing: 0.02em;
    text-align: center;
    cursor: pointer;
    color: #C6C6C6;
    font-weight: 400;
}
/*!sc*/
.rc-slider-mark-text-active {
    color: #000;
}
/*!sc*/
.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 16px;
    background: transparent;
}
/*!sc*/
.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    display: none;
}
/*!sc*/
.rc-slider-dot-active {
    border-color: #96dbfa;
}
/*!sc*/
.rc-slider-dot-reverse {
    margin-right: -4px;
}
/*!sc*/
.rc-slider-disabled {
    background-color: #e9e9e9;
}
/*!sc*/
.rc-slider-disabled .rc-slider-track {
    background-color: #ccc;
}
/*!sc*/
.rc-slider-disabled .rc-slider-dot,
.rc-slider-disabled .rc-slider-handle {
    border-color: #ccc;
    box-shadow: none;
    background-color: #fff;
    cursor: not-allowed;
}
/*!sc*/
.rc-slider-disabled .rc-slider-dot,
.rc-slider-disabled .rc-slider-mark-text {
    cursor: not-allowed !important;
}
/*!sc*/
.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px;
}
/*!sc*/
.rc-slider-vertical .rc-slider-rail {
    height: 100%;
    width: 4px;
}
/*!sc*/
.rc-slider-vertical .rc-slider-track {
    left: 5px;
    bottom: 0;
    width: 4px;
}
/*!sc*/
.rc-slider-vertical .rc-slider-handle {
    margin-left: -5px;
    touch-action: pan-y;
}
/*!sc*/
.rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%;
}
/*!sc*/
.rc-slider-vertical .rc-slider-step {
    height: 100%;
    width: 4px;
}
/*!sc*/
.rc-slider-vertical .rc-slider-dot {
    left: 2px;
    margin-bottom: -4px;
}
/*!sc*/
.rc-slider-vertical .rc-slider-dot:first-child {
    margin-bottom: -4px;
}
/*!sc*/
.rc-slider-vertical .rc-slider-dot:last-child {
    margin-bottom: -4px;
}
/*!sc*/
.rc-slider-tooltip-zoom-down-appear,
.rc-slider-tooltip-zoom-down-enter {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block !important;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
/*!sc*/
.rc-slider-tooltip-zoom-down-leave {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block !important;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
/*!sc*/
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active {
    -webkit-animation-name: rcSliderTooltipZoomDownIn;
    animation-name: rcSliderTooltipZoomDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
/*!sc*/
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
    -webkit-animation-name: rcSliderTooltipZoomDownOut;
    animation-name: rcSliderTooltipZoomDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
/*!sc*/
.rc-slider-tooltip-zoom-down-appear,
.rc-slider-tooltip-zoom-down-enter {
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-animation-timing-function: cubic-bezier(0.23,1,0.32,1);
    animation-timing-function: cubic-bezier(0.23,1,0.32,1);
}
/*!sc*/
.rc-slider-tooltip-zoom-down-leave {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
}
/*!sc*/
@-webkit-keyframes rcSliderTooltipZoomDownIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        transform: scale(0,0);
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
    }
}
/*!sc*/
@keyframes rcSliderTooltipZoomDownIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        transform: scale(0,0);
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
    }
}
/*!sc*/
@-webkit-keyframes rcSliderTooltipZoomDownOut {
    0% {
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        transform: scale(0,0);
    }
}
/*!sc*/
@keyframes rcSliderTooltipZoomDownOut {
    0% {
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        transform: scale(0,0);
    }
}
/*!sc*/
.rc-slider-tooltip {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: visible;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*!sc*/
.rc-slider-tooltip * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*!sc*/
.rc-slider-tooltip-hidden {
    display: none;
}
/*!sc*/
.rc-slider-tooltip-placement-top {
    padding: 4px 0 8px;
}
/*!sc*/
.rc-slider-tooltip-inner {
    padding: 6px 2px;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #6c6c6c;
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9;
}
/*!sc*/
.rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/*!sc*/
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #6c6c6c;
}
/*!sc*/
.rc-slider-handle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: -3px;
    font-family: 'Prompt',sans-serif;
    font-weight: 400;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.261;
    -webkit-letter-spacing: 0.02em;
    -moz-letter-spacing: 0.02em;
    -ms-letter-spacing: 0.02em;
    letter-spacing: 0.02em;
    font-size: 12px;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    color: #727b83;
    border: 1px solid #ff8501;
    box-shadow: 0 2px 9px rgba(0,0,0,0.17);
    width: 89px;
    border-radius: 5px;
    height: 37px;
    outline: none;
    cursor: pointer;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
/*!sc*/
.rc-slider-handle:after,
.rc-slider-handle:before {
    content: '';
    position: absolute;
    display: inline-block;
    padding: 3px;
    top: 13px;
    border: solid #ff8501;
    border-width: 0 2px 2px 0;
}
/*!sc*/
.rc-slider-handle:after {
    right: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*!sc*/
.rc-slider-handle:before {
    left: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*!sc*/
.rc-slider-handle {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #f79336;
    color: white;
    border-radius: 4px;
    width: auto;
    height: auto;
    top: -30px;
    box-shadow: none;
}
/*!sc*/
.rc-slider-handle:after {
    content: '';
    position: absolute;
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #f79336;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgb(0 0 255 / 30%);
    right: auto;
}
/*!sc*/
.rc-slider-handle:before {
    position: absolute;
    display: block;
    content: '';
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #f79336;
    top: auto;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
/*!sc*/
.rc-slider-rail,
.rc-slider-step,
.rc-slider-track {
    height: 5px;
}
/*!sc*/
.rc-slider-rail {
    background: #dee4ec;
}
/*!sc*/
.rc-slider-track {
    background: #f79336;
}
/*!sc*/
.rc-slider-mark {
    left: 8px;
}
/*!sc*/
@media (max-width:767px) {
    .rc-slider-mark {
        top: 22px;
        left: 4px;
    }
}
/*!sc*/
.rc-slider-mark-text {
    font-weight: 300;
    color: #c6c6c6;
}
/*!sc*/
@media (max-width:767px) {
    .rc-slider-mark-text {
        font-size: 11px;
    }
}
/*!sc*/
data-styled.g190[id="sc-global-jgDaER1"] {
    content: "sc-global-jgDaER1,";
}
/*!sc*/
.cgtxOn {
    padding: 0 30px;
}
/*!sc*/
data-styled.g191[id="RangeSlider_v2__SliderWrap-sc-1u8uzzt-0"] {
    content: "cgtxOn,";
}
/*!sc*/
.elnuSo {
    position: relative;
    background: #fff;
    border: 4px solid #f5af02;
    box-shadow: 0 5px 32px rgba(0,0,0,0.15);
    border-radius: 14px;
    padding: 31px 36px 101px 39px;
    width: 100%;
    padding: 40px 32px 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    max-width: 815px;
    margin: auto;
    background: rgba(0,0,0,0);
    margin-bottom: 0 !important;
}
/*!sc*/
@media screen and (max-width:1199px) {
    .elnuSo {
        margin: 0 auto 60px;
    }
}
/*!sc*/
@media screen and (max-width:767px) {
    .elnuSo {
        padding: 24px 20px 73px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .elnuSo {
        padding-top: 40px;
        padding-bottom: 0;
    }
}
/*!sc*/
data-styled.g192[id="RangeSlider_v2__Wrap-sc-1u8uzzt-1"] {
    content: "elnuSo,";
}
/*!sc*/
.feavVV {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.261;
    text-align: center;
    -webkit-letter-spacing: 0.02em;
    -moz-letter-spacing: 0.02em;
    -ms-letter-spacing: 0.02em;
    letter-spacing: 0.02em;
    margin-bottom: 59px;
    color: #212e51;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    padding-top: 45px !important;
    margin-bottom: 45px !important;
}
/*!sc*/
@media screen and (max-width:767px) {
    .feavVV {
        font-size: 18px;
        line-height: 1.17;
        margin-bottom: 42px;
    }
}
/*!sc*/
.feavVV b {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px;
}
/*!sc*/
data-styled.g193[id="RangeSlider_v2__Title-sc-1u8uzzt-2"] {
    content: "feavVV,";
}
/*!sc*/
.eTPitm {
    font-weight: 700;
    font-size: 30px;
    -webkit-letter-spacing: 0.02em;
    -moz-letter-spacing: 0.02em;
    -ms-letter-spacing: 0.02em;
    letter-spacing: 0.02em;
    color: inherit;
}
/*!sc*/
data-styled.g194[id="RangeSlider_v2__Value-sc-1u8uzzt-3"] {
    content: "eTPitm,";
}
/*!sc*/
.fAIUFP {
    font-size: 45px;
    line-height: 126.1%;
    text-align: center;
    -webkit-letter-spacing: 0.02em;
    -moz-letter-spacing: 0.02em;
    -ms-letter-spacing: 0.02em;
    letter-spacing: 0.02em;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
/*!sc*/
@media (max-width:960px) {
    .fAIUFP {
        font-size: 31px;
    }
}
/*!sc*/
@media screen and (min-width:768px) and (max-width:1199px) {
    .fAIUFP {
        font-size: 38px;
    }
}
/*!sc*/
@media screen and (max-width:767px) {
    .fAIUFP {
        font-size: 31px;
    }
}
/*!sc*/
data-styled.g195[id="RangeSlider_v2__PotentialValue-sc-1u8uzzt-4"] {
    content: "fAIUFP,";
}
/*!sc*/
.CyJsK {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(102.55deg,#f90 0%,#fc0 100%);
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 281px;
    height: 109px;
    position: absolute;
    bottom: -54px;
    cursor: pointer;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    color: #fff;
    cursor: initial;
    background: rgba(0,0,0,0);
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
}
/*!sc*/
.CyJsK:hover {
    -webkit-transform: translateX(-50%) scale(1.08);
    -ms-transform: translateX(-50%) scale(1.08);
    transform: translateX(-50%) scale(1.08);
}
/*!sc*/
@media screen and (max-width:767px) {
    .CyJsK {
        width: 232px;
        height: 90px;
        bottom: -48px;
    }
}
/*!sc*/
.CyJsK:active,
.CyJsK:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
/*!sc*/
.CyJsK > div {
    color: #2d344e;
}
/*!sc*/
.CyJsK > div:first-child {
    font-size: 16px;
    line-height: 22px;
    text-transform: initial;
    margin-bottom: 20px;
}
/*!sc*/
.CyJsK > div:last-child {
    font-size: 24px;
}
/*!sc*/
@media (max-width:767px) {
    .CyJsK {
        width: auto;
        height: auto;
    }
}
/*!sc*/
data-styled.g196[id="RangeSlider_v2__Bottom-sc-1u8uzzt-5"] {
    content: "CyJsK,";
}
/*!sc*/
.jcfcoJ {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 126.1%;
    text-align: center;
    -webkit-letter-spacing: 0.02em;
    -moz-letter-spacing: 0.02em;
    -ms-letter-spacing: 0.02em;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
}
/*!sc*/
data-styled.g197[id="RangeSlider_v2__BottomText-sc-1u8uzzt-6"] {
    content: "jcfcoJ,";
}
/*!sc*/
.cFWrzT {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    outline: 0;
    border: none;
    box-shadow: none;
    line-height: 1;
    cursor: pointer;
    background-color: #0096c7;
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    will-change: transform;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    max-width: 224px;
    min-height: 46px;
    background-color: #f79336;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 108.6%;
    color: #fff;
    margin: 20px auto 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*!sc*/
@media (min-width:1200px) {
    .cFWrzT:hover {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }
}
/*!sc*/
@media (max-width:1199px) {
    .cFWrzT:active {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
    }
}
/*!sc*/
.cFWrzT:active,
.cFWrzT:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #2d344e;
}
/*!sc*/
.boEYIq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    outline: 0;
    border: none;
    box-shadow: none;
    line-height: 1;
    cursor: pointer;
    background-color: #0096c7;
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    will-change: transform;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    max-width: 160px;
    min-height: 46px;
    background-color: #f79336;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 108.6%;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*!sc*/
@media (min-width:1200px) {
    .boEYIq:hover {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }
}
/*!sc*/
@media (max-width:1199px) {
    .boEYIq:active {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
    }
}
/*!sc*/
.boEYIq:active,
.boEYIq:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #2d344e;
}
/*!sc*/
data-styled.g390[id="Button__ButtonWrapper-sc-fkdnkk-0"] {
    content: "cFWrzT,boEYIq,";
}
/*!sc*/
.gPvAIk {
    background-color: #fff;
    box-shadow: 1px 1px 3px 3px rgb(25 25 25 / 30%);
    position: relative;
    z-index: 2;
}
/*!sc*/
data-styled.g1356[id="Header__HeaderWrapper-sc-1uo6m9x-0"] {
    content: "gPvAIk,";
}
/*!sc*/
.fcvtaV {
    height: 76px;
    padding: 16px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*!sc*/
@media (max-width:767px) {}
/*!sc*/
data-styled.g1357[id="Header__HeaderContainer-sc-1uo6m9x-1"] {
    content: "fcvtaV,";
}
/*!sc*/
.iDRCSn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
/*!sc*/
data-styled.g1358[id="Header__HeaderText-sc-1uo6m9x-2"] {
    content: "iDRCSn,";
}
/*!sc*/
.gOxylv img {
    height: 44px;
}
/*!sc*/
data-styled.g1359[id="Header__HeaderLogo-sc-1uo6m9x-3"] {
    content: "gOxylv,";
}
/*!sc*/
.kkuuyI {
    position: relative;
}
/*!sc*/
data-styled.g1360[id="Wrapper__Inner-sc-1e7gl94-0"] {
    content: "kkuuyI,";
}
/*!sc*/
.keWpcc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/*!sc*/
data-styled.g1361[id="ProgressBar__Wrapper-sc-1hnhivu-0"] {
    content: "keWpcc,";
}
/*!sc*/
.daRBzr {
    width: 100%;
    position: relative;
    margin-left: 5px;
}
/*!sc*/
data-styled.g1362[id="ProgressBar__Progress-sc-1hnhivu-1"] {
    content: "daRBzr,";
}
/*!sc*/
.HJWIL {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    border-radius: 5px;
    display: block;
    height: 3px;
    margin: 0;
    min-width: 0;
    padding: 0;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    width: 100%;
    will-change: auto;
    cursor: pointer;
}
/*!sc*/
.HJWIL::-webkit-slider-runnable-track {
    border: 0;
    border-radius: 5px;
    height: 5px;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right,var(--video-main-color) 0,transparent 0);
}
/*!sc*/
.HJWIL::-webkit-slider-thumb {
    background: var(--video-main-color);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2);
    height: 8px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: -1.5px;
}
/*!sc*/
.HJWIL::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*!sc*/
.HJWIL::-moz-range-thumb {
    background: var(--video-main-color);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2);
    height: 13px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
}
/*!sc*/
.HJWIL::-moz-range-progress {
    background: var(--video-main-color);
    border-radius: calc(5px / 2);
    height: 5px;
}
/*!sc*/
.HJWIL::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
}
/*!sc*/
.HJWIL::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*!sc*/
.HJWIL::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: calc(5px / 2);
    height: 5px;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: currentColor;
}
/*!sc*/
.HJWIL::-ms-thumb {
    background: var(--video-main-color);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2);
    height: 13px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    margin-top: 0;
}
/*!sc*/
.HJWIL::-ms-tooltip {
    display: none;
}
/*!sc*/
.HJWIL::-ms-tooltip {
    display: none;
}
/*!sc*/
.HJWIL:focus {
    outline: 0;
}
/*!sc*/
.HJWIL::-moz-focus-outer {
    border: 0;
}
/*!sc*/
.HJWIL:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(255,255,255,0.5);
}
/*!sc*/
.HJWIL:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(255,255,255,0.5);
}
/*!sc*/
.HJWIL:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(255,255,255,0.5);
}
/*!sc*/
data-styled.g1363[id="ProgressBar__ProgressInput-sc-1hnhivu-2"] {
    content: "HJWIL,";
}
/*!sc*/
.hzbLJT {
    width: 100%;
    background: 0 0;
    border: 0;
    border-radius: 5px;
    height: 3px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    color: hsla(0,0%,100%,0.25);
    margin: -1.5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*!sc*/
.hzbLJT::-webkit-progress-value {
    border-radius: 5px;
    background: hsla(0,0%,100%,0.25);
}
/*!sc*/
.hzbLJT::-moz-progress-bar {
    border-radius: 5px;
    background: hsla(0,0%,100%,0.25);
}
/*!sc*/
.hzbLJT::-webkit-progress-bar {
    border-radius: 5px;
    background: hsla(0,0%,100%,0.25);
}
/*!sc*/
data-styled.g1364[id="ProgressBar__ProgressValue-sc-1hnhivu-3"] {
    content: "hzbLJT,";
}
/*!sc*/
.eetTFE {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    touch-action: manipulation;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100%;
    border-radius: 100%;
}
/*!sc*/
@media (hover:hover) and (pointer:fine) {
    .eetTFE:hover {
        background: var(--video-hover-color);
        -webkit-transform: scale(var(--video-zoom-on-hover));
        -ms-transform: scale(var(--video-zoom-on-hover));
        transform: scale(var(--video-zoom-on-hover));
    }
}
/*!sc*/
.eetTFE:active {
    background: var(--video-hover-color);
    -webkit-transform: scale(var(--video-zoom-on-hover));
    -ms-transform: scale(var(--video-zoom-on-hover));
    transform: scale(var(--video-zoom-on-hover));
}
/*!sc*/
.eetTFE span {
    margin-left: 10px;
    font-weight: 600;
    font-family: system-ui;
}
/*!sc*/
data-styled.g1365[id="Volume__Wrapper-sc-tu8y9q-0"] {
    content: "eetTFE,";
}
/*!sc*/
.bYnNcI {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    touch-action: manipulation;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100%;
}
/*!sc*/
@media (hover:hover) and (pointer:fine) {
    .bYnNcI:hover {
        background: var(--video-hover-color);
        -webkit-transform: scale(var(--video-zoom-on-hover));
        -ms-transform: scale(var(--video-zoom-on-hover));
        transform: scale(var(--video-zoom-on-hover));
    }
}
/*!sc*/
.bYnNcI:active {
    background: var(--video-hover-color);
    -webkit-transform: scale(var(--video-zoom-on-hover));
    -ms-transform: scale(var(--video-zoom-on-hover));
    transform: scale(var(--video-zoom-on-hover));
}
/*!sc*/
data-styled.g1366[id="Fullscreen__Wrapper-sc-buzm8-0"] {
    content: "bYnNcI,";
}
/*!sc*/
.kQnxeI {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    touch-action: manipulation;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    background: currentColor;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--video-main-color);
}
/*!sc*/
@media (hover:hover) and (pointer:fine) {
    .kQnxeI:hover {
        background: var(--video-hover-color);
        -webkit-transform: scale(var(--video-zoom-on-hover));
        -ms-transform: scale(var(--video-zoom-on-hover));
        transform: scale(var(--video-zoom-on-hover));
    }
}
/*!sc*/
.kQnxeI:active {
    background: var(--video-hover-color);
    -webkit-transform: scale(var(--video-zoom-on-hover));
    -ms-transform: scale(var(--video-zoom-on-hover));
    transform: scale(var(--video-zoom-on-hover));
}
/*!sc*/
data-styled.g1367[id="PlayButton__Wrapper-sc-1avsupn-0"] {
    content: "kQnxeI,";
}
/*!sc*/
.jwXFEF {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: inherit;
    font-constiant-numeric: tabular-nums;
    font-weight: 400;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    z-index: 0;
    background: #000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    --video-main-color: #F79336;
    --video-hover-color: #F79336;
    --video-mute-button-color: linear-gradient(91.17deg,#FFD600 -2.8%,#FF9900 114.18%);
    --video-mute-button-hover-color: linear-gradient(91.17deg,#00D600 -2.8%,#FF9900 114.18%);
    --video-zoom-on-hover: 1;
}
/*!sc*/
data-styled.g1369[id="Video__Wrap-sc-kcnaws-0"] {
    content: "jwXFEF,";
}
/*!sc*/
.bHBBlO {
    background: #000;
    height: 100%;
    margin: auto;
    position: relative;
    width: 100%;
}
/*!sc*/
data-styled.g1370[id="Video__VideoWrap-sc-kcnaws-1"] {
    content: "bHBBlO,";
}
/*!sc*/
.lolPRa {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
/*!sc*/
.Video__Wrap-sc-kcnaws-0:hover .Video__Cover-sc-kcnaws-2 {
    display: block;
}
/*!sc*/
data-styled.g1371[id="Video__Cover-sc-kcnaws-2"] {
    content: "lolPRa,";
}
/*!sc*/
.ewyOwg {
    display: block;
    height: 100%;
    width: 100%;
}
/*!sc*/
.ewyOwg:focus {
    outline: none;
}
/*!sc*/
data-styled.g1372[id="Video__StyledVideo-sc-kcnaws-3"] {
    content: "ewyOwg,";
}
/*!sc*/
.bqBABt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    -webkit-transition: opacity 0.4s ease-in-out,-webkit-transform 0.3s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out,transform 0.3s ease-in-out;
    transition: opacity 0.4s ease-in-out,transform 0.3s ease-in-out;
    z-index: 3;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
    background: linear-gradient(transparent,rgba(0,0,0,0.75));
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
/*!sc*/
.Video__Wrap-sc-kcnaws-0:hover .Video__Controls-sc-kcnaws-4 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/*!sc*/
data-styled.g1373[id="Video__Controls-sc-kcnaws-4"] {
    content: "bqBABt,";
}
/*!sc*/
.glVAep {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    color: #2d344e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    padding: 31px 24px 0;
}
/*!sc*/
@media (min-width:768px) {}
/*!sc*/
@media (max-width:767px) {}
/*!sc*/
.dUwKDX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    color: #2d344e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    padding: 0 24px;
}
/*!sc*/
@media (min-width:768px) {
    .dUwKDX {
        font-size: 24px;
        line-height: 33px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .dUwKDX {
        font-size: 22px;
        line-height: 28px;
    }
}
/*!sc*/
data-styled.g1374[id="FormBlock__Top-sc-hz017c-0"] {
    content: "glVAep,dUwKDX,";
}
/*!sc*/
.hFPFWZ {
    padding: 20px 24px 23px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
/*!sc*/
data-styled.g1375[id="FormBlock__Body-sc-hz017c-1"] {
    content: "hFPFWZ,";
}
/*!sc*/
.gVSUYa {
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    background-image: url("top-bg.png");
    padding-top: 40px;
    padding-bottom: 25px;
   
}
/*!sc*/
data-styled.g1412[id="Top__TopWrapper-sc-lbbvow-0"] {
    content: "gVSUYa,";
}
/*!sc*/
.kSRWdd {
    font-weight: 900;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 16px;
}
/*!sc*/
data-styled.g1413[id="Top__TopTitle-sc-lbbvow-1"] {
    content: "kSRWdd,";
}
/*!sc*/
.fxueaA {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 24px;
}
/*!sc*/
data-styled.g1414[id="Top__TopSubtitle-sc-lbbvow-2"] {
    content: "fxueaA,";
}
/*!sc*/
@media (min-width:1200px) {
    .bfCxKU {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
/*!sc*/
data-styled.g1415[id="Top__TopBottom-sc-lbbvow-3"] {
    content: "bfCxKU,";
}
/*!sc*/
@media (min-width:1200px) {
    .goZTpw {
        width: 785px;
    }
}
/*!sc*/
@media (max-width:1199px) {
    .goZTpw {
        margin-bottom: 30px;
    }
}
/*!sc*/
data-styled.g1416[id="Top__TopVideo-sc-lbbvow-4"] {
    content: "goZTpw,";
}
/*!sc*/
.bUckP {
    background-color: #fff;
    box-shadow: 0 4px 6px rgb(0 0 0 / 5%),0 1px 3px rgb(0 0 0 / 10%),inset 0 1px 0 rgb(255 255 255 / 10%);
    border-radius: 20px;
}
/*!sc*/
@media (min-width:1200px) {
    .bUckP {
        width: calc(100% - 795px);
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .bUckP {
        max-width: 368px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .bUckP {
        max-width: 340px;
    }
}
/*!sc*/
@media (max-width:1199px) {
    .bUckP {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
/*!sc*/
data-styled.g1417[id="Top__TopForm-sc-lbbvow-5"] {
    content: "bUckP,";
}
/*!sc*/
@media (min-width:768px) {
    .QCCVs {
        padding: 133px 0 123px;
        background: linear-gradient(to bottom,rgba(0,0,0,0) 113px,#0a2973 113px,#0a2973 calc(100% - 103px),rgba(0,0,0,0) calc(100% - 103px));
    }
}
/*!sc*/
@media (max-width:767px) {
    .QCCVs {
        padding: 50px 0;
        background: linear-gradient(to bottom,rgba(0,0,0,0) 110px,#0a2973 110px,#0a2973 calc(100% - 90px),rgba(0,0,0,0) calc(100% - 90px));
    }
}
/*!sc*/
data-styled.g1421[id="Access__AccessSection-sc-1vw4j3u-0"] {
    content: "QCCVs,";
}
/*!sc*/
@media (min-width:768px) {
    .hbcTdj {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
}
/*!sc*/
data-styled.g1422[id="Access__AccessContainer-sc-1vw4j3u-1"] {
    content: "hbcTdj,";
}
/*!sc*/
.VuoGH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 3px rgb(25 25 25 / 30%);
    padding: 20px;
}
/*!sc*/
@media (min-width:768px) {
    .VuoGH {
        width: 50%;
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .VuoGH {
        padding: 15px;
    }
}
/*!sc*/
@media (min-width:768px) {
    .VuoGH {
        margin-top: -70px;
        margin-right: 40px;
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .VuoGH {
        margin-right: 20px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .VuoGH {
        margin-bottom: 32px;
    }
}
/*!sc*/
data-styled.g1423[id="Access__AccessBlock1-sc-1vw4j3u-2"] {
    content: "VuoGH,";
}
/*!sc*/
.fLnPBx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 3px rgb(25 25 25 / 30%);
    padding: 20px;
}
/*!sc*/
@media (min-width:768px) {
    .fLnPBx {
        width: 50%;
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .fLnPBx {
        padding: 15px;
    }
}
/*!sc*/
@media (min-width:768px) {
    .fLnPBx {
        margin-bottom: -70px;
    }
}
/*!sc*/
data-styled.g1424[id="Access__AccessBlock2-sc-1vw4j3u-3"] {
    content: "fLnPBx,";
}
/*!sc*/
.hNMayT {
    font-size: 24px;
    margin-bottom: 32px;
    font-weight: 700;
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .hNMayT {
        font-size: 17px;
        margin-bottom: 20px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .hNMayT {
        font-size: 22px;
        margin-bottom: 22px;
    }
}
/*!sc*/
data-styled.g1425[id="Access__AccessTitle-sc-1vw4j3u-4"] {
    content: "hNMayT,";
}
/*!sc*/
.dHdZey {
    position: relative;
}
/*!sc*/
data-styled.g1426[id="Access__AccessList-sc-1vw4j3u-5"] {
    content: "dHdZey,";
}
/*!sc*/
.eSzWdT {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*!sc*/
.eSzWdT:not(:last-child) {
    margin-bottom: 16px;
}
/*!sc*/
data-styled.g1427[id="Access__AccessListItem-sc-1vw4j3u-6"] {
    content: "eSzWdT,";
}
/*!sc*/
.kTuXMZ {
    width: 60px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*!sc*/
.kTuXMZ img {
    display: block;
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .kTuXMZ {
        width: 40px;
        height: 40px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .kTuXMZ {
        width: 45px;
        height: 45px;
    }
}
/*!sc*/
data-styled.g1428[id="Access__AccessListImage-sc-1vw4j3u-7"] {
    content: "kTuXMZ,";
}
/*!sc*/
.fBVpRo {
    font-size: 18px;
    line-height: 1.375;
    padding-left: 12px;
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .fBVpRo {
        font-size: 16px;
    }
}
/*!sc*/
data-styled.g1429[id="Access__AccessListText-sc-1vw4j3u-8"] {
    content: "fBVpRo,";
}
/*!sc*/
.eGPbOC {
    position: relative;
    background-color: #2d344e;
}
/*!sc*/
@media (min-width:1200px) {
    .eGPbOC {
        padding: 60px 0;
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .eGPbOC {
        padding: 50px 0;
    }
}
/*!sc*/
@media (max-width:767px) {
    .eGPbOC {
        padding: 40px 0;
    }
}
/*!sc*/
data-styled.g1430[id="RangeSlider__RangeSection-sc-jm6yjc-0"] {
    content: "eGPbOC,";
}
/*!sc*/
.fHXXYg {
    position: absolute;
    top: 195px;
    right: 52px;
    font-weight: 300;
    color: #c6c6c6;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
/*!sc*/
@media (max-width:767px) {
    .fHXXYg {
        font-size: 11px;
        top: 174px;
        right: 33px;
    }
}
/*!sc*/
data-styled.g1431[id="RangeSlider__RangeMax-sc-jm6yjc-1"] {
    content: "fHXXYg,";
}
/*!sc*/
.iwwWiK {
    position: relative;
    padding-bottom: 40px;
    background-color: #fff;
}
/*!sc*/
@media (min-width:1200px) {
    .iwwWiK {
        max-width: 815px;
    }
}
/*!sc*/
.iwwWiK:before {
    content: '';
    background-image: url("lines.png");
    display: block;
    width: calc(100% - 149px);
    height: 17px;
    background-size: 100% 17px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 203px;
    left: 74px;
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .iwwWiK {
        max-width: 750px;
        padding-left: 0;
        padding-right: 0;
    }
    .iwwWiK:before {
        width: calc(100% - 131px);
        left: 65px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .iwwWiK {
        padding-left: 0;
        padding-right: 0;
    }
    .iwwWiK:before {
        bottom: 207px;
        left: 51px;
        width: calc(100% - 104px);
        background-size: 100% 10px;
        height: 10px;
    }
}
/*!sc*/
data-styled.g1432[id="RangeSlider__RangeContainer-sc-jm6yjc-2"] {
    content: "iwwWiK,";
}
/*!sc*/
@media (min-width:1200px) {
    .gqlUyL {
        padding: 60px 0;
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .gqlUyL {
        padding: 50px 0;
    }
}
/*!sc*/
@media (max-width:767px) {
    .gqlUyL {
        padding: 40px 0;
    }
}
/*!sc*/
data-styled.g1433[id="Licence__LicenceSection-sc-m5mcsx-0"] {
    content: "gqlUyL,";
}
/*!sc*/
.obObz {
    font-weight: 700;
    line-height: 1.375;
    text-align: center;
}
/*!sc*/
@media (min-width:1200px) {
    .obObz {
        font-size: 36px;
        margin-bottom: 32px;
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .obObz {
        font-size: 30px;
        margin-bottom: 24px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .obObz {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
/*!sc*/
data-styled.g1434[id="Licence__LicenceTitle-sc-m5mcsx-1"] {
    content: "obObz,";
}
/*!sc*/
.iBWRxo {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
/*!sc*/
@media (max-width:767px) {}
/*!sc*/
data-styled.g1435[id="Licence__LicenceText-sc-m5mcsx-2"] {
    content: "iBWRxo,";
}
/*!sc*/
.XzJYu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
/*!sc*/
@media (min-width:1200px) {
    .XzJYu {
        max-width: 320px;
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .XzJYu {
        max-width: 270px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .XzJYu {
        max-width: 220px;
    }
}
/*!sc*/
data-styled.g1436[id="Licence__LicenceImage-sc-m5mcsx-3"] {
    content: "XzJYu,";
}
/*!sc*/
.Vhmtx {
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    will-change: transform;
    width: 100%;
    max-width: 224px;
    min-height: 46px;
    background-color: #f79336;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 108.6%;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: auto;
}
/*!sc*/
.Vhmtx:active,
.Vhmtx:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #2d344e;
}
/*!sc*/
data-styled.g1437[id="Licence__LicenceButton-sc-m5mcsx-4"] {
    content: "Vhmtx,";
}
/*!sc*/
@media (min-width:1200px) {
    .ezuzIW {
        padding: 60px 0;
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .ezuzIW {
        padding: 50px 0;
    }
}
/*!sc*/
@media (max-width:767px) {
    .ezuzIW {
        padding: 40px 0;
    }
}
/*!sc*/
data-styled.g1438[id="Projects__ProjectsSection-sc-nxeqes-0"] {
    content: "ezuzIW,";
}
/*!sc*/
.WMctD {
    font-weight: 700;
    line-height: 1.375;
    text-align: center;
}
/*!sc*/
@media (min-width:1200px) {
    .WMctD {
        font-size: 36px;
        margin-bottom: 32px;
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .WMctD {
        font-size: 30px;
        margin-bottom: 24px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .WMctD {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
/*!sc*/
data-styled.g1439[id="Projects__ProjectsTitle-sc-nxeqes-1"] {
    content: "WMctD,";
}
/*!sc*/
.DucfT {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
    color: #fff;
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .DucfT {
        max-width: 768px;
    }
}
/*!sc*/
data-styled.g1440[id="Projects__ProjectsList-sc-nxeqes-2"] {
    content: "DucfT,";
}
/*!sc*/
.flTmfR {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*!sc*/
.flTmfR:nth-child(1) {
    background-image: url("proj1.jpg");
}
/*!sc*/
.flTmfR:nth-child(2) {
    background-image: url("proj2.jpg");
}
/*!sc*/
.flTmfR:nth-child(3) {
    background-image: url("proj3.jpg");
}
/*!sc*/
.flTmfR:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,rgba(255,255,255,0.6) 0%,rgba(45,52,78,0.36) 0.01%,rgba(0,0,0,0.6) 100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*!sc*/
.flTmfR:hover:before {
    background: linear-gradient(180deg,rgba(255,255,255,0.4) 0%,rgba(45,52,78,0.1) 0.01%,rgba(0,0,0,0.4) 100%);
}
/*!sc*/
@media (min-width:1200px) {
    .flTmfR {
        width: 33.3333%;
        min-height: 560px;
    }
}
/*!sc*/
@media (max-width:1199px) {
    .flTmfR {
        min-height: 400px;
        background-position: center;
    }
}
/*!sc*/
@media (max-width:767px) {
    .flTmfR {
        padding: 24px;
    }
}
/*!sc*/
data-styled.g1441[id="Projects__ProjectsListItem-sc-nxeqes-3"] {
    content: "flTmfR,";
}
/*!sc*/
.bKBdyc {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 16px;
}
/*!sc*/
@media (max-width:1450px) and (min-width:1200px) {
    .bKBdyc {
        font-size: 29px;
        line-height: 38px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .bKBdyc {
        font-size: 30px;
        line-height: 41px;
    }
}
/*!sc*/
data-styled.g1442[id="Projects__ProjectsListTitle-sc-nxeqes-4"] {
    content: "bKBdyc,";
}
/*!sc*/
.gvnkBi {
    position: relative;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 16px;
}
/*!sc*/
.gvnkBi br {
    display: none;
}
/*!sc*/
@media (max-width:1450px) and (min-width:1200px) {
    .gvnkBi br {
        display: block;
    }
}
/*!sc*/
data-styled.g1443[id="Projects__ProjectsListSubtitle-sc-nxeqes-5"] {
    content: "gvnkBi,";
}
/*!sc*/
.hEfAvX {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 32px;
}
/*!sc*/
@media (max-width:1450px) and (min-width:1200px) {
    .hEfAvX {
        font-size: 16px;
        line-height: 24px;
    }
}
/*!sc*/
data-styled.g1444[id="Projects__ProjectsListText-sc-nxeqes-6"] {
    content: "hEfAvX,";
}
/*!sc*/
@media (min-width:1200px) {
    .enxnFq {
        padding-top: 30px;
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .enxnFq {
        padding-top: 50px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .enxnFq {
        padding-top: 40px;
    }
}
/*!sc*/
data-styled.g1445[id="Logos__LogosWrapper-sc-ritltd-0"] {
    content: "enxnFq,";
}
/*!sc*/
.ewpyIo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*!sc*/
@media (min-width:1200px) {
    .ewpyIo {
        max-width: 785px;
    }
}
/*!sc*/
@media (max-width:767px) {
    .ewpyIo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
/*!sc*/
data-styled.g1446[id="Logos__LogosTop-sc-ritltd-1"] {
    content: "ewpyIo,";
}
/*!sc*/
.bbAjYr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*!sc*/
@media (min-width:1200px) {
    .bbAjYr {
        max-width: 785px;
    }
}
/*!sc*/
data-styled.g1447[id="Logos__LogosBottom-sc-ritltd-2"] {
    content: "bbAjYr,";
}
/*!sc*/
.filFSg {
    width: 64px;
}
/*!sc*/
.filFSg img {
    -webkit-filter:hue-rotate(354deg) brightness(2);
    filter:hue-rotate(354deg) brightness(2);
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;
    margin: auto;
}
/*!sc*/
.filFSg:hover img {
    -webkit-filter:none;
    filter:none;
    opacity: 1;
}
/*!sc*/
@media (max-width:767px) {
    .filFSg {
        width: 25%;
    }
}
/*!sc*/
data-styled.g1448[id="Logos__LogosItemTop-sc-ritltd-3"] {
    content: "filFSg,";
}
/*!sc*/
.imtZwV {
    width: 130px;
}
/*!sc*/
.imtZwV img {
    -webkit-filter:hue-rotate(354deg) brightness(2);
    filter:hue-rotate(354deg) brightness(2);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.4;
    display: block;
    margin: auto;
}
/*!sc*/
.imtZwV:hover img {
    -webkit-filter:none;
    filter:none;
    opacity: 1;
}
/*!sc*/
@media (max-width:767px) {
    .imtZwV {
        width: 31%;
        margin: 0 3px;
    }
    .imtZwV:nth-child(4),
    .imtZwV:nth-child(5) {
        margin-top: -40px;
    }
}
/*!sc*/
data-styled.g1449[id="Logos__LogosItemBottom-sc-ritltd-4"] {
    content: "imtZwV,";
}
/*!sc*/
.dwxEtx {
    background-color: #2d344e;
}
/*!sc*/
@media (min-width:1200px) {
    .dwxEtx {
        padding: 60px 0;
    }
}
/*!sc*/
@media (min-width:768px) and (max-width:1199px) {
    .dwxEtx {
        padding: 50px 0;
    }
}
/*!sc*/
@media (max-width:767px) {
    .dwxEtx {
        padding: 40px 0;
    }
}
/*!sc*/
data-styled.g1451[id="FormMain__FormWrapper-sc-1kyq6fx-0"] {
    content: "dwxEtx,";
}
/*!sc*/
.hQHOPu {
    background-color: #fff;
    padding: 39px 0 0 !important;
}
/*!sc*/
@media (min-width:768px) {
    .hQHOPu {
        max-width: 416px;
    }
}
/*!sc*/
data-styled.g1452[id="FormMain__FormContainer-sc-1kyq6fx-1"] {
    content: "hQHOPu,";
}
/*!sc*/
.jRQMBU {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
}
/*!sc*/
.jRQMBU img {
    height: 73px;
}
/*!sc*/
data-styled.g1453[id="FormMain__FormLogo-sc-1kyq6fx-2"] {
    content: "jRQMBU,";
}
/*!sc*/
.jDYIXn {
    padding: 16px 0;
}
/*!sc*/
data-styled.g1454[id="Bottom__BottomWrapper-sc-19gfn3r-0"] {
    content: "jDYIXn,";
}
/*!sc*/
.ljYrMc {
    font-size: 16px;
    line-height: 22px;
    color: #9398a7;
    text-align: center;
}
/*!sc*/
@media (max-width:767px) {
    .ljYrMc {
        font-size: 12px;
        line-height: 20px;
    }
}
/*!sc*/
data-styled.g1455[id="Bottom__BottomText-sc-19gfn3r-1"] {
    content: "ljYrMc,";
}
/*!sc*/
body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.26;
    font-weight: 400;
    color: #2d344e;
    background: linear-gradient(180deg,#f6f9fe 0%,#f9fbff 100%);
}
/*!sc*/
data-styled.g1456[id="sc-global-hvQBfV1"] {
    content: "sc-global-hvQBfV1,";
}
/*!sc*/
.dtlHeP {
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}
/*!sc*/
data-styled.g1457[id="react_cdlc__Wrapper-sc-1q363sv-0"] {
    content: "dtlHeP,";
}
/*!sc*/

#playPauseButton {
    background-color: orange; /* Set the button background color to orange */
    border: none; /* Remove the button border */
    border-radius: 0; /* Remove any rounded corners */
    padding: 0; /* Remove any padding */
    cursor: pointer; /* Change the cursor to a pointer on hover */
    display: flex;
    align-items: center;
    justify-content: center;
}

#playPauseButton svg {
    fill: #000; /* Set the fill color of the SVG to black */
    width: 15px;
    height: 15px;
}
