.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: "\002022";
  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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline: 2px solid rgba(0, 0, 0, 1); } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1333c5;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; }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 > .row .container { background-color: transparent; background-image: none; }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 > .row .container > .video-iframe-container { display: none; }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 > .row > .video-iframe-container { display: none; }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 > .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); }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 > .row .container { border-width: 0; border-radius: 0; }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#TfdEw8XNV4kzkrgtTX106bKDHEAu4WWQ { 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;box-shadow: none;height:3.0625rem;width:9.125rem;top:0.78125rem;left:32.9375rem;overflow:hidden;display:block; }
#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT { display:block; } #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT *:focus-visible, #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT input[type="text"]:focus-visible, #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT input[type="email"]:focus-visible, #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT input[type="tel"]:focus-visible, #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT textarea:focus-visible { outline: 2px solid #1333c5; } #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT { background-color: transparent; background-image: none; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container > .video-iframe-container { display: none; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row > .video-iframe-container { display: none; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .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); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT { border-width: 0; border-radius: 0; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .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; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { background-color:transparent;background-image:none;width:75rem;height:65.25rem;font-size:0.875rem;font-family:ubuntu;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;position:relative;display:block; }#TVdVhN2VC2ms8JF69Vc0vBg9JhUOfIsn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:57.3125rem;left:59.9375rem; }
#TVdVhN2VC2ms8JF69Vc0vBg9JhUOfIsn > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TtqDpUoe67wdoy4ikgvSpbfmwcdT5icz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:57.3125rem;left:14.6875rem; }
#TtqDpUoe67wdoy4ikgvSpbfmwcdT5icz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GOeya9oNTT6VIATG4C8IGaACdlnL73UG { z-index:15003;top:56.875rem;left:5.0625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.48) ;box-sizing:border-box;color:#1333c5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fLBo8FTq1mossvcryk5dWbfIVCHxFRT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PubhRUpuMK6H34P0ZOGdLOzxan6Tptwe { z-index:15003;top:56.875rem;left:57.9375rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qHai3TEoLR854FK31DPSNBItet6DZta5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B9lkyOxEX0s3OdoqBoJsAdAZrKJbiCTM { color:#1333c5;display:block;width:75rem;position:absolute;font-family:changa;font-size:3.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:8.44925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dLC48DtSKHbTaQue4ryc8nSL16pg9TAc { color:#000000;display:block;width:44.125rem;position:absolute;font-family:changa;font-size:1.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:14.71875rem;left:15.4375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IL6dPRWOtu4gtuglkXyQ7GmDhofk5bKR { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:39.0625rem;left:13.625rem;display:none; }
#HdzV9i5kqt3XJS8qJFmme4tF2lJNpNht { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:40.75rem;left:13.625rem;display:none; }
#H0u9p9bPgCVp1W4x5M5npwT4VRwHtPOI { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:42.625rem;left:13.625rem;display:none; }
#i8cqazMg4h72ikpdZXmRqUEpXTroqLJN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#X5VuRaJTZqDBMNO6UbJgQtzff9OaDfE3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CkbPd2JiH6LfysbbFOm2XxmLWgsPUUHt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZhTMDVFXv8DdBBVN5F36PfM8XGaRToau { position:absolute;display:block;z-index:15044;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;box-shadow: none;height:6.1875rem;width:13.625rem;top:28.25rem;left:14.875rem;overflow:hidden;display:block; }
#AF199mnnpp0ccfrrgvREBENk01RhHtaG { position:absolute;display:block;z-index:15045;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;box-shadow: none;height:9rem;width:10.1875rem;top:26.875rem;left:49.25rem;overflow:hidden;display:block; }
#IDOIT1fUZ9RZ9Lx0HqTffzm2DJyvGFog { position:absolute;display:block;z-index:15046;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;box-shadow: none;height:10rem;width:12rem;top:37.1875rem;left:15.6875rem;overflow:hidden;display:block; }
#Qp7eaui0K6PNbda3IRFeuLqKky37HwSP { position:absolute;display:block;z-index:15047;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;box-shadow: none;height:12.625rem;width:11.375rem;top:35.875rem;left:32.8125rem;overflow:hidden;display:block; }
#xhfTUxB62LGg2sDSEUzbAGvlu2av2b2k { position:absolute;display:block;z-index:15048;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;box-shadow: none;height:10.375rem;width:11.5rem;top:26.1875rem;left:32.75rem;overflow:hidden;display:block; }
#IRHp2x0PUS8fZC1qK8dvWMJGKud7rAd3 { position:absolute;display:block;z-index:15049;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;box-shadow: none;height:6.5rem;width:10.875rem;top:40.75rem;left:49.25rem;overflow:hidden;display:block; }
#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd > .row .container { background-color: transparent; background-image: none; }#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd > .row .container > .video-iframe-container { display: none; }#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd > .row > .video-iframe-container { display: none; }#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd > .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); }#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd > .row .container { border-width: 0; border-radius: 0; }#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd > .row .container { font-size:0.875rem;font-family:arial;height:100.875rem;width:75rem;position:relative;display:block; }#wvhmAZUXOuRMKsLpUnJAOxn6FKJvu7KW { color:#1333c5;display:block;width:75rem;position:absolute;font-family:changa;font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.46875rem;left:0rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QD2q0LetpVTwFtZgeZIBP04Og7iIzLOq { color:#000000;display:block;width:75rem;position:absolute;font-family:changa;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.1875rem;left:0rem;height:2.625rem;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; }
#ICKFp0TeVOFFh9r6oXz6LH6hkELQDXfF { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:13.625rem;display:block; }
#FES4qxKegkPtTOLhK1kolV0tXGRWhgaW { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:13.625rem;display:block; }
#x9ykV7RRQagGPiM7cRRpMGXixGhD8aQ6 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2bb06, #ffffff);background-image: -moz-linear-gradient(180deg, #f2bb06, #ffffff);background-image: -ms-linear-gradient(180deg, #f2bb06, #ffffff);background-image: -o-linear-gradient(180deg, #f2bb06, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2bb06', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2bb06', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f2bb06, #ffffff);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;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:13.625rem;display:block; }
#mxnll0SmS0H7fT7gND3TRhU9LcR180uu { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2bb06, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #f2bb06, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #f2bb06, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #f2bb06, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2bb06', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2bb06', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #f2bb06, rgba(0,0,0,0));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;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:13.625rem;display:block; }
#Tuvw8GUWSM2LxlCXdCwPcGketLuQiu2q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #000000 ;height:34.6875rem;width:24.375rem;top:13.28125rem;left:3.75rem;overflow:hidden;display:block; }
#bdvf5nS6gTfPAB5W0b1oQ5KizdqvuORV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #000000 ;height:34.6875rem;width:24.375rem;top:51rem;left:3.75rem;overflow:hidden;display:block; }
#zMC0TKBDsW662shwgSMCzz2IRCeGVT6v { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #000000 ;height:34.6875rem;width:24.375rem;top:51rem;left:48.25rem;overflow:hidden;display:block; }
#LeFlqZXrz6TBLAg9mTzPNMInqGcv5FMJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #000000 ;height:34.6875rem;width:24.375rem;top:13.28125rem;left:48.25rem;overflow:hidden;display:block; }
#osGT5VK2VyTvCfRwLoQHpDT7OU0bgVnw { z-index:15003;top:21.4375rem;left:46.25rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Fs9iUM8s3rJOlJMMw1PE2ybsFGqOWSip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rgcAx5fl2oHugnpbMp7oWfbC5fgTMCgc { z-index:15003;top:21.4375rem;left:14.6875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.48) ;box-sizing:border-box;color:#1333c5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#r9tPrqpcZqaluL8DOq5efhV0EXQ30GBQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J3JZcaAv2NnkCnnnIzRNb8TV4ZTTtTy7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.875rem;left:23.5rem;display:none; }
#J3JZcaAv2NnkCnnnIzRNb8TV4ZTTtTy7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#HbNh74f1H3bz33IJBr47BnNz9so71Kat { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.875rem;left:48.25rem;display:none; }
#HbNh74f1H3bz33IJBr47BnNz9so71Kat > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#urcZkL0tVzOFBOk1lfDigr2FG9xuv1vF { z-index:15007;top:91.625rem;left:46.25rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kiPxNdTih7Ti3FSWcsR5EhwyH61lAhSH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yUrMUM4ethq6QGqkHX2BGaquxPlAuXkq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:92.0625rem;left:48.25rem; }
#yUrMUM4ethq6QGqkHX2BGaquxPlAuXkq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#oOydAcpJSCaVbzlfaeZhy6LNsKrDn2dd { z-index:15007;top:91.625rem;left:14.6875rem;background-color:#1333c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.48) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bkUs84lqOzM8OoU2va2otBBO8lgTxUDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yediwDfbUIrZVotpuo5PQOBvzoTcpGv5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:92.0625rem;left:23.5rem; }
#yediwDfbUIrZVotpuo5PQOBvzoTcpGv5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#mNmhnD8XUbcioDVVfdqdIi5SetcXy4Pk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#eXnInaD0KICZXSyAH4ACSQXp9SK1nSKL { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.6875rem;left:13.625rem;display:none; }
#gIDvFM6Wc594lgbGg4b2mHephzFmlTAK { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.6875rem;left:13.625rem;display:none; }
#QZs0taAtiODAuDy5O5709KR5fqFg1Uns { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:19.6875rem;left:13.625rem;display:none; }
#elf6szFgkkZUK7frt7fqVK2ma2G4wtuJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.6875rem;left:13.6875rem;display:none; }
#cU36FVBwVzdM4f2oEVxpMvPuEiFCMNQN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#WC279FC86pKNfV8vFKQypFhp1oTOIBRe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(43,43,43,0.94);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; } #WC279FC86pKNfV8vFKQypFhp1oTOIBRe *:focus-visible, #WC279FC86pKNfV8vFKQypFhp1oTOIBRe input[type="text"]:focus-visible, #WC279FC86pKNfV8vFKQypFhp1oTOIBRe input[type="email"]:focus-visible, #WC279FC86pKNfV8vFKQypFhp1oTOIBRe input[type="tel"]:focus-visible, #WC279FC86pKNfV8vFKQypFhp1oTOIBRe textarea:focus-visible { outline: 2px solid rgba(255,255,255,0.55); } #WC279FC86pKNfV8vFKQypFhp1oTOIBRe > .row .container { background-color: transparent; background-image: none; }#WC279FC86pKNfV8vFKQypFhp1oTOIBRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WC279FC86pKNfV8vFKQypFhp1oTOIBRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WC279FC86pKNfV8vFKQypFhp1oTOIBRe > .row .container > .video-iframe-container { display: none; }#WC279FC86pKNfV8vFKQypFhp1oTOIBRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WC279FC86pKNfV8vFKQypFhp1oTOIBRe > .row > .video-iframe-container { display: none; }#WC279FC86pKNfV8vFKQypFhp1oTOIBRe > .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); }#WC279FC86pKNfV8vFKQypFhp1oTOIBRe > .row .container { border-width: 0; border-radius: 0; }#WC279FC86pKNfV8vFKQypFhp1oTOIBRe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WC279FC86pKNfV8vFKQypFhp1oTOIBRe > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#GIwvfwsDTZCKuxybuvQgVbGDGpmEyDva { position:absolute;display:block;z-index:15004;background-color:#f2bb06;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: none;height:0.125rem;width:3.125rem;top:2.1875rem;left:35.9375rem;display:block; }
#gG7Zr0gRTFHzrOfF5rcCNwFVqycmvPdf { color:#ffffff;display:block;width:75rem;position:absolute;font-family:changa;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cC8RmA5fLMJ6orJfqnIVKQhfnAe0COZy { color:#ffffff;display:block;width:75rem;position:absolute;font-family:changa;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT { 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; }#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT > .row .container { background-color: transparent; background-image: none; }#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT > .row .container > .video-iframe-container { display: none; }#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT > .row > .video-iframe-container { display: none; }#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT > .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); }#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT > .row .container { border-width: 0; border-radius: 0; }#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#SxZRFK7K2GAiWRr3qxIULc3UAAskslxL { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: none;height:0.125rem;width:3.4375rem;top:60.8125rem;left:31.9375rem;display:none; }
#QhoaLGTUXK9Tsbg7gDJnkSTdkDRU2fDQ { position:absolute;display:block;z-index:15003;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;box-shadow: none;height:1.1875rem;width:1.5rem;top:60.125rem;left:36.875rem;overflow:hidden;display:none; }
#av8Z0pBeIE0HoSudqgCKLRPQWtvGDEqW { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: none;height:0.125rem;width:3.4375rem;top:60.8125rem;left:39.625rem;display:none; }
#gIKFxnOkXFQPJnlUPxD4AvTkmkT0s22J { 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;box-shadow: none;height:130.3125rem;width:47.75rem;display:none; }
#PAM95AV9sdsnGNxnU4X12C69NK3Ac5XC { 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;box-shadow: none;height:123.9375rem;width:47.75rem;display:none; }
#fWW1rLm1qOpTzvVTqo85UKiZTKf0VsJO { position:absolute;display:block;z-index:15011;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: none;height:0.0625rem;width:3.25rem;top:38.75rem;left:36.0625rem;display:none; }
#u994TA8i8qh5bdAuXGO1GTwh9BEsRJ3T { 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;box-shadow: none;height:123.9375rem;width:47.75rem;display:none; }
#g7zPsTi93QgtJkqziPf3RKARzTSxfTXF { z-index:15003;top:35.4375rem;left:14.6875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.48) ;box-sizing:border-box;color:#1333c5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#meBsOxm9xiw35RkI8H7OFJZUQiQsApOV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gPwIMaz5TzoURM55z9G4zDWMgVucrvGH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:35.875rem;left:23.5rem; }
#gPwIMaz5TzoURM55z9G4zDWMgVucrvGH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ggMrkUbFMXykUxzgWXKolLdokOBg2Khz { 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;box-shadow: none;height:28.75rem;width:13.8125rem;top:2.5rem;left:47.5625rem;overflow:hidden;display:block; }
#vRTqFOsvge5JC7vuWTq2kiTQTzzrDNFu { 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;box-shadow: none;height:28.5625rem;width:13.8125rem;top:2.625rem;left:29.9375rem;overflow:hidden;display:block; }
#JAt40dP8CLrPrkTtTmszQ2FIrvEl34im { 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;box-shadow: none;height:28.75rem;width:13.25rem;top:2.5rem;left:13.625rem;overflow:hidden;display:block; }
#dhFBuTAwXOnPgoT64Bi92SaVyKl82A1R { box-sizing:content-box;height:18.75rem;width:0.1875rem;position:absolute;display:block;z-index:15030;background-color:#1333c5;background-image:none;top:7.5rem;left:26.75rem;display:block; }
#TzqDxWAPJzTh5oEmsCtIs9XEMIT3hIuE { box-sizing:content-box;height:18.75rem;width:0.1875rem;position:absolute;display:block;z-index:15031;background-color:#1333c5;background-image:none;top:7.5rem;left:47.375rem;display:block; }
#ffhBpdSJ12TM9FHHRsqt4SWFxOTgirJl { position:absolute;display:block;z-index:15011;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: none;height:0.0625rem;width:3.25rem;top:38.75rem;left:36.0625rem;display:none; }
#qU7glJdN8xAc7oR1tzADvIkv6aaSh7ex { z-index:15009;top:35.4375rem;left:47.3125rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IssNvpxoAD7huHG6A1h5C6UTHPb4lPZz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPa6PyrDVEWeJalHtUofIAoLakDa8g94 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:35.875rem;left:49.375rem; }
#vPa6PyrDVEWeJalHtUofIAoLakDa8g94 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#L6DLQfpJbmJK4PTr7d01BA4ao1vWECsz { z-index:15003;top:21.4375rem;left:46.25rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#RZSVEeXhTNaJAkkT5zvvLhy3WFRQAogO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eJ872aIolui8b6CHTEtWmCINqqQv9p4w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.875rem;left:48.25rem;display:none; }
#eJ872aIolui8b6CHTEtWmCINqqQv9p4w > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 > .row .container { background-color: transparent; background-image: none; }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 > .row .container > .video-iframe-container { display: none; }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 > .row > .video-iframe-container { display: none; }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 > .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); }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 > .row .container { border-width: 0; border-radius: 0; }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:block; }#whfBS0quX4rk0El2SZCd8ufFO04yrRHO { color:#000000;display:block;width:75rem;position:absolute;font-family:changa;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bxskh4ahTeuDeVO9EUCM6lnx883a50yy { color:#1333c5;display:block;width:75rem;position:absolute;font-family:changa;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u90yDu3RdFA23gm2phtn7IE0VA2uInK0 { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:changa;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.0625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwuZyBQax5JTERuTWOqoIGLT2ZZMqA9A { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:changa;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:32.3125rem;left:0rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHUAsCB5z4th6d3oTBZcFT4QQPOKuQMd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.375rem;width:13.5625rem;top:17.6875rem;left:3.1875rem;overflow:hidden;display:block; }
#FbCaHosb19OyFeg9RTyxagghxaCMTTZ3 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:changa;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:32.3125rem;left:27.5625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nDJ0PzXimTfoN0Xf1HAPnSOCTRHLDIaO { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:changa;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.0625rem;left:27.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhflCScLVggvUi6AiNGNDzT3DT0Q02M8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.375rem;width:13.5625rem;top:17.6875rem;left:30.6875rem;overflow:hidden;display:block; }
#EOMUDMz9rV33RMgaBEno6TRnQgz51K9P { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:changa;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:32.3125rem;left:55.0625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#esDTSc2LzP9xZHfKcvQ1T0D12wxydlga { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:changa;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29rem;left:55.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o1qesbVrbvytw2dDl3F0ysNsECEXiqbw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.375rem;width:13.5625rem;top:17.6875rem;left:58.25rem;overflow:hidden;display:block; }
#w66vGRXCWMcJAA49XPa8q9m8tplWBtZR { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:changa;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:51.125rem;left:27.5625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BK66fz7mpGIQnlTOzT9CLx0UDgpqdE6t { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:changa;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:47.875rem;left:27.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zz2e1rRH0TsMdqRsQtOwWk8FM5MwWVnQ { 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;box-shadow: none;height:8.4375rem;width:8.4375rem;top:38.5rem;left:33.25rem;overflow:hidden;display:block; }
#s0Tahku6BzxQs69b7ZlcqC3f3UaEbb4o { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yRA8yP3g6IFmgI9oEvOefx64MK9kJyhb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:25.9375rem;left:15rem;display:none; }
#eqehPxI3vxU04E0i6hlpUp8RH73wdgmk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lXTs0XHHhB8qToCVfcnGRTs2CXS20c9U { color:#000000;display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:36.8125rem;left:17rem;display:none; }
#TFDBJdENBx6pf6u2FHX3Abocapn7tukl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rGifdtxqTmn1EouzNrOmIL3bptSucqwF { color:#000000;display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:57.25rem;left:17.4375rem;display:none; }
#cqWKaDSfAUfdlLdaM3edKbtkCLfFSUVH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#buCHQgoy9XWtsKqc46VHPlnbEF88Ts6c { color:#000000;display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:78.6875rem;left:17rem;display:none; }
#mguava0R3NhrmkfST3LudElEUiQmRL5G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .row .container { background-color: transparent; background-image: none; }#mguava0R3NhrmkfST3LudElEUiQmRL5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .row .container > .video-iframe-container { display: none; }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .row > .video-iframe-container { display: none; }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .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); }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .row .container { border-width: 0; border-radius: 0; }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#ZBZ8E0l4OoDPraHn1XiCiCokOVpD4rIp { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fd70d999-b76d-46e5-9236-b7653744641d/groupofmiddleeasterncorporatebusinesspeople20231127050021utc.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: none;height:33.75rem;width:30rem;top:0rem;left:13.625rem;display:block; }#ZBZ8E0l4OoDPraHn1XiCiCokOVpD4rIp.adaptive-delivery-prevent-bg, #ZBZ8E0l4OoDPraHn1XiCiCokOVpD4rIp.lazyload, #ZBZ8E0l4OoDPraHn1XiCiCokOVpD4rIp.lazyloading { background-image: none; }
#Sty8PoB8kRIiCoLqbXFXc1h7u5VwvEiI { color:#1333c5;display:block;width:29.9375rem;position:absolute;font-family:changa;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:1.1875rem;left:45.0625rem;height:3.8994125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#iUJuUnop8EvlGh1qBL24Vymv7RzG5ye3 { color:#000000;display:block;width:24.375rem;position:absolute;font-family:changa;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:8.25rem;left:47.84375rem;height:4rem;text-align:right;text-align-last:right;display:block; }
#BaXsK67quJBZZJnSSplh3Tars02Kl9Da { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.5625rem;left:69.625rem; }
#BaXsK67quJBZZJnSSplh3Tars02Kl9Da > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#AOza8eohOsfebEuCmGye5zXN8U9dDmhJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:changa;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.25rem;left:57.1875rem;height:1.29980625rem;display:block; }
#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 { position:relative;display:block; }#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 { background-color: transparent; background-image: none; }#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 > .row .container > .video-iframe-container { display: none; }#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 > .row > .video-iframe-container { display: none; }#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 > .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); }#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 { border-width: 0; border-radius: 0; }#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 > .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; }#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OxWADmI2PoIH7Ji5sHR11EnXHOlyPuaX { z-index:15011;top:3.0625rem;left:46.25rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bxFRXlprROyPlGbJSBitIB9JrykQT85m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCyhyxfkoSUpT4OwgMApQ96DJQUTDKAT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.5rem;left:48.25rem; }
#CCyhyxfkoSUpT4OwgMApQ96DJQUTDKAT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#UdCEsA4xNIBuAFMT0xQUw0NwB0TWe9pZ { z-index:15011;top:3.0625rem;left:14.6875rem;background-color:#1333c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.48) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R2d4ffoHq6xlGKBVgRMWcrXuRTxmxmaX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pCDxSTTlvL0HmOq69emTchRQEQ7HCkOT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.5rem;left:23.5rem; }
#pCDxSTTlvL0HmOq69emTchRQEQ7HCkOT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#a0ltfypdrxZf6Fx9OakmmK5JLtEFGNNu { z-index:15003;top:21.4375rem;left:46.25rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ICJvL9yUva5i6aDMaOaUnmCUOD0ry9HA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XtV971veP81gTzK2097mSh379EOBwQ6g { z-index:15003;top:35.4375rem;left:14.6875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.48) ;box-sizing:border-box;color:#1333c5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#FHAMK2N1vqz21TxDN16VeTBVMiwwoWwg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SCfqmBATH6PMroFA5tkWUaUe2zCdg4LK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:35.875rem;left:23.5rem;display:none; }
#SCfqmBATH6PMroFA5tkWUaUe2zCdg4LK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#X06SDat5VoC83e4ZrG3wILKIW1ANDBtF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.875rem;left:48.25rem;display:none; }
#X06SDat5VoC83e4ZrG3wILKIW1ANDBtF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1333c5;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; }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs > .row .container { background-color: transparent; background-image: none; }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs > .row .container > .video-iframe-container { display: none; }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs > .row > .video-iframe-container { display: none; }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs > .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); }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs > .row .container { border-width: 0; border-radius: 0; }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#y25kKR1sqhleURtpCkVRFTK5vlTzpxcJ { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:changa;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:2.568359375rem;left:22.875rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 { display:block; }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfdEw8XNV4kzkrgtTX106bKDHEAu4WWQ { width:9.125rem;height:3.0625rem;top:0.75rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT { display:block; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVdVhN2VC2ms8JF69Vc0vBg9JhUOfIsn { top:57.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#TVdVhN2VC2ms8JF69Vc0vBg9JhUOfIsn > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TtqDpUoe67wdoy4ikgvSpbfmwcdT5icz { top:57.3125rem;left:1.0625rem;width:3.125rem;height:3.125rem;display:block; }
#TtqDpUoe67wdoy4ikgvSpbfmwcdT5icz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #GOeya9oNTT6VIATG4C8IGaACdlnL73UG { top:56.875rem;left:0rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLBo8FTq1mossvcryk5dWbfIVCHxFRT5 { display:block; }
 }@media only screen and (max-width: 763px) { #PubhRUpuMK6H34P0ZOGdLOzxan6Tptwe { top:56.875rem;left:33.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHai3TEoLR854FK31DPSNBItet6DZta5 { display:block; }
 }@media only screen and (max-width: 763px) { #B9lkyOxEX0s3OdoqBoJsAdAZrKJbiCTM { top:2.9375rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLC48DtSKHbTaQue4ryc8nSL16pg9TAc { top:14.6875rem;left:1.8125rem;width:44.125rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL6dPRWOtu4gtuglkXyQ7GmDhofk5bKR { top:39.0625rem;left:0rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdzV9i5kqt3XJS8qJFmme4tF2lJNpNht { top:40.75rem;left:0rem;width:19.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0u9p9bPgCVp1W4x5M5npwT4VRwHtPOI { top:42.625rem;left:0rem;width:16.6875rem;height:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8cqazMg4h72ikpdZXmRqUEpXTroqLJN { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #X5VuRaJTZqDBMNO6UbJgQtzff9OaDfE3 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #CkbPd2JiH6LfysbbFOm2XxmLWgsPUUHt { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZhTMDVFXv8DdBBVN5F36PfM8XGaRToau { top:28.25rem;left:1.25rem;width:13.625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF199mnnpp0ccfrrgvREBENk01RhHtaG { top:26.875rem;left:35.625rem;width:10.1875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDOIT1fUZ9RZ9Lx0HqTffzm2DJyvGFog { top:37.1875rem;left:2.0625rem;width:12rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp7eaui0K6PNbda3IRFeuLqKky37HwSP { top:35.875rem;left:19.1875rem;width:11.375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhfTUxB62LGg2sDSEUzbAGvlu2av2b2k { top:26.1875rem;left:19.125rem;width:11.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRHp2x0PUS8fZC1qK8dvWMJGKud7rAd3 { top:40.75rem;left:35.625rem;width:10.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPisuMJXmLNhxXmryGKCRK3nCeVwooFd { display:block; }#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvhmAZUXOuRMKsLpUnJAOxn6FKJvu7KW { top:1.4375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD2q0LetpVTwFtZgeZIBP04Og7iIzLOq { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICKFp0TeVOFFh9r6oXz6LH6hkELQDXfF { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FES4qxKegkPtTOLhK1kolV0tXGRWhgaW { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ykV7RRQagGPiM7cRRpMGXixGhD8aQ6 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxnll0SmS0H7fT7gND3TRhU9LcR180uu { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuvw8GUWSM2LxlCXdCwPcGketLuQiu2q { top:13.25rem;left:0rem;width:24.375rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdvf5nS6gTfPAB5W0b1oQ5KizdqvuORV { top:51rem;left:0rem;width:24.375rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMC0TKBDsW662shwgSMCzz2IRCeGVT6v { top:51rem;left:23.375rem;width:24.375rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeFlqZXrz6TBLAg9mTzPNMInqGcv5FMJ { top:13.25rem;left:23.375rem;width:24.375rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osGT5VK2VyTvCfRwLoQHpDT7OU0bgVnw { top:21.4375rem;left:32.625rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fs9iUM8s3rJOlJMMw1PE2ybsFGqOWSip { display:block; }
 }@media only screen and (max-width: 763px) { #rgcAx5fl2oHugnpbMp7oWfbC5fgTMCgc { top:21.4375rem;left:1.0625rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9tPrqpcZqaluL8DOq5efhV0EXQ30GBQ { display:block; }
 }@media only screen and (max-width: 763px) { #J3JZcaAv2NnkCnnnIzRNb8TV4ZTTtTy7 { top:21.875rem;left:9.875rem;width:3.125rem;height:3.125rem;display:none; }
#J3JZcaAv2NnkCnnnIzRNb8TV4ZTTtTy7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #HbNh74f1H3bz33IJBr47BnNz9so71Kat { top:21.875rem;left:34.625rem;width:3.125rem;height:3.125rem;display:none; }
#HbNh74f1H3bz33IJBr47BnNz9so71Kat > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #urcZkL0tVzOFBOk1lfDigr2FG9xuv1vF { top:91.625rem;left:32.625rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiPxNdTih7Ti3FSWcsR5EhwyH61lAhSH { display:block; }
 }@media only screen and (max-width: 763px) { #yUrMUM4ethq6QGqkHX2BGaquxPlAuXkq { top:92.0625rem;left:34.625rem;width:3.125rem;height:3.125rem;display:block; }
#yUrMUM4ethq6QGqkHX2BGaquxPlAuXkq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #oOydAcpJSCaVbzlfaeZhy6LNsKrDn2dd { top:91.625rem;left:1.0625rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkUs84lqOzM8OoU2va2otBBO8lgTxUDk { display:block; }
 }@media only screen and (max-width: 763px) { #yediwDfbUIrZVotpuo5PQOBvzoTcpGv5 { top:92.0625rem;left:9.875rem;width:3.125rem;height:3.125rem;display:block; }
#yediwDfbUIrZVotpuo5PQOBvzoTcpGv5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #mNmhnD8XUbcioDVVfdqdIi5SetcXy4Pk { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eXnInaD0KICZXSyAH4ACSQXp9SK1nSKL { top:17.6875rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIDvFM6Wc594lgbGg4b2mHephzFmlTAK { top:17.6875rem;left:0rem;width:1.875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZs0taAtiODAuDy5O5709KR5fqFg1Uns { top:19.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #elf6szFgkkZUK7frt7fqVK2ma2G4wtuJ { top:17.6875rem;left:0.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cU36FVBwVzdM4f2oEVxpMvPuEiFCMNQN { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #WC279FC86pKNfV8vFKQypFhp1oTOIBRe { display:block; }#WC279FC86pKNfV8vFKQypFhp1oTOIBRe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIwvfwsDTZCKuxybuvQgVbGDGpmEyDva { width:3.125rem;height:0.125rem;top:2.1875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG7Zr0gRTFHzrOfF5rcCNwFVqycmvPdf { width:47.75rem;height:3.625rem;top:4.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC8RmA5fLMJ6orJfqnIVKQhfnAe0COZy { width:47.75rem;height:2.4375rem;top:9.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT { display:none; }#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SxZRFK7K2GAiWRr3qxIULc3UAAskslxL { width:3.4375rem;height:0.125rem;top:60.8125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhoaLGTUXK9Tsbg7gDJnkSTdkDRU2fDQ { width:1.5rem;height:1.1875rem;top:60.125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #av8Z0pBeIE0HoSudqgCKLRPQWtvGDEqW { width:3.4375rem;height:0.125rem;top:60.8125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIKFxnOkXFQPJnlUPxD4AvTkmkT0s22J { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAM95AV9sdsnGNxnU4X12C69NK3Ac5XC { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWW1rLm1qOpTzvVTqo85UKiZTKf0VsJO { width:3.25rem;height:0.0625rem;top:38.75rem;left:22.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u994TA8i8qh5bdAuXGO1GTwh9BEsRJ3T { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7zPsTi93QgtJkqziPf3RKARzTSxfTXF { top:35.4375rem;left:1.0625rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #meBsOxm9xiw35RkI8H7OFJZUQiQsApOV { display:block; }
 }@media only screen and (max-width: 763px) { #gPwIMaz5TzoURM55z9G4zDWMgVucrvGH { top:35.875rem;left:9.875rem;width:3.125rem;height:3.125rem;display:none; }
#gPwIMaz5TzoURM55z9G4zDWMgVucrvGH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ggMrkUbFMXykUxzgWXKolLdokOBg2Khz { top:2.5rem;left:33.9375rem;width:13.8125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRTqFOsvge5JC7vuWTq2kiTQTzzrDNFu { top:2.625rem;left:16.3125rem;width:13.8125rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAt40dP8CLrPrkTtTmszQ2FIrvEl34im { top:2.5rem;left:0rem;width:13.25rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhFBuTAwXOnPgoT64Bi92SaVyKl82A1R { top:7.5rem;left:13.125rem;width:0.1875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzqDxWAPJzTh5oEmsCtIs9XEMIT3hIuE { top:7.5rem;left:33.75rem;width:0.1875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffhBpdSJ12TM9FHHRsqt4SWFxOTgirJl { width:3.25rem;height:0.0625rem;top:38.75rem;left:22.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qU7glJdN8xAc7oR1tzADvIkv6aaSh7ex { top:35.4375rem;left:33.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IssNvpxoAD7huHG6A1h5C6UTHPb4lPZz { display:block; }
 }@media only screen and (max-width: 763px) { #vPa6PyrDVEWeJalHtUofIAoLakDa8g94 { top:35.875rem;left:35.75rem;width:3.125rem;height:3.125rem;display:block; }
#vPa6PyrDVEWeJalHtUofIAoLakDa8g94 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #L6DLQfpJbmJK4PTr7d01BA4ao1vWECsz { top:21.4375rem;left:32.625rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZSVEeXhTNaJAkkT5zvvLhy3WFRQAogO { display:block; }
 }@media only screen and (max-width: 763px) { #eJ872aIolui8b6CHTEtWmCINqqQv9p4w { top:21.875rem;left:34.625rem;width:3.125rem;height:3.125rem;display:none; }
#eJ872aIolui8b6CHTEtWmCINqqQv9p4w > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 { display:block; }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whfBS0quX4rk0El2SZCd8ufFO04yrRHO { width:47.75rem;height:2.4375rem;top:11.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxskh4ahTeuDeVO9EUCM6lnx883a50yy { width:47.75rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u90yDu3RdFA23gm2phtn7IE0VA2uInK0 { width:19.9375rem;height:2rem;top:29.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwuZyBQax5JTERuTWOqoIGLT2ZZMqA9A { width:19.9375rem;height:5.5rem;top:32.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHUAsCB5z4th6d3oTBZcFT4QQPOKuQMd { width:13.5625rem;height:8.375rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbCaHosb19OyFeg9RTyxagghxaCMTTZ3 { width:19.9375rem;height:2.75rem;top:32.3125rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDJ0PzXimTfoN0Xf1HAPnSOCTRHLDIaO { width:19.9375rem;height:2rem;top:29.0625rem;left:13.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhflCScLVggvUi6AiNGNDzT3DT0Q02M8 { width:13.5625rem;height:8.375rem;top:17.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOMUDMz9rV33RMgaBEno6TRnQgz51K9P { width:19.9375rem;height:4.125rem;top:32.3125rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esDTSc2LzP9xZHfKcvQ1T0D12wxydlga { width:19.9375rem;height:2rem;top:29rem;left:27.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1qesbVrbvytw2dDl3F0ysNsECEXiqbw { width:13.5625rem;height:8.375rem;top:17.6875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w66vGRXCWMcJAA49XPa8q9m8tplWBtZR { width:19.9375rem;height:4.125rem;top:51.125rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK66fz7mpGIQnlTOzT9CLx0UDgpqdE6t { width:19.9375rem;height:2rem;top:47.875rem;left:13.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz2e1rRH0TsMdqRsQtOwWk8FM5MwWVnQ { width:8.4375rem;height:8.4375rem;top:38.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0Tahku6BzxQs69b7ZlcqC3f3UaEbb4o { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yRA8yP3g6IFmgI9oEvOefx64MK9kJyhb { top:25.9375rem;left:1.375rem;width:12.5rem;height:1.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqehPxI3vxU04E0i6hlpUp8RH73wdgmk { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #lXTs0XHHhB8qToCVfcnGRTs2CXS20c9U { top:36.8125rem;left:3.375rem;width:1rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFDBJdENBx6pf6u2FHX3Abocapn7tukl { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #rGifdtxqTmn1EouzNrOmIL3bptSucqwF { top:57.25rem;left:3.8125rem;width:1rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqWKaDSfAUfdlLdaM3edKbtkCLfFSUVH { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #buCHQgoy9XWtsKqc46VHPlnbEF88Ts6c { top:78.6875rem;left:3.375rem;width:1rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mguava0R3NhrmkfST3LudElEUiQmRL5G { display:block; }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBZ8E0l4OoDPraHn1XiCiCokOVpD4rIp { top:0rem;left:0rem;width:30rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sty8PoB8kRIiCoLqbXFXc1h7u5VwvEiI { top:1.1875rem;left:17.8125rem;width:29.9375rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUJuUnop8EvlGh1qBL24Vymv7RzG5ye3 { top:8.25rem;left:23.375rem;width:24.375rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaXsK67quJBZZJnSSplh3Tars02Kl9Da { top:15.5625rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:none; }
#BaXsK67quJBZZJnSSplh3Tars02Kl9Da > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #AOza8eohOsfebEuCmGye5zXN8U9dDmhJ { top:16.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 { display:block; }#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxWADmI2PoIH7Ji5sHR11EnXHOlyPuaX { top:3.0625rem;left:32.625rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxFRXlprROyPlGbJSBitIB9JrykQT85m { display:block; }
 }@media only screen and (max-width: 763px) { #CCyhyxfkoSUpT4OwgMApQ96DJQUTDKAT { top:3.5rem;left:34.625rem;width:3.125rem;height:3.125rem;display:block; }
#CCyhyxfkoSUpT4OwgMApQ96DJQUTDKAT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #UdCEsA4xNIBuAFMT0xQUw0NwB0TWe9pZ { top:3.0625rem;left:1.0625rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2d4ffoHq6xlGKBVgRMWcrXuRTxmxmaX { display:block; }
 }@media only screen and (max-width: 763px) { #pCDxSTTlvL0HmOq69emTchRQEQ7HCkOT { top:3.5rem;left:9.875rem;width:3.125rem;height:3.125rem;display:block; }
#pCDxSTTlvL0HmOq69emTchRQEQ7HCkOT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #a0ltfypdrxZf6Fx9OakmmK5JLtEFGNNu { top:21.4375rem;left:32.625rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICJvL9yUva5i6aDMaOaUnmCUOD0ry9HA { display:block; }
 }@media only screen and (max-width: 763px) { #XtV971veP81gTzK2097mSh379EOBwQ6g { top:35.4375rem;left:1.0625rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHAMK2N1vqz21TxDN16VeTBVMiwwoWwg { display:block; }
 }@media only screen and (max-width: 763px) { #SCfqmBATH6PMroFA5tkWUaUe2zCdg4LK { top:35.875rem;left:9.875rem;width:3.125rem;height:3.125rem;display:none; }
#SCfqmBATH6PMroFA5tkWUaUe2zCdg4LK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #X06SDat5VoC83e4ZrG3wILKIW1ANDBtF { top:21.875rem;left:34.625rem;width:3.125rem;height:3.125rem;display:none; }
#X06SDat5VoC83e4ZrG3wILKIW1ANDBtF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs { display:block; }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y25kKR1sqhleURtpCkVRFTK5vlTzpxcJ { top:2.5625rem;left:9.25rem;width:29.1875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 { position:relative;z-index:auto;display:block; }#tr6E8pMmEdL1kDPTCv8dcC7vZl8TC2O3 > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfdEw8XNV4kzkrgtTX106bKDHEAu4WWQ { width:5rem;height:1.6875rem;top:0.65625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT *:focus-visible, #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT input[type="text"]:focus-visible, #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT input[type="email"]:focus-visible, #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT input[type="tel"]:focus-visible, #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT textarea:focus-visible { outline: 2px solid rgba(0,0,0,0.31); } #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { background-color: transparent; background-image: none; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container > .video-iframe-container { display: none; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row > .video-iframe-container { display: none; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .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); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { border-width: 0; border-radius: 0; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVdVhN2VC2ms8JF69Vc0vBg9JhUOfIsn { display:flex;width:1.875rem;height:1.875rem;top:27.375rem;left:12.8125rem;font-size:1.3125rem; }
#TVdVhN2VC2ms8JF69Vc0vBg9JhUOfIsn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TtqDpUoe67wdoy4ikgvSpbfmwcdT5icz { display:flex;width:2.1875rem;height:2.1875rem;top:31.8125rem;left:5.5625rem;font-size:1.5rem; }
#TtqDpUoe67wdoy4ikgvSpbfmwcdT5icz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #GOeya9oNTT6VIATG4C8IGaACdlnL73UG { top:31.1875rem;left:3.75rem;width:12.5rem;height:3.4375rem;line-height:1.3;text-align:center;text-align-last:center;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLBo8FTq1mossvcryk5dWbfIVCHxFRT5 { display:block; }
 }@media only screen and (max-width: 763px) { #PubhRUpuMK6H34P0ZOGdLOzxan6Tptwe { top:26.5625rem;left:3.75rem;width:12.5rem;height:3.4375rem;text-align:center;text-align-last:center;background-color:#00bc4a;background-image:none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHai3TEoLR854FK31DPSNBItet6DZta5 { display:block; }
 }@media only screen and (max-width: 763px) { #B9lkyOxEX0s3OdoqBoJsAdAZrKJbiCTM { width:20rem;height:9.75rem;top:1.431640625rem;left:0rem;font-size:1.875rem;color:#1333c5;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; }
 }@media only screen and (max-width: 763px) { #dLC48DtSKHbTaQue4ryc8nSL16pg9TAc { width:20rem;height:0;top:11.806640625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IL6dPRWOtu4gtuglkXyQ7GmDhofk5bKR { top:38.125rem;left:2.5625rem;width:16.6875rem;height:1.21875rem;z-index:15048;font-family:changa;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdzV9i5kqt3XJS8qJFmme4tF2lJNpNht { top:39.875rem;left:0rem;width:19.25rem;height:1.21875rem;z-index:15049;font-family:changa;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0u9p9bPgCVp1W4x5M5npwT4VRwHtPOI { top:41.75rem;left:2.75rem;width:16.6875rem;height:1.21875rem;z-index:15050;font-family:changa;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8cqazMg4h72ikpdZXmRqUEpXTroqLJN { display:flex;top:38rem;left:19.375rem;width:1.5625rem;height:1.5625rem;z-index:15051;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #X5VuRaJTZqDBMNO6UbJgQtzff9OaDfE3 { display:flex;top:39.8125rem;left:19.375rem;width:1.5625rem;height:1.5625rem;z-index:15052;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #CkbPd2JiH6LfysbbFOm2XxmLWgsPUUHt { display:flex;top:41.625rem;left:19.375rem;width:1.5625rem;height:1.5625rem;z-index:15053;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ZhTMDVFXv8DdBBVN5F36PfM8XGaRToau { width:6.5625rem;height:2.9375rem;top:13.9375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF199mnnpp0ccfrrgvREBENk01RhHtaG { width:5.25rem;height:4.625rem;top:18.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDOIT1fUZ9RZ9Lx0HqTffzm2DJyvGFog { width:5.6875rem;height:4.6875rem;top:18.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp7eaui0K6PNbda3IRFeuLqKky37HwSP { width:4.9375rem;height:5.5rem;top:18rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhfTUxB62LGg2sDSEUzbAGvlu2av2b2k { width:5.625rem;height:5.0625rem;top:12.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRHp2x0PUS8fZC1qK8dvWMJGKud7rAd3 { width:5.5rem;height:3.125rem;top:13.875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPisuMJXmLNhxXmryGKCRK3nCeVwooFd { display:none; }#TPisuMJXmLNhxXmryGKCRK3nCeVwooFd > .row .container { width:20rem;height:134.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wvhmAZUXOuRMKsLpUnJAOxn6FKJvu7KW { width:20rem;height:2.65625rem;top:3.42578125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD2q0LetpVTwFtZgeZIBP04Og7iIzLOq { width:20rem;height:3.5rem;top:5.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICKFp0TeVOFFh9r6oXz6LH6hkELQDXfF { width:0.5rem;height:5.0625rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FES4qxKegkPtTOLhK1kolV0tXGRWhgaW { width:0.5rem;height:3.5625rem;top:0.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9ykV7RRQagGPiM7cRRpMGXixGhD8aQ6 { width:0.5rem;height:3.1875rem;top:0rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxnll0SmS0H7fT7gND3TRhU9LcR180uu { width:0.5rem;height:2.125rem;top:0rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuvw8GUWSM2LxlCXdCwPcGketLuQiu2q { width:18.3125rem;height:26rem;top:12.5rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdvf5nS6gTfPAB5W0b1oQ5KizdqvuORV { width:18.3125rem;height:26rem;top:39.9375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMC0TKBDsW662shwgSMCzz2IRCeGVT6v { width:18.3125rem;height:26rem;top:94.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeFlqZXrz6TBLAg9mTzPNMInqGcv5FMJ { width:18.3125rem;height:26rem;top:67.4375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osGT5VK2VyTvCfRwLoQHpDT7OU0bgVnw { top:123.4375rem;left:3.75rem;width:12.5rem;height:3.4375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Fs9iUM8s3rJOlJMMw1PE2ybsFGqOWSip { display:block; }
 }@media only screen and (max-width: 763px) { #rgcAx5fl2oHugnpbMp7oWfbC5fgTMCgc { top:128.0625rem;left:3.75rem;width:12.5rem;height:3.4375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #r9tPrqpcZqaluL8DOq5efhV0EXQ30GBQ { display:block; }
 }@media only screen and (max-width: 763px) { #J3JZcaAv2NnkCnnnIzRNb8TV4ZTTtTy7 { display:flex;width:2.1875rem;height:2.1875rem;top:129rem;left:5.625rem;font-size:1.5rem;z-index:15030; }
#J3JZcaAv2NnkCnnnIzRNb8TV4ZTTtTy7 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #HbNh74f1H3bz33IJBr47BnNz9so71Kat { display:flex;width:2.1875rem;height:2.1875rem;top:124.0625rem;left:12.5625rem;font-size:1.5rem;z-index:15030; }
#HbNh74f1H3bz33IJBr47BnNz9so71Kat > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #urcZkL0tVzOFBOk1lfDigr2FG9xuv1vF { top:91.625rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kiPxNdTih7Ti3FSWcsR5EhwyH61lAhSH { display:block; }
 }@media only screen and (max-width: 763px) { #yUrMUM4ethq6QGqkHX2BGaquxPlAuXkq { display:flex;width:3.125rem;height:3.125rem;top:92.0625rem;left:8.4375rem;font-size:1.5rem;display:none; }
#yUrMUM4ethq6QGqkHX2BGaquxPlAuXkq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #oOydAcpJSCaVbzlfaeZhy6LNsKrDn2dd { top:91.625rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bkUs84lqOzM8OoU2va2otBBO8lgTxUDk { display:block; }
 }@media only screen and (max-width: 763px) { #yediwDfbUIrZVotpuo5PQOBvzoTcpGv5 { display:flex;width:3.125rem;height:3.125rem;top:92.0625rem;left:8.4375rem;font-size:1.5rem;display:none; }
#yediwDfbUIrZVotpuo5PQOBvzoTcpGv5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #mNmhnD8XUbcioDVVfdqdIi5SetcXy4Pk { top:4.3125rem;left:3.9375rem;width:2.3125rem;height:2.3125rem;z-index:15003;background-color:#1333c5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eXnInaD0KICZXSyAH4ACSQXp9SK1nSKL { top:4.25rem;left:0rem;width:3.75rem;height:2.4375rem;z-index:15047;font-family:changa;font-weight:700;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIDvFM6Wc594lgbGg4b2mHephzFmlTAK { top:4.8125rem;left:4.4375rem;width:1.1875rem;height:1.29980625rem;z-index:15045;font-family:changa;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QZs0taAtiODAuDy5O5709KR5fqFg1Uns { top:4.25rem;left:13.4375rem;width:3.9375rem;height:2.4375rem;z-index:15046;font-family:changa;font-weight:700;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elf6szFgkkZUK7frt7fqVK2ma2G4wtuJ { top:4.8125rem;left:17.75rem;width:1.875rem;height:1.29980625rem;z-index:15044;font-family:changa;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cU36FVBwVzdM4f2oEVxpMvPuEiFCMNQN { top:4.3125rem;left:17.6875rem;width:2.3125rem;height:2.3125rem;z-index:15004;background-color:#1333c5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WC279FC86pKNfV8vFKQypFhp1oTOIBRe { display:none; }#WC279FC86pKNfV8vFKQypFhp1oTOIBRe > .row .container { width:20rem;height:11.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GIwvfwsDTZCKuxybuvQgVbGDGpmEyDva { width:3.125rem;height:0.125rem;top:2.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG7Zr0gRTFHzrOfF5rcCNwFVqycmvPdf { width:20rem;height:4.0625rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC8RmA5fLMJ6orJfqnIVKQhfnAe0COZy { width:17rem;height:1.625rem;top:8.3125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT { background-color:transparent;background-image:none;display:none; }#CDhUbaLgeBWfQruMh7lMBaJH7zNxbBzT > .row .container { width:20rem;height:104.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SxZRFK7K2GAiWRr3qxIULc3UAAskslxL { width:3.4375rem;height:0.125rem;top:98.9375rem;left:4.375rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #QhoaLGTUXK9Tsbg7gDJnkSTdkDRU2fDQ { width:1.5rem;height:1.1875rem;top:98.375rem;left:9.25rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #av8Z0pBeIE0HoSudqgCKLRPQWtvGDEqW { width:3.4375rem;height:0.125rem;top:98.8125rem;left:12.1875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #gIKFxnOkXFQPJnlUPxD4AvTkmkT0s22J { top:1.30517578125rem;left:3.5rem;width:13rem;height:28.5rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PAM95AV9sdsnGNxnU4X12C69NK3Ac5XC { top:31.125rem;left:3.09375rem;width:13.8125rem;height:28.5rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fWW1rLm1qOpTzvVTqo85UKiZTKf0VsJO { width:3.25rem;height:0.125rem;top:61.5625rem;left:8.375rem;background-color:#1333c5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #u994TA8i8qh5bdAuXGO1GTwh9BEsRJ3T { top:61.5625rem;left:3.09375rem;width:13.8125rem;height:28.5rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g7zPsTi93QgtJkqziPf3RKARzTSxfTXF { top:97.75rem;left:3.75rem;width:12.5rem;height:3.4375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #meBsOxm9xiw35RkI8H7OFJZUQiQsApOV { display:block; }
 }@media only screen and (max-width: 763px) { #gPwIMaz5TzoURM55z9G4zDWMgVucrvGH { display:flex;width:2.1875rem;height:2.1875rem;top:98.6875rem;left:5.625rem;font-size:1.5rem;z-index:15030; }
#gPwIMaz5TzoURM55z9G4zDWMgVucrvGH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ggMrkUbFMXykUxzgWXKolLdokOBg2Khz { width:13.8125rem;height:28.75rem;top:209.3125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRTqFOsvge5JC7vuWTq2kiTQTzzrDNFu { width:13.8125rem;height:28.5625rem;top:159.5rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAt40dP8CLrPrkTtTmszQ2FIrvEl34im { width:13.25rem;height:28.75rem;top:109.5rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhFBuTAwXOnPgoT64Bi92SaVyKl82A1R { width:0.1875rem;height:18.75rem;top:139.5rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzqDxWAPJzTh5oEmsCtIs9XEMIT3hIuE { width:0.1875rem;height:18.75rem;top:189.3125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffhBpdSJ12TM9FHHRsqt4SWFxOTgirJl { width:3.25rem;height:0.125rem;top:31.125rem;left:8.375rem;background-color:#1333c5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #qU7glJdN8xAc7oR1tzADvIkv6aaSh7ex { top:35.4375rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IssNvpxoAD7huHG6A1h5C6UTHPb4lPZz { display:block; }
 }@media only screen and (max-width: 763px) { #vPa6PyrDVEWeJalHtUofIAoLakDa8g94 { display:flex;width:3.125rem;height:3.125rem;top:35.875rem;left:8.4375rem;font-size:1.5rem;display:none; }
#vPa6PyrDVEWeJalHtUofIAoLakDa8g94 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #L6DLQfpJbmJK4PTr7d01BA4ao1vWECsz { top:93.375rem;left:3.75rem;width:12.5rem;height:3.4375rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #RZSVEeXhTNaJAkkT5zvvLhy3WFRQAogO { display:block; }
 }@media only screen and (max-width: 763px) { #eJ872aIolui8b6CHTEtWmCINqqQv9p4w { display:flex;width:2.1875rem;height:2.1875rem;top:94rem;left:12.5625rem;font-size:1.5rem;z-index:15032; }
#eJ872aIolui8b6CHTEtWmCINqqQv9p4w > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 { background-color:#ffffff;background-image:none;display:none; }#Br9DzRyIZ0cFmw9xOxkoPwr7F1drTnf2 > .row .container { width:20rem;height:93.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whfBS0quX4rk0El2SZCd8ufFO04yrRHO { width:20rem;height:2.92480625rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxskh4ahTeuDeVO9EUCM6lnx883a50yy { width:20rem;height:3.25rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u90yDu3RdFA23gm2phtn7IE0VA2uInK0 { width:19.9375rem;height:1.625rem;top:61.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwuZyBQax5JTERuTWOqoIGLT2ZZMqA9A { width:19.9375rem;height:5.5234375rem;top:63.5625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHUAsCB5z4th6d3oTBZcFT4QQPOKuQMd { width:13.5625rem;height:8.375rem;top:49.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbCaHosb19OyFeg9RTyxagghxaCMTTZ3 { width:19.9375rem;height:2.76171875rem;top:43.6875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDJ0PzXimTfoN0Xf1HAPnSOCTRHLDIaO { width:19.9375rem;height:1.625rem;top:41.1875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhflCScLVggvUi6AiNGNDzT3DT0Q02M8 { width:12.3125rem;height:8.1875rem;top:30.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOMUDMz9rV33RMgaBEno6TRnQgz51K9P { width:19.9375rem;height:4.142575rem;top:23.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esDTSc2LzP9xZHfKcvQ1T0D12wxydlga { width:19.9375rem;height:1.625rem;top:21.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1qesbVrbvytw2dDl3F0ysNsECEXiqbw { width:12.3125rem;height:8.1875rem;top:10.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w66vGRXCWMcJAA49XPa8q9m8tplWBtZR { width:19.9375rem;height:4.142575rem;top:84.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK66fz7mpGIQnlTOzT9CLx0UDgpqdE6t { width:19.9375rem;height:1.625rem;top:82.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz2e1rRH0TsMdqRsQtOwWk8FM5MwWVnQ { width:7.5rem;height:7.5rem;top:72.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0Tahku6BzxQs69b7ZlcqC3f3UaEbb4o { top:16.3125rem;left:8.0625rem;width:3.875rem;height:3.875rem;z-index:15013;background-color:#1333c5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yRA8yP3g6IFmgI9oEvOefx64MK9kJyhb { top:17.0625rem;left:9.5rem;width:1rem;height:2.4375rem;z-index:15014;font-family:changa;color:#ffffff;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqehPxI3vxU04E0i6hlpUp8RH73wdgmk { top:36.125rem;left:8.125rem;width:3.875rem;height:3.875rem;z-index:15015;background-color:#1333c5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lXTs0XHHhB8qToCVfcnGRTs2CXS20c9U { top:36.875rem;left:9.5625rem;width:1rem;height:2.4375rem;z-index:15016;font-family:changa;color:#ffffff;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFDBJdENBx6pf6u2FHX3Abocapn7tukl { top:56.3125rem;left:8.125rem;width:3.875rem;height:3.875rem;z-index:15017;background-color:#1333c5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rGifdtxqTmn1EouzNrOmIL3bptSucqwF { top:57.0625rem;left:9.5625rem;width:1rem;height:2.4375rem;z-index:15018;font-family:changa;color:#ffffff;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqWKaDSfAUfdlLdaM3edKbtkCLfFSUVH { top:77.875rem;left:7.625rem;width:3.875rem;height:3.875rem;z-index:15019;background-color:#1333c5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #buCHQgoy9XWtsKqc46VHPlnbEF88Ts6c { top:78.625rem;left:9.0625rem;width:1rem;height:2.4375rem;z-index:15020;font-family:changa;color:#ffffff;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mguava0R3NhrmkfST3LudElEUiQmRL5G { background-color:#ffffff;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;display:none; }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .row .container { border-width: 0; border-radius: 0; }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mguava0R3NhrmkfST3LudElEUiQmRL5G > .row .container { width:20rem;height:29.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZBZ8E0l4OoDPraHn1XiCiCokOVpD4rIp { width:20rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sty8PoB8kRIiCoLqbXFXc1h7u5VwvEiI { width:20rem;height:4.5rem;top:19.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iUJuUnop8EvlGh1qBL24Vymv7RzG5ye3 { width:20rem;height:3.3994125rem;top:25.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:changa;display:block; }
 }@media only screen and (max-width: 763px) { #BaXsK67quJBZZJnSSplh3Tars02Kl9Da { display:flex;width:2.25rem;height:2.25rem;top:35.521484375rem;left:4.65625rem;font-size:1.5rem;z-index:15030;display:none; }
#BaXsK67quJBZZJnSSplh3Tars02Kl9Da > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #AOza8eohOsfebEuCmGye5zXN8U9dDmhJ { width:6.3125rem;height:0;top:35.99658203125rem;left:6.84375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 { display:none; }#HNmKnXHwLgQW7IB3pPdxhqBdx7MhF4n8 > .row .container { width:20rem;height:11.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OxWADmI2PoIH7Ji5sHR11EnXHOlyPuaX { top:3.0625rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bxFRXlprROyPlGbJSBitIB9JrykQT85m { display:block; }
 }@media only screen and (max-width: 763px) { #CCyhyxfkoSUpT4OwgMApQ96DJQUTDKAT { display:flex;width:3.125rem;height:3.125rem;top:3.5rem;left:8.4375rem;font-size:1.5rem;display:none; }
#CCyhyxfkoSUpT4OwgMApQ96DJQUTDKAT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #UdCEsA4xNIBuAFMT0xQUw0NwB0TWe9pZ { top:3.0625rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R2d4ffoHq6xlGKBVgRMWcrXuRTxmxmaX { display:block; }
 }@media only screen and (max-width: 763px) { #pCDxSTTlvL0HmOq69emTchRQEQ7HCkOT { display:flex;width:3.125rem;height:3.125rem;top:3.5rem;left:8.4375rem;font-size:1.5rem;display:none; }
#pCDxSTTlvL0HmOq69emTchRQEQ7HCkOT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #a0ltfypdrxZf6Fx9OakmmK5JLtEFGNNu { top:1.75rem;left:3.75rem;width:12.5rem;height:3.4375rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ICJvL9yUva5i6aDMaOaUnmCUOD0ry9HA { display:block; }
 }@media only screen and (max-width: 763px) { #XtV971veP81gTzK2097mSh379EOBwQ6g { top:6.125rem;left:3.75rem;width:12.5rem;height:3.4375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #FHAMK2N1vqz21TxDN16VeTBVMiwwoWwg { display:block; }
 }@media only screen and (max-width: 763px) { #SCfqmBATH6PMroFA5tkWUaUe2zCdg4LK { display:flex;width:2.1875rem;height:2.1875rem;top:7.0625rem;left:5.625rem;font-size:1.5rem;z-index:15034; }
#SCfqmBATH6PMroFA5tkWUaUe2zCdg4LK > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #X06SDat5VoC83e4ZrG3wILKIW1ANDBtF { display:flex;width:2.1875rem;height:2.1875rem;top:2.375rem;left:12.5625rem;font-size:1.5rem;z-index:15036; }
#X06SDat5VoC83e4ZrG3wILKIW1ANDBtF > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs { display:block; }#odGp8QXa4UlVHlFTccTQ8A5ZV1lipTBs > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y25kKR1sqhleURtpCkVRFTK5vlTzpxcJ { width:20rem;height:0.8125rem;top:0.599609375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }