.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    padding: 0;
    counter-reset: ordered;
}

ol li {
    position: relative;
    margin-left: calc(1em + 10px);
}

ol li:before {
    counter-increment: ordered;
    content: counter(ordered) ".";
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0;
    margin: 0;
    left: calc(-1em - 10px);
    position: absolute;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: initial;
}

.blueimp-gallery ol li:before {
    content: "";
    display: none;
}

ul {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    padding: 0;
}

ul li {
    /* position: relative; */
    /* margin-left: calc(1em + 10px); */
}

ul li:before {
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0;
    margin: 0;
    left: calc(-1em - 10px);
    position: absolute;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: initial;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b, strong {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

body {
    font-family: 'Arial', 'sans-serif';
    line-height: 1;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    outline: 0;
}

b, strong {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.row {
    height: 100%;
}

.row:before {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

[class*="col-"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 764px) {
    [class*="col-"] {
        float: left;
        height: 100%;
    }

    .col-12 {
        width: 100%;
    }

    .col-11 {
        width: 91.66666667%;
    }

    .col-10 {
        width: 83.33333333%;
    }

    .col-9 {
        width: 75%;
    }

    .col-8 {
        width: 66.66666667%;
    }

    .col-7 {
        width: 58.33333333%;
    }

    .col-6 {
        width: 50%;
    }

    .col-5 {
        width: 41.66666667%;
    }

    .col-4 {
        width: 33.33333333%;
    }

    .col-3 {
        width: 25%;
    }

    .col-2 {
        width: 16.66666667%;
    }

    .col-1 {
        width: 8.33333333%;
    }
}

.widget {
    position: absolute;
}

.widget-section {
    position: relative;
}

.widget-smartsection {
    position: relative;
}

.widget-smartsection .container {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

.widget-section .container {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

.widget-button {
    cursor: pointer;
}

.widget-input-button {
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.widget-form input[type="text"], .widget-form textarea {
    box-sizing: content-box;
}

.widget-form .file-input-container {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.widget-form .file-input-container .file-input-button {
    border-radius: 3px;
    border: 1px solid #999;
    box-sizing: content-box;
    color: #000;
    background-color: #ebebeb;
    background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
    background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
    background-image: -o-linear-gradient(top, #fff, #cdcdcd);
    background-image: linear-gradient(to bottom, #fff, #cdcdcd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
    display: block;
    font-family: Arial, sans-serif;
    font-size: 10px;
    padding: 4px 5px 3px;
    margin: -9px 0 0;
    position: absolute;
    height: 10px;
    width: auto;
    top: 50%;
    right: 6px;
    line-height: 1;
    outline: 0;
    max-width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.widget-form .file-input-container .file-input {
    cursor: pointer;
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    z-index: 1;
}

a.widget-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.container-column {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.radio-container {
    position: relative;
}

.widget-icon::before, .widget-icon i::before, .widget-popupcloser::before, .widget-popupcloser i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.widget-popupcloser {
    z-index: 2147483647 !important;
}

.widget-text a {
    color: inherit;
}

.counter-type-4 .widget-container::after {
    background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0);
}

.widget-button[version="2"] .widget-text, .widget-contact[version="2"] .widget-text, .widget-button[version="3"] .widget-text, .widget-contact[version="3"] .widget-text {
    white-space: nowrap;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-button[version="2"] .widget-text, .widget-contact[version="2"] .widget-text {
    left: 0;
    position: absolute !important;
}

.widget-button .widget-overlay, .widget-contact .widget-overlay, .widget-input-button .widget-overlay {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-button:hover .widget-overlay, .widget-contact:hover .widget-overlay, .widget-input-button:hover .widget-overlay {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

img[data-gallery]:hover {
    cursor: pointer;
}

.form-tooltip {
    position: absolute;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 16699999;
    cursor: pointer;
}

.form-tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.form-tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.form-tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.form-tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.form-tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.form-tooltip-inner {
    max-width: 500px;
    padding: 8px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}

.form-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.form-tooltip.top .form-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.form-tooltip.top-left .form-tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.form-tooltip.top-right .form-tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.form-tooltip.right .form-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.form-tooltip.left .form-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.form-tooltip.bottom .form-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.form-tooltip.bottom-left .form-tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.form-tooltip.bottom-right .form-tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.hidden {
    display: none;
}

.bg-cover, .bg-cover .container {
    background-size: cover;
}

.bg-contain, .bg-contain .container {
    background-size: contain;
}

@media screen and (max-width: 763px) {
    .form-tooltip-inner {
        max-width: 304px;
        padding: 8px;
    }
}

html[dir="rtl"] input[type="tel"], .landingi-popup-body[dir="rtl"] input[type="tel"] {
    direction: rtl;
}

html[dir="rtl"] .widget-counterv2, .landingi-popup-body[dir="rtl"] .widget-counterv2 {
    flex-direction: row-reverse;
}

html[dir="rtl"] .widget-form, .landingi-popup-body[dir="rtl"] .widget-form {
    direction: ltr;
}

html[dir="rtl"] .widget-form .widget-container, .landingi-popup-body[dir="rtl"] .widget-form .widget-container {
    direction: rtl;
}

html {
    font-size: 16px;
}

body {
    font-size: 16px;
}

body {
    background-color: #1c1d26;
    background-image: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container {
    display: none;
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: #0c2a4d;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    z-index: auto;
    display: block;
    /* box-shadow: 0 0px 1px 2px #7076b5; */
}

#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container {
    background-color: transparent;
    background-image: none;
}

#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container > .video-iframe-container {
    display: none;
}

#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row > .video-iframe-container {
    display: none;
}

#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container {
    border-width: 0;
    border-radius: 0;
}

#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 78px;
    width: 1200px;
    position: relative;
    display: block;
}

#pX42l4qbKFn0CzaftTa3OA9oWwSoUNbG {
    position: absolute;
    display: block;
    z-index: 15008;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 45px;
    width: 110px;
    top: 17px;
    left: 0px;
    overflow: hidden;
    display: block;
}

#T4DTrTgoP53NGA6aEZLvTiLxlO6JTcpb {
    position: absolute;
    display: block;
    z-index: 15008;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 36px;
    width: 36px;
    top: 21px;
    left: 1164.0000152588px;
    overflow: hidden;
    display: block;
}

#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: rgba(28,29,38,0.5);
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container {
    background-color: transparent;
    background-image: none;
}

#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container > .video-iframe-container {
    display: none;
}

#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container {
    display: none;
}

#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container {
    border-width: 0;
    border-radius: 0;
}

#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 460px;
    width: 1200px;
    position: relative;
    display: block;
}

#IiB3nNkuLUzXwFBv6sw911dDuvdSTODF {
    color: #ffffff;
    display: block;
    width: 468px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15002;
    line-height: 1.3;
    letter-spacing: 0;
    top: 149px;
    left: 0px;
    height: 41.6px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#cmaxuWEh6cMZkpTVsKENBv7bHWsU3aSf {
    color: #ffffff;
    display: block;
    width: 323px;
    position: absolute;
    font-family: figtree;
    font-size: 35px;
    font-weight: 700;
    z-index: 15004;
    line-height: 1.3;
    letter-spacing: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    top: 33px;
    left: 0px;
    height: 45.5px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#kfFRIJgPyleTziVqpMOT3Vilc42bp0U9 {
    position: absolute;
    display: block;
    z-index: 15022;
    height: 31px;
    width: 317px;
    top: 40.25px;
    left: 688px;
    display: block;
}

#KD5bi9bwbTCof2wNMntuwATz30UEwDaz {
    color: #ffffff;
    display: block;
    width: 267px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15003;
    line-height: 1.3;
    letter-spacing: 0;
    top: 209px;
    left: 28px;
    height: 20.8px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#GpNgUSaD4klEqSAg3bJm4Co9lbZ8lIJ3 {
    position: absolute;
    display: block;
    z-index: 15023;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 18px;
    top: 208px;
    left: 0px;
    overflow: hidden;
    display: block;
}

#aaEbfZILR6KpnfKH0hguyapTEtBNOTP9 {
    position: absolute;
    display: block;
    z-index: 15024;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 18px;
    top: 292px;
    left: 0px;
    overflow: hidden;
    display: block;
}

#keHpOVJTaxqLREULCl5JuUhy723IyDeL {
    color: #ffffff;
    display: block;
    width: 267px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15004;
    line-height: 1.3;
    letter-spacing: 0;
    top: 292px;
    left: 28px;
    height: 20.8px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#c1gUkoegTb6oeLD6dw3oz1RBfMNfHMHL {
    color: #ffffff;
    display: block;
    width: 349px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15005;
    line-height: 1.3;
    letter-spacing: 0;
    top: 326px;
    left: 28px;
    height: 20.8px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#SNIfO1nmt2PSXtxAIdKgP1gVDqRibrWT {
    position: absolute;
    display: block;
    z-index: 15025;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 18px;
    top: 326px;
    left: 0px;
    overflow: hidden;
    display: block;
}

#LxcW4DH5KsleacQ5ByPb9ZD4rw1HO50c {
    color: #ffffff;
    display: block;
    width: 81px;
    position: absolute;
    font-family: figtree;
    font-size: 14px;
    font-weight: 400;
    z-index: 15006;
    line-height: 1.3;
    letter-spacing: 0;
    top: 328px;
    left: 377.00001525879px;
    height: 18.2px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    text-align-last: left;
    display: block;
}

#r8ynbTPP9KyZtZqCpizWcaIT9spzbcTZ {
    position: absolute;
    display: block;
    z-index: 15026;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 40px;
    width: 115px;
    top: 39px;
    left: 323px;
    overflow: hidden;
    display: block;
}

#h14aXOMSknfEGKUwchneW4CMIcfxcZGB {
    color: #ffffff;
    display: block;
    width: 15px;
    position: absolute;
    font-family: figtree;
    font-size: 24px;
    font-weight: 700;
    z-index: 15005;
    line-height: 1.3;
    letter-spacing: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    top: 33px;
    left: 443.80000305176px;
    height: 31.2px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#ZPZXMgclqobU3krzdiSDdG8hc92MWX9T {
    color: #ffffff;
    display: block;
    width: 34px;
    position: absolute;
    font-family: figtree;
    font-size: 35px;
    font-weight: 700;
    z-index: 15005;
    line-height: 1.3;
    letter-spacing: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    top: 78.5px;
    left: 0px;
    height: 45.5px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#xwO8bkW8eotcfHPB2EzwNW7TI2h4KuHX {
    position: absolute;
    display: block;
    z-index: 15027;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 34px;
    width: 94px;
    top: 84.25px;
    left: 34px;
    overflow: hidden;
    display: block;
}

#xhKGk0UV6hiRkkIJwKMHmd7wPHkNJvNK {
    color: #ffffff;
    display: block;
    width: 391px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15006;
    line-height: 1.3;
    letter-spacing: 0;
    top: 360px;
    left: 28px;
    height: 41.6px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#JsqTsNAE22yP4Txk0VxbslZkTNvkluiH {
    position: absolute;
    display: block;
    z-index: 15026;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 18px;
    top: 359.39999389648px;
    left: 0px;
    overflow: hidden;
    display: block;
}

#zKakn1LXI7EGwAheSgEZHvNmrX3Su1fW {
    color: #b7b7bb;
    display: block;
    width: 357px;
    position: absolute;
    font-family: figtree;
    font-size: 12px;
    font-weight: 400;
    z-index: 15007;
    line-height: 1.3;
    letter-spacing: 0;
    top: 410.20001220703px;
    left: 0px;
    height: 31.1875px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#b1hQf76C3GLylE8spcsy4FRLbzoK8uRS {
    color: rgba(0,0,0,0);
    display: block;
    width: 323px;
    position: absolute;
    font-family: figtree;
    font-size: 35px;
    font-weight: 700;
    z-index: 15001;
    line-height: 1.3;
    letter-spacing: 0;
    top: 0px;
    left: 0px;
    height: 91px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#QvSUSRhrS1ZDA3tPckeKZTlnKH6gnDTe {
    color: #ffffff;
    display: block;
    width: 417px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15004;
    line-height: 1.3;
    letter-spacing: 0;
    top: 239.80001831055px;
    left: 29px;
    height: 41.6px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#Eq3N46ROxrpmhlrHnpBuBqJAsGxCTfxZ {
    position: absolute;
    display: block;
    z-index: 15024;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 18px;
    top: 238.60000610352px;
    left: 0px;
    overflow: hidden;
    display: block;
}

#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: rgba(28,29,38,0.5);
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container {
    background-color: transparent;
    background-image: none;
}

#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container > .video-iframe-container {
    display: none;
}

#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row > .video-iframe-container {
    display: none;
}

#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container {
    border-width: 0;
    border-radius: 0;
}

#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 120px;
    width: 1200px;
    position: relative;
    display: block;
}

#AieWevhzvm2ntT0LVftBbSNwoPmp7Dtz {
    color: #ffffff;
    display: block;
    width: 138px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 400;
    z-index: 15003;
    line-height: 1.3;
    letter-spacing: 0;
    top: 16px;
    left: 186px;
    height: 26px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
    text-align-last: center;
    display: block;
}

#zVsTiTUUAQGreoTgE45Cb9xVoSnbJe6y {
    background-color: #f30f52;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 164px;
    height: 58px;
    text-decoration: none;
    z-index: 15028;
    text-align: center;
    text-align-last: center;
    top: 0px;
    left: 0px;
    display: block;
}

#neGWPRG5ioeByoN0VsVrvdSzB6GUbPaI {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#izKC8D4gccT3MEIOam2BOGb38oiT8odF {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: rgba(28,29,38,0.5);
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container {
    background-color: transparent;
    background-image: none;
}

#izKC8D4gccT3MEIOam2BOGb38oiT8odF::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container > .video-iframe-container {
    display: none;
}

#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container {
    display: none;
}

#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container {
    border-width: 0;
    border-radius: 0;
}

#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 567px;
    width: 1200px;
    position: relative;
    display: block;
}

#Bq2zv6vQ5lpPI5HcRNPDFeWVTZS5EwJi {
    color: #ffffff;
    display: block;
    width: 468px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15002;
    line-height: 1.3;
    letter-spacing: 0;
    top: 149px;
    left: 0px;
    height: 41.6px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#TLZdZzVQCJTmhHNHmbPsfDLi667HBe5p {
    color: #ffffff;
    display: block;
    width: 323px;
    position: absolute;
    font-family: figtree;
    font-size: 35px;
    font-weight: 700;
    z-index: 15004;
    line-height: 1.3;
    letter-spacing: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    top: 33px;
    left: 0px;
    height: 45.5px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#zqRQHbPoU5JVIw8aWXH9WtIJmh3BqlgU {
    color: #ffffff;
    display: block;
    width: 267px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15003;
    line-height: 1.3;
    letter-spacing: 0;
    top: 209px;
    left: 28px;
    height: 20.8px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#Fbfvfolq35AVPE8dTlKmm6OXmTdqTpP9 {
    position: absolute;
    display: block;
    z-index: 15023;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 18px;
    top: 208px;
    left: 0px;
    overflow: hidden;
    display: block;
}

#LFWOAme2HSPd0kCZIQZDbfFzgSTBG8zk {
    position: absolute;
    display: block;
    z-index: 15024;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 18px;
    top: 293px;
    left: 0px;
    overflow: hidden;
    display: block;
}

#GSFqUTPdI19zgm2lbJTLTedQh7uQI2AQ {
    color: #ffffff;
    display: block;
    width: 267px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15004;
    line-height: 1.3;
    letter-spacing: 0;
    top: 293px;
    left: 28px;
    height: 20.8px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#LGczeI5Ps6nkalri0bor2gHMFWBiUr3W {
    color: #ffffff;
    display: block;
    width: 349px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15005;
    line-height: 1.3;
    letter-spacing: 0;
    top: 327px;
    left: 28px;
    height: 20.8px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#nx6h9dsghupOfhp4T45TVDe3yCx9Ebht {
    position: absolute;
    display: block;
    z-index: 15025;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 18px;
    top: 327px;
    left: 0px;
    overflow: hidden;
    display: block;
}

#gzcEqBximatvgJQMBCCv87nF4qPuJxN5 {
    color: #ffffff;
    display: block;
    width: 81px;
    position: absolute;
    font-family: figtree;
    font-size: 14px;
    font-weight: 400;
    z-index: 15006;
    line-height: 1.3;
    letter-spacing: 0;
    top: 329px;
    left: 377.00001525879px;
    height: 18.2px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    text-align-last: left;
    display: block;
}

#b57z471TMnMDMr6tMs9Dalpd56pOF14V {
    position: absolute;
    display: block;
    z-index: 15026;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 40px;
    width: 115px;
    top: 39px;
    left: 323px;
    overflow: hidden;
    display: block;
}

#K7OBzin4B2yVh5KJqT7cT07mzd1iIkiO {
    color: #ffffff;
    display: block;
    width: 15px;
    position: absolute;
    font-family: figtree;
    font-size: 24px;
    font-weight: 700;
    z-index: 15005;
    line-height: 1.3;
    letter-spacing: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    top: 33px;
    left: 443.80000305176px;
    height: 31.2px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#O1ktDTgHEM5FcIB8orsFlJRzHI8g55H4 {
    color: #ffffff;
    display: block;
    width: 34px;
    position: absolute;
    font-family: figtree;
    font-size: 35px;
    font-weight: 700;
    z-index: 15005;
    line-height: 1.3;
    letter-spacing: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    top: 78.5px;
    left: 0px;
    height: 45.5px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#xXnwEKv3rN1IS56LL63ALnheMQIT4bbH {
    position: absolute;
    display: block;
    z-index: 15027;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 34px;
    width: 94px;
    top: 84.25px;
    left: 34px;
    overflow: hidden;
    display: block;
}

#NVqBKp0t4yspok2TZmOzPnmRc5BUoE4K {
    color: #ffffff;
    display: block;
    width: 391px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15006;
    line-height: 1.3;
    letter-spacing: 0;
    top: 361px;
    left: 28px;
    height: 41.6px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#h2lXPdLVCJ6g8LB3B5FnquCpitM95LRa {
    position: absolute;
    display: block;
    z-index: 15026;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 18px;
    top: 360.40002441406px;
    left: 0px;
    overflow: hidden;
    display: block;
}

#cuQ8XQJd75NSwoFW3AJ0uoWu5RiM6rXE {
    color: #b7b7bb;
    display: block;
    width: 357px;
    position: absolute;
    font-family: figtree;
    font-size: 12px;
    font-weight: 400;
    z-index: 15007;
    line-height: 1.3;
    letter-spacing: 0;
    top: 414px;
    left: 0px;
    height: 31.1875px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#AouV4wGtBvQrJIaoNUR5TpyOAoWai63d {
    background-color: #ffffff;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    box-sizing: border-box;
    color: #0a0a10;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 249px;
    height: 58px;
    text-decoration: none;
    z-index: 15028;
    text-align: center;
    text-align-last: center;
    top: 467px;
    left: 0px;
    display: block;
}

#WxnCv3fPArdnfpRDTPNRku9RrkbcQ7cx {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#kOzuBksp3vAJqIooEvWmRDJ2nAAaDOxH {
    background-color: #06e7be;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    box-sizing: border-box;
    color: #0a0a10;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 294px;
    height: 58px;
    text-decoration: none;
    z-index: 15029;
    text-align: center;
    text-align-last: center;
    top: 467px;
    left: 906.00001525879px;
    display: block;
}

#rOEpgi6WOXmLGohmbAcPrQ6fpxO98NiH {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#SrsfHWsIxbqRE8LBF8vhuaq9dK3gOnRJ {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    box-sizing: border-box;
    color: #0a0a10;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 294px;
    height: 58px;
    text-decoration: none;
    z-index: 15032;
    text-align: center;
    text-align-last: center;
    top: 467px;
    left: 906.00001525879px;
    display: block;
}

#L0WvGJg60dXW6nN455fu4PN7UU5POFVD {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#ePn27MpCqHMScaw3C62PKB5K0NzN1r6m {
    position: absolute;
    display: block;
    z-index: 15031;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 28px;
    width: 230px;
    top: 482px;
    left: 938.00001525879px;
    overflow: hidden;
    display: block;
}

#OAaTQFyCEPrRU2XKxee8qM6DE7rCRKT8 {
    position: absolute;
    display: block;
    z-index: 15024;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 18px;
    top: 238.80001831055px;
    left: 0px;
    overflow: hidden;
    display: block;
}

#IEcnnUsan0yJDxeClCsWNZX7no58A7fE {
    color: #ffffff;
    display: block;
    width: 409px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15005;
    line-height: 1.3;
    letter-spacing: 0;
    top: 238.79998779297px;
    left: 28px;
    height: 41.6px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 {
    position: relative;
    display: block;
}

#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 {
    background-color: transparent;
    background-image: none;
}

#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row .container > .video-iframe-container {
    display: none;
}

#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row > .video-iframe-container {
    display: none;
}

#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 {
    border-width: 0;
    border-radius: 0;
}

#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 658px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#Cqb1AZHSkRhdZI2mCBiC9aDFTDB6Zbty {
    position: absolute;
    display: block;
    z-index: 15000;
    height: 659px;
    width: 1200px;
    top: 0px;
    left: 0px;
    display: block;
}

#yTQkoam3tvCVJ8sop0nhwVkEwDAiSdIn {
    position: absolute;
    display: block;
    z-index: 15004;
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #1c1d26);
    background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #1c1d26);
    background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #1c1d26);
    background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #1c1d26);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1d26' );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1d26' );";
    background-image: linear-gradient(180deg, rgba(0,0,0,0), #1c1d26);
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 144px;
    width: 1200px;
    top: 514px;
    left: 0px;
    display: block;
}

#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 {
    position: relative;
    display: block;
}

#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 {
    background-color: transparent;
    background-image: none;
}

#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row .container > .video-iframe-container {
    display: none;
}

#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row > .video-iframe-container {
    display: none;
}

#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 {
    border-width: 0;
    border-radius: 0;
}

#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 13px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container {
    background-color: transparent;
    background-image: none;
}

#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container > .video-iframe-container {
    display: none;
}

#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row > .video-iframe-container {
    display: none;
}

#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container {
    border-width: 0;
    border-radius: 0;
}

#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 218px;
    width: 1200px;
    position: relative;
    display: block;
}

#ueFhSFbK3qa9Ng2khkF2zMhWhlIaXma0 {
    position: absolute;
    display: block;
    z-index: 15000;
    background-color: #25273a;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 72px;
    width: 1040px;
    top: 17px;
    left: 80px;
    display: block;
}

#v3AyTs0ae6v8tGgOusb1e9Wf0mUedbE7 {
    position: absolute;
    display: block;
    z-index: 15001;
    background-color: transparent;
    background-image: none;
    border-top: 2px solid #25273a;
    border-left: 2px solid #25273a;
    border-right: 2px solid #25273a;
    border-bottom: 2px solid #25273a;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 106px;
    width: 1036px;
    top: 79px;
    left: 80px;
    display: block;
}

#BCwSO5wMMslTiDzCfnKeo9nd1ygnhfVQ {
    position: absolute;
    display: block;
    z-index: 15002;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 10px;
    width: 26px;
    top: 89px;
    left: 587px;
    overflow: hidden;
    display: block;
}

#Pg8eqDVUNeIFHHyE4b2EAEsKoLnIa1xk {
    color: #ffffff;
    display: block;
    width: 327px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    z-index: 15005;
    line-height: 1.3;
    letter-spacing: 0;
    top: 40px;
    left: 106px;
    height: 26px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    text-align-last: left;
    display: block;
}

#hVA8GXnXDqdTMbeeyT1Z42qiwxBNRPJU {
    color: #ffffff;
    display: block;
    width: 666px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15006;
    line-height: 1.5;
    letter-spacing: 0;
    top: 115px;
    left: 139px;
    height: 48px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    text-align-last: left;
    display: block;
}

#NW5oeW93nIT2BJFIZfLElie9fLTzTGp8 {
    background-color: #ffffff;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    box-sizing: border-box;
    color: #0a0a10;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 222px;
    height: 48px;
    text-decoration: none;
    z-index: 15201;
    text-align: center;
    text-align-last: center;
    top: 114px;
    left: 851px;
    display: block;
}

#v49NEacQWmLzTQqnZ0meDaJPOITcAsNv {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#H9C2t2ZArIsIH9XwS2kxAkxiz1nCnsOG {
    color: #9faadc;
    display: block;
    width: 109px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15007;
    line-height: 1.3;
    letter-spacing: 0;
    top: 141px;
    left: 311.5px;
    height: 20.8px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    text-align-last: left;
    display: block;
}

#AJQqry3pJKAxJd6boVIgvyybNO1Tl6Ay {
    position: absolute;
    display: block;
    z-index: 15202;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 35px;
    top: 43px;
    left: 1012px;
    overflow: hidden;
    display: block;
}

#yIHoLoabvn4QW1kVbA6BasuooOtMtdNw {
    position: absolute;
    display: block;
    z-index: 15203;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 35px;
    top: 43px;
    left: 1056px;
    overflow: hidden;
    display: block;
}

#MTdaQCAZe3kbbbcowGx1tbTHCTF74U23 {
    position: absolute;
    display: block;
    z-index: 15204;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 35px;
    top: 43px;
    left: 969px;
    overflow: hidden;
    display: block;
}

#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container {
    background-color: transparent;
    background-image: none;
}

#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container > .video-iframe-container {
    display: none;
}

#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row > .video-iframe-container {
    display: none;
}

#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container {
    border-width: 0;
    border-radius: 0;
}

#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 296px;
    width: 1200px;
    position: relative;
    display: block;
}

#GPpwoy6k89VJONTWkVp2DuCFbRvBKoxJ {
    position: absolute;
    display: block;
    z-index: 15000;
    background-color: #25273a;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 72px;
    width: 1040px;
    top: 17px;
    left: 80px;
    display: block;
}

#afVvs4IN0Z25zlZKX1wUyIB9I75tiz7S {
    position: absolute;
    display: block;
    z-index: 15001;
    background-color: transparent;
    background-image: none;
    border-top: 2px solid #25273a;
    border-left: 2px solid #25273a;
    border-right: 2px solid #25273a;
    border-bottom: 2px solid #25273a;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 129px;
    width: 1036px;
    top: 80px;
    left: 80px;
    display: block;
}

#CEcm1qTJa30oXuM53wHTn0gBDnhOl14c {
    position: absolute;
    display: block;
    z-index: 15002;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 10px;
    width: 26px;
    top: 89px;
    left: 587px;
    overflow: hidden;
    display: block;
}

#VDT5LvpzPbaINQznAp8hLs0PK6WnZrD4 {
    color: #ffffff;
    display: block;
    width: 757px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    z-index: 15005;
    line-height: 1.3;
    letter-spacing: 0;
    top: 40px;
    left: 106px;
    height: 26px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    text-align-last: left;
    display: block;
}

#Tih2t5ulxirBOlmvllKcJB351aDmax4D {
    position: absolute;
    display: block;
    z-index: 15006;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 126px;
    display: block;
}

#tI68JL57Awovzz8VJlxk0Ih8AD5R6QIm {
    position: absolute;
    display: block;
    z-index: 15007;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 222px;
    display: block;
}

#DWeUNIgMvylvL8m4NJaJTUFcSAlpbglb {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 318px;
    display: block;
}

#VfTMH0l2UvoaZ1JyTd0uaCgXq0nAeGuV {
    position: absolute;
    display: block;
    z-index: 15009;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 415px;
    display: block;
}

#OAuaRhFB5uNiRRiHtiD9v30NazryR0Mr {
    position: absolute;
    display: block;
    z-index: 15016;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 64px;
    top: 136.5px;
    left: 134px;
    overflow: hidden;
    display: block;
}

#pTfDL9vBkUUHLloZcE7mW96JCU7cNRGW {
    position: absolute;
    display: block;
    z-index: 15017;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 64px;
    top: 136.5px;
    left: 230px;
    overflow: hidden;
    display: block;
}

#JOcfLq9FJPGL2O0OwSa0BqsTClZhl4G1 {
    position: absolute;
    display: block;
    z-index: 15018;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 64px;
    top: 136.5px;
    left: 326px;
    overflow: hidden;
    display: block;
}

#zrJLD4G2TptlJ6yglzDZqRRhk6bWrDG1 {
    position: absolute;
    display: block;
    z-index: 15019;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 64px;
    top: 136.5px;
    left: 423px;
    overflow: hidden;
    display: block;
}

#FrXFC88gbiy2ZGGr3TP4IDczifwXaoCi {
    position: absolute;
    display: block;
    z-index: 15027;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 188px;
    overflow: hidden;
    display: block;
}

#FL2ynnBEn1zoeQ1PrJ5OemIytqhWBO7o {
    position: absolute;
    display: block;
    z-index: 15028;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 286px;
    overflow: hidden;
    display: block;
}

#vTCcKqVCurDAZ7BBVb3uJHFHHnDqshGt {
    position: absolute;
    display: block;
    z-index: 15029;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 382px;
    overflow: hidden;
    display: block;
}

#qQwbs4hFisR3D40SWNat7aQtpFoTh3G6 {
    position: absolute;
    display: block;
    z-index: 15030;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 478px;
    overflow: hidden;
    display: block;
}

#ehx8UIeGy86nx37mTH8bgvoUa9b6KwHF {
    background-color: #ff144b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    box-sizing: border-box;
    color: #f3f4fa;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 186px;
    height: 48px;
    text-decoration: none;
    z-index: 15200;
    text-align: center;
    text-align-last: center;
    top: 181px;
    left: 507px;
    display: none;
}

#a9RWSxrPMBfDc3LTySbDBoiHVqx9CPXS {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#LH6ZqfUF85cANEKQxfE96TKh2fpNp0eT {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15206;
    text-align: center;
    text-align-last: center;
    top: 110px;
    left: 222px;
    display: block;
}

#CfkGb7xZDxoPtmm2qF3KoZyqzWpmoFBE {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#P3q1fNPkHZUCNfaoDwzeltiaVECZc39I {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15207;
    text-align: center;
    text-align-last: center;
    top: 106.5px;
    left: 318px;
    display: block;
}

#zZgQuIm32QI8bui7qKN0Sl396ScraJ9M {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#Csa8LDborsb9w8P4IyxvNI8Nt1ytW13J {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15208;
    text-align: center;
    text-align-last: center;
    top: 111px;
    left: 126px;
    display: block;
}

#xAN8FTgWKtLKxmB5SsLeotpqToBHRTx3 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#vufTAS0Hs0OTEJTOgkKpfqvr6fCbxdl7 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15209;
    text-align: center;
    text-align-last: center;
    top: 110px;
    left: 415px;
    display: block;
}

#o6MaUUWGllnRZG3Z6LFMbcDdN1atuCpg {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#Re5lWOFsnAwfVqU4mT3iwTb3GXW9QL5h {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 14px;
    width: 48px;
    display: none;
}

#hRVwTISLRnC41FqocgDXMUPap0vDLRTd {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 14px;
    width: 48px;
    display: none;
}

#ahXqv01Tg45R15toOiDC49JdBgbsXrmP {
    box-sizing: content-box;
    height: 8px;
    width: 8px;
    position: absolute;
    border-top-right-radius: 600px;
    border-bottom-right-radius: 600px;
    border-bottom-left-radius: 600px;
    border-top-left-radius: 600px;
    display: block;
    z-index: 15214;
    background-color: #b4b4b4;
    background-image: none;
    top: 174px;
    left: 134px;
    display: block;
}

#wMQl7dbHvBKOxhrQ7rFBHTIgu8RXUdGS {
    box-sizing: content-box;
    height: 8px;
    width: 8px;
    position: absolute;
    border-top-right-radius: 600px;
    border-bottom-right-radius: 600px;
    border-bottom-left-radius: 600px;
    border-top-left-radius: 600px;
    display: block;
    z-index: 15215;
    background-color: #b4b4b4;
    background-image: none;
    top: 174px;
    left: 230px;
    display: block;
}

#tf5nOEU6rZPkeCbrmt9sMlZuI4TEGUzz {
    box-sizing: content-box;
    height: 8px;
    width: 8px;
    position: absolute;
    border-top-right-radius: 600px;
    border-bottom-right-radius: 600px;
    border-bottom-left-radius: 600px;
    border-top-left-radius: 600px;
    display: block;
    z-index: 15216;
    background-color: #b4b4b4;
    background-image: none;
    top: 174px;
    left: 326px;
    display: block;
}

#DLNdDWfZBuseaESUE926IhWmJsZTILgh {
    box-sizing: content-box;
    height: 8px;
    width: 8px;
    position: absolute;
    border-top-right-radius: 600px;
    border-bottom-right-radius: 600px;
    border-bottom-left-radius: 600px;
    border-top-left-radius: 600px;
    display: block;
    z-index: 15217;
    background-color: #b4b4b4;
    background-image: none;
    top: 174px;
    left: 423px;
    display: block;
}

#dhWXD7LOFJ6Z60ePShwFNqlTuTE1Xzn7 {
    box-sizing: content-box;
    height: 8px;
    width: 8px;
    position: absolute;
    border-top-right-radius: 600px;
    border-bottom-right-radius: 600px;
    border-bottom-left-radius: 600px;
    border-top-left-radius: 600px;
    display: block;
    z-index: 15215;
    background-color: #b4b4b4;
    background-image: none;
    top: 240px;
    left: 80px;
    display: block;
}

#CKPtvpIMribRUFPqDGkTTnRieqiQWiB9 {
    color: #b4b4b4;
    display: block;
    width: 1052px;
    position: absolute;
    font-family: notosans;
    font-size: 12px;
    font-weight: normal;
    z-index: 15218;
    line-height: 1.3;
    letter-spacing: 0;
    top: 235px;
    left: 79px;
    height: 31.1875px;
    text-align: center;
    text-align-last: center;
    display: block;
}

#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container {
    background-color: transparent;
    background-image: none;
}

#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container > .video-iframe-container {
    display: none;
}

#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row > .video-iframe-container {
    display: none;
}

#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container {
    border-width: 0;
    border-radius: 0;
}

#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 353px;
    width: 1200px;
    position: relative;
    display: block;
}

#bCGJGJvNBT5Qa2HmBSEoF3Z6qyMkgOVG {
    position: absolute;
    display: block;
    z-index: 15000;
    background-color: #25273a;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 72px;
    width: 1040px;
    top: 17px;
    left: 80px;
    display: block;
}

#SpeIJ58TqfETaQG6wnuzX9bfL9MKPUpi {
    position: absolute;
    display: block;
    z-index: 15001;
    background-color: transparent;
    background-image: none;
    border-top: 2px solid #25273a;
    border-left: 2px solid #25273a;
    border-right: 2px solid #25273a;
    border-bottom: 2px solid #25273a;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 129px;
    width: 1036px;
    top: 80px;
    left: 80px;
    display: block;
}

#GRHyyORoBRHmeo3mxDGwgA1tKyeaW99R {
    position: absolute;
    display: block;
    z-index: 15002;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 10px;
    width: 26px;
    top: 89px;
    left: 587px;
    overflow: hidden;
    display: block;
}

#dDnnyb418usIKWUQcaITkg3Gd10bFpdw {
    color: #ffffff;
    display: block;
    width: 757px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    z-index: 15005;
    line-height: 1.3;
    letter-spacing: 0;
    top: 40px;
    left: 106px;
    height: 26px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    text-align-last: left;
    display: block;
}

#B8yMncByoQ0tRnmgNhc2sgox1PTJGJDK {
    position: absolute;
    display: block;
    z-index: 15001;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 125px;
    display: block;
}

#VO3R2u2eoadEo2ZnqQWy0HPbJ4AxgUEH {
    position: absolute;
    display: block;
    z-index: 15002;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 221px;
    display: block;
}

#pJ4DHVQUmZ5WCfJgKHPMiG1fbnG82RJg {
    position: absolute;
    display: block;
    z-index: 15003;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 317px;
    display: block;
}

#ZPn1FTPOSATXn6gGQb475xzRpfvkCfcD {
    position: absolute;
    display: block;
    z-index: 15004;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 413px;
    display: block;
}

#JXFJp1qPtc6K0o8E772nJzliLOviRsMn {
    position: absolute;
    display: block;
    z-index: 15005;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 511.5px;
    display: block;
}

#b6zkPHg6dMTkaGE5v7hmt9bdlDri3LOo {
    position: absolute;
    display: block;
    z-index: 15006;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 608px;
    display: block;
}

#GG3WTl00oa72VcLo7PvauWzNWvgkvNXx {
    position: absolute;
    display: block;
    z-index: 15007;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 704px;
    display: block;
}

#pJHQTMVIeDOuVE7bAFe6CkVB4dnEpHLs {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 800px;
    display: block;
}

#t5srzoTvJGHIEPdcIWPhfF7rPATBsyr7 {
    position: absolute;
    display: block;
    z-index: 15009;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 897px;
    display: block;
}

#BNp2LLJULPKN70ktL8fIzZvmFJcPuml6 {
    position: absolute;
    display: block;
    z-index: 15010;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 993px;
    display: block;
}

#m6n8Inraka20qZvuZHrgPiu6CBe3nD4K {
    position: absolute;
    display: block;
    z-index: 15013;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 44px;
    width: 40px;
    top: 128px;
    left: 337px;
    overflow: hidden;
    display: block;
}

#PhDJcxP7MKVWariMNP3FVQTp49vDT6IT {
    position: absolute;
    display: block;
    z-index: 15014;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 44px;
    width: 44px;
    top: 128px;
    left: 431px;
    overflow: hidden;
    display: block;
}

#Q0VavQ55gSFRBGBwq1Mng14UNJBoy9Tn {
    position: absolute;
    display: block;
    z-index: 15015;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 44px;
    width: 36px;
    top: 128px;
    left: 533.5px;
    overflow: hidden;
    display: block;
}

#A01xnz0ciKU1EoB1w3df39awtecGtX4L {
    position: absolute;
    display: block;
    z-index: 15016;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 58px;
    width: 58px;
    top: 121px;
    left: 621px;
    overflow: hidden;
    display: block;
}

#LNzLSEn0XCw2wUkL6gaGdlZaGldTZB8T {
    position: absolute;
    display: block;
    z-index: 15017;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 38px;
    width: 58px;
    top: 131px;
    left: 715px;
    overflow: hidden;
    display: block;
}

#rf4V0aiPnZtUiIOX8kGw4XhPeSdfTvlN {
    position: absolute;
    display: block;
    z-index: 15018;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 46px;
    width: 58px;
    top: 127px;
    left: 811px;
    overflow: hidden;
    display: block;
}

#IZDOIZM3fG45964B992q3DAJkkNA8ftb {
    position: absolute;
    display: block;
    z-index: 15019;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 34px;
    width: 49px;
    top: 129.10000610352px;
    left: 916.80006408691px;
    overflow: hidden;
    display: block;
}

#Kt3hg18wcwdWkTvaRTp9sEKNtReGc90i {
    position: absolute;
    display: block;
    z-index: 15020;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 31px;
    width: 50px;
    top: 130.60000610352px;
    left: 1008.0000152588px;
    overflow: hidden;
    display: block;
}

#aFRP5tVJbR1qZqmGgsyriwKeTyVqa6ox {
    position: absolute;
    display: block;
    z-index: 15021;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 58px;
    top: 139px;
    left: 136px;
    overflow: hidden;
    display: block;
}

#WE3BMwc6Wi5nR4Ea0Acdks3OMBDRGXyM {
    position: absolute;
    display: block;
    z-index: 15023;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 58px;
    top: 139px;
    left: 232px;
    overflow: hidden;
    display: block;
}

#e7AiNaV3G6afOn2WewarhH5lPlwNi2CI {
    position: absolute;
    display: block;
    z-index: 15022;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 187px;
    overflow: hidden;
    display: block;
}

#zdaNIiHvKC0g2ChVET6rnNJbA1uQqOzT {
    position: absolute;
    display: block;
    z-index: 15023;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 284px;
    overflow: hidden;
    display: block;
}

#HEoI3cCp9903bHGHnQgeEPUbWT7XDWJW {
    position: absolute;
    display: block;
    z-index: 15024;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 380px;
    overflow: hidden;
    display: block;
}

#EgzOzXoqkSVOMiimGRuizJJxSQUSvPls {
    position: absolute;
    display: block;
    z-index: 15025;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 475.5px;
    overflow: hidden;
    display: block;
}

#l5md811BSezQue8fcEdT3wScsbzineWW {
    position: absolute;
    display: block;
    z-index: 15026;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 574px;
    overflow: hidden;
    display: block;
}

#kE7fvmxbvIKn3q9wKwklrLKdUDPFHqw4 {
    position: absolute;
    display: block;
    z-index: 15027;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 670px;
    overflow: hidden;
    display: block;
}

#RsbgpTPtyn4XQ1v14PDrNfzzAIf4qu4I {
    position: absolute;
    display: block;
    z-index: 15028;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 768px;
    overflow: hidden;
    display: block;
}

#riUIlTkcmoK4OZ3sOzwMHTIAaq0nOS6Z {
    position: absolute;
    display: block;
    z-index: 15029;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 864px;
    overflow: hidden;
    display: block;
}

#oUN0VXiX6gx8riv9RpKeG6kDQ5x4A3rI {
    position: absolute;
    display: block;
    z-index: 15030;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 960px;
    overflow: hidden;
    display: block;
}

#uNT6qpXekMIuPvhSlv4MP0mcPA2iiN4W {
    position: absolute;
    display: block;
    z-index: 15031;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 1056px;
    overflow: hidden;
    display: block;
}

#oEGUyLBLDivOTMyP7OsGuiNdQPTvCmQP {
    position: absolute;
    display: block;
    z-index: 15009;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 897px;
    display: none;
}

#TZMuBZEvVzLbRSBrCiTC4nZvVtOcesJm {
    position: absolute;
    display: block;
    z-index: 15009;
    background-color: #1c1b2b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    width: 80px;
    top: 110px;
    left: 897px;
    display: none;
}

#r9SPGkD60MXCtapxvpN97x5pwENKUBDX {
    position: absolute;
    display: block;
    z-index: 15031;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 1056px;
    overflow: hidden;
    display: none;
}

#KZmD9VVE1bQpkd0nxrFaPHkXzw44d1n1 {
    position: absolute;
    display: block;
    z-index: 15031;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 13px;
    width: 12px;
    top: 171px;
    left: 1056px;
    overflow: hidden;
    display: none;
}

#NpVSQ1AHHFE6R7hErMkn9ITeUFheMFTN {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 20px;
    display: none;
}

#qOOchuUimhQWbyQKT3Mm6uUWQkfVmtM5 {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 20px;
    display: none;
}

#RUS2sutVe3tBpx3kMCu4cwheSO5UbGUZ {
    background-color: #ff144b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    box-sizing: border-box;
    color: #f3f4fa;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 186px;
    height: 48px;
    text-decoration: none;
    z-index: 15200;
    text-align: center;
    text-align-last: center;
    top: 181px;
    left: 507px;
    display: none;
}

#y9cOX7D8Wq4ZWzEXqVwLD88B28OoDhya {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#bkVIPa2xqw8l3WnMucF6pC6JyvzGCOXo {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15201;
    text-align: center;
    text-align-last: center;
    top: 110px;
    left: 125px;
    display: block;
}

#r1ZMJPIdGZut1IPAiATNl9Gc0UkBrSu1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#nQXWoxwwPSSAzXe4xMKwKVuXFcqml9L7 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15202;
    text-align: center;
    text-align-last: center;
    top: 110px;
    left: 221px;
    display: block;
}

#DexExXRRdEa3wWVwCEbyzPqKHhOXGtZx {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#G7qevJg9MpdWn50tIkTFmzb3ShyKmbZE {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15203;
    text-align: center;
    text-align-last: center;
    top: 110px;
    left: 317px;
    display: block;
}

#mhfMQEcpo1NXuZgLvCwKi2QuexgAFQ5v {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#l9CF8fshISUsJPTTorIqpHqG9btdWBHh {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15204;
    text-align: center;
    text-align-last: center;
    top: 110px;
    left: 413px;
    display: block;
}

#mEikoaMIWeJhgfgkawnRRzRN1wNvg5lh {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#NcPC3I1SmJ3CAAoVL8DSEWWmK0iXnBqt {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15205;
    text-align: center;
    text-align-last: center;
    top: 110px;
    left: 511.5px;
    display: block;
}

#IZt6ThUFqJdC1w3tZbr0Ds88UNhS4Tfl {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#ppQBkSvgSykd7478PHMTp5g8F3W3qH2P {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15206;
    text-align: center;
    text-align-last: center;
    top: 110px;
    left: 704px;
    display: block;
}

#tLwSF5QHSQweqXFK95XPra3S7PuHcIQF {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#TVPnRwN1pi45iKKrGMeQPb5vfmQhnVdE {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15207;
    text-align: center;
    text-align-last: center;
    top: 110px;
    left: 800px;
    display: block;
}

#OT6BB2ZBsLMKFrqXN6QO8S56HBXscV4m {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#bpKTfidS5JfDv1ZTB43rqvVBX57xIQsA {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15208;
    text-align: center;
    text-align-last: center;
    top: 110px;
    left: 607px;
    display: block;
}

#Z4deHMOptos0NTbIbX7etgoXzectlb78 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#Q48DAWsn75GIBaE2rGg6qJzhKy9MmgPN {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15209;
    text-align: center;
    text-align-last: center;
    top: 106.10000610352px;
    left: 897.00001525879px;
    display: block;
}

#qImmfZoomFKg6zSntI4PMm3Au3zSa6mh {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#KLTap8oTZUGPXmgIlRot8ZSHRofT9xBx {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15210;
    text-align: center;
    text-align-last: center;
    top: 106.10000610352px;
    left: 993.00001525879px;
    display: block;
}

#s4vuLwURzSBrMerXCcUCNyyZWOcAwahL {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#oDhWQlxPVKdBC9tTILv6PXqx28W4zE4V {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15210;
    text-align: center;
    text-align-last: center;
    top: 110px;
    left: 993px;
    display: none;
}

#OqogT8iSobDrQmWCEkldKsz1pIGZTODk {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#yaGmXTDzqsOULvE8QJqwacX5DPtTTDgg {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15210;
    text-align: center;
    text-align-last: center;
    top: 110px;
    left: 993px;
    display: none;
}

#DpwovcMqq70U0XEAU8r8pzgyVA1fBJFH {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#IwJ6dOCCNWpUGv40QNbHeJS10MIWR3T7 {
    background-color: #ed145a;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 181px;
    height: 48px;
    text-decoration: none;
    z-index: 15038;
    text-align: center;
    text-align-last: center;
    top: 261px;
    left: 401px;
    display: block;
}

#pJmwlPKz9iQ3oEQTfr751d4gMgnJMQTS {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#rvI8NNl30e1UVgPxvr3E9PS5Wg7hCfAE {
    background-color: transparent;
    background-image: none;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 201px;
    height: 48px;
    text-decoration: none;
    z-index: 15039;
    text-align: center;
    text-align-last: center;
    top: 261px;
    left: 598px;
    display: block;
}

#qCoGgVBVkULm2JbTmq2BG1TTRgOhBflV {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#CLAiTbZrkeRTUTp4WXIQIOn8M0PUsEsK {
    background-color: #ff144b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    box-sizing: border-box;
    color: #f3f4fa;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 186px;
    height: 48px;
    text-decoration: none;
    z-index: 15200;
    text-align: center;
    text-align-last: center;
    top: 181px;
    left: 507px;
    display: none;
}

#qnV1loWHA59pxdy0hI33LrAnt3xJwQgV {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
    background-color: transparent;
    background-image: none;
    z-index: ;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    position: relative;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    display: block;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container {
    background-color: transparent;
    background-image: none;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container {
    display: none;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {
    display: none;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container {
    border-width: 0;
    border-radius: 0;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
}

#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 67px;
    width: 1200px;
    overflow: visible;
    position: relative;
    display: block;
}

#UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 {
    color: #ffffff;
    display: block;
    width: 676px;
    position: absolute;
    font-family: figtree;
    font-size: 28px;
    font-weight: 700;
    z-index: 15004;
    line-height: 1.6;
    letter-spacing: 0;
    top: 9px;
    left: 261.98750305176px;
    height: 44.8px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m {
    color: #ffffff;
    display: block;
    width: 44px;
    position: absolute;
    font-family: notosans;
    font-size: 24px;
    font-weight: 700;
    z-index: 15012;
    line-height: 1.6;
    letter-spacing: 0;
    top: 267px;
    left: 569px;
    height: 38.4028px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: none;
}

#s7oreNTgreFu376sUVHTB4kZvopVbgGe {
    position: relative;
    display: block;
}

#s7oreNTgreFu376sUVHTB4kZvopVbgGe {
    background-color: transparent;
    background-image: none;
}

#s7oreNTgreFu376sUVHTB4kZvopVbgGe::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container > .video-iframe-container {
    display: none;
}

#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row > .video-iframe-container {
    display: none;
}

#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#s7oreNTgreFu376sUVHTB4kZvopVbgGe {
    border-width: 0;
    border-radius: 0;
}

#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 127px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 {
    position: absolute;
    display: block;
    z-index: 14996;
    background-color: #f30f52;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 86px;
    width: 720px;
    top: 0px;
    left: 240px;
    display: block;
}

#erknzs6JscFTDUBFh5kwJ02bnKBN73EB {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 24px;
    width: 24px;
    top: 10px;
    left: 251px;
    overflow: hidden;
    display: block;
}

#sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl {
    color: #ffffff;
    display: block;
    width: 501.983px;
    position: absolute;
    font-family: balooda2;
    font-size: 18px;
    font-weight: 700;
    z-index: 15005;
    line-height: 1.6;
    letter-spacing: 0;
    top: 9px;
    left: 281px;
    height: 28.8px;
    font-style: normal;
    display: block;
}

#PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 {
    color: #ffffff;
    display: block;
    width: 669px;
    position: absolute;
    font-family: notosans;
    font-size: 14px;
    font-weight: 400;
    z-index: 15006;
    line-height: 1.4;
    letter-spacing: 0;
    top: 37px;
    left: 281px;
    height: 39.1875px;
    font-style: normal;
    display: block;
}

#cRaxIS8WpzRmcra78bQJwvmUTXWoUryC {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 280px;
    height: 24px;
    text-decoration: none;
    z-index: 15007;
    text-align: center;
    text-align-last: center;
    top: 56px;
    left: 671px;
    display: block;
}

#O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 {
    position: relative;
    display: block;
}

#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 {
    background-color: transparent;
    background-image: none;
}

#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container > .video-iframe-container {
    display: none;
}

#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row > .video-iframe-container {
    display: none;
}

#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 {
    border-width: 0;
    border-radius: 0;
}

#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 108px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#lcRGolwvywrGRXRGG3UPkT27lcpWSBrn {
    position: absolute;
    display: block;
    z-index: 14996;
    background-color: #4caf50;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 68px;
    width: 720px;
    top: 0px;
    left: 240px;
    display: block;
}

#ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 24px;
    width: 24px;
    top: 10px;
    left: 251px;
    overflow: hidden;
    display: block;
}

#lTc6ykKALRdZCIcAikRJN72IrAERztTI {
    color: #ffffff;
    display: block;
    width: 501.983px;
    position: absolute;
    font-family: balooda2;
    font-size: 18px;
    font-weight: 700;
    z-index: 15005;
    line-height: 1.6;
    letter-spacing: 0;
    top: 9px;
    left: 281px;
    height: 28.8px;
    font-style: normal;
    display: block;
}

#tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 {
    color: #ffffff;
    display: block;
    width: 669px;
    position: absolute;
    font-family: notosans;
    font-size: 14px;
    font-weight: 400;
    z-index: 15006;
    line-height: 1.4;
    letter-spacing: 0;
    top: 37px;
    left: 281px;
    height: 19.6px;
    font-style: normal;
    display: block;
}

#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw {
    background-color: transparent;
    background-image: none;
    z-index: ;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    position: relative;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    display: block;
}

#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container {
    background-color: transparent;
    background-image: none;
}

#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container > .video-iframe-container {
    display: none;
}

#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row > .video-iframe-container {
    display: none;
}

#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container {
    border-width: 0;
    border-radius: 0;
}

#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row > .video-iframe-container {
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
}

#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 565px;
    width: 1200px;
    overflow: visible;
    position: relative;
    display: block;
}

#TvhUUrm0Jkv1rwbZUC2JP1FfTBTgyeQb {
    position: absolute;
    display: block;
    z-index: 15013;
    background-color: #25273a;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 90px;
    width: 592px;
    top: 125px;
    left: 294.99998474121px;
    display: block;
}

#TRMvmugemwL9HGoXhhbi4PO8qzleXSTt {
    color: #ffffff;
    display: block;
    width: 129px;
    position: absolute;
    font-family: balooda2;
    font-size: 24px;
    font-weight: 700;
    z-index: 15014;
    line-height: 1.6;
    letter-spacing: 0;
    top: 141px;
    left: 359.00001525879px;
    height: 38.4px;
    font-style: normal;
    display: block;
}

#JcfTAT46BET77DEsL4AtmQUOODt1bLbt {
    position: absolute;
    display: block;
    z-index: 15015;
    background-color: rgba(0,0,0,0);
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    height: 23px;
    width: 23px;
    top: 145px;
    left: 316.99998474121px;
    display: block;
}

#m59T0meMSooGxWmGurDCk7QHFTrbD5h9 {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 231px;
    position: absolute;
    font-family: notosans;
    font-size: 14px;
    font-weight: 400;
    z-index: 15015;
    line-height: 1.4;
    letter-spacing: 0;
    top: 176px;
    left: 360.00001525879px;
    height: 19.6px;
    font-style: normal;
    display: block;
}

#ta4ZGTTzkdZhtbrecxptry0vpPZ6zhBf {
    color: #ffffff;
    display: block;
    width: 143px;
    position: absolute;
    font-family: balooda2;
    font-size: 32px;
    font-weight: 700;
    z-index: 15015;
    line-height: 1.6;
    letter-spacing: 0;
    top: 137px;
    left: 719.00001525879px;
    height: 51.2px;
    font-style: normal;
    text-align: right;
    text-align-last: right;
    display: block;
}

#vBLQXwTuvXKvvJpUHFRG6cTvgMBfl43M {
    position: absolute;
    display: block;
    z-index: 14999;
    background-color: #25273a;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 90px;
    width: 592px;
    top: 229px;
    left: 294.99998474121px;
    display: block;
}

#wLoqd2x8QGV3pDHTIFihlqTTUvti9oZm {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 231px;
    position: absolute;
    font-family: notosans;
    font-size: 14px;
    font-weight: 400;
    z-index: 15021;
    line-height: 1.4;
    letter-spacing: 0;
    top: 280px;
    left: 360.00001525879px;
    height: 19.6px;
    font-style: normal;
    display: block;
}

#TcvBiVHWTmoSPo5fZbDAX9u67cuRXff1 {
    color: #ffffff;
    display: block;
    width: 150px;
    position: absolute;
    font-family: balooda2;
    font-size: 32px;
    font-weight: 700;
    z-index: 15021;
    line-height: 1.6;
    letter-spacing: 0;
    top: 241px;
    left: 710.00001525879px;
    height: 51.2px;
    font-style: normal;
    text-align: right;
    text-align-last: right;
    display: block;
}

#qc9cQe3Tv5GOMGqvK6J6ZW4Wk1y2WHKg {
    color: #ffffff;
    display: block;
    width: 263px;
    position: absolute;
    font-family: balooda2;
    font-size: 24px;
    font-weight: 700;
    z-index: 15020;
    line-height: 1.6;
    letter-spacing: 0;
    top: 245px;
    left: 359.00001525879px;
    height: 38.4px;
    font-style: normal;
    display: block;
}

#lv0XCZAvA7d95T2QZdFphrb0rTc9GXSR {
    position: absolute;
    display: block;
    z-index: 15021;
    background-color: rgba(0,0,0,0);
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    height: 23px;
    width: 23px;
    top: 249px;
    left: 316.99998474121px;
    display: block;
}

#uvigFQ3a5u6kIk55WmOoK4e967QUCek1 {
    color: #ffffff;
    display: block;
    width: 44px;
    position: absolute;
    font-family: notosans;
    font-size: 24px;
    font-weight: 700;
    z-index: 15012;
    line-height: 1.6;
    letter-spacing: 0;
    top: 267px;
    left: 569px;
    height: 38.4028px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: none;
}

#rcZMKoWTr3l6vell8lFqqpxPiWaSfh9v {
    position: absolute;
    display: block;
    z-index: 15133;
    background-color: #ffffff;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 13px;
    width: 13px;
    top: 152px;
    left: 323.99998474121px;
    display: block;
}

#PdTOt0fSbh3GOkTrk8NLaTGKEdVZ3DXQ {
    position: absolute;
    display: block;
    z-index: 15134;
    background-color: #ffffff;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 13px;
    width: 13px;
    top: 256px;
    left: 323.99998474121px;
    display: block;
}

#CxBBFGWhka0zvHqD9MDaXMWfgJXv5GeI {
    background-color: transparent;
    background-image: none;
    border-top: 2px solid rgba(0,0,0,0);
    border-left: 2px solid rgba(0,0,0,0);
    border-right: 2px solid rgba(0,0,0,0);
    border-bottom: 2px solid rgba(0,0,0,0);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 594px;
    height: 90px;
    text-decoration: none;
    z-index: 15135;
    text-align: center;
    text-align-last: center;
    top: 125px;
    left: 293.99998474121px;
    display: block;
}

#BNMTxGlswRSuqlE5gTsdU6f2DNgMPQEw {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#p8HTlAl2oz6fN8QOFPJRxz1vXJzyrkXV {
    background-color: transparent;
    background-image: none;
    border-top: 2px solid rgba(0,0,0,0);
    border-left: 2px solid rgba(0,0,0,0);
    border-right: 2px solid rgba(0,0,0,0);
    border-bottom: 2px solid rgba(0,0,0,0);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 593px;
    height: 90px;
    text-decoration: none;
    z-index: 15136;
    text-align: center;
    text-align-last: center;
    top: 229px;
    left: 293.99998474121px;
    display: block;
}

#NCiIqoEHnJTc2ElFtG00AFRgwBA2DRvZ {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#J0TuVE9uCsaTPPuwgZ0RRDtshRxFOZXP {
    position: absolute;
    display: block;
    z-index: 15140;
    background-color: #b50000;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 44px;
    width: 576px;
    top: 337px;
    left: 305.99998474121px;
    display: block;
}

#udWich5ArQhgP7tETzJBv5FBLxp2oLi7 {
    position: absolute;
    display: block;
    z-index: 15141;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 18px;
    width: 18px;
    top: 349px;
    left: 319.99998474121px;
    overflow: hidden;
    display: block;
}

#d7O8K4pQxRVEoIuPDB3zD29ZAy4Rcwox {
    color: #ffffff;
    display: block;
    width: 488px;
    position: absolute;
    font-family: balooda2;
    font-size: 16px;
    font-weight: 700;
    z-index: 15142;
    line-height: 1.3;
    letter-spacing: 0;
    top: 349px;
    left: 350.99998474121px;
    height: 20.8px;
    font-style: normal;
    display: block;
}

#MOMfG8Z9MqgesAm5koXpiJpMGDmm8XA4 {
    position: absolute;
    display: block;
    z-index: 14995;
    background-color: #444769;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 401px;
    width: 720px;
    top: 101px;
    left: 239.99998474121px;
    display: block;
}

#HFKNxdgDdyuaBbUo2O3SwAGkUemFHg9C {
    position: absolute;
    display: block;
    z-index: 14996;
    background-color: #444769;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #f30f52;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 98px;
    width: 312px;
    top: 1px;
    left: 293.99998474121px;
    display: block;
}

#wOCNS3WMT3Bd5T27hHMJ6ocs2GKI5iSE {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 231px;
    position: absolute;
    font-family: notosans;
    font-size: 14px;
    font-weight: 400;
    z-index: 15016;
    line-height: 1.4;
    letter-spacing: 0;
    top: 179px;
    left: 632.00001525879px;
    height: 19.6px;
    font-style: normal;
    text-align: right;
    text-align-last: right;
    display: block;
}

#wg9KdDaU8phg3LNQ8XGKircb6XGzcbpd {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 138px;
    position: absolute;
    font-family: notosans;
    font-size: 14px;
    font-weight: 400;
    z-index: 15017;
    line-height: 1.4;
    letter-spacing: 0;
    top: 283px;
    left: 661.00001525879px;
    height: 19.6px;
    font-style: normal;
    text-align: right;
    text-align-last: right;
    display: block;
}

#l7rxboAETcX5CpaHBcTWzy5IlEJH98MN {
    background-color: #f30f52;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 320px;
    height: 48px;
    text-decoration: none;
    z-index: 15170;
    text-align: center;
    text-align-last: center;
    top: 401px;
    left: 431.00001525879px;
    display: block;
}

#SUlT9vbkqiNU0305Z935O062qbeuNqMy {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#QGzKmITkUH9itSSXBbLJ5ZUlnBCqkXm0 {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 231px;
    position: absolute;
    font-family: notosans;
    font-size: 12px;
    font-weight: 400;
    z-index: 15016;
    line-height: 1.4;
    letter-spacing: 0;
    top: 457px;
    left: 476.00001525879px;
    height: 16.8px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#H8yJlTZirDeaeAH56ZTe8v8xX6WqyJLU {
    color: #ffffff;
    display: block;
    width: 210px;
    position: absolute;
    font-family: balooda2;
    font-size: 17px;
    font-weight: 700;
    z-index: 15143;
    line-height: 1.3;
    letter-spacing: 0;
    top: 17px;
    left: 347.99998474121px;
    height: 44.1876px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#G9ylhro6H0rm8wOhCl0n5UXs0L2rMbZT {
    position: absolute;
    display: block;
    z-index: 15171;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 17px;
    width: 30px;
    top: 69px;
    left: 359.00001525879px;
    overflow: hidden;
    display: block;
}

#MHyNuI3LDNRT0X2kb1Lo71gaZ5cTqUwI {
    position: absolute;
    display: block;
    z-index: 15172;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 72px;
    top: 67px;
    left: 394.00001525879px;
    overflow: hidden;
    display: block;
}

#WtafdclCPrKWnlMJolTCNNTAay67sLEo {
    position: absolute;
    display: block;
    z-index: 15172;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 17px;
    width: 29px;
    top: 69px;
    left: 473.00001525879px;
    overflow: hidden;
    display: block;
}

#KwxNmZHD8T26eFJMuJ35oDISmIID7Lsh {
    position: absolute;
    display: block;
    z-index: 15173;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 18px;
    width: 36px;
    top: 68px;
    left: 506.00001525879px;
    overflow: hidden;
    display: block;
}

#pvDV0w8AwwyKFuO0SkTcHDpSODRRBwa8 {
    color: #ffffff;
    display: block;
    width: 210px;
    position: absolute;
    font-family: balooda2;
    font-size: 17px;
    font-weight: 700;
    z-index: 15144;
    line-height: 1.3;
    letter-spacing: 0;
    top: 17px;
    left: 669.00001525879px;
    height: 44.1876px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#AvT4PSPziugKk8MkiB1ysG7WpkbT1KWG {
    position: absolute;
    display: block;
    z-index: 15173;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 40px;
    top: 65px;
    left: 720.00001525879px;
    overflow: hidden;
    display: block;
}

#r7q4crPhRapVD4T8ZDzP3TxLqhEyctMh {
    position: absolute;
    display: block;
    z-index: 15174;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 57px;
    top: 65px;
    left: 764.00001525879px;
    overflow: hidden;
    display: block;
}

#Ll5QoUDEX2i1PtSGQaVZeTE1ozWIzETT {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 312px;
    height: 98px;
    text-decoration: none;
    z-index: 15175;
    text-align: center;
    text-align-last: center;
    top: 1px;
    left: 294.99998474121px;
    display: block;
}

#fvUu35z7dm3QlT8s0k8TNHrfkFxmMI4D {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#bfVZCQlV4632qnogadSyOhKv2FIB0x8f {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 312px;
    height: 98px;
    text-decoration: none;
    z-index: 15176;
    text-align: center;
    text-align-last: center;
    top: 2px;
    left: 606.00001525879px;
    display: block;
}

#gSLUvzoW2POt1Z2F2TUGwHDuHMvWAbI7 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#qT2H0awTX5rJhQO0RoVaP9sUR5ecOysr {
    color: #ffffff;
    display: block;
    width: 400px;
    position: absolute;
    font-family: notosans;
    font-size: 11px;
    font-weight: 400;
    z-index: 15186;
    line-height: 1.4;
    letter-spacing: 0;
    top: 320px;
    left: 391.00001525879px;
    height: 15.4px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#en6vJIC3Zm4gfJL1mZGd9gTGkEM419zE {
    position: absolute;
    display: block;
    z-index: 15183;
    background-color: transparent;
    background-image: none;
    border-top: 1px solid rgba(255,255,255,0.56);
    border-left: 1px solid rgba(255,255,255,0.56);
    border-right: 1px solid rgba(255,255,255,0.56);
    border-bottom: 1px solid rgba(255,255,255,0.56);
    border-top-left-radius: 0;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 0;
    height: 38px;
    width: 404px;
    top: 340px;
    left: 398.00001525879px;
    display: block;
}

#ozBoC7deTJk9xOoMCHbBPltk8gaiyvA0 {
    color: #ffffff;
    display: block;
    width: 273px;
    position: absolute;
    font-family: notosans;
    font-size: 16px;
    font-weight: 400;
    z-index: 15184;
    line-height: 1.4;
    letter-spacing: 0;
    top: 348px;
    left: 463.00001525879px;
    height: 22.4px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#fNs6r7FVo71A2TnDcmH5po9d2TOassiK {
    color: #ffffff;
    display: block;
    width: 93px;
    position: absolute;
    font-family: notosans;
    font-size: 14px;
    font-weight: 700;
    z-index: 15018;
    line-height: 1.4;
    letter-spacing: 0;
    top: 283px;
    left: 767.00001525879px;
    height: 19.6px;
    font-style: normal;
    text-align: right;
    text-align-last: right;
    display: block;
}

#HnzAlJQey7TSFRxHGvB1C2uJeqrS8G9n {
    position: absolute;
    display: block;
    z-index: 15201;
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 48px;
    width: 320px;
    top: 401px;
    left: 431.00001525879px;
    display: block;
}

#LTlg0XQTNEIbDRCl7JrAhCtGu1xzcsMa {
    position: absolute;
    display: block;
    z-index: 15199;
    height: 48px;
    width: 320px;
    top: 401px;
    left: 431.00001525879px;
    display: block;
}

#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T {
    background-color: #1c1d26;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    z-index: ;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    position: relative;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    display: block;
}

#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container {
    background-color: transparent;
    background-image: none;
}

#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container > .video-iframe-container {
    display: none;
}

#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row > .video-iframe-container {
    display: none;
}

#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container {
    border-width: 0;
    border-radius: 0;
}

#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row > .video-iframe-container {
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
}

#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 565px;
    width: 1200px;
    overflow: visible;
    position: relative;
    display: block;
}

#AGfhWOmPVsBTvFffPz3qxkvipJAudM6b {
    position: absolute;
    display: block;
    z-index: 15013;
    background-color: #25273a;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 90px;
    width: 592px;
    top: 125px;
    left: 294.99998474121px;
    display: block;
}

#eTJchH5gD1pMBEgbOpiATa1BqPAxFnf8 {
    color: #ffffff;
    display: block;
    width: 129px;
    position: absolute;
    font-family: balooda2;
    font-size: 24px;
    font-weight: 700;
    z-index: 15014;
    line-height: 1.6;
    letter-spacing: 0;
    top: 141px;
    left: 359.00001525879px;
    height: 38.4px;
    font-style: normal;
    display: block;
}

#s04z8kZZhAGOg1t1PCnORqF7dFwP7klf {
    position: absolute;
    display: block;
    z-index: 15015;
    background-color: rgba(0,0,0,0);
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    height: 23px;
    width: 23px;
    top: 145px;
    left: 316.99998474121px;
    display: block;
}

#fpQWvXuVp5VvaP9CZRxr4qE4bMmMCivy {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 231px;
    position: absolute;
    font-family: notosans;
    font-size: 14px;
    font-weight: 400;
    z-index: 15015;
    line-height: 1.4;
    letter-spacing: 0;
    top: 176px;
    left: 360.00001525879px;
    height: 19.6px;
    font-style: normal;
    display: block;
}

#txzu5xG7D0fv920v1amH4SXX81ErSx5G {
    color: #ffffff;
    display: block;
    width: 143px;
    position: absolute;
    font-family: balooda2;
    font-size: 32px;
    font-weight: 700;
    z-index: 15015;
    line-height: 1.6;
    letter-spacing: 0;
    top: 137px;
    left: 719.00001525879px;
    height: 51.2px;
    font-style: normal;
    text-align: right;
    text-align-last: right;
    display: block;
}

#PcnkbOReqBcoud6HntDaA1iSakbCcCK9 {
    color: #ffffff;
    display: block;
    width: 44px;
    position: absolute;
    font-family: notosans;
    font-size: 24px;
    font-weight: 700;
    z-index: 15012;
    line-height: 1.6;
    letter-spacing: 0;
    top: 267px;
    left: 569px;
    height: 38.4028px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: none;
}

#o2ytq9M0lXkq40p2xUxlTuzBeSHorrSA {
    position: absolute;
    display: block;
    z-index: 15133;
    background-color: #ffffff;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 13px;
    width: 13px;
    top: 152px;
    left: 323.99998474121px;
    display: block;
}

#EOi0V5NTDFhrmoVoyfUMHD4HbLZWcf4O {
    background-color: transparent;
    background-image: none;
    border-top: 2px solid rgba(0,0,0,0);
    border-left: 2px solid rgba(0,0,0,0);
    border-right: 2px solid rgba(0,0,0,0);
    border-bottom: 2px solid rgba(0,0,0,0);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 593px;
    height: 90px;
    text-decoration: none;
    z-index: 15135;
    text-align: center;
    text-align-last: center;
    top: 125px;
    left: 294.5px;
    display: block;
}

#MH7DqozPsVzSXLPTqrTw6T3gqeECO6Sn {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#vSGc6aQMRakgproISzd2BsQgL9XqHUvF {
    position: absolute;
    display: block;
    z-index: 14995;
    background-color: #444769;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 400px;
    width: 720px;
    top: 101px;
    left: 239.99998474121px;
    display: block;
}

#bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6 {
    position: absolute;
    display: block;
    z-index: 14996;
    background-color: #444769;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #f30f52;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 98px;
    width: 312px;
    top: 1px;
    left: 611.00001525879px;
    display: block;
}

#NBORTuAsnKNTx2L6VeoQLaq9Uy1AEtu9 {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 231px;
    position: absolute;
    font-family: notosans;
    font-size: 14px;
    font-weight: 400;
    z-index: 15016;
    line-height: 1.4;
    letter-spacing: 0;
    top: 179px;
    left: 632.00001525879px;
    height: 19.6px;
    font-style: normal;
    text-align: right;
    text-align-last: right;
    display: block;
}

#JvaTWoNzqWkNEOVgnOaH8uhuLqXhgoMp {
    background-color: #f30f52;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 320px;
    height: 48px;
    text-decoration: none;
    z-index: 15170;
    text-align: center;
    text-align-last: center;
    top: 401px;
    left: 431.00001525879px;
    display: block;
}

#GSNT7f2WTb5Gg4E1FFgKnOLgZusihUer {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#eQNPeRiOoKk9nLeleRruuD1aFzfz38l0 {
    color: #ffffff;
    display: block;
    width: 210px;
    position: absolute;
    font-family: balooda2;
    font-size: 17px;
    font-weight: 700;
    z-index: 15143;
    line-height: 1.3;
    letter-spacing: 0;
    top: 17px;
    left: 347.99998474121px;
    height: 44.1876px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#sgL6wAaOFEqaLQXnQuyrsLLPWMxoX8Wy {
    position: absolute;
    display: block;
    z-index: 15171;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 17px;
    width: 30px;
    top: 69px;
    left: 359.00001525879px;
    overflow: hidden;
    display: block;
}

#bctgCH5pxy9pOq5etAeSPIsCQRhEkZLw {
    position: absolute;
    display: block;
    z-index: 15172;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 72px;
    top: 67px;
    left: 394.00001525879px;
    overflow: hidden;
    display: block;
}

#VCR1BwgAGSJOhaKskicJ8S1QGzoAIlJJ {
    position: absolute;
    display: block;
    z-index: 15172;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 17px;
    width: 29px;
    top: 69px;
    left: 473.00001525879px;
    overflow: hidden;
    display: block;
}

#iON7D5tJHrE1wydRgZN3D9gQl9suVdLq {
    position: absolute;
    display: block;
    z-index: 15173;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 18px;
    width: 36px;
    top: 68px;
    left: 506.00001525879px;
    overflow: hidden;
    display: block;
}

#D7kCw5fZzD6vq1Xkluq4KcF0Hi0Eq0xn {
    color: #ffffff;
    display: block;
    width: 210px;
    position: absolute;
    font-family: balooda2;
    font-size: 17px;
    font-weight: 700;
    z-index: 15144;
    line-height: 1.3;
    letter-spacing: 0;
    top: 17px;
    left: 669.00001525879px;
    height: 44.1876px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#ASIpgrwDmqloMJ9Dr4ylLbZXdlnPhKXy {
    position: absolute;
    display: block;
    z-index: 15173;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 40px;
    top: 65px;
    left: 720.00001525879px;
    overflow: hidden;
    display: block;
}

#XkqpJOugLAwnN61nJ3VT6fTe8Vq8dUN9 {
    position: absolute;
    display: block;
    z-index: 15174;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 57px;
    top: 65px;
    left: 764.00001525879px;
    overflow: hidden;
    display: block;
}

#wQ1pyy7uWVh8xD1KbcWQFIuFm82CsMez {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 312px;
    height: 98px;
    text-decoration: none;
    z-index: 15178;
    text-align: center;
    text-align-last: center;
    top: 2px;
    left: 298.99998474121px;
    display: block;
}

#gQyCtKV8svZTekDvJ5uuZrmbL2lsCwzQ {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#JgvHFfbAr7JU8aCoPvN5B2LDOerO7mdM {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 276px;
    height: 98px;
    text-decoration: none;
    z-index: 15179;
    text-align: center;
    text-align-last: center;
    top: 1px;
    left: 644.50001525879px;
    display: block;
}

#MZQIvpVXv5OTLKVFV7SI91HNwcJnbyLb {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#wFSHgqtvM0wJsQPrtBK2tJvE5nefH65F {
    position: absolute;
    display: block;
    z-index: 15144;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 18px;
    width: 18px;
    top: 349px;
    left: 316.99998474121px;
    overflow: hidden;
    display: block;
}

#nKOfQLPwhW8OROElvJft53ucorUaNDCS {
    position: absolute;
    display: block;
    z-index: 15143;
    background-color: #b50000;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 44px;
    width: 576px;
    top: 337px;
    left: 302.99998474121px;
    display: block;
}

#tFHs3lDwJ9J2Ri8viVMOxrADIUQTyv65 {
    color: #ffffff;
    display: block;
    width: 488px;
    position: absolute;
    font-family: balooda2;
    font-size: 16px;
    font-weight: 700;
    z-index: 15145;
    line-height: 1.3;
    letter-spacing: 0;
    top: 349px;
    left: 347.99998474121px;
    height: 20.8px;
    font-style: normal;
    display: block;
}

#BNGc8BBWZ30JBbmBmBEU7G1ekzornqol {
    position: absolute;
    display: block;
    z-index: 15185;
    background-color: transparent;
    background-image: none;
    border-top: 1px solid rgba(255,255,255,0.56);
    border-left: 1px solid rgba(255,255,255,0.56);
    border-right: 1px solid rgba(255,255,255,0.56);
    border-bottom: 1px solid rgba(255,255,255,0.56);
    border-top-left-radius: 0;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 0;
    height: 38px;
    width: 404px;
    top: 340px;
    left: 389.00001525879px;
    display: block;
}

#bf4cWn7svwTBR9gR0dc6IQlw7aFfb3ov {
    color: #ffffff;
    display: block;
    width: 273px;
    position: absolute;
    font-family: notosans;
    font-size: 16px;
    font-weight: 400;
    z-index: 15186;
    line-height: 1.4;
    letter-spacing: 0;
    top: 348px;
    left: 454.00001525879px;
    height: 22.4px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#PC72buv4Ga6HPvIi4HZmth8q7W7yDaIp {
    position: absolute;
    display: block;
    z-index: 15202;
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 48px;
    width: 320px;
    top: 401px;
    left: 431.00001525879px;
    display: block;
}

#nVSTAnKPBezBNoxO96uX5eS2e99fdk5C {
    position: absolute;
    display: block;
    z-index: 15200;
    height: 48px;
    width: 320px;
    top: 401px;
    left: 431.00001525879px;
    display: block;
}

#tTRHAiyHcpBll5iIpELqsL9u3DQTbl8m {
    position: absolute;
    display: block;
    z-index: 15021;
    background-color: #25273a;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 90px;
    width: 592px;
    top: 229px;
    left: 294.99998474121px;
    display: block;
}

#c9silyaBg1MvIyv9xDe48ATur1QlTDg7 {
    background-color: transparent;
    background-image: none;
    border-top: 2px solid rgba(0,0,0,0);
    border-left: 2px solid rgba(0,0,0,0);
    border-right: 2px solid rgba(0,0,0,0);
    border-bottom: 2px solid rgba(0,0,0,0);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 593px;
    height: 90px;
    text-decoration: none;
    z-index: 15143;
    text-align: center;
    text-align-last: center;
    top: 229px;
    left: 294px;
    display: block;
}

#DMc7VWAI0zO7buBsbl0PzeMkUMmpLzOX {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#PTh0IpMpviHFUn6C5w8I9tEIKRDcENNZ {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 231px;
    position: absolute;
    font-family: notosans;
    font-size: 14px;
    font-weight: 400;
    z-index: 15023;
    line-height: 1.4;
    letter-spacing: 0;
    top: 280px;
    left: 360.00001525879px;
    height: 19.6px;
    font-style: normal;
    display: block;
}

#sF1ChsCiAkb9truwDXGl2tKRKm0sT4LX {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 162px;
    position: absolute;
    font-family: notosans;
    font-size: 14px;
    font-weight: 400;
    z-index: 15024;
    line-height: 1.4;
    letter-spacing: 0;
    top: 283px;
    left: 638.00001525879px;
    height: 19.6px;
    font-style: normal;
    text-align: right;
    text-align-last: right;
    display: block;
}

#IVBIq1DClxgHyQyDVIsEPZbRMCOIO9IG {
    color: #ffffff;
    display: block;
    width: 143px;
    position: absolute;
    font-family: balooda2;
    font-size: 32px;
    font-weight: 700;
    z-index: 15023;
    line-height: 1.6;
    letter-spacing: 0;
    top: 241px;
    left: 718.00001525879px;
    height: 51.2px;
    font-style: normal;
    text-align: right;
    text-align-last: right;
    display: block;
}

#BDXexTguuos9ImXp3yJv0LVNUd4cHRME {
    color: #ffffff;
    display: block;
    width: 129px;
    position: absolute;
    font-family: balooda2;
    font-size: 24px;
    font-weight: 700;
    z-index: 15022;
    line-height: 1.6;
    letter-spacing: 0;
    top: 245px;
    left: 359.00001525879px;
    height: 38.4px;
    font-style: normal;
    display: block;
}

#d8CVQaarCfhz7APUnEeASuSWZDduCxnC {
    position: absolute;
    display: block;
    z-index: 15023;
    background-color: rgba(0,0,0,0);
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    height: 23px;
    width: 23px;
    top: 249px;
    left: 316.99998474121px;
    display: block;
}

#MLB1lW3SaOb7it7qT2MJOtTFpe3cZJrP {
    position: absolute;
    display: block;
    z-index: 15141;
    background-color: #ffffff;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 13px;
    width: 13px;
    top: 256px;
    left: 323.99998474121px;
    display: block;
}

#MDfs6pcTcDtVwTzDT3V8Td4Hd22u8Fwi {
    color: #ffffff;
    display: block;
    width: 149px;
    position: absolute;
    font-family: notosans;
    font-size: 14px;
    font-weight: 700;
    z-index: 15025;
    line-height: 1.4;
    letter-spacing: 0;
    top: 283px;
    left: 713.00001525879px;
    height: 19.6px;
    font-style: normal;
    text-align: right;
    text-align-last: right;
    display: block;
}

#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt {
    background-color: transparent;
    background-image: none;
    z-index: ;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    position: relative;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    display: block;
}

#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container {
    background-color: transparent;
    background-image: none;
}

#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container > .video-iframe-container {
    display: none;
}

#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row > .video-iframe-container {
    display: none;
}

#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container {
    border-width: 0;
    border-radius: 0;
}

#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row > .video-iframe-container {
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
}

#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 824px;
    width: 1200px;
    overflow: visible;
    position: relative;
    display: block;
}

#OECX3DdyiEWBaIanFe9c4iLaRP06nRPT {
    color: #ffffff;
    display: block;
    width: 44px;
    position: absolute;
    font-family: notosans;
    font-size: 24px;
    font-weight: 700;
    z-index: 15012;
    line-height: 1.6;
    letter-spacing: 0;
    top: 267px;
    left: 569px;
    height: 38.4028px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: none;
}

#aRQZ6kvZOUcl0HiqTUR6zmSgNa1f5S4X {
    position: absolute;
    display: block;
    z-index: 14997;
    background-color: #696c87;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    height: 530px;
    width: 592px;
    top: 29px;
    left: 294px;
    display: block;
}

#Uro88rhCud7o9vnuoCSQ14HJeT8SLJ4H {
    color: #ffffff;
    display: block;
    width: 501.984375px;
    position: absolute;
    font-family: balooda2;
    font-size: 24px;
    font-weight: 700;
    z-index: 15005;
    line-height: 1.6;
    letter-spacing: 0;
    top: 69px;
    left: 340px;
    height: 38.4px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#fBgSW0Gs6Opsfr9i3MsdViseiZ6rsD6X {
    position: absolute;
    display: block;
    z-index: 15002;
    background-color: #30324b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 383px;
    width: 271px;
    top: 156px;
    left: 597px;
    display: block;
}

#aqlmaIcAHz4J7U5lTXF3Do8FlzVg3Tsn {
    color: rgba(255,255,255,0.7);
    display: block;
    width: 334px;
    position: absolute;
    font-family: balooda2;
    font-size: 15px;
    font-weight: 700;
    z-index: 15146;
    line-height: 1.3;
    letter-spacing: 0;
    top: 111px;
    left: 424px;
    height: 19.5px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#a4JHyIDFhX5TTs2iuE78kP2fDN9onb4o {
    color: rgba(255,255,255,0.7);
    display: block;
    width: 210px;
    position: absolute;
    font-family: balooda2;
    font-size: 15px;
    font-weight: 700;
    z-index: 15145;
    line-height: 1.3;
    letter-spacing: 0;
    top: 53px;
    left: 486px;
    height: 19.5px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#IwlTN5CRhFX4dHxpgUhm7qoygB8vDMri {
    position: absolute;
    display: block;
    z-index: 15001;
    background-color: #30324b;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 383px;
    width: 271px;
    top: 156px;
    left: 314px;
    display: block;
}

#wEC4Jyuez1XIw7xTb9HX0pi6huGiw6AN {
    color: #ffffff;
    display: block;
    width: 222px;
    position: absolute;
    font-family: balooda2;
    font-size: 15px;
    font-weight: 700;
    z-index: 15012;
    line-height: 1.4;
    letter-spacing: 0;
    top: 205px;
    left: 628px;
    height: 42px;
    font-style: normal;
    display: block;
}

#tiQK4EKPExXqTdkTxZphWzEU77wIsD61 {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 231px;
    position: absolute;
    font-family: notosans;
    font-size: 12px;
    font-weight: 400;
    z-index: 15018;
    line-height: 1.4;
    letter-spacing: 0;
    top: 446px;
    left: 616px;
    height: 16.8px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#uJwQD4UKUHqQzaFFr2KPOzaufAT8ef7k {
    background-color: #f30f52;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 320px;
    height: 48px;
    text-decoration: none;
    z-index: 15170;
    text-align: center;
    text-align-last: center;
    top: 640px;
    left: 432px;
    display: block;
}

#l4HNhVl1QR9ECGz53g21rEKh68ObVNmM {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#aQgN0JnL48KAdiUd7WWxNtW2z3FgL0Mp {
    position: absolute;
    display: block;
    z-index: 15181;
    background-color: transparent;
    background-image: none;
    border-top: 1px solid rgba(255,255,255,0.56);
    border-left: 1px solid rgba(255,255,255,0.56);
    border-right: 1px solid rgba(255,255,255,0.56);
    border-bottom: 1px solid rgba(255,255,255,0.56);
    border-top-left-radius: 0;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 0;
    height: 38px;
    width: 404px;
    top: 580px;
    left: 388px;
    display: block;
}

#cmMmSqXbV3wTOBRPqPKxD5e0FyFhDlWB {
    color: #ffffff;
    display: block;
    width: 405px;
    position: absolute;
    font-family: notosans;
    font-size: 16px;
    font-weight: 400;
    z-index: 15186;
    line-height: 1.4;
    letter-spacing: 0;
    top: 588px;
    left: 389px;
    height: 22.4px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#gdT1cTs4uXMmIHECUcXJ8Agw16r0c1XV {
    color: #ffffff;
    display: block;
    width: 233px;
    position: absolute;
    font-family: balooda2;
    font-size: 15px;
    font-weight: 700;
    z-index: 15013;
    line-height: 1.4;
    letter-spacing: 0;
    top: 288px;
    left: 628px;
    height: 21px;
    font-style: normal;
    display: block;
}

#gJ2aSO68hC6VnV5G4oLLv5ElQbmF3xHS {
    color: #ffffff;
    display: block;
    width: 181px;
    position: absolute;
    font-family: balooda2;
    font-size: 15px;
    font-weight: 700;
    z-index: 15014;
    line-height: 1.4;
    letter-spacing: 0;
    top: 321px;
    left: 627px;
    height: 42px;
    font-style: normal;
    display: block;
}

#r3gPJan2cZcq5RbLuOkMoelJXWFSrxLq {
    color: #ffffff;
    display: block;
    width: 143px;
    position: absolute;
    font-family: balooda2;
    font-size: 28px;
    font-weight: 700;
    z-index: 15017;
    line-height: 1.6;
    letter-spacing: 0;
    top: 403px;
    left: 659px;
    height: 44.8px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#zHzKTlRsrzT0h2sJGE96kh7Eaxylb4ii {
    color: #ffffff;
    display: block;
    width: 114px;
    position: absolute;
    font-family: balooda2;
    font-size: 19px;
    font-weight: 700;
    z-index: 15145;
    line-height: 1.3;
    letter-spacing: 0;
    top: 174px;
    left: 615px;
    height: 24.7px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    display: block;
}

#SH8Wra3Rv8p2bodgSipshfqWfvgaFGd4 {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 231px;
    position: absolute;
    font-family: notosans;
    font-size: 12px;
    font-weight: 400;
    z-index: 15016;
    line-height: 1.4;
    letter-spacing: 0;
    top: 696px;
    left: 478px;
    height: 16.8px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#dNwLi5WPo5f8HsCo3yWphBvxbCfE5rC3 {
    position: absolute;
    display: block;
    z-index: 15184;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 21px;
    top: 485px;
    left: 679px;
    overflow: hidden;
    display: block;
}

#uHACwKQqpmT5IWSOMbBO0hrXlI657PBO {
    position: absolute;
    display: block;
    z-index: 15181;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 19px;
    width: 19px;
    top: 205px;
    left: 605px;
    overflow: hidden;
    display: block;
}

#ohdqc87DD4Et2orAgf1nvE5wbfTt13eB {
    position: absolute;
    display: block;
    z-index: 15182;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 19px;
    width: 19px;
    top: 288px;
    left: 605px;
    overflow: hidden;
    display: block;
}

#mSru2Vx2RxN4XnzqFhT8DhnUEsa4QaWN {
    position: absolute;
    display: block;
    z-index: 15183;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 19px;
    width: 19px;
    top: 320px;
    left: 605px;
    overflow: hidden;
    display: block;
}

#Uu6atBe4TcI5myoQEZDAFwIiZ9HpLSOi {
    color: #ffffff;
    display: block;
    width: 218px;
    position: absolute;
    font-family: balooda2;
    font-size: 15px;
    font-weight: 700;
    z-index: 15011;
    line-height: 1.4;
    letter-spacing: 0;
    top: 205px;
    left: 346px;
    height: 42px;
    font-style: normal;
    display: block;
}

#cR8unuCKoLpp5it13dM1bTqlUZfDupDI {
    color: #ffffff;
    display: block;
    width: 235px;
    position: absolute;
    font-family: balooda2;
    font-size: 15px;
    font-weight: 700;
    z-index: 15012;
    line-height: 1.4;
    letter-spacing: 0;
    top: 288px;
    left: 346px;
    height: 21px;
    font-style: normal;
    display: block;
}

#AVVmkeJf1aplN3s2OUEiSL7QQl02KweW {
    color: #ffffff;
    display: block;
    width: 143px;
    position: absolute;
    font-family: balooda2;
    font-size: 28px;
    font-weight: 700;
    z-index: 15016;
    line-height: 1.6;
    letter-spacing: 0;
    top: 403px;
    left: 380px;
    height: 44.8px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#paPXgW4XU6fRNO6t4HR4ARLoTaeuhFop {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 231px;
    position: absolute;
    font-family: notosans;
    font-size: 12px;
    font-weight: 400;
    z-index: 15017;
    line-height: 1.4;
    letter-spacing: 0;
    top: 446px;
    left: 336px;
    height: 16.8px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#FtxJSOhbmCVTcLWE3LVeIBBr7kK3C3MC {
    color: #ffffff;
    display: block;
    width: 114px;
    position: absolute;
    font-family: balooda2;
    font-size: 19px;
    font-weight: 700;
    z-index: 15144;
    line-height: 1.3;
    letter-spacing: 0;
    top: 174px;
    left: 329px;
    height: 24.7px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    display: block;
}

#QgxsqVl3WdIP1T1iTQCwsLSyUs6Ae2Ap {
    position: absolute;
    display: block;
    z-index: 15183;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 21px;
    top: 485px;
    left: 396px;
    overflow: hidden;
    display: block;
}

#X50QIQdmfoSiy5fDyg0BaMQbNgUbTVJl {
    position: absolute;
    display: block;
    z-index: 15180;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 19px;
    width: 19px;
    top: 206px;
    left: 324px;
    overflow: hidden;
    display: block;
}

#TTFV78c91mMLTLFOiRw0tKdPOfTplu7N {
    position: absolute;
    display: block;
    z-index: 15181;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 19px;
    width: 19px;
    top: 289px;
    left: 324px;
    overflow: hidden;
    display: block;
}

#ywEOT41gSNk7yygVgH90kzGUiMfphpif {
    position: absolute;
    display: block;
    z-index: 15185;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 20px;
    top: 485px;
    left: 397px;
    overflow: hidden;
    display: block;
}

#pMmZhZyTlnZov5JfHI7u68CHvIpOcgEo {
    position: absolute;
    display: block;
    z-index: 15186;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 20px;
    top: 485px;
    left: 677px;
    overflow: hidden;
    display: block;
}

#pbXeidbT2PMcoiedMFnMUDIvML2b3EmQ {
    position: absolute;
    display: block;
    z-index: 15185;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 21px;
    top: 485px;
    left: 396px;
    overflow: hidden;
    display: block;
}

#sEOV8WKS3MgXfgxoXtJsEx3qXXLf9DIT {
    position: absolute;
    display: block;
    z-index: 15186;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 21px;
    top: 485px;
    left: 676px;
    overflow: hidden;
    display: block;
}

#Cum5c7ziyRLgAscdZHDyDrByxLMlu34e {
    color: #ffffff;
    display: block;
    width: 200px;
    position: absolute;
    font-family: balooda2;
    font-size: 14px;
    font-weight: normal;
    z-index: 15187;
    line-height: 1.3;
    letter-spacing: 0;
    top: 390px;
    left: 349px;
    height: 18.2px;
    text-align: center;
    text-align-last: center;
    display: block;
}

#bamaVtMthUJWaaeDqIXBo7eDdpfPTPCs {
    color: #ffffff;
    display: block;
    width: 200px;
    position: absolute;
    font-family: balooda2;
    font-size: 14px;
    font-weight: normal;
    z-index: 15188;
    line-height: 1.3;
    letter-spacing: 0;
    top: 390px;
    left: 633px;
    height: 18.2px;
    text-align: center;
    text-align-last: center;
    display: block;
}

#pvMWl64AOeMuT1akNnkN2foG2TdVmsnA {
    color: #ffffff;
    display: block;
    width: 305px;
    position: absolute;
    font-family: notosans;
    font-size: 12px;
    font-weight: 400;
    z-index: 15187;
    line-height: 1.4;
    letter-spacing: 0;
    top: 559px;
    left: 438px;
    height: 16.8px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#SSZUpJPsl27G9Pf0DPeuv4XuH2wZEmWy {
    position: absolute;
    display: block;
    z-index: 15203;
    height: 48px;
    width: 320px;
    top: 640px;
    left: 431px;
    display: block;
}

#AP5b8qQU140puR389IXUkVTLnv9LiUh9 {
    background-color: transparent;
    background-image: none;
    border-top: 1px solid rgba(255,255,255,0.6);
    border-left: 1px solid rgba(255,255,255,0.6);
    border-right: 1px solid rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.6);
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 245px;
    height: 48px;
    text-decoration: none;
    z-index: 15174;
    text-align: center;
    text-align-last: center;
    top: 472px;
    left: 609px;
    display: block;
}

#bm1wxyscKJhTaxICoJ0xOngvp4teOcpg {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#quXUdvQgK52XtdX7KP19uZv9bSWEIEOf {
    background-color: transparent;
    background-image: none;
    border-top: 1px solid rgba(255,255,255,0.6);
    border-left: 1px solid rgba(255,255,255,0.6);
    border-right: 1px solid rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.6);
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 245px;
    height: 48px;
    text-decoration: none;
    z-index: 15173;
    text-align: center;
    text-align-last: center;
    top: 472px;
    left: 328px;
    display: block;
}

#GqJ56ziffie5Oq614xg7MXv1PKyKqrv4 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#gHmAAk2GPgJdleMVDCxGmG7P8ml9lieT {
    position: absolute;
    display: block;
    z-index: 15204;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 29px;
    width: 231px;
    top: 252px;
    left: 343px;
    overflow: hidden;
    display: block;
}

#gT668mx1RAvQE6suObEf3CgRQbsQ9JRq {
    position: absolute;
    display: block;
    z-index: 15182;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 19px;
    width: 19px;
    top: 309.00001525879px;
    left: 321.78749084473px;
    overflow: hidden;
    display: block;
}

#vnPvNg8ch6T69DqDvlxkikwFy1cNRmXH {
    color: #ffffff;
    display: block;
    width: 235px;
    position: absolute;
    font-family: balooda2;
    font-size: 15px;
    font-weight: 700;
    z-index: 15013;
    line-height: 1.4;
    letter-spacing: 0;
    top: 309px;
    left: 345.79998779297px;
    height: 21px;
    font-style: normal;
    display: block;
}

#mnHuNqPDMbBhWnKp8yzaK9DiSb6uaGMk {
    position: absolute;
    display: block;
    z-index: 15205;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 29px;
    width: 216px;
    top: 250px;
    left: 626.7749786377px;
    overflow: hidden;
    display: block;
}

#rKZrF6P7mWmGXECfn6UMce6AIyq36pvL {
    color: #ffffff;
    display: block;
    width: 235px;
    position: absolute;
    font-family: balooda2;
    font-size: 15px;
    font-weight: 700;
    z-index: 15014;
    line-height: 1.4;
    letter-spacing: 0;
    top: 363.00000762939px;
    left: 628px;
    height: 21px;
    font-style: normal;
    display: block;
}

#pT7FSvC563DGoQzLbm8DVtnagh4PGxTc {
    position: absolute;
    display: block;
    z-index: 15184;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 19px;
    width: 19px;
    top: 363.00000762939px;
    left: 605px;
    overflow: hidden;
    display: block;
}

#dPIS9SQRDRs9GqlIzCgzvymTTswQbTQZ {
    position: absolute;
    display: block;
    z-index: 15206;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 24px;
    width: 56px;
    top: 339px;
    left: 701px;
    overflow: hidden;
    display: block;
}

#DxvHAlNrwmIvq0uMM4i8TM4gEEPHrdzA {
    position: absolute;
    display: block;
    z-index: 14996;
    background-color: #444769;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 750px;
    width: 720px;
    top: 0px;
    left: 240px;
    display: block;
}

#OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 > .row .container {
    background-color: transparent;
    background-image: none;
}

#OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 > .row .container > .video-iframe-container {
    display: none;
}

#OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 > .row > .video-iframe-container {
    display: none;
}

#OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 > .row .container {
    border-width: 0;
    border-radius: 0;
}

#OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 20px;
    width: 1200px;
    position: relative;
    display: block;
}

#TqHoaDwHqWIrWHTeJ5kIwKGILzuVF03r {
    color: #ffffff;
    display: block;
    width: 1197px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: normal;
    z-index: 15006;
    line-height: 1.2;
    letter-spacing: 0;
    top: 15px;
    left: 0px;
    height: 25.1953px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#ihCTeTtocH1CITDblPobyZ2c9p4P1Lix {
    position: absolute;
    display: block;
    z-index: 15004;
    background-color: #444769;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    height: 127px;
    width: 720px;
    top: 65px;
    left: 240px;
    display: block;
}

#hZGWJ36pdc9CFh8tk1rT5WZxB8DHoxwm {
    position: absolute;
    display: block;
    z-index: 15047;
    background-color: #25273a;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 88px;
    left: 417px;
    display: block;
}

#AWLCyAxAhoFStOi6Z2RHV3cl8xquXPQ9 {
    position: absolute;
    display: block;
    z-index: 15049;
    background-color: #25273a;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 88px;
    left: 608px;
    display: block;
}

#zbvPSdCPzO7RadND7qaLCEkvbtm0zM5g {
    position: absolute;
    display: block;
    z-index: 15050;
    background-color: #25273a;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 88px;
    left: 704px;
    display: block;
}

#bNRLP54S1uX3AfAfx29eoddN5wqWbBNZ {
    position: absolute;
    display: block;
    z-index: 15051;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 102px;
    top: 121px;
    left: 694px;
    overflow: hidden;
    display: block;
}

#zCwq8sPQoqwmJwHUaqaXGzGPT4WpPymr {
    position: absolute;
    display: block;
    z-index: 15052;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 25px;
    width: 97px;
    top: 121px;
    left: 600px;
    overflow: hidden;
    display: block;
}

#te6PQIeb1wW45UTL2klqX0ekB1QGmumJ {
    position: absolute;
    display: block;
    z-index: 15053;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 27px;
    width: 112px;
    top: 117px;
    left: 497px;
    overflow: hidden;
    display: block;
}

#CDToC7ILqTlIZLEsNnMkJqKhltTmB89e {
    position: absolute;
    display: block;
    z-index: 15054;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 37px;
    width: 63px;
    top: 112px;
    left: 427px;
    overflow: hidden;
    display: block;
}

#TurT5TA6SeJ95eS0P2N2ZeLH09TFJvnU {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15055;
    text-align: center;
    text-align-last: center;
    top: 88px;
    left: 417px;
    display: block;
}

#I2qXTqmRwOTttuPbARkHxaaU7DdNm8Si {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#T21EACCnU5353iJqOLolo8N4vIpOSTtQ {
    position: absolute;
    display: block;
    z-index: 15048;
    background-color: #25273a;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 88px;
    left: 513px;
    display: block;
}

#B6qmM1wyAXWFAm2gDhqcpKn9zFgpWcES {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15056;
    text-align: center;
    text-align-last: center;
    top: 88px;
    left: 513px;
    display: block;
}

#hH3R9EMbWs8mQHFfE3GcuMhPZxllw9vJ {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#DSlwqPL1t4qZHgiqTTUpisFlBhL5rhqW {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15057;
    text-align: center;
    text-align-last: center;
    top: 88px;
    left: 608px;
    display: block;
}

#WKoIGK6E1ga1UEZGzyDT5AkutyAguhnh {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#JhKB2mOvyJmZMgmXmAQ9zIMrg37ORrLX {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15058;
    text-align: center;
    text-align-last: center;
    top: 88px;
    left: 704px;
    display: block;
}

#o847KW3TIg1HTVgp30WuxLAhTmZdrykF {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#xiyezqBBhQHTgPNaGyuPZFeRsMNXHTT5 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 720px;
    height: 128px;
    text-decoration: none;
    z-index: 15059;
    text-align: center;
    text-align-last: center;
    top: 64.500002861023px;
    left: 241.00001525879px;
    display: block;
}

#nzexxbVJyrcA3eIEXTcsPrcfxOkQcFTW {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#gmaS76sQw1P1326ccHBoOTGJ1z3IxJ8g {
    box-sizing: content-box;
    height: 8px;
    width: 8px;
    position: absolute;
    border-top-right-radius: 600px;
    border-bottom-right-radius: 600px;
    border-bottom-left-radius: 600px;
    border-top-left-radius: 600px;
    display: block;
    z-index: 15215;
    background-color: #b4b4b4;
    background-image: none;
    top: 149px;
    left: 478px;
    display: block;
}

#xmiX7hN6UtumB18Exz2oeDi58lsbZHXF {
    box-sizing: content-box;
    height: 8px;
    width: 8px;
    position: absolute;
    border-top-right-radius: 600px;
    border-bottom-right-radius: 600px;
    border-bottom-left-radius: 600px;
    border-top-left-radius: 600px;
    display: block;
    z-index: 15216;
    background-color: #b4b4b4;
    background-image: none;
    top: 149px;
    left: 574px;
    display: block;
}

#iM0GLp9ELUKUqUCsz3RQBHJiypLROssk {
    box-sizing: content-box;
    height: 8px;
    width: 8px;
    position: absolute;
    border-top-right-radius: 600px;
    border-bottom-right-radius: 600px;
    border-bottom-left-radius: 600px;
    border-top-left-radius: 600px;
    display: block;
    z-index: 15217;
    background-color: #b4b4b4;
    background-image: none;
    top: 149px;
    left: 669px;
    display: block;
}

#xxmIuzMJattWPpmCLSls8CfwWPIGZcX7 {
    box-sizing: content-box;
    height: 8px;
    width: 8px;
    position: absolute;
    border-top-right-radius: 600px;
    border-bottom-right-radius: 600px;
    border-bottom-left-radius: 600px;
    border-top-left-radius: 600px;
    display: block;
    z-index: 15218;
    background-color: #b4b4b4;
    background-image: none;
    top: 149px;
    left: 765px;
    display: block;
}

#szQPqvwGNTldy2MR4scO3oV1QzOVPX2P {
    box-sizing: content-box;
    height: 8px;
    width: 8px;
    position: absolute;
    border-top-right-radius: 600px;
    border-bottom-right-radius: 600px;
    border-bottom-left-radius: 600px;
    border-top-left-radius: 600px;
    display: block;
    z-index: 15216;
    background-color: #b4b4b4;
    background-image: none;
    top: 213px;
    left: 75px;
    display: block;
}

#Wqm9ZWPt455V6oAcz914chgzecVUJnlg {
    color: #b4b4b4;
    display: block;
    width: 1052px;
    position: absolute;
    font-family: notosans;
    font-size: 12px;
    font-weight: normal;
    z-index: 15219;
    line-height: 1.3;
    letter-spacing: 0;
    top: 208px;
    left: 74px;
    height: 31.1875px;
    text-align: center;
    text-align-last: center;
    display: block;
}

#SixLnzQmFfWVWiBTIOJohAXgRzIETs4L {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#SixLnzQmFfWVWiBTIOJohAXgRzIETs4L > .row .container {
    background-color: transparent;
    background-image: none;
}

#SixLnzQmFfWVWiBTIOJohAXgRzIETs4L::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0); */
}

#SixLnzQmFfWVWiBTIOJohAXgRzIETs4L > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#SixLnzQmFfWVWiBTIOJohAXgRzIETs4L > .row .container > .video-iframe-container {
    display: none;
}

#SixLnzQmFfWVWiBTIOJohAXgRzIETs4L > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#SixLnzQmFfWVWiBTIOJohAXgRzIETs4L > .row > .video-iframe-container {
    display: none;
}

#SixLnzQmFfWVWiBTIOJohAXgRzIETs4L > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#SixLnzQmFfWVWiBTIOJohAXgRzIETs4L > .row .container {
    border-width: 0;
    border-radius: 0;
}

#SixLnzQmFfWVWiBTIOJohAXgRzIETs4L > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#SixLnzQmFfWVWiBTIOJohAXgRzIETs4L > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 553px;
    width: 1200px;
    position: relative;
    display: block;
}

#EFoZeLzP8gilJICTypIrc0o8N7zIUJUE {
    color: #ffffff;
    display: block;
    width: 1200px;
    position: absolute;
    font-family: figtree;
    font-size: 28px;
    font-weight: 700;
    z-index: 15005;
    line-height: .9;
    letter-spacing: 0;
    top: 55px;
    left: 0px;
    height: 25.2px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#ZCM0OQhlh29pbIByCAT2myq6C3qw3e8r {
    position: absolute;
    display: block;
    z-index: 15007;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 178px;
    left: 39px;
    display: block;
}

#kwCn13DAL7EhovkUMdAbSFaeEtcMBu4r {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 178px;
    left: 134px;
    display: block;
}

#pSsssyfbaJWcyXsarBtf0wWLOJraMd3V {
    position: absolute;
    display: block;
    z-index: 15010;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 178px;
    left: 323px;
    display: block;
}

#ml4JyZhlKLALQEcLiNvTLXoLt7cFyVDw {
    position: absolute;
    display: block;
    z-index: 15009;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 178px;
    left: 228px;
    display: block;
}

#ofJuElRMdmvuu7RVKHaeL4SsqfUp9vOt {
    position: absolute;
    display: block;
    z-index: 15012;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 178px;
    left: 513px;
    display: block;
}

#QuO9NvUrJhpNTWlE3Q90UBJ6Wgsl70Wi {
    position: absolute;
    display: block;
    z-index: 15011;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 178px;
    left: 418px;
    display: block;
}

#MEvpx4mTU1UmPuxvQPKEN5eaNDsRm9y8 {
    position: absolute;
    display: block;
    z-index: 15002;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 178px;
    left: 987px;
    display: block;
}

#xLpTQoVOgimw3I2GHdz0rdM2K2W3F3W6 {
    position: absolute;
    display: block;
    z-index: 15013;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 178px;
    left: 608px;
    display: block;
}

#kz9V1poZdswXG2vGGqul81n1XcCwMT12 {
    color: #ffffff;
    display: block;
    width: 60px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 700;
    z-index: 15019;
    line-height: .9;
    letter-spacing: 0;
    top: 207px;
    left: 49px;
    height: 14.4px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#k4xregLDeJ0oapbQh0QN9TmkErPnQtbW {
    color: #ffffff;
    display: block;
    width: 52px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 700;
    z-index: 15020;
    line-height: .9;
    letter-spacing: 0;
    top: 208px;
    left: 149px;
    height: 14.4px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#ZuWyP9o69cn0SwMqEUyJ4SZpwTu4lb5J {
    color: #ffffff;
    display: block;
    width: 61px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 700;
    z-index: 15021;
    line-height: .9;
    letter-spacing: 0;
    top: 209px;
    left: 239px;
    height: 14.4px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#wx68hXK6m1SpTcMWVc1bVnuHkzA6LS66 {
    color: #ffffff;
    display: block;
    width: 60px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 700;
    z-index: 15022;
    line-height: .9;
    letter-spacing: 0;
    top: 213px;
    left: 335px;
    height: 14.4px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#Uk80xUMV63w3sgXEz0Fkyb1PcA1Zm8tg {
    color: #ffffff;
    display: block;
    width: 55px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 700;
    z-index: 15024;
    line-height: .9;
    letter-spacing: 0;
    top: 203px;
    left: 433px;
    height: 14.4px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#GhRSqBa97iEV7cycnpSVHvpw6f8b2q9e {
    position: absolute;
    display: block;
    z-index: 15027;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 36px;
    width: 57px;
    top: 307px;
    left: 146px;
    overflow: hidden;
    display: block;
}

#r4BOP8NpTkSnQ2wkRKzdMfST0BiymNXm {
    position: absolute;
    display: block;
    z-index: 15030;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 33px;
    width: 55px;
    top: 203px;
    left: 811px;
    overflow: hidden;
    display: block;
}

#hzc07qyxMtoZTP48AN1lVHTbC4hE3q0u {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15029;
    text-align: center;
    text-align-last: center;
    top: 178px;
    left: 39px;
    display: block;
}

#ay9EwD4olo57exSZms0pUEgx3qDxECTn {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#c5dS3kEQcadtnzFVzZkqqAnd3TIAMTFF {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15030;
    text-align: center;
    text-align-last: center;
    top: 178px;
    left: 134px;
    display: block;
}

#LCMnE5s5K10HRmFTilBO6DmEsg7iHdW5 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#yP4q5MkNlqXmp3ydJZBSLQvmNahWGQpT {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15031;
    text-align: center;
    text-align-last: center;
    top: 178px;
    left: 228px;
    display: block;
}

#F7gihNQKQMeSxHWGo67ppg72496fJnbo {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#ONoy6fRdHyZOPT0Kuz6JSCZOlfObliIo {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15032;
    text-align: center;
    text-align-last: center;
    top: 178px;
    left: 323px;
    display: block;
}

#Ew6sl5w296QxPIZNbaiZzS06RTowU16f {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#qQ76vnm8D68NuuL23sJgsTmGZeWWDTe0 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15033;
    text-align: center;
    text-align-last: center;
    top: 178px;
    left: 418px;
    display: block;
}

#Ci5fpFAN4PaUTBNTB9R1XnshUQL1WZKF {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#O6WubNLCaiVnsr3SWTshEF38gNvcQQsz {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15035;
    text-align: center;
    text-align-last: center;
    top: 178px;
    left: 799px;
    display: block;
}

#gdMZ5R18k9sFEXFHe8HVW21R05JXDHhq {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#DBUFZ4ZfFVXAGD0xhehqhMm0uUVPxQk1 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15039;
    text-align: center;
    text-align-last: center;
    top: 282px;
    left: 134px;
    display: block;
}

#Bz2yI7yy4aRA7DzM6KACU7k0l4tLL2x1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#H5JaXfpuuG6idtn4Of7GvPzbhnTaDvsd {
    position: absolute;
    display: block;
    z-index: 15045;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 178px;
    left: 892px;
    display: block;
}

#O6RsUJTIUsTDNDG7mDPI4u27wMeqI7Ri {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15169;
    text-align: center;
    text-align-last: center;
    top: 282px;
    left: 39px;
    display: block;
}

#sP93I1EFD9ua8NE8tO8nHplaT6kzRylU {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#dvh5Tl2hm43JxzkNmiG4sevG6vbGquq1 {
    position: absolute;
    display: block;
    z-index: 15080;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 40px;
    width: 51px;
    top: 305px;
    left: 54px;
    overflow: hidden;
    display: block;
}

#LRLIih89rnCxaSHqRTGw03zpKLnnp2Bs {
    position: absolute;
    display: block;
    z-index: 15088;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 178px;
    left: 703px;
    display: block;
}

#qKOVqkNErl5v5T6SoIhxRNiMfm9oduiU {
    position: absolute;
    display: block;
    z-index: 15102;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 50px;
    width: 50px;
    top: 195px;
    left: 907px;
    overflow: hidden;
    display: block;
}

#I5lTgdQyr2Z5T5t8uP0PolqrncCe5pXF {
    position: absolute;
    display: block;
    z-index: 15016;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 178px;
    left: 798px;
    display: block;
}

#PJzhqrPTni3WGv9kdIUfd3pp7eWdtA0s {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15152;
    text-align: center;
    text-align-last: center;
    top: 178px;
    left: 1082px;
    display: block;
}

#S8xH4iwoLF6VXTrwIMF1fSeLno3G6hWp {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#fqFXEQElBZSCHJvCbJKd6V4Fb8DTVghN {
    position: absolute;
    display: block;
    z-index: 15026;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 35px;
    width: 55px;
    top: 202px;
    left: 1096px;
    overflow: hidden;
    display: block;
}

#yGD8cKM4r27OVWoDHxEMIneXx0Vpb5LD {
    position: absolute;
    display: block;
    z-index: 15004;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 178px;
    left: 1082px;
    display: block;
}

#UbpVuHo9MgXuCTC9MOoblaM9PnMdRR8G {
    position: absolute;
    display: block;
    z-index: 14999;
    background-color: transparent;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    height: 453px;
    width: 1184px;
    top: 150px;
    left: 8px;
    display: block;
}

#Kzx559FxrlsBmX9m6wfqONeNSQ44PvVH {
    position: absolute;
    display: block;
    z-index: 15048;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 1082px;
    display: block;
}

#pheA8Mo9AsEleR8vwSNWTlxVCrlCFET6 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15159;
    text-align: center;
    text-align-last: center;
    top: 378px;
    left: 1082px;
    display: block;
}

#G9iqKIvSdeMDwl7DOKsdbOnf7T8efLCX {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#aZkgAkOJcbXaxkT3eKIT1CP1oPKahIUz {
    position: absolute;
    display: block;
    z-index: 15065;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 18px;
    width: 67px;
    top: 410px;
    left: 1090px;
    overflow: hidden;
    display: block;
}

#m9nkFmo00ec1KX2rb2ZbM8FMwqMymMc2 {
    position: absolute;
    display: block;
    z-index: 15049;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 987px;
    display: block;
}

#BWthRCTUTkUQO0VE0xO4iXSo0OletrW8 {
    position: absolute;
    display: block;
    z-index: 15066;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 17px;
    width: 68px;
    top: 410px;
    left: 993px;
    overflow: hidden;
    display: block;
}

#BmiiAeuiNNNnrnADkxX8xDR9zH4TBggq {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15160;
    text-align: center;
    text-align-last: center;
    top: 378px;
    left: 987px;
    display: block;
}

#qhvNK9e09qCzoRA2e48J99mB22ZOTC6u {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#pT5axwXML36xeqTdmrUiZVC8NTOG4e86 {
    position: absolute;
    display: block;
    z-index: 15049;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 892px;
    display: block;
}

#RuTG2kIDPAH4qfieVFDNJdwxHestHp3g {
    position: absolute;
    display: block;
    z-index: 15066;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 30px;
    width: 71px;
    top: 405px;
    left: 518px;
    overflow: hidden;
    display: block;
}

#s4y38LhTSSFf4EnF0kO4HVCG5156Ti7u {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15181;
    text-align: center;
    text-align-last: center;
    top: 378px;
    left: 513px;
    display: block;
}

#kr2ealoWEp0fiTsswsz4qhLpT3kcwZ4a {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#CcmVrZzBwWlcVLiWtm0kTz9ShMZdgPNc {
    position: absolute;
    display: block;
    z-index: 15017;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 703px;
    display: block;
}

#Jg3aykqJg478cADyUwHHLnPtkmZbtNzm {
    position: absolute;
    display: block;
    z-index: 15014;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 798px;
    display: block;
}

#OgenIm98NsTK5NImE6Zr80BaUO2k2dFN {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15151;
    text-align: center;
    text-align-last: center;
    top: 473px;
    left: 274px;
    display: block;
}

#ARnEdpnTuyW3Ei4poJl0vJwwR7go2PN1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#iD2iqbCDEvvyxHtkHtZopvivwuvaDgz3 {
    position: absolute;
    display: block;
    z-index: 15031;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 44px;
    width: 56px;
    top: 492px;
    left: 287px;
    overflow: hidden;
    display: block;
}

#GNwKKT25NrBeMtlUk4IyFca8M7izhTK0 {
    position: absolute;
    display: block;
    z-index: 15014;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 282px;
    left: 134px;
    display: block;
}

#UP9iULeaBIiwLxbA9Vrqe7gnyvrAWqeA {
    position: absolute;
    display: block;
    z-index: 15043;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 282px;
    left: 987px;
    display: block;
}

#H9Tnh6BGXA8NPiZQJZNvDyegTh1qVIpQ {
    position: absolute;
    display: block;
    z-index: 15046;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 134px;
    display: block;
}

#iOxptgAsEThiyU0D5txTCmf2MMCaCeAW {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15175;
    text-align: center;
    text-align-last: center;
    top: 282px;
    left: 799px;
    display: block;
}

#BZSZkDPP983OKnD7RqeQdH8zzt87F9S8 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#OSoNk1SgoPAwMTeZaNDpfBW5qvefiEOJ {
    position: absolute;
    display: block;
    z-index: 15185;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 282.5px;
    left: 227.98750305176px;
    display: block;
}

#uOPFCxZyk9GCr7uqITayUXmDMZfqPZEN {
    position: absolute;
    display: block;
    z-index: 15054;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 282px;
    left: 513px;
    display: block;
}

#GMo5UFW1TlsKPN7bGEbescpKskEDgmME {
    position: absolute;
    display: block;
    z-index: 15000;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 282px;
    left: 323px;
    display: block;
}

#NkEltZPMQzkq5ibbmSmLspNPkQk3Bh5e {
    position: absolute;
    display: block;
    z-index: 15081;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 65px;
    width: 110px;
    top: 292px;
    left: 783px;
    overflow: hidden;
    display: block;
}

#TnhAo0rvitzLMbZVFQDXroOBmpUOePBi {
    position: absolute;
    display: block;
    z-index: 15090;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 282px;
    left: 608px;
    display: block;
}

#PJ6TTJ038eGfkio3piRwXWEJc8OLCgWE {
    position: absolute;
    display: block;
    z-index: 15089;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 282px;
    left: 703px;
    display: block;
}

#gQ0z94qzxHS5WZlfnH7hLh0KeE0ta1f7 {
    position: absolute;
    display: block;
    z-index: 15087;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 282px;
    left: 418px;
    display: block;
}

#iPtVfUZGGTsCsAvgy0hTE8CX2oMbwBLR {
    position: absolute;
    display: block;
    z-index: 15080;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 282px;
    left: 798px;
    display: block;
}

#qEk98iuvyKIxcRPCNBVia5xIiGz8ikvg {
    position: absolute;
    display: block;
    z-index: 15083;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 228px;
    display: block;
}

#SUmb3POfp1C8aVQFXPTJCQ3Pxf411KXF {
    position: absolute;
    display: block;
    z-index: 15097;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 42px;
    width: 44px;
    top: 198px;
    left: 1005px;
    overflow: hidden;
    display: block;
}

#DpXi8qvwSgz6qSQyif67TXfbGryfXnRB {
    position: absolute;
    display: block;
    z-index: 15187;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 37px;
    width: 63px;
    top: 306px;
    left: 236px;
    overflow: hidden;
    display: block;
}

#LPiIDM5NemlD7Nc3OCMhLBbifDMK2uc5 {
    position: absolute;
    display: block;
    z-index: 15115;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 41px;
    width: 60px;
    top: 304px;
    left: 334px;
    overflow: hidden;
    display: block;
}

#wSoTw9EQcG1sZ23zHX0F3hVyoViiUwID {
    position: absolute;
    display: block;
    z-index: 15129;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 68px;
    top: 409px;
    left: 329px;
    overflow: hidden;
    display: block;
}

#sQSLMx1zL0n1VTaKTTo2rBigx58Ifnkl {
    position: absolute;
    display: block;
    z-index: 15011;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 282px;
    left: 892px;
    display: block;
}

#T530uQZ70IKRH6hRxqd40U7boLlmVkMq {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15170;
    text-align: center;
    text-align-last: center;
    top: 282px;
    left: 418px;
    display: block;
}

#v4ZISOfSe6AuCe53k3uf3RZUdOOT49hN {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#wp0wSJFxv5hLGAPXCdfeuAWGrCKGZKe8 {
    position: absolute;
    display: block;
    z-index: 15115;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 49px;
    width: 48px;
    top: 299px;
    left: 434px;
    overflow: hidden;
    display: block;
}

#sppzspChoIxOudtqftSE2kVyiqpByscb {
    position: absolute;
    display: block;
    z-index: 15015;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 282px;
    left: 1082px;
    display: block;
}

#htNloC7Vcf4I1rBkslexORmq7kDqTtN8 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15172;
    text-align: center;
    text-align-last: center;
    top: 282px;
    left: 513px;
    display: block;
}

#O9l0CWQ6vWh9rG3Tkw0RmqhCwh1ymP16 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#ACNl2ikUXrWqGcynXBuwegVbM4gXy1Jx {
    position: absolute;
    display: block;
    z-index: 15171;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 32px;
    width: 60px;
    top: 309px;
    left: 523px;
    overflow: hidden;
    display: block;
}

#rCpzZnd4mLgxaa06u2CZUko42UKhnscn {
    position: absolute;
    display: block;
    z-index: 15046;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 323px;
    display: block;
}

#rt1GymF9sfJffGTFxWVZMIumgEALlrPy {
    position: absolute;
    display: block;
    z-index: 15010;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 418px;
    display: block;
}

#qL667ypz9s3akaWxw6ASsT5iiSFZOQtd {
    position: absolute;
    display: block;
    z-index: 15099;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 18px;
    width: 60px;
    top: 411px;
    left: 429px;
    overflow: hidden;
    display: block;
}

#rs1iEvGIb01v4eBRDev2aifphyoBWWJp {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15145;
    text-align: center;
    text-align-last: center;
    top: 378px;
    left: 418px;
    display: block;
}

#co1BEQiVac2kymzNXo1Tcdqp6WKiVamW {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#TBhb0UqQxk9MZTy03yQdTmnAaTWVOtmB {
    position: absolute;
    display: block;
    z-index: 15044;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 513px;
    display: block;
}

#XD3sJdHTvEF1HhZrdJ7yOUMPtCfcVqG9 {
    position: absolute;
    display: block;
    z-index: 15079;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 40px;
    width: 61px;
    top: 496px;
    left: 475px;
    overflow: hidden;
    display: block;
}

#LTJISe1qBsXuMw3ai6fCCsGlczehtiD4 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15155;
    text-align: center;
    text-align-last: center;
    top: 473px;
    left: 467px;
    display: block;
}

#tivQiT8CT9mosaalpSSpRBAomtUEpiW2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#UyOF49m8AFfXOgWFOrOJJZxNycKDi2xf {
    position: absolute;
    display: block;
    z-index: 15043;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 608px;
    display: block;
}

#qSebcfAyTlVvOKVGs4BTHyA6X3S6Tb8o {
    position: absolute;
    display: block;
    z-index: 15015;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 282px;
    left: 39px;
    display: block;
}

#lRo5nADBlbCDhaQP9PUOvMCS3b34seyT {
    position: absolute;
    display: block;
    z-index: 15081;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 39px;
    display: block;
}

#Qhuwi8mh6SelOMb43Vn9nsX8Ml9ODZNE {
    position: absolute;
    display: block;
    z-index: 15116;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 35px;
    width: 60px;
    top: 308px;
    left: 618px;
    overflow: hidden;
    display: block;
}

#WGZfMv6FKcXRLXUtP1qEMU49fKs2I74O {
    position: absolute;
    display: block;
    z-index: 15051;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 473px;
    left: 752px;
    display: block;
}

#ieVzoQ53FeR2GvA9e7rTGqG1haBr4m5a {
    position: absolute;
    display: block;
    z-index: 15052;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 473px;
    left: 370px;
    display: block;
}

#hoNI8ReTHt0ySgPTzxIpnIzNlogHpgyE {
    position: absolute;
    display: block;
    z-index: 15054;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 473px;
    left: 560px;
    display: block;
}

#E7oiJbmHKxxoS2iRliSTEBECStUoeInL {
    position: absolute;
    display: block;
    z-index: 15053;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 473px;
    left: 465px;
    display: block;
}

#k58T25uCenEDaCGTveqCQseOy8UGcf23 {
    position: absolute;
    display: block;
    z-index: 15018;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 473px;
    left: 275px;
    display: block;
}

#vkfs5taVGT9xNweONCENQBMeCCmDDDGo {
    position: absolute;
    display: block;
    z-index: 15013;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 473px;
    left: 659px;
    display: block;
}

#SfffvSNWXBuN6o8V6dQR5CTSSvai2C63 {
    position: absolute;
    display: block;
    z-index: 15067;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 16px;
    width: 67px;
    top: 411px;
    left: 899px;
    overflow: hidden;
    display: block;
}

#HSN6ORoOl8z7Vh4IzzJgxUe78vmHBQLv {
    position: absolute;
    display: block;
    z-index: 15076;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 26px;
    width: 63px;
    top: 501px;
    left: 668px;
    overflow: hidden;
    display: block;
}

#mnnT0nl79zbp126Ti6bx75vaWrNfOVDU {
    position: absolute;
    display: block;
    z-index: 15080;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 73px;
    top: 506.5px;
    left: 374.500015px;
    overflow: hidden;
    display: block;
}

#cabpB2lxe0LKdEqXRcT04XiTN87BFPvQ {
    position: absolute;
    display: block;
    z-index: 15079;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 473px;
    left: 844px;
    display: block;
}

#pwhSMP9beX6Pb4TyrxUOAubLHZLOMAUs {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15144;
    text-align: center;
    text-align-last: center;
    top: 378px;
    left: 608px;
    display: block;
}

#brNzxcFqlrHr20bW4vGMyOb1gaNDdOp5 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#riy25nKPbgxPmAKdIbI0y9zmJWnItmqF {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15153;
    text-align: center;
    text-align-last: center;
    top: 473px;
    left: 659px;
    display: block;
}

#TsgLOA2GaSFxBvz2JmWHT7woNpz1mh1t {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#szfKfExJVGTI57TqiJWcHcEX2lebaFDk {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15183;
    text-align: center;
    text-align-last: center;
    top: 378px;
    left: 892px;
    display: block;
}

#nlfs8Lhgx2FZhTDahwpoOD1g6I09GvW7 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#IzwsEmrelLM1Ge1Mx6M8aVa6FahCL1ky {
    position: absolute;
    display: block;
    z-index: 15101;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 47px;
    width: 56px;
    top: 298px;
    left: 1095px;
    overflow: hidden;
    display: block;
}

#y1GglO1esJ7n7UH5O5FVJG59IKnOBoVe {
    position: absolute;
    display: block;
    z-index: 15118;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 15px;
    width: 66px;
    top: 410px;
    left: 141px;
    overflow: hidden;
    display: block;
}

#BRsw2N2rohB0Vv6PQI1ey3o8UNeJcbM7 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15182;
    text-align: center;
    text-align-last: center;
    top: 378px;
    left: 703px;
    display: block;
}

#LG2vdB8LDTf8lOElR5pzfpleM3G8CcMS {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#HArtvCmOh42cFem6WcnbqHHhaa7KUyTc {
    position: absolute;
    display: block;
    z-index: 15067;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 21px;
    width: 68px;
    top: 408px;
    left: 709px;
    overflow: hidden;
    display: block;
}

#roenuENenZNds3g4STv3EIrWarM73VPK {
    position: absolute;
    display: block;
    z-index: 15114;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 30px;
    width: 61px;
    top: 310px;
    left: 997px;
    overflow: hidden;
    display: block;
}

#BLI9SObGDpbm6S68alZtlhmuOvhiTfaz {
    position: absolute;
    display: block;
    z-index: 15130;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 27px;
    width: 68px;
    top: 405px;
    left: 805px;
    overflow: hidden;
    display: block;
}

#UoAgnThKv2Fo9XqeZJB8PDovbu6i1S6c {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15178;
    text-align: center;
    text-align-last: center;
    top: 378px;
    left: 39px;
    display: block;
}

#WxTRtTo8DP0Xc0hFvRDf8N7eC9kZCkRS {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#BLITTANDkPsdnyqSBNDGJd02Oh5FZTnJ {
    position: absolute;
    display: block;
    z-index: 15177;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 10px;
    width: 67px;
    top: 413px;
    left: 45px;
    overflow: hidden;
    display: block;
}

#VnoUmycJEQgLZ3C8u5HiTxgH3x0LQb9f {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15184;
    text-align: center;
    text-align-last: center;
    top: 282px;
    left: 703px;
    display: block;
}

#C7NxGLgWmEJMGfDWKGCgfsfTIu5IzHl3 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#KhB57d5x4aHMrrvOnpEKaawsusBABrZd {
    position: absolute;
    display: block;
    z-index: 15174;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 65px;
    width: 110px;
    top: 292px;
    left: 688px;
    overflow: hidden;
    display: block;
}

#Wutzowe1QmafilvwecmT6igSpbHyN3zt {
    color: #ffffff;
    display: block;
    width: 66px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 700;
    z-index: 15019;
    line-height: .9;
    letter-spacing: 0;
    top: 185px;
    left: 616px;
    height: 25.1875px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#R9kzkmkPGPMR8Xp79GUEHeBT85A9BgnW {
    color: #ffffff;
    display: block;
    width: 56px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 700;
    z-index: 15167;
    line-height: 1.0;
    letter-spacing: 0;
    top: 197px;
    left: 716px;
    height: 25.1875px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#TIMkpwvXiO6Wewag5NzzoLIpnsvVo9xy {
    position: absolute;
    display: block;
    z-index: 15098;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 62px;
    top: 410px;
    left: 618px;
    overflow: hidden;
    display: block;
}

#s0lapdNXT39pvKdOmTWx0lw1QvbHm4uq {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15142;
    text-align: center;
    text-align-last: center;
    top: 178px;
    left: 608px;
    display: block;
}

#a9xVd5MrbiOeUuv7FEvP2hH5q833dxKL {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#XvIxm1zZU0IqoHflIMwtK6T304NXgtAS {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15168;
    text-align: center;
    text-align-last: center;
    top: 178px;
    left: 703px;
    display: block;
}

#zNOqKIrsvs2mZCkOa6G8cm3ktwQh6TG6 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#aO1h7pC3Nwkqh5CxoBG8b8NWM5GpdhKE {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15180;
    text-align: center;
    text-align-last: center;
    top: 378px;
    left: 228px;
    display: block;
}

#rw5ZQ6vZOTdiaQh0f6eTyAXFSaXlaxIs {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#C216d8MTJGpJBuRQaTJTGU8kK2ZeSEcZ {
    position: absolute;
    display: block;
    z-index: 15179;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 25px;
    width: 61px;
    top: 406px;
    left: 238px;
    overflow: hidden;
    display: block;
}

#m1Tvt2k7hoEG2ca7TffzZwdWp3qPawpK {
    color: #ffffff;
    display: block;
    width: 60px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 700;
    z-index: 15020;
    line-height: .9;
    letter-spacing: 0;
    top: 200px;
    left: 524px;
    height: 12.6px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#yakdUhUThGREvZMWiGBW57zzcEAT1Eqf {
    position: absolute;
    display: block;
    z-index: 15176;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 60px;
    width: 60px;
    top: 295px;
    left: 903px;
    overflow: hidden;
    display: block;
}

#y3AMocAGbUI2VUFquDZUS1GS6xK23R0e {
    position: absolute;
    display: block;
    z-index: 15119;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 35px;
    width: 80px;
    top: 497px;
    left: 846px;
    overflow: hidden;
    display: block;
}

#QNw3MVA7nWtrH5sZ1Zc2dT9ZlFQHB7Td {
    position: absolute;
    display: block;
    z-index: 15120;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 35px;
    width: 50px;
    top: 502px;
    left: 577px;
    overflow: hidden;
    display: block;
}

#ga8b6o5s76HmSUihgxt2Ki6zRNlbBS8a {
    position: absolute;
    display: block;
    z-index: 15120;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 60px;
    width: 79px;
    top: 485px;
    left: 753px;
    overflow: hidden;
    display: block;
}

#SI46VFuoLvV7G3JQVT14G9ro2k4W8Xd1 {
    background-color: #f30b54;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 95px;
    height: 34px;
    text-decoration: none;
    z-index: 15007;
    text-align: center;
    text-align-last: center;
    top: 651px;
    left: 553px;
    display: block;
}

#ZZ6d6sW9EJFoVNSWECTDvcsVu3EfzsVt {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#auKxEauGb24laeJ6fOX33XTVziqg1qTG {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 1200px;
    position: absolute;
    font-family: figtree;
    font-size: 12px;
    font-weight: 400;
    z-index: 15006;
    line-height: .9;
    letter-spacing: 0;
    top: 618px;
    left: 0px;
    height: 10.8px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#mho0mhESZTIsoBdLzD23oP7i7PPTGRZi {
    position: absolute;
    display: block;
    z-index: 15014;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 798px;
    display: block;
}

#C2hvns9485JkUik7RtHAMBgW0ShKbOve {
    position: absolute;
    display: block;
    z-index: 15046;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 378px;
    left: 134px;
    display: block;
}

#wlJiAl1dLB4ATc8iTTVgUPTmuBJIFFUV {
    position: absolute;
    display: block;
    z-index: 15083;
    background-color: #0c2a4d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 80px;
    width: 80px;
    top: 310px;
    left: 228px;
    display: none;
}

#EAbTgBdfCZhHw4KxzxAtECr0L7uynqEJ {
    color: rgba(255,255,255,0.6);
    display: block;
    width: 847px;
    position: absolute;
    font-family: figtree;
    font-size: 14px;
    font-weight: 400;
    z-index: 15006;
    line-height: 1.1;
    letter-spacing: 0;
    top: 100.200012px;
    left: 176.48750305176px;
    height: 30.8px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#Ez53lxZvZ0kTscRkeZSiQu3mTSsfW2xa {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15036;
    text-align: center;
    text-align-last: center;
    top: 178px;
    left: 892.00001525879px;
    display: block;
}

#Bmubw3hWbUc8dkOwwX5QpqLdfalaz137 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#GsoMn9GREDIOIMVzqB3XT7lN93svVfoR {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15037;
    text-align: center;
    text-align-last: center;
    top: 178px;
    left: 987.00001525879px;
    display: block;
}

#qUEXPHRlP3Z41iqzNavAWRmhxKUA4P4p {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#WJBK1X7ndA72UpIa5EKIfKbPfkcAPI6U {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15188;
    text-align: center;
    text-align-last: center;
    top: 282.5px;
    left: 227.98750305176px;
    display: block;
}

#sWlzioXlwkC5ghIR1uquEBzyXPcIUeLP {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#SKTrJ42iQlQaZkAKEGvqoHKEtls2CGyt {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15038;
    text-align: center;
    text-align-last: center;
    top: 282.50001859665px;
    left: 322.98750305176px;
    display: block;
}

#BKTk0N5EAeHlgPqs0L0td7kLXvrHyx0U {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#wkRrDd06tb1l2E9TPkPH0f9sPI1OVCtc {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15176;
    text-align: center;
    text-align-last: center;
    top: 282.50000762939px;
    left: 892.00001525879px;
    display: block;
}

#a8dkf90Mi7hVHihR5TM8NW68U2cByPkG {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#ZekV0xbSnmXkrETRge1hmWUsyWCzi7WN {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15177;
    text-align: center;
    text-align-last: center;
    top: 282.50000762939px;
    left: 987.00001525879px;
    display: block;
}

#B5sR1QIlayTCz5ZfIwqzaAgTwiyJD392 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#RncNc9vPwd1qvMKdwx6UVQ3qbXI2hbWW {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15189;
    text-align: center;
    text-align-last: center;
    top: 282.50000572205px;
    left: 608.00001525879px;
    display: block;
}

#uDO6FeaB3yXsDqTUDV36hX9sB5WS8Hzi {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#yLxACITp6IWfZAx680qJIxt1JBntdTzR {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15178;
    text-align: center;
    text-align-last: center;
    top: 282.50000762939px;
    left: 1082.0000152588px;
    display: block;
}

#OwJzkWzu5WzxoU9pwSUdTiyZLFHq4QBt {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#Dhvff2H694x36JX6M56A7nd78nvTLbvS {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15179;
    text-align: center;
    text-align-last: center;
    top: 378.00001525879px;
    left: 133.98750305176px;
    display: block;
}

#m653Qcqg81LSJNqTQSeKKRpngTnuNhxE {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#qw7STEqID1naFA59iErk9dCDmmV11Bqt {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15190;
    text-align: center;
    text-align-last: center;
    top: 378.00000762939px;
    left: 322.98750305176px;
    display: block;
}

#gIJnwJNQAQcOM6MJ7g9gVcV3uGR3IVK6 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#yGhWs7xSTKe9cWyyUDcPr8pEQbCfBnDs {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15190;
    text-align: center;
    text-align-last: center;
    top: 377.99999237061px;
    left: 798.50001525879px;
    display: block;
}

#qZrfmPyBsTumLoc8Eyyc4zwaiaMwOfSI {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#y5Gqi9dSeyIRL4R6qiZTnmWZTHpxK0OB {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    text-decoration: none;
    z-index: 15156;
    text-align: center;
    text-align-last: center;
    top: 472.9999961853px;
    left: 560.00001525879px;
    display: block;
}

#ZOFslEteSrfCDfb47Lag0ma6mbdKPO47 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#hOtU4FPQOKJGq7S5Hugy4GcBAB4tkC4R {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 1184px;
    height: 454px;
    text-decoration: none;
    z-index: 15191;
    text-align: center;
    text-align-last: center;
    top: 149.99999237061px;
    left: 8px;
    display: block;
}

#nfhrZaOs3xtoWqsDRDVQhKk5u872huFw {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: #1c1d26;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row .container {
    background-color: transparent;
    background-image: none;
}

#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row .container > .video-iframe-container {
    display: none;
}

#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row > .video-iframe-container {
    display: none;
}

#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row .container {
    border-width: 0;
    border-radius: 0;
}

#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 148px;
    width: 1200px;
    position: relative;
    display: block;
}

#g48lITv9oo8xs5ZU6NkyrGqWGxgBx5DK {
    position: absolute;
    display: block;
    z-index: 15000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 36px;
    width: 392px;
    top: 42.375px;
    left: 404.00001525879px;
    overflow: hidden;
    display: block;
}

#wBhrA1TrScDB3oD68rgT4QOPuyspVJil {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: #1c1d26;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row .container {
    background-color: transparent;
    background-image: none;
}

#wBhrA1TrScDB3oD68rgT4QOPuyspVJil::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row .container > .video-iframe-container {
    display: none;
}

#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row > .video-iframe-container {
    display: none;
}

#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row .container {
    border-width: 0;
    border-radius: 0;
}

#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 257px;
    width: 1200px;
    position: relative;
    display: block;
}

#c0DSqhyNhaBxP4M6Sf5Nlgk4OHfNMe1m {
    position: absolute;
    display: block;
    z-index: 15011;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 63px;
    width: 63px;
    top: 112.5px;
    left: 625.5px;
    overflow: hidden;
    display: block;
}

#bxbwWsGAoLzIE4hpbFvL1FfWAqT9GPnZ {
    position: absolute;
    display: block;
    z-index: 15012;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 63px;
    width: 63px;
    top: 112.5px;
    left: 377px;
    overflow: hidden;
    display: block;
}

#SWpBCXsLKlHf8n39TU7PZHAUzTpH5RwI {
    box-sizing: content-box;
    height: 112px;
    width: 820px;
    position: absolute;
    display: block;
    z-index: 15000;
    background-color: #30324b;
    background-image: none;
    top: 88px;
    left: 190px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    display: block;
}

#RvVt1CsWX2SLBDXRg0QtlTTsEBswqRcc {
    box-sizing: content-box;
    height: 112px;
    width: 371px;
    position: absolute;
    display: block;
    z-index: 15001;
    background-color: #444769;
    background-image: none;
    top: 88px;
    left: 347px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    display: block;
}

#cvUxFXhI7fexUV5H6RhzWJ4rs9cC5V8f {
    box-sizing: content-box;
    height: 53px;
    width: 127px;
    position: absolute;
    display: block;
    z-index: 15002;
    background-color: #2c245c;
    background-image: none;
    top: 118px;
    left: 469px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    display: block;
}

#NZIo9SwaE7mLDt0qDmxivqGkqMUpqxR1 {
    color: #06e7be;
    display: block;
    width: 95px;
    position: absolute;
    font-family: figtree;
    font-size: 28px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 131px;
    left: 485px;
    height: ;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#M9yCg1oJL9k2MMMWPqsM9ubi0E4ksyIJ {
    color: #ffffff;
    display: block;
    width: 123px;
    position: absolute;
    font-family: figtree;
    font-size: 24px;
    font-weight: 400;
    z-index: 15007;
    line-height: 1.3;
    letter-spacing: 0;
    top: 128px;
    left: 730px;
    height: 31.2px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#GPpPm27d9el1H9CN2X8FoyLNoToabNBR {
    position: absolute;
    display: block;
    z-index: 15013;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 38px;
    width: 122px;
    top: 125px;
    left: 862px;
    overflow: hidden;
    display: block;
}

#T6UUFBIPiqEZy1wcHIybQAg1Wk3cM2lW {
    color: #ffffff;
    display: block;
    width: 108px;
    position: absolute;
    font-family: figtree;
    font-size: 18px;
    font-weight: 400;
    z-index: 15006;
    line-height: 1.3;
    letter-spacing: 0;
    top: 122px;
    left: 213.99998474121px;
    height: 46.7968px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#hkbqMei970hHCUfUhCB0ZPRADqlBkdxx {
    position: absolute;
    display: block;
    z-index: 15016;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 49px;
    width: 191px;
    top: 2px;
    left: 485.00001525879px;
    overflow: hidden;
    display: block;
}

#nwPdAgSAMQWaP67aU1mxq5W3xL9s4DCU {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 819px;
    height: 115px;
    text-decoration: none;
    z-index: 15026;
    text-align: center;
    text-align-last: center;
    top: 87px;
    left: 190.5px;
    display: block;
}

#VUcRuKQmBtrXIHTggdgzlbo724HuydXA {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#mF3orLIdQmZSTlOh1O2EXIFrKvlIfwae {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 820px;
    height: 112px;
    text-decoration: none;
    z-index: 15202;
    text-align: center;
    text-align-last: center;
    top: 89px;
    left: 190px;
    display: block;
}

#ItN12IJB9Tc68UOyvTJTJa8UdZ2elQmg {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: #1c1d26;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row .container {
    background-color: transparent;
    background-image: none;
}

#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row .container > .video-iframe-container {
    display: none;
}

#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row > .video-iframe-container {
    display: none;
}

#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row .container {
    border-width: 0;
    border-radius: 0;
}

#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 263px;
    width: 1200px;
    position: relative;
    display: block;
}

#oq7TzU3y5fP4zcBMNPsB1h1crAEmNarv {
    position: absolute;
    display: block;
    z-index: 15011;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 63px;
    width: 63px;
    top: 113px;
    left: 626px;
    overflow: hidden;
    display: block;
}

#SABZUCcEJOXlzBsx8Q8kIHZaZUK1pRtt {
    position: absolute;
    display: block;
    z-index: 15012;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 63px;
    width: 63px;
    top: 113px;
    left: 377px;
    overflow: hidden;
    display: block;
}

#CaUGdmKSLCw66DGRVlxsmZyswauOzTa9 {
    box-sizing: content-box;
    height: 112px;
    width: 820px;
    position: absolute;
    display: block;
    z-index: 15000;
    background-color: #30324b;
    background-image: none;
    top: 88px;
    left: 190px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    display: block;
}

#c82yVNSPmGdT6XLzxVaogc5KgnTbpIlg {
    box-sizing: content-box;
    height: 112px;
    width: 371px;
    position: absolute;
    display: block;
    z-index: 15001;
    background-color: #444769;
    background-image: none;
    top: 88px;
    left: 347px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    display: block;
}

#D5kWg86Opv8nbaqb9StOGySh5Dv2qS0E {
    box-sizing: content-box;
    height: 53px;
    width: 127px;
    position: absolute;
    display: block;
    z-index: 15002;
    background-color: #2c245c;
    background-image: none;
    top: 118px;
    left: 469px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    display: block;
}

#qaaP6HkNSfFy1VpF94CgGdVZUF6SyH4U {
    color: #06e7be;
    display: block;
    width: 95px;
    position: absolute;
    font-family: figtree;
    font-size: 28px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 131px;
    left: 485px;
    height: ;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#xcJcl8HpxWtsdLdrQTZ58Uoeh0vz4F1n {
    color: #ffffff;
    display: block;
    width: 123px;
    position: absolute;
    font-family: figtree;
    font-size: 24px;
    font-weight: 400;
    z-index: 15007;
    line-height: 1.3;
    letter-spacing: 0;
    top: 128px;
    left: 730px;
    height: 31.1953px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#ZteC7zBmuppyzsQLz5O2vk7kAevUtzMl {
    position: absolute;
    display: block;
    z-index: 15013;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 38px;
    width: 135px;
    top: 125px;
    left: 862px;
    overflow: hidden;
    display: block;
}

#DVs04zq8RTeQbZI5ZUMWp02SJTLXwZ6f {
    color: #ffffff;
    display: block;
    width: 108px;
    position: absolute;
    font-family: figtree;
    font-size: 18px;
    font-weight: 400;
    z-index: 15006;
    line-height: 1.3;
    letter-spacing: 0;
    top: 122px;
    left: 213.99998474121px;
    height: 46.7968px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#Zn4859kHyt7XVmqMPqweB2AAAVXsHDUz {
    position: absolute;
    display: block;
    z-index: 15016;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 49px;
    width: 191px;
    top: 2px;
    left: 485.00001525879px;
    overflow: hidden;
    display: block;
}

#Ns9PrkeGewptC0wAIzZtxCNaNf1TdIzs {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 810px;
    height: 115px;
    text-decoration: none;
    z-index: 15026;
    text-align: center;
    text-align-last: center;
    top: 88px;
    left: 201px;
    display: block;
}

#KbJaRMdL1nkeis2JH5qsP4revdy8Bc4A {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#BNRzcqv27IrTOvHIQyqSwoqeXBGDLoOc {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 815px;
    height: 112px;
    text-decoration: none;
    z-index: 15202;
    text-align: center;
    text-align-last: center;
    top: 88px;
    left: 192.5px;
    display: block;
}

#b3TMH5RE4CbfwWMr2ZxUGbBBhM3KZQvX {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 {
    position: relative;
    display: none;
}

#T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 {
    border-width: 0;
    border-radius: 0;
}

#T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 107px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: none;
}

#wTbO2QsGv4wCmwMLsXlytKwob3K8GCTp {
    color: #ffffff;
    display: block;
    width: 1200px;
    position: absolute;
    font-family: figtree;
    font-size: 28px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 0px;
    left: 0px;
    height: 25.1953px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en > .row .container {
    background-color: transparent;
    background-image: none;
}

#rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en > .row .container > .video-iframe-container {
    display: none;
}

#rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en > .row > .video-iframe-container {
    display: none;
}

#rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en > .row .container {
    border-width: 0;
    border-radius: 0;
}

#rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 300px;
    width: 1200px;
    position: relative;
    display: block;
}

#dsTyc41DM6pWdef7svKCvAz1dGvQ818b {
    color: #ffffff;
    display: block;
    width: 1200px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 28px;
    font-weight: 700;
    z-index: 15006;
    line-height: .9;
    letter-spacing: 0;
    top: 31px;
    left: 0px;
    height: 25.2px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#sw5T6WnlkZSc3SfWLgil8gryc9MMlk1R {
    position: absolute;
    display: block;
    z-index: 15007;
    background-color: transparent;
    background-image: none;
    border-top: 2px solid #009091;
    border-left: 2px solid #009091;
    border-right: 2px solid #009091;
    border-bottom: 2px solid #009091;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    height: 200px;
    width: 1184px;
    top: 86px;
    left: 8px;
    display: block;
}

#zgi9dltQ9Vee7fOlNv1NwfpFoIv68ykq {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #31185d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 103px;
    width: 1180px;
    top: 88px;
    left: 10px;
    display: block;
}

#O5K8qXuigFNsKgKtEBv9T70uUXTOPhfW {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 28px;
    width: 28px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15009;
    opacity: 1;
    top: 179px;
    left: 586px;
}

#y7qvgguZx6PDVgWfkxduRkl9QDfpJh58 {
    position: absolute;
    display: block;
    z-index: 15010;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 24px;
    width: 30px;
    top: 111px;
    left: 585px;
    overflow: hidden;
    display: block;
}

#yW7KiaZkzVFITfcccNJ2dGH5CWGW9Tnq {
    color: #ffffff;
    display: block;
    width: 383px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 700;
    z-index: 15022;
    line-height: .9;
    letter-spacing: 0;
    top: 147.60000610352px;
    left: 408.5px;
    height: 16.2px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#RxP6R7aNqUKLRdDSfHT7AnTB6QxDFI3v {
    position: absolute;
    display: block;
    z-index: 15023;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 40px;
    width: 64px;
    top: 218px;
    left: 85px;
    overflow: hidden;
    display: block;
}

#DcKhf5v4KPyqcSwZlpdf8AQxWFbIcqyN {
    position: absolute;
    display: block;
    z-index: 15024;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 16px;
    width: 106px;
    top: 230px;
    left: 193.99998474121px;
    overflow: hidden;
    display: block;
}

#KRTm589Akor6vMoFeHfP95snmA1TpBUm {
    position: absolute;
    display: block;
    z-index: 15025;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 24px;
    width: 56px;
    top: 226px;
    left: 348.00001525879px;
    overflow: hidden;
    display: block;
}

#HRSufdkN3h2tAmKpvzGssfaEkHlN46nW {
    position: absolute;
    display: block;
    z-index: 15026;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 28px;
    width: 104px;
    top: 224px;
    left: 439.00001525879px;
    overflow: hidden;
    display: block;
}

#o3eTqtFMs3xhszLCv1cDnESxaUmr2TxW {
    position: absolute;
    display: block;
    z-index: 15027;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 12px;
    width: 104px;
    top: 232px;
    left: 562.00001525879px;
    overflow: hidden;
    display: block;
}

#Af5wXHRAJbXrdhfNr9vpdopSDBZqhKc8 {
    position: absolute;
    display: block;
    z-index: 15028;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 18px;
    width: 104px;
    top: 229px;
    left: 681.00001525879px;
    overflow: hidden;
    display: block;
}

#nSv6zyQsNPtrHBg9GAoC5spRW1xe2aov {
    position: absolute;
    display: block;
    z-index: 15029;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 12px;
    width: 104px;
    top: 232px;
    left: 805.00001525879px;
    overflow: hidden;
    display: block;
}

#T0TOAS6OMANycS97XW8mcQ30kNrDaawe {
    position: absolute;
    display: block;
    z-index: 15030;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 12px;
    width: 104px;
    top: 232px;
    left: 932.00001525879px;
    overflow: hidden;
    display: block;
}

#uEVSb9OKGUkNRFCKq0cVrLKDPPbr2iR4 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 1184px;
    height: 103px;
    text-decoration: none;
    z-index: 15031;
    text-align: center;
    text-align-last: center;
    top: 86px;
    left: 8px;
    display: block;
}

#daozEh2J8UeN99t4TBV552soAgBrZD45 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#TQTDEJSvEIxDinfUrwlfdNHINNGozPdf {
    position: absolute;
    display: block;
    z-index: 15031;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 20px;
    width: 40px;
    top: 228px;
    left: 1072.0000152588px;
    overflow: hidden;
    display: block;
}

#WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 > .row .container {
    background-color: transparent;
    background-image: none;
}

#WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 > .row .container > .video-iframe-container {
    display: none;
}

#WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 > .row > .video-iframe-container {
    display: none;
}

#WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 > .row .container {
    border-width: 0;
    border-radius: 0;
}

#WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 250px;
    width: 1200px;
    position: relative;
    display: block;
}

#uVX7VReC6y4wVDoQ9XxA4SizHkF0kXDt {
    position: absolute;
    display: block;
    z-index: 15009;
    background-color: transparent;
    background-image: none;
    border-top: 2px solid #009091;
    border-left: 2px solid #009091;
    border-right: 2px solid #009091;
    border-bottom: 2px solid #009091;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    height: 200px;
    width: 378px;
    top: 16px;
    left: 8px;
    display: block;
}

#boJnAM4tSkeHniJUqPD7y7n4xbhiBZWb {
    position: absolute;
    display: block;
    z-index: 15010;
    background-color: #31185d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 103px;
    width: 374px;
    top: 18px;
    left: 10px;
    display: block;
}

#pdczAEAoD2WeQrT2BmueMIr8sF3RwNtx {
    color: #ffffff;
    display: block;
    width: 383px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 700;
    z-index: 15025;
    line-height: .9;
    letter-spacing: 0;
    top: 78px;
    left: 6px;
    height: 16.2px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#tNTuHT6xdLIwPGctLWsevRa7Ta6XfflL {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 28px;
    width: 28px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15012;
    opacity: 1;
    top: 109px;
    left: 183px;
}

#DgbMHTBHzJERuhLDJZKqyrUkMl0tUK6s {
    position: absolute;
    display: block;
    z-index: 15026;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 24px;
    width: 17px;
    top: 40px;
    left: 187.5px;
    overflow: hidden;
    display: block;
}

#Fmo7vz7NTtnDhKPOJ4v6zCl3rsuaogTL {
    position: absolute;
    display: block;
    z-index: 15027;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 16px;
    width: 34px;
    top: 158px;
    left: 65px;
    overflow: hidden;
    display: block;
}

#EnIObTSfZQzxb7d61e2tINZAiTJTcz52 {
    position: absolute;
    display: block;
    z-index: 15028;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 16px;
    width: 102px;
    top: 158px;
    left: 144px;
    overflow: hidden;
    display: block;
}

#UM02QaSmn7l3wbbgGVwuzzldf9pyQsNu {
    position: absolute;
    display: block;
    z-index: 15029;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 24px;
    width: 24px;
    top: 154px;
    left: 297px;
    overflow: hidden;
    display: block;
}

#qd3si5X1mVqqqQMSnSD7aEW9evqFuVD1 {
    position: absolute;
    display: block;
    z-index: 15014;
    background-color: transparent;
    background-image: none;
    border-top: 2px solid #009091;
    border-left: 2px solid #009091;
    border-right: 2px solid #009091;
    border-bottom: 2px solid #009091;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    height: 200px;
    width: 378px;
    top: 16px;
    left: 411px;
    display: block;
}

#TO04B7Zc9czSRS6bmcwfXH7rhO4FRr5s {
    position: absolute;
    display: block;
    z-index: 15015;
    background-color: #31185d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 103px;
    width: 374px;
    top: 18px;
    left: 413px;
    display: block;
}

#aDrEvAxXv8Uvza9tb07fWgzdILxxsb64 {
    color: #ffffff;
    display: block;
    width: 383px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 700;
    z-index: 15030;
    line-height: .9;
    letter-spacing: 0;
    top: 78px;
    left: 409px;
    height: 16.2px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#oCTggJ6MRfyRddTN4ClEHxcPkreQkSOU {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 28px;
    width: 28px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15017;
    opacity: 1;
    top: 109px;
    left: 586px;
}

#kSZmD8TkIxaknSsHL0QDAetkBX5Dlep5 {
    position: absolute;
    display: block;
    z-index: 15031;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 22px;
    width: 30px;
    top: 40px;
    left: 585px;
    overflow: hidden;
    display: block;
}

#Csg7EQQDC6OCtvU7TEnG4upqPGHIJiKD {
    position: absolute;
    display: block;
    z-index: 15032;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 24px;
    width: 24px;
    top: 154px;
    left: 503px;
    overflow: hidden;
    display: block;
}

#Xg0qDNGqnBomMf9RmGlkdUmfg83AZEkt {
    position: absolute;
    display: block;
    z-index: 15033;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 24px;
    width: 24px;
    top: 154px;
    left: 557px;
    overflow: hidden;
    display: block;
}

#OiNHMIJbTnzkBJp42C4l4yKCo5RzCE7z {
    position: absolute;
    display: block;
    z-index: 15034;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 24px;
    width: 24px;
    top: 154px;
    left: 615px;
    overflow: hidden;
    display: block;
}

#HmTiET7FkqTXo1BhQsz9kBdzRD7qnFy7 {
    position: absolute;
    display: block;
    z-index: 15035;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 24px;
    width: 24px;
    top: 154px;
    left: 673px;
    overflow: hidden;
    display: block;
}

#LNpHocQDBrmPXx5Su9MeJkqpafmmmNyh {
    position: absolute;
    display: block;
    z-index: 15019;
    background-color: transparent;
    background-image: none;
    border-top: 2px solid #009091;
    border-left: 2px solid #009091;
    border-right: 2px solid #009091;
    border-bottom: 2px solid #009091;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    height: 200px;
    width: 378px;
    top: 16px;
    left: 814px;
    display: block;
}

#g0vJvZt4luatiatDGdBmOdJpfAzM0CfF {
    position: absolute;
    display: block;
    z-index: 15020;
    background-color: #31185d;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 103px;
    width: 374px;
    top: 18px;
    left: 816px;
    display: block;
}

#xEhSFPJf5wiJJWPqBtqtQDiANN9K50rE {
    color: #ffffff;
    display: block;
    width: 329px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 700;
    z-index: 15035;
    line-height: .9;
    letter-spacing: 0;
    top: 78px;
    left: 839px;
    height: 16.2px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#Db3NArBSfkyp4vUWRozQXZMOuCOnEUQq {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 28px;
    width: 28px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15022;
    opacity: 1;
    top: 109px;
    left: 989px;
}

#Do1hSOf5HhOdDBM8S6E3Ax6RqXtLcPhn {
    position: absolute;
    display: block;
    z-index: 15036;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 24px;
    width: 28px;
    top: 40px;
    left: 989px;
    overflow: hidden;
    display: block;
}

#p6Ft8rzzwahVJyaxzJdRfD3g0kFsWFHD {
    position: absolute;
    display: block;
    z-index: 15037;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 18px;
    width: 51px;
    top: 157px;
    left: 920px;
    overflow: hidden;
    display: block;
}

#RokkthxH8lc57zmwLBkKXcx8nsW9tnTL {
    position: absolute;
    display: block;
    z-index: 15038;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 16px;
    width: 89px;
    top: 158px;
    left: 1001px;
    overflow: hidden;
    display: block;
}

#QLy0Udgy3fm9pVqJhiJxBmLekBEzJHad {
    background-color: transparent;
    background-image: none;
    border-top: 1px solid #444769;
    border-left: 1px solid #444769;
    border-right: 1px solid #444769;
    border-bottom: 1px solid #444769;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-sizing: border-box;
    color: #afbbf2;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 277px;
    height: 42px;
    text-decoration: none;
    z-index: 15007;
    text-align: center;
    text-align-last: center;
    top: 243px;
    left: 461.5px;
    display: block;
}

#wr6t0SvtD9BxQkOpP94VcMiyDZ7T0cMs {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#xTEWTtaO5SkU7xUhTsEO5D83LyhR7Oc4 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 378px;
    height: 103px;
    text-decoration: none;
    z-index: 15032;
    text-align: center;
    text-align-last: center;
    top: 16px;
    left: 8px;
    display: block;
}

#DGCpw2yZaCZ2DCUuJHd7kVSMA3LFK4iV {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#L8hO09zZ2JxyL2OMVi8GyM1eZpi1KsCX {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 378px;
    height: 103px;
    text-decoration: none;
    z-index: 15033;
    text-align: center;
    text-align-last: center;
    top: 16px;
    left: 411px;
    display: block;
}

#BxAoTrOAc71d778cF4ePhN1EKVVlRCXd {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#NkDdz68594VlIob01fxRqZAbJFhTP4UT {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 378px;
    height: 103px;
    text-decoration: none;
    z-index: 15039;
    text-align: center;
    text-align-last: center;
    top: 16px;
    left: 814px;
    display: block;
}

#LecJTzEt1haLVChd0vROtyA88Q8AzGxd {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
    /* background-image: url("https://tv.channel-sports.com/logo/BG-PC2.png"); */
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: initial !important;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.adaptive-delivery-prevent-bg, #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.lazyload, #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.lazyloading {
    background-image: none;
}

#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container {
    background-color: transparent;
    background-image: none;
}

#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container > .video-iframe-container {
    display: none;
}

#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row > .video-iframe-container {
    display: none;
}

#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container {
    border-width: 0;
    border-radius: 0;
}

#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 100px;
    width: 1200px;
    position: relative;
    display: block;
}

#LxNyRGm5xoMbF0O6xkikFE1RnQXIZoVH {
    color: #ffffff;
    display: block;
    width: 971px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 28px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 130.999504px;
    left: 109px;
    height: 36px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#ZsWWR5bs3PhQ2W8quCpoiDWXRrvbJNgt {
    color: #ffffff;
    display: block;
    width: 276px;
    position: absolute;
    font-family: figtree;
    font-size: 16px;
    font-weight: 400;
    z-index: 15008;
    line-height: 1.3;
    letter-spacing: 0;
    top: 140px;
    left: 462px;
    height: 41.6px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#X7wgkbR4AZVcpX8CLTn1fiJNi769r237 {
    background-color: #f30b54;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 117px;
    height: 42px;
    text-decoration: none;
    z-index: 15007;
    text-align: center;
    text-align-last: center;
    top: 203px;
    left: 541.50001525879px;
    display: block;
}

#TzXUPV6UQ8FWdtCP8fFiUI1ImEK24zC0 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#hC6bs7R7kgLGuzhEeTxRPwVWARoXVmCz {
    position: absolute;
    display: block;
    z-index: 15009;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 26px;
    width: 32px;
    top: 0px;
    left: 179px;
    overflow: hidden;
    display: block;
}

#ii1hWOWxNNGwF75NGdUMnunzzDct6rC7 {
    color: #ffffff;
    display: block;
    width: 372px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: 400;
    z-index: 15009;
    line-height: 1.3;
    letter-spacing: 0;
    top: 40px;
    left: 9px;
    height: 26px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#vqu6k7cMA9kbNIrESg3vzPUGewcLalrS {
    color: #ffffff;
    display: block;
    width: 364px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 300;
    z-index: 15010;
    line-height: 1.4;
    letter-spacing: 0;
    top: 65px;
    left: 13px;
    height: 67.2px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#mQFlzAdMQ8fr76NqmboANqFMCV6NlTcE {
    position: absolute;
    display: block;
    z-index: 15011;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 26px;
    width: 32px;
    top: 0px;
    left: 584px;
    overflow: hidden;
    display: block;
}

#mQqWZCxuzfQA2i0ocOT8ti1INPomA5e7 {
    color: #ffffff;
    display: block;
    width: 258px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: 400;
    z-index: 15011;
    line-height: 1.3;
    letter-spacing: 0;
    top: 40px;
    left: 471px;
    height: 26px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#c9yM94QlDly2IbDOTp5VyQHzqEk1l3Kf {
    color: #ffffff;
    display: block;
    width: 344px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 300;
    z-index: 15012;
    line-height: 1.4;
    letter-spacing: 0;
    top: 65px;
    left: 428px;
    height: 67.2px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#cZIOxNVWoT1s013tss8XIFMn9I1kV8Bc {
    position: absolute;
    display: block;
    z-index: 15013;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 26px;
    width: 32px;
    top: 0px;
    left: 986px;
    overflow: hidden;
    display: block;
}

#wCDgs51fxnlIOE09TtfBLKPbrU8gWxON {
    color: #ffffff;
    display: block;
    width: 297px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: 400;
    z-index: 15013;
    line-height: 1.3;
    letter-spacing: 0;
    top: 40px;
    left: 853.5px;
    height: 26px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#RsBoUaoIbKzA7BsL1f9OTrsJgmMTI5C1 {
    color: #ffffff;
    display: block;
    width: 383px;
    position: absolute;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 300;
    z-index: 15014;
    line-height: 1.4;
    letter-spacing: 0;
    top: 65px;
    left: 810.5px;
    height: 67.2px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#FBZU2LbZqRnUHIEqldGC1FuDe9MerOOu {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 149px;
    height: 27px;
    text-decoration: none;
    z-index: 15209;
    text-align: center;
    text-align-last: center;
    top: 405.2001953125px;
    left: 562px;
    display: block;
}

#Zbp4nASWwnf0vp80U3dHEZ1XXMcmAvge {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: #1c1d26;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container {
    background-color: transparent;
    background-image: none;
}

#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container > .video-iframe-container {
    display: none;
}

#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row > .video-iframe-container {
    display: none;
}

#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container {
    border-width: 0;
    border-radius: 0;
}

#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 592px;
    width: 1200px;
    position: relative;
    display: block;
}

#ubZwFNO1dqWQmzMozyiVByx40ood4T7w {
    box-sizing: content-box;
    height: 469px;
    width: 573px;
    position: absolute;
    display: block;
    z-index: 15000;
    background-color: #e3e3e3;
    background-image: url("https://images.assets-landingi.com/uc/39631d6f-a1a9-4334-8ab7-483ec24f343c/Group1261154954.png");
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
    top: 2px;
    left: 15px;
    display: block;
}

#ubZwFNO1dqWQmzMozyiVByx40ood4T7w.adaptive-delivery-prevent-bg, #ubZwFNO1dqWQmzMozyiVByx40ood4T7w.lazyload, #ubZwFNO1dqWQmzMozyiVByx40ood4T7w.lazyloading {
    background-image: none;
}

#CgxcWbBkONqb9Ro3ANQU1TyRQAMmsQ5H {
    box-sizing: content-box;
    height: 469px;
    width: 573px;
    position: absolute;
    display: block;
    z-index: 15001;
    background-color: #e3e3e3;
    background-image: url("https://images.assets-landingi.com/uc/39631d6f-a1a9-4334-8ab7-483ec24f343c/Group1261154954.png");
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
    top: 2px;
    left: 612px;
    display: block;
}

#CgxcWbBkONqb9Ro3ANQU1TyRQAMmsQ5H.adaptive-delivery-prevent-bg, #CgxcWbBkONqb9Ro3ANQU1TyRQAMmsQ5H.lazyload, #CgxcWbBkONqb9Ro3ANQU1TyRQAMmsQ5H.lazyloading {
    background-image: none;
}

#ZBLZ7nGhmTET56MczQJI16Oxtt9nIBzc {
    position: absolute;
    display: block;
    z-index: 15002;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 404px;
    width: 1133px;
    top: 112px;
    left: 15px;
    overflow: hidden;
    display: block;
}

#veClDCdf0ANPg9dtMeg2SGUZwNs1RhhG {
    color: #ffffff;
    display: block;
    width: 474px;
    position: absolute;
    font-family: figtree;
    font-size: 24px;
    font-weight: 700;
    z-index: 15008;
    line-height: 1.2;
    letter-spacing: 0;
    top: 23px;
    left: 30px;
    height: 57.6px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#P0iPbi5TSgapeeKbU3x2MT3QGIvauDgo {
    color: #ffffff;
    display: block;
    width: 521px;
    position: absolute;
    font-family: figtree;
    font-size: 14px;
    font-weight: 300;
    z-index: 15011;
    line-height: 1.4;
    letter-spacing: 0;
    top: 89px;
    left: 29px;
    height: 137.156px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#ezKIQspfO1cDe8y7UlNr86r1QfJ86Unt {
    color: #ffffff;
    display: block;
    width: 474px;
    position: absolute;
    font-family: figtree;
    font-size: 24px;
    font-weight: 700;
    z-index: 15009;
    line-height: 1.2;
    letter-spacing: 0;
    top: 23px;
    left: 628px;
    height: 57.6px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#LMMyRvnrU9bACbDlSwdTe7V275MronT4 {
    color: #ffffff;
    display: block;
    width: 540px;
    position: absolute;
    font-family: figtree;
    font-size: 14px;
    font-weight: 300;
    z-index: 15012;
    line-height: 1.4;
    letter-spacing: 0;
    top: 89px;
    left: 627px;
    height: 117.562px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#Vku3MbpTk8yqUiVJe5u6aDCv7hf2bX8F {
    color: #ffffff;
    display: block;
    width: 462px;
    position: absolute;
    font-family: figtree;
    font-size: 24px;
    font-weight: 700;
    z-index: 15015;
    line-height: 1.2;
    letter-spacing: 0;
    top: 218px;
    left: 628px;
    height: 57.6px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#PmiXMfuxpaWvNuCnt6toE8vIw3rC4TnS {
    color: #ffffff;
    display: block;
    width: 540px;
    position: absolute;
    font-family: figtree;
    font-size: 14px;
    font-weight: 300;
    z-index: 15016;
    line-height: 1.4;
    letter-spacing: 0;
    top: 275px;
    left: 628px;
    height: 156.75px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#UiLT8La6HhgFWTD6gsrgxmROpNmdC0qR {
    color: #b5b5b5;
    display: block;
    width: 549px;
    position: absolute;
    font-family: figtree;
    font-size: 12px;
    font-weight: 300;
    z-index: 15014;
    line-height: 1.4;
    letter-spacing: 0;
    top: 439px;
    left: 628px;
    height: 16.8px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp {
    box-sizing: content-box;
    height: 469px;
    width: 573px;
    position: absolute;
    display: block;
    z-index: 15001;
    background-color: #e3e3e3;
    background-image: url("https://images.assets-landingi.com/uc/39631d6f-a1a9-4334-8ab7-483ec24f343c/Group1261154954.png");
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
    top: 87px;
    left: 612px;
    display: none;
}

#ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp.adaptive-delivery-prevent-bg, #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp.lazyload, #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp.lazyloading {
    background-image: none;
}

#qRJ5Ea65z2MJyL1g8x7Ase9ipIRl2g2Q {
    position: absolute;
    display: block;
    z-index: 15002;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 384px;
    width: 669px;
    top: 187px;
    left: 81px;
    overflow: hidden;
    display: none;
}

#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: #1c1d26;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container {
    background-color: transparent;
    background-image: none;
}

#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container > .video-iframe-container {
    display: none;
}

#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row > .video-iframe-container {
    display: none;
}

#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container {
    border-width: 0;
    border-radius: 0;
}

#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 108px;
    width: 1200px;
    position: relative;
    display: block;
}

#IarRTJ97kBwPFb9ZUAiIKXH53Hp41Jap {
    color: #ffffff;
    display: block;
    width: 1200px;
    position: absolute;
    font-family: figtree;
    font-size: 28px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 46px;
    left: 0px;
    height: 25.2px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ {
    position: relative;
    display: block;
}

#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ {
    background-color: transparent;
    background-image: none;
}

#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row .container > .video-iframe-container {
    display: none;
}

#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row > .video-iframe-container {
    display: none;
}

#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ {
    border-width: 0;
    border-radius: 0;
}

#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row .container {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 60px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    position: relative;
    display: block;
}

#x4OHCwLu4sQCbuhlur8QDLKB6SEa3M1u {
    color: #ffffff;
    display: block;
    width: 742px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 19.800003051758px;
    left: 208px;
    height: 18px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#OzrX8xxT3Xgiaw3ZgG7P3l6XUUURhi7R {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 24px;
    width: 24px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15009;
    opacity: 1;
    top: 18px;
    left: 972px;
}

#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ {
    position: relative;
    display: block;
}

#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ {
    background-color: transparent;
    background-image: none;
}

#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row .container > .video-iframe-container {
    display: none;
}

#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row > .video-iframe-container {
    display: none;
}

#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ {
    border-width: 0;
    border-radius: 0;
}

#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 633px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#IthmsERBT6ZCoymE2Gt6oZcPRZTs2Elt {
    color: #ffffff;
    display: block;
    width: 784px;
    position: absolute;
    font-family: figtree;
    font-size: 15px;
    font-weight: 300;
    z-index: 15007;
    line-height: 1.4;
    letter-spacing: 0;
    top: 0px;
    left: 208px;
    height: 336px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#oQZrScmxaVSkMlEquH24q4RMTJHMd0HS {
    color: #ffffff;
    display: block;
    width: 681px;
    position: absolute;
    font-family: figtree;
    font-size: 15px;
    font-weight: 300;
    z-index: 15008;
    line-height: 1.4;
    letter-spacing: 0;
    top: 353.79998779297px;
    left: 259.5px;
    height: 105px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#S5s5ioesfw3zkBnieVXF9ISvTt4tyD1s {
    color: #ffffff;
    display: block;
    width: 784px;
    position: absolute;
    font-family: figtree;
    font-size: 15px;
    font-weight: 300;
    z-index: 15008;
    line-height: 1.4;
    letter-spacing: 0;
    top: 489.79998779297px;
    left: 208px;
    height: 84px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy {
    position: relative;
    display: block;
}

#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy {
    background-color: transparent;
    background-image: none;
}

#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row .container > .video-iframe-container {
    display: none;
}

#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row > .video-iframe-container {
    display: none;
}

#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy {
    border-width: 0;
    border-radius: 0;
}

#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 60px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#wEACLhVQ9Q5WQ1ms6aJ0IRMp3OeJLluu {
    color: #ffffff;
    display: block;
    width: 742px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 19.799987792969px;
    left: 208px;
    height: 18px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#ambB7VtkqImy13fyAx0T2a2T10i9k766 {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #403d64;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 1px;
    width: 784px;
    top: 0px;
    left: 208px;
    display: block;
}

#gafXMSWQo75HcPJVXP9eQnWSTGG0fi7R {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 24px;
    width: 24px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15009;
    opacity: 1;
    top: 18px;
    left: 972px;
}

#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G {
    position: relative;
    display: block;
}

#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G {
    background-color: transparent;
    background-image: none;
}

#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row .container > .video-iframe-container {
    display: none;
}

#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row > .video-iframe-container {
    display: none;
}

#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G {
    border-width: 0;
    border-radius: 0;
}

#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 162px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#CCDc1FyV44doBd8kucAzR56wyeiupylg {
    color: #ffffff;
    display: block;
    width: 784px;
    position: absolute;
    font-family: figtree;
    font-size: 15px;
    font-weight: 300;
    z-index: 15007;
    line-height: 1.4;
    letter-spacing: 0;
    top: 22.799987792969px;
    left: 208px;
    height: 105px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#aimB86TuaoKeW4VaslkWwuksxTcbXHmV {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 132px;
    height: 27px;
    text-decoration: none;
    z-index: 15211;
    text-align: center;
    text-align-last: center;
    top: 20.800003051758px;
    left: 825px;
    display: block;
}

#UMXdgCfnFzwXf9uN8XAirVl0uqX7vzG5 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#VHiTEUiDz21XNJemXTlPWzw3cK7DeHMa {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 284px;
    height: 27px;
    text-decoration: none;
    z-index: 15212;
    text-align: center;
    text-align-last: center;
    top: 42.800003051758px;
    left: 208px;
    display: block;
}

#vFosKoc85ZPvTuyD9QMaGJiyO0tzAVfO {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#wqF7hmLC7VreV0wP5cMghmFD6HpFmALW {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 346px;
    height: 27px;
    text-decoration: none;
    z-index: 15213;
    text-align: center;
    text-align-last: center;
    top: 101.79998779297px;
    left: 198px;
    display: block;
}

#mbBP0gOibpOdDOIh1KhdIQUKTm5Pf3HI {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#Q4bs9ZVhSSR8OGs2JrSMvqMW5GXNd5Q3 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 346px;
    height: 27px;
    text-decoration: none;
    z-index: 15213;
    text-align: center;
    text-align-last: center;
    top: 83.800003051758px;
    left: 636px;
    display: none;
}

#qKNd2hsMRbSxqi16w5WOEegaKeQZFfPO {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#ut0TCc3JEnzZm98pFcZVw9ONRe7PxdII {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 352px;
    height: 24px;
    text-decoration: none;
    z-index: 15214;
    text-align: center;
    text-align-last: center;
    top: 104.79998779297px;
    left: 561px;
    display: block;
}

#FypZEZocahuVu22pyQBIomiKN2e2Abun {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#q6O6KpzKQv5UlBvzQm3qygKQqSFLCxdI {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 346px;
    height: 27px;
    text-decoration: none;
    z-index: 15213;
    text-align: center;
    text-align-last: center;
    top: 83.800003051758px;
    left: 636px;
    display: none;
}

#vt0ikbwA1X5tcPko5VV8cZRPbUkWLGfN {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 {
    position: relative;
    display: block;
}

#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 {
    background-color: transparent;
    background-image: none;
}

#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row .container > .video-iframe-container {
    display: none;
}

#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row > .video-iframe-container {
    display: none;
}

#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 {
    border-width: 0;
    border-radius: 0;
}

#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 60px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#wRfnTCUi8H7W6ZlpF8n3zPIN4p8iNF1L {
    color: #ffffff;
    display: block;
    width: 742px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 19.7998046875px;
    left: 208px;
    height: 18px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#MrgBmu9Q3EkpEpElsPWPJqUUOMZnzbmr {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #403d64;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 1px;
    width: 784px;
    top: 0px;
    left: 208px;
    display: block;
}

#paTTgRBfgkXXiEmdnRbh0gi3RZVrkGq6 {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 24px;
    width: 24px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15009;
    opacity: 1;
    top: 18px;
    left: 972px;
}

#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi {
    position: relative;
    display: block;
}

#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi {
    background-color: transparent;
    background-image: none;
}

#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row .container > .video-iframe-container {
    display: none;
}

#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row > .video-iframe-container {
    display: none;
}

#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi {
    border-width: 0;
    border-radius: 0;
}

#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 197px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#yLTp1TGcHWiz47imGNhBdNvA51KS4qQ3 {
    color: #ffffff;
    display: block;
    width: 784px;
    position: absolute;
    font-family: figtree;
    font-size: 15px;
    font-weight: 300;
    z-index: 15007;
    line-height: 1.4;
    letter-spacing: 0;
    top: 22.799987792969px;
    left: 208px;
    height: 147px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#NKXdAmmkyK2EGklwNJ3e2NIuw8Kf82KP {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 176px;
    height: 27px;
    text-decoration: none;
    z-index: 15210;
    text-align: center;
    text-align-last: center;
    top: 146.80000305176px;
    left: 608px;
    display: block;
}

#xXBou1EvuqPTIa3W04uLi7QL48yIWu9O {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD {
    position: relative;
    display: block;
}

#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD {
    background-color: transparent;
    background-image: none;
}

#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row .container > .video-iframe-container {
    display: none;
}

#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row > .video-iframe-container {
    display: none;
}

#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD {
    border-width: 0;
    border-radius: 0;
}

#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 60px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#dmzBZGZ9nafTZXpD5HRVTzAn3oGcL1EL {
    color: #ffffff;
    display: block;
    width: 742px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 19.7998046875px;
    left: 208px;
    height: 18px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#DWbFbtMwTJwy0wEseFxG7QLVFW08JRTw {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #403d64;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 1px;
    width: 784px;
    top: 0px;
    left: 208px;
    display: block;
}

#h8o4KaRPTccVlWrcT2ySmI0dwoBOnEa1 {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 24px;
    width: 24px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15009;
    opacity: 1;
    top: 18px;
    left: 972px;
}

#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 {
    position: relative;
    display: block;
}

#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 {
    background-color: transparent;
    background-image: none;
}

#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row .container > .video-iframe-container {
    display: none;
}

#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row > .video-iframe-container {
    display: none;
}

#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 {
    border-width: 0;
    border-radius: 0;
}

#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 158px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#fex1m1NKJTWI1Uhh5J2Xggri8JHBNlXI {
    color: #ffffff;
    display: block;
    width: 784px;
    position: absolute;
    font-family: figtree;
    font-size: 15px;
    font-weight: 300;
    z-index: 15007;
    line-height: 1.4;
    letter-spacing: 0;
    top: 22.799987792969px;
    left: 208px;
    height: 105px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#lHGLazc107XDAktuC7T94ZZFNsSMGs2x {
    position: relative;
    display: block;
}

#lHGLazc107XDAktuC7T94ZZFNsSMGs2x {
    background-color: transparent;
    background-image: none;
}

#lHGLazc107XDAktuC7T94ZZFNsSMGs2x::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row .container > .video-iframe-container {
    display: none;
}

#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row > .video-iframe-container {
    display: none;
}

#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#lHGLazc107XDAktuC7T94ZZFNsSMGs2x {
    border-width: 0;
    border-radius: 0;
}

#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 60px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#gJf9m6TFBODKvi6A4V4QVIU4Q6b98aMv {
    color: #ffffff;
    display: block;
    width: 742px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 19.7998046875px;
    left: 208px;
    height: 18px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#NATLv2v4kGWTqnDOXDVJod7spHOd035H {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #403d64;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 1px;
    width: 784px;
    top: 0px;
    left: 208px;
    display: block;
}

#z8Gc1NLAylQF05Tszvxflf5JESxA10qf {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 24px;
    width: 24px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15009;
    opacity: 1;
    top: 18px;
    left: 972px;
}

#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR {
    position: relative;
    display: block;
}

#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR {
    background-color: transparent;
    background-image: none;
}

#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row .container > .video-iframe-container {
    display: none;
}

#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row > .video-iframe-container {
    display: none;
}

#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR {
    border-width: 0;
    border-radius: 0;
}

#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 113px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#pEXS4bmP506TXb04mRdN2ccvLdN0Gt30 {
    color: #ffffff;
    display: block;
    width: 784px;
    position: absolute;
    font-family: figtree;
    font-size: 15px;
    font-weight: 300;
    z-index: 15007;
    line-height: 1.4;
    letter-spacing: 0;
    top: 22.799987792969px;
    left: 208px;
    height: 63px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#NghO7kARJaZRFU0x02Bd7z3xCJLua72t {
    position: relative;
    display: block;
}

#NghO7kARJaZRFU0x02Bd7z3xCJLua72t {
    background-color: transparent;
    background-image: none;
}

#NghO7kARJaZRFU0x02Bd7z3xCJLua72t::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row .container > .video-iframe-container {
    display: none;
}

#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row > .video-iframe-container {
    display: none;
}

#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#NghO7kARJaZRFU0x02Bd7z3xCJLua72t {
    border-width: 0;
    border-radius: 0;
}

#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 60px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#NSs5nKlamING8xIFAwwdTGI5AMXTZ1Km {
    color: #ffffff;
    display: block;
    width: 742px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 19.7998046875px;
    left: 208px;
    height: 18px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#tTMfgRErTl93P3hMPXSRdET5Qpks6TJS {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #403d64;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 1px;
    width: 784px;
    top: 0px;
    left: 208px;
    display: block;
}

#n4XVOMucgzT8Dbqd8e2iCEeIBBNDGnIp {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 24px;
    width: 24px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15009;
    opacity: 1;
    top: 18px;
    left: 972px;
}

#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container {
    background-color: transparent;
    background-image: none;
}

#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container > .video-iframe-container {
    display: none;
}

#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row > .video-iframe-container {
    display: none;
}

#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container {
    border-width: 0;
    border-radius: 0;
}

#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 94px;
    width: 1200px;
    position: relative;
    display: block;
}

#o30wTLzV8OEAu9moLiXLeXzHw8E2W5fF {
    color: #ffffff;
    display: block;
    width: 784px;
    position: absolute;
    font-family: figtree;
    font-size: 15px;
    font-weight: 300;
    z-index: 15007;
    line-height: 1.4;
    letter-spacing: 0;
    top: 22.799987792969px;
    left: 208px;
    height: 42px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#bIRsGRUsQs4gupen0qbgcQ6cQnlqfOE7 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 410px;
    height: 27px;
    text-decoration: none;
    z-index: 15213;
    text-align: center;
    text-align-last: center;
    top: 43px;
    left: 373px;
    display: block;
}

#dWPVWX9il72LwbqkkfolKWBDXZA86tZA {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 {
    position: relative;
    display: block;
}

#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 {
    background-color: transparent;
    background-image: none;
}

#tqATwF62cTexedlnd5TW8EOpn1RUlmt6::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row .container > .video-iframe-container {
    display: none;
}

#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row > .video-iframe-container {
    display: none;
}

#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 {
    border-width: 0;
    border-radius: 0;
}

#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 60px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#f2x4f1KoekU8I1ZtPzH4xkWQaJAyTI9p {
    color: #ffffff;
    display: block;
    width: 742px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 19.7998046875px;
    left: 208px;
    height: 18px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#kCUySGNPrF6qJP59WPOHrJo0kVttZfwh {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #403d64;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 1px;
    width: 784px;
    top: 0px;
    left: 208px;
    display: block;
}

#HJBiHKfAkNWgwrEd4dn4DLXwETD5ggGM {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 24px;
    width: 24px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15009;
    opacity: 1;
    top: 18px;
    left: 972px;
}

#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ {
    position: relative;
    display: block;
}

#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ {
    background-color: transparent;
    background-image: none;
}

#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row .container > .video-iframe-container {
    display: none;
}

#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row > .video-iframe-container {
    display: none;
}

#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ {
    border-width: 0;
    border-radius: 0;
}

#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 71px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#U431s1co2B8VHHRVCt2V3fLu6KkTOB83 {
    color: #ffffff;
    display: block;
    width: 784px;
    position: absolute;
    font-family: figtree;
    font-size: 15px;
    font-weight: 300;
    z-index: 15007;
    line-height: 1.4;
    letter-spacing: 0;
    top: 22.799987792969px;
    left: 208px;
    height: 21px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#hE5lfTNZrVg1rsQgk4CGVvidqBqwd86K {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 199px;
    height: 27px;
    text-decoration: none;
    z-index: 15213;
    text-align: center;
    text-align-last: center;
    top: 22px;
    left: 614px;
    display: block;
}

#R1LRLAzOgu2qKeF8aWvFpPThgD7rWtHg {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M {
    position: relative;
    display: block;
}

#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M {
    background-color: transparent;
    background-image: none;
}

#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row .container > .video-iframe-container {
    display: none;
}

#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row > .video-iframe-container {
    display: none;
}

#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M {
    border-width: 0;
    border-radius: 0;
}

#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 60px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#soHlcllahmw1aRwXqmORndlJWh6RH9Dr {
    color: #ffffff;
    display: block;
    width: 742px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 19.7998046875px;
    left: 208px;
    height: 18px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#hUS5uBsu2OZEriGNNyhemZ3oa9S58wh5 {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #403d64;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 1px;
    width: 784px;
    top: 0px;
    left: 208px;
    display: block;
}

#lEbHpm2TPwDoDicpolGrrIZv2yI9xzOh {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 24px;
    width: 24px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15009;
    opacity: 1;
    top: 18px;
    left: 972px;
}

#rBRJoBpahLy12xZimnRhgOpo6xN7I17x {
    position: relative;
    display: block;
}

#rBRJoBpahLy12xZimnRhgOpo6xN7I17x {
    background-color: transparent;
    background-image: none;
}

#rBRJoBpahLy12xZimnRhgOpo6xN7I17x::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row .container > .video-iframe-container {
    display: none;
}

#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row > .video-iframe-container {
    display: none;
}

#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#rBRJoBpahLy12xZimnRhgOpo6xN7I17x {
    border-width: 0;
    border-radius: 0;
}

#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 259px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#M4enp9mhpIo4pQWLK7yZbzstzTqgOzc0 {
    color: #ffffff;
    display: block;
    width: 784px;
    position: absolute;
    font-family: figtree;
    font-size: 15px;
    font-weight: 300;
    z-index: 15007;
    line-height: 1.4;
    letter-spacing: 0;
    top: 22.799987792969px;
    left: 208px;
    height: 210px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ {
    position: relative;
    display: block;
}

#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ {
    background-color: transparent;
    background-image: none;
}

#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row .container > .video-iframe-container {
    display: none;
}

#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row > .video-iframe-container {
    display: none;
}

#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ {
    border-width: 0;
    border-radius: 0;
}

#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 60px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#PKb5aBV6Glr26f3MLDXl9JqTbyWioTLx {
    color: #ffffff;
    display: block;
    width: 742px;
    position: absolute;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    z-index: 15007;
    line-height: .9;
    letter-spacing: 0;
    top: 19.7998046875px;
    left: 208px;
    height: 18px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#ugxih61rCQRHPAt0BKUVvUAFu0NBnw09 {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #403d64;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 1px;
    width: 784px;
    top: 0px;
    left: 208px;
    display: block;
}

#DTsCrwVAP67z3ExOg3mWutMZupKGagwb {
    box-sizing: content-box;
    color: #5d92ff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    height: 24px;
    width: 24px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    display: flex;
    z-index: 15009;
    opacity: 1;
    top: 18px;
    left: 972px;
}

#HWZeXASKoN28ozkzo7mTOtctAtHek60W {
    position: relative;
    display: block;
}

#HWZeXASKoN28ozkzo7mTOtctAtHek60W {
    background-color: transparent;
    background-image: none;
}

#HWZeXASKoN28ozkzo7mTOtctAtHek60W::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row .container > .video-iframe-container {
    display: none;
}

#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row > .video-iframe-container {
    display: none;
}

#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#HWZeXASKoN28ozkzo7mTOtctAtHek60W {
    border-width: 0;
    border-radius: 0;
}

#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 136px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#HVLchMIGqBy0oWTsq8MVFvTtW1B8NJTz {
    color: #ffffff;
    display: block;
    width: 784px;
    position: absolute;
    font-family: figtree;
    font-size: 15px;
    font-weight: 300;
    z-index: 15007;
    line-height: 1.4;
    letter-spacing: 0;
    top: 22.799987792969px;
    left: 208px;
    height: 84px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB {
    position: relative;
    display: block;
}

#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB {
    background-color: transparent;
    background-image: none;
}

#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row .container > .video-iframe-container {
    display: none;
}

#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row > .video-iframe-container {
    display: none;
}

#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB {
    border-width: 0;
    border-radius: 0;
}

#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row .container > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row .container {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: arial;
    height: 82px;
    width: 1200px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    position: relative;
    display: block;
}

#cOD51vZOyM6IXl4MrZRm0kFXQJhZrcza {
    position: absolute;
    display: block;
    z-index: 15009;
    background-color: #403d64;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 1px;
    width: 784px;
    top: 0px;
    left: 208px;
    display: block;
}

#X6SkHAI8Iq7Vfa1rpd9ESQlESMVzHuLX {
    color: #ffffff;
    display: block;
    width: 784px;
    position: absolute;
    font-family: figtree;
    font-size: 14px;
    font-weight: 300;
    z-index: 15008;
    line-height: 1.4;
    letter-spacing: 0;
    top: 23.799987792969px;
    left: 208px;
    height: 19.6px;
    font-style: normal;
    text-align: left;
    text-align-last: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
}

#xW0lWkiMS8TeBTDTeOMkLLXKFuoa7Ngn {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: figtree;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 138px;
    height: 27px;
    text-decoration: none;
    z-index: 15215;
    text-align: center;
    text-align-last: center;
    top: 20.100006103516px;
    left: 475px;
    display: block;
}

#BV5dVdz79amiC4mrihHfpCDHB9D4PgHO {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: #000000;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container {
    background-color: transparent;
    background-image: none;
}

#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container > .video-iframe-container {
    display: none;
}

#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row > .video-iframe-container {
    display: none;
}

#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container {
    border-width: 0;
    border-radius: 0;
}

#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 376px;
    width: 1200px;
    position: relative;
    display: block;
}

#XqwTbSgaZ7RGD0BQwcqEtpFaSQKQMp9o {
    color: #ffffff;
    display: block;
    width: 468px;
    position: absolute;
    font-family: balooda2;
    font-size: 24px;
    font-weight: 700;
    z-index: 15005;
    line-height: 1.3;
    letter-spacing: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    top: 67px;
    left: 366px;
    height: 31.2px;
    font-style: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
    text-align-last: center;
    display: block;
}

#v6HVNH0zoQW62DnSl37QIgPrtxyxGL5n {
    color: #ffffff;
    display: block;
    width: 534px;
    position: absolute;
    font-family: balooda2;
    font-size: 18px;
    font-weight: 700;
    z-index: 15007;
    line-height: 1.6;
    letter-spacing: 0;
    top: 107px;
    left: 333px;
    height: 28.8px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#yVsNcb0vyC2lJZQiMDqGBbwlfEyCMKBU {
    position: absolute;
    display: block;
    z-index: 15008;
    background-color: #28283e;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 96px;
    width: 384px;
    top: 200px;
    left: 0px;
    display: block;
}

#iKg84ufFi8Bpr87mNTr56JWCSLeQAzZc {
    position: absolute;
    display: block;
    z-index: 15009;
    background-color: #28283e;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 96px;
    width: 384px;
    top: 200px;
    left: 816px;
    display: block;
}

#QTXi2tkvBzzZN9lHmibZBHTwr2OImfPv {
    position: absolute;
    display: block;
    z-index: 15010;
    background-color: #28283e;
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 96px;
    width: 384px;
    top: 200px;
    left: 408px;
    display: block;
}

#BsKTnOqwycgzXb7iOMDRsI2VNzcn6k11 {
    color: #ffffff;
    display: block;
    width: 131px;
    position: absolute;
    font-family: balooda2;
    font-size: 16px;
    font-weight: 700;
    z-index: 15008;
    line-height: 1.6;
    letter-spacing: 0;
    top: 236px;
    left: 149px;
    height: 25.6px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#uRJagwrM3tT7fxweGAffVTwVRmghRWHG {
    position: absolute;
    display: block;
    z-index: 15011;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 35px;
    width: 45px;
    top: 230px;
    left: 512px;
    overflow: hidden;
    display: block;
}

#hmkq5CdkLCfu3h6xAKhiiLqdnHppKO1z {
    position: absolute;
    display: block;
    z-index: 15012;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 54px;
    width: 54px;
    top: 221px;
    left: 96px;
    overflow: hidden;
    display: block;
}

#Rzp7GoK3s6fZUGCKIfqF4VvHmeLdhEX6 {
    color: #ffffff;
    display: block;
    width: 131px;
    position: absolute;
    font-family: balooda2;
    font-size: 16px;
    font-weight: 700;
    z-index: 15013;
    line-height: 1.6;
    letter-spacing: 0;
    top: 235.5px;
    left: 556px;
    height: 25.6px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#UZNNGfJUtC7tXlKggVNcRVOoxJ1mpack {
    color: #ffffff;
    display: block;
    width: 162px;
    position: absolute;
    font-family: balooda2;
    font-size: 16px;
    font-weight: 700;
    z-index: 15014;
    line-height: 1.6;
    letter-spacing: 0;
    top: 236px;
    left: 942px;
    height: 25.6px;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

#C757x9vxfiXkyl9l8DKTMqblywnNDb7e {
    position: absolute;
    display: block;
    z-index: 15012;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 35px;
    width: 25px;
    top: 231px;
    left: 911px;
    overflow: hidden;
    display: block;
}

#lv4hgSbBfCsskUpo5Ztrt7PdK6evNMhx {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 384px;
    height: 96px;
    text-decoration: none;
    z-index: 15032;
    text-align: center;
    text-align-last: center;
    top: 200px;
    left: 408px;
    display: block;
}

#xINqhC3QaOuTGGdOMdx18vWekhK5G5xz {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#Dam6rky1MNFXqU8Va09cl0KxmennRxB0 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 384px;
    height: 96px;
    text-decoration: none;
    z-index: 15033;
    text-align: center;
    text-align-last: center;
    top: 200px;
    left: 816px;
    display: block;
}

#HRanoJhcycCVT6fI9d7LvchSmyPcEDg9 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#s17Jfbk1VZXUpzqsgfk9Vpfu6Ld5Anf4 {
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 384px;
    height: 96px;
    text-decoration: none;
    z-index: 15031;
    text-align: center;
    text-align-last: center;
    top: 199px;
    left: 0px;
    display: block;
}

#OR233JyRLHOfhxNg1KIVBvCfu9Q9VaMt {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#UPAIUflp8wzRh7sfHm7TTS9glw1UBTsW {
    position: absolute;
    display: block;
    z-index: 15028;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 31px;
    width: 36px;
    top: 232.5px;
    left: 105px;
    overflow: hidden;
    display: block;
}

#mQ1LSAJolbKf0SiWOBW2fUKI6ur3lTrw {
    position: absolute;
    display: block;
    z-index: 15029;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 31px;
    width: 36px;
    top: 231.5px;
    left: 516.5px;
    overflow: hidden;
    display: block;
}

#qlOxSNlmQEJ24tmpiRfm89DXT236TdrU {
    position: absolute;
    display: block;
    z-index: 15030;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    height: 31px;
    width: 36px;
    top: 232.5px;
    left: 907px;
    overflow: hidden;
    display: block;
}

#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: #1c1d26;
    background-image: none;
    position: relative;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: block;
}

#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container {
    background-color: transparent;
    background-image: none;
}

#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container > .video-iframe-container {
    display: none;
}

#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container {
    display: none;
}

#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ; background: rgba(0,0,0,0);
}

#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container {
    border-width: 0;
    border-radius: 0;
}

#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container {
    font-size: 14px;
    font-family: arial;
    height: 140px;
    width: 1200px;
    position: relative;
    display: block;
}

#fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz {
    background-color: rgba(0,0,0,0);
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 73.9931px;
    height: 15.9983px;
    text-decoration: none;
    z-index: 15042;
    text-align: left;
    text-align-last: left;
    top: 36.5625px;
    left: 0px;
    display: block;
}

#IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 {
    background-color: rgba(0,0,0,0);
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 118px;
    height: 16px;
    text-decoration: none;
    z-index: 15043;
    text-align: center;
    text-align-last: center;
    top: 37.266662597656px;
    left: 83px;
    display: block;
}

#ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR {
    background-color: rgba(0,0,0,0);
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 144px;
    height: 16px;
    text-decoration: none;
    z-index: 15045;
    text-align: left;
    text-align-last: left;
    top: 37px;
    left: 389px;
    display: block;
}

#GaEPS13Hf0ablWEr73GRKS53QegurRls {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR {
    color: #b5b5b5;
    display: block;
    width: 200px;
    position: absolute;
    font-family: balooda2;
    font-size: 16px;
    font-weight: normal;
    z-index: 15046;
    line-height: 1.3;
    letter-spacing: 0;
    top: 34.157958984375px;
    left: 1000px;
    height: 20.8px;
    text-align: right;
    text-align-last: right;
    display: block;
}

#c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS {
    background-color: rgba(0,0,0,0);
    background-image: none;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: auto !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    display: block;
    font-family: balooda2;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    position: absolute;
    width: 144px;
    height: 16px;
    text-decoration: none;
    z-index: 15046;
    text-align: left;
    text-align-last: left;
    top: 37px;
    left: 560px;
    display: block;
}

#JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 15000;
    display: block;
}

#CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE {
    position: absolute;
    display: block;
    z-index: 15185;
    height: 44px;
    width: 1200px;
    top: 73px;
    left: 0px;
    display: block;
}

#JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 {
    color: #ffffff;
    display: block;
    width: 142px;
    position: absolute;
    font-family: balooda2;
    font-size: 12px;
    font-weight: normal;
    z-index: 15186;
    line-height: 1.3;
    letter-spacing: 0;
    top: 36.766662597656px;
    left: 229px;
    height: 15.6px;
    text-align: left;
    text-align-last: left;
    display: block;
}

@media only screen and (max-width: 1199px) {
    body {
        position:relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob {
        display:block;
    }

    #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pX42l4qbKFn0CzaftTa3OA9oWwSoUNbG {
        top: 20px;
        left: 0px;
        width: 100px;
        height: 40px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #T4DTrTgoP53NGA6aEZLvTiLxlO6JTcpb {
        top:21px;
        left: 728px;
        width: 36px;
        height: 36px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 {
        background-color:rgba(28,29,38,0.5);
        background-image: none;
        display: block;
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container {
        background-color: transparent;
        background-image: none;
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container > .video-iframe-container {
        display: none;
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container {
        display: none;
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container {
        width: 764px;
        height: 450px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #IiB3nNkuLUzXwFBv6sw911dDuvdSTODF {
        top:122.90000915527px;
        left: 0px;
        width: 503px;
        height: 44.1875px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #cmaxuWEh6cMZkpTVsKENBv7bHWsU3aSf {
        top:34.300003051758px;
        left: 0px;
        width: 320px;
        height: 45.5px;
        font-size: 35px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #kfFRIJgPyleTziVqpMOT3Vilc42bp0U9 {
        top:181.30000305176px;
        left: 447px;
        width: 317px;
        height: 31px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #KD5bi9bwbTCof2wNMntuwATz30UEwDaz {
        top:185.74999809265px;
        left: 31.000000953674px;
        width: 378px;
        height: 22.1px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #GpNgUSaD4klEqSAg3bJm4Co9lbZ8lIJ3 {
        width:18px;
        height: 22px;
        top: 185.80001068115px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #aaEbfZILR6KpnfKH0hguyapTEtBNOTP9 {
        width:18px;
        height: 22px;
        top: 270px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #keHpOVJTaxqLREULCl5JuUhy723IyDeL {
        top:270.9375px;
        left: 31.000000953674px;
        width: 378px;
        height: 22.1px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #c1gUkoegTb6oeLD6dw3oz1RBfMNfHMHL {
        top:301.94995117188px;
        left: 31.000000953674px;
        width: 378px;
        height: 22.1px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #SNIfO1nmt2PSXtxAIdKgP1gVDqRibrWT {
        width:18px;
        height: 22px;
        top: 302px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LxcW4DH5KsleacQ5ByPb9ZD4rw1HO50c {
        top:303.25px;
        left: 404.99999332428px;
        width: 81px;
        height: 19.5px;
        font-size: 15px;
        color: #c7c4f4;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #r8ynbTPP9KyZtZqCpizWcaIT9spzbcTZ {
        width:115px;
        height: 40px;
        top: 41.599998474121px;
        left: 320.49999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #h14aXOMSknfEGKUwchneW4CMIcfxcZGB {
        top:31.300003051758px;
        left: 432.99999332428px;
        width: 23px;
        height: 45.5px;
        font-size: 35px;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ZPZXMgclqobU3krzdiSDdG8hc92MWX9T {
        top:79.800003051758px;
        left: 0px;
        width: 31px;
        height: 40.3px;
        font-size: 31px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xwO8bkW8eotcfHPB2EzwNW7TI2h4KuHX {
        width:94px;
        height: 34px;
        top: 83.800003051758px;
        left: 34.800000190735px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xhKGk0UV6hiRkkIJwKMHmd7wPHkNJvNK {
        top:338.59997558594px;
        left: 31.000000953674px;
        width: 378px;
        height: 44.1875px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #JsqTsNAE22yP4Txk0VxbslZkTNvkluiH {
        width:18px;
        height: 22px;
        top: 337px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #zKakn1LXI7EGwAheSgEZHvNmrX3Su1fW {
        top:389.04992675781px;
        left: 0px;
        width: 457px;
        height: 31.1875px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #b1hQf76C3GLylE8spcsy4FRLbzoK8uRS {
        top:34.300003051758px;
        left: 0px;
        width: 320px;
        height: 91px;
        font-size: 35px;
        z-index: 15001;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #QvSUSRhrS1ZDA3tPckeKZTlnKH6gnDTe {
        top:216.75px;
        left: 31.000000953674px;
        width: 378px;
        height: 44.1875px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Eq3N46ROxrpmhlrHnpBuBqJAsGxCTfxZ {
        width:18px;
        height: 22px;
        top: 216.79992675781px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke {
        display:block;
    }

    #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container {
        width: 764px;
        height: 80px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #AieWevhzvm2ntT0LVftBbSNwoPmp7Dtz {
        top:27px;
        left: 178px;
        width: 128px;
        height: 22.1px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #zVsTiTUUAQGreoTgE45Cb9xVoSnbJe6y {
        width:164px;
        height: 58px;
        top: 5px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #neGWPRG5ioeByoN0VsVrvdSzB6GUbPaI {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #izKC8D4gccT3MEIOam2BOGb38oiT8odF {
        background-color:rgba(28,29,38,0.5);
        background-image: none;
        display: block;
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container {
        background-color: transparent;
        background-image: none;
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container > .video-iframe-container {
        display: none;
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container {
        display: none;
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container {
        width: 764px;
        height: 534px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Bq2zv6vQ5lpPI5HcRNPDFeWVTZS5EwJi {
        top:122.90000915527px;
        left: 0px;
        width: 503px;
        height: 44.1875px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TLZdZzVQCJTmhHNHmbPsfDLi667HBe5p {
        top:34.300003051758px;
        left: 0px;
        width: 320px;
        height: 45.5px;
        font-size: 35px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #zqRQHbPoU5JVIw8aWXH9WtIJmh3BqlgU {
        top:185.74999809265px;
        left: 31.000000953674px;
        width: 378px;
        height: 22.1px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Fbfvfolq35AVPE8dTlKmm6OXmTdqTpP9 {
        width:18px;
        height: 22px;
        top: 185.80001068115px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LFWOAme2HSPd0kCZIQZDbfFzgSTBG8zk {
        width:18px;
        height: 22px;
        top: 276px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #GSFqUTPdI19zgm2lbJTLTedQh7uQI2AQ {
        top:276.9375px;
        left: 31.000000953674px;
        width: 378px;
        height: 22.1px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LGczeI5Ps6nkalri0bor2gHMFWBiUr3W {
        top:307.95001220703px;
        left: 31.000000953674px;
        width: 378px;
        height: 22.1px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #nx6h9dsghupOfhp4T45TVDe3yCx9Ebht {
        width:18px;
        height: 22px;
        top: 308px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #gzcEqBximatvgJQMBCCv87nF4qPuJxN5 {
        top:309.25px;
        left: 408.99999332428px;
        width: 73px;
        height: 19.5px;
        font-size: 15px;
        color: #c7c4f4;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #b57z471TMnMDMr6tMs9Dalpd56pOF14V {
        width:115px;
        height: 40px;
        top: 41.599998474121px;
        left: 320.49999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #K7OBzin4B2yVh5KJqT7cT07mzd1iIkiO {
        top:31.300003051758px;
        left: 432.99999332428px;
        width: 23px;
        height: 45.5px;
        font-size: 35px;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #O1ktDTgHEM5FcIB8orsFlJRzHI8g55H4 {
        top:79.800003051758px;
        left: 0px;
        width: 31px;
        height: 40.3px;
        font-size: 31px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xXnwEKv3rN1IS56LL63ALnheMQIT4bbH {
        width:94px;
        height: 34px;
        top: 83.800003051758px;
        left: 34.800000190735px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #NVqBKp0t4yspok2TZmOzPnmRc5BUoE4K {
        top:344.60003662109px;
        left: 31.000000953674px;
        width: 378px;
        height: 44.1875px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #h2lXPdLVCJ6g8LB3B5FnquCpitM95LRa {
        width:18px;
        height: 22px;
        top: 343px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #cuQ8XQJd75NSwoFW3AJ0uoWu5RiM6rXE {
        top:395.04998779297px;
        left: 0px;
        width: 457px;
        height: 31.1875px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #AouV4wGtBvQrJIaoNUR5TpyOAoWai63d {
        width:251px;
        height: 58px;
        top: 444px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #WxnCv3fPArdnfpRDTPNRku9RrkbcQ7cx {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #kOzuBksp3vAJqIooEvWmRDJ2nAAaDOxH {
        width:268px;
        height: 58px;
        top: 444px;
        left: 265.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #rOEpgi6WOXmLGohmbAcPrQ6fpxO98NiH {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #SrsfHWsIxbqRE8LBF8vhuaq9dK3gOnRJ {
        width:270px;
        height: 58px;
        top: 444px;
        left: 265.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #L0WvGJg60dXW6nN455fu4PN7UU5POFVD {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #ePn27MpCqHMScaw3C62PKB5K0NzN1r6m {
        width:230px;
        height: 28px;
        top: 459px;
        left: 285.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #OAaTQFyCEPrRU2XKxee8qM6DE7rCRKT8 {
        width:18px;
        height: 22px;
        top: 217.79998779297px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #IEcnnUsan0yJDxeClCsWNZX7no58A7fE {
        top:216.75px;
        left: 31.000000953674px;
        width: 378px;
        height: 44.1875px;
        font-size: 17px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 {
        display:block;
    }

    #TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row .container {
        width: 764px;
        height: 620px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Cqb1AZHSkRhdZI2mCBiC9aDFTDB6Zbty {
        width:764px;
        height: 611px;
        top: -1px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #yTQkoam3tvCVJ8sop0nhwVkEwDAiSdIn {
        top:513px;
        left: 0px;
        width: 764px;
        height: 107px;
        z-index: 15000;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 {
        display:block;
    }

    #KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #kiSKIE9NleRA1pmml73RwKA6vbSPHCMT {
        display:block;
    }

    #kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ueFhSFbK3qa9Ng2khkF2zMhWhlIaXma0 {
        width:764px;
        height: 72px;
        top: 17px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #v3AyTs0ae6v8tGgOusb1e9Wf0mUedbE7 {
        width:760px;
        height: 139px;
        top: 79px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BCwSO5wMMslTiDzCfnKeo9nd1ygnhfVQ {
        width:26px;
        height: 10px;
        top: 89px;
        left: 369px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Pg8eqDVUNeIFHHyE4b2EAEsKoLnIa1xk {
        top:37.5px;
        left: 19px;
        width: 553px;
        height: 31.2px;
        font-size: 24px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #hVA8GXnXDqdTMbeeyT1Z42qiwxBNRPJU {
        top:110px;
        left: 40px;
        width: 396px;
        height: 81px;
        font-size: 18px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #NW5oeW93nIT2BJFIZfLElie9fLTzTGp8 {
        width:222px;
        height: 48px;
        top: 126px;
        left: 503px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #v49NEacQWmLzTQqnZ0meDaJPOITcAsNv {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #H9C2t2ZArIsIH9XwS2kxAkxiz1nCnsOG {
        top:163px;
        left: 217px;
        width: 115px;
        height: 23.4px;
        font-size: 18px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #AJQqry3pJKAxJd6boVIgvyybNO1Tl6Ay {
        width:35px;
        height: 20px;
        top: 43px;
        left: 649px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #yIHoLoabvn4QW1kVbA6BasuooOtMtdNw {
        width:35px;
        height: 20px;
        top: 43px;
        left: 692px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #MTdaQCAZe3kbbbcowGx1tbTHCTF74U23 {
        width:35px;
        height: 20px;
        top: 43px;
        left: 606px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL {
        display:block;
    }

    #JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container {
        width: 764px;
        height: 334px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #GPpwoy6k89VJONTWkVp2DuCFbRvBKoxJ {
        width:764px;
        height: 72px;
        top: 17px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #afVvs4IN0Z25zlZKX1wUyIB9I75tiz7S {
        width:760px;
        height: 271px;
        top: 50.5px;
        left: 0px;
        z-index: 14999;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #CEcm1qTJa30oXuM53wHTn0gBDnhOl14c {
        width:26px;
        height: 10px;
        top: 89px;
        left: 369px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #VDT5LvpzPbaINQznAp8hLs0PK6WnZrD4 {
        top:37.5px;
        left: 18.999999046326px;
        width: 684px;
        height: 31.2px;
        font-size: 24px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Tih2t5ulxirBOlmvllKcJB351aDmax4D {
        width:80px;
        height: 80px;
        top: 136px;
        left: 114px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #tI68JL57Awovzz8VJlxk0Ih8AD5R6QIm {
        width:80px;
        height: 80px;
        top: 136px;
        left: 231px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #DWeUNIgMvylvL8m4NJaJTUFcSAlpbglb {
        width:80px;
        height: 80px;
        top: 136px;
        left: 345px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #VfTMH0l2UvoaZ1JyTd0uaCgXq0nAeGuV {
        width:80px;
        height: 80px;
        top: 136px;
        left: 458px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #OAuaRhFB5uNiRRiHtiD9v30NazryR0Mr {
        width:64px;
        height: 20px;
        top: 158px;
        left: 122px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pTfDL9vBkUUHLloZcE7mW96JCU7cNRGW {
        width:64px;
        height: 20px;
        top: 158px;
        left: 239px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #JOcfLq9FJPGL2O0OwSa0BqsTClZhl4G1 {
        width:64px;
        height: 20px;
        top: 158px;
        left: 353px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #zrJLD4G2TptlJ6yglzDZqRRhk6bWrDG1 {
        width:63px;
        height: 20px;
        top: 158px;
        left: 467px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #FrXFC88gbiy2ZGGr3TP4IDczifwXaoCi {
        width:12px;
        height: 13px;
        top: 202.60000610352px;
        left: 174.79999637604px;
        z-index: 15028;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #FL2ynnBEn1zoeQ1PrJ5OemIytqhWBO7o {
        width:12px;
        height: 13px;
        top: 203px;
        left: 293px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #vTCcKqVCurDAZ7BBVb3uJHFHHnDqshGt {
        width:12px;
        height: 13px;
        top: 203px;
        left: 407px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qQwbs4hFisR3D40SWNat7aQtpFoTh3G6 {
        width:12px;
        height: 13px;
        top: 203px;
        left: 520px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ehx8UIeGy86nx37mTH8bgvoUa9b6KwHF {
        width:186px;
        height: 48px;
        top: 181px;
        left: 289px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #a9RWSxrPMBfDc3LTySbDBoiHVqx9CPXS {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #LH6ZqfUF85cANEKQxfE96TKh2fpNp0eT {
        width:80px;
        height: 80px;
        top: 136px;
        left: 231px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #CfkGb7xZDxoPtmm2qF3KoZyqzWpmoFBE {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #P3q1fNPkHZUCNfaoDwzeltiaVECZc39I {
        width:80px;
        height: 80px;
        top: 148px;
        left: 342px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #zZgQuIm32QI8bui7qKN0Sl396ScraJ9M {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #Csa8LDborsb9w8P4IyxvNI8Nt1ytW13J {
        width:80px;
        height: 80px;
        top: 148px;
        left: 114px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xAN8FTgWKtLKxmB5SsLeotpqToBHRTx3 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #vufTAS0Hs0OTEJTOgkKpfqvr6fCbxdl7 {
        width:83px;
        height: 80px;
        top: 148px;
        left: 460px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #o6MaUUWGllnRZG3Z6LFMbcDdN1atuCpg {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #Re5lWOFsnAwfVqU4mT3iwTb3GXW9QL5h {
        width:48px;
        height: 14px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #hRVwTISLRnC41FqocgDXMUPap0vDLRTd {
        width:48px;
        height: 14px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #ahXqv01Tg45R15toOiDC49JdBgbsXrmP {
        width:8px;
        height: 8px;
        top: 262px;
        left: 19px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wMQl7dbHvBKOxhrQ7rFBHTIgu8RXUdGS {
        width:8px;
        height: 8px;
        top: 205.09375px;
        left: 354px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #tf5nOEU6rZPkeCbrmt9sMlZuI4TEGUzz {
        width:8px;
        height: 8px;
        top: 205.09375px;
        left: 239px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #DLNdDWfZBuseaESUE926IhWmJsZTILgh {
        width:8px;
        height: 8px;
        top: 205.09375px;
        left: 122px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #dhWXD7LOFJ6Z60ePShwFNqlTuTE1Xzn7 {
        width:8px;
        height: 8px;
        top: 205.09375px;
        left: 467px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #CKPtvpIMribRUFPqDGkTTnRieqiQWiB9 {
        width:758px;
        height: 46.7812px;
        top: 257px;
        left: 0px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl {
        display:block;
    }

    #UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container {
        width: 764px;
        height: 455px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #bCGJGJvNBT5Qa2HmBSEoF3Z6qyMkgOVG {
        width:764px;
        height: 72px;
        top: 17px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #SpeIJ58TqfETaQG6wnuzX9bfL9MKPUpi {
        width:760px;
        height: 372px;
        top: 50.5px;
        left: 0px;
        z-index: 14999;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #GRHyyORoBRHmeo3mxDGwgA1tKyeaW99R {
        width:26px;
        height: 10px;
        top: 89px;
        left: 369px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #dDnnyb418usIKWUQcaITkg3Gd10bFpdw {
        top:37.5px;
        left: 18.999999046326px;
        width: 667px;
        height: 31.1953px;
        font-size: 24px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #B8yMncByoQ0tRnmgNhc2sgox1PTJGJDK {
        width:80px;
        height: 80px;
        top: 134px;
        left: 112px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #VO3R2u2eoadEo2ZnqQWy0HPbJ4AxgUEH {
        width:80px;
        height: 80px;
        top: 134px;
        left: 229px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pJ4DHVQUmZ5WCfJgKHPMiG1fbnG82RJg {
        width:80px;
        height: 80px;
        top: 133px;
        left: 345px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ZPn1FTPOSATXn6gGQb475xzRpfvkCfcD {
        width:80px;
        height: 80px;
        top: 133px;
        left: 459px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #JXFJp1qPtc6K0o8E772nJzliLOviRsMn {
        width:80px;
        height: 80px;
        top: 133px;
        left: 572px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #b6zkPHg6dMTkaGE5v7hmt9bdlDri3LOo {
        width:80px;
        height: 80px;
        top: 239px;
        left: 112px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #GG3WTl00oa72VcLo7PvauWzNWvgkvNXx {
        width:80px;
        height: 80px;
        top: 239px;
        left: 229px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pJHQTMVIeDOuVE7bAFe6CkVB4dnEpHLs {
        width:80px;
        height: 80px;
        top: 239px;
        left: 345px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #t5srzoTvJGHIEPdcIWPhfF7rPATBsyr7 {
        width:80px;
        height: 80px;
        top: 239px;
        left: 573px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BNp2LLJULPKN70ktL8fIzZvmFJcPuml6 {
        width:80px;
        height: 80px;
        top: 239px;
        left: 460px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #m6n8Inraka20qZvuZHrgPiu6CBe3nD4K {
        width:40px;
        height: 44px;
        top: 151px;
        left: 365px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #PhDJcxP7MKVWariMNP3FVQTp49vDT6IT {
        width:44px;
        height: 44px;
        top: 151px;
        left: 477px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Q0VavQ55gSFRBGBwq1Mng14UNJBoy9Tn {
        width:36px;
        height: 44px;
        top: 151px;
        left: 594px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #A01xnz0ciKU1EoB1w3df39awtecGtX4L {
        width:58px;
        height: 58px;
        top: 250px;
        left: 123px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LNzLSEn0XCw2wUkL6gaGdlZaGldTZB8T {
        width:58px;
        height: 38px;
        top: 260px;
        left: 240px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #rf4V0aiPnZtUiIOX8kGw4XhPeSdfTvlN {
        width:58px;
        height: 46px;
        top: 256px;
        left: 356px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #IZDOIZM3fG45964B992q3DAJkkNA8ftb {
        width:28px;
        height: 20px;
        top: 271px;
        left: 474px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Kt3hg18wcwdWkTvaRTp9sEKNtReGc90i {
        width:31px;
        height: 20px;
        top: 273px;
        left: 583px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #aFRP5tVJbR1qZqmGgsyriwKeTyVqa6ox {
        width:58px;
        height: 22px;
        top: 163px;
        left: 123px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #WE3BMwc6Wi5nR4Ea0Acdks3OMBDRGXyM {
        width:58px;
        height: 22px;
        top: 163px;
        left: 240px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #e7AiNaV3G6afOn2WewarhH5lPlwNi2CI {
        width:12px;
        height: 13px;
        top: 195px;
        left: 173px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #zdaNIiHvKC0g2ChVET6rnNJbA1uQqOzT {
        width:12px;
        height: 13px;
        top: 195px;
        left: 290px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #HEoI3cCp9903bHGHnQgeEPUbWT7XDWJW {
        width:12px;
        height: 13px;
        top: 194px;
        left: 408px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #EgzOzXoqkSVOMiimGRuizJJxSQUSvPls {
        width:12px;
        height: 13px;
        top: 194px;
        left: 522px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #l5md811BSezQue8fcEdT3wScsbzineWW {
        width:12px;
        height: 13px;
        top: 194px;
        left: 634px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #kE7fvmxbvIKn3q9wKwklrLKdUDPFHqw4 {
        width:12px;
        height: 13px;
        top: 300px;
        left: 172px;
        z-index: 15028;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #RsbgpTPtyn4XQ1v14PDrNfzzAIf4qu4I {
        width:12px;
        height: 13px;
        top: 300px;
        left: 291px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #riUIlTkcmoK4OZ3sOzwMHTIAaq0nOS6Z {
        width:12px;
        height: 13px;
        top: 300px;
        left: 407px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #oUN0VXiX6gx8riv9RpKeG6kDQ5x4A3rI {
        width:12px;
        height: 13px;
        top: 300px;
        left: 518px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #uNT6qpXekMIuPvhSlv4MP0mcPA2iiN4W {
        width:12px;
        height: 13px;
        top: 300px;
        left: 632px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #oEGUyLBLDivOTMyP7OsGuiNdQPTvCmQP {
        width:80px;
        height: 80px;
        top: 110px;
        left: 679px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #TZMuBZEvVzLbRSBrCiTC4nZvVtOcesJm {
        width:80px;
        height: 80px;
        top: 110px;
        left: 679px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #r9SPGkD60MXCtapxvpN97x5pwENKUBDX {
        width:12px;
        height: 13px;
        top: 171px;
        left: 752px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #KZmD9VVE1bQpkd0nxrFaPHkXzw44d1n1 {
        width:12px;
        height: 13px;
        top: 171px;
        left: 752px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #NpVSQ1AHHFE6R7hErMkn9ITeUFheMFTN {
        width:20px;
        height: 20px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #qOOchuUimhQWbyQKT3Mm6uUWQkfVmtM5 {
        width:20px;
        height: 20px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #RUS2sutVe3tBpx3kMCu4cwheSO5UbGUZ {
        width:186px;
        height: 48px;
        top: 181px;
        left: 289px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #y9cOX7D8Wq4ZWzEXqVwLD88B28OoDhya {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #bkVIPa2xqw8l3WnMucF6pC6JyvzGCOXo {
        width:80px;
        height: 80px;
        top: 134px;
        left: 112px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #r1ZMJPIdGZut1IPAiATNl9Gc0UkBrSu1 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #nQXWoxwwPSSAzXe4xMKwKVuXFcqml9L7 {
        width:80px;
        height: 80px;
        top: 134px;
        left: 227.5px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #DexExXRRdEa3wWVwCEbyzPqKHhOXGtZx {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #G7qevJg9MpdWn50tIkTFmzb3ShyKmbZE {
        width:80px;
        height: 80px;
        top: 134px;
        left: 342px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #mhfMQEcpo1NXuZgLvCwKi2QuexgAFQ5v {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #l9CF8fshISUsJPTTorIqpHqG9btdWBHh {
        width:80px;
        height: 80px;
        top: 133px;
        left: 459px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #mEikoaMIWeJhgfgkawnRRzRN1wNvg5lh {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #NcPC3I1SmJ3CAAoVL8DSEWWmK0iXnBqt {
        width:80px;
        height: 80px;
        top: 134px;
        left: 572px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #IZt6ThUFqJdC1w3tZbr0Ds88UNhS4Tfl {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #ppQBkSvgSykd7478PHMTp5g8F3W3qH2P {
        width:80px;
        height: 80px;
        top: 239px;
        left: 227.5px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #tLwSF5QHSQweqXFK95XPra3S7PuHcIQF {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #TVPnRwN1pi45iKKrGMeQPb5vfmQhnVdE {
        width:80px;
        height: 80px;
        top: 239px;
        left: 342px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #OT6BB2ZBsLMKFrqXN6QO8S56HBXscV4m {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #bpKTfidS5JfDv1ZTB43rqvVBX57xIQsA {
        width:80px;
        height: 80px;
        top: 239px;
        left: 112px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Z4deHMOptos0NTbIbX7etgoXzectlb78 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #Q48DAWsn75GIBaE2rGg6qJzhKy9MmgPN {
        width:80px;
        height: 80px;
        top: 239px;
        left: 459px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qImmfZoomFKg6zSntI4PMm3Au3zSa6mh {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #KLTap8oTZUGPXmgIlRot8ZSHRofT9xBx {
        width:80px;
        height: 80px;
        top: 239px;
        left: 572px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #s4vuLwURzSBrMerXCcUCNyyZWOcAwahL {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #oDhWQlxPVKdBC9tTILv6PXqx28W4zE4V {
        width:80px;
        height: 80px;
        top: 110px;
        left: 684px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #OqogT8iSobDrQmWCEkldKsz1pIGZTODk {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #yaGmXTDzqsOULvE8QJqwacX5DPtTTDgg {
        width:80px;
        height: 80px;
        top: 110px;
        left: 684px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #DpwovcMqq70U0XEAU8r8pzgyVA1fBJFH {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #IwJ6dOCCNWpUGv40QNbHeJS10MIWR3T7 {
        width:213px;
        height: 34px;
        top: 352px;
        left: 165px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pJmwlPKz9iQ3oEQTfr751d4gMgnJMQTS {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #rvI8NNl30e1UVgPxvr3E9PS5Wg7hCfAE {
        width:213px;
        height: 32.4px;
        top: 353px;
        left: 386px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qCoGgVBVkULm2JbTmq2BG1TTRgOhBflV {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #CLAiTbZrkeRTUTp4WXIQIOn8M0PUsEsK {
        width:186px;
        height: 48px;
        top: 181px;
        left: 289px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #qnV1loWHA59pxdy0hI33LrAnt3xJwQgV {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
        display:block;
    }

    #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container {
        width: 764px;
        height: 105px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 {
        width:579px;
        height: 32px;
        top: 36.5px;
        left: 92.500000953674px;
        font-size: 20px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m {
        width:43px;
        height: 38px;
        top: 267px;
        left: 351px;
        font-size: 24px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #s7oreNTgreFu376sUVHTB4kZvopVbgGe {
        display:block;
    }

    #s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container {
        width: 764px;
        height: 152px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 {
        width:380px;
        height: 125px;
        top: 0px;
        left: 186px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #erknzs6JscFTDUBFh5kwJ02bnKBN73EB {
        width:24px;
        height: 24px;
        top: 10px;
        left: 195px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl {
        width:352px;
        height: 25.6px;
        top: 10px;
        left: 226px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 {
        width:352px;
        height: 72.7812px;
        top: 37px;
        left: 226px;
        font-size: 13px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC {
        width:256px;
        height: 24px;
        top: 90px;
        left: 284px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 {
        display:block;
    }

    #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container {
        width: 764px;
        height: 136px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn {
        width:380px;
        height: 110px;
        top: 0px;
        left: 189px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P {
        width:24px;
        height: 24px;
        top: 10px;
        left: 198px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #lTc6ykKALRdZCIcAikRJN72IrAERztTI {
        width:301px;
        height: 41.6px;
        top: 12px;
        left: 229px;
        font-size: 16px;
        line-height: 1.3;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 {
        width:321px;
        height: 36.3906px;
        top: 57px;
        left: 229px;
        font-size: 13px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw {
        display:block;
    }

    #BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container {
        width: 764px;
        height: 500px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TvhUUrm0Jkv1rwbZUC2JP1FfTBTgyeQb {
        width:340px;
        height: 75px;
        top: 119px;
        left: 209px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TRMvmugemwL9HGoXhhbi4PO8qzleXSTt {
        width:128px;
        height: 38.4px;
        top: 129px;
        left: 261px;
        font-size: 24px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #JcfTAT46BET77DEsL4AtmQUOODt1bLbt {
        width:22px;
        height: 22px;
        top: 133px;
        left: 220px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #m59T0meMSooGxWmGurDCk7QHFTrbD5h9 {
        width:149px;
        height: 16.8px;
        top: 162px;
        left: 261px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ta4ZGTTzkdZhtbrecxptry0vpPZ6zhBf {
        width:143px;
        height: 51.2px;
        top: 125px;
        left: 394px;
        font-size: 32px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #vBLQXwTuvXKvvJpUHFRG6cTvgMBfl43M {
        width:339px;
        height: 75px;
        top: 211px;
        left: 209px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wLoqd2x8QGV3pDHTIFihlqTTUvti9oZm {
        width:145px;
        height: 15.4px;
        top: 254px;
        left: 260px;
        font-size: 11px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TcvBiVHWTmoSPo5fZbDAX9u67cuRXff1 {
        width:150px;
        height: 51.2px;
        top: 214px;
        left: 388px;
        font-size: 32px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qc9cQe3Tv5GOMGqvK6J6ZW4Wk1y2WHKg {
        width:133px;
        height: 26.4px;
        top: 226px;
        left: 260px;
        font-size: 24px;
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #lv0XCZAvA7d95T2QZdFphrb0rTc9GXSR {
        width:22px;
        height: 22px;
        top: 225px;
        left: 219px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #uvigFQ3a5u6kIk55WmOoK4e967QUCek1 {
        width:43px;
        height: 38px;
        top: 267px;
        left: 351px;
        font-size: 24px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #rcZMKoWTr3l6vell8lFqqpxPiWaSfh9v {
        width:14px;
        height: 14px;
        top: 139px;
        left: 226px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #PdTOt0fSbh3GOkTrk8NLaTGKEdVZ3DXQ {
        width:14px;
        height: 14px;
        top: 231px;
        left: 225px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #CxBBFGWhka0zvHqD9MDaXMWfgJXv5GeI {
        width:340px;
        height: 75px;
        top: 119px;
        left: 209px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BNMTxGlswRSuqlE5gTsdU6f2DNgMPQEw {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #p8HTlAl2oz6fN8QOFPJRxz1vXJzyrkXV {
        width:339px;
        height: 75px;
        top: 211px;
        left: 209px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #NCiIqoEHnJTc2ElFtG00AFRgwBA2DRvZ {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #J0TuVE9uCsaTPPuwgZ0RRDtshRxFOZXP {
        width:340px;
        height: 52px;
        top: 295px;
        left: 209px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #udWich5ArQhgP7tETzJBv5FBLxp2oLi7 {
        width:18px;
        height: 18px;
        top: 310px;
        left: 223px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #d7O8K4pQxRVEoIuPDB3zD29ZAy4Rcwox {
        width:283px;
        height: 38.3906px;
        top: 301px;
        left: 252px;
        font-size: 16px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #MOMfG8Z9MqgesAm5koXpiJpMGDmm8XA4 {
        width:380px;
        height: 360px;
        top: 98px;
        left: 192px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #HFKNxdgDdyuaBbUo2O3SwAGkUemFHg9C {
        width:190px;
        height: 98px;
        top: 0px;
        left: 192px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wOCNS3WMT3Bd5T27hHMJ6ocs2GKI5iSE {
        width:88px;
        height: 16.8px;
        top: 162px;
        left: 449px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wg9KdDaU8phg3LNQ8XGKircb6XGzcbpd {
        width:104px;
        height: 15.4px;
        top: 254px;
        left: 382px;
        font-size: 11px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #l7rxboAETcX5CpaHBcTWzy5IlEJH98MN {
        width:320px;
        height: 48px;
        top: 359px;
        left: 219px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #SUlT9vbkqiNU0305Z935O062qbeuNqMy {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #QGzKmITkUH9itSSXBbLJ5ZUlnBCqkXm0 {
        width:183px;
        height: 16.8px;
        top: 415px;
        left: 283px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #H8yJlTZirDeaeAH56ZTe8v8xX6WqyJLU {
        width:153px;
        height: 41.6px;
        top: 15px;
        left: 210px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #G9ylhro6H0rm8wOhCl0n5UXs0L2rMbZT {
        width:30px;
        height: 17px;
        top: 66px;
        left: 201px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #MHyNuI3LDNRT0X2kb1Lo71gaZ5cTqUwI {
        width:66px;
        height: 18px;
        top: 66px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #WtafdclCPrKWnlMJolTCNNTAay67sLEo {
        width:29px;
        height: 17px;
        top: 66px;
        left: 303px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #KwxNmZHD8T26eFJMuJ35oDISmIID7Lsh {
        width:36px;
        height: 18px;
        top: 65px;
        left: 335px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pvDV0w8AwwyKFuO0SkTcHDpSODRRBwa8 {
        width:155px;
        height: 41.6px;
        top: 15px;
        left: 410px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #AvT4PSPziugKk8MkiB1ysG7WpkbT1KWG {
        width:40px;
        height: 20px;
        top: 64px;
        left: 438px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #r7q4crPhRapVD4T8ZDzP3TxLqhEyctMh {
        width:57px;
        height: 20px;
        top: 64px;
        left: 482px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Ll5QoUDEX2i1PtSGQaVZeTE1ozWIzETT {
        width:190px;
        height: 98px;
        top: 0px;
        left: 192px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #fvUu35z7dm3QlT8s0k8TNHrfkFxmMI4D {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #bfVZCQlV4632qnogadSyOhKv2FIB0x8f {
        width:190px;
        height: 98px;
        top: 0px;
        left: 382px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #gSLUvzoW2POt1Z2F2TUGwHDuHMvWAbI7 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #qT2H0awTX5rJhQO0RoVaP9sUR5ecOysr {
        width:235px;
        height: 14px;
        top: 288px;
        left: 261px;
        font-size: 10px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #en6vJIC3Zm4gfJL1mZGd9gTGkEM419zE {
        width:320px;
        height: 38px;
        top: 302px;
        left: 218px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ozBoC7deTJk9xOoMCHbBPltk8gaiyvA0 {
        width:284px;
        height: 22.4px;
        top: 311px;
        left: 237px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #fNs6r7FVo71A2TnDcmH5po9d2TOassiK {
        width:100px;
        height: 15.4px;
        top: 254px;
        left: 436px;
        font-size: 11px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #HnzAlJQey7TSFRxHGvB1C2uJeqrS8G9n {
        width:320px;
        height: 49px;
        top: 358px;
        left: 219px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LTlg0XQTNEIbDRCl7JrAhCtGu1xzcsMa {
        top:359px;
        left: 219px;
        width: 320px;
        height: 48px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T {
        display:block;
    }

    #i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container {
        width: 764px;
        height: 516px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #AGfhWOmPVsBTvFffPz3qxkvipJAudM6b {
        width:340px;
        height: 75px;
        top: 119px;
        left: 209px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #eTJchH5gD1pMBEgbOpiATa1BqPAxFnf8 {
        width:128px;
        height: 38.4px;
        top: 129px;
        left: 261px;
        font-size: 24px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #s04z8kZZhAGOg1t1PCnORqF7dFwP7klf {
        width:22px;
        height: 22px;
        top: 133px;
        left: 220px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #fpQWvXuVp5VvaP9CZRxr4qE4bMmMCivy {
        width:149px;
        height: 16.8px;
        top: 162px;
        left: 261px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #txzu5xG7D0fv920v1amH4SXX81ErSx5G {
        width:143px;
        height: 51.2px;
        top: 125px;
        left: 394px;
        font-size: 32px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #PcnkbOReqBcoud6HntDaA1iSakbCcCK9 {
        width:43px;
        height: 38px;
        top: 267px;
        left: 351px;
        font-size: 24px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #o2ytq9M0lXkq40p2xUxlTuzBeSHorrSA {
        width:14px;
        height: 14px;
        top: 139px;
        left: 226px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #EOi0V5NTDFhrmoVoyfUMHD4HbLZWcf4O {
        width:340px;
        height: 75px;
        top: 119px;
        left: 209px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #MH7DqozPsVzSXLPTqrTw6T3gqeECO6Sn {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #vSGc6aQMRakgproISzd2BsQgL9XqHUvF {
        width:380px;
        height: 356px;
        top: 98px;
        left: 192px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6 {
        width:190px;
        height: 98px;
        top: 0px;
        left: 382.80001163483px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #NBORTuAsnKNTx2L6VeoQLaq9Uy1AEtu9 {
        width:88px;
        height: 16.8px;
        top: 162px;
        left: 449px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #JvaTWoNzqWkNEOVgnOaH8uhuLqXhgoMp {
        width:320px;
        height: 48px;
        top: 357px;
        left: 219px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #GSNT7f2WTb5Gg4E1FFgKnOLgZusihUer {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #eQNPeRiOoKk9nLeleRruuD1aFzfz38l0 {
        width:153px;
        height: 41.6px;
        top: 15px;
        left: 210px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #sgL6wAaOFEqaLQXnQuyrsLLPWMxoX8Wy {
        width:30px;
        height: 17px;
        top: 66px;
        left: 201px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #bctgCH5pxy9pOq5etAeSPIsCQRhEkZLw {
        width:66px;
        height: 18px;
        top: 66px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #VCR1BwgAGSJOhaKskicJ8S1QGzoAIlJJ {
        width:29px;
        height: 17px;
        top: 66px;
        left: 303px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #iON7D5tJHrE1wydRgZN3D9gQl9suVdLq {
        width:36px;
        height: 18px;
        top: 65px;
        left: 335px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #D7kCw5fZzD6vq1Xkluq4KcF0Hi0Eq0xn {
        width:155px;
        height: 41.6px;
        top: 15px;
        left: 410px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ASIpgrwDmqloMJ9Dr4ylLbZXdlnPhKXy {
        width:40px;
        height: 20px;
        top: 64px;
        left: 438px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #XkqpJOugLAwnN61nJ3VT6fTe8Vq8dUN9 {
        width:57px;
        height: 20px;
        top: 64px;
        left: 482px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wQ1pyy7uWVh8xD1KbcWQFIuFm82CsMez {
        width:190px;
        height: 98px;
        top: 0px;
        left: 193.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #gQyCtKV8svZTekDvJ5uuZrmbL2lsCwzQ {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #JgvHFfbAr7JU8aCoPvN5B2LDOerO7mdM {
        width:190px;
        height: 98px;
        top: 0px;
        left: 382px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #MZQIvpVXv5OTLKVFV7SI91HNwcJnbyLb {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #wFSHgqtvM0wJsQPrtBK2tJvE5nefH65F {
        width:18px;
        height: 18px;
        top: 311px;
        left: 223px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #nKOfQLPwhW8OROElvJft53ucorUaNDCS {
        width:340px;
        height: 52px;
        top: 295px;
        left: 209px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #tFHs3lDwJ9J2Ri8viVMOxrADIUQTyv65 {
        width:283px;
        height: 38.3906px;
        top: 302px;
        left: 252px;
        font-size: 16px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BNGc8BBWZ30JBbmBmBEU7G1ekzornqol {
        width:320px;
        height: 38px;
        top: 302px;
        left: 219px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #bf4cWn7svwTBR9gR0dc6IQlw7aFfb3ov {
        width:284px;
        height: 22.4px;
        top: 310px;
        left: 237px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #PC72buv4Ga6HPvIi4HZmth8q7W7yDaIp {
        width:320px;
        height: 48px;
        top: 357px;
        left: 219px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #nVSTAnKPBezBNoxO96uX5eS2e99fdk5C {
        top:357px;
        left: 219px;
        width: 320px;
        height: 48px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #tTRHAiyHcpBll5iIpELqsL9u3DQTbl8m {
        width:340px;
        height: 75px;
        top: 211px;
        left: 209px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #c9silyaBg1MvIyv9xDe48ATur1QlTDg7 {
        width:340px;
        height: 75px;
        top: 211px;
        left: 209px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #DMc7VWAI0zO7buBsbl0PzeMkUMmpLzOX {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #PTh0IpMpviHFUn6C5w8I9tEIKRDcENNZ {
        width:149px;
        height: 15.4px;
        top: 256px;
        left: 261px;
        font-size: 11px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #sF1ChsCiAkb9truwDXGl2tKRKm0sT4LX {
        width:106px;
        height: 15.4px;
        top: 256px;
        left: 384px;
        font-size: 11px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #IVBIq1DClxgHyQyDVIsEPZbRMCOIO9IG {
        width:143px;
        height: 51.2px;
        top: 217px;
        left: 394px;
        font-size: 32px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BDXexTguuos9ImXp3yJv0LVNUd4cHRME {
        width:128px;
        height: 38.4px;
        top: 221px;
        left: 261px;
        font-size: 24px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #d8CVQaarCfhz7APUnEeASuSWZDduCxnC {
        width:22px;
        height: 22px;
        top: 226px;
        left: 220px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #MLB1lW3SaOb7it7qT2MJOtTFpe3cZJrP {
        width:14px;
        height: 14px;
        top: 232px;
        left: 226px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #MDfs6pcTcDtVwTzDT3V8Td4Hd22u8Fwi {
        width:88px;
        height: 15.4px;
        top: 256px;
        left: 450px;
        font-size: 11px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt {
        display:block;
    }

    #wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container {
        width: 764px;
        height: 1087px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #OECX3DdyiEWBaIanFe9c4iLaRP06nRPT {
        width:43px;
        height: 38px;
        top: 267px;
        left: 351px;
        font-size: 24px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #aRQZ6kvZOUcl0HiqTUR6zmSgNa1f5S4X {
        width:380px;
        height: 1082px;
        top: 0px;
        left: 192.00000858307px;
        background-color: #444769;
        background-image: none;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: auto !important;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Uro88rhCud7o9vnuoCSQ14HJeT8SLJ4H {
        width:285px;
        height: 36.8px;
        top: 36px;
        left: 240px;
        font-size: 23px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #fBgSW0Gs6Opsfr9i3MsdViseiZ6rsD6X {
        width:325px;
        height: 399px;
        top: 492px;
        left: 220.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #aqlmaIcAHz4J7U5lTXF3Do8FlzVg3Tsn {
        width:266px;
        height: 39px;
        top: 71px;
        left: 248px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #a4JHyIDFhX5TTs2iuE78kP2fDN9onb4o {
        width:266px;
        height: 20.8px;
        top: 21px;
        left: 248px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #IwlTN5CRhFX4dHxpgUhm7qoygB8vDMri {
        width:325px;
        height: 358px;
        top: 122px;
        left: 220.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wEC4Jyuez1XIw7xTb9HX0pi6huGiw6AN {
        width:224px;
        height: 42px;
        top: 535px;
        left: 249px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #tiQK4EKPExXqTdkTxZphWzEU77wIsD61 {
        width:149px;
        height: 16.8px;
        top: 793px;
        left: 312.99999332428px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #uJwQD4UKUHqQzaFFr2KPOzaufAT8ef7k {
        width:320px;
        height: 48px;
        top: 987px;
        left: 222px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #l4HNhVl1QR9ECGz53g21rEKh68ObVNmM {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #aQgN0JnL48KAdiUd7WWxNtW2z3FgL0Mp {
        width:310px;
        height: 38px;
        top: 931px;
        left: 224px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #cmMmSqXbV3wTOBRPqPKxD5e0FyFhDlWB {
        width:311px;
        height: 18.2px;
        top: 941px;
        left: 225px;
        font-size: 13px;
        z-index: 15186;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #gdT1cTs4uXMmIHECUcXJ8Agw16r0c1XV {
        width:234px;
        height: 21px;
        top: 613px;
        left: 249px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #gJ2aSO68hC6VnV5G4oLLv5ElQbmF3xHS {
        width:274px;
        height: 21px;
        top: 640px;
        left: 250px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #r3gPJan2cZcq5RbLuOkMoelJXWFSrxLq {
        width:143px;
        height: 43.2px;
        top: 756px;
        left: 312.99999332428px;
        font-size: 27px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #zHzKTlRsrzT0h2sJGE96kh7Eaxylb4ii {
        width:45px;
        height: 20.8px;
        top: 509px;
        left: 231px;
        font-size: 16px;
        z-index: 15185;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #SH8Wra3Rv8p2bodgSipshfqWfvgaFGd4 {
        width:182px;
        height: 16.8px;
        top: 1045px;
        left: 295px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #dNwLi5WPo5f8HsCo3yWphBvxbCfE5rC3 {
        width:21px;
        height: 20px;
        top: 829px;
        left: 331.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #uHACwKQqpmT5IWSOMbBO0hrXlI657PBO {
        width:19px;
        height: 19px;
        top: 242.98751068115px;
        left: 228px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ohdqc87DD4Et2orAgf1nvE5wbfTt13eB {
        width:19px;
        height: 19px;
        top: 614px;
        left: 228px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #mSru2Vx2RxN4XnzqFhT8DhnUEsa4QaWN {
        width:19px;
        height: 19px;
        top: 639px;
        left: 228px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Uu6atBe4TcI5myoQEZDAFwIiZ9HpLSOi {
        width:255px;
        height: 42px;
        top: 164px;
        left: 250px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #cR8unuCKoLpp5it13dM1bTqlUZfDupDI {
        width:285px;
        height: 21px;
        top: 242px;
        left: 250px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #AVVmkeJf1aplN3s2OUEiSL7QQl02KweW {
        width:143px;
        height: 43.2px;
        top: 352px;
        left: 305px;
        font-size: 27px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #paPXgW4XU6fRNO6t4HR4ARLoTaeuhFop {
        width:149px;
        height: 16.8px;
        top: 389px;
        left: 302px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #FtxJSOhbmCVTcLWE3LVeIBBr7kK3C3MC {
        width:95px;
        height: 20.8px;
        top: 137px;
        left: 231px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #QgxsqVl3WdIP1T1iTQCwsLSyUs6Ae2Ap {
        width:21px;
        height: 20px;
        top: 425px;
        left: 324px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #X50QIQdmfoSiy5fDyg0BaMQbNgUbTVJl {
        width:19px;
        height: 19px;
        top: 165px;
        left: 228px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TTFV78c91mMLTLFOiRw0tKdPOfTplu7N {
        width:19px;
        height: 19px;
        top: 535px;
        left: 228px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ywEOT41gSNk7yygVgH90kzGUiMfphpif {
        width:20px;
        height: 20px;
        top: 425px;
        left: 323px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pMmZhZyTlnZov5JfHI7u68CHvIpOcgEo {
        width:20px;
        height: 20px;
        top: 829px;
        left: 329.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pbXeidbT2PMcoiedMFnMUDIvML2b3EmQ {
        width:21px;
        height: 20px;
        top: 425px;
        left: 325px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #sEOV8WKS3MgXfgxoXtJsEx3qXXLf9DIT {
        width:21px;
        height: 20px;
        top: 829px;
        left: 331.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Cum5c7ziyRLgAscdZHDyDrByxLMlu34e {
        width:200px;
        height: 18.2px;
        top: 338px;
        left: 277px;
        font-size: 14px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #bamaVtMthUJWaaeDqIXBo7eDdpfPTPCs {
        width:200px;
        height: 18.2px;
        top: 739px;
        left: 283.99999332428px;
        font-size: 14px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pvMWl64AOeMuT1akNnkN2foG2TdVmsnA {
        width:271px;
        height: 15.4px;
        top: 912px;
        left: 246px;
        font-size: 11px;
        z-index: 15186;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #SSZUpJPsl27G9Pf0DPeuv4XuH2wZEmWy {
        top:987px;
        left: 222px;
        width: 320px;
        height: 48px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #AP5b8qQU140puR389IXUkVTLnv9LiUh9 {
        width:269px;
        height: 48px;
        top: 816px;
        left: 246.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #bm1wxyscKJhTaxICoJ0xOngvp4teOcpg {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #quXUdvQgK52XtdX7KP19uZv9bSWEIEOf {
        width:269px;
        height: 48px;
        top: 412px;
        left: 240px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #GqJ56ziffie5Oq614xg7MXv1PKyKqrv4 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #gHmAAk2GPgJdleMVDCxGmG7P8ml9lieT {
        width:231px;
        height: 29px;
        top: 210.80000305176px;
        left: 266.49999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #gT668mx1RAvQE6suObEf3CgRQbsQ9JRq {
        width:19px;
        height: 19px;
        top: 691px;
        left: 228.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #vnPvNg8ch6T69DqDvlxkikwFy1cNRmXH {
        width:285px;
        height: 21px;
        top: 690px;
        left: 249.99999332428px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #mnHuNqPDMbBhWnKp8yzaK9DiSb6uaGMk {
        width:216px;
        height: 29px;
        top: 585px;
        left: 273px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #rKZrF6P7mWmGXECfn6UMce6AIyq36pvL {
        width:285px;
        height: 21px;
        top: 267px;
        left: 250px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pT7FSvC563DGoQzLbm8DVtnagh4PGxTc {
        width:19px;
        height: 19px;
        top: 268.00003051758px;
        left: 229.79999637604px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #dPIS9SQRDRs9GqlIzCgzvymTTswQbTQZ {
        width:56px;
        height: 24px;
        top: 660px;
        left: 251px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #DxvHAlNrwmIvq0uMM4i8TM4gEEPHrdzA {
        width:380px;
        height: 333px;
        top: 104px;
        left: 192.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 {
        display:block;
    }

    #OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 > .row .container {
        width: 764px;
        height: 20px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TqHoaDwHqWIrWHTeJ5kIwKGILzuVF03r {
        top: 19px;
        left: 0px;
        width: 764px;
        height: 25.2px;
        font-size: 18px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ihCTeTtocH1CITDblPobyZ2c9p4P1Lix {
        width:470px;
        height: 120px;
        top: 90px;
        left: 146.00000858307px;
        z-index: 15002;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #hZGWJ36pdc9CFh8tk1rT5WZxB8DHoxwm {
        width:80px;
        height: 80px;
        top: 109.98750019073px;
        left: 389.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #AWLCyAxAhoFStOi6Z2RHV3cl8xquXPQ9 {
        width:80px;
        height: 80px;
        top: 109.98750019073px;
        left: 294.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #zbvPSdCPzO7RadND7qaLCEkvbtm0zM5g {
        width:80px;
        height: 80px;
        top: 110px;
        left: 199px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #bNRLP54S1uX3AfAfx29eoddN5wqWbBNZ {
        width: 100px;
        height: 21px;
        top: 142px;
        left: 476px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #zCwq8sPQoqwmJwHUaqaXGzGPT4WpPymr {
        width: 81px;
        height: 25px;
        top: 141px;
        left: 390px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #te6PQIeb1wW45UTL2klqX0ekB1QGmumJ {
        width: 96px;
        height: 22px;
        top: 140px;
        left: 286px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #CDToC7ILqTlIZLEsNnMkJqKhltTmB89e {
        width: 65px;
        height: 36px;
        top: 134px;
        left: 209px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TurT5TA6SeJ95eS0P2N2ZeLH09TFJvnU {
        width:80px;
        height: 80px;
        top: 110.0000038147px;
        left: 199.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #I2qXTqmRwOTttuPbARkHxaaU7DdNm8Si {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #T21EACCnU5353iJqOLolo8N4vIpOSTtQ {
        width:80px;
        height: 80px;
        top: 110px;
        left: 486px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #B6qmM1wyAXWFAm2gDhqcpKn9zFgpWcES {
        width:80px;
        height: 80px;
        top: 110.0000038147px;
        left: 294.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #hH3R9EMbWs8mQHFfE3GcuMhPZxllw9vJ {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #DSlwqPL1t4qZHgiqTTUpisFlBhL5rhqW {
        width:80px;
        height: 80px;
        top: 110.0000038147px;
        left: 389.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #WKoIGK6E1ga1UEZGzyDT5AkutyAguhnh {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #JhKB2mOvyJmZMgmXmAQ9zIMrg37ORrLX {
        width:80px;
        height: 80px;
        top: 110.0000038147px;
        left: 485.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #o847KW3TIg1HTVgp30WuxLAhTmZdrykF {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #xiyezqBBhQHTgPNaGyuPZFeRsMNXHTT5 {
        width:468px;
        height: 119px;
        top: 89.987426757812px;
        left: 146.50000858307px;
        z-index: 15059;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #nzexxbVJyrcA3eIEXTcsPrcfxOkQcFTW {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #gmaS76sQw1P1326ccHBoOTGJ1z3IxJ8g {
        width:8px;
        height: 8px;
        top: 228px;
        left: 26px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xmiX7hN6UtumB18Exz2oeDi58lsbZHXF {
        width:8px;
        height: 8px;
        top: 167px;
        left: 547px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #iM0GLp9ELUKUqUCsz3RQBHJiypLROssk {
        width:8px;
        height: 8px;
        top: 167px;
        left: 356px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xxmIuzMJattWPpmCLSls8CfwWPIGZcX7 {
        width:8px;
        height: 8px;
        top: 167px;
        left: 260px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #szQPqvwGNTldy2MR4scO3oV1QzOVPX2P {
        width:8px;
        height: 8px;
        top: 167px;
        left: 451px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Wqm9ZWPt455V6oAcz914chgzecVUJnlg {
        width:758px;
        height: 46.7812px;
        top: 224.2265625px;
        left: 3px;
        font-size: 12px;
        z-index: 15001;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #SixLnzQmFfWVWiBTIOJohAXgRzIETs4L {
        display:block;
    }

    #SixLnzQmFfWVWiBTIOJohAXgRzIETs4L > .row .container {
        width: 764px;
        height: 680px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #EFoZeLzP8gilJICTypIrc0o8N7zIUJUE {
        top:23px;
        left: 0px;
        width: 764px;
        height: 25.2px;
        font-size: 28px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ZCM0OQhlh29pbIByCAT2myq6C3qw3e8r {
        width:80px;
        height: 80px;
        top: 146px;
        left: 580px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #kwCn13DAL7EhovkUMdAbSFaeEtcMBu4r {
        width:80px;
        height: 80px;
        top: 505px;
        left: 298px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pSsssyfbaJWcyXsarBtf0wWLOJraMd3V {
        width:80px;
        height: 80px;
        top: 325px;
        left: 108px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ml4JyZhlKLALQEcLiNvTLXoLt7cFyVDw {
        width:80px;
        height: 80px;
        top: 236px;
        left: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ofJuElRMdmvuu7RVKHaeL4SsqfUp9vOt {
        width:80px;
        height: 80px;
        top: 325px;
        left: 580px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #QuO9NvUrJhpNTWlE3Q90UBJ6Wgsl70Wi {
        width:80px;
        height: 80px;
        top: 415px;
        left: 580px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #MEvpx4mTU1UmPuxvQPKEN5eaNDsRm9y8 {
        width:80px;
        height: 80px;
        top: 236px;
        left: 108px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xLpTQoVOgimw3I2GHdz0rdM2K2W3F3W6 {
        width:80px;
        height: 80px;
        top: 236px;
        left: 298px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #kz9V1poZdswXG2vGGqul81n1XcCwMT12 {
        top: 179px;
        left: 24px;
        width: 58px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #k4xregLDeJ0oapbQh0QN9TmkErPnQtbW {
        top: 178px;
        left: 120px;
        width: 55px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ZuWyP9o69cn0SwMqEUyJ4SZpwTu4lb5J {
        top: 178px;
        left: 215px;
        width: 62px;
        height: 14.4px;
        font-size: 16px;
        z-index: 15184;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wx68hXK6m1SpTcMWVc1bVnuHkzA6LS66 {
        top: 184px;
        left: 311px;
        width: 59px;
        height: 14.4px;
        font-size: 16px;
        z-index: 15185;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Uk80xUMV63w3sgXEz0Fkyb1PcA1Zm8tg {
        top: 171px;
        left: 407px;
        width: 55px;
        height: 14.4px;
        font-size: 16px;
        z-index: 15186;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #GhRSqBa97iEV7cycnpSVHvpw6f8b2q9e {
        width: 64px;
        height: 40px;
        top: 259px;
        left: 494px;
        z-index: 15189;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #r4BOP8NpTkSnQ2wkRKzdMfST0BiymNXm {
        width:55px;
        height: 36px;
        top: 258px;
        left: 25px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #hzc07qyxMtoZTP48AN1lVHTbC4hE3q0u {
        width:80px;
        height: 80px;
        top: 146px;
        left: 12px;
        z-index: 15191;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ay9EwD4olo57exSZms0pUEgx3qDxECTn {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #c5dS3kEQcadtnzFVzZkqqAnd3TIAMTFF {
        width:80px;
        height: 80px;
        top: 146px;
        left: 108px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LCMnE5s5K10HRmFTilBO6DmEsg7iHdW5 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #yP4q5MkNlqXmp3ydJZBSLQvmNahWGQpT {
        width:80px;
        height: 80px;
        top: 146px;
        left: 203px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #F7gihNQKQMeSxHWGo67ppg72496fJnbo {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #ONoy6fRdHyZOPT0Kuz6JSCZOlfObliIo {
        width:80px;
        height: 80px;
        top: 146px;
        left: 298px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Ew6sl5w296QxPIZNbaiZzS06RTowU16f {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #qQ76vnm8D68NuuL23sJgsTmGZeWWDTe0 {
        width:80px;
        height: 80px;
        top: 146px;
        left: 393px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Ci5fpFAN4PaUTBNTB9R1XnshUQL1WZKF {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #O6WubNLCaiVnsr3SWTshEF38gNvcQQsz {
        width:80px;
        height: 80px;
        top: 236px;
        left: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #gdMZ5R18k9sFEXFHe8HVW21R05JXDHhq {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #DBUFZ4ZfFVXAGD0xhehqhMm0uUVPxQk1 {
        width:80px;
        height: 80px;
        top: 236px;
        left: 485px;
        z-index: 15190;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Bz2yI7yy4aRA7DzM6KACU7k0l4tLL2x1 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #H5JaXfpuuG6idtn4Of7GvPzbhnTaDvsd {
        width:80px;
        height: 80px;
        top: 415px;
        left: 674px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #O6RsUJTIUsTDNDG7mDPI4u27wMeqI7Ri {
        width:80px;
        height: 80px;
        top: 236px;
        left: 391px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #sP93I1EFD9ua8NE8tO8nHplaT6kzRylU {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #dvh5Tl2hm43JxzkNmiG4sevG6vbGquq1 {
        width: 55px;
        height: 50px;
        top: 253px;
        left: 404px;
        z-index: 15188;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LRLIih89rnCxaSHqRTGw03zpKLnnp2Bs {
        width:80px;
        height: 80px;
        top: 236px;
        left: 580px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qKOVqkNErl5v5T6SoIhxRNiMfm9oduiU {
        width: 55px;
        height: 52px;
        top: 250px;
        left: 121px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #I5lTgdQyr2Z5T5t8uP0PolqrncCe5pXF {
        width:80px;
        height: 80px;
        top: 505px;
        left: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #PJzhqrPTni3WGv9kdIUfd3pp7eWdtA0s {
        width:80px;
        height: 80px;
        top: 236px;
        left: 298px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #S8xH4iwoLF6VXTrwIMF1fSeLno3G6hWp {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #fqFXEQElBZSCHJvCbJKd6V4Fb8DTVghN {
        width:55px;
        height: 40px;
        top: 258px;
        left: 310px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #yGD8cKM4r27OVWoDHxEMIneXx0Vpb5LD {
        width:80px;
        height: 80px;
        top: 325px;
        left: 674px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #UbpVuHo9MgXuCTC9MOoblaM9PnMdRR8G {
        width:762px;
        height: 583px;
        top: 120px;
        left: 0px;
        z-index: 14999;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Kzx559FxrlsBmX9m6wfqONeNSQ44PvVH {
        width:80px;
        height: 80px;
        top: 146px;
        left: 203px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pheA8Mo9AsEleR8vwSNWTlxVCrlCFET6 {
        width:80px;
        height: 80px;
        top: 505px;
        left: 203px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #G9iqKIvSdeMDwl7DOKsdbOnf7T8efLCX {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #aZkgAkOJcbXaxkT3eKIT1CP1oPKahIUz {
        width: 70px;
        height: 21px;
        top: 532px;
        left: 209px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #m9nkFmo00ec1KX2rb2ZbM8FMwqMymMc2 {
        width:80px;
        height: 80px;
        top: 505px;
        left: 392px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BWthRCTUTkUQO0VE0xO4iXSo0OletrW8 {
        width: 68px;
        height: 20px;
        top: 534px;
        left: 114px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BmiiAeuiNNNnrnADkxX8xDR9zH4TBggq {
        width:80px;
        height: 80px;
        top: 505px;
        left: 108px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qhvNK9e09qCzoRA2e48J99mB22ZOTC6u {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #pT5axwXML36xeqTdmrUiZVC8NTOG4e86 {
        width:80px;
        height: 80px;
        top: 505px;
        left: 674px;
        z-index: 15003;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #RuTG2kIDPAH4qfieVFDNJdwxHestHp3g {
        width: 70px;
        height: 33px;
        top: 441px;
        left: 398px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #s4y38LhTSSFf4EnF0kO4HVCG5156Ti7u {
        width:80px;
        height: 80px;
        top: 415px;
        left: 392px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #kr2ealoWEp0fiTsswsz4qhLpT3kcwZ4a {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #CcmVrZzBwWlcVLiWtm0kTz9ShMZdgPNc {
        width:80px;
        height: 80px;
        top: 325px;
        left: 13px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Jg3aykqJg478cADyUwHHLnPtkmZbtNzm {
        width:80px;
        height: 80px;
        top: 595px;
        left: 341px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #OgenIm98NsTK5NImE6Zr80BaUO2k2dFN {
        width:80px;
        height: 80px;
        top: 505px;
        left: 298px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ARnEdpnTuyW3Ei4poJl0vJwwR7go2PN1 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #iD2iqbCDEvvyxHtkHtZopvivwuvaDgz3 {
        width: 60px;
        height: 50px;
        top: 518px;
        left: 310px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #GNwKKT25NrBeMtlUk4IyFca8M7izhTK0 {
        width:80px;
        height: 80px;
        top: 146px;
        left: 108px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #UP9iULeaBIiwLxbA9Vrqe7gnyvrAWqeA {
        width:80px;
        height: 80px;
        top: 236px;
        left: 203px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #H9Tnh6BGXA8NPiZQJZNvDyegTh1qVIpQ {
        width:80px;
        height: 80px;
        top: 505px;
        left: 580px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #iOxptgAsEThiyU0D5txTCmf2MMCaCeAW {
        width:80px;
        height: 80px;
        top: 325px;
        left: 392px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BZSZkDPP983OKnD7RqeQdH8zzt87F9S8 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #OSoNk1SgoPAwMTeZaNDpfBW5qvefiEOJ {
        width:80px;
        height: 80px;
        top: 146.0000038147px;
        left: 484.49999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #uOPFCxZyk9GCr7uqITayUXmDMZfqPZEN {
        width:80px;
        height: 80px;
        top: 325px;
        left: 391px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #GMo5UFW1TlsKPN7bGEbescpKskEDgmME {
        width:80px;
        height: 80px;
        top: 146px;
        left: 298px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #NkEltZPMQzkq5ibbmSmLspNPkQk3Bh5e {
        width: 95px;
        height: 60px;
        top: 338px;
        left: 384px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TnhAo0rvitzLMbZVFQDXroOBmpUOePBi {
        width:80px;
        height: 80px;
        top: 236px;
        left: 390px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #PJ6TTJ038eGfkio3piRwXWEJc8OLCgWE {
        width:80px;
        height: 80px;
        top: 236px;
        left: 485px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #gQ0z94qzxHS5WZlfnH7hLh0KeE0ta1f7 {
        width:80px;
        height: 80px;
        top: 146px;
        left: 393px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #iPtVfUZGGTsCsAvgy0hTE8CX2oMbwBLR {
        width:80px;
        height: 80px;
        top: 146px;
        left: 671px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qEk98iuvyKIxcRPCNBVia5xIiGz8ikvg {
        width:80px;
        height: 80px;
        top: 415px;
        left: 392px;
        z-index: 15004;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #SUmb3POfp1C8aVQFXPTJCQ3Pxf411KXF {
        width: 52px;
        height: 43px;
        top: 255px;
        left: 218px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #DpXi8qvwSgz6qSQyif67TXfbGryfXnRB {
        width: 65px;
        height: 39px;
        top: 259px;
        left: 589px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LPiIDM5NemlD7Nc3OCMhLBbifDMK2uc5 {
        width: 60px;
        height: 42px;
        top: 258px;
        left: 683px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wSoTw9EQcG1sZ23zHX0F3hVyoViiUwID {
        width: 65px;
        height: 20px;
        top: 450px;
        left: 211px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #sQSLMx1zL0n1VTaKTTo2rBigx58Ifnkl {
        width:80px;
        height: 80px;
        top: 325px;
        left: 485px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #T530uQZ70IKRH6hRxqd40U7boLlmVkMq {
        width:80px;
        height: 80px;
        top: 325px;
        left: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #v4ZISOfSe6AuCe53k3uf3RZUdOOT49hN {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #wp0wSJFxv5hLGAPXCdfeuAWGrCKGZKe8 {
        width: 50px;
        height: 50px;
        top: 342px;
        left: 27px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #sppzspChoIxOudtqftSE2kVyiqpByscb {
        width:80px;
        height: 80px;
        top: 325px;
        left: 485px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #htNloC7Vcf4I1rBkslexORmq7kDqTtN8 {
        width:80px;
        height: 80px;
        top: 325px;
        left: 108px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #O9l0CWQ6vWh9rG3Tkw0RmqhCwh1ymP16 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #ACNl2ikUXrWqGcynXBuwegVbM4gXy1Jx {
        width: 54px;
        height: 35px;
        top: 350px;
        left: 122px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #rCpzZnd4mLgxaa06u2CZUko42UKhnscn {
        width:80px;
        height: 80px;
        top: 505px;
        left: 108px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #rt1GymF9sfJffGTFxWVZMIumgEALlrPy {
        width:80px;
        height: 80px;
        top: 415px;
        left: 485px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qL667ypz9s3akaWxw6ASsT5iiSFZOQtd {
        width: 64px;
        height: 20px;
        top: 449px;
        left: 306px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #rs1iEvGIb01v4eBRDev2aifphyoBWWJp {
        width:80px;
        height: 80px;
        top: 415px;
        left: 299px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #co1BEQiVac2kymzNXo1Tcdqp6WKiVamW {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #TBhb0UqQxk9MZTy03yQdTmnAaTWVOtmB {
        width:80px;
        height: 80px;
        top: 325px;
        left: 298px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #XD3sJdHTvEF1HhZrdJ7yOUMPtCfcVqG9 {
        width: 68px;
        height: 40px;
        top: 528px;
        left: 491px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LTJISe1qBsXuMw3ai6fCCsGlczehtiD4 {
        width:80px;
        height: 80px;
        top: 505px;
        left: 485px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #tivQiT8CT9mosaalpSSpRBAomtUEpiW2 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #UyOF49m8AFfXOgWFOrOJJZxNycKDi2xf {
        width:80px;
        height: 80px;
        top: 417px;
        left: 203px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qSebcfAyTlVvOKVGs4BTHyA6X3S6Tb8o {
        width:80px;
        height: 80px;
        top: 146px;
        left: 13px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #lRo5nADBlbCDhaQP9PUOvMCS3b34seyT {
        width:80px;
        height: 80px;
        top: 236px;
        left: 672px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Qhuwi8mh6SelOMb43Vn9nsX8Ml9ODZNE {
        width: 65px;
        height: 37px;
        top: 348px;
        left: 211px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #WGZfMv6FKcXRLXUtP1qEMU49fKs2I74O {
        width:80px;
        height: 80px;
        top: 506px;
        left: 203px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ieVzoQ53FeR2GvA9e7rTGqG1haBr4m5a {
        width:80px;
        height: 80px;
        top: 416px;
        left: 297px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #hoNI8ReTHt0ySgPTzxIpnIzNlogHpgyE {
        width:80px;
        height: 80px;
        top: 415px;
        left: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #E7oiJbmHKxxoS2iRliSTEBECStUoeInL {
        width:80px;
        height: 80px;
        top: 507px;
        left: 485px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #k58T25uCenEDaCGTveqCQseOy8UGcf23 {
        width:80px;
        height: 80px;
        top: 146px;
        left: 298px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #vkfs5taVGT9xNweONCENQBMeCCmDDDGo {
        width:80px;
        height: 80px;
        top: 325px;
        left: 203px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #SfffvSNWXBuN6o8V6dQR5CTSSvai2C63 {
        width: 68px;
        height: 19px;
        top: 538px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #HSN6ORoOl8z7Vh4IzzJgxUe78vmHBQLv {
        width: 60px;
        height: 29px;
        top: 531px;
        left: 684px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #mnnT0nl79zbp126Ti6bx75vaWrNfOVDU {
        width:73px;
        height: 20px;
        top: 536.500008px;
        left: 395.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #cabpB2lxe0LKdEqXRcT04XiTN87BFPvQ {
        width:80px;
        height: 80px;
        top: 416px;
        left: 108px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pwhSMP9beX6Pb4TyrxUOAubLHZLOMAUs {
        width:80px;
        height: 80px;
        top: 415px;
        left: 485px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #brNzxcFqlrHr20bW4vGMyOb1gaNDdOp5 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #riy25nKPbgxPmAKdIbI0y9zmJWnItmqF {
        width:80px;
        height: 80px;
        top: 505px;
        left: 674px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TsgLOA2GaSFxBvz2JmWHT7woNpz1mh1t {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #szfKfExJVGTI57TqiJWcHcEX2lebaFDk {
        width:80px;
        height: 80px;
        top: 505px;
        left: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #nlfs8Lhgx2FZhTDahwpoOD1g6I09GvW7 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #IzwsEmrelLM1Ge1Mx6M8aVa6FahCL1ky {
        width: 60px;
        height: 50px;
        top: 340px;
        left: 683px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #y1GglO1esJ7n7UH5O5FVJG59IKnOBoVe {
        width: 70px;
        height: 27px;
        top: 623px;
        left: 257px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BRsw2N2rohB0Vv6PQI1ey3o8UNeJcbM7 {
        width:80px;
        height: 80px;
        top: 415px;
        left: 580px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LG2vdB8LDTf8lOElR5pzfpleM3G8CcMS {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #HArtvCmOh42cFem6WcnbqHHhaa7KUyTc {
        width: 70px;
        height: 23px;
        top: 443px;
        left: 585px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #roenuENenZNds3g4STv3EIrWarM73VPK {
        width:65px;
        height: 34px;
        top: 352px;
        left: 588px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BLI9SObGDpbm6S68alZtlhmuOvhiTfaz {
        width: 73px;
        height: 27px;
        top: 440px;
        left: 678px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #UoAgnThKv2Fo9XqeZJB8PDovbu6i1S6c {
        width:80px;
        height: 80px;
        top: 415px;
        left: 12px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #WxTRtTo8DP0Xc0hFvRDf8N7eC9kZCkRS {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #BLITTANDkPsdnyqSBNDGJd02Oh5FZTnJ {
        width:65px;
        height: 10px;
        top: 452px;
        left: 20px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #VnoUmycJEQgLZ3C8u5HiTxgH3x0LQb9f {
        width:80px;
        height: 80px;
        top: 325px;
        left: 298px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #C7NxGLgWmEJMGfDWKGCgfsfTIu5IzHl3 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #KhB57d5x4aHMrrvOnpEKaawsusBABrZd {
        width: 95px;
        height: 60px;
        top: 338px;
        left: 290px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Wutzowe1QmafilvwecmT6igSpbHyN3zt {
        top: 153px;
        left: 589px;
        width: 65px;
        height: 25.1875px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #R9kzkmkPGPMR8Xp79GUEHeBT85A9BgnW {
        top: 167px;
        left: 683px;
        width: 55px;
        height: 25.1875px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TIMkpwvXiO6Wewag5NzzoLIpnsvVo9xy {
        width:69px;
        height: 20px;
        top: 445px;
        left: 490px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #s0lapdNXT39pvKdOmTWx0lw1QvbHm4uq {
        width:80px;
        height: 80px;
        top: 146px;
        left: 580px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #a9xVd5MrbiOeUuv7FEvP2hH5q833dxKL {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #XvIxm1zZU0IqoHflIMwtK6T304NXgtAS {
        width:80px;
        height: 80px;
        top: 145px;
        left: 672px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #zNOqKIrsvs2mZCkOa6G8cm3ktwQh6TG6 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #aO1h7pC3Nwkqh5CxoBG8b8NWM5GpdhKE {
        width:80px;
        height: 80px;
        top: 416.00001525879px;
        left: 108.00000095367px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #rw5ZQ6vZOTdiaQh0f6eTyAXFSaXlaxIs {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #C216d8MTJGpJBuRQaTJTGU8kK2ZeSEcZ {
        width: 65px;
        height: 28px;
        top: 444.000015px;
        left: 116.000009px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #m1Tvt2k7hoEG2ca7TffzZwdWp3qPawpK {
        top: 167px;
        left: 496px;
        width: 60px;
        height: 11.6px;
        font-size: 16px;
        z-index: 15187;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #yakdUhUThGREvZMWiGBW57zzcEAT1Eqf {
        width: 65px;
        height: 51px;
        top: 342px;
        left: 493px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #y3AMocAGbUI2VUFquDZUS1GS6xK23R0e {
        width: 84px;
        height: 34px;
        top: 619px;
        left: 435px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #QNw3MVA7nWtrH5sZ1Zc2dT9ZlFQHB7Td {
        width:60px;
        height: 45px;
        top: 526px;
        left: 591px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ga8b6o5s76HmSUihgxt2Ki6zRNlbBS8a {
        width: 70px;
        height: 57px;
        top: 609px;
        left: 348px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #SI46VFuoLvV7G3JQVT14G9ro2k4W8Xd1 {
        width:102px;
        height: 34px;
        top: 761.00004577637px;
        left: 330.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ZZ6d6sW9EJFoVNSWECTDvcsVu3EfzsVt {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #auKxEauGb24laeJ6fOX33XTVziqg1qTG {
        top:719.00001525879px;
        left: 138.00000858307px;
        width: 488px;
        height: 26.3906px;
        font-size: 12px;
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #mho0mhESZTIsoBdLzD23oP7i7PPTGRZi {
        width:80px;
        height: 80px;
        top: 596px;
        left: 435px;
        z-index: 15015;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #C2hvns9485JkUik7RtHAMBgW0ShKbOve {
        width:80px;
        height: 80px;
        top: 595px;
        left: 252px;
        z-index: 15047;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wlJiAl1dLB4ATc8iTTVgUPTmuBJIFFUV {
        width:80px;
        height: 80px;
        top: 364.78750610352px;
        left: 392.49999332428px;
        z-index: 15004;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #EAbTgBdfCZhHw4KxzxAtECr0L7uynqEJ {
        top:64px;
        left: 93.500000953674px;
        width: 577px;
        height: 26.3906px;
        font-size: 12px;
        line-height: 1.1;
        z-index: 15007;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Ez53lxZvZ0kTscRkeZSiQu3mTSsfW2xa {
        width:80px;
        height: 80px;
        top: 236px;
        left: 108.00000095367px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Bmubw3hWbUc8dkOwwX5QpqLdfalaz137 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #GsoMn9GREDIOIMVzqB3XT7lN93svVfoR {
        width:80px;
        height: 80px;
        top: 236px;
        left: 203.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qUEXPHRlP3Z41iqzNavAWRmhxKUA4P4p {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #WJBK1X7ndA72UpIa5EKIfKbPfkcAPI6U {
        width:80px;
        height: 80px;
        top: 236px;
        left: 580.00002384186px;
        z-index: 15190;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #sWlzioXlwkC5ghIR1uquEBzyXPcIUeLP {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #SKTrJ42iQlQaZkAKEGvqoHKEtls2CGyt {
        width:80px;
        height: 80px;
        top: 236px;
        left: 672.00002384186px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BKTk0N5EAeHlgPqs0L0td7kLXvrHyx0U {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #wkRrDd06tb1l2E9TPkPH0f9sPI1OVCtc {
        width:80px;
        height: 80px;
        top: 324.98750305176px;
        left: 484.49999332428px;
        z-index: 15192;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #a8dkf90Mi7hVHihR5TM8NW68U2cByPkG {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #ZekV0xbSnmXkrETRge1hmWUsyWCzi7WN {
        width:80px;
        height: 80px;
        top: 324.98750305176px;
        left: 580.00002384186px;
        z-index: 15192;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #B5sR1QIlayTCz5ZfIwqzaAgTwiyJD392 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #RncNc9vPwd1qvMKdwx6UVQ3qbXI2hbWW {
        width:80px;
        height: 80px;
        top: 325px;
        left: 298px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #uDO6FeaB3yXsDqTUDV36hX9sB5WS8Hzi {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #yLxACITp6IWfZAx680qJIxt1JBntdTzR {
        width:80px;
        height: 80px;
        top: 324.98750305176px;
        left: 674.00002384186px;
        z-index: 15192;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #OwJzkWzu5WzxoU9pwSUdTiyZLFHq4QBt {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #Dhvff2H694x36JX6M56A7nd78nvTLbvS {
        width:80px;
        height: 80px;
        top: 595px;
        left: 251.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #m653Qcqg81LSJNqTQSeKKRpngTnuNhxE {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #qw7STEqID1naFA59iErk9dCDmmV11Bqt {
        width:80px;
        height: 80px;
        top: 417.00000762939px;
        left: 203.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #gIJnwJNQAQcOM6MJ7g9gVcV3uGR3IVK6 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #yGhWs7xSTKe9cWyyUDcPr8pEQbCfBnDs {
        width:80px;
        height: 80px;
        top: 414.78750610352px;
        left: 674.00002384186px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qZrfmPyBsTumLoc8Eyyc4zwaiaMwOfSI {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #y5Gqi9dSeyIRL4R6qiZTnmWZTHpxK0OB {
        width:80px;
        height: 80px;
        top: 504.98751831055px;
        left: 580.00002384186px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ZOFslEteSrfCDfb47Lag0ma6mbdKPO47 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #hOtU4FPQOKJGq7S5Hugy4GcBAB4tkC4R {
        width:764px;
        height: 585px;
        top: 119.7875213623px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #nfhrZaOs3xtoWqsDRDVQhKk5u872huFw {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 {
        display:block;
    }

    #ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #g48lITv9oo8xs5ZU6NkyrGqWGxgBx5DK {
        width:392px;
        height: 36px;
        top: 42px;
        left: 186.00001525879px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wBhrA1TrScDB3oD68rgT4QOPuyspVJil {
        display:block;
    }

    #wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row .container {
        width: 764px;
        height: 249px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #c0DSqhyNhaBxP4M6Sf5Nlgk4OHfNMe1m {
        width:63px;
        height: 63px;
        top: 112px;
        left: 407.5px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #bxbwWsGAoLzIE4hpbFvL1FfWAqT9GPnZ {
        width:63px;
        height: 63px;
        top: 113px;
        left: 159px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #SWpBCXsLKlHf8n39TU7PZHAUzTpH5RwI {
        width:764px;
        height: 112px;
        top: 88px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #RvVt1CsWX2SLBDXRg0QtlTTsEBswqRcc {
        width:371px;
        height: 112px;
        top: 88px;
        left: 129px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #cvUxFXhI7fexUV5H6RhzWJ4rs9cC5V8f {
        width:127px;
        height: 53px;
        top: 118px;
        left: 251px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #NZIo9SwaE7mLDt0qDmxivqGkqMUpqxR1 {
        top:131.40625px;
        left: 265px;
        width: 99px;
        height: 25.2px;
        font-size: 28px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #M9yCg1oJL9k2MMMWPqsM9ubi0E4ksyIJ {
        top:130.34999847412px;
        left: 513.80001163483px;
        width: 116px;
        height: 27.3px;
        font-size: 21px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #GPpPm27d9el1H9CN2X8FoyLNoToabNBR {
        width:122px;
        height: 38px;
        top: 125px;
        left: 629px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #T6UUFBIPiqEZy1wcHIybQAg1Wk3cM2lW {
        top:119.60000610352px;
        left: 13.983337402344px;
        width: 102px;
        height: 46.7968px;
        font-size: 18px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #hkbqMei970hHCUfUhCB0ZPRADqlBkdxx {
        width:191px;
        height: 49px;
        top: 2px;
        left: 267px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #nwPdAgSAMQWaP67aU1mxq5W3xL9s4DCU {
        width:764px;
        height: 112px;
        top: 88px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #VUcRuKQmBtrXIHTggdgzlbo724HuydXA {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #mF3orLIdQmZSTlOh1O2EXIFrKvlIfwae {
        width:762px;
        height: 113px;
        top: 86.5px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ItN12IJB9Tc68UOyvTJTJa8UdZ2elQmg {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV {
        display:block;
    }

    #gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row .container {
        width: 764px;
        height: 231px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #oq7TzU3y5fP4zcBMNPsB1h1crAEmNarv {
        width:63px;
        height: 63px;
        top: 113px;
        left: 408px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #SABZUCcEJOXlzBsx8Q8kIHZaZUK1pRtt {
        width:63px;
        height: 63px;
        top: 113px;
        left: 159px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #CaUGdmKSLCw66DGRVlxsmZyswauOzTa9 {
        width:764px;
        height: 112px;
        top: 88px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #c82yVNSPmGdT6XLzxVaogc5KgnTbpIlg {
        width:371px;
        height: 112px;
        top: 88px;
        left: 129px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #D5kWg86Opv8nbaqb9StOGySh5Dv2qS0E {
        width:127px;
        height: 53px;
        top: 118px;
        left: 251px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qaaP6HkNSfFy1VpF94CgGdVZUF6SyH4U {
        top:131.40625px;
        left: 265px;
        width: 99px;
        height: 25.2px;
        font-size: 28px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xcJcl8HpxWtsdLdrQTZ58Uoeh0vz4F1n {
        top:130.34999847412px;
        left: 513.80001163483px;
        width: 116px;
        height: 27.3px;
        font-size: 21px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ZteC7zBmuppyzsQLz5O2vk7kAevUtzMl {
        width:135px;
        height: 38px;
        top: 125px;
        left: 629px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #DVs04zq8RTeQbZI5ZUMWp02SJTLXwZ6f {
        top:116.60000610352px;
        left: 14.983337402344px;
        width: 102px;
        height: 46.7968px;
        font-size: 18px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Zn4859kHyt7XVmqMPqweB2AAAVXsHDUz {
        width:191px;
        height: 49px;
        top: 2px;
        left: 267px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Ns9PrkeGewptC0wAIzZtxCNaNf1TdIzs {
        width:764px;
        height: 112px;
        top: 88px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #KbJaRMdL1nkeis2JH5qsP4revdy8Bc4A {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #BNRzcqv27IrTOvHIQyqSwoqeXBGDLoOc {
        width:762px;
        height: 113px;
        top: 86px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #b3TMH5RE4CbfwWMr2ZxUGbBBhM3KZQvX {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 {
        display:none;
    }

    #T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 > .row .container {
        width: 764px;
        position: relative;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #wTbO2QsGv4wCmwMLsXlytKwob3K8GCTp {
        top:43px;
        left: 0px;
        width: 764px;
        height: 25.2px;
        font-size: 28px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en {
        display:block;
    }

    #rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en > .row .container {
        width: 764px;
        height: 353px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #dsTyc41DM6pWdef7svKCvAz1dGvQ818b {
        top: 39px;
        left: 0px;
        width: 764px;
        height: 25.2px;
        font-size: 28px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #sw5T6WnlkZSc3SfWLgil8gryc9MMlk1R {
        width: 749px;
        height: 247px;
        top: 84px;
        left: 7.9999990463257px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #zgi9dltQ9Vee7fOlNv1NwfpFoIv68ykq {
        width: 744px;
        height: 103px;
        top: 86px;
        left: 11px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #O5K8qXuigFNsKgKtEBv9T70uUXTOPhfW {
        width:28px;
        height: 28px;
        top: 179px;
        left: 368px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #y7qvgguZx6PDVgWfkxduRkl9QDfpJh58 {
        width:30px;
        height: 24px;
        top: 109px;
        left: 367px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #yW7KiaZkzVFITfcccNJ2dGH5CWGW9Tnq {
        top:149.39999389648px;
        left: 0px;
        width: 764px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #RxP6R7aNqUKLRdDSfHT7AnTB6QxDFI3v {
        width:60px;
        height: 38px;
        top: 217px;
        left: 32px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #DcKhf5v4KPyqcSwZlpdf8AQxWFbIcqyN {
        width:151px;
        height: 18px;
        top: 227px;
        left: 129px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #KRTm589Akor6vMoFeHfP95snmA1TpBUm {
        width:51px;
        height: 22px;
        top: 225px;
        left: 312px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #HRSufdkN3h2tAmKpvzGssfaEkHlN46nW {
        width:96px;
        height: 25px;
        top: 224px;
        left: 387px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #o3eTqtFMs3xhszLCv1cDnESxaUmr2TxW {
        width:104px;
        height: 12px;
        top: 230px;
        left: 504px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Af5wXHRAJbXrdhfNr9vpdopSDBZqhKc8 {
        width:104px;
        height: 16px;
        top: 228px;
        left: 628px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #nSv6zyQsNPtrHBg9GAoC5spRW1xe2aov {
        width:148px;
        height: 15px;
        top: 278.50000762939px;
        left: 164.7874994278px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #T0TOAS6OMANycS97XW8mcQ30kNrDaawe {
        width:104px;
        height: 12px;
        top: 281px;
        left: 325px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #uEVSb9OKGUkNRFCKq0cVrLKDPPbr2iR4 {
        width:748px;
        height: 103px;
        top: 84px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #daozEh2J8UeN99t4TBV552soAgBrZD45 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #TQTDEJSvEIxDinfUrwlfdNHINNGozPdf {
        width:40px;
        height: 20px;
        top: 275px;
        left: 472px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 {
        display:block;
    }

    #WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 > .row .container {
        width: 764px;
        height: 240px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #uVX7VReC6y4wVDoQ9XxA4SizHkF0kXDt {
        width: 244px;
        height: 200px;
        top: 0px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #boJnAM4tSkeHniJUqPD7y7n4xbhiBZWb {
        width: 240px;
        height: 103px;
        top: 2px;
        left: 10px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pdczAEAoD2WeQrT2BmueMIr8sF3RwNtx {
        top:69px;
        left: 57px;
        width: 146px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #tNTuHT6xdLIwPGctLWsevRa7Ta6XfflL {
        width:28px;
        height: 28px;
        top: 93px;
        left: 116px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #DgbMHTBHzJERuhLDJZKqyrUkMl0tUK6s {
        width:17px;
        height: 24px;
        top: 24px;
        left: 120.5px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Fmo7vz7NTtnDhKPOJ4v6zCl3rsuaogTL {
        width:34px;
        height: 16px;
        top: 144px;
        left: 25px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #EnIObTSfZQzxb7d61e2tINZAiTJTcz52 {
        width:102px;
        height: 16px;
        top: 142.5px;
        left: 79px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #UM02QaSmn7l3wbbgGVwuzzldf9pyQsNu {
        width:24px;
        height: 24px;
        top: 138.5px;
        left: 208px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qd3si5X1mVqqqQMSnSD7aEW9evqFuVD1 {
        width: 244px;
        height: 200px;
        top: 0px;
        left: 260px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TO04B7Zc9czSRS6bmcwfXH7rhO4FRr5s {
        width: 239px;
        height: 103px;
        top: 2px;
        left: 262px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #aDrEvAxXv8Uvza9tb07fWgzdILxxsb64 {
        top:69px;
        left: 289.5px;
        width: 185px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #oCTggJ6MRfyRddTN4ClEHxcPkreQkSOU {
        width:28px;
        height: 28px;
        top: 93px;
        left: 368px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #kSZmD8TkIxaknSsHL0QDAetkBX5Dlep5 {
        width:30px;
        height: 22px;
        top: 24px;
        left: 367px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Csg7EQQDC6OCtvU7TEnG4upqPGHIJiKD {
        width:24px;
        height: 24px;
        top: 138px;
        left: 288px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Xg0qDNGqnBomMf9RmGlkdUmfg83AZEkt {
        width:24px;
        height: 24px;
        top: 138px;
        left: 340px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #OiNHMIJbTnzkBJp42C4l4yKCo5RzCE7z {
        width:24px;
        height: 24px;
        top: 138px;
        left: 396px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #HmTiET7FkqTXo1BhQsz9kBdzRD7qnFy7 {
        width:24px;
        height: 24px;
        top: 138px;
        left: 452px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LNpHocQDBrmPXx5Su9MeJkqpafmmmNyh {
        width: 244px;
        height: 200px;
        top: 0px;
        left: 512px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #g0vJvZt4luatiatDGdBmOdJpfAzM0CfF {
        width: 240px;
        height: 103px;
        top: 3px;
        left: 514px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xEhSFPJf5wiJJWPqBtqtQDiANN9K50rE {
        top:69px;
        left: 525.5px;
        width: 217px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Db3NArBSfkyp4vUWRozQXZMOuCOnEUQq {
        width:28px;
        height: 28px;
        top: 93px;
        left: 620px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Do1hSOf5HhOdDBM8S6E3Ax6RqXtLcPhn {
        width:28px;
        height: 24px;
        top: 24px;
        left: 620px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #p6Ft8rzzwahVJyaxzJdRfD3g0kFsWFHD {
        width:51px;
        height: 18px;
        top: 141.5px;
        left: 551px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #RokkthxH8lc57zmwLBkKXcx8nsW9tnTL {
        width:89px;
        height: 16px;
        top: 142.5px;
        left: 629px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #QLy0Udgy3fm9pVqJhiJxBmLekBEzJHad {
        width:281px;
        height: 34px;
        top: 232px;
        left: 241.5px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wr6t0SvtD9BxQkOpP94VcMiyDZ7T0cMs {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #xTEWTtaO5SkU7xUhTsEO5D83LyhR7Oc4 {
        width:244px;
        height: 103px;
        top: 0px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #DGCpw2yZaCZ2DCUuJHd7kVSMA3LFK4iV {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #L8hO09zZ2JxyL2OMVi8GyM1eZpi1KsCX {
        width:244px;
        height: 103px;
        top: 0px;
        left: 260px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BxAoTrOAc71d778cF4ePhN1EKVVlRCXd {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #NkDdz68594VlIob01fxRqZAbJFhTP4UT {
        width:246px;
        height: 103px;
        top: 0px;
        left: 511px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LecJTzEt1haLVChd0vROtyA88Q8AzGxd {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs {
        display:block;
    }

    #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container {
        width: 755px;
        height: 110px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LxNyRGm5xoMbF0O6xkikFE1RnQXIZoVH {
        top: 150px;
        left: 0.5px;
        width: 757px;
        height: 29.7px;
        font-size: 25px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ZsWWR5bs3PhQ2W8quCpoiDWXRrvbJNgt {
        top: 130px;
        left: 224px;
        width: 296px;
        height: 41.6px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #X7wgkbR4AZVcpX8CLTn1fiJNi769r237 {
        width:102px;
        height: 34px;
        top: 167.5px;
        left: 321px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #TzXUPV6UQ8FWdtCP8fFiUI1ImEK24zC0 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #hC6bs7R7kgLGuzhEeTxRPwVWARoXVmCz {
        width:32px;
        height: 26px;
        top: 0px;
        left: 94px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ii1hWOWxNNGwF75NGdUMnunzzDct6rC7 {
        top: 45px;
        left: 8px;
        width: 203px;
        height: 41.6px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #vqu6k7cMA9kbNIrESg3vzPUGewcLalrS {
        top: 75px;
        left: 0px;
        width: 233px;
        height: 67.1875px;
        font-size: 14px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #mQFlzAdMQ8fr76NqmboANqFMCV6NlTcE {
        width: 40px;
        height: 30px;
        top: 0px;
        left: 356px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #mQqWZCxuzfQA2i0ocOT8ti1INPomA5e7 {
        top: 45px;
        left: 263px;
        width: 218px;
        height: 20.8px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #c9yM94QlDly2IbDOTp5VyQHzqEk1l3Kf {
        top: 75px;
        left: 259px;
        width: 222px;
        height: 67.1875px;
        font-size: 14px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #cZIOxNVWoT1s013tss8XIFMn9I1kV8Bc {
        width: 35px;
        height: 30px;
        top: 0px;
        left: 622px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wCDgs51fxnlIOE09TtfBLKPbrU8gWxON {
        top: 45px;
        left: 538px;
        width: 200px;
        height: 20.8px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #RsBoUaoIbKzA7BsL1f9OTrsJgmMTI5C1 {
        top: 75px;
        left: 512px;
        width: 252px;
        height: 67.1875px;
        font-size: 14px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #FBZU2LbZqRnUHIEqldGC1FuDe9MerOOu {
        width:149px;
        height: 27px;
        top: 410px;
        left: 336px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Zbp4nASWwnf0vp80U3dHEZ1XXMcmAvge {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr {
        display:block;
    }

    #H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container {
        width: 764px;
        height: 1037px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ubZwFNO1dqWQmzMozyiVByx40ood4T7w {
        width:660px;
        height: 961px;
        top: 0px;
        left: 52.000000953674px;
        background-color: #e3e3e3;
        background-image: url("https://images.assets-landingi.com/uc/39631d6f-a1a9-4334-8ab7-483ec24f343c/Group1261154954.png");
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: cover !important;
        display: block;
    }

    #ubZwFNO1dqWQmzMozyiVByx40ood4T7w.adaptive-delivery-prevent-bg, #ubZwFNO1dqWQmzMozyiVByx40ood4T7w.lazyload, #ubZwFNO1dqWQmzMozyiVByx40ood4T7w.lazyloading {
        background-image: none;
    }
}

@media only screen and (max-width: 1199px) {
    #CgxcWbBkONqb9Ro3ANQU1TyRQAMmsQ5H {
        width:660px;
        height: 427px;
        top: 468.00000762939px;
        left: 52.000000953674px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #ZBLZ7nGhmTET56MczQJI16Oxtt9nIBzc {
        width:764px;
        height: 274px;
        top: 704.60000610352px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #veClDCdf0ANPg9dtMeg2SGUZwNs1RhhG {
        top:18.387499809265px;
        left: 80.800004005432px;
        width: 525px;
        height: 118.781px;
        font-size: 33px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #P0iPbi5TSgapeeKbU3x2MT3QGIvauDgo {
        top:138.18751525879px;
        left: 80.800004005432px;
        width: 617px;
        height: 109.172px;
        font-size: 14px;
        line-height: 1.3;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ezKIQspfO1cDe8y7UlNr86r1QfJ86Unt {
        top:293.40000915527px;
        left: 80.800004005432px;
        width: 575px;
        height: 79.1875px;
        font-size: 33px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LMMyRvnrU9bACbDlSwdTe7V275MronT4 {
        top:606.6000213623px;
        left: 80.800004005432px;
        width: 597px;
        height: 83.9844px;
        font-size: 14px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Vku3MbpTk8yqUiVJe5u6aDCv7hf2bX8F {
        top:526.06248474121px;
        left: 80.800004005432px;
        width: 599px;
        height: 79.1875px;
        font-size: 33px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #PmiXMfuxpaWvNuCnt6toE8vIw3rC4TnS {
        top:375.96249389648px;
        left: 81px;
        width: 605px;
        height: 127.367px;
        font-size: 14px;
        line-height: 1.3;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #UiLT8La6HhgFWTD6gsrgxmROpNmdC0qR {
        top:704.60000610352px;
        left: 80.000000953674px;
        width: 604px;
        height: 14.4px;
        font-size: 12px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp {
        width:660px;
        height: 427px;
        top: 468.00000762939px;
        left: 52.000000953674px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #qRJ5Ea65z2MJyL1g8x7Ase9ipIRl2g2Q {
        width:477px;
        height: 274px;
        top: 700.14999389648px;
        left: 0px;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA {
        display:block;
    }

    #yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container {
        width: 764px;
        height: 97px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #IarRTJ97kBwPFb9ZUAiIKXH53Hp41Jap {
        top:40px;
        left: 0px;
        width: 764px;
        height: 25.2px;
        font-size: 28px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ {
        display:block;
    }

    #PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #x4OHCwLu4sQCbuhlur8QDLKB6SEa3M1u {
        top:22.800003051758px;
        left: 8px;
        width: 748px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #OzrX8xxT3Xgiaw3ZgG7P3l6XUUURhi7R {
        width:24px;
        height: 24px;
        top: 18px;
        left: 737px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ {
        display:block;
    }

    #ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row .container {
        width: 764px;
        height: 644px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #IthmsERBT6ZCoymE2Gt6oZcPRZTs2Elt {
        top:20px;
        left: 8px;
        width: 748px;
        height: 336px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #oQZrScmxaVSkMlEquH24q4RMTJHMd0HS {
        top:374px;
        left: 29px;
        width: 667px;
        height: 105px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #S5s5ioesfw3zkBnieVXF9ISvTt4tyD1s {
        top:502px;
        left: 8px;
        width: 748px;
        height: 105px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy {
        display:block;
    }

    #quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wEACLhVQ9Q5WQ1ms6aJ0IRMp3OeJLluu {
        top:22.800003051758px;
        left: 8px;
        width: 748px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ambB7VtkqImy13fyAx0T2a2T10i9k766 {
        width:749px;
        height: 1px;
        top: 0px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #gafXMSWQo75HcPJVXP9eQnWSTGG0fi7R {
        width:24px;
        height: 24px;
        top: 18px;
        left: 737px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G {
        display:block;
    }

    #Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row .container {
        width: 764px;
        height: 151px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #CCDc1FyV44doBd8kucAzR56wyeiupylg {
        top:20px;
        left: 8px;
        width: 748px;
        height: 105px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #aimB86TuaoKeW4VaslkWwuksxTcbXHmV {
        width:132px;
        height: 27px;
        top: 18px;
        left: 624px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #UMXdgCfnFzwXf9uN8XAirVl0uqX7vzG5 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #VHiTEUiDz21XNJemXTlPWzw3cK7DeHMa {
        width:284px;
        height: 27px;
        top: 40px;
        left: 7px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #vFosKoc85ZPvTuyD9QMaGJiyO0tzAVfO {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #wqF7hmLC7VreV0wP5cMghmFD6HpFmALW {
        width:284px;
        height: 27px;
        top: 81px;
        left: 437px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #mbBP0gOibpOdDOIh1KhdIQUKTm5Pf3HI {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #Q4bs9ZVhSSR8OGs2JrSMvqMW5GXNd5Q3 {
        width:84px;
        height: 27px;
        top: 104px;
        left: 5px;
        z-index: 15214;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qKNd2hsMRbSxqi16w5WOEegaKeQZFfPO {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #ut0TCc3JEnzZm98pFcZVw9ONRe7PxdII {
        width:284px;
        height: 27px;
        top: 81px;
        left: 437px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #FypZEZocahuVu22pyQBIomiKN2e2Abun {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #q6O6KpzKQv5UlBvzQm3qygKQqSFLCxdI {
        width:84px;
        height: 27px;
        top: 104px;
        left: 5px;
        z-index: 15214;
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #vt0ikbwA1X5tcPko5VV8cZRPbUkWLGfN {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 {
        display:block;
    }

    #kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #wRfnTCUi8H7W6ZlpF8n3zPIN4p8iNF1L {
        top:22.800003051758px;
        left: 8px;
        width: 748px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #MrgBmu9Q3EkpEpElsPWPJqUUOMZnzbmr {
        width:749px;
        height: 1px;
        top: 0px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #paTTgRBfgkXXiEmdnRbh0gi3RZVrkGq6 {
        width:24px;
        height: 24px;
        top: 18px;
        left: 737px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi {
        display:block;
    }

    #LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row .container {
        width: 764px;
        height: 191px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #yLTp1TGcHWiz47imGNhBdNvA51KS4qQ3 {
        top:20px;
        left: 8px;
        width: 748px;
        height: 147px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #NKXdAmmkyK2EGklwNJ3e2NIuw8Kf82KP {
        width:176px;
        height: 27px;
        top: 144px;
        left: 407px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xXBou1EvuqPTIa3W04uLi7QL48yIWu9O {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD {
        display:block;
    }

    #xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #dmzBZGZ9nafTZXpD5HRVTzAn3oGcL1EL {
        top:22.800003051758px;
        left: 8px;
        width: 748px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #DWbFbtMwTJwy0wEseFxG7QLVFW08JRTw {
        width:749px;
        height: 1px;
        top: 0px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #h8o4KaRPTccVlWrcT2ySmI0dwoBOnEa1 {
        width:24px;
        height: 24px;
        top: 18px;
        left: 737px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 {
        display:block;
    }

    #dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row .container {
        width: 764px;
        height: 150px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #fex1m1NKJTWI1Uhh5J2Xggri8JHBNlXI {
        top:20px;
        left: 8px;
        width: 748px;
        height: 105px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #lHGLazc107XDAktuC7T94ZZFNsSMGs2x {
        display:block;
    }

    #lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #gJf9m6TFBODKvi6A4V4QVIU4Q6b98aMv {
        top:22.800003051758px;
        left: 8px;
        width: 748px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #NATLv2v4kGWTqnDOXDVJod7spHOd035H {
        width:749px;
        height: 1px;
        top: 0px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #z8Gc1NLAylQF05Tszvxflf5JESxA10qf {
        width:24px;
        height: 24px;
        top: 18px;
        left: 737px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR {
        display:block;
    }

    #z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row .container {
        width: 764px;
        height: 108px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #pEXS4bmP506TXb04mRdN2ccvLdN0Gt30 {
        top:20px;
        left: 8px;
        width: 735px;
        height: 63px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #NghO7kARJaZRFU0x02Bd7z3xCJLua72t {
        display:block;
    }

    #NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #NSs5nKlamING8xIFAwwdTGI5AMXTZ1Km {
        top:22.800003051758px;
        left: 8px;
        width: 748px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #tTMfgRErTl93P3hMPXSRdET5Qpks6TJS {
        width:749px;
        height: 1px;
        top: 0px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #n4XVOMucgzT8Dbqd8e2iCEeIBBNDGnIp {
        width:24px;
        height: 24px;
        top: 18px;
        left: 737px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #X95hSPFr99MD6g0uGIaM3BLIs90ahwBz {
        display:block;
    }

    #X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container {
        width: 764px;
        height: 89px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #o30wTLzV8OEAu9moLiXLeXzHw8E2W5fF {
        top:20px;
        left: 8px;
        width: 748px;
        height: 42px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #bIRsGRUsQs4gupen0qbgcQ6cQnlqfOE7 {
        width:412px;
        height: 27px;
        top: 39px;
        left: 251px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #dWPVWX9il72LwbqkkfolKWBDXZA86tZA {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #tqATwF62cTexedlnd5TW8EOpn1RUlmt6 {
        display:block;
    }

    #tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #f2x4f1KoekU8I1ZtPzH4xkWQaJAyTI9p {
        top:22.800003051758px;
        left: 8px;
        width: 748px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #kCUySGNPrF6qJP59WPOHrJo0kVttZfwh {
        width:749px;
        height: 1px;
        top: 0px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #HJBiHKfAkNWgwrEd4dn4DLXwETD5ggGM {
        width:24px;
        height: 24px;
        top: 18px;
        left: 737px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ {
        display:block;
    }

    #KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row .container {
        width: 764px;
        height: 66px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #U431s1co2B8VHHRVCt2V3fLu6KkTOB83 {
        top:20px;
        left: 8px;
        width: 748px;
        height: 21px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #hE5lfTNZrVg1rsQgk4CGVvidqBqwd86K {
        width:292px;
        height: 27px;
        top: 18px;
        left: 292px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #R1LRLAzOgu2qKeF8aWvFpPThgD7rWtHg {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M {
        display:block;
    }

    #kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #soHlcllahmw1aRwXqmORndlJWh6RH9Dr {
        top:22.800003051758px;
        left: 8px;
        width: 748px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #hUS5uBsu2OZEriGNNyhemZ3oa9S58wh5 {
        width:749px;
        height: 1px;
        top: 0px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #lEbHpm2TPwDoDicpolGrrIZv2yI9xzOh {
        width:24px;
        height: 24px;
        top: 18px;
        left: 737px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #rBRJoBpahLy12xZimnRhgOpo6xN7I17x {
        display:block;
    }

    #rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row .container {
        width: 764px;
        height: 271px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #M4enp9mhpIo4pQWLK7yZbzstzTqgOzc0 {
        top:20px;
        left: 8px;
        width: 748px;
        height: 231px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ {
        display:block;
    }

    #WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #PKb5aBV6Glr26f3MLDXl9JqTbyWioTLx {
        top:22.800003051758px;
        left: 8px;
        width: 748px;
        height: 14.4px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ugxih61rCQRHPAt0BKUVvUAFu0NBnw09 {
        width:749px;
        height: 1px;
        top: 0px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #DTsCrwVAP67z3ExOg3mWutMZupKGagwb {
        width:24px;
        height: 24px;
        top: 18px;
        left: 737px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #HWZeXASKoN28ozkzo7mTOtctAtHek60W {
        display:block;
    }

    #HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row .container {
        width: 764px;
        height: 130px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #HVLchMIGqBy0oWTsq8MVFvTtW1B8NJTz {
        top:20px;
        left: 8px;
        width: 748px;
        height: 84px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #esdEq836KT2DuGoGhxBFxm1uX8bVDGWB {
        display:block;
    }

    #esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row .container {
        width: 764px;
        height: 97px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #cOD51vZOyM6IXl4MrZRm0kFXQJhZrcza {
        width:749px;
        height: 1px;
        top: 0px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #X6SkHAI8Iq7Vfa1rpd9ESQlESMVzHuLX {
        top:20px;
        left: 8px;
        width: 748px;
        height: 19.6px;
        font-size: 14px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xW0lWkiMS8TeBTDTeOMkLLXKFuoa7Ngn {
        width:138px;
        height: 27px;
        top: 16.300048828125px;
        left: 275px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BV5dVdz79amiC4mrihHfpCDHB9D4PgHO {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R {
        display:block;
    }

    #oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container {
        width: 764px;
        height: 340px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #XqwTbSgaZ7RGD0BQwcqEtpFaSQKQMp9o {
        top:67px;
        left: 148px;
        width: 468px;
        height: ;
        font-size: 24px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #v6HVNH0zoQW62DnSl37QIgPrtxyxGL5n {
        width:517px;
        height: 28.8px;
        top: 98px;
        left: 123.5px;
        font-size: 18px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #yVsNcb0vyC2lJZQiMDqGBbwlfEyCMKBU {
        width:240px;
        height: 96px;
        top: 166px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #iKg84ufFi8Bpr87mNTr56JWCSLeQAzZc {
        width:240px;
        height: 96px;
        top: 166px;
        left: 524px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #QTXi2tkvBzzZN9lHmibZBHTwr2OImfPv {
        width:240px;
        height: 96px;
        top: 166px;
        left: 262px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #BsKTnOqwycgzXb7iOMDRsI2VNzcn6k11 {
        width:122px;
        height: 28.8px;
        top: 200px;
        left: 86px;
        font-size: 18px;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #uRJagwrM3tT7fxweGAffVTwVRmghRWHG {
        width:45px;
        height: 35px;
        top: 197px;
        left: 289px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #hmkq5CdkLCfu3h6xAKhiiLqdnHppKO1z {
        width:45px;
        height: 45px;
        top: 192px;
        left: 32px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #Rzp7GoK3s6fZUGCKIfqF4VvHmeLdhEX6 {
        width:128px;
        height: 28.8px;
        top: 201px;
        left: 347px;
        font-size: 18px;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #UZNNGfJUtC7tXlKggVNcRVOoxJ1mpack {
        width:178px;
        height: 28.8px;
        top: 204px;
        left: 586px;
        font-size: 18px;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #C757x9vxfiXkyl9l8DKTMqblywnNDb7e {
        width:25px;
        height: 35px;
        top: 196.5px;
        left: 549px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #lv4hgSbBfCsskUpo5Ztrt7PdK6evNMhx {
        width:240px;
        height: 96px;
        top: 166px;
        left: 262px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #xINqhC3QaOuTGGdOMdx18vWekhK5G5xz {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #Dam6rky1MNFXqU8Va09cl0KxmennRxB0 {
        width:240px;
        height: 96px;
        top: 166px;
        left: 524px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #HRanoJhcycCVT6fI9d7LvchSmyPcEDg9 {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #s17Jfbk1VZXUpzqsgfk9Vpfu6Ld5Anf4 {
        width:240px;
        height: 96px;
        top: 166px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #OR233JyRLHOfhxNg1KIVBvCfu9Q9VaMt {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #UPAIUflp8wzRh7sfHm7TTS9glw1UBTsW {
        width:36px;
        height: 31px;
        top: 198.5px;
        left: 36.5px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #mQ1LSAJolbKf0SiWOBW2fUKI6ur3lTrw {
        width:36px;
        height: 31px;
        top: 198.5px;
        left: 293.5px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #qlOxSNlmQEJ24tmpiRfm89DXT236TdrU {
        width:36px;
        height: 31px;
        top: 202px;
        left: 543.5px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi {
        display:block;
    }

    #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container {
        width: 764px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz {
        width:73px;
        height: 15px;
        top: 36px;
        left: 0px;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 {
        width:118px;
        height: 16px;
        top: 36px;
        left: 81px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR {
        width:144px;
        height: 16px;
        top: 36px;
        left: 379px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #GaEPS13Hf0ablWEr73GRKS53QegurRls {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR {
        width:200px;
        height: 16.9px;
        top: 34px;
        left: 564px;
        font-size: 13px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS {
        width:144px;
        height: 16px;
        top: 36px;
        left: 546px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah {
        display:block;
    }
}

@media only screen and (max-width: 1199px) {
    #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE {
        width:764px;
        height: 44px;
        top: 73px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 {
        width:157px;
        height: 15.6px;
        top: 36.200012207031px;
        left: 226px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    body {
        position:relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob {
        position:relative;
        z-index: auto;
        background-color: #0c2a4d;
        background-image: none;
        display: block;
        /* box-shadow: 0 0px 1px 2px #7076b5; */
    }

    #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container {
        background-color: transparent;
        background-image: none;
    }

    #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
    }

    #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container > .video-iframe-container {
        display: none;
    }

    #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row > .video-iframe-container {
        display: none;
    }

    #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container {
        width: 320px;
        height: 57px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pX42l4qbKFn0CzaftTa3OA9oWwSoUNbG {
        width: 100px;
        height: 38px;
        top: 10px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #T4DTrTgoP53NGA6aEZLvTiLxlO6JTcpb {
        width:29px;
        height: 29px;
        top: 13px;
        left: 280.99999332428px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 {
        background-color:#0c0c10;
        background-image: url("https://images.assets-landingi.com/uc/bd5bda0c-b8ce-4c20-99d9-919aae689e51/image33.png");
        background-position: top center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: contain !important;
        display: block;
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.adaptive-delivery-prevent-bg, #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.lazyload, #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.lazyloading {
        background-image: none;
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container {
        background-color: transparent;
        background-image: none;
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container > .video-iframe-container {
        display: none;
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container {
        display: none;
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container {
        width: 320px;
        height: 908px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #IiB3nNkuLUzXwFBv6sw911dDuvdSTODF {
        width:304px;
        height: 62.3906px;
        top: 490.6875px;
        left: 0px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #cmaxuWEh6cMZkpTVsKENBv7bHWsU3aSf {
        width:206px;
        height: 24.2px;
        top: 81px;
        left: 0px;
        font-size: 22px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #kfFRIJgPyleTziVqpMOT3Vilc42bp0U9 {
        width:317px;
        height: 31px;
        top: 448.29998779297px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #KD5bi9bwbTCof2wNMntuwATz30UEwDaz {
        width:267px;
        height: 20.8px;
        top: 572.88751220703px;
        left: 27.500000953674px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #GpNgUSaD4klEqSAg3bJm4Co9lbZ8lIJ3 {
        width:18px;
        height: 22px;
        top: 573.28750610352px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #aaEbfZILR6KpnfKH0hguyapTEtBNOTP9 {
        width:18px;
        height: 22px;
        top: 683.88749694824px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #keHpOVJTaxqLREULCl5JuUhy723IyDeL {
        width:267px;
        height: 20.8px;
        top: 684.48750305176px;
        left: 26.500000953674px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #c1gUkoegTb6oeLD6dw3oz1RBfMNfHMHL {
        width:254px;
        height: 41.6px;
        top: 718.88751220703px;
        left: 25.000000953674px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #SNIfO1nmt2PSXtxAIdKgP1gVDqRibrWT {
        width:18px;
        height: 22px;
        top: 718.88751220703px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LxcW4DH5KsleacQ5ByPb9ZD4rw1HO50c {
        width:81px;
        height: 20.8px;
        top: 740.48751831055px;
        left: 125.79999637604px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #r8ynbTPP9KyZtZqCpizWcaIT9spzbcTZ {
        width:107px;
        height: 35px;
        top: 116.2833404541px;
        left: 0px;
        z-index: 15000;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #h14aXOMSknfEGKUwchneW4CMIcfxcZGB {
        width:15px;
        height: 24.2px;
        top: 110.18333435059px;
        left: 96.5px;
        font-size: 22px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ZPZXMgclqobU3krzdiSDdG8hc92MWX9T {
        width:21px;
        height: 24.2px;
        top: 120.18333435059px;
        left: 119px;
        font-size: 22px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xwO8bkW8eotcfHPB2EzwNW7TI2h4KuHX {
        width:77px;
        height: 27px;
        top: 118.7833404541px;
        left: 146px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xhKGk0UV6hiRkkIJwKMHmd7wPHkNJvNK {
        width:244px;
        height: 62.3906px;
        top: 773.88751220703px;
        left: 24.987500190735px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #JsqTsNAE22yP4Txk0VxbslZkTNvkluiH {
        width:18px;
        height: 22px;
        top: 771.6875px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #zKakn1LXI7EGwAheSgEZHvNmrX3Su1fW {
        width:293px;
        height: 31.1875px;
        top: 850.28750610352px;
        left: 0px;
        font-size: 12px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #b1hQf76C3GLylE8spcsy4FRLbzoK8uRS {
        width:320px;
        height: 48.3906px;
        top: 47px;
        left: 0px;
        font-size: 22px;
        text-align: left;
        text-align-last: left;
        line-height: 1.1;
        z-index: 15001;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #QvSUSRhrS1ZDA3tPckeKZTlnKH6gnDTe {
        width:233px;
        height: 62.3906px;
        top: 608px;
        left: 28px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Eq3N46ROxrpmhlrHnpBuBqJAsGxCTfxZ {
        width:18px;
        height: 22px;
        top: 608px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke {
        background-color:#0c0c10;
        background-image: none;
        display: block;
    }

    #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container {
        background-color: transparent;
        background-image: none;
    }

    #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container > .video-iframe-container {
        display: none;
    }

    #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row > .video-iframe-container {
        display: none;
    }

    #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container {
        width: 320px;
        height: 115px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #AieWevhzvm2ntT0LVftBbSNwoPmp7Dtz {
        width:138px;
        height: 18.2px;
        top: 81px;
        left: 91px;
        font-size: 14px;
        text-align: center;
        text-align-last: center;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #zVsTiTUUAQGreoTgE45Cb9xVoSnbJe6y {
        width:320px;
        height: 56px;
        top: 10px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #neGWPRG5ioeByoN0VsVrvdSzB6GUbPaI {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #izKC8D4gccT3MEIOam2BOGb38oiT8odF {
        background-color:#0c0c10;
        background-image: url("https://images.assets-landingi.com/uc/bd5bda0c-b8ce-4c20-99d9-919aae689e51/image33.png");
        background-position: top center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: contain !important;
        display: block;
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF.adaptive-delivery-prevent-bg, #izKC8D4gccT3MEIOam2BOGb38oiT8odF.lazyload, #izKC8D4gccT3MEIOam2BOGb38oiT8odF.lazyloading {
        background-image: none;
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container {
        background-color: transparent;
        background-image: none;
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container > .video-iframe-container {
        display: none;
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container {
        display: none;
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container {
        width: 320px;
        height: 1091px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Bq2zv6vQ5lpPI5HcRNPDFeWVTZS5EwJi {
        width:304px;
        height: 62.3906px;
        top: 490.6875px;
        left: 0px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TLZdZzVQCJTmhHNHmbPsfDLi667HBe5p {
        width:206px;
        height: 24.2px;
        top: 81px;
        left: 0px;
        font-size: 22px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #zqRQHbPoU5JVIw8aWXH9WtIJmh3BqlgU {
        width:267px;
        height: 20.8px;
        top: 572.88751220703px;
        left: 27.500000953674px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Fbfvfolq35AVPE8dTlKmm6OXmTdqTpP9 {
        width:18px;
        height: 22px;
        top: 573.28750610352px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LFWOAme2HSPd0kCZIQZDbfFzgSTBG8zk {
        width:18px;
        height: 22px;
        top: 677.88757324219px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #GSFqUTPdI19zgm2lbJTLTedQh7uQI2AQ {
        width:267px;
        height: 20.8px;
        top: 678.48754882812px;
        left: 26.500000953674px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LGczeI5Ps6nkalri0bor2gHMFWBiUr3W {
        width:254px;
        height: 41.6px;
        top: 712.88757324219px;
        left: 25.000000953674px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #nx6h9dsghupOfhp4T45TVDe3yCx9Ebht {
        width:18px;
        height: 22px;
        top: 712.88757324219px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #gzcEqBximatvgJQMBCCv87nF4qPuJxN5 {
        width:81px;
        height: 20.8px;
        top: 734.48754882812px;
        left: 125.79999637604px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #b57z471TMnMDMr6tMs9Dalpd56pOF14V {
        width:107px;
        height: 35px;
        top: 116.28332519531px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #K7OBzin4B2yVh5KJqT7cT07mzd1iIkiO {
        width:15px;
        height: 24.2px;
        top: 111.18334960938px;
        left: 99.5px;
        font-size: 22px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #O1ktDTgHEM5FcIB8orsFlJRzHI8g55H4 {
        width:21px;
        height: 24.2px;
        top: 122.18334960938px;
        left: 114.60000610352px;
        font-size: 22px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xXnwEKv3rN1IS56LL63ALnheMQIT4bbH {
        width:77px;
        height: 27px;
        top: 120.78332519531px;
        left: 137.80000305176px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #NVqBKp0t4yspok2TZmOzPnmRc5BUoE4K {
        width:244px;
        height: 62.3906px;
        top: 767.88757324219px;
        left: 24.987500190735px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #h2lXPdLVCJ6g8LB3B5FnquCpitM95LRa {
        width:18px;
        height: 22px;
        top: 765.6875px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #cuQ8XQJd75NSwoFW3AJ0uoWu5RiM6rXE {
        width:293px;
        height: 31.1875px;
        top: 844.28747558594px;
        left: 0px;
        font-size: 12px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #AouV4wGtBvQrJIaoNUR5TpyOAoWai63d {
        width:320px;
        height: 56px;
        top: 918px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #WxnCv3fPArdnfpRDTPNRku9RrkbcQ7cx {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #kOzuBksp3vAJqIooEvWmRDJ2nAAaDOxH {
        width:320px;
        height: 58px;
        top: 988px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #rOEpgi6WOXmLGohmbAcPrQ6fpxO98NiH {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #SrsfHWsIxbqRE8LBF8vhuaq9dK3gOnRJ {
        width:320px;
        height: 58px;
        top: 988px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #L0WvGJg60dXW6nN455fu4PN7UU5POFVD {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #ePn27MpCqHMScaw3C62PKB5K0NzN1r6m {
        width:230px;
        height: 28px;
        top: 1003px;
        left: 28px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #OAaTQFyCEPrRU2XKxee8qM6DE7rCRKT8 {
        width:18px;
        height: 22px;
        top: 604.99999237061px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #IEcnnUsan0yJDxeClCsWNZX7no58A7fE {
        width:288px;
        height: 62.3906px;
        top: 604.28749847412px;
        left: 28.000000953674px;
        font-size: 16px;
        text-align: left;
        text-align-last: left;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 {
        display:none;
    }

    #TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row .container {
        width: 320px;
        height: 658px;
        position: relative;
        display: none;
    }
}

@media only screen and (max-width: 763px) {
    #Cqb1AZHSkRhdZI2mCBiC9aDFTDB6Zbty {
        width:320px;
        height: 618px;
        top: 20px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #yTQkoam3tvCVJ8sop0nhwVkEwDAiSdIn {
        width:97px;
        height: 226px;
        top: 0px;
        left: 0px;
        display: none;
    }
}

@media only screen and (max-width: 763px) {
    #KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 {
        display:none;
    }

    #KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row .container {
        width: 320px;
        height: 38px;
        position: relative;
        display: none;
    }
}

@media only screen and (max-width: 763px) {
    #kiSKIE9NleRA1pmml73RwKA6vbSPHCMT {
        display:block;
    }

    #kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container {
        width: 320px;
        height: 340px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ueFhSFbK3qa9Ng2khkF2zMhWhlIaXma0 {
        width:320px;
        height: 120px;
        top: 5px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #v3AyTs0ae6v8tGgOusb1e9Wf0mUedbE7 {
        width:316px;
        height: 214px;
        top: 118px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BCwSO5wMMslTiDzCfnKeo9nd1ygnhfVQ {
        width:26px;
        height: 10px;
        top: 125px;
        left: 147px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Pg8eqDVUNeIFHHyE4b2EAEsKoLnIa1xk {
        width:197px;
        height: 44px;
        top: 19px;
        left: 61.5px;
        font-size: 20px;
        text-align: center;
        text-align-last: center;
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #hVA8GXnXDqdTMbeeyT1Z42qiwxBNRPJU {
        width:240px;
        height: 76.7812px;
        top: 150px;
        left: 40px;
        font-size: 16px;
        text-align: center;
        text-align-last: center;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #NW5oeW93nIT2BJFIZfLElie9fLTzTGp8 {
        width:222px;
        height: 48px;
        top: 267px;
        left: 49px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #v49NEacQWmLzTQqnZ0meDaJPOITcAsNv {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #H9C2t2ZArIsIH9XwS2kxAkxiz1nCnsOG {
        width:142px;
        height: 17.6px;
        top: 229px;
        left: 89px;
        font-size: 16px;
        text-align: center;
        text-align-last: center;
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #AJQqry3pJKAxJd6boVIgvyybNO1Tl6Ay {
        width:35px;
        height: 20px;
        top: 80px;
        left: 143px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #yIHoLoabvn4QW1kVbA6BasuooOtMtdNw {
        width:35px;
        height: 20px;
        top: 80px;
        left: 184px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #MTdaQCAZe3kbbbcowGx1tbTHCTF74U23 {
        width:35px;
        height: 20px;
        top: 80px;
        left: 102px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL {
        display:block;
    }

    #JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container {
        width: 320px;
        height: 416px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #GPpwoy6k89VJONTWkVp2DuCFbRvBKoxJ {
        width:320px;
        height: 80px;
        top: 8px;
        left: 0px;
        z-index: 15000;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #afVvs4IN0Z25zlZKX1wUyIB9I75tiz7S {
        width:316px;
        height: 333px;
        top: 73px;
        left: 0px;
        z-index: 14997;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #CEcm1qTJa30oXuM53wHTn0gBDnhOl14c {
        width:26px;
        height: 10px;
        top: 88px;
        left: 147px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #VDT5LvpzPbaINQznAp8hLs0PK6WnZrD4 {
        width:241px;
        height: 44px;
        top: 26px;
        left: 47.5px;
        font-size: 20px;
        text-align: center;
        text-align-last: center;
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Tih2t5ulxirBOlmvllKcJB351aDmax4D {
        width:64px;
        height: 64px;
        top: 122px;
        left: 13px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #tI68JL57Awovzz8VJlxk0Ih8AD5R6QIm {
        width:64px;
        height: 64px;
        top: 122px;
        left: 90px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #DWeUNIgMvylvL8m4NJaJTUFcSAlpbglb {
        width:64px;
        height: 64px;
        top: 122px;
        left: 165px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #VfTMH0l2UvoaZ1JyTd0uaCgXq0nAeGuV {
        width:64px;
        height: 64px;
        top: 122px;
        left: 242px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #OAuaRhFB5uNiRRiHtiD9v30NazryR0Mr {
        width:50px;
        height: 14px;
        top: 139px;
        left: 21px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pTfDL9vBkUUHLloZcE7mW96JCU7cNRGW {
        width:50px;
        height: 15px;
        top: 138px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #JOcfLq9FJPGL2O0OwSa0BqsTClZhl4G1 {
        width:50px;
        height: 15px;
        top: 138px;
        left: 171px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #zrJLD4G2TptlJ6yglzDZqRRhk6bWrDG1 {
        width:50px;
        height: 15px;
        top: 138px;
        left: 249px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #FrXFC88gbiy2ZGGr3TP4IDczifwXaoCi {
        width:12px;
        height: 13px;
        top: 167px;
        left: 60px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #FL2ynnBEn1zoeQ1PrJ5OemIytqhWBO7o {
        width:12px;
        height: 13px;
        top: 167px;
        left: 138px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #vTCcKqVCurDAZ7BBVb3uJHFHHnDqshGt {
        width:12px;
        height: 13px;
        top: 167px;
        left: 210px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qQwbs4hFisR3D40SWNat7aQtpFoTh3G6 {
        width:12px;
        height: 13px;
        top: 163px;
        left: 288px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ehx8UIeGy86nx37mTH8bgvoUa9b6KwHF {
        width:294.398px;
        height: 46.3984px;
        top: 334.6015625px;
        left: 12.7890625px;
        z-index: 15201;
        background-color: transparent;
        background-image: none;
        border-top: 1px solid rgba(255,255,255,0.6);
        border-left: 1px solid rgba(255,255,255,0.6);
        border-right: 1px solid rgba(255,255,255,0.6);
        border-bottom: 1px solid rgba(255,255,255,0.6);
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #a9RWSxrPMBfDc3LTySbDBoiHVqx9CPXS {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #LH6ZqfUF85cANEKQxfE96TKh2fpNp0eT {
        width:64px;
        height: 64px;
        top: 122px;
        left: 90px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #CfkGb7xZDxoPtmm2qF3KoZyqzWpmoFBE {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #P3q1fNPkHZUCNfaoDwzeltiaVECZc39I {
        width:64px;
        height: 64px;
        top: 122px;
        left: 165px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #zZgQuIm32QI8bui7qKN0Sl396ScraJ9M {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #Csa8LDborsb9w8P4IyxvNI8Nt1ytW13J {
        width:64px;
        height: 64px;
        top: 122px;
        left: 13px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xAN8FTgWKtLKxmB5SsLeotpqToBHRTx3 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #vufTAS0Hs0OTEJTOgkKpfqvr6fCbxdl7 {
        width:64px;
        height: 64px;
        top: 122px;
        left: 242px;
        z-index: 15213;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #o6MaUUWGllnRZG3Z6LFMbcDdN1atuCpg {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #Re5lWOFsnAwfVqU4mT3iwTb3GXW9QL5h {
        top:380px;
        left: -789px;
        width: 48px;
        height: 14px;
        z-index: 15043;
        overflow: hidden;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #hRVwTISLRnC41FqocgDXMUPap0vDLRTd {
        top:380px;
        left: -789px;
        width: 48px;
        height: 14px;
        z-index: 15042;
        overflow: hidden;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ahXqv01Tg45R15toOiDC49JdBgbsXrmP {
        width:8px;
        height: 8px;
        top: 218px;
        left: 8px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wMQl7dbHvBKOxhrQ7rFBHTIgu8RXUdGS {
        width:8px;
        height: 8px;
        top: 169.5px;
        left: 173px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #tf5nOEU6rZPkeCbrmt9sMlZuI4TEGUzz {
        width:8px;
        height: 8px;
        top: 169.5px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #DLNdDWfZBuseaESUE926IhWmJsZTILgh {
        width:8px;
        height: 8px;
        top: 169.5px;
        left: 21px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #dhWXD7LOFJ6Z60ePShwFNqlTuTE1Xzn7 {
        width:8px;
        height: 8px;
        top: 169.5px;
        left: 249px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #CKPtvpIMribRUFPqDGkTTnRieqiQWiB9 {
        width:320px;
        height: 109.156px;
        top: 214px;
        left: 0px;
        font-size: 12px;
        z-index: 14996;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl {
        display:block;
    }

    #UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container {
        width: 320px;
        height: 538px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #bCGJGJvNBT5Qa2HmBSEoF3Z6qyMkgOVG {
        width:320px;
        height: 80px;
        top: 8px;
        left: 0px;
        z-index: 15000;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #SpeIJ58TqfETaQG6wnuzX9bfL9MKPUpi {
        width:316px;
        height: 449px;
        top: 73px;
        left: 0px;
        z-index: 14999;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #GRHyyORoBRHmeo3mxDGwgA1tKyeaW99R {
        width:26px;
        height: 10px;
        top: 88px;
        left: 147px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #dDnnyb418usIKWUQcaITkg3Gd10bFpdw {
        width:273px;
        height: 44px;
        top: 26px;
        left: 23.500000953674px;
        font-size: 20px;
        text-align: center;
        text-align-last: center;
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #B8yMncByoQ0tRnmgNhc2sgox1PTJGJDK {
        width:64px;
        height: 64px;
        top: 126px;
        left: 13px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #VO3R2u2eoadEo2ZnqQWy0HPbJ4AxgUEH {
        width:64px;
        height: 64px;
        top: 126px;
        left: 89px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pJ4DHVQUmZ5WCfJgKHPMiG1fbnG82RJg {
        width:64px;
        height: 64px;
        top: 126px;
        left: 165px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ZPn1FTPOSATXn6gGQb475xzRpfvkCfcD {
        width:64px;
        height: 64px;
        top: 126px;
        left: 242px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #JXFJp1qPtc6K0o8E772nJzliLOviRsMn {
        width:64px;
        height: 64px;
        top: 212px;
        left: 13px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #b6zkPHg6dMTkaGE5v7hmt9bdlDri3LOo {
        width:64px;
        height: 64px;
        top: 212px;
        left: 89px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #GG3WTl00oa72VcLo7PvauWzNWvgkvNXx {
        width:64px;
        height: 64px;
        top: 212px;
        left: 165px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pJHQTMVIeDOuVE7bAFe6CkVB4dnEpHLs {
        width:64px;
        height: 64px;
        top: 212px;
        left: 242px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #t5srzoTvJGHIEPdcIWPhfF7rPATBsyr7 {
        width:64px;
        height: 64px;
        top: 291.5px;
        left: 89px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BNp2LLJULPKN70ktL8fIzZvmFJcPuml6 {
        width:64px;
        height: 64px;
        top: 291.5px;
        left: 13px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #m6n8Inraka20qZvuZHrgPiu6CBe3nD4K {
        width:37px;
        height: 42px;
        top: 132px;
        left: 252.53125px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #PhDJcxP7MKVWariMNP3FVQTp49vDT6IT {
        width:37px;
        height: 37px;
        top: 136.5px;
        left: 178.5px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Q0VavQ55gSFRBGBwq1Mng14UNJBoy9Tn {
        width:30px;
        height: 37px;
        top: 221px;
        left: 29px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #A01xnz0ciKU1EoB1w3df39awtecGtX4L {
        width:58px;
        height: 58px;
        top: 208px;
        left: 92px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LNzLSEn0XCw2wUkL6gaGdlZaGldTZB8T {
        width:44px;
        height: 28px;
        top: 230px;
        left: 173px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #rf4V0aiPnZtUiIOX8kGw4XhPeSdfTvlN {
        width:46px;
        height: 36px;
        top: 225px;
        left: 253px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #IZDOIZM3fG45964B992q3DAJkkNA8ftb {
        width:43px;
        height: 30px;
        top: 308.5px;
        left: 23.500000953674px;
        overflow: hidden;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Kt3hg18wcwdWkTvaRTp9sEKNtReGc90i {
        width:43px;
        height: 27px;
        top: 310px;
        left: 99.500000953674px;
        overflow: hidden;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #aFRP5tVJbR1qZqmGgsyriwKeTyVqa6ox {
        width:50px;
        height: 18px;
        top: 146px;
        left: 20px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #WE3BMwc6Wi5nR4Ea0Acdks3OMBDRGXyM {
        width:50px;
        height: 18px;
        top: 147px;
        left: 96px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #e7AiNaV3G6afOn2WewarhH5lPlwNi2CI {
        width:12px;
        height: 12px;
        top: 173px;
        left: 59px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #zdaNIiHvKC0g2ChVET6rnNJbA1uQqOzT {
        width:12px;
        height: 12px;
        top: 173px;
        left: 136px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #HEoI3cCp9903bHGHnQgeEPUbWT7XDWJW {
        width:12px;
        height: 13px;
        top: 173px;
        left: 287px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #EgzOzXoqkSVOMiimGRuizJJxSQUSvPls {
        width:12px;
        height: 13px;
        top: 173px;
        left: 213px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #l5md811BSezQue8fcEdT3wScsbzineWW {
        width:12px;
        height: 13px;
        top: 257px;
        left: 59px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #kE7fvmxbvIKn3q9wKwklrLKdUDPFHqw4 {
        width:12px;
        height: 13px;
        top: 257px;
        left: 136px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #RsbgpTPtyn4XQ1v14PDrNfzzAIf4qu4I {
        width:12px;
        height: 13px;
        top: 257px;
        left: 213px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #riUIlTkcmoK4OZ3sOzwMHTIAaq0nOS6Z {
        width:12px;
        height: 13px;
        top: 257px;
        left: 286.5px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #oUN0VXiX6gx8riv9RpKeG6kDQ5x4A3rI {
        width:12px;
        height: 13px;
        top: 336px;
        left: 59px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #uNT6qpXekMIuPvhSlv4MP0mcPA2iiN4W {
        width:12px;
        height: 13px;
        top: 335.5px;
        left: 136px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #oEGUyLBLDivOTMyP7OsGuiNdQPTvCmQP {
        width:64px;
        height: 64px;
        top: 291.5px;
        left: 165px;
        z-index: 15010;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TZMuBZEvVzLbRSBrCiTC4nZvVtOcesJm {
        width:64px;
        height: 64px;
        top: 291.5px;
        left: 242px;
        z-index: 14998;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #r9SPGkD60MXCtapxvpN97x5pwENKUBDX {
        width:12px;
        height: 13px;
        top: 335.5px;
        left: 213px;
        z-index: 15032;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #KZmD9VVE1bQpkd0nxrFaPHkXzw44d1n1 {
        width:12px;
        height: 13px;
        top: 335.5px;
        left: 287.5px;
        z-index: 15033;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #NpVSQ1AHHFE6R7hErMkn9ITeUFheMFTN {
        top:298.5px;
        left: 173.00000858307px;
        width: 50px;
        height: 50px;
        z-index: 15034;
        overflow: hidden;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qOOchuUimhQWbyQKT3Mm6uUWQkfVmtM5 {
        top:300.5px;
        left: 251.30001163483px;
        width: 46px;
        height: 46px;
        z-index: 15035;
        overflow: hidden;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #RUS2sutVe3tBpx3kMCu4cwheSO5UbGUZ {
        width:296px;
        height: 48px;
        top: 379.5px;
        left: 12px;
        z-index: 15201;
        background-color: #ff144b;
        background-image: none;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        color: #f3f4fa;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #y9cOX7D8Wq4ZWzEXqVwLD88B28OoDhya {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #bkVIPa2xqw8l3WnMucF6pC6JyvzGCOXo {
        width:64px;
        height: 64px;
        top: 126px;
        left: 13px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #r1ZMJPIdGZut1IPAiATNl9Gc0UkBrSu1 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #nQXWoxwwPSSAzXe4xMKwKVuXFcqml9L7 {
        width:64px;
        height: 64px;
        top: 126px;
        left: 89px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #DexExXRRdEa3wWVwCEbyzPqKHhOXGtZx {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #G7qevJg9MpdWn50tIkTFmzb3ShyKmbZE {
        width:64px;
        height: 64px;
        top: 126px;
        left: 242px;
        z-index: 15211;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #mhfMQEcpo1NXuZgLvCwKi2QuexgAFQ5v {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #l9CF8fshISUsJPTTorIqpHqG9btdWBHh {
        width:64px;
        height: 64px;
        top: 126px;
        left: 166px;
        z-index: 15212;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #mEikoaMIWeJhgfgkawnRRzRN1wNvg5lh {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #NcPC3I1SmJ3CAAoVL8DSEWWmK0iXnBqt {
        width:64px;
        height: 64px;
        top: 212px;
        left: 13px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #IZt6ThUFqJdC1w3tZbr0Ds88UNhS4Tfl {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #ppQBkSvgSykd7478PHMTp5g8F3W3qH2P {
        width:64px;
        height: 64px;
        top: 212px;
        left: 165px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #tLwSF5QHSQweqXFK95XPra3S7PuHcIQF {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #TVPnRwN1pi45iKKrGMeQPb5vfmQhnVdE {
        width:64px;
        height: 64px;
        top: 212px;
        left: 242px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #OT6BB2ZBsLMKFrqXN6QO8S56HBXscV4m {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #bpKTfidS5JfDv1ZTB43rqvVBX57xIQsA {
        width:64px;
        height: 64px;
        top: 212px;
        left: 87px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Z4deHMOptos0NTbIbX7etgoXzectlb78 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #Q48DAWsn75GIBaE2rGg6qJzhKy9MmgPN {
        width:64px;
        height: 64px;
        top: 291.5px;
        left: 12.987500190735px;
        z-index: 15213;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qImmfZoomFKg6zSntI4PMm3Au3zSa6mh {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #KLTap8oTZUGPXmgIlRot8ZSHRofT9xBx {
        width:64px;
        height: 64px;
        top: 291.5px;
        left: 83.800004005432px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #s4vuLwURzSBrMerXCcUCNyyZWOcAwahL {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #oDhWQlxPVKdBC9tTILv6PXqx28W4zE4V {
        width:64px;
        height: 64px;
        top: 291.5px;
        left: 165.00000858307px;
        z-index: 15211;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #OqogT8iSobDrQmWCEkldKsz1pIGZTODk {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #yaGmXTDzqsOULvE8QJqwacX5DPtTTDgg {
        width:64px;
        height: 64px;
        top: 291.5px;
        left: 242.00000858307px;
        z-index: 15214;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #DpwovcMqq70U0XEAU8r8pzgyVA1fBJFH {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #IwJ6dOCCNWpUGv40QNbHeJS10MIWR3T7 {
        width:181px;
        height: 48px;
        top: 470.2px;
        left: 69px;
        display: none;
    }
}

@media only screen and (max-width: 763px) {
    #pJmwlPKz9iQ3oEQTfr751d4gMgnJMQTS {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #rvI8NNl30e1UVgPxvr3E9PS5Wg7hCfAE {
        width:181px;
        height: 48px;
        top: 538.2px;
        left: 69px;
        display: none;
    }
}

@media only screen and (max-width: 763px) {
    #qCoGgVBVkULm2JbTmq2BG1TTRgOhBflV {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #CLAiTbZrkeRTUTp4WXIQIOn8M0PUsEsK {
        width:294.4px;
        height: 46.4px;
        top: 440.48751831055px;
        left: 11.987500190735px;
        z-index: 15202;
        background-color: transparent;
        background-image: none;
        border-top: 1px solid rgba(255,255,255,0.6);
        border-left: 1px solid rgba(255,255,255,0.6);
        border-right: 1px solid rgba(255,255,255,0.6);
        border-bottom: 1px solid rgba(255,255,255,0.6);
        color: #f3f4fa;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qnV1loWHA59pxdy0hI33LrAnt3xJwQgV {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN {
        display:block;
    }

    #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container {
        width: 320px;
        height: 116px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 {
        width:303px;
        height: 56px;
        top: 26.100006103516px;
        left: 8.4875001907349px;
        font-size: 20px;
        line-height: 1.4;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m {
        width:42.9948px;
        height: 0;
        top: 1115.4514465332px;
        left: 33.993058204651px;
        font-size: 24px;
        z-index: 15013;
        display: none;
    }
}

@media only screen and (max-width: 763px) {
    #s7oreNTgreFu376sUVHTB4kZvopVbgGe {
        display:block;
    }

    #s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container {
        width: 320px;
        height: 177px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 {
        width:320px;
        height: 144px;
        top: 0px;
        left: 0px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #erknzs6JscFTDUBFh5kwJ02bnKBN73EB {
        width:24px;
        height: 24px;
        top: 9.3999938964844px;
        left: 10px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl {
        width:263px;
        height: 36.3906px;
        top: 12px;
        left: 41.5px;
        font-size: 14px;
        line-height: 1.3;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 {
        width:265px;
        height: 83.9844px;
        top: 51px;
        left: 42px;
        font-size: 12px;
        line-height: 1.4;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC {
        width:252px;
        height: 36px;
        top: 102px;
        left: 40px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 {
        display:block;
    }

    #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container {
        width: 320px;
        height: 129px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn {
        width:320px;
        height: 96px;
        top: 0px;
        left: 0px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P {
        width:24px;
        height: 24px;
        top: 9.3999938964844px;
        left: 10px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #lTc6ykKALRdZCIcAikRJN72IrAERztTI {
        width:263px;
        height: 36.3906px;
        top: 12px;
        left: 41.5px;
        font-size: 14px;
        line-height: 1.3;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 {
        width:265px;
        height: 33.6px;
        top: 51px;
        left: 42px;
        font-size: 12px;
        line-height: 1.4;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw {
        display:block;
    }

    #BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container {
        width: 320px;
        height: 394px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TvhUUrm0Jkv1rwbZUC2JP1FfTBTgyeQb {
        width:284px;
        height: 58px;
        top: 96px;
        left: 17.999999046326px;
        z-index: 14996;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TRMvmugemwL9HGoXhhbi4PO8qzleXSTt {
        width:57px;
        height: 28.8px;
        top: 104px;
        left: 63.000000953674px;
        font-size: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #JcfTAT46BET77DEsL4AtmQUOODt1bLbt {
        width:17px;
        height: 17px;
        top: 108px;
        left: 29.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #m59T0meMSooGxWmGurDCk7QHFTrbD5h9 {
        width:124px;
        height: 16.8px;
        top: 127px;
        left: 63.000000953674px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ta4ZGTTzkdZhtbrecxptry0vpPZ6zhBf {
        width:80px;
        height: 28.8px;
        top: 104px;
        left: 206.00000858307px;
        font-size: 18px;
        text-align: right;
        text-align-last: right;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #vBLQXwTuvXKvvJpUHFRG6cTvgMBfl43M {
        width:284px;
        height: 58px;
        top: 166px;
        left: 17.999999046326px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wLoqd2x8QGV3pDHTIFihlqTTUvti9oZm {
        width:59px;
        height: 18px;
        top: 198px;
        left: 63.000000953674px;
        font-size: 9px;
        line-height: 1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TcvBiVHWTmoSPo5fZbDAX9u67cuRXff1 {
        width:78px;
        height: 28.8px;
        top: 175px;
        left: 206.00000858307px;
        font-size: 18px;
        text-align: right;
        text-align-last: right;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qc9cQe3Tv5GOMGqvK6J6ZW4Wk1y2WHKg {
        width:51px;
        height: 19.8px;
        top: 178px;
        left: 63.000000953674px;
        font-size: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #lv0XCZAvA7d95T2QZdFphrb0rTc9GXSR {
        width:17px;
        height: 17px;
        top: 176px;
        left: 29.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #uvigFQ3a5u6kIk55WmOoK4e967QUCek1 {
        width:42.9948px;
        height: 0;
        top: 1115.4514465332px;
        left: 33.993058204651px;
        font-size: 24px;
        z-index: 15013;
        display: none;
    }
}

@media only screen and (max-width: 763px) {
    #rcZMKoWTr3l6vell8lFqqpxPiWaSfh9v {
        width:10px;
        height: 9px;
        top: 114px;
        left: 35.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #PdTOt0fSbh3GOkTrk8NLaTGKEdVZ3DXQ {
        width:9px;
        height: 9px;
        top: 182px;
        left: 35.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #CxBBFGWhka0zvHqD9MDaXMWfgJXv5GeI {
        width:285px;
        height: 59px;
        top: 96px;
        left: 16.999999046326px;
        z-index: 15202;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BNMTxGlswRSuqlE5gTsdU6f2DNgMPQEw {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #p8HTlAl2oz6fN8QOFPJRxz1vXJzyrkXV {
        width:288px;
        height: 60px;
        top: 165px;
        left: 15.999999046326px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #NCiIqoEHnJTc2ElFtG00AFRgwBA2DRvZ {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #J0TuVE9uCsaTPPuwgZ0RRDtshRxFOZXP {
        width:288px;
        height: 52px;
        top: 234px;
        left: 15.999999046326px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #udWich5ArQhgP7tETzJBv5FBLxp2oLi7 {
        width:18px;
        height: 18px;
        top: 250px;
        left: 27.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #d7O8K4pQxRVEoIuPDB3zD29ZAy4Rcwox {
        width:242px;
        height: 38.3906px;
        top: 241px;
        left: 52.000000953674px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #MOMfG8Z9MqgesAm5koXpiJpMGDmm8XA4 {
        width:320px;
        height: 313px;
        top: 79px;
        left: 0px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #HFKNxdgDdyuaBbUo2O3SwAGkUemFHg9C {
        width:160px;
        height: 77px;
        top: 0px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wOCNS3WMT3Bd5T27hHMJ6ocs2GKI5iSE {
        width:67px;
        height: 16.8px;
        top: 127.60009765625px;
        left: 218.50000858307px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wg9KdDaU8phg3LNQ8XGKircb6XGzcbpd {
        width:115px;
        height: 16.8px;
        top: 199px;
        left: 120.00000858307px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #l7rxboAETcX5CpaHBcTWzy5IlEJH98MN {
        width:281px;
        height: 48px;
        top: 298px;
        left: 20.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #SUlT9vbkqiNU0305Z935O062qbeuNqMy {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #QGzKmITkUH9itSSXBbLJ5ZUlnBCqkXm0 {
        width:231px;
        height: 16.8px;
        top: 357px;
        left: 45.000000953674px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #H8yJlTZirDeaeAH56ZTe8v8xX6WqyJLU {
        width:149px;
        height: 33.6px;
        top: 11px;
        left: 4px;
        font-size: 14px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #G9ylhro6H0rm8wOhCl0n5UXs0L2rMbZT {
        width:26px;
        height: 14px;
        top: 52px;
        left: 6px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #MHyNuI3LDNRT0X2kb1Lo71gaZ5cTqUwI {
        width:60px;
        height: 16px;
        top: 51px;
        left: 37px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #WtafdclCPrKWnlMJolTCNNTAay67sLEo {
        width:22px;
        height: 12px;
        top: 53px;
        left: 132px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #KwxNmZHD8T26eFJMuJ35oDISmIID7Lsh {
        width:26px;
        height: 13px;
        top: 53px;
        left: 102px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pvDV0w8AwwyKFuO0SkTcHDpSODRRBwa8 {
        width:143px;
        height: 33.6px;
        top: 11px;
        left: 169px;
        font-size: 14px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #AvT4PSPziugKk8MkiB1ysG7WpkbT1KWG {
        width:32px;
        height: 14px;
        top: 52px;
        left: 197px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #r7q4crPhRapVD4T8ZDzP3TxLqhEyctMh {
        width:48px;
        height: 15px;
        top: 52px;
        left: 231px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Ll5QoUDEX2i1PtSGQaVZeTE1ozWIzETT {
        width:160px;
        height: 77px;
        top: 0px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #fvUu35z7dm3QlT8s0k8TNHrfkFxmMI4D {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #bfVZCQlV4632qnogadSyOhKv2FIB0x8f {
        width:160px;
        height: 77px;
        top: 0px;
        left: 160px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #gSLUvzoW2POt1Z2F2TUGwHDuHMvWAbI7 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #qT2H0awTX5rJhQO0RoVaP9sUR5ecOysr {
        width:320px;
        height: 14px;
        top: 228px;
        left: 0px;
        font-size: 10px;
        z-index: 15182;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #en6vJIC3Zm4gfJL1mZGd9gTGkEM419zE {
        width:288px;
        height: 38px;
        top: 241px;
        left: 14.999999046326px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ozBoC7deTJk9xOoMCHbBPltk8gaiyvA0 {
        width:273px;
        height: 19.6px;
        top: 250px;
        left: 18.999999046326px;
        font-size: 14px;
        z-index: 15184;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #fNs6r7FVo71A2TnDcmH5po9d2TOassiK {
        width:93px;
        height: 16.8px;
        top: 198.80029296875px;
        left: 193.00000858307px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #HnzAlJQey7TSFRxHGvB1C2uJeqrS8G9n {
        width:281px;
        height: 48px;
        top: 298px;
        left: 20.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LTlg0XQTNEIbDRCl7JrAhCtGu1xzcsMa {
        width:281px;
        height: 48px;
        top: 298px;
        left: 20.000000953674px;
        z-index: 15199;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T {
        display:block;
    }

    #i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container {
        width: 320px;
        height: 394px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #AGfhWOmPVsBTvFffPz3qxkvipJAudM6b {
        width:284px;
        height: 58px;
        top: 96px;
        left: 17.999999046326px;
        z-index: 14996;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #eTJchH5gD1pMBEgbOpiATa1BqPAxFnf8 {
        width:57px;
        height: 28.8px;
        top: 104px;
        left: 63.000000953674px;
        font-size: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #s04z8kZZhAGOg1t1PCnORqF7dFwP7klf {
        width:17px;
        height: 17px;
        top: 108px;
        left: 29.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #fpQWvXuVp5VvaP9CZRxr4qE4bMmMCivy {
        width:124px;
        height: 16.8px;
        top: 127px;
        left: 63.000000953674px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #txzu5xG7D0fv920v1amH4SXX81ErSx5G {
        width:80px;
        height: 28.8px;
        top: 104px;
        left: 206.00000858307px;
        font-size: 18px;
        text-align: right;
        text-align-last: right;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #PcnkbOReqBcoud6HntDaA1iSakbCcCK9 {
        width:42.9948px;
        height: 0;
        top: 1115.4514465332px;
        left: 33.993058204651px;
        font-size: 24px;
        z-index: 15013;
        display: none;
    }
}

@media only screen and (max-width: 763px) {
    #o2ytq9M0lXkq40p2xUxlTuzBeSHorrSA {
        width:10px;
        height: 9px;
        top: 114px;
        left: 35.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #EOi0V5NTDFhrmoVoyfUMHD4HbLZWcf4O {
        width:285px;
        height: 59px;
        top: 95.5px;
        left: 17.499999046326px;
        z-index: 15203;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #MH7DqozPsVzSXLPTqrTw6T3gqeECO6Sn {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #vSGc6aQMRakgproISzd2BsQgL9XqHUvF {
        width:320px;
        height: 313px;
        top: 79px;
        left: 0px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        z-index: 14995;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #bAUZmdzSPvzuhkrKtJeZ92yFcXhCebb6 {
        width:160px;
        height: 77px;
        top: 0px;
        left: 160px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #NBORTuAsnKNTx2L6VeoQLaq9Uy1AEtu9 {
        width:67px;
        height: 16.8px;
        top: 127px;
        left: 220.00000858307px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #JvaTWoNzqWkNEOVgnOaH8uhuLqXhgoMp {
        width:281px;
        height: 48px;
        top: 297px;
        left: 19.499999046326px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #GSNT7f2WTb5Gg4E1FFgKnOLgZusihUer {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #eQNPeRiOoKk9nLeleRruuD1aFzfz38l0 {
        width:149px;
        height: 33.6px;
        top: 11px;
        left: 4px;
        font-size: 14px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #sgL6wAaOFEqaLQXnQuyrsLLPWMxoX8Wy {
        width:26px;
        height: 14px;
        top: 52px;
        left: 6px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #bctgCH5pxy9pOq5etAeSPIsCQRhEkZLw {
        width:60px;
        height: 16px;
        top: 51px;
        left: 37px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #VCR1BwgAGSJOhaKskicJ8S1QGzoAIlJJ {
        width:22px;
        height: 12px;
        top: 53px;
        left: 132px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #iON7D5tJHrE1wydRgZN3D9gQl9suVdLq {
        width:26px;
        height: 13px;
        top: 53px;
        left: 102px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #D7kCw5fZzD6vq1Xkluq4KcF0Hi0Eq0xn {
        width:143px;
        height: 33.6px;
        top: 11px;
        left: 169px;
        font-size: 14px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ASIpgrwDmqloMJ9Dr4ylLbZXdlnPhKXy {
        width:32px;
        height: 14px;
        top: 52px;
        left: 197px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #XkqpJOugLAwnN61nJ3VT6fTe8Vq8dUN9 {
        width:48px;
        height: 15px;
        top: 52px;
        left: 231px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wQ1pyy7uWVh8xD1KbcWQFIuFm82CsMez {
        width:160px;
        height: 77px;
        top: 0px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #gQyCtKV8svZTekDvJ5uuZrmbL2lsCwzQ {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #JgvHFfbAr7JU8aCoPvN5B2LDOerO7mdM {
        width:160px;
        height: 77px;
        top: 0px;
        left: 160px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #MZQIvpVXv5OTLKVFV7SI91HNwcJnbyLb {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #wFSHgqtvM0wJsQPrtBK2tJvE5nefH65F {
        width:18px;
        height: 18px;
        top: 250px;
        left: 29.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #nKOfQLPwhW8OROElvJft53ucorUaNDCS {
        width:284px;
        height: 52px;
        top: 234px;
        left: 17.999999046326px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #tFHs3lDwJ9J2Ri8viVMOxrADIUQTyv65 {
        width:236px;
        height: 38.3906px;
        top: 241px;
        left: 53.000000953674px;
        font-size: 16px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BNGc8BBWZ30JBbmBmBEU7G1ekzornqol {
        width:288px;
        height: 38px;
        top: 240px;
        left: 15.999999046326px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #bf4cWn7svwTBR9gR0dc6IQlw7aFfb3ov {
        width:273px;
        height: 19.6px;
        top: 250px;
        left: 25.000000953674px;
        font-size: 14px;
        z-index: 15186;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #PC72buv4Ga6HPvIi4HZmth8q7W7yDaIp {
        width:281px;
        height: 48px;
        top: 297px;
        left: 20.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #nVSTAnKPBezBNoxO96uX5eS2e99fdk5C {
        width:281px;
        height: 48px;
        top: 297px;
        left: 20.000000953674px;
        z-index: 15199;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #tTRHAiyHcpBll5iIpELqsL9u3DQTbl8m {
        width:285px;
        height: 59px;
        top: 165px;
        left: 17.499999046326px;
        z-index: 14996;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #c9silyaBg1MvIyv9xDe48ATur1QlTDg7 {
        width:285px;
        height: 59px;
        top: 165px;
        left: 17.499999046326px;
        z-index: 15203;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #DMc7VWAI0zO7buBsbl0PzeMkUMmpLzOX {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #PTh0IpMpviHFUn6C5w8I9tEIKRDcENNZ {
        width:74px;
        height: 18px;
        top: 197.39990234375px;
        left: 63.000000953674px;
        font-size: 9px;
        line-height: 1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #sF1ChsCiAkb9truwDXGl2tKRKm0sT4LX {
        width:162px;
        height: 15.4px;
        top: 198px;
        left: 71.000000953674px;
        font-size: 11px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #IVBIq1DClxgHyQyDVIsEPZbRMCOIO9IG {
        width:143px;
        height: 28.8px;
        top: 173px;
        left: 144.00000858307px;
        font-size: 18px;
        text-align: right;
        text-align-last: right;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BDXexTguuos9ImXp3yJv0LVNUd4cHRME {
        width:129px;
        height: 28.8px;
        top: 172px;
        left: 63.000000953674px;
        font-size: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #d8CVQaarCfhz7APUnEeASuSWZDduCxnC {
        width:17px;
        height: 17px;
        top: 175px;
        left: 29.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #MLB1lW3SaOb7it7qT2MJOtTFpe3cZJrP {
        width:10px;
        height: 9px;
        top: 181px;
        left: 35.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #MDfs6pcTcDtVwTzDT3V8Td4Hd22u8Fwi {
        width:149px;
        height: 16.8px;
        top: 197px;
        left: 138.00000858307px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt {
        display:block;
    }

    #wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container {
        width: 320px;
        height: 1215px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #OECX3DdyiEWBaIanFe9c4iLaRP06nRPT {
        width:42.9948px;
        height: 0;
        top: 1115.4514465332px;
        left: 33.993058204651px;
        font-size: 24px;
        z-index: 15013;
        display: none;
    }
}

@media only screen and (max-width: 763px) {
    #aRQZ6kvZOUcl0HiqTUR6zmSgNa1f5S4X {
        width:298px;
        height: 997px;
        top: 16px;
        left: 11px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Uro88rhCud7o9vnuoCSQ14HJeT8SLJ4H {
        width:320px;
        height: 30.8px;
        top: 68px;
        left: 0px;
        font-size: 22px;
        line-height: 1.4;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #fBgSW0Gs6Opsfr9i3MsdViseiZ6rsD6X {
        width:271px;
        height: 424px;
        top: 576.00001525879px;
        left: 25.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #aqlmaIcAHz4J7U5lTXF3Do8FlzVg3Tsn {
        width:199px;
        height: 36px;
        top: 106px;
        left: 61px;
        font-size: 15px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #a4JHyIDFhX5TTs2iuE78kP2fDN9onb4o {
        width:210px;
        height: 18px;
        top: 45px;
        left: 55px;
        font-size: 15px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #IwlTN5CRhFX4dHxpgUhm7qoygB8vDMri {
        width:271px;
        height: 382px;
        top: 177.99998474121px;
        left: 25.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wEC4Jyuez1XIw7xTb9HX0pi6huGiw6AN {
        width:220px;
        height: 42px;
        top: 626.00001525879px;
        left: 66.000000953674px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #tiQK4EKPExXqTdkTxZphWzEU77wIsD61 {
        width:231px;
        height: 16.8px;
        top: 900.00001525879px;
        left: 46.000000953674px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #uJwQD4UKUHqQzaFFr2KPOzaufAT8ef7k {
        width:281px;
        height: 48px;
        top: 1096.0000152588px;
        left: 20.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #l4HNhVl1QR9ECGz53g21rEKh68ObVNmM {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #aQgN0JnL48KAdiUd7WWxNtW2z3FgL0Mp {
        width:281px;
        height: 38px;
        top: 1037.0000152588px;
        left: 18.999999046326px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #cmMmSqXbV3wTOBRPqPKxD5e0FyFhDlWB {
        width:273px;
        height: 16.8px;
        top: 1048.0000152588px;
        left: 24.000000953674px;
        font-size: 12px;
        z-index: 15182;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #gdT1cTs4uXMmIHECUcXJ8Agw16r0c1XV {
        width:188px;
        height: 42px;
        top: 705.00001525879px;
        left: 66.000000953674px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #gJ2aSO68hC6VnV5G4oLLv5ElQbmF3xHS {
        width:181px;
        height: 42px;
        top: 759.00001525879px;
        left: 66.000000953674px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #r3gPJan2cZcq5RbLuOkMoelJXWFSrxLq {
        width:143px;
        height: 48px;
        top: 857.00001525879px;
        left: 89.000000953674px;
        font-size: 30px;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #zHzKTlRsrzT0h2sJGE96kh7Eaxylb4ii {
        width:114px;
        height: 22.8px;
        top: 590.00001525879px;
        left: 40.000000953674px;
        font-size: 19px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #SH8Wra3Rv8p2bodgSipshfqWfvgaFGd4 {
        width:231px;
        height: 16.8px;
        top: 1155.0000152588px;
        left: 45.000000953674px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #dNwLi5WPo5f8HsCo3yWphBvxbCfE5rC3 {
        width:21px;
        height: 20px;
        top: 941.00001525879px;
        left: 109.00000095367px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #uHACwKQqpmT5IWSOMbBO0hrXlI657PBO {
        width:19px;
        height: 19px;
        top: 627.00001525879px;
        left: 40.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ohdqc87DD4Et2orAgf1nvE5wbfTt13eB {
        width:19px;
        height: 19px;
        top: 707.00001525879px;
        left: 40.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #mSru2Vx2RxN4XnzqFhT8DhnUEsa4QaWN {
        width:19px;
        height: 19px;
        top: 761.00001525879px;
        left: 40.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Uu6atBe4TcI5myoQEZDAFwIiZ9HpLSOi {
        width:219px;
        height: 42px;
        top: 228px;
        left: 67px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #cR8unuCKoLpp5it13dM1bTqlUZfDupDI {
        width:188px;
        height: 42px;
        top: 312px;
        left: 66px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #AVVmkeJf1aplN3s2OUEiSL7QQl02KweW {
        width:143px;
        height: 48px;
        top: 411.99998474121px;
        left: 89.000000953674px;
        font-size: 30px;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #paPXgW4XU6fRNO6t4HR4ARLoTaeuhFop {
        width:231px;
        height: 16.8px;
        top: 460.00001525879px;
        left: 45.000000953674px;
        font-size: 12px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #FtxJSOhbmCVTcLWE3LVeIBBr7kK3C3MC {
        width:114px;
        height: 22.8px;
        top: 193px;
        left: 40px;
        font-size: 19px;
        line-height: 1.2;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #QgxsqVl3WdIP1T1iTQCwsLSyUs6Ae2Ap {
        width:21px;
        height: 20px;
        top: 500.00001525879px;
        left: 110.00000095367px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #X50QIQdmfoSiy5fDyg0BaMQbNgUbTVJl {
        width:19px;
        height: 19px;
        top: 229px;
        left: 40px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TTFV78c91mMLTLFOiRw0tKdPOfTplu7N {
        width:19px;
        height: 19px;
        top: 314px;
        left: 40px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ywEOT41gSNk7yygVgH90kzGUiMfphpif {
        width:20px;
        height: 20px;
        top: 498.00001525879px;
        left: 105.00000095367px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pMmZhZyTlnZov5JfHI7u68CHvIpOcgEo {
        width:20px;
        height: 20px;
        top: 939.00001525879px;
        left: 106.00000095367px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pbXeidbT2PMcoiedMFnMUDIvML2b3EmQ {
        width:21px;
        height: 20px;
        top: 499.00001525879px;
        left: 109.00000095367px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #sEOV8WKS3MgXfgxoXtJsEx3qXXLf9DIT {
        width:21px;
        height: 20px;
        top: 940.00001525879px;
        left: 109.00000095367px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Cum5c7ziyRLgAscdZHDyDrByxLMlu34e {
        width:200px;
        height: 18.2px;
        top: 397.99998474121px;
        left: 60.000000953674px;
        font-size: 14px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #bamaVtMthUJWaaeDqIXBo7eDdpfPTPCs {
        width:200px;
        height: 18.2px;
        top: 847.00001525879px;
        left: 60.000000953674px;
        font-size: 14px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pvMWl64AOeMuT1akNnkN2foG2TdVmsnA {
        width:305px;
        height: 15.4px;
        top: 1019.0000152588px;
        left: 0px;
        font-size: 11px;
        z-index: 15182;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #SSZUpJPsl27G9Pf0DPeuv4XuH2wZEmWy {
        width:281px;
        height: 48px;
        top: 1096.0000152588px;
        left: 19.487500190735px;
        z-index: 15199;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #AP5b8qQU140puR389IXUkVTLnv9LiUh9 {
        width:245px;
        height: 48px;
        top: 927.00001525879px;
        left: 37.500000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #bm1wxyscKJhTaxICoJ0xOngvp4teOcpg {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #quXUdvQgK52XtdX7KP19uZv9bSWEIEOf {
        width:245px;
        height: 48px;
        top: 486.00001525879px;
        left: 37.500000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #GqJ56ziffie5Oq614xg7MXv1PKyKqrv4 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #gHmAAk2GPgJdleMVDCxGmG7P8ml9lieT {
        width:231px;
        height: 29px;
        top: 277px;
        left: 44.5px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #gT668mx1RAvQE6suObEf3CgRQbsQ9JRq {
        width:19px;
        height: 19px;
        top: 813px;
        left: 40px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #vnPvNg8ch6T69DqDvlxkikwFy1cNRmXH {
        width:235px;
        height: 21px;
        top: 813px;
        left: 66px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #mnHuNqPDMbBhWnKp8yzaK9DiSb6uaGMk {
        width:216px;
        height: 29px;
        top: 676.80000305176px;
        left: 52.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #rKZrF6P7mWmGXECfn6UMce6AIyq36pvL {
        width:183px;
        height: 21px;
        top: 354px;
        left: 66px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pT7FSvC563DGoQzLbm8DVtnagh4PGxTc {
        width:19px;
        height: 19px;
        top: 354px;
        left: 40px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #dPIS9SQRDRs9GqlIzCgzvymTTswQbTQZ {
        width:56px;
        height: 24px;
        top: 777px;
        left: 141.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #DxvHAlNrwmIvq0uMM4i8TM4gEEPHrdzA {
        width:320px;
        height: 1183px;
        top: 16px;
        left: 0px;
        z-index: 14994;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 {
        display:block;
    }

    #OzinoECOcSWOnNKfzfx5eFbTBqTJlOb4 > .row .container {
        width: 320px;
        height: 0px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TqHoaDwHqWIrWHTeJ5kIwKGILzuVF03r {
        width:320px;
        height: 44px;
        top: 10px;
        left: 0px;
        font-size: 15px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ihCTeTtocH1CITDblPobyZ2c9p4P1Lix {
        width:320px;
        height: 88px;
        top: 84px;
        left: 0px;
        z-index: 15002;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #hZGWJ36pdc9CFh8tk1rT5WZxB8DHoxwm {
        width:56px;
        height: 56px;
        top: 98.500015258789px;
        left: 230.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #AWLCyAxAhoFStOi6Z2RHV3cl8xquXPQ9 {
        width:56px;
        height: 56px;
        top: 98.500015258789px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #zbvPSdCPzO7RadND7qaLCEkvbtm0zM5g {
        width:56px;
        height: 56px;
        top: 98.500007629395px;
        left: 30px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #bNRLP54S1uX3AfAfx29eoddN5wqWbBNZ {
        width: 70px;
        height: 16px;
        top: 120.000015px;
        left: 224.000009px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #zCwq8sPQoqwmJwHUaqaXGzGPT4WpPymr {
        width: 68px;
        height: 23px;
        top: 118.000015px;
        left: 155.987496px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #te6PQIeb1wW45UTL2klqX0ekB1QGmumJ {
        width: 76px;
        height: 19px;
        top: 119.000015px;
        left: 88.000001px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #CDToC7ILqTlIZLEsNnMkJqKhltTmB89e {
        width: 42px;
        height: 24px;
        top: 115.000015px;
        left: 37.8px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TurT5TA6SeJ95eS0P2N2ZeLH09TFJvnU {
        width:56px;
        height: 56px;
        top: 99px;
        left: 30.000000953674px;
        z-index: 15194;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #I2qXTqmRwOTttuPbARkHxaaU7DdNm8Si {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #T21EACCnU5353iJqOLolo8N4vIpOSTtQ {
        width:56px;
        height: 56px;
        top: 99px;
        left: 161.98749637604px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #B6qmM1wyAXWFAm2gDhqcpKn9zFgpWcES {
        width:56px;
        height: 56px;
        top: 98px;
        left: 98.000000953674px;
        z-index: 15194;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #hH3R9EMbWs8mQHFfE3GcuMhPZxllw9vJ {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #DSlwqPL1t4qZHgiqTTUpisFlBhL5rhqW {
        width:56px;
        height: 56px;
        top: 100px;
        left: 161.98749637604px;
        z-index: 15194;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #WKoIGK6E1ga1UEZGzyDT5AkutyAguhnh {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #JhKB2mOvyJmZMgmXmAQ9zIMrg37ORrLX {
        width:56px;
        height: 56px;
        top: 98px;
        left: 230.00000858307px;
        z-index: 15194;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #o847KW3TIg1HTVgp30WuxLAhTmZdrykF {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #xiyezqBBhQHTgPNaGyuPZFeRsMNXHTT5 {
        width:316px;
        height: 85px;
        top: 85.5px;
        left: 1.5000009536743px;
        z-index: 15195;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #nzexxbVJyrcA3eIEXTcsPrcfxOkQcFTW {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #gmaS76sQw1P1326ccHBoOTGJ1z3IxJ8g {
        width:8px;
        height: 8px;
        top: 191px;
        left: 9px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xmiX7hN6UtumB18Exz2oeDi58lsbZHXF {
        width:8px;
        height: 8px;
        top: 139px;
        left: 271px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #iM0GLp9ELUKUqUCsz3RQBHJiypLROssk {
        width:8px;
        height: 8px;
        top: 139px;
        left: 139px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xxmIuzMJattWPpmCLSls8CfwWPIGZcX7 {
        width:8px;
        height: 8px;
        top: 139px;
        left: 71.796875px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #szQPqvwGNTldy2MR4scO3oV1QzOVPX2P {
        width:8px;
        height: 8px;
        top: 139px;
        left: 202.984375px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Wqm9ZWPt455V6oAcz914chgzecVUJnlg {
        width:320px;
        height: 109.156px;
        top: 187px;
        left: 0px;
        font-size: 12px;
        z-index: 14996;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #SixLnzQmFfWVWiBTIOJohAXgRzIETs4L {
        display:block;
    }

    #SixLnzQmFfWVWiBTIOJohAXgRzIETs4L > .row .container {
        width: 320px;
        height: 918px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #EFoZeLzP8gilJICTypIrc0o8N7zIUJUE {
        width:222px;
        height: 44px;
        top: 50.800003px;
        left: 49.000000953674px;
        font-size: 16px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ZCM0OQhlh29pbIByCAT2myq6C3qw3e8r {
        width:56px;
        height: 56px;
        top: 207px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #kwCn13DAL7EhovkUMdAbSFaeEtcMBu4r {
        width:56px;
        height: 56px;
        top: 207px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pSsssyfbaJWcyXsarBtf0wWLOJraMd3V {
        width:56px;
        height: 56px;
        top: 207px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ml4JyZhlKLALQEcLiNvTLXoLt7cFyVDw {
        width:56px;
        height: 56px;
        top: 207px;
        left: 30px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ofJuElRMdmvuu7RVKHaeL4SsqfUp9vOt {
        width:56px;
        height: 56px;
        top: 339px;
        left: 99px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #QuO9NvUrJhpNTWlE3Q90UBJ6Wgsl70Wi {
        width:56px;
        height: 56px;
        top: 406px;
        left: 99px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #MEvpx4mTU1UmPuxvQPKEN5eaNDsRm9y8 {
        width:56px;
        height: 56px;
        top: 406px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xLpTQoVOgimw3I2GHdz0rdM2K2W3F3W6 {
        width:56px;
        height: 56px;
        top: 274px;
        left: 30px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #kz9V1poZdswXG2vGGqul81n1XcCwMT12 {
        width:42px;
        height: 13.2px;
        top: 228px;
        left: 37px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #k4xregLDeJ0oapbQh0QN9TmkErPnQtbW {
        width:42px;
        height: 13.2px;
        top: 228px;
        left: 105px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ZuWyP9o69cn0SwMqEUyJ4SZpwTu4lb5J {
        width: 43px;
        height: 13.2px;
        top: 228px;
        left: 175px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wx68hXK6m1SpTcMWVc1bVnuHkzA6LS66 {
        width:43px;
        height: 13.2px;
        top: 232px;
        left: 241px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Uk80xUMV63w3sgXEz0Fkyb1PcA1Zm8tg {
        width: 40px;
        height: 13.2px;
        top: 291px;
        left: 39px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #GhRSqBa97iEV7cycnpSVHvpw6f8b2q9e {
        width: 45px;
        height: 30px;
        top: 419px;
        left: 105px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #r4BOP8NpTkSnQ2wkRKzdMfST0BiymNXm {
        width:38px;
        height: 24px;
        top: 356px;
        left: 40px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #hzc07qyxMtoZTP48AN1lVHTbC4hE3q0u {
        width:56px;
        height: 56px;
        top: 207px;
        left: 30px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ay9EwD4olo57exSZms0pUEgx3qDxECTn {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #c5dS3kEQcadtnzFVzZkqqAnd3TIAMTFF {
        width:56px;
        height: 56px;
        top: 207px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LCMnE5s5K10HRmFTilBO6DmEsg7iHdW5 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #yP4q5MkNlqXmp3ydJZBSLQvmNahWGQpT {
        width:56px;
        height: 56px;
        top: 207px;
        left: 166px;
        z-index: 15192;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #F7gihNQKQMeSxHWGo67ppg72496fJnbo {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #ONoy6fRdHyZOPT0Kuz6JSCZOlfObliIo {
        width:56px;
        height: 56px;
        top: 207px;
        left: 234px;
        z-index: 15193;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Ew6sl5w296QxPIZNbaiZzS06RTowU16f {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #qQ76vnm8D68NuuL23sJgsTmGZeWWDTe0 {
        width:56px;
        height: 56px;
        top: 274px;
        left: 30px;
        z-index: 15194;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Ci5fpFAN4PaUTBNTB9R1XnshUQL1WZKF {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #O6WubNLCaiVnsr3SWTshEF38gNvcQQsz {
        width:56px;
        height: 56px;
        top: 339px;
        left: 31px;
        z-index: 15195;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #gdMZ5R18k9sFEXFHe8HVW21R05JXDHhq {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #DBUFZ4ZfFVXAGD0xhehqhMm0uUVPxQk1 {
        width:56px;
        height: 56px;
        top: 404px;
        left: 99px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Bz2yI7yy4aRA7DzM6KACU7k0l4tLL2x1 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #H5JaXfpuuG6idtn4Of7GvPzbhnTaDvsd {
        width:56px;
        height: 56px;
        top: 404px;
        left: 31px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #O6RsUJTIUsTDNDG7mDPI4u27wMeqI7Ri {
        width:56px;
        height: 56px;
        top: 404px;
        left: 31px;
        z-index: 15196;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #sP93I1EFD9ua8NE8tO8nHplaT6kzRylU {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #dvh5Tl2hm43JxzkNmiG4sevG6vbGquq1 {
        width: 40px;
        height: 32px;
        top: 418px;
        left: 40px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LRLIih89rnCxaSHqRTGw03zpKLnnp2Bs {
        width:56px;
        height: 56px;
        top: 340px;
        left: 234px;
        z-index: 15006;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qKOVqkNErl5v5T6SoIhxRNiMfm9oduiU {
        width: 40px;
        height: 40px;
        top: 349px;
        left: 107px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #I5lTgdQyr2Z5T5t8uP0PolqrncCe5pXF {
        width:56px;
        height: 56px;
        top: 339px;
        left: 31px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #PJzhqrPTni3WGv9kdIUfd3pp7eWdtA0s {
        width:56px;
        height: 56px;
        top: 340px;
        left: 235px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #S8xH4iwoLF6VXTrwIMF1fSeLno3G6hWp {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #fqFXEQElBZSCHJvCbJKd6V4Fb8DTVghN {
        width:40px;
        height: 27px;
        top: 355px;
        left: 242px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #yGD8cKM4r27OVWoDHxEMIneXx0Vpb5LD {
        width:56px;
        height: 56px;
        top: 533px;
        left: 30px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #UbpVuHo9MgXuCTC9MOoblaM9PnMdRR8G {
        width:320px;
        height: 755px;
        top: 187px;
        left: 0px;
        z-index: 14999;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Kzx559FxrlsBmX9m6wfqONeNSQ44PvVH {
        width:56px;
        height: 56px;
        top: 800px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pheA8Mo9AsEleR8vwSNWTlxVCrlCFET6 {
        width:56px;
        height: 56px;
        top: 733px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #G9iqKIvSdeMDwl7DOKsdbOnf7T8efLCX {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #aZkgAkOJcbXaxkT3eKIT1CP1oPKahIUz {
        width: 49px;
        height: 14px;
        top: 756px;
        left: 238px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #m9nkFmo00ec1KX2rb2ZbM8FMwqMymMc2 {
        width:56px;
        height: 56px;
        top: 274px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BWthRCTUTkUQO0VE0xO4iXSo0OletrW8 {
        width:45px;
        height: 12px;
        top: 757px;
        left: 171px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BmiiAeuiNNNnrnADkxX8xDR9zH4TBggq {
        width:56px;
        height: 56px;
        top: 734px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qhvNK9e09qCzoRA2e48J99mB22ZOTC6u {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #pT5axwXML36xeqTdmrUiZVC8NTOG4e86 {
        width:56px;
        height: 56px;
        top: 533px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #RuTG2kIDPAH4qfieVFDNJdwxHestHp3g {
        width: 49px;
        height: 24px;
        top: 753px;
        left: 102px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #s4y38LhTSSFf4EnF0kO4HVCG5156Ti7u {
        width:56px;
        height: 56px;
        top: 734px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #kr2ealoWEp0fiTsswsz4qhLpT3kcwZ4a {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #CcmVrZzBwWlcVLiWtm0kTz9ShMZdgPNc {
        width:56px;
        height: 56px;
        top: 596px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Jg3aykqJg478cADyUwHHLnPtkmZbtNzm {
        width:56px;
        height: 56px;
        top: 596px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #OgenIm98NsTK5NImE6Zr80BaUO2k2dFN {
        width:56px;
        height: 56px;
        top: 734px;
        left: 30px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ARnEdpnTuyW3Ei4poJl0vJwwR7go2PN1 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #iD2iqbCDEvvyxHtkHtZopvivwuvaDgz3 {
        width: 46px;
        height: 35px;
        top: 744px;
        left: 35px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #GNwKKT25NrBeMtlUk4IyFca8M7izhTK0 {
        width:56px;
        height: 56px;
        top: 274px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #UP9iULeaBIiwLxbA9Vrqe7gnyvrAWqeA {
        width:56px;
        height: 56px;
        top: 800px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #H9Tnh6BGXA8NPiZQJZNvDyegTh1qVIpQ {
        width:56px;
        height: 56px;
        top: 734px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #iOxptgAsEThiyU0D5txTCmf2MMCaCeAW {
        width:56px;
        height: 56px;
        top: 533px;
        left: 30px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BZSZkDPP983OKnD7RqeQdH8zzt87F9S8 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #OSoNk1SgoPAwMTeZaNDpfBW5qvefiEOJ {
        width:56px;
        height: 56px;
        top: 596.00002288818px;
        left: 30.000000953674px;
        z-index: 15000;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #uOPFCxZyk9GCr7uqITayUXmDMZfqPZEN {
        width:56px;
        height: 56px;
        top: 470px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #GMo5UFW1TlsKPN7bGEbescpKskEDgmME {
        width:56px;
        height: 56px;
        top: 733px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #NkEltZPMQzkq5ibbmSmLspNPkQk3Bh5e {
        width: 80px;
        height: 50px;
        top: 538px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TnhAo0rvitzLMbZVFQDXroOBmpUOePBi {
        width:56px;
        height: 56px;
        top: 470px;
        left: 234px;
        z-index: 15077;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #PJ6TTJ038eGfkio3piRwXWEJc8OLCgWE {
        width:56px;
        height: 56px;
        top: 470px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #gQ0z94qzxHS5WZlfnH7hLh0KeE0ta1f7 {
        width:56px;
        height: 56px;
        top: 339px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #iPtVfUZGGTsCsAvgy0hTE8CX2oMbwBLR {
        width:56px;
        height: 56px;
        top: 865px;
        left: 64px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qEk98iuvyKIxcRPCNBVia5xIiGz8ikvg {
        width:56px;
        height: 56px;
        top: 865px;
        left: 132px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #SUmb3POfp1C8aVQFXPTJCQ3Pxf411KXF {
        width: 38px;
        height: 33px;
        top: 351px;
        left: 175px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #DpXi8qvwSgz6qSQyif67TXfbGryfXnRB {
        width: 45px;
        height: 27px;
        top: 422px;
        left: 171px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LPiIDM5NemlD7Nc3OCMhLBbifDMK2uc5 {
        width: 45px;
        height: 30px;
        top: 419px;
        left: 240px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wSoTw9EQcG1sZ23zHX0F3hVyoViiUwID {
        width: 49px;
        height: 16px;
        top: 618px;
        left: 238px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #sQSLMx1zL0n1VTaKTTo2rBigx58Ifnkl {
        width:56px;
        height: 56px;
        top: 734px;
        left: 30px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #T530uQZ70IKRH6hRxqd40U7boLlmVkMq {
        width:56px;
        height: 56px;
        top: 471px;
        left: 32px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #v4ZISOfSe6AuCe53k3uf3RZUdOOT49hN {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #wp0wSJFxv5hLGAPXCdfeuAWGrCKGZKe8 {
        width: 40px;
        height: 40px;
        top: 479px;
        left: 40px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #sppzspChoIxOudtqftSE2kVyiqpByscb {
        width:56px;
        height: 56px;
        top: 665px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #htNloC7Vcf4I1rBkslexORmq7kDqTtN8 {
        width:56px;
        height: 56px;
        top: 470px;
        left: 99px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #O9l0CWQ6vWh9rG3Tkw0RmqhCwh1ymP16 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #ACNl2ikUXrWqGcynXBuwegVbM4gXy1Jx {
        width: 42px;
        height: 24px;
        top: 486px;
        left: 105px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #rCpzZnd4mLgxaa06u2CZUko42UKhnscn {
        width:56px;
        height: 56px;
        top: 734px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #rt1GymF9sfJffGTFxWVZMIumgEALlrPy {
        width:56px;
        height: 56px;
        top: 665px;
        left: 30px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qL667ypz9s3akaWxw6ASsT5iiSFZOQtd {
        width: 45px;
        height: 15px;
        top: 689px;
        left: 36px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #rs1iEvGIb01v4eBRDev2aifphyoBWWJp {
        width:56px;
        height: 56px;
        top: 665px;
        left: 30px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #co1BEQiVac2kymzNXo1Tcdqp6WKiVamW {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #TBhb0UqQxk9MZTy03yQdTmnAaTWVOtmB {
        width:56px;
        height: 56px;
        top: 665px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #XD3sJdHTvEF1HhZrdJ7yOUMPtCfcVqG9 {
        width: 44px;
        height: 27px;
        top: 682px;
        left: 104px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LTJISe1qBsXuMw3ai6fCCsGlczehtiD4 {
        width:56px;
        height: 56px;
        top: 665px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #tivQiT8CT9mosaalpSSpRBAomtUEpiW2 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #UyOF49m8AFfXOgWFOrOJJZxNycKDi2xf {
        width:56px;
        height: 56px;
        top: 800px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qSebcfAyTlVvOKVGs4BTHyA6X3S6Tb8o {
        width:56px;
        height: 56px;
        top: 665px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #lRo5nADBlbCDhaQP9PUOvMCS3b34seyT {
        width:56px;
        height: 56px;
        top: 470px;
        left: 32px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Qhuwi8mh6SelOMb43Vn9nsX8Ml9ODZNE {
        width: 48px;
        height: 27px;
        top: 486px;
        left: 170px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #WGZfMv6FKcXRLXUtP1qEMU49fKs2I74O {
        width:56px;
        height: 56px;
        top: 737px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ieVzoQ53FeR2GvA9e7rTGqG1haBr4m5a {
        width:56px;
        height: 56px;
        top: 533px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #hoNI8ReTHt0ySgPTzxIpnIzNlogHpgyE {
        width:56px;
        height: 56px;
        top: 274px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #E7oiJbmHKxxoS2iRliSTEBECStUoeInL {
        width:56px;
        height: 56px;
        top: 668px;
        left: 31px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #k58T25uCenEDaCGTveqCQseOy8UGcf23 {
        width:56px;
        height: 56px;
        top: 533px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #vkfs5taVGT9xNweONCENQBMeCCmDDDGo {
        width:56px;
        height: 56px;
        top: 596px;
        left: 98px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #SfffvSNWXBuN6o8V6dQR5CTSSvai2C63 {
        width: 46px;
        height: 11px;
        top: 689px;
        left: 239px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #HSN6ORoOl8z7Vh4IzzJgxUe78vmHBQLv {
        width: 42px;
        height: 22px;
        top: 817px;
        left: 241px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #mnnT0nl79zbp126Ti6bx75vaWrNfOVDU {
        width: 46px;
        height: 16px;
        top: 820.5px;
        left: 34.500001px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #cabpB2lxe0LKdEqXRcT04XiTN87BFPvQ {
        width:56px;
        height: 56px;
        top: 800px;
        left: 30px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pwhSMP9beX6Pb4TyrxUOAubLHZLOMAUs {
        width:56px;
        height: 56px;
        top: 665px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #brNzxcFqlrHr20bW4vGMyOb1gaNDdOp5 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #riy25nKPbgxPmAKdIbI0y9zmJWnItmqF {
        width:56px;
        height: 56px;
        top: 800px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TsgLOA2GaSFxBvz2JmWHT7woNpz1mh1t {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #szfKfExJVGTI57TqiJWcHcEX2lebaFDk {
        width:56px;
        height: 56px;
        top: 665px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #nlfs8Lhgx2FZhTDahwpoOD1g6I09GvW7 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #IzwsEmrelLM1Ge1Mx6M8aVa6FahCL1ky {
        width: 44px;
        height: 35px;
        top: 541px;
        left: 240px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #y1GglO1esJ7n7UH5O5FVJG59IKnOBoVe {
        width: 49px;
        height: 15px;
        top: 618px;
        left: 102px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BRsw2N2rohB0Vv6PQI1ey3o8UNeJcbM7 {
        width:56px;
        height: 56px;
        top: 865px;
        left: 132px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LG2vdB8LDTf8lOElR5pzfpleM3G8CcMS {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #HArtvCmOh42cFem6WcnbqHHhaa7KUyTc {
        width: 48px;
        height: 17px;
        top: 886px;
        left: 136px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #roenuENenZNds3g4STv3EIrWarM73VPK {
        width: 45px;
        height: 23px;
        top: 551px;
        left: 171px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BLI9SObGDpbm6S68alZtlhmuOvhiTfaz {
        width: 50px;
        height: 19px;
        top: 820px;
        left: 102px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #UoAgnThKv2Fo9XqeZJB8PDovbu6i1S6c {
        width:56px;
        height: 56px;
        top: 596px;
        left: 30px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #WxTRtTo8DP0Xc0hFvRDf8N7eC9kZCkRS {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #BLITTANDkPsdnyqSBNDGJd02Oh5FZTnJ {
        width: 47px;
        height: 10px;
        top: 621px;
        left: 35px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #VnoUmycJEQgLZ3C8u5HiTxgH3x0LQb9f {
        width:56px;
        height: 56px;
        top: 470px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #C7NxGLgWmEJMGfDWKGCgfsfTIu5IzHl3 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #KhB57d5x4aHMrrvOnpEKaawsusBABrZd {
        width: 80px;
        height: 50px;
        top: 475px;
        left: 221px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Wutzowe1QmafilvwecmT6igSpbHyN3zt {
        width: 46px;
        height: 22px;
        top: 279px;
        left: 172px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #R9kzkmkPGPMR8Xp79GUEHeBT85A9BgnW {
        width: 40px;
        height: 22px;
        top: 287px;
        left: 242px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TIMkpwvXiO6Wewag5NzzoLIpnsvVo9xy {
        width: 50px;
        height: 17px;
        top: 687px;
        left: 169px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #s0lapdNXT39pvKdOmTWx0lw1QvbHm4uq {
        width:56px;
        height: 56px;
        top: 274px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #a9xVd5MrbiOeUuv7FEvP2hH5q833dxKL {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #XvIxm1zZU0IqoHflIMwtK6T304NXgtAS {
        width:56px;
        height: 56px;
        top: 274px;
        left: 234px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #zNOqKIrsvs2mZCkOa6G8cm3ktwQh6TG6 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #aO1h7pC3Nwkqh5CxoBG8b8NWM5GpdhKE {
        width:56px;
        height: 56px;
        top: 596px;
        left: 166px;
        z-index: 15001;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #rw5ZQ6vZOTdiaQh0f6eTyAXFSaXlaxIs {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #C216d8MTJGpJBuRQaTJTGU8kK2ZeSEcZ {
        width: 47px;
        height: 18px;
        top: 617px;
        left: 170px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #m1Tvt2k7hoEG2ca7TffzZwdWp3qPawpK {
        width: 44px;
        height: 11px;
        top: 290px;
        left: 105px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #yakdUhUThGREvZMWiGBW57zzcEAT1Eqf {
        width: 46px;
        height: 35px;
        top: 545px;
        left: 104px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #y3AMocAGbUI2VUFquDZUS1GS6xK23R0e {
        width: 60px;
        height: 20px;
        top: 883px;
        left: 200px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #QNw3MVA7nWtrH5sZ1Zc2dT9ZlFQHB7Td {
        width: 40px;
        height: 32px;
        top: 879px;
        left: 73px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ga8b6o5s76HmSUihgxt2Ki6zRNlbBS8a {
        width: 55px;
        height: 37px;
        top: 811px;
        left: 167px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #SI46VFuoLvV7G3JQVT14G9ro2k4W8Xd1 {
        width:320px;
        height: 34px;
        top: 954.80001831055px;
        left: 0px;
        font-size: 14px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ZZ6d6sW9EJFoVNSWECTDvcsVu3EfzsVt {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #auKxEauGb24laeJ6fOX33XTVziqg1qTG {
        width:284px;
        height: 52.7812px;
        top: 1015px;
        left: 17.987500190735px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #mho0mhESZTIsoBdLzD23oP7i7PPTGRZi {
        width:56px;
        height: 56px;
        top: 533px;
        left: 99px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #C2hvns9485JkUik7RtHAMBgW0ShKbOve {
        width:56px;
        height: 56px;
        top: 406px;
        left: 166px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wlJiAl1dLB4ATc8iTTVgUPTmuBJIFFUV {
        width:56px;
        height: 56px;
        top: 865px;
        left: 200px;
        z-index: 15005;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #EAbTgBdfCZhHw4KxzxAtECr0L7uynqEJ {
        width:320px;
        height: 76.9922px;
        top: 76.800018px;
        left: 0px;
        font-size: 14px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Ez53lxZvZ0kTscRkeZSiQu3mTSsfW2xa {
        width:56px;
        height: 56px;
        top: 339px;
        left: 98.000000953674px;
        z-index: 15195;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Bmubw3hWbUc8dkOwwX5QpqLdfalaz137 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #GsoMn9GREDIOIMVzqB3XT7lN93svVfoR {
        width:56px;
        height: 56px;
        top: 339px;
        left: 166.00000858307px;
        z-index: 15195;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qUEXPHRlP3Z41iqzNavAWRmhxKUA4P4p {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #WJBK1X7ndA72UpIa5EKIfKbPfkcAPI6U {
        width:56px;
        height: 56px;
        top: 406.00003051758px;
        left: 166.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #sWlzioXlwkC5ghIR1uquEBzyXPcIUeLP {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #SKTrJ42iQlQaZkAKEGvqoHKEtls2CGyt {
        width:56px;
        height: 56px;
        top: 406.00001525879px;
        left: 234.00000858307px;
        z-index: 15197;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BKTk0N5EAeHlgPqs0L0td7kLXvrHyx0U {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #wkRrDd06tb1l2E9TPkPH0f9sPI1OVCtc {
        width:56px;
        height: 56px;
        top: 533.00001525879px;
        left: 98.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #a8dkf90Mi7hVHihR5TM8NW68U2cByPkG {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #ZekV0xbSnmXkrETRge1hmWUsyWCzi7WN {
        width:56px;
        height: 56px;
        top: 533.00001525879px;
        left: 166.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #B5sR1QIlayTCz5ZfIwqzaAgTwiyJD392 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #RncNc9vPwd1qvMKdwx6UVQ3qbXI2hbWW {
        width:56px;
        height: 56px;
        top: 470.80001068115px;
        left: 166.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #uDO6FeaB3yXsDqTUDV36hX9sB5WS8Hzi {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #yLxACITp6IWfZAx680qJIxt1JBntdTzR {
        width:56px;
        height: 56px;
        top: 533.00001525879px;
        left: 234.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #OwJzkWzu5WzxoU9pwSUdTiyZLFHq4QBt {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #Dhvff2H694x36JX6M56A7nd78nvTLbvS {
        width:56px;
        height: 56px;
        top: 596px;
        left: 98.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #m653Qcqg81LSJNqTQSeKKRpngTnuNhxE {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #qw7STEqID1naFA59iErk9dCDmmV11Bqt {
        width:56px;
        height: 56px;
        top: 595.99998474121px;
        left: 234.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #gIJnwJNQAQcOM6MJ7g9gVcV3uGR3IVK6 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #yGhWs7xSTKe9cWyyUDcPr8pEQbCfBnDs {
        width:56px;
        height: 56px;
        top: 800px;
        left: 98.000000953674px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qZrfmPyBsTumLoc8Eyyc4zwaiaMwOfSI {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #y5Gqi9dSeyIRL4R6qiZTnmWZTHpxK0OB {
        width:56px;
        height: 56px;
        top: 862.80001831055px;
        left: 63.800004005432px;
        z-index: 15198;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ZOFslEteSrfCDfb47Lag0ma6mbdKPO47 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #hOtU4FPQOKJGq7S5Hugy4GcBAB4tkC4R {
        width:320px;
        height: 756px;
        top: 187px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #nfhrZaOs3xtoWqsDRDVQhKk5u872huFw {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 {
        display:block;
    }

    #ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row .container {
        width: 320px;
        height: 66px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #g48lITv9oo8xs5ZU6NkyrGqWGxgBx5DK {
        width:320px;
        height: 29.3875px;
        top: 29px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wBhrA1TrScDB3oD68rgT4QOPuyspVJil {
        display:block;
    }

    #wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row .container {
        width: 320px;
        height: 167px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #c0DSqhyNhaBxP4M6Sf5Nlgk4OHfNMe1m {
        width:40px;
        height: 40px;
        top: 88.5px;
        left: 195.5px;
        overflow: hidden;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #bxbwWsGAoLzIE4hpbFvL1FfWAqT9GPnZ {
        width:40px;
        height: 40px;
        top: 86.5px;
        left: 76.5px;
        overflow: hidden;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #SWpBCXsLKlHf8n39TU7PZHAUzTpH5RwI {
        width:182px;
        height: 76px;
        top: 71px;
        left: 62px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #RvVt1CsWX2SLBDXRg0QtlTTsEBswqRcc {
        width:320px;
        height: 76px;
        top: 71px;
        left: 0px;
        z-index: 14998;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #cvUxFXhI7fexUV5H6RhzWJ4rs9cC5V8f {
        width:71px;
        height: 32px;
        top: 93px;
        left: 124.50000858307px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #NZIo9SwaE7mLDt0qDmxivqGkqMUpqxR1 {
        width:58px;
        height: 17.6px;
        top: 100px;
        left: 130.00000858307px;
        font-size: 16px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #M9yCg1oJL9k2MMMWPqsM9ubi0E4ksyIJ {
        width:67px;
        height: 13.1953px;
        top: 92px;
        left: 248px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #GPpPm27d9el1H9CN2X8FoyLNoToabNBR {
        width:65px;
        height: 20px;
        top: 110px;
        left: 250px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #T6UUFBIPiqEZy1wcHIybQAg1Wk3cM2lW {
        width:56px;
        height: 39.5859px;
        top: 88.999938964844px;
        left: 3.9999990463257px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #hkbqMei970hHCUfUhCB0ZPRADqlBkdxx {
        width:114px;
        height: 29px;
        top: 15.974990844727px;
        left: 103.00000095367px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #nwPdAgSAMQWaP67aU1mxq5W3xL9s4DCU {
        width:320px;
        height: 78px;
        top: 69.5px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #VUcRuKQmBtrXIHTggdgzlbo724HuydXA {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #mF3orLIdQmZSTlOh1O2EXIFrKvlIfwae {
        width:320px;
        height: 77px;
        top: 70px;
        left: 0px;
        z-index: 15206;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ItN12IJB9Tc68UOyvTJTJa8UdZ2elQmg {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV {
        display:block;
    }

    #gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row .container {
        width: 320px;
        height: 175px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #oq7TzU3y5fP4zcBMNPsB1h1crAEmNarv {
        width:40px;
        height: 40px;
        top: 88.5px;
        left: 195.5px;
        overflow: hidden;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #SABZUCcEJOXlzBsx8Q8kIHZaZUK1pRtt {
        width:40px;
        height: 40px;
        top: 88.5px;
        left: 76.5px;
        overflow: hidden;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #CaUGdmKSLCw66DGRVlxsmZyswauOzTa9 {
        width:182px;
        height: 76px;
        top: 71px;
        left: 62px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #c82yVNSPmGdT6XLzxVaogc5KgnTbpIlg {
        width:320px;
        height: 76px;
        top: 71px;
        left: 0px;
        z-index: 14998;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #D5kWg86Opv8nbaqb9StOGySh5Dv2qS0E {
        width:71px;
        height: 32px;
        top: 93px;
        left: 124.50000858307px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qaaP6HkNSfFy1VpF94CgGdVZUF6SyH4U {
        width:58px;
        height: 17.6px;
        top: 100px;
        left: 130.00000858307px;
        font-size: 16px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xcJcl8HpxWtsdLdrQTZ58Uoeh0vz4F1n {
        width:67px;
        height: 13.2px;
        top: 92px;
        left: 248px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ZteC7zBmuppyzsQLz5O2vk7kAevUtzMl {
        width:62px;
        height: 16px;
        top: 110px;
        left: 250px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #DVs04zq8RTeQbZI5ZUMWp02SJTLXwZ6f {
        width:56px;
        height: 39.5859px;
        top: 88.999938964844px;
        left: 3.9999990463257px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Zn4859kHyt7XVmqMPqweB2AAAVXsHDUz {
        width:114px;
        height: 29px;
        top: 15.974990844727px;
        left: 103.00000095367px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Ns9PrkeGewptC0wAIzZtxCNaNf1TdIzs {
        width:320px;
        height: 78px;
        top: 69.5px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #KbJaRMdL1nkeis2JH5qsP4revdy8Bc4A {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #BNRzcqv27IrTOvHIQyqSwoqeXBGDLoOc {
        width:320px;
        height: 77px;
        top: 70px;
        left: 0px;
        z-index: 15206;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #b3TMH5RE4CbfwWMr2ZxUGbBBhM3KZQvX {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 {
        display:none;
    }

    #T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 > .row .container {
        width: 320px;
        height: 69px;
        position: relative;
        display: none;
    }
}

@media only screen and (max-width: 763px) {
    #wTbO2QsGv4wCmwMLsXlytKwob3K8GCTp {
        width:320px;
        height: 22px;
        top: 20px;
        left: 0px;
        font-size: 20px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en {
        display:block;
    }

    #rVIHS1Ubom15LDVOsJgCuyZJ1SIg46en > .row .container {
        width: 320px;
        height: 510px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #dsTyc41DM6pWdef7svKCvAz1dGvQ818b {
        width:320px;
        height: 22px;
        top: 38px;
        left: 0px;
        font-size: 20px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #sw5T6WnlkZSc3SfWLgil8gryc9MMlk1R {
        width: 320px;
        height: 407px;
        top: 77.799987792969px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #zgi9dltQ9Vee7fOlNv1NwfpFoIv68ykq {
        width: 316px;
        height: 103px;
        top: 80.800079px;
        left: 2px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #O5K8qXuigFNsKgKtEBv9T70uUXTOPhfW {
        display:flex;
        width: 28px;
        height: 28px;
        top: 169.79998779297px;
        left: 146px;
    }
}

@media only screen and (max-width: 763px) {
    #y7qvgguZx6PDVgWfkxduRkl9QDfpJh58 {
        width:30px;
        height: 24px;
        top: 104.80000305176px;
        left: 145px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #yW7KiaZkzVFITfcccNJ2dGH5CWGW9Tnq {
        width:320px;
        height: 19.8px;
        top: 136.89999389648px;
        left: 0px;
        font-size: 18px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #RxP6R7aNqUKLRdDSfHT7AnTB6QxDFI3v {
        width:64px;
        height: 40px;
        top: 205.80004882812px;
        left: 58px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #DcKhf5v4KPyqcSwZlpdf8AQxWFbIcqyN {
        width:106px;
        height: 16px;
        top: 217.80004882812px;
        left: 164px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #KRTm589Akor6vMoFeHfP95snmA1TpBUm {
        width:56px;
        height: 24px;
        top: 278.80004882812px;
        left: 62px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #HRSufdkN3h2tAmKpvzGssfaEkHlN46nW {
        width:104px;
        height: 28px;
        top: 276.80004882812px;
        left: 168px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #o3eTqtFMs3xhszLCv1cDnESxaUmr2TxW {
        width:104px;
        height: 12px;
        top: 340.80000305176px;
        left: 43px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Af5wXHRAJbXrdhfNr9vpdopSDBZqhKc8 {
        width:104px;
        height: 18px;
        top: 337.80000305176px;
        left: 165px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #nSv6zyQsNPtrHBg9GAoC5spRW1xe2aov {
        width:104px;
        height: 12px;
        top: 394.80000305176px;
        left: 43px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #T0TOAS6OMANycS97XW8mcQ30kNrDaawe {
        width:104px;
        height: 12px;
        top: 394.80000305176px;
        left: 165px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #uEVSb9OKGUkNRFCKq0cVrLKDPPbr2iR4 {
        width:320px;
        height: 103px;
        top: 77.800048828125px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #daozEh2J8UeN99t4TBV552soAgBrZD45 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #TQTDEJSvEIxDinfUrwlfdNHINNGozPdf {
        width:50px;
        height: 24px;
        top: 431px;
        left: 135.00000858307px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 {
        display:block;
    }

    #WiQErzQHzU3pJfNdpmJseFF7vd4ZcLC4 > .row .container {
        width: 320px;
        height: 680px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #uVX7VReC6y4wVDoQ9XxA4SizHkF0kXDt {
        width: 320px;
        height: 203px;
        top: -1.52587890625E-5px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #boJnAM4tSkeHniJUqPD7y7n4xbhiBZWb {
        width: 316px;
        height: 103px;
        top: 2.000122px;
        left: 2px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pdczAEAoD2WeQrT2BmueMIr8sF3RwNtx {
        width:320px;
        height: 19.8px;
        top: 60.999954223633px;
        left: 0px;
        font-size: 18px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #tNTuHT6xdLIwPGctLWsevRa7Ta6XfflL {
        display:flex;
        width: 28px;
        height: 28px;
        top: 92.999984741211px;
        left: 146px;
    }
}

@media only screen and (max-width: 763px) {
    #DgbMHTBHzJERuhLDJZKqyrUkMl0tUK6s {
        width:17px;
        height: 24px;
        top: 23.200012207031px;
        left: 150.5px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Fmo7vz7NTtnDhKPOJ4v6zCl3rsuaogTL {
        width:34px;
        height: 16px;
        top: 147.20001220703px;
        left: 48px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #EnIObTSfZQzxb7d61e2tINZAiTJTcz52 {
        width:102px;
        height: 16px;
        top: 147.20007324219px;
        left: 107px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #UM02QaSmn7l3wbbgGVwuzzldf9pyQsNu {
        width:24px;
        height: 24px;
        top: 143.20001220703px;
        left: 239px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qd3si5X1mVqqqQMSnSD7aEW9evqFuVD1 {
        width: 320px;
        height: 203px;
        top: 224.19995117188px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TO04B7Zc9czSRS6bmcwfXH7rhO4FRr5s {
        width: 316px;
        height: 103px;
        top: 226.200012px;
        left: 2px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #aDrEvAxXv8Uvza9tb07fWgzdILxxsb64 {
        width:320px;
        height: 19.8px;
        top: 285.00001525879px;
        left: 0px;
        font-size: 18px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #oCTggJ6MRfyRddTN4ClEHxcPkreQkSOU {
        display:flex;
        width: 28px;
        height: 28px;
        top: 319.19999694824px;
        left: 146px;
    }
}

@media only screen and (max-width: 763px) {
    #kSZmD8TkIxaknSsHL0QDAetkBX5Dlep5 {
        width:30px;
        height: 22px;
        top: 248.19999694824px;
        left: 145px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Csg7EQQDC6OCtvU7TEnG4upqPGHIJiKD {
        width:24px;
        height: 24px;
        top: 369px;
        left: 83px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Xg0qDNGqnBomMf9RmGlkdUmfg83AZEkt {
        width:24px;
        height: 24px;
        top: 369px;
        left: 125px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #OiNHMIJbTnzkBJp42C4l4yKCo5RzCE7z {
        width:24px;
        height: 24px;
        top: 369px;
        left: 169px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #HmTiET7FkqTXo1BhQsz9kBdzRD7qnFy7 {
        width:24px;
        height: 24px;
        top: 369px;
        left: 213px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LNpHocQDBrmPXx5Su9MeJkqpafmmmNyh {
        width: 320px;
        height: 203px;
        top: 447.0001373291px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #g0vJvZt4luatiatDGdBmOdJpfAzM0CfF {
        width: 316px;
        height: 103px;
        top: 448.999985px;
        left: 2px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xEhSFPJf5wiJJWPqBtqtQDiANN9K50rE {
        width:320px;
        height: 19.8px;
        top: 509px;
        left: 0px;
        font-size: 18px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Db3NArBSfkyp4vUWRozQXZMOuCOnEUQq {
        display:flex;
        width: 28px;
        height: 28px;
        top: 541px;
        left: 146px;
    }
}

@media only screen and (max-width: 763px) {
    #Do1hSOf5HhOdDBM8S6E3Ax6RqXtLcPhn {
        width:28px;
        height: 24px;
        top: 472.20001220703px;
        left: 146px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #p6Ft8rzzwahVJyaxzJdRfD3g0kFsWFHD {
        width:51px;
        height: 18px;
        top: 594px;
        left: 77px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #RokkthxH8lc57zmwLBkKXcx8nsW9tnTL {
        width:89px;
        height: 16px;
        top: 595px;
        left: 154px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #QLy0Udgy3fm9pVqJhiJxBmLekBEzJHad {
        width:320px;
        height: 37px;
        top: 676.19995117188px;
        left: 0px;
        font-size: 14px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wr6t0SvtD9BxQkOpP94VcMiyDZ7T0cMs {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #xTEWTtaO5SkU7xUhTsEO5D83LyhR7Oc4 {
        width:320px;
        height: 103px;
        top: 0px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #DGCpw2yZaCZ2DCUuJHd7kVSMA3LFK4iV {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #L8hO09zZ2JxyL2OMVi8GyM1eZpi1KsCX {
        width:320px;
        height: 103px;
        top: 224.20001220703px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BxAoTrOAc71d778cF4ePhN1EKVVlRCXd {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #NkDdz68594VlIob01fxRqZAbJFhTP4UT {
        width:320px;
        height: 103px;
        top: 447px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LecJTzEt1haLVChd0vROtyA88Q8AzGxd {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs {
        background-color: transparent;
        /* background-image: url("https://tv.channel-sports.com/logo/BG-PHONE2.png"); */
        background-position: top center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: initial !important;
        display: block;
    }

    #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.adaptive-delivery-prevent-bg, #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.lazyload, #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.lazyloading {
        background-image: none;
    }

    #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container {
        background-color: transparent;
        background-image: none;
    }

    #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container > .video-iframe-container {
        display: none;
    }

    #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row > .video-iframe-container {
        display: none;
    }

    #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ; background: rgba(0,0,0,0);
    }

    #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container {
        width: 320px;
        height: 335px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LxNyRGm5xoMbF0O6xkikFE1RnQXIZoVH {
        width: 284px;
        height: 31.9px;
        top: 390.399902px;
        left: 19px;
        font-size: 20px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ZsWWR5bs3PhQ2W8quCpoiDWXRrvbJNgt {
        width:284px;
        height: 35.1875px;
        top: 127px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #X7wgkbR4AZVcpX8CLTn1fiJNi769r237 {
        width:117px;
        height: 42px;
        top: 170px;
        left: 102px;
        font-size: 14px;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #TzXUPV6UQ8FWdtCP8fFiUI1ImEK24zC0 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #hC6bs7R7kgLGuzhEeTxRPwVWARoXVmCz {
        width: 30px;
        height: 22px;
        top: 10px;
        left: 148px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ii1hWOWxNNGwF75NGdUMnunzzDct6rC7 {
        width:284px;
        height: 17.6px;
        top: 50px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #vqu6k7cMA9kbNIrESg3vzPUGewcLalrS {
        width:320px;
        height: 54.5859px;
        top: 72px;
        left: 0px;
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #mQFlzAdMQ8fr76NqmboANqFMCV6NlTcE {
        width: 30px;
        height: 50px;
        top: 120px;
        left: 148px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #mQqWZCxuzfQA2i0ocOT8ti1INPomA5e7 {
        width:284px;
        height: 17.6px;
        top: 170px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #c9yM94QlDly2IbDOTp5VyQHzqEk1l3Kf {
        width:284px;
        height: 54.5859px;
        top: 193px;
        left: 18px;
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #cZIOxNVWoT1s013tss8XIFMn9I1kV8Bc {
        width: 30px;
        height: 40px;
        top: 245px;
        left: 148px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wCDgs51fxnlIOE09TtfBLKPbrU8gWxON {
        width:284px;
        height: 17.6px;
        top: 290px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #RsBoUaoIbKzA7BsL1f9OTrsJgmMTI5C1 {
        width:320px;
        height: 72.7812px;
        top: 313px;
        left: 0px;
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #FBZU2LbZqRnUHIEqldGC1FuDe9MerOOu {
        width:132px;
        height: 21px;
        top: 538px;
        left: 159px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Zbp4nASWwnf0vp80U3dHEZ1XXMcmAvge {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr {
        display:block;
    }

    #H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container {
        width: 320px;
        height: 1342px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ubZwFNO1dqWQmzMozyiVByx40ood4T7w {
        width:320px;
        height: 523px;
        top: 20px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #CgxcWbBkONqb9Ro3ANQU1TyRQAMmsQ5H {
        width:320px;
        height: 469px;
        top: 550.62501525879px;
        left: 0px;
        display: none;
    }
}

@media only screen and (max-width: 763px) {
    #ZBLZ7nGhmTET56MczQJI16Oxtt9nIBzc {
        width:320px;
        height: 115px;
        top: 394.78750610352px;
        left: 0px;
        overflow: hidden;
        display: none;
    }
}

@media only screen and (max-width: 763px) {
    #veClDCdf0ANPg9dtMeg2SGUZwNs1RhhG {
        width:286px;
        height: 105.6px;
        top: 44px;
        left: 16.987500190735px;
        font-size: 24px;
        line-height: 1.1;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #P0iPbi5TSgapeeKbU3x2MT3QGIvauDgo {
        width:298px;
        height: 218.344px;
        top: 157.18751525879px;
        left: 17.000000953674px;
        font-size: 14px;
        line-height: 1.3;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ezKIQspfO1cDe8y7UlNr86r1QfJ86Unt {
        width:246px;
        height: 79.2px;
        top: 603px;
        left: 17px;
        font-size: 24px;
        line-height: 1.1;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #LMMyRvnrU9bACbDlSwdTe7V275MronT4 {
        width:289px;
        height: 200.148px;
        top: 691px;
        left: 17px;
        font-size: 14px;
        line-height: 1.3;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Vku3MbpTk8yqUiVJe5u6aDCv7hf2bX8F {
        width:238px;
        height: 79.2px;
        top: 909px;
        left: 17px;
        font-size: 24px;
        line-height: 1.1;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #PmiXMfuxpaWvNuCnt6toE8vIw3rC4TnS {
        width:297px;
        height: 272.93px;
        top: 1001px;
        left: 17px;
        font-size: 14px;
        line-height: 1.3;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #UiLT8La6HhgFWTD6gsrgxmROpNmdC0qR {
        width:283px;
        height: 31.1875px;
        top: 1287.0000305176px;
        left: 17px;
        font-size: 12px;
        line-height: 1.3;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp {
        width:320px;
        height: 757px;
        top: 577px;
        left: 0px;
        z-index: 15002;
        background-color: #e3e3e3;
        background-image: url("https://images.assets-landingi.com/uc/e27322ed-3a30-435f-8e7c-1351be7464f6/Group12611549551.png");
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: cover !important;
        display: block;
    }

    #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp.adaptive-delivery-prevent-bg, #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp.lazyload, #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp.lazyloading {
        background-image: none;
    }
}

@media only screen and (max-width: 763px) {
    #qRJ5Ea65z2MJyL1g8x7Ase9ipIRl2g2Q {
        width:320px;
        height: 182px;
        top: 395.80001831055px;
        left: 0px;
        overflow: hidden;
        z-index: 15003;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA {
        display:block;
    }

    #yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container {
        width: 320px;
        height: 80px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #IarRTJ97kBwPFb9ZUAiIKXH53Hp41Jap {
        width:320px;
        height: 22px;
        top: 33px;
        left: 0px;
        font-size: 20px;
        line-height: 1.1;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ {
        display:block;
    }

    #PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row .container {
        width: 320px;
        height: 60px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #x4OHCwLu4sQCbuhlur8QDLKB6SEa3M1u {
        width:284px;
        height: 17.6px;
        top: 19.800003051758px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #OzrX8xxT3Xgiaw3ZgG7P3l6XUUURhi7R {
        display:flex;
        width: 24px;
        height: 24px;
        top: 16.600006103516px;
        left: 283px;
    }
}

@media only screen and (max-width: 763px) {
    #ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ {
        display:block;
    }

    #ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row .container {
        width: 320px;
        height: 898px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #IthmsERBT6ZCoymE2Gt6oZcPRZTs2Elt {
        width:284px;
        height: 564.0543px;
        top: 23.399993896484px;
        left: 18px;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #oQZrScmxaVSkMlEquH24q4RMTJHMd0HS {
        width:279px;
        height: 145.5624px;
        top: 597.60000610352px;
        left: 24px;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #S5s5ioesfw3zkBnieVXF9ISvTt4tyD1s {
        width:284px;
        height: 127.3671px;
        top: 753.20001220703px;
        left: 18px;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy {
        display:block;
    }

    #quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row .container {
        width: 320px;
        height: 75px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wEACLhVQ9Q5WQ1ms6aJ0IRMp3OeJLluu {
        width:200px;
        height: 35.1875px;
        top: 19.800048828125px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ambB7VtkqImy13fyAx0T2a2T10i9k766 {
        width:285px;
        height: 1px;
        top: 0px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #gafXMSWQo75HcPJVXP9eQnWSTGG0fi7R {
        display:flex;
        width: 24px;
        height: 24px;
        top: 25.5px;
        left: 283px;
    }
}

@media only screen and (max-width: 763px) {
    #Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G {
        display:block;
    }

    #Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row .container {
        width: 320px;
        height: 265px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #CCDc1FyV44doBd8kucAzR56wyeiupylg {
        width:284px;
        height: 181.953px;
        top: 21.399993896484px;
        left: 18px;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #aimB86TuaoKeW4VaslkWwuksxTcbXHmV {
        width:222px;
        height: 27px;
        top: 56px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #UMXdgCfnFzwXf9uN8XAirVl0uqX7vzG5 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #VHiTEUiDz21XNJemXTlPWzw3cK7DeHMa {
        width:140px;
        height: 27px;
        top: 72px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #vFosKoc85ZPvTuyD9QMaGJiyO0tzAVfO {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #wqF7hmLC7VreV0wP5cMghmFD6HpFmALW {
        width:181px;
        height: 27px;
        top: 127px;
        left: 113px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #mbBP0gOibpOdDOIh1KhdIQUKTm5Pf3HI {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #Q4bs9ZVhSSR8OGs2JrSMvqMW5GXNd5Q3 {
        width:233px;
        height: 23px;
        top: 147px;
        left: 15px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qKNd2hsMRbSxqi16w5WOEegaKeQZFfPO {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #ut0TCc3JEnzZm98pFcZVw9ONRe7PxdII {
        width:233px;
        height: 35px;
        top: 170px;
        left: 87px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #FypZEZocahuVu22pyQBIomiKN2e2Abun {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #q6O6KpzKQv5UlBvzQm3qygKQqSFLCxdI {
        width:68px;
        height: 21px;
        top: 166px;
        left: 18px;
        z-index: 15215;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #vt0ikbwA1X5tcPko5VV8cZRPbUkWLGfN {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 {
        display:block;
    }

    #kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row .container {
        width: 320px;
        height: 60px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #wRfnTCUi8H7W6ZlpF8n3zPIN4p8iNF1L {
        width:284px;
        height: 17.6px;
        top: 19.800003051758px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #MrgBmu9Q3EkpEpElsPWPJqUUOMZnzbmr {
        width:285px;
        height: 1px;
        top: 0px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #paTTgRBfgkXXiEmdnRbh0gi3RZVrkGq6 {
        display:flex;
        width: 24px;
        height: 24px;
        top: 16.600006103516px;
        left: 283px;
    }
}

@media only screen and (max-width: 763px) {
    #LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi {
        display:block;
    }

    #LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row .container {
        width: 320px;
        height: 245px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #yLTp1TGcHWiz47imGNhBdNvA51KS4qQ3 {
        width:284px;
        height: 200.1483px;
        top: 21.399993896484px;
        left: 18px;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #NKXdAmmkyK2EGklwNJ3e2NIuw8Kf82KP {
        width:156px;
        height: 27px;
        top: 198.60000610352px;
        left: 90px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xXBou1EvuqPTIa3W04uLi7QL48yIWu9O {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD {
        display:block;
    }

    #xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row .container {
        width: 320px;
        height: 60px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #dmzBZGZ9nafTZXpD5HRVTzAn3oGcL1EL {
        width:284px;
        height: 17.6px;
        top: 19.800003051758px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #DWbFbtMwTJwy0wEseFxG7QLVFW08JRTw {
        width:285px;
        height: 1px;
        top: 0px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #h8o4KaRPTccVlWrcT2ySmI0dwoBOnEa1 {
        display:flex;
        width: 24px;
        height: 24px;
        top: 16.600006103516px;
        left: 283px;
    }
}

@media only screen and (max-width: 763px) {
    #dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 {
        display:block;
    }

    #dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row .container {
        width: 320px;
        height: 205px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #fex1m1NKJTWI1Uhh5J2Xggri8JHBNlXI {
        width:284px;
        height: 163.7578px;
        top: 21.399993896484px;
        left: 18px;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #lHGLazc107XDAktuC7T94ZZFNsSMGs2x {
        display:block;
    }

    #lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row .container {
        width: 320px;
        height: 60px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #gJf9m6TFBODKvi6A4V4QVIU4Q6b98aMv {
        width:284px;
        height: 17.6px;
        top: 19.800003051758px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #NATLv2v4kGWTqnDOXDVJod7spHOd035H {
        width:285px;
        height: 1px;
        top: 0px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #z8Gc1NLAylQF05Tszvxflf5JESxA10qf {
        display:flex;
        width: 24px;
        height: 24px;
        top: 16.600006103516px;
        left: 283px;
    }
}

@media only screen and (max-width: 763px) {
    #z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR {
        display:block;
    }

    #z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row .container {
        width: 320px;
        height: 151px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #pEXS4bmP506TXb04mRdN2ccvLdN0Gt30 {
        width:284px;
        height: 109.172px;
        top: 21.399993896484px;
        left: 18px;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #NghO7kARJaZRFU0x02Bd7z3xCJLua72t {
        display:block;
    }

    #NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row .container {
        width: 320px;
        height: 71px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #NSs5nKlamING8xIFAwwdTGI5AMXTZ1Km {
        width:245px;
        height: 35.1875px;
        top: 19.799987792969px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #tTMfgRErTl93P3hMPXSRdET5Qpks6TJS {
        width:285px;
        height: 1px;
        top: 0px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #n4XVOMucgzT8Dbqd8e2iCEeIBBNDGnIp {
        display:flex;
        width: 24px;
        height: 24px;
        top: 25px;
        left: 283px;
    }
}

@media only screen and (max-width: 763px) {
    #X95hSPFr99MD6g0uGIaM3BLIs90ahwBz {
        display:block;
    }

    #X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container {
        width: 320px;
        height: 135px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #o30wTLzV8OEAu9moLiXLeXzHw8E2W5fF {
        width:284px;
        height: 109.172px;
        top: 21.399993896484px;
        left: 18px;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #bIRsGRUsQs4gupen0qbgcQ6cQnlqfOE7 {
        width:239px;
        height: 45px;
        top: 72.399749755859px;
        left: 14px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #dWPVWX9il72LwbqkkfolKWBDXZA86tZA {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #tqATwF62cTexedlnd5TW8EOpn1RUlmt6 {
        display:block;
    }

    #tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row .container {
        width: 320px;
        height: 75px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #f2x4f1KoekU8I1ZtPzH4xkWQaJAyTI9p {
        width:284px;
        height: 35.1875px;
        top: 19.800003051758px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #kCUySGNPrF6qJP59WPOHrJo0kVttZfwh {
        width:285px;
        height: 1px;
        top: 0px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #HJBiHKfAkNWgwrEd4dn4DLXwETD5ggGM {
        display:flex;
        width: 24px;
        height: 24px;
        top: 25.5px;
        left: 283px;
    }
}

@media only screen and (max-width: 763px) {
    #KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ {
        display:block;
    }

    #KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row .container {
        width: 320px;
        height: 80px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #U431s1co2B8VHHRVCt2V3fLu6KkTOB83 {
        width:284px;
        height: 54.5859px;
        top: 21.399993896484px;
        left: 18px;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #hE5lfTNZrVg1rsQgk4CGVvidqBqwd86K {
        width:260px;
        height: 41px;
        top: 36.7998046875px;
        left: 13px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #R1LRLAzOgu2qKeF8aWvFpPThgD7rWtHg {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M {
        display:block;
    }

    #kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row .container {
        width: 320px;
        height: 75px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #soHlcllahmw1aRwXqmORndlJWh6RH9Dr {
        width:248px;
        height: 35.1875px;
        top: 19.800048828125px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #hUS5uBsu2OZEriGNNyhemZ3oa9S58wh5 {
        width:285px;
        height: 1px;
        top: 0px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #lEbHpm2TPwDoDicpolGrrIZv2yI9xzOh {
        display:flex;
        width: 24px;
        height: 24px;
        top: 25.5px;
        left: 283px;
    }
}

@media only screen and (max-width: 763px) {
    #rBRJoBpahLy12xZimnRhgOpo6xN7I17x {
        display:block;
    }

    #rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row .container {
        width: 320px;
        height: 411px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #M4enp9mhpIo4pQWLK7yZbzstzTqgOzc0 {
        width:284px;
        height: 363.9058px;
        top: 21.399993896484px;
        left: 18px;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ {
        display:block;
    }

    #WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row .container {
        width: 320px;
        height: 75px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #PKb5aBV6Glr26f3MLDXl9JqTbyWioTLx {
        width:284px;
        height: 35.1875px;
        top: 19.800003051758px;
        left: 18px;
        font-size: 16px;
        line-height: 1.1;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ugxih61rCQRHPAt0BKUVvUAFu0NBnw09 {
        width:285px;
        height: 1px;
        top: 0px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #DTsCrwVAP67z3ExOg3mWutMZupKGagwb {
        display:flex;
        width: 24px;
        height: 24px;
        top: 25.5px;
        left: 283px;
    }
}

@media only screen and (max-width: 763px) {
    #HWZeXASKoN28ozkzo7mTOtctAtHek60W {
        display:block;
    }

    #HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row .container {
        width: 320px;
        height: 205px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #HVLchMIGqBy0oWTsq8MVFvTtW1B8NJTz {
        width:284px;
        height: 163.758px;
        top: 21.399993896484px;
        left: 18px;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #esdEq836KT2DuGoGhxBFxm1uX8bVDGWB {
        display:block;
    }

    #esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row .container {
        width: 320px;
        height: 106px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #cOD51vZOyM6IXl4MrZRm0kFXQJhZrcza {
        width:285px;
        height: 1px;
        top: 0px;
        left: 18px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #X6SkHAI8Iq7Vfa1rpd9ESQlESMVzHuLX {
        width:320px;
        height: 39.1875px;
        top: 23.199981689453px;
        left: 0px;
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
        text-align-last: center;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xW0lWkiMS8TeBTDTeOMkLLXKFuoa7Ngn {
        width:138px;
        height: 27px;
        top: 40.299987792969px;
        left: 91px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BV5dVdz79amiC4mrihHfpCDHB9D4PgHO {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R {
        display:block;
    }

    #oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container {
        width: 320px;
        height: 551px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #XqwTbSgaZ7RGD0BQwcqEtpFaSQKQMp9o {
        width:276px;
        height: 52.8px;
        top: 37px;
        left: 22px;
        font-size: 24px;
        text-align: center;
        text-align-last: center;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        line-height: 1.1;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #v6HVNH0zoQW62DnSl37QIgPrtxyxGL5n {
        width:320px;
        height: 44.8px;
        top: 98px;
        left: 0px;
        font-size: 16px;
        line-height: 1.4;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #yVsNcb0vyC2lJZQiMDqGBbwlfEyCMKBU {
        width:281px;
        height: 96px;
        top: 171px;
        left: 20px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #iKg84ufFi8Bpr87mNTr56JWCSLeQAzZc {
        width:281px;
        height: 96px;
        top: 403px;
        left: 20px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #QTXi2tkvBzzZN9lHmibZBHTwr2OImfPv {
        width:281px;
        height: 96px;
        top: 287px;
        left: 20px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #BsKTnOqwycgzXb7iOMDRsI2VNzcn6k11 {
        width:131px;
        height: 25.6px;
        top: 205px;
        left: 106px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #uRJagwrM3tT7fxweGAffVTwVRmghRWHG {
        width:45px;
        height: 35px;
        top: 318px;
        left: 47px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #hmkq5CdkLCfu3h6xAKhiiLqdnHppKO1z {
        width:54px;
        height: 54px;
        top: 192px;
        left: 43px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #Rzp7GoK3s6fZUGCKIfqF4VvHmeLdhEX6 {
        width:131px;
        height: 25.6px;
        top: 322px;
        left: 106px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #UZNNGfJUtC7tXlKggVNcRVOoxJ1mpack {
        width:162px;
        height: 25.6px;
        top: 439px;
        left: 106px;
        font-size: 16px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #C757x9vxfiXkyl9l8DKTMqblywnNDb7e {
        width:25px;
        height: 35px;
        top: 434px;
        left: 57px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #lv4hgSbBfCsskUpo5Ztrt7PdK6evNMhx {
        width:281px;
        height: 96px;
        top: 287px;
        left: 20px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #xINqhC3QaOuTGGdOMdx18vWekhK5G5xz {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #Dam6rky1MNFXqU8Va09cl0KxmennRxB0 {
        width:281px;
        height: 96px;
        top: 403px;
        left: 20px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #HRanoJhcycCVT6fI9d7LvchSmyPcEDg9 {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #s17Jfbk1VZXUpzqsgfk9Vpfu6Ld5Anf4 {
        width:281px;
        height: 96px;
        top: 171px;
        left: 20px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #OR233JyRLHOfhxNg1KIVBvCfu9Q9VaMt {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #UPAIUflp8wzRh7sfHm7TTS9glw1UBTsW {
        width:36px;
        height: 31px;
        top: 204px;
        left: 51px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #mQ1LSAJolbKf0SiWOBW2fUKI6ur3lTrw {
        width:36px;
        height: 31px;
        top: 320px;
        left: 51px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #qlOxSNlmQEJ24tmpiRfm89DXT236TdrU {
        width:36px;
        height: 31px;
        top: 436px;
        left: 51px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi {
        display:block;
    }

    #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container {
        width: 320px;
        height: 244px;
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz {
        width:64px;
        height: 16px;
        top: 25.998260498047px;
        left: 0px;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 {
        width:117.995px;
        height: 15.9983px;
        top: 60.9833984375px;
        left: 0px;
        text-align: left;
        text-align-last: left;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR {
        width:143px;
        height: 16px;
        top: 131px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #GaEPS13Hf0ablWEr73GRKS53QegurRls {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR {
        width:200px;
        height: 16.9px;
        top: 23.585052490234px;
        left: 120px;
        font-size: 13px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS {
        width:144px;
        height: 16px;
        top: 165px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah {
        display:block;
    }
}

@media only screen and (max-width: 763px) {
    #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE {
        width:320px;
        height: 44px;
        top: 199.5833984375px;
        left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 763px) {
    #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 {
        width:142px;
        height: 15.6px;
        top: 96.200012207031px;
        left: 0px;
        font-size: 12px;
        display: block;
    }
}
