.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,9,44,0.61); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,9,44,0.61); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: block; }#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); }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001623;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; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container { background-color: transparent; background-image: none; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container > .video-iframe-container { display: none; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row > .video-iframe-container { display: none; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .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); }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container { border-width: 0; border-radius: 0; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#P1BNcVRnlQuVKTsEEoZZmMBysLaW1iPR { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.86328125rem;left:1.5rem;height:5.85rem;font-style:normal;display:block; }
#aOoFdExAL3fgAx4NXyThgshO8Xqxenar { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:13.75rem;left:0.75rem;display:block; }
#mXNZlfa6BCryKBqyFKc0Hc1WlTykDXW9 { position:absolute;display:block;z-index:15007;background-color:#fff91e;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.1875rem;width:3.75rem;top:13.6875rem;left:0.75rem;display:block; }
#TF99WXTeHuP9yE9vsX4qJD9DRfp72Pwp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:21.9375rem;top:2.125rem;left:38.0625rem;overflow:hidden;display:block; }
#IbHfguqDRZcclWUvlW8T9suIugVk9B02 { color:#f6f6f6;display:block;width:36.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:11.3125rem;left:2.625rem;height:1.225rem;font-style:normal;display:block; }
#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001623;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; }#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX > .row .container { background-color: transparent; background-image: none; }#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX > .row .container > .video-iframe-container { display: none; }#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX > .row > .video-iframe-container { display: none; }#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX > .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); }#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX > .row .container { border-width: 0; border-radius: 0; }#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#dQDKbI1QcoUDEq0gqWrfh8b3aOrlI2VW { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:16.5rem;left:1.5625rem;display:block; }
#T8ERAyXW2rqzCTVv85o1L9yEX1xTShLl { position:absolute;display:block;z-index:15007;background-color:#fff91e;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.1875rem;width:3.75rem;top:16.4375rem;left:28.125rem;display:block; }
#CueaPcFtLI9ZTT14xXWPAXe6sDT0N9X2 { background-color:#fff91e;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#001623;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:play;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:4.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:21rem;left:19.53125rem;display:block; }
#vm7TToC8NgLpxNxWJdPI0OLrXr1VCI21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2Kcq3CkxkzoEVyzKvLX1KpguWfGrTZT { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.1875rem;left:1.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GvZ8IqZ8fuL6R9pGzkzoulNbK90PflNf { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.375rem;left:14.625rem;height:8.775rem;font-style:normal;display:block; }
#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color:rgba(0,0,0,0);background-image:none;width:60rem;height:39.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rccwvmy5hBHKybPwdykTnyihi74FGTWa { color:#091c2a;display:block;width:35.6855625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.1875rem;left:12.1875rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#ZTMNRi2L6llVBpreZ95woDadua2t5v4n { color:#ffffff;display:block;width:54.5rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:6.6875rem;left:2.75rem;height:7.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P2aIvcTzQWzvbv09IwmGH5ff1Tx7l6cr { color:#091c2a;display:block;width:35.6855625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.6875rem;left:12.0625rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#MZRE9P47AQS3WorvtA7oCcBnrmKPPmeQ { color:#091c2a;display:block;width:35.6855625rem;position:absolute;font-family:raleway;font-size:4.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.625rem;left:12.0625rem;height:6.3375rem;text-align:center;text-align-last:center;display:block; }
#tahAJpQmfp2ugL2l0Anz1HlcoBH4XdrA { background-color:#fff91e;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#001623;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:play;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:4.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:29.75rem;left:20.1875rem;display:block; }
#vUaITmHKfrkkFCw2HGo7WTVPwABxnyBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { 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; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { background-color: transparent; background-image: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .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); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { border-width: 0; border-radius: 0; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:5.125rem;left:1.5625rem;display:block; }
#BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { position:absolute;display:block;z-index:15007;background-color:#fff91e;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.1875rem;width:3.75rem;top:5.0625rem;left:1.5625rem;display:block; }
#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { 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; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { background-color: transparent; background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { border-width: 0; border-radius: 0; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { color:#001623;display:block;width:38.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2.75rem;left:1.5rem;height:9rem;font-style:normal;display:block; }
#MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.15625rem;left:43.124347686767rem;height:12rem;font-style:normal;display:block; }
#lpQGxLiPDwkGvEZAlNn0gMmHnxSS01Z7 { color:#001623;display:block;width:38.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:14.125rem;left:1.5rem;height:1.5rem;font-style:normal;display:block; }
#R20ZqiaNtISrdlWT8y3a7wSekbNcHzrS { background-color:#001623;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.104166984558rem;left:5.03125rem;display:block; }
#CqJqaWRWz2kaFkM5dqRCUpihak7Tc7wd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { background-color: transparent; background-image: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .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); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { border-width: 0; border-radius: 0; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#p5FSJxEsKINNsodLLo4WgargDNtARIbG { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { position:absolute;display:block;z-index:15007;background-color:#fff91e;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.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container { background-color: transparent; background-image: none; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container > .video-iframe-container { display: none; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row > .video-iframe-container { display: none; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .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); }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container { border-width: 0; border-radius: 0; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { color:#001623;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSQrZieT2wFNdOzdnTZlvRAK9EIZLeNI { 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:15016;top:1.5rem;left:5.9375rem; }
#A6AWzTRsS7rs4I1vaGqT7Cg3m61LSp7m { color:#6c757b;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.3125rem;left:1.40625rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { color:#001623;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:29.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAJqDdDv24srAwXLFJCtMl08pzgV44lq { 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:15017;top:1.5rem;left:35.9375rem; }
#vPhoIRhB7JXVyqTa2F6qeM3W5vp1w89B { color:#6c757b;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:8.3125rem;left:31.40625rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { color:#001623;display:block;width:14.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.5625rem;left:45.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ov5nBFpsQTw5KCBUBQyUckmJsE6ehWse { color:#6c757b;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:8.3125rem;left:46.093753814698rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdBF08n02Ud6bfDTemymh5mkx0WIHPZK { 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:15018;top:1.4999980926514rem;left:50.9375rem; }
#BJVXw8R1OF9RQoDCw6cT4hENFLmgJO30 { color:#6c757b;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:8.3125rem;left:16.53125rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChQDZdtGipcw4q1ucLZyCgufQpR7dKEi { color:#001623;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:15.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erTnicVBvw1XBSWnFE0K2OABF9VedTXz { 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:15019;top:1.5rem;left:21.1875rem; }
#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2.adaptive-delivery-prevent-bg, #CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2.lazyload, #CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2.lazyloading { background-image: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { background-color: transparent; background-image: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container > .video-iframe-container { display: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row > .video-iframe-container { display: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .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); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { border-width: 0; border-radius: 0; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:60rem;position:relative;display:block; }#PxJ5VpqPvat5bXcVh0KHOaJJbgrkraHz { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.145833969116rem;left:4.46875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L5cZUAWGe9X9B9QRHz4gATFwqEXgIZUk { color:#001623;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.0729179382324rem;left:16.40625rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ybnO3UuPOHLhJiypqMKc0eVdrqBlDSpf { 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:15.625rem;width:15.625rem;top:16.041666984558rem;left:22.25rem;overflow:hidden;display:block; }
#DbDeoVw9yWu4Ws86iWTBaM1nhQH7tsTo { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:4.375rem;left:0rem;display:block; }
#vXsR3vt3XgqNvcsMG1PDKvo0b7iHiu2X { position:absolute;display:block;z-index:15010;background-color:#fff91e;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.1875rem;width:3.75rem;top:4.3125rem;left:0rem;display:block; }
#nCNarnUyULWyk0X8dzMU9AywM8Tqbu8Q { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#UCqehCoEsh3bLmDguRGFuRF8sfzbrTNy { color:#001623;display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:28.4375rem;left:1.1875rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Zw7LPPXbRUmgEA65wqUpMBPXyJSeu40O { box-sizing:content-box;height:24.75rem;width:19.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:26.0625rem;left:0rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#Nk8lyiArN4x084dKblTbtqHV2DWmqs4H { box-sizing:content-box;height:0.3125rem;width:19.125rem;position:absolute;display:block;z-index:15012;background-color:#001623;background-image:none;top:26.0625rem;left:0rem;display:block; }
#P9zM0lIH0WB3L2aHne3bXupWUm4gmCoT { box-sizing:content-box;height:24.75rem;width:19.0625rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:32.5rem;left:20.46875rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#bsiIwea5EzulDyLZfi5anDCWUrP6UCNq { box-sizing:content-box;height:0.3125rem;width:19.125rem;position:absolute;display:block;z-index:15015;background-color:#001623;background-image:none;top:32.229167938233rem;left:20.604167938233rem;display:block; }
#cr6rQMWTJ5k8ey6KZ15JVmHGzfd1IfGo { color:#001623;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:33.625001907349rem;left:21.5rem;height:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TRTBJ5fgTThZBf9rkQKWCNzw79raWiqc { box-sizing:content-box;height:24.75rem;width:19.0625rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:25.1875rem;left:40.875rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#RtP4JyeyhqWnUWeUaNVkxAafVWR5NDq1 { box-sizing:content-box;height:0.3125rem;width:19.125rem;position:absolute;display:block;z-index:15018;background-color:#001623;background-image:none;top:29.3125rem;left:40.875rem;display:block; }
#DmMTcnxfwPtq6FckwVOVX0lgT39lT9mH { color:#001623;display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:31.6875rem;left:42.0625rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX { 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; }#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX > .row .container { background-color: transparent; background-image: none; }#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX > .row .container > .video-iframe-container { display: none; }#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX > .row > .video-iframe-container { display: none; }#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX > .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); }#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX > .row .container { border-width: 0; border-radius: 0; }#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#EOTZWmRkSkEhZwCxZxHIRxpKIHDBlzAh { 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:6.125rem;width:19.75rem;top:27.34375rem;left:20rem;overflow:hidden;display:block; }
#yvCqIh8ggxWh7ldISfoiClzoGfyRBgQp { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#m7WWC3nkocv849nPHdn9ZzAVWrngQlH2 { color:#050b26;display:block;width:9.3125rem;position:absolute;font-family:ubuntu;font-size:3.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:5.03125rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A9V1dwXSbWSMe1OfNuW0SUqowTWKe5iV { color:#3d4051;display:block;width:8.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:8.1875rem;left:5.40625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pVZ5vCBXCA1utgmGBGVXyCeLno8zGhi3 { position:absolute;display:block;z-index:15001;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:25.5rem;width:19.75rem;top:0.40104293823242rem;left:20rem;overflow:hidden;display:block; }
#XD7cV0OTx228CaNTRCqErNDnOiDygJTG { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:20.125rem;left:40rem;display:block; }
#zaZqACuyVai647VaawomykUkefr1COww { color:#050b26;display:block;width:9.6875rem;position:absolute;font-family:ubuntu;font-size:3.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.8125rem;left:44.875rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UVsu3qm7TEwlXPgid8mg8kr54QKNs5rP { position:absolute;display:block;z-index:15001;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:13.5625rem;width:19.25rem;top:14rem;left:0rem;overflow:hidden;display:block; }
#TeCiohczNz3tT19Ln9f2lXfFEyZMp0wr { color:#050b26;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:0rem;left:42.1875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h0dHiutTG3cWFaT8J57y79x1Q98Z3ATR { color:#050b26;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:4.0625rem;left:41.75rem;height:1.9125rem;font-style:normal;display:block; }
#EmiWFSMLRHZG81qOedBEI1cu8bNWebTt { color:#3d4051;display:block;width:17.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:9.4375rem;left:41.75rem;height:10.6875rem;font-style:normal;display:block; }
#lDryvZ3fnJf4hTNWBqiERpSP0lv6Q8o0 { color:#3d4051;display:block;width:8.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:27.875rem;left:45.5625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B2BlH64huIBuMeIIRzPRKVTIxoQqE37H { position:absolute;display:block;z-index:15001;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:5.9375rem;width:19.75rem;top:27.708335876465rem;left:0rem;overflow:hidden;display:block; }
#pxsFJpgfmqnI0onPHecBfSov2dCovc0k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001623;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; }#pxsFJpgfmqnI0onPHecBfSov2dCovc0k > .row .container { background-color: transparent; background-image: none; }#pxsFJpgfmqnI0onPHecBfSov2dCovc0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxsFJpgfmqnI0onPHecBfSov2dCovc0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxsFJpgfmqnI0onPHecBfSov2dCovc0k > .row .container > .video-iframe-container { display: none; }#pxsFJpgfmqnI0onPHecBfSov2dCovc0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxsFJpgfmqnI0onPHecBfSov2dCovc0k > .row > .video-iframe-container { display: none; }#pxsFJpgfmqnI0onPHecBfSov2dCovc0k > .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); }#pxsFJpgfmqnI0onPHecBfSov2dCovc0k > .row .container { border-width: 0; border-radius: 0; }#pxsFJpgfmqnI0onPHecBfSov2dCovc0k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxsFJpgfmqnI0onPHecBfSov2dCovc0k > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#tgXmpk5kdcVSzs5KGIJxALgxtwJ5QZ4Z { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#J5lzeVVTqpOrHiJZcR7AIhuLJkbuVtsr { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#nfhZLEPMTI9a1NvtrAENyw7lO7zJUz7w { position:absolute;display:block;z-index:15007;background-color:#fff91e;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.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2fY1Xcuq/section5_bg.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz.adaptive-delivery-prevent-bg, #Cztlbd28QXhfNCiNbFL9fBaBgActTRWz.lazyload, #Cztlbd28QXhfNCiNbFL9fBaBgActTRWz.lazyloading { background-image: none; }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz > .row .container { background-color: transparent; background-image: none; }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #001623; }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz > .row .container > .video-iframe-container { display: none; }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #001623; }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz > .row > .video-iframe-container { display: none; }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz > .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); }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz > .row .container { border-width: 0; border-radius: 0; }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#Ugf6TD386lvHLPmeuGesoGCuWVnqm3Lz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39rem;top:5.9375rem;left:0.625rem;display:block; }
#vT98BLFmCC0D74DiA1ubCSHi647SyVAE { color:#ffffff;display:block;width:18rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:13.75rem;left:42rem;height:;font-style:normal;display:block; }
#SoV1FqFb2Ll5T1uN0hMaKqTnHpy46Z59 { position:absolute;display:block;z-index:15008;background-color:#fff91e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:11.25rem;top:5.2178344726562rem;left:25.312498092651rem;display:block; }
#xATnvxqgb9b6A1OLnAX2G35I13nucTTa { position:absolute;display:block;z-index:15009;background-color:#fff91e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:14.53125rem;left:0rem;display:block; }
#M9nw8T98fZntR2i6LSfLJBhQf3773OOZ { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:5.9375rem;left:40.808597564698rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eypTgEbtz5LV5PGFtmplzKixaOeUkVkZ { background-color:#f8f700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:24.520832061767rem;left:41.183597564698rem;display:block; }
#eExgrs51dveG7q5oUI6T7HWZFIZKsVhW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 > .row .container { background-color: transparent; background-image: none; }#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 > .row .container > .video-iframe-container { display: none; }#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 > .row > .video-iframe-container { display: none; }#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 > .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); }#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 > .row .container { border-width: 0; border-radius: 0; }#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#gnRgeUgzVREqBr7slGFI7a5W0npGEXEZ { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#atFvic9HpCfCUDA4wm1AaLNQOzd5Gxfp { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#PFRvgTXW3cwbnvIoKwUFAwc7viILt4Nf { position:absolute;display:block;z-index:15007;background-color:#fff91e;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.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA > .row .container { background-color: transparent; background-image: none; }#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA > .row .container > .video-iframe-container { display: none; }#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA > .row > .video-iframe-container { display: none; }#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA > .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); }#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA > .row .container { border-width: 0; border-radius: 0; }#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#nRret69UJPDXkQG7dM8yh1zTlT86fBk8 { color:#001623;display:block;width:11rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.88671875rem;left:2rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tqvIbzOxgGQM378txalriOmUubwwS0tp { 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:15016;top:1.5rem;left:5.9375rem; }
#f0xV3WQKD0aqdG15pFxXsHJfubDlOQ5N { color:#6c757b;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.645182609558rem;left:1.59375rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHz85TSZ7VHThRZ5RaXPLDnV8Zcczv4D { color:#001623;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:29.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTBb3FJ4BoNd6p6TytqOOkF9eBHxJwRH { 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:15017;top:1.5rem;left:35.9375rem; }
#Ax1pwNOJxUWJzUIwLeiPSV31B52Qt1Iu { color:#6c757b;display:block;width:12.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.645182609558rem;left:31.4375rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kunyo6fofJTkypLlW2iyouydu3HUwUVV { color:#001623;display:block;width:10.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.88671875rem;left:47.937503814698rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZonC98mTb50kTSi00PSG3SDOoRTTduHm { color:#6c757b;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:11.395182609558rem;left:46.156253814698rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReOuCBbqFvzT50b3k0iU5eiMqio8uRzZ { 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:15018;top:1.5rem;left:50.9375rem; }
#S7KRMNoz64KdETAZ0RxRPMDA9aTA9wxP { color:#6c757b;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.645182609558rem;left:16.5625rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCVmVeHthWdz0s9HhgNbyiR8sTdUsuye { color:#001623;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.88671875rem;left:17.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N7sqoEQqo7Icq6uMTTBqwk6lrDs2Rnis { 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:15019;top:1.5rem;left:21.1875rem; }
#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf > .row .container { background-color: transparent; background-image: none; }#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf > .row .container > .video-iframe-container { display: none; }#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf > .row > .video-iframe-container { display: none; }#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf > .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); }#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf > .row .container { border-width: 0; border-radius: 0; }#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#lud3tD6vVPXP54QrUUoIdcM6Jv9IKREK { color:#04253a;display:block;width:51.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:7.1875rem;height:1.7875rem;font-style:normal;display:block; }
#U5HwrwLfaem018PhtEVgcMVSFxXtFHdX { color:#6c757b;display:block;width:49.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.0794277191162rem;left:7.1875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EaseBi5fmzJ6gtecKhn207TsUVFusGoS { 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:15017;top:4.3437404632568rem;left:2.75rem; }
#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 { 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; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container { background-color: transparent; background-image: none; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container > .video-iframe-container { display: none; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row > .video-iframe-container { display: none; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .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); }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container { border-width: 0; border-radius: 0; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#fzcxpg9c9TykFJZwzgyHW5WCc57hzWKx { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#WKAw3RiIEMmzBoyST2kH5w7vMQ4Trr49 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:5.125rem;left:1.5625rem;display:block; }
#oPM0FBHSkBw0aKEiiaiOJqNnNNfzvTei { position:absolute;display:block;z-index:15007;background-color:#fff91e;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.1875rem;width:3.75rem;top:5.0625rem;left:1.5625rem;display:block; }
#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy { 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; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container { background-color: transparent; background-image: none; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container > .video-iframe-container { display: none; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row > .video-iframe-container { display: none; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .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); }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container { border-width: 0; border-radius: 0; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#TGRfTNpyCUsrUIqE4gPAD6Wz2sWaXGle { color:#6c757b;display:block;width:57.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2rem;left:1.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WbdsUgugeuWlPzF2EGA9EXwVEu7bmLJc { color:#6c757b;display:block;width:32.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:5rem;left:1.5625rem;height:6.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WbdsUgugeuWlPzF2EGA9EXwVEu7bmLJc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WbdsUgugeuWlPzF2EGA9EXwVEu7bmLJc li:before{  }
#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001623;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; }#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M > .row .container { background-color: transparent; background-image: none; }#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M > .row .container > .video-iframe-container { display: none; }#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M > .row > .video-iframe-container { display: none; }#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M > .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); }#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M > .row .container { border-width: 0; border-radius: 0; }#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#fhPT1F4yHvAo9zaivVxZdADxy4tBW20U { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#zWgbCILTqBchXloku4hWb5ZMG8EJ0s2a { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:5.125rem;left:1.5625rem;display:block; }
#ZK65BGzHCtAeODIJTzp6Hywai8l8RuTf { position:absolute;display:block;z-index:15007;background-color:#fff91e;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.1875rem;width:3.75rem;top:5.0625rem;left:1.5625rem;display:block; }
#LPZ7BtA3C5uTJVCc4sdJwgJUdQ8RHkvQ { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:0.75rem;left:27.3125rem;height:3.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LPZ7BtA3C5uTJVCc4sdJwgJUdQ8RHkvQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LPZ7BtA3C5uTJVCc4sdJwgJUdQ8RHkvQ li:before{  }
#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001623;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; }#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 > .row .container { background-color: transparent; background-image: none; }#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 > .row .container > .video-iframe-container { display: none; }#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 > .row > .video-iframe-container { display: none; }#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 > .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); }#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 > .row .container { border-width: 0; border-radius: 0; }#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 > .row .container { font-size:0.875rem;font-family:arial;height:72.1875rem;width:60rem;position:relative;display:block; }#xUUmDkbcRyosR54HD7LhyDabxfpWApFW { position:absolute;display:block;z-index:15005;background-color:#4789cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:6.4375rem;left:7.5625rem;display:block; }
#nCtTze2tQ6vit3slR9Qi9579JmnAvXvO { position:absolute;display:block;z-index:15008;background-color:#4789cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:5rem;left:6.25rem;display:block; }
#dTtKlKpkAInyAiCfKu63rcX2GLSk4vpv { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:7.9375rem;height:2.7625rem;font-style:normal;display:block; }
#F5JMZdLTrxufdBKvCsCy86KsGwHGkk7G { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:31.25rem;top:16.375001907349rem;left:11.5rem;display:block; }
#pAwbcAVQrdvVlF9sb6fxRI1rvvcxFVRE { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:0;top:14.25rem;left:11.5rem;display:block; }
#H9hvTKUAJPI7c9FNtiphqQs7ee7z8VF6 { position:absolute;display:block;z-index:15009;background-color:#4789cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:17.375001907349rem;left:44.187503814698rem;display:block; }
#WPxSAcGAMI6ztM57x1ayc6oZFzlA3yE6 { position:absolute;display:block;z-index:15015;background-color:#4789cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:15.937501907349rem;left:42.875003814698rem;display:block; }
#PLZUHUKC670nvOtdEgZH6dKP2GnWUWLl { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.937501907349rem;left:44.562503814698rem;height:2.7625rem;font-style:normal;display:block; }
#IfJW2C9uRun7P5fTAb7TWZpJzgcb73mV { color:#000000;display:block;width:31.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4375rem;left:17rem;height:1.625rem;font-style:normal;display:block; }
#SHLUwfTK9RqgUAJoX6ckfDc8LA3SaTDd { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:34.375rem;top:31.750001907349rem;left:15.5625rem;display:block; }
#hLaKamtFP4KB9eEl48yBOG4kICzJNlwt { position:absolute;display:block;z-index:15009;background-color:#4789cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:29.625001907349rem;left:7.8125rem;display:block; }
#NT6tTDzHu68aetcCtD33mr3BbqVpu6Fo { position:absolute;display:block;z-index:15012;background-color:#4789cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:28.187501907349rem;left:6.5rem;display:block; }
#qxRLMrDZZQqMtq1ATyb2RyCkduTTS71p { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29.062501907349rem;left:8.125rem;height:2.7625rem;font-style:normal;display:block; }
#dGb7eX018LXbHyricmQIRyzsRmBIzIwQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:8.34375rem;left:9.46875rem;overflow:hidden;display:block; }
#DyW5ivqSZgzmZiXmVMLPFaJbszt8A9qM { color:#ffffff;display:block;width:42rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:8.5625rem;left:17rem;height:4.28125rem;text-align:left;text-align-last:left;display:block; }#DyW5ivqSZgzmZiXmVMLPFaJbszt8A9qM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DyW5ivqSZgzmZiXmVMLPFaJbszt8A9qM li:before{  }
#OeBSWagTP3rTnAxrNL7ewAHJcua2VFC6 { color:#ffffff;display:block;width:42rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:19.562501907349rem;left:0.9375rem;height:;text-align:left;text-align-last:left;display:block; }#OeBSWagTP3rTnAxrNL7ewAHJcua2VFC6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OeBSWagTP3rTnAxrNL7ewAHJcua2VFC6 li:before{  }
#t52zc1SKeKJkVaSLH7O9RXBUhseibNQ5 { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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:0;top:25.250001907349rem;left:50.000003814698rem;display:block; }
#BQROKrJmzuIMPy2Ge1CiTvLMCwAqgMc4 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.375001907349rem;left:0.9375rem;height:1.625rem;font-style:normal;display:block; }
#yW7qM3zULv0k1mztZRLa8vB9gNTyqJtH { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32.687501907349rem;left:16.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#obeplvGTbJkFqJ2gmq07lQ9g25ZbbHMz { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:35.000001907349rem;left:16.5625rem;height:7.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#obeplvGTbJkFqJ2gmq07lQ9g25ZbbHMz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#obeplvGTbJkFqJ2gmq07lQ9g25ZbbHMz li:before{  }
#x8Fb9Osc2gm9UaDJm80TXhi5yB4OWAUW { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:0;top:37.437501907349rem;left:11.5625rem;display:block; }
#koNrcB1elCyqfJhKLT64zuiTuI07SH1X { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:34.375rem;top:44.812501907349rem;left:11.6875rem;display:block; }
#K02wUqiH4lROHQzsiZZRKHxqIsS1xlTy { position:absolute;display:block;z-index:15016;background-color:#4789cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:44.625001907349rem;left:42.937503814698rem;display:block; }
#tyIaAoT25KtUM53KXB5v2brX2tMheti5 { position:absolute;display:block;z-index:15010;background-color:#4789cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:46.312501907349rem;left:45.312503814698rem;display:block; }
#HF7pZnTDnRJ9ye4eekBn2hWU3cTcQeuU { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:45.625001907349rem;left:44.625003814698rem;height:2.7625rem;font-style:normal;display:block; }
#ilCT3SCrZuO6aLMdSsSnAmlxMacPMvyR { color:#ffffff;display:block;width:42.375rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:49.374351501465rem;left:0.75rem;height:5.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ilCT3SCrZuO6aLMdSsSnAmlxMacPMvyR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ilCT3SCrZuO6aLMdSsSnAmlxMacPMvyR li:before{  }
#XT9wZUxef00ZoVkhgQTaHbGCno3vVCIW { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.802738189698rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XUVQH1vlDBSTXuM8CkfuuTQegAx2BoGV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:31.437500953674rem;left:9.375rem; }
#R12eq0bxvyvQXHf46wAssStgyy8rvMB6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:19rem;left:45.812503814698rem; }
#QyRpV2Vk6SLd76KDFN0iMBHr12ETphI4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:48.124350547791rem;left:47.125003814698rem; }
#xga5eK7tnPCRWBBeEKm65XUmHpJts94A { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:0;top:54.125rem;left:49.75rem;display:block; }
#DqT2wNxSnXUEmMKV13JQa0WZHCLpmxpR { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:34.375rem;top:62.125rem;left:15.375rem;display:block; }
#twXtqC2S7cRAm9qRX4TlJMLC8G25rFe8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:60.072269439698rem;left:9.3125rem; }
#WX5CyJ4JmcrMFgfmyKd6RPZKhyxvNhIr { position:absolute;display:block;z-index:15016;background-color:#4789cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:58.25rem;left:7.625rem;display:block; }
#DJBTE5skQVaS9o6UMSfXGW5SbeuG8sQp { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:58.249351501465rem;left:7.9375rem;height:2.7625rem;font-style:normal;display:block; }
#E4WdcWuJIFlPu5iXMDHQksSly4EHZPhx { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:63.0625rem;left:16.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZPfm140o7npal3PVTzZdHo7VTNpWTg7l { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:66.061851501462rem;left:16.65625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZPfm140o7npal3PVTzZdHo7VTNpWTg7l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZPfm140o7npal3PVTzZdHo7VTNpWTg7l li:before{  }
#lQmkDut7K97rdzGT8sgmWEdS3ilpcJuN { position:absolute;display:block;z-index:15018;background-color:#4789cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:57.103517532349rem;left:6.25rem;display:block; }
#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu { 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; }#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu > .row .container { background-color: transparent; background-image: none; }#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu > .row .container > .video-iframe-container { display: none; }#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu > .row > .video-iframe-container { display: none; }#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu > .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); }#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu > .row .container { border-width: 0; border-radius: 0; }#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#SZZl1NBvyotuSeE347pmlql4TfwFSkFO { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#DP577r7lOXWUufGZL0PGFrIlftFdoCA3 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:5.125rem;left:1.5625rem;display:block; }
#cR7FiahlTL2VINDZTT4B42SmZJGcBBTA { position:absolute;display:block;z-index:15007;background-color:#fff91e;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.1875rem;width:3.75rem;top:5.0625rem;left:1.5625rem;display:block; }
#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU { 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; }#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU > .row .container { background-color: transparent; background-image: none; }#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU > .row .container > .video-iframe-container { display: none; }#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU > .row > .video-iframe-container { display: none; }#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU > .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); }#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU > .row .container { border-width: 0; border-radius: 0; }#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;position:relative;display:block; }#Z2pC9X3I70H1icbmQAKTRVeZs31c7ggk { color:#6c757b;display:block;width:57.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:0.8125rem;left:1.625rem;height:10.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Z2pC9X3I70H1icbmQAKTRVeZs31c7ggk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z2pC9X3I70H1icbmQAKTRVeZs31c7ggk li:before{  }
#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G { 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; }#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G > .row .container { background-color: transparent; background-image: none; }#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G > .row .container > .video-iframe-container { display: none; }#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G > .row > .video-iframe-container { display: none; }#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G > .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); }#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G > .row .container { border-width: 0; border-radius: 0; }#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#CwGryF5Po9TCVv4RgCoJhQHhdv9zHXrk { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#E8r8ieIJWVSNzf5xZmfzfcX2K3dgKu95 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:5.125rem;left:1.5625rem;display:block; }
#keDKTiVt4v5LOl2Sbw6TPHbCEdzGu31J { position:absolute;display:block;z-index:15007;background-color:#fff91e;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.1875rem;width:3.75rem;top:5.0625rem;left:1.5625rem;display:block; }
#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ { 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; }#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ > .row .container { background-color: transparent; background-image: none; }#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ > .row .container > .video-iframe-container { display: none; }#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ > .row > .video-iframe-container { display: none; }#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ > .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); }#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ > .row .container { border-width: 0; border-radius: 0; }#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;position:relative;display:block; }#whGu3094KbRxfRfuPTn06lxA07crVZdC .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f4f4f4;background-image:none;vertical-align:top; }
#whGu3094KbRxfRfuPTn06lxA07crVZdC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#whGu3094KbRxfRfuPTn06lxA07crVZdC .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:700;font-size:1.25rem;font-style:normal; }
#whGu3094KbRxfRfuPTn06lxA07crVZdC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans";color:#6c757b; }
#whGu3094KbRxfRfuPTn06lxA07crVZdC .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#whGu3094KbRxfRfuPTn06lxA07crVZdC .accordion-trigger.adaptive-delivery-prevent-bg, #whGu3094KbRxfRfuPTn06lxA07crVZdC .accordion-trigger.lazyload, #whGu3094KbRxfRfuPTn06lxA07crVZdC .accordion-trigger.lazyloading { background-image: none; }
#whGu3094KbRxfRfuPTn06lxA07crVZdC { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.3125rem;left:0rem; }
#whGu3094KbRxfRfuPTn06lxA07crVZdC #KwIWLNlgKvGmKW549ya63nBqHe5Tp1xg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#whGu3094KbRxfRfuPTn06lxA07crVZdC #yWxaNPRPpCO9QkXJ205Tdpoul2kz8wnE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#whGu3094KbRxfRfuPTn06lxA07crVZdC #WqLwgQAUDRk8KDG5sxGRCyywaVC5lrSm { display:block;position:relative; }
#whGu3094KbRxfRfuPTn06lxA07crVZdC #wcHQ9LH4Q1ZcDHXOTvshs7PTQnTEpvuZ {  }
#whGu3094KbRxfRfuPTn06lxA07crVZdC #M2nr1DnCvvGTwPpQ5EBSzHd8uzWSHInR {  }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f4f4f4;background-image:none;vertical-align:top; }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:700;font-size:1.25rem;font-style:normal; }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans";color:#6c757b; }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv .accordion-trigger.adaptive-delivery-prevent-bg, #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv .accordion-trigger.lazyload, #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv .accordion-trigger.lazyloading { background-image: none; }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15013;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.8125rem;left:0rem; }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #bFqQBnV8W5stkvGChLgJE60X4EqocDmQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #CqxBRuJVOTzFDiKqAxgZkzAK4Cp2a59d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #uCWb2H1katucZnMoKBFVKEQFTQfpz1Jt { display:block;position:relative; }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #mlQrTeuJ5OW55CA1ugx8KT65cPRDeHiT {  }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #e0ZmKuy8XChGqkS937Rlh1c8V687Jei8 {  }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f4f4f4;background-image:none;vertical-align:top; }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:700;font-size:1.25rem;font-style:normal; }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans";color:#6c757b; }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB .accordion-trigger.adaptive-delivery-prevent-bg, #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB .accordion-trigger.lazyload, #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB .accordion-trigger.lazyloading { background-image: none; }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15014;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:23.875rem;left:0rem; }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #XgtCCd7agkVSOnWC3w5RTaveU4f1JRou { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #ga2AFbP3IHc7UTIVDlVUTANTL4TRps33 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #TGwqBtea7lOpA9vtTSMbBmPQM5o8aQoD { display:block;position:relative; }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #Z7EikAQtNOqk6O5iVf6SaN1nLrzvmA1p {  }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #ko7mMmNmT3rL5Vx04I7TovuXhMZsuiqN {  }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f4f4f4;background-image:none;vertical-align:top; }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:700;font-size:1.25rem;font-style:normal; }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans";color:#6c757b; }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr .accordion-trigger.adaptive-delivery-prevent-bg, #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr .accordion-trigger.lazyload, #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr .accordion-trigger.lazyloading { background-image: none; }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15015;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:33.1875rem;left:0rem; }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #N1OKIttml0gF90DKltCn3K6qwc2A6uFP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #zIQIdfBVDb4AMeVcyVaW6gULUzDUH2mH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #ITMOvmZdR3ftIRUfhGkazMiucfSMPDrO { display:block;position:relative; }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #zTRo0ILu7iVv9a1aKxEsaNBsg0q70mob {  }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #n9n1yRfAOeMpcJc84k2S3g4R5koUfuFT {  }
#cLdbJCJ45dFcVRx1WW9z7K6Rb76Ffc2B { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:45.4375rem;left:1.6875rem;height:5.85rem;font-style:normal;display:block; }
#ZgcAIdRLm2En1rhbSpAqWwmyiSRGHLEM { background-color:#fff91e;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#001623;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:play;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:4.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:46.018230438233rem;left:34.625rem;display:block; }
#zm558GhnaEa3qbmTcpFa8398CI7AtuH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhQSPFluN3coqwXJnNIrTkWCbIwsoord { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #102a4c, #000000);background-image: -moz-linear-gradient(45deg, #102a4c, #000000);background-image: -ms-linear-gradient(45deg, #102a4c, #000000);background-image: -o-linear-gradient(45deg, #102a4c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#102a4c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#102a4c', endColorstr='#000000' );";background-image: linear-gradient(45deg, #102a4c, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OhQSPFluN3coqwXJnNIrTkWCbIwsoord > .row .container { background-color: transparent; background-image: none; }#OhQSPFluN3coqwXJnNIrTkWCbIwsoord::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhQSPFluN3coqwXJnNIrTkWCbIwsoord > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhQSPFluN3coqwXJnNIrTkWCbIwsoord > .row .container > .video-iframe-container { display: none; }#OhQSPFluN3coqwXJnNIrTkWCbIwsoord > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhQSPFluN3coqwXJnNIrTkWCbIwsoord > .row > .video-iframe-container { display: none; }#OhQSPFluN3coqwXJnNIrTkWCbIwsoord > .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); }#OhQSPFluN3coqwXJnNIrTkWCbIwsoord > .row .container { border-width: 0; border-radius: 0; }#OhQSPFluN3coqwXJnNIrTkWCbIwsoord > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OhQSPFluN3coqwXJnNIrTkWCbIwsoord > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;position:relative;display:block; }#EEW8DWKwNSBfohNOlQnWpRSomb5W620m { color:#ffffff;display:block;width:58.4375rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:9.7054672241213rem;left:0rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CVcxCx5Ou2M8mkk6b9ZwHaTTKZDTcvtF { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:22.061717987061rem;left:17.90625rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF { border-top:0.3125rem solid #000000;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; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container { background-color: transparent; background-image: none; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container > .video-iframe-container { display: none; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row > .video-iframe-container { display: none; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .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); }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container { border-width: 0; border-radius: 0; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#BOND5Ah3WQUB4Uw3VPEPRlStoo8cwodE { position:absolute;display:block;z-index:15003;background-color:#182638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.125rem;left:0.1875rem;display:block; }
#okO6amc2bpK6EJCI1oz0VvrhPZfiS9or { position:absolute;display:block;z-index:15005;background-color:#182638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.125rem;left:4.75rem;display:block; }
#qglVxMSe97BXXx790gZ0tQBzrT4OMaKR { position:absolute;display:block;z-index:15007;background-color:#182638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.125rem;left:8.75rem;display:block; }
#uJ8kKPaI6TI37nBgF1UG5mSW5OVHGd4z { color:#000000;display:block;width:11rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:5.25rem;left:0rem;height:2.1rem;font-style:normal;display:block; }
#zIHUTvlVn2WaFNcUUF83zkSIZbKh5Lfa { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:10.3125rem;left:0rem;display:block; }
#d3V1ul0JATBrX1XJUTNudDKSfrlTOysN { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.25rem;left:30.5rem;height:1.225rem;font-style:normal;display:block; }
#lF4PELgwhLZS9owwb0qp3c9BwLpLvA5h { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.1875rem;left:15.625rem;height:1.225rem;font-style:normal;display:block; }
#WquOOqUwbBTxNhRZNpTwqM8o5aNqVQeX { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12rem;left:0rem;height:1.05rem;font-style:normal;display:block; }
#T8wBW1DOvZOy3EkvUKTFkfPa6gLrrsxz { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:0rem;height:1.05rem;font-style:normal;display:block; }
#dgBy1nwvT7T9uTlDTQM2FO97mW4F58PQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.0625rem;left:13.625rem; }
#C4SW7W0zfr1PRX5XE7ucn1sse7JMdVAv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:5.125rem;left:28.5625rem; }
#TOzreWLx8FPXmRdfzWRVuJlIicSgHiDA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:14.75rem;left:5.375rem; }
#TOzreWLx8FPXmRdfzWRVuJlIicSgHiDA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#XFCnHPUrKCp0BTCoT3d3STxaK3aMq3ly { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:14.5625rem;left:9.1875rem; }
#XFCnHPUrKCp0BTCoT3d3STxaK3aMq3ly > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#QBJpc6p4GuLxSmc5yKIaAFNE0oTTsV2h { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:14.75rem;left:0.8125rem; }
#QBJpc6p4GuLxSmc5yKIaAFNE0oTTsV2h > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#SSZD6bLoDDvUokqBsRN0cnSZAEA3FG8U { position:absolute;display:block;z-index:15008;background-color:#f85e63;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.125rem;left:13.0625rem;display:block; }
#h6oUdAkrvc2aSNpe6Nexd0GpnvvmQtI4 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:14.5625rem;left:13.5rem; }
#h6oUdAkrvc2aSNpe6Nexd0GpnvvmQtI4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE { display:block; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1BNcVRnlQuVKTsEEoZZmMBysLaW1iPR { width:35.6875rem;height:5.875rem;top:3.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOoFdExAL3fgAx4NXyThgshO8Xqxenar { width:47.75rem;height:0.0625rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXNZlfa6BCryKBqyFKc0Hc1WlTykDXW9 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF99WXTeHuP9yE9vsX4qJD9DRfp72Pwp { top:2.125rem;left:25.8125rem;width:21.9375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbHfguqDRZcclWUvlW8T9suIugVk9B02 { top:11.3125rem;left:0rem;width:36.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX { display:block; }#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQDKbI1QcoUDEq0gqWrfh8b3aOrlI2VW { width:47.75rem;height:0.0625rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ERAyXW2rqzCTVv85o1L9yEX1xTShLl { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CueaPcFtLI9ZTT14xXWPAXe6sDT0N9X2 { width:19.5625rem;height:4.6875rem;top:21rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm7TToC8NgLpxNxWJdPI0OLrXr1VCI21 { display:block; }
 }@media only screen and (max-width: 763px) { #b2Kcq3CkxkzoEVyzKvLX1KpguWfGrTZT { width:47.75rem;height:3.25rem;top:17.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvZ8IqZ8fuL6R9pGzkzoulNbK90PflNf { width:35.6875rem;height:8.75rem;top:4.375rem;left:8.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rccwvmy5hBHKybPwdykTnyihi74FGTWa { top:15.1875rem;left:6.0625rem;width:35.625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMNRi2L6llVBpreZ95woDadua2t5v4n { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2aIvcTzQWzvbv09IwmGH5ff1Tx7l6cr { top:25.6875rem;left:5.9375rem;width:35.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZRE9P47AQS3WorvtA7oCcBnrmKPPmeQ { top:18.625rem;left:5.9375rem;width:35.625rem;height:6.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tahAJpQmfp2ugL2l0Anz1HlcoBH4XdrA { width:19.5625rem;height:4.6875rem;top:29.75rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUaITmHKfrkkFCw2HGo7WTVPwABxnyBT { display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:47.75rem;height:3.25rem;top:0.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:47.75rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lpQGxLiPDwkGvEZAlNn0gMmHnxSS01Z7 { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R20ZqiaNtISrdlWT8y3a7wSekbNcHzrS { width:31.625rem;height:3.4375rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJqaWRWz2kaFkM5dqRCUpihak7Tc7wd { display:block; }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK { display:block; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { width:14.8125rem;height:1.625rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSQrZieT2wFNdOzdnTZlvRAK9EIZLeNI { width:3.125rem;height:3.125rem;top:1.5rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6AWzTRsS7rs4I1vaGqT7Cg3m61LSp7m { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { width:16.875rem;height:1.625rem;top:5.5625rem;left:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJqDdDv24srAwXLFJCtMl08pzgV44lq { width:3.125rem;height:3.125rem;top:1.5rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPhoIRhB7JXVyqTa2F6qeM3W5vp1w89B { width:12.1875rem;height:12rem;top:8.3125rem;left:23.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { width:14.875rem;height:1.625rem;top:5.5625rem;left:32.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov5nBFpsQTw5KCBUBQyUckmJsE6ehWse { width:12.8125rem;height:12rem;top:8.3125rem;left:34.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdBF08n02Ud6bfDTemymh5mkx0WIHPZK { width:3.125rem;height:3.125rem;top:1.4375rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJVXw8R1OF9RQoDCw6cT4hENFLmgJO30 { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ChQDZdtGipcw4q1ucLZyCgufQpR7dKEi { width:14.8125rem;height:1.625rem;top:5.5625rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTnicVBvw1XBSWnFE0K2OABF9VedTXz { width:3.125rem;height:3.125rem;top:1.5rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 { display:block; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxJ5VpqPvat5bXcVh0KHOaJJbgrkraHz { top:10.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5cZUAWGe9X9B9QRHz4gATFwqEXgIZUk { width:27.1875rem;height:3.625rem;top:6.0625rem;left:10.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybnO3UuPOHLhJiypqMKc0eVdrqBlDSpf { top:16rem;left:16.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbDeoVw9yWu4Ws86iWTBaM1nhQH7tsTo { width:47.75rem;height:0.0625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXsR3vt3XgqNvcsMG1PDKvo0b7iHiu2X { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCNarnUyULWyk0X8dzMU9AywM8Tqbu8Q { width:47.75rem;height:3.25rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCqehCoEsh3bLmDguRGFuRF8sfzbrTNy { width:16.6875rem;height:15rem;top:28.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw7LPPXbRUmgEA65wqUpMBPXyJSeu40O { top:26.0625rem;left:0rem;width:19.0625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk8lyiArN4x084dKblTbtqHV2DWmqs4H { top:26.0625rem;left:0rem;width:19.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9zM0lIH0WB3L2aHne3bXupWUm4gmCoT { top:32.5rem;left:14.34375rem;width:19.0625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiIwea5EzulDyLZfi5anDCWUrP6UCNq { top:32.1875rem;left:14.479167938233rem;width:19.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr6rQMWTJ5k8ey6KZ15JVmHGzfd1IfGo { width:17.0625rem;height:19.5rem;top:33.625rem;left:15.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTBJ5fgTThZBf9rkQKWCNzw79raWiqc { top:25.1875rem;left:28.6875rem;width:19.0625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtP4JyeyhqWnUWeUaNVkxAafVWR5NDq1 { top:29.3125rem;left:28.625rem;width:19.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmMTcnxfwPtq6FckwVOVX0lgT39lT9mH { width:16.6875rem;height:15rem;top:31.6875rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX { display:block; }#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOTZWmRkSkEhZwCxZxHIRxpKIHDBlzAh { width:19.75rem;height:6.125rem;top:27.3125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvCqIh8ggxWh7ldISfoiClzoGfyRBgQp { width:19.75rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7WWC3nkocv849nPHdn9ZzAVWrngQlH2 { width:9.3125rem;height:5rem;top:2.625rem;left:2.96875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9V1dwXSbWSMe1OfNuW0SUqowTWKe5iV { width:8.5625rem;height:5.0625rem;top:8.1875rem;left:3.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVZ5vCBXCA1utgmGBGVXyCeLno8zGhi3 { width:19.75rem;height:25.5rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD7cV0OTx228CaNTRCqErNDnOiDygJTG { width:19.75rem;height:13.625rem;top:20.125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZqACuyVai647VaawomykUkefr1COww { width:9.6875rem;height:5rem;top:22.8125rem;left:34.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVsu3qm7TEwlXPgid8mg8kr54QKNs5rP { width:19.25rem;height:13.5625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeCiohczNz3tT19Ln9f2lXfFEyZMp0wr { width:17.875rem;height:3rem;top:0rem;left:29.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0dHiutTG3cWFaT8J57y79x1Q98Z3ATR { width:16.5625rem;height:1.875rem;top:4.0625rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmiWFSMLRHZG81qOedBEI1cu8bNWebTt { width:17.5625rem;height:8.5625rem;top:9.4375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDryvZ3fnJf4hTNWBqiERpSP0lv6Q8o0 { width:8.5625rem;height:5.0625rem;top:27.875rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2BlH64huIBuMeIIRzPRKVTIxoQqE37H { width:19.75rem;height:5.9375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxsFJpgfmqnI0onPHecBfSov2dCovc0k { display:block; }#pxsFJpgfmqnI0onPHecBfSov2dCovc0k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgXmpk5kdcVSzs5KGIJxALgxtwJ5QZ4Z { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5lzeVVTqpOrHiJZcR7AIhuLJkbuVtsr { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfhZLEPMTI9a1NvtrAENyw7lO7zJUz7w { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cztlbd28QXhfNCiNbFL9fBaBgActTRWz { display:block; }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ugf6TD386lvHLPmeuGesoGCuWVnqm3Lz { width:39rem;height:21.9375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT98BLFmCC0D74DiA1ubCSHi647SyVAE { width:17.9375rem;height:;top:13.75rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoV1FqFb2Ll5T1uN0hMaKqTnHpy46Z59 { width:11.25rem;height:0.6875rem;top:5.1875rem;left:19.187498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #xATnvxqgb9b6A1OLnAX2G35I13nucTTa { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9nw8T98fZntR2i6LSfLJBhQf3773OOZ { width:18.25rem;height:18rem;top:5.9375rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eypTgEbtz5LV5PGFtmplzKixaOeUkVkZ { width:17.5rem;height:3.4375rem;top:24.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eExgrs51dveG7q5oUI6T7HWZFIZKsVhW { display:block; }
 }@media only screen and (max-width: 763px) { #ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 { display:block; }#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnRgeUgzVREqBr7slGFI7a5W0npGEXEZ { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #atFvic9HpCfCUDA4wm1AaLNQOzd5Gxfp { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFRvgTXW3cwbnvIoKwUFAwc7viILt4Nf { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA { display:block; }#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRret69UJPDXkQG7dM8yh1zTlT86fBk8 { width:11rem;height:3.25rem;top:5.875rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqvIbzOxgGQM378txalriOmUubwwS0tp { width:3.125rem;height:3.125rem;top:1.5rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0xV3WQKD0aqdG15pFxXsHJfubDlOQ5N { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #dHz85TSZ7VHThRZ5RaXPLDnV8Zcczv4D { width:16.875rem;height:3.25rem;top:5.5625rem;left:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBb3FJ4BoNd6p6TytqOOkF9eBHxJwRH { width:3.125rem;height:3.125rem;top:1.5rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax1pwNOJxUWJzUIwLeiPSV31B52Qt1Iu { width:12.125rem;height:12rem;top:10.625rem;left:23.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kunyo6fofJTkypLlW2iyouydu3HUwUVV { width:10.25rem;height:3.25rem;top:5.875rem;left:37.218753814698rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZonC98mTb50kTSi00PSG3SDOoRTTduHm { width:12.6875rem;height:10.5rem;top:11.375rem;left:35.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReOuCBbqFvzT50b3k0iU5eiMqio8uRzZ { width:3.125rem;height:3.125rem;top:1.5rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7KRMNoz64KdETAZ0RxRPMDA9aTA9wxP { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #dCVmVeHthWdz0s9HhgNbyiR8sTdUsuye { width:10.875rem;height:3.25rem;top:5.875rem;left:12.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7sqoEQqo7Icq6uMTTBqwk6lrDs2Rnis { width:3.125rem;height:3.125rem;top:1.5rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf { display:block; }#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lud3tD6vVPXP54QrUUoIdcM6Jv9IKREK { width:47.75rem;height:1.8125rem;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5HwrwLfaem018PhtEVgcMVSFxXtFHdX { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #EaseBi5fmzJ6gtecKhn207TsUVFusGoS { width:3.125rem;height:3.125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 { display:block; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzcxpg9c9TykFJZwzgyHW5WCc57hzWKx { width:47.75rem;height:3.25rem;top:0.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKAw3RiIEMmzBoyST2kH5w7vMQ4Trr49 { width:47.75rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPM0FBHSkBw0aKEiiaiOJqNnNNfzvTei { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy { display:block; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGRfTNpyCUsrUIqE4gPAD6Wz2sWaXGle { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #WbdsUgugeuWlPzF2EGA9EXwVEu7bmLJc { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }#WbdsUgugeuWlPzF2EGA9EXwVEu7bmLJc li:before{  }
 }@media only screen and (max-width: 763px) { #DM1b9JwudQFEhmAXVr5llhx4FdI4a58M { display:block; }#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhPT1F4yHvAo9zaivVxZdADxy4tBW20U { width:47.75rem;height:3.25rem;top:0.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWgbCILTqBchXloku4hWb5ZMG8EJ0s2a { width:47.75rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK65BGzHCtAeODIJTzp6Hywai8l8RuTf { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPZ7BtA3C5uTJVCc4sdJwgJUdQ8RHkvQ { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }#LPZ7BtA3C5uTJVCc4sdJwgJUdQ8RHkvQ li:before{  }
 }@media only screen and (max-width: 763px) { #G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 { display:block; }#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUUmDkbcRyosR54HD7LhyDabxfpWApFW { top:6.4375rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCtTze2tQ6vit3slR9Qi9579JmnAvXvO { top:5rem;left:0.125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTtKlKpkAInyAiCfKu63rcX2GLSk4vpv { top:5.8125rem;left:1.8125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5JMZdLTrxufdBKvCsCy86KsGwHGkk7G { top:16.375rem;left:5.375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #pAwbcAVQrdvVlF9sb6fxRI1rvvcxFVRE { top:14.25rem;left:5.375rem;width:0;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9hvTKUAJPI7c9FNtiphqQs7ee7z8VF6 { top:17.375rem;left:38.062503814698rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPxSAcGAMI6ztM57x1ayc6oZFzlA3yE6 { top:15.9375rem;left:36.750003814698rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLZUHUKC670nvOtdEgZH6dKP2GnWUWLl { top:16.9375rem;left:38.437503814698rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfJW2C9uRun7P5fTAb7TWZpJzgcb73mV { top:6.4375rem;left:10.875rem;width:31.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHLUwfTK9RqgUAJoX6ckfDc8LA3SaTDd { top:31.75rem;left:9.4375rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #hLaKamtFP4KB9eEl48yBOG4kICzJNlwt { top:29.625rem;left:1.6875rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT6tTDzHu68aetcCtD33mr3BbqVpu6Fo { top:28.1875rem;left:0.375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxRLMrDZZQqMtq1ATyb2RyCkduTTS71p { top:29.0625rem;left:2rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGb7eX018LXbHyricmQIRyzsRmBIzIwQ { top:8.3125rem;left:3.34375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyW5ivqSZgzmZiXmVMLPFaJbszt8A9qM { top:8.5625rem;left:5.75rem;width:42rem;height:;font-size:0.8125rem;display:block; }#DyW5ivqSZgzmZiXmVMLPFaJbszt8A9qM li:before{  }
 }@media only screen and (max-width: 763px) { #OeBSWagTP3rTnAxrNL7ewAHJcua2VFC6 { top:19.5625rem;left:0rem;width:42rem;height:;font-size:0.8125rem;display:block; }#OeBSWagTP3rTnAxrNL7ewAHJcua2VFC6 li:before{  }
 }@media only screen and (max-width: 763px) { #t52zc1SKeKJkVaSLH7O9RXBUhseibNQ5 { top:25.25rem;left:43.875003814698rem;width:0;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQROKrJmzuIMPy2Ge1CiTvLMCwAqgMc4 { top:17.375rem;left:0rem;width:31.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW7qM3zULv0k1mztZRLa8vB9gNTyqJtH { top:32.6875rem;left:10.4375rem;width:25.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obeplvGTbJkFqJ2gmq07lQ9g25ZbbHMz { top:35rem;left:5.0625rem;width:42.6875rem;height:;font-size:0.8125rem;display:block; }#obeplvGTbJkFqJ2gmq07lQ9g25ZbbHMz li:before{  }
 }@media only screen and (max-width: 763px) { #x8Fb9Osc2gm9UaDJm80TXhi5yB4OWAUW { top:37.4375rem;left:5.4375rem;width:0;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #koNrcB1elCyqfJhKLT64zuiTuI07SH1X { top:44.8125rem;left:5.5625rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #K02wUqiH4lROHQzsiZZRKHxqIsS1xlTy { top:44.625rem;left:36.812503814698rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyIaAoT25KtUM53KXB5v2brX2tMheti5 { top:46.3125rem;left:39.187503814698rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF7pZnTDnRJ9ye4eekBn2hWU3cTcQeuU { top:45.625rem;left:38.500003814698rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilCT3SCrZuO6aLMdSsSnAmlxMacPMvyR { top:49.3125rem;left:0rem;width:42.375rem;height:5.8125rem;font-size:0.8125rem;display:block; }#ilCT3SCrZuO6aLMdSsSnAmlxMacPMvyR li:before{  }
 }@media only screen and (max-width: 763px) { #XT9wZUxef00ZoVkhgQTaHbGCno3vVCIW { top:46.75rem;left:0rem;width:25.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUVQH1vlDBSTXuM8CkfuuTQegAx2BoGV { top:31.4375rem;left:3.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R12eq0bxvyvQXHf46wAssStgyy8rvMB6 { width:4.5625rem;height:4.5625rem;top:19rem;left:39.687503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyRpV2Vk6SLd76KDFN0iMBHr12ETphI4 { top:48.0625rem;left:41.000003814698rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xga5eK7tnPCRWBBeEKm65XUmHpJts94A { top:54.125rem;left:43.625rem;width:0;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqT2wNxSnXUEmMKV13JQa0WZHCLpmxpR { top:62.125rem;left:9.25rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #twXtqC2S7cRAm9qRX4TlJMLC8G25rFe8 { top:60.0625rem;left:3.1875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5CyJ4JmcrMFgfmyKd6RPZKhyxvNhIr { top:58.25rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJBTE5skQVaS9o6UMSfXGW5SbeuG8sQp { top:58.1875rem;left:1.8125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4WdcWuJIFlPu5iXMDHQksSly4EHZPhx { top:63.0625rem;left:10.25rem;width:25.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPfm140o7npal3PVTzZdHo7VTNpWTg7l { top:66rem;left:5.0625rem;width:42.6875rem;height:;font-size:0.8125rem;display:block; }#ZPfm140o7npal3PVTzZdHo7VTNpWTg7l li:before{  }
 }@media only screen and (max-width: 763px) { #lQmkDut7K97rdzGT8sgmWEdS3ilpcJuN { top:57.0625rem;left:0.125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOI7ypiN0t0bZzKppQ99HksNbrX78rHu { display:block; }#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZZl1NBvyotuSeE347pmlql4TfwFSkFO { width:47.75rem;height:3.25rem;top:0.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP577r7lOXWUufGZL0PGFrIlftFdoCA3 { width:47.75rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR7FiahlTL2VINDZTT4B42SmZJGcBBTA { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU { display:block; }#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2pC9X3I70H1icbmQAKTRVeZs31c7ggk { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }#Z2pC9X3I70H1icbmQAKTRVeZs31c7ggk li:before{  }
 }@media only screen and (max-width: 763px) { #C0frmgKBsug8sbALsHWGd4VvSsE0zk3G { display:block; }#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwGryF5Po9TCVv4RgCoJhQHhdv9zHXrk { width:47.75rem;height:3.25rem;top:0.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8r8ieIJWVSNzf5xZmfzfcX2K3dgKu95 { width:47.75rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keDKTiVt4v5LOl2Sbw6TPHbCEdzGu31J { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ { display:block; }#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whGu3094KbRxfRfuPTn06lxA07crVZdC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#whGu3094KbRxfRfuPTn06lxA07crVZdC { display:flex;height:auto;width:27.8125rem;top:5.375rem;left:2.3958320617676rem; }
 }@media only screen and (max-width: 763px) { #whGu3094KbRxfRfuPTn06lxA07crVZdC #KwIWLNlgKvGmKW549ya63nBqHe5Tp1xg {  }
 }@media only screen and (max-width: 763px) { #whGu3094KbRxfRfuPTn06lxA07crVZdC #yWxaNPRPpCO9QkXJ205Tdpoul2kz8wnE {  }
 }@media only screen and (max-width: 763px) { #whGu3094KbRxfRfuPTn06lxA07crVZdC #WqLwgQAUDRk8KDG5sxGRCyywaVC5lrSm {  }
 }@media only screen and (max-width: 763px) { #whGu3094KbRxfRfuPTn06lxA07crVZdC #wcHQ9LH4Q1ZcDHXOTvshs7PTQnTEpvuZ {  }
 }@media only screen and (max-width: 763px) { #whGu3094KbRxfRfuPTn06lxA07crVZdC #M2nr1DnCvvGTwPpQ5EBSzHd8uzWSHInR {  }
 }@media only screen and (max-width: 763px) { #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv { display:flex;height:auto;width:27.8125rem;top:5.375rem;left:2.3958320617676rem; }
 }@media only screen and (max-width: 763px) { #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #bFqQBnV8W5stkvGChLgJE60X4EqocDmQ {  }
 }@media only screen and (max-width: 763px) { #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #CqxBRuJVOTzFDiKqAxgZkzAK4Cp2a59d {  }
 }@media only screen and (max-width: 763px) { #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #uCWb2H1katucZnMoKBFVKEQFTQfpz1Jt {  }
 }@media only screen and (max-width: 763px) { #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #mlQrTeuJ5OW55CA1ugx8KT65cPRDeHiT {  }
 }@media only screen and (max-width: 763px) { #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #e0ZmKuy8XChGqkS937Rlh1c8V687Jei8 {  }
 }@media only screen and (max-width: 763px) { #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB { display:flex;height:auto;width:27.8125rem;top:5.375rem;left:2.3958320617676rem; }
 }@media only screen and (max-width: 763px) { #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #XgtCCd7agkVSOnWC3w5RTaveU4f1JRou {  }
 }@media only screen and (max-width: 763px) { #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #ga2AFbP3IHc7UTIVDlVUTANTL4TRps33 {  }
 }@media only screen and (max-width: 763px) { #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #TGwqBtea7lOpA9vtTSMbBmPQM5o8aQoD {  }
 }@media only screen and (max-width: 763px) { #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #Z7EikAQtNOqk6O5iVf6SaN1nLrzvmA1p {  }
 }@media only screen and (max-width: 763px) { #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #ko7mMmNmT3rL5Vx04I7TovuXhMZsuiqN {  }
 }@media only screen and (max-width: 763px) { #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr { display:flex;height:auto;width:27.8125rem;top:5.375rem;left:2.3958320617676rem; }
 }@media only screen and (max-width: 763px) { #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #N1OKIttml0gF90DKltCn3K6qwc2A6uFP {  }
 }@media only screen and (max-width: 763px) { #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #zIQIdfBVDb4AMeVcyVaW6gULUzDUH2mH {  }
 }@media only screen and (max-width: 763px) { #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #ITMOvmZdR3ftIRUfhGkazMiucfSMPDrO {  }
 }@media only screen and (max-width: 763px) { #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #zTRo0ILu7iVv9a1aKxEsaNBsg0q70mob {  }
 }@media only screen and (max-width: 763px) { #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #n9n1yRfAOeMpcJc84k2S3g4R5koUfuFT {  }
 }@media only screen and (max-width: 763px) { #cLdbJCJ45dFcVRx1WW9z7K6Rb76Ffc2B { top:45.4375rem;left:0rem;width:27.5625rem;height:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgcAIdRLm2En1rhbSpAqWwmyiSRGHLEM { width:19.5625rem;height:4.6875rem;top:46rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm558GhnaEa3qbmTcpFa8398CI7AtuH2 { display:block; }
 }@media only screen and (max-width: 763px) { #OhQSPFluN3coqwXJnNIrTkWCbIwsoord { display:block; }#OhQSPFluN3coqwXJnNIrTkWCbIwsoord > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEW8DWKwNSBfohNOlQnWpRSomb5W620m { width:47.75rem;height:6.5625rem;top:9.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVcxCx5Ou2M8mkk6b9ZwHaTTKZDTcvtF { width:24.1875rem;height:7.875rem;top:22rem;left:11.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF { display:block; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOND5Ah3WQUB4Uw3VPEPRlStoo8cwodE { top:14.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okO6amc2bpK6EJCI1oz0VvrhPZfiS9or { top:14.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qglVxMSe97BXXx790gZ0tQBzrT4OMaKR { top:14.125rem;left:2.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ8kKPaI6TI37nBgF1UG5mSW5OVHGd4z { top:5.25rem;left:0rem;width:11rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIHUTvlVn2WaFNcUUF83zkSIZbKh5Lfa { top:10.3125rem;left:0rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3V1ul0JATBrX1XJUTNudDKSfrlTOysN { top:5.25rem;left:24.375rem;width:7.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF4PELgwhLZS9owwb0qp3c9BwLpLvA5h { top:5.1875rem;left:9.5rem;width:11.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WquOOqUwbBTxNhRZNpTwqM8o5aNqVQeX { top:12rem;left:0rem;width:11.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wBW1DOvZOy3EkvUKTFkfPa6gLrrsxz { top:2rem;left:0rem;width:11.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgBy1nwvT7T9uTlDTQM2FO97mW4F58PQ { top:5.0625rem;left:7.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4SW7W0zfr1PRX5XE7ucn1sse7JMdVAv { top:5.125rem;left:22.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOzreWLx8FPXmRdfzWRVuJlIicSgHiDA { top:14.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#TOzreWLx8FPXmRdfzWRVuJlIicSgHiDA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #XFCnHPUrKCp0BTCoT3d3STxaK3aMq3ly { top:14.5625rem;left:3.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#XFCnHPUrKCp0BTCoT3d3STxaK3aMq3ly > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #QBJpc6p4GuLxSmc5yKIaAFNE0oTTsV2h { top:14.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#QBJpc6p4GuLxSmc5yKIaAFNE0oTTsV2h > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #SSZD6bLoDDvUokqBsRN0cnSZAEA3FG8U { top:14.125rem;left:6.9375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6oUdAkrvc2aSNpe6Nexd0GpnvvmQtI4 { top:14.5625rem;left:7.375rem;width:2.1875rem;height:2.1875rem;display:block; }
#h6oUdAkrvc2aSNpe6Nexd0GpnvvmQtI4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE { display:block; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1BNcVRnlQuVKTsEEoZZmMBysLaW1iPR { width:20rem;height:3.4125rem;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOoFdExAL3fgAx4NXyThgshO8Xqxenar { width:20rem;height:0.0625rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXNZlfa6BCryKBqyFKc0Hc1WlTykDXW9 { width:3.75rem;height:0.1875rem;top:13.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF99WXTeHuP9yE9vsX4qJD9DRfp72Pwp { width:20rem;height:3.9315256875rem;top:0.028714794665575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbHfguqDRZcclWUvlW8T9suIugVk9B02 { width:20rem;height:2.8rem;top:8.85000038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX { display:block; }#SPytqXWeWmiBxFMstMh90w6iAQ0dIGMX > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQDKbI1QcoUDEq0gqWrfh8b3aOrlI2VW { width:20rem;height:0.0625rem;top:11.687498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ERAyXW2rqzCTVv85o1L9yEX1xTShLl { width:3.75rem;height:0.1875rem;top:11.624349594116rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CueaPcFtLI9ZTT14xXWPAXe6sDT0N9X2 { width:19.5625rem;height:4.6875rem;top:5.8234386444092rem;left:0.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm7TToC8NgLpxNxWJdPI0OLrXr1VCI21 { display:block; }
 }@media only screen and (max-width: 763px) { #b2Kcq3CkxkzoEVyzKvLX1KpguWfGrTZT { width:20rem;height:5.2rem;top:13.649219512939rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvZ8IqZ8fuL6R9pGzkzoulNbK90PflNf { width:20rem;height:4.3875rem;top:1.4367179870606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dea352ae-3f87-41a2-8f45-454f15d1ce40/Wyzwaniezdjeciewtlelanding6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.adaptive-delivery-prevent-bg, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyload, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyloading { background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,30,55,0.57); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,30,55,0.57); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { border-width: 0; border-radius: 0; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rccwvmy5hBHKybPwdykTnyihi74FGTWa { width:20rem;height:6.0125rem;top:24.125rem;left:0rem;font-size:2.3125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMNRi2L6llVBpreZ95woDadua2t5v4n { width:20rem;height:15.75rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P2aIvcTzQWzvbv09IwmGH5ff1Tx7l6cr { width:20rem;height:4.3875rem;top:35.23633125rem;left:0rem;font-size:1.6875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZRE9P47AQS3WorvtA7oCcBnrmKPPmeQ { width:20rem;height:2.6rem;top:31.38671875rem;left:0rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tahAJpQmfp2ugL2l0Anz1HlcoBH4XdrA { width:19.5625rem;height:4.6875rem;top:40.873077392578rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUaITmHKfrkkFCw2HGo7WTVPwABxnyBT { display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:20rem;height:0.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:3.75rem;height:0.1875rem;top:2.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:18.75rem;height:14.4375rem;top:1rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { width:16.875rem;height:12rem;top:22.812500953674rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lpQGxLiPDwkGvEZAlNn0gMmHnxSS01Z7 { width:20rem;height:2.625rem;top:18.062501907349rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R20ZqiaNtISrdlWT8y3a7wSekbNcHzrS { width:19rem;height:3.4375rem;top:40.562501907349rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJqaWRWz2kaFkM5dqRCUpihak7Tc7wd { display:block; }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:20rem;height:3.25rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:20rem;height:0.0625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:5.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK { display:block; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { width:16.875rem;height:1.4625rem;top:5.1041669845581rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSQrZieT2wFNdOzdnTZlvRAK9EIZLeNI { width:3.125rem;height:3.125rem;top:1.9791669845581rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6AWzTRsS7rs4I1vaGqT7Cg3m61LSp7m { width:16.875rem;height:6rem;top:7.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { width:16.875rem;height:1.4625rem;top:20.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJqDdDv24srAwXLFJCtMl08pzgV44lq { width:3.125rem;height:3.125rem;top:16.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPhoIRhB7JXVyqTa2F6qeM3W5vp1w89B { width:16.875rem;height:9rem;top:23rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { width:16.875rem;height:1.4625rem;top:39.875001907349rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov5nBFpsQTw5KCBUBQyUckmJsE6ehWse { width:16.875rem;height:9rem;top:41.937500953674rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdBF08n02Ud6bfDTemymh5mkx0WIHPZK { width:3.125rem;height:3.125rem;top:36.125001907349rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJVXw8R1OF9RQoDCw6cT4hENFLmgJO30 { width:17.25rem;height:9rem;top:59.710931777954rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ChQDZdtGipcw4q1ucLZyCgufQpR7dKEi { width:14.8125rem;height:1.4625rem;top:58.25rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTnicVBvw1XBSWnFE0K2OABF9VedTXz { width:3.125rem;height:3.125rem;top:53.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:block; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2.adaptive-delivery-prevent-bg, #CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2.lazyload, #CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2.lazyloading { background-image: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { background-color: transparent; background-image: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container > .video-iframe-container { display: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row > .video-iframe-container { display: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .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); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { border-width: 0; border-radius: 0; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { width:20rem;height:106.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxJ5VpqPvat5bXcVh0KHOaJJbgrkraHz { width:17.5rem;height:11.7rem;top:23.062500953674rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5cZUAWGe9X9B9QRHz4gATFwqEXgIZUk { width:20rem;height:2.4375rem;top:19.000000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybnO3UuPOHLhJiypqMKc0eVdrqBlDSpf { width:10.3125rem;height:10.3125rem;top:7.375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbDeoVw9yWu4Ws86iWTBaM1nhQH7tsTo { width:20rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXsR3vt3XgqNvcsMG1PDKvo0b7iHiu2X { width:3.75rem;height:0.1875rem;top:4.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCNarnUyULWyk0X8dzMU9AywM8Tqbu8Q { width:20rem;height:2.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCqehCoEsh3bLmDguRGFuRF8sfzbrTNy { width:16.3125rem;height:16.5rem;top:38.687500953674rem;left:1.84375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zw7LPPXbRUmgEA65wqUpMBPXyJSeu40O { width:19.0625rem;height:21.1875rem;top:36.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk8lyiArN4x084dKblTbtqHV2DWmqs4H { width:19.125rem;height:0.3125rem;top:36.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9zM0lIH0WB3L2aHne3bXupWUm4gmCoT { width:19.0625rem;height:24.75rem;top:58.375003814698rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiIwea5EzulDyLZfi5anDCWUrP6UCNq { width:19.125rem;height:0.3125rem;top:58.103511810302rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr6rQMWTJ5k8ey6KZ15JVmHGzfd1IfGo { width:16.6875rem;height:19.5rem;top:61.000003814698rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTBJ5fgTThZBf9rkQKWCNzw79raWiqc { width:19.0625rem;height:18.9375rem;top:84.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtP4JyeyhqWnUWeUaNVkxAafVWR5NDq1 { width:19.125rem;height:0.3125rem;top:84.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmMTcnxfwPtq6FckwVOVX0lgT39lT9mH { width:16.6875rem;height:15rem;top:87.062505722044rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX { display:block; }#X1Oo5bgJaFTspwpvvTWH0fUZIUuzfZWX > .row .container { width:20rem;height:95.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOTZWmRkSkEhZwCxZxHIRxpKIHDBlzAh { width:19.75rem;height:6.125rem;top:27.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvCqIh8ggxWh7ldISfoiClzoGfyRBgQp { width:19.75rem;height:13.625rem;top:13.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7WWC3nkocv849nPHdn9ZzAVWrngQlH2 { width:9.3125rem;height:4.0625rem;top:16.5rem;left:5rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9V1dwXSbWSMe1OfNuW0SUqowTWKe5iV { width:8.5625rem;height:4.725rem;top:20.875rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pVZ5vCBXCA1utgmGBGVXyCeLno8zGhi3 { width:19.75rem;height:25.5rem;top:62.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD7cV0OTx228CaNTRCqErNDnOiDygJTG { width:19.75rem;height:13.625rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZqACuyVai647VaawomykUkefr1COww { width:9.6875rem;height:4.0625rem;top:51.25rem;left:5.1875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVsu3qm7TEwlXPgid8mg8kr54QKNs5rP { width:19.25rem;height:13.5625rem;top:34.500001192093rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeCiohczNz3tT19Ln9f2lXfFEyZMp0wr { width:18rem;height:2.2rem;top:0rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #h0dHiutTG3cWFaT8J57y79x1Q98Z3ATR { width:18rem;height:1.7rem;top:2.875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EmiWFSMLRHZG81qOedBEI1cu8bNWebTt { width:18rem;height:6.8rem;top:5.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #lDryvZ3fnJf4hTNWBqiERpSP0lv6Q8o0 { width:8.5625rem;height:4.725rem;top:56.5rem;left:5.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #B2BlH64huIBuMeIIRzPRKVTIxoQqE37H { width:19.75rem;height:5.9375rem;top:88.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxsFJpgfmqnI0onPHecBfSov2dCovc0k { display:block; }#pxsFJpgfmqnI0onPHecBfSov2dCovc0k > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgXmpk5kdcVSzs5KGIJxALgxtwJ5QZ4Z { width:20rem;height:9.75rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5lzeVVTqpOrHiJZcR7AIhuLJkbuVtsr { width:20rem;height:0.0625rem;top:11.687498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfhZLEPMTI9a1NvtrAENyw7lO7zJUz7w { width:3.75rem;height:0.1875rem;top:11.624349594116rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cztlbd28QXhfNCiNbFL9fBaBgActTRWz { display:block; }#Cztlbd28QXhfNCiNbFL9fBaBgActTRWz > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ugf6TD386lvHLPmeuGesoGCuWVnqm3Lz { height:10.75rem;width:19.25rem;top:1.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT98BLFmCC0D74DiA1ubCSHi647SyVAE { width:18rem;height:0;top:4rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SoV1FqFb2Ll5T1uN0hMaKqTnHpy46Z59 { width:7.5rem;height:0.375rem;top:1.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xATnvxqgb9b6A1OLnAX2G35I13nucTTa { width:0.375rem;height:6.25rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9nw8T98fZntR2i6LSfLJBhQf3773OOZ { width:17.875rem;height:18rem;top:14.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eypTgEbtz5LV5PGFtmplzKixaOeUkVkZ { width:17.5rem;height:3.875rem;top:35.624975204468rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eExgrs51dveG7q5oUI6T7HWZFIZKsVhW { display:block; }
 }@media only screen and (max-width: 763px) { #ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 { display:block; }#ge749WyBPes7n8ldrd1xpkcPGlc3vgR2 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnRgeUgzVREqBr7slGFI7a5W0npGEXEZ { width:20rem;height:6.5rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #atFvic9HpCfCUDA4wm1AaLNQOzd5Gxfp { width:20rem;height:0.0625rem;top:7.0624847412113rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFRvgTXW3cwbnvIoKwUFAwc7viILt4Nf { width:3.75rem;height:0.1875rem;top:6.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA { display:block; }#FKa67zQqo7UcUQcwXHRpeQBzl1GfMFCA > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRret69UJPDXkQG7dM8yh1zTlT86fBk8 { width:16.875rem;height:1.4625rem;top:5.1041669845581rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqvIbzOxgGQM378txalriOmUubwwS0tp { width:3.125rem;height:3.125rem;top:1.9791669845581rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0xV3WQKD0aqdG15pFxXsHJfubDlOQ5N { width:16.875rem;height:7.5rem;top:7.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dHz85TSZ7VHThRZ5RaXPLDnV8Zcczv4D { width:16.875rem;height:2.925rem;top:20.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBb3FJ4BoNd6p6TytqOOkF9eBHxJwRH { width:3.125rem;height:3.125rem;top:16.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax1pwNOJxUWJzUIwLeiPSV31B52Qt1Iu { width:16.875rem;height:9rem;top:23.812490463257rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kunyo6fofJTkypLlW2iyouydu3HUwUVV { width:16.875rem;height:1.4625rem;top:39.875001907349rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZonC98mTb50kTSi00PSG3SDOoRTTduHm { width:16.875rem;height:7.5rem;top:41.937500953674rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReOuCBbqFvzT50b3k0iU5eiMqio8uRzZ { width:3.125rem;height:3.125rem;top:36.125001907349rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7KRMNoz64KdETAZ0RxRPMDA9aTA9wxP { width:17.25rem;height:7.5rem;top:57rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dCVmVeHthWdz0s9HhgNbyiR8sTdUsuye { width:14.8125rem;height:1.4625rem;top:55.5625rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7sqoEQqo7Icq6uMTTBqwk6lrDs2Rnis { width:3.125rem;height:3.125rem;top:51.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf { display:block; }#or9ZGtWONdGhS6eaaRAORlPSA6xhKBIf > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lud3tD6vVPXP54QrUUoIdcM6Jv9IKREK { width:20rem;height:9.75rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5HwrwLfaem018PhtEVgcMVSFxXtFHdX { width:20rem;height:7.5rem;top:16rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EaseBi5fmzJ6gtecKhn207TsUVFusGoS { width:3.125rem;height:3.125rem;top:11.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 { display:block; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzcxpg9c9TykFJZwzgyHW5WCc57hzWKx { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKAw3RiIEMmzBoyST2kH5w7vMQ4Trr49 { width:20rem;height:0.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPM0FBHSkBw0aKEiiaiOJqNnNNfzvTei { width:3.75rem;height:0.1875rem;top:3.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy { display:block; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGRfTNpyCUsrUIqE4gPAD6Wz2sWaXGle { width:20rem;height:7.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WbdsUgugeuWlPzF2EGA9EXwVEu7bmLJc { width:20rem;height:8.125rem;top:10rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }#WbdsUgugeuWlPzF2EGA9EXwVEu7bmLJc li:before{  }
 }@media only screen and (max-width: 763px) { #DM1b9JwudQFEhmAXVr5llhx4FdI4a58M { display:block; }#DM1b9JwudQFEhmAXVr5llhx4FdI4a58M > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhPT1F4yHvAo9zaivVxZdADxy4tBW20U { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWgbCILTqBchXloku4hWb5ZMG8EJ0s2a { width:20rem;height:0.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK65BGzHCtAeODIJTzp6Hywai8l8RuTf { width:3.75rem;height:0.1875rem;top:3.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPZ7BtA3C5uTJVCc4sdJwgJUdQ8RHkvQ { width:20rem;height:6.3125rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }#LPZ7BtA3C5uTJVCc4sdJwgJUdQ8RHkvQ li:before{  }
 }@media only screen and (max-width: 763px) { #G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 { display:block; }#G4yAOUv678V96VOMmk8RRZ5aSR2bduJ8 > .row .container { width:20rem;height:124.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUUmDkbcRyosR54HD7LhyDabxfpWApFW { width:7.8125rem;height:7.8125rem;top:3.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCtTze2tQ6vit3slR9Qi9579JmnAvXvO { width:4.75rem;height:4.75rem;top:2.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTtKlKpkAInyAiCfKu63rcX2GLSk4vpv { width:1.375rem;height:2.6rem;top:3rem;left:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5JMZdLTrxufdBKvCsCy86KsGwHGkk7G { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAwbcAVQrdvVlF9sb6fxRI1rvvcxFVRE { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9hvTKUAJPI7c9FNtiphqQs7ee7z8VF6 { width:7.8125rem;height:7.8125rem;top:23.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPxSAcGAMI6ztM57x1ayc6oZFzlA3yE6 { width:4.75rem;height:4.75rem;top:22.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLZUHUKC670nvOtdEgZH6dKP2GnWUWLl { width:1.375rem;height:2.6rem;top:23.1875rem;left:7.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfJW2C9uRun7P5fTAb7TWZpJzgcb73mV { width:20rem;height:1.625rem;top:12.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHLUwfTK9RqgUAJoX6ckfDc8LA3SaTDd { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLaKamtFP4KB9eEl48yBOG4kICzJNlwt { width:7.8125rem;height:7.8125rem;top:46.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT6tTDzHu68aetcCtD33mr3BbqVpu6Fo { width:4.75rem;height:4.75rem;top:45.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxRLMrDZZQqMtq1ATyb2RyCkduTTS71p { width:1.375rem;height:2.6rem;top:45.875rem;left:7.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGb7eX018LXbHyricmQIRyzsRmBIzIwQ { width:3.4375rem;height:3.4375rem;top:5.8750004768372rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyW5ivqSZgzmZiXmVMLPFaJbszt8A9qM { width:20rem;height:4.28125rem;top:15rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }#DyW5ivqSZgzmZiXmVMLPFaJbszt8A9qM li:before{  }
 }@media only screen and (max-width: 763px) { #OeBSWagTP3rTnAxrNL7ewAHJcua2VFC6 { width:20rem;height:7.9375rem;top:34.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }#OeBSWagTP3rTnAxrNL7ewAHJcua2VFC6 li:before{  }
 }@media only screen and (max-width: 763px) { #t52zc1SKeKJkVaSLH7O9RXBUhseibNQ5 { width:0;height:6.5rem;top:25.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQROKrJmzuIMPy2Ge1CiTvLMCwAqgMc4 { width:20rem;height:1.625rem;top:32rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yW7qM3zULv0k1mztZRLa8vB9gNTyqJtH { width:20rem;height:3.25rem;top:56.000020265579rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obeplvGTbJkFqJ2gmq07lQ9g25ZbbHMz { width:20rem;height:14.65625rem;top:60.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }#obeplvGTbJkFqJ2gmq07lQ9g25ZbbHMz li:before{  }
 }@media only screen and (max-width: 763px) { #x8Fb9Osc2gm9UaDJm80TXhi5yB4OWAUW { width:0;height:7.4375rem;top:37.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #koNrcB1elCyqfJhKLT64zuiTuI07SH1X { width:19.875rem;height:0;top:44.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K02wUqiH4lROHQzsiZZRKHxqIsS1xlTy { width:4.75rem;height:4.75rem;top:77.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyIaAoT25KtUM53KXB5v2brX2tMheti5 { width:7.8125rem;height:7.8125rem;top:78.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF7pZnTDnRJ9ye4eekBn2hWU3cTcQeuU { width:1.375rem;height:2.6rem;top:78.5625rem;left:7.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilCT3SCrZuO6aLMdSsSnAmlxMacPMvyR { width:20rem;height:7.03125rem;top:90.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }#ilCT3SCrZuO6aLMdSsSnAmlxMacPMvyR li:before{  }
 }@media only screen and (max-width: 763px) { #XT9wZUxef00ZoVkhgQTaHbGCno3vVCIW { width:20rem;height:1.625rem;top:87.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUVQH1vlDBSTXuM8CkfuuTQegAx2BoGV { display:flex;width:4.1875rem;height:4.1875rem;top:48.312479972839rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #R12eq0bxvyvQXHf46wAssStgyy8rvMB6 { width:4.5625rem;height:4.5625rem;top:25.250043869019rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyRpV2Vk6SLd76KDFN0iMBHr12ETphI4 { display:flex;width:4.1875rem;height:4.1875rem;top:80.0625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #xga5eK7tnPCRWBBeEKm65XUmHpJts94A { width:0;height:8rem;top:54.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqT2wNxSnXUEmMKV13JQa0WZHCLpmxpR { width:19.875rem;height:0;top:62.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #twXtqC2S7cRAm9qRX4TlJMLC8G25rFe8 { display:flex;width:4.1875rem;height:4.1875rem;top:103rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #WX5CyJ4JmcrMFgfmyKd6RPZKhyxvNhIr { width:7.8125rem;height:7.8125rem;top:101.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJBTE5skQVaS9o6UMSfXGW5SbeuG8sQp { width:1.375rem;height:2.6rem;top:100.75rem;left:6.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4WdcWuJIFlPu5iXMDHQksSly4EHZPhx { width:20rem;height:3.25rem;top:110.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPfm140o7npal3PVTzZdHo7VTNpWTg7l { width:20rem;height:6.09375rem;top:114.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }#ZPfm140o7npal3PVTzZdHo7VTNpWTg7l li:before{  }
 }@media only screen and (max-width: 763px) { #lQmkDut7K97rdzGT8sgmWEdS3ilpcJuN { width:4.75rem;height:4.75rem;top:99.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOI7ypiN0t0bZzKppQ99HksNbrX78rHu { display:block; }#DOI7ypiN0t0bZzKppQ99HksNbrX78rHu > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZZl1NBvyotuSeE347pmlql4TfwFSkFO { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP577r7lOXWUufGZL0PGFrIlftFdoCA3 { width:20rem;height:0.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR7FiahlTL2VINDZTT4B42SmZJGcBBTA { width:3.75rem;height:0.1875rem;top:3.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU { display:block; }#GIoUiXAPDKblm7ygGTN3bDDDOZ8dQKFU > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2pC9X3I70H1icbmQAKTRVeZs31c7ggk { width:20rem;height:19.5625rem;top:1.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }#Z2pC9X3I70H1icbmQAKTRVeZs31c7ggk li:before{  }
 }@media only screen and (max-width: 763px) { #C0frmgKBsug8sbALsHWGd4VvSsE0zk3G { display:block; }#C0frmgKBsug8sbALsHWGd4VvSsE0zk3G > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwGryF5Po9TCVv4RgCoJhQHhdv9zHXrk { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8r8ieIJWVSNzf5xZmfzfcX2K3dgKu95 { width:20rem;height:0.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keDKTiVt4v5LOl2Sbw6TPHbCEdzGu31J { width:3.75rem;height:0.1875rem;top:3.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ { display:block; }#HSgGpwVee4FqQQw2f3pmCmHJxOKePaUJ > .row .container { width:20rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whGu3094KbRxfRfuPTn06lxA07crVZdC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#whGu3094KbRxfRfuPTn06lxA07crVZdC { display:flex;height:auto;width:17.5rem;top:1.062460899353rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #whGu3094KbRxfRfuPTn06lxA07crVZdC #KwIWLNlgKvGmKW549ya63nBqHe5Tp1xg {  }
 }@media only screen and (max-width: 763px) { #whGu3094KbRxfRfuPTn06lxA07crVZdC #yWxaNPRPpCO9QkXJ205Tdpoul2kz8wnE {  }
 }@media only screen and (max-width: 763px) { #whGu3094KbRxfRfuPTn06lxA07crVZdC #WqLwgQAUDRk8KDG5sxGRCyywaVC5lrSm {  }
 }@media only screen and (max-width: 763px) { #whGu3094KbRxfRfuPTn06lxA07crVZdC #wcHQ9LH4Q1ZcDHXOTvshs7PTQnTEpvuZ {  }
 }@media only screen and (max-width: 763px) { #whGu3094KbRxfRfuPTn06lxA07crVZdC #M2nr1DnCvvGTwPpQ5EBSzHd8uzWSHInR {  }
 }@media only screen and (max-width: 763px) { #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv { display:flex;height:auto;width:17.5rem;top:23.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #bFqQBnV8W5stkvGChLgJE60X4EqocDmQ {  }
 }@media only screen and (max-width: 763px) { #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #CqxBRuJVOTzFDiKqAxgZkzAK4Cp2a59d {  }
 }@media only screen and (max-width: 763px) { #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #uCWb2H1katucZnMoKBFVKEQFTQfpz1Jt {  }
 }@media only screen and (max-width: 763px) { #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #mlQrTeuJ5OW55CA1ugx8KT65cPRDeHiT {  }
 }@media only screen and (max-width: 763px) { #i6cbPiAg4pB1Tt1A9ZyZabisJuPxfAbv #e0ZmKuy8XChGqkS937Rlh1c8V687Jei8 {  }
 }@media only screen and (max-width: 763px) { #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB { display:flex;height:auto;width:17.5rem;top:39.812520980835rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #XgtCCd7agkVSOnWC3w5RTaveU4f1JRou {  }
 }@media only screen and (max-width: 763px) { #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #ga2AFbP3IHc7UTIVDlVUTANTL4TRps33 {  }
 }@media only screen and (max-width: 763px) { #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #TGwqBtea7lOpA9vtTSMbBmPQM5o8aQoD {  }
 }@media only screen and (max-width: 763px) { #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #Z7EikAQtNOqk6O5iVf6SaN1nLrzvmA1p {  }
 }@media only screen and (max-width: 763px) { #dfDU1mE9NV1LtEHb80TyUImhhfC7h0xB #ko7mMmNmT3rL5Vx04I7TovuXhMZsuiqN {  }
 }@media only screen and (max-width: 763px) { #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr { display:flex;height:auto;width:17.5rem;top:56.312501907349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #N1OKIttml0gF90DKltCn3K6qwc2A6uFP {  }
 }@media only screen and (max-width: 763px) { #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #zIQIdfBVDb4AMeVcyVaW6gULUzDUH2mH {  }
 }@media only screen and (max-width: 763px) { #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #ITMOvmZdR3ftIRUfhGkazMiucfSMPDrO {  }
 }@media only screen and (max-width: 763px) { #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #zTRo0ILu7iVv9a1aKxEsaNBsg0q70mob {  }
 }@media only screen and (max-width: 763px) { #O9WWD2OWvhp5TKHuNJ9Nakpa6nfJwNNr #n9n1yRfAOeMpcJc84k2S3g4R5koUfuFT {  }
 }@media only screen and (max-width: 763px) { #cLdbJCJ45dFcVRx1WW9z7K6Rb76Ffc2B { width:20rem;height:5.11875rem;top:77.93750190735rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgcAIdRLm2En1rhbSpAqWwmyiSRGHLEM { width:19.5625rem;height:4.6875rem;top:84.3046875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm558GhnaEa3qbmTcpFa8398CI7AtuH2 { display:block; }
 }@media only screen and (max-width: 763px) { #OhQSPFluN3coqwXJnNIrTkWCbIwsoord { display:block; }#OhQSPFluN3coqwXJnNIrTkWCbIwsoord > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEW8DWKwNSBfohNOlQnWpRSomb5W620m { width:19.125rem;height:4.725rem;top:4.5234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#fff91e;display:block; }
 }@media only screen and (max-width: 763px) { #CVcxCx5Ou2M8mkk6b9ZwHaTTKZDTcvtF { width:17.4375rem;height:9.1875rem;top:12.34375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF { display:block; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOND5Ah3WQUB4Uw3VPEPRlStoo8cwodE { width:3.0625rem;height:3.0625rem;top:21rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okO6amc2bpK6EJCI1oz0VvrhPZfiS9or { width:3.0625rem;height:3.0625rem;top:21rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qglVxMSe97BXXx790gZ0tQBzrT4OMaKR { width:3.0625rem;height:3.0625rem;top:21rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ8kKPaI6TI37nBgF1UG5mSW5OVHGd4z { width:14.625rem;height:2.45rem;top:1.3125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIHUTvlVn2WaFNcUUF83zkSIZbKh5Lfa { width:18.75rem;height:0.0625rem;top:16.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3V1ul0JATBrX1XJUTNudDKSfrlTOysN { width:7.3125rem;height:1.4rem;top:12.375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF4PELgwhLZS9owwb0qp3c9BwLpLvA5h { width:11.375rem;height:1.4rem;top:9.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WquOOqUwbBTxNhRZNpTwqM8o5aNqVQeX { width:20rem;height:1.05rem;top:18.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #T8wBW1DOvZOy3EkvUKTFkfPa6gLrrsxz { width:18.875rem;height:1.05rem;top:6.6875rem;left:1.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dgBy1nwvT7T9uTlDTQM2FO97mW4F58PQ { width:1.5625rem;height:1.5625rem;top:9.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4SW7W0zfr1PRX5XE7ucn1sse7JMdVAv { width:1.5625rem;height:1.5625rem;top:12.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOzreWLx8FPXmRdfzWRVuJlIicSgHiDA { width:1.875rem;height:1.875rem;top:21.625rem;left:6.9375rem;display:block; }
#TOzreWLx8FPXmRdfzWRVuJlIicSgHiDA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #XFCnHPUrKCp0BTCoT3d3STxaK3aMq3ly { width:2.1875rem;height:2.1875rem;top:21.4375rem;left:11.375rem;display:block; }
#XFCnHPUrKCp0BTCoT3d3STxaK3aMq3ly > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #QBJpc6p4GuLxSmc5yKIaAFNE0oTTsV2h { width:1.875rem;height:1.875rem;top:21.625rem;left:2.4375rem;display:block; }
#QBJpc6p4GuLxSmc5yKIaAFNE0oTTsV2h > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #SSZD6bLoDDvUokqBsRN0cnSZAEA3FG8U { width:3.0625rem;height:3.0625rem;top:21.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6oUdAkrvc2aSNpe6Nexd0GpnvvmQtI4 { width:2.1875rem;height:2.1875rem;top:21.5rem;left:15.5625rem;display:block; }
#h6oUdAkrvc2aSNpe6Nexd0GpnvvmQtI4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }