.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 > .row .container { background-color: transparent; background-image: none; }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 > .row .container > .video-iframe-container { display: none; }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 > .row > .video-iframe-container { display: none; }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 > .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); }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 > .row .container { border-width: 0; border-radius: 0; }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#lhqJ2y0G2LBVQGgyrl4zhmF2suWU13xE { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.375rem;left:61.9375rem;display:block; }
#O976ol6fS7Rqt2EVRgR2PTGI1ZyPCATi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xdIFWCPUyqbDzmkfFQJE1eHH9nSWZwKM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:45.9375rem;display:block; }
#ZpZRAGZuaMkIictrA0TJPH9b3dPTH8Hy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gvTn7CgNfESIdoDMcQ5t8GyJ6VNuevhl { box-sizing:content-box;color:#000000;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.6865234375rem;left:51.625rem;display:block; }
#cTItr13M84Tr3c781SvN0TCwtOZdDq0X { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.0625rem;left:48.75rem;display:none; }
#PGiF1H39NvUTw4xXgtUFTdBHTXmzDC0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wb4xZweIdRCh7XP92bUD16I2bBTGrNxl { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#qVNFO1HT8CZJCgqpSPiG29d5RTQlBr8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bK6Na3unzITvHsHc06hkC9TPQnlTCaHg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#Icc9Z5sGTMrI5RcAHeJ7hIGKzXSSox2F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UuxnEUwkTCz2pICfQdyHf2auoknwhboR { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:22.75rem;height:1.13720625rem;font-style:normal;display:block; }
#ZDHyUeJImAp8n85f4S8u8I8uP8Ahg43m { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:36rem;height:1.13720625rem;font-style:normal;display:block; }
#htWhMc6HWA4uMJU7PlNBbL9dxAaqgCAk { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.5rem;left:21.0625rem;display:block; }
#SD4OMIUQiO1ezR93LuXzJZesZb6qXMh1 { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.5rem;left:34.4375rem;display:block; }
#Jfo9PmvqUoJRhmaKVmiqioB5XkrusRue { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#Tc62JsAcirNyFF34SST4eXzSU5meLxKE { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:57.375rem;display:block; }
#SccWiax4ocsNxXituaE2Ff4L6q99dRP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiZHAEhKREEkMHfDAUghx19VoUEmaopp { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:65.875rem;display:block; }
#oBcTfWwAzdr6c2HCCaTaUTXKR1TCa1bG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTIVyobhQpMDqfVVTXbfbW7LkJNPVayU { position:absolute;display:block;z-index:15004;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:2.75rem;width:20.1875rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi { position:relative;display:none; }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi { border-width: 0; border-radius: 0; }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ITQPaVtZduryiTSrVk1hZGev5XAq0Rwh { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.5625rem;left:25.71875rem;display:none; }
#lT5ACMoOwkSiE029w2PdTsOCdegJVtBg { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:27.40625rem;height:1.1363625rem;font-style:normal;display:none; }
#gu9V1gTsZxTnAuGnEpGvCv5RZUpiflPU { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.5625rem;left:39.09375rem;display:none; }
#Vqoh4E6SBoH6oFT2A3JIeKQVviZPJTVv { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:40.65625rem;height:1.1363625rem;font-style:normal;display:none; }
#QhPiRLgI8JF2iP4C25VL7x9pfhZabtuz { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:53.937141418457rem;display:none; }
#FyKVQcA7wzvwPGBLbCGuL861Jh9AnX4v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BIOCETefP13geT3pgc4huBSwChGSVKdV { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#UAOT8gsEoqnmK933RBUaX7RwknHBow2k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTv632J4mtdCkACcPS35upH2w1DeJIcv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:65.875rem;display:none; }
#lR10FcQvGgoxxN3M1gFJ4npMLsGwqxfs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2x6NM5WSTCpvBsbyE7R4McwWGvUzNXD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:65.875rem;display:none; }
#tR9sTDLc57tGDuPUdFbiyIlh4bFSitai { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Daq7ZbvIhN2w1wBTdUT999yGMU4UJChv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:65.875rem;display:none; }
#GVk1h3pNvikbtBU1zzan5apyrAXRpBpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNSNoB28FLrc8XnANyaZh7wx4SO7hX0d { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.375rem;left:61.9375rem;display:none; }
#TQn8uy54GSbVazlzt9J0D9DElyCxQzMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIVtDRHuS3bkwyhOJcKqobMZQDyaqcVM { position:absolute;display:block;z-index:15004;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:2.75rem;width:20.1875rem;top:1.75rem;left:7.53125rem;overflow:hidden;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/EKWTBk6k/background_hero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#wqklkd51DyiKKXFr3dy0MBar2iXFHAtD { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:10.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qKWIbdHvdkpSphPzZFNLBQXlmIl5G6Kh { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:17.875rem;left:0rem;height:18rem;display:block; }
#s40SRMhU2oCB19ZmoifyAAu6bgLX3TFW { background-color:#ea6d6b;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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.5625rem;left:0rem;display:block; }
#z5zE4MhTyzHa2UTDECqTPPdhHmk1thNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gnvd2TGzkQ8OcaDqVGACkRUBG8nTplAy { position:absolute;display:block;z-index:15004;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:26.25rem;width:35rem;top:17.1875rem;left:35.375rem;overflow:hidden;display:block; }
#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD { 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; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container { background-color: transparent; background-image: none; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container > .video-iframe-container { display: none; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row > .video-iframe-container { display: none; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .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); }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container { border-width: 0; border-radius: 0; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#LNHhlGOBqkzngJvfDPKo4kiGJcZ4wJ8r { 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:2.43696875rem;width:4.249825rem;top:3.056640625rem;left:32.560367584229rem;overflow:hidden;display:block; }
#QErSu6gzTIiE9ICpyqmp70ByGD37rGSl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99913125rem;width:7.374125rem;top:3.7725696563721rem;left:7.4956588745119rem;overflow:hidden;display:block; }
#THyJzoX3iwRzfvoT5fRQe89GkhLXvn7T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5609rem;width:7.3118125rem;top:2.4928970336914rem;left:39.073150634766rem;overflow:hidden;display:block; }
#bTxSKQHAi3uPmxOvnOnvmDz9PtD9qlW2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.687325rem;width:6.3743125rem;top:2.9305763244629rem;left:48.685188293457rem;overflow:hidden;display:block; }
#hKw88zsnS29e3XMpnoTqUQGGni6ztuOd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:11.25rem;top:3.6496810913086rem;left:19.745204925537rem;overflow:hidden;display:block; }
#wBOePxJktORIs6nKRQacdwlrWFNAPIle { position:absolute;display:block;z-index:15004;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:2.56214375rem;width:7.562125rem;top:2.9927196502686rem;left:56.25rem;overflow:hidden;display:block; }
#V7Q4R1vZUfCVI7VBkzdxfQLRiTbAzpdC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:8.125rem;top:3.3993263244629rem;left:66.124816894531rem;overflow:hidden;display:block; }
#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo { 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; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container { background-color: transparent; background-image: none; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container > .video-iframe-container { display: none; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row > .video-iframe-container { display: none; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .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); }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container { border-width: 0; border-radius: 0; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#TKX1HqccROy5AnSCvH2OeRZOZwTDN44n { 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:1.5625rem;width:8rem;top:4.0305404663086rem;left:0.68714332580569rem;overflow:hidden;display:block; }
#M4MkaGwPHJHW1yK8y4uVN2hBU2HFMX8o { 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.4359rem;width:9.8739375rem;top:2.0933952331543rem;left:27.687320709229rem;overflow:hidden;display:block; }
#TEHcBylXrBPcFMPhp4saa9SHbbsy7SFZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.374825rem;width:11.93625rem;top:3.6239356994629rem;left:59.655540466309rem;overflow:hidden;display:block; }
#Ovnfz1TAGBS3qVNdgTTyT3Un5rcSWe7g { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874825rem;width:9.0625rem;top:2.3739356994629rem;left:38.11967086792rem;overflow:hidden;display:block; }
#VSQVJOxmtL0isu5dHRIrz4JeQxdfWwU8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3118125rem;width:7.3118125rem;top:1.1558952331543rem;left:48.806816101074rem;overflow:hidden;display:block; }
#r7lkXzihoh8FhkHypWGTQaIbChZyI5in { position:absolute;display:block;z-index:15004;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.187325rem;width:5.187325rem;top:2.2176856994629rem;left:11.371625900269rem;overflow:hidden;display:block; }
#EsICn4bC3sfMeFf8UMXTmTv4thyxVkfS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.4375rem;top:2.6242904663086rem;left:19.311965942382rem;overflow:hidden;display:block; }
#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw { 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; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { background-color: transparent; background-image: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container > .video-iframe-container { display: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container { display: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .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); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { border-width: 0; border-radius: 0; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#CiHcpecc4G7mf3yADAp3EvPTskPJQHNM { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:17rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHEooCFgusxEFLTNDpDCvCqyPHR64DJT { position:absolute;display:block;z-index:15001;background-color:#0075b3;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.125rem;width:9.375rem;top:8.375rem;left:32.8125rem;display:block; }
#QWpTNHvgVw9lde8J7Lo4Qen6g4aS5JMP { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.8125rem;left:9.9375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#kGOnKpPA8wy5BrZMZhto9tBhffBwDPp8 { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:20.5rem;left:9.9375rem;height:12.65625rem;text-align:left;text-align-last:left;display:block; }
#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32515306-d17c-4739-842a-27812bdffee7/MaskGroup8.png");background-position:center !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; }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ.adaptive-delivery-prevent-bg, #dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ.lazyload, #dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ.lazyloading { background-image: none; }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ > .row .container { background-color: transparent; background-image: none; }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,117,179,0.33); }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ > .row .container > .video-iframe-container { display: none; }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,117,179,0.33); }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ > .row > .video-iframe-container { display: none; }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ > .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); }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ > .row .container { border-width: 0; border-radius: 0; }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ::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; }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b7b2c806-9857-41f1-a86a-57c37b3f5523/Group422.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM.adaptive-delivery-prevent-bg, #u4dZ640E4iHz0GgVvJyalb77DE86KxJM.lazyload, #u4dZ640E4iHz0GgVvJyalb77DE86KxJM.lazyloading { background-image: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { background-color: transparent; background-image: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container > .video-iframe-container { display: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row > .video-iframe-container { display: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .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); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { border-width: 0; border-radius: 0; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;position:relative;display:block; }#maHHVVFdHJvGCv3EOTORACB8kPfFrbCK { color:#ffffff;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:17rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BEPfXT9ZvCFG4bxM3JgOXpnZFTVVEnGT { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:9.0625rem;left:32.8125rem;display:block; }
#CIenxX82Klla0C9aqJ5b4K4s0ki3HiIg { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:15.15625rem;left:32.218036651611rem;height:26.71875rem;text-align:left;text-align-last:left;display:block; }
#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fdff;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; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container { background-color: transparent; background-image: none; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container > .video-iframe-container { display: none; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row > .video-iframe-container { display: none; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .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); }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container { border-width: 0; border-radius: 0; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:block; }#CZxWVJ3BrIWrXDITuHfOI70Qf6U38cWQ { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:17.4375rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AZtgTy9X550TSe1Xvf6v4I6xEKskWWo0 { position:absolute;display:block;z-index:15002;background-color:#0075b3;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.125rem;width:9.375rem;top:9.8125rem;left:33.25rem;display:block; }
#Qx1ioTiXGXui7ggtRxTZTvop8tFoTRFk { color:#e10808;display:block;width:40.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:17.59375rem;left:0rem;height:14.0625rem;text-align:left;text-align-last:left;display:block; }
#qFUcfw3T5zoBdLSUT1UlElS2y8Ah986p { color:#d81e1e;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:49.25rem;left:37.5rem;height:15.46875rem;text-align:left;text-align-last:left;display:block; }
#gezzqTRw8TzeIBcQg7fOpMnxNi6Ah2Xv { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:32.3739375rem;top:10.930397553369rem;left:41.842151641846rem;overflow:hidden;display:block; }
#z7tKyhvKgJvWlMkWKOqQmrTN3BfyWxip { 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:22.1244375rem;width:21.312125rem;top:43.914238929749rem;left:8.09303855896rem;overflow:hidden;display:block; }
#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fdff;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; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container { background-color: transparent; background-image: none; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container > .video-iframe-container { display: none; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row > .video-iframe-container { display: none; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .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); }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container { border-width: 0; border-radius: 0; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#cCL5VgdcMxUZEBOWoPe0GCMqXnuqwcC9 { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:16.96875rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BNSAohH44SEZNfMamLx9o9vuh7CMTgb1 { position:absolute;display:block;z-index:15003;background-color:#0075b3;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.125rem;width:9.375rem;top:9.125rem;left:32.8125rem;display:block; }
#ybPJiLw5NECEuJAn5Ik4BuM0rnAuXnFy { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:12.3125rem;left:9.90625rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#mPs59MaxNsxffwz8Ks5A9flpJ9wiPT46 { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:23.1875rem;left:37.5rem;height:16.875rem;text-align:left;text-align-last:left;display:block; }
#OgPAKTkw1SeTOt0av17dZdWsGQZcdraI { position:absolute;display:block;z-index:15005;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:17rem;width:37.5625rem;top:23.187133789062rem;left:-0.031569834709352rem;overflow:hidden;display:block; }
#TFloi5TqnJ6q48tF8poG7DObnQ22ArZ4 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:20.5625rem;left:37.5rem;height:1.40625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ODBmN4X6t0grusKB68Xis2fEsraI3T1i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b3;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; }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row .container { background-color: transparent; background-image: none; }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row .container > .video-iframe-container { display: none; }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row > .video-iframe-container { display: none; }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .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); }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row .container { border-width: 0; border-radius: 0; }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row .container { font-size:0.875rem;font-family:arial;height:61.1875rem;width:75rem;position:relative;display:block; }#zHI1LSve8523GTQytXvIeTtDfH8pMrob { color:#ffffff;display:block;width:50.8744375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:12.0625rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GG0beaa5za3i4QgEPZCEIBH3EbRMNDgR { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:13.3125rem;left:32.875rem;display:block; }
#DkTOKiK5iXyEtqgZNBnrBszcmZKugUTO { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:14.375rem;left:13.375rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#vorT1wfdALcG8eEZ4ZgDqTphtWcLa4St { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:25.1875rem;left:3.1875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#useFNWpHtT5rLdOqGSMGbd1io4imnT8B { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:29.875rem;left:3.125rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#uTcAzBbEswSnRLolqi3iUKR9T1RCDzsC { position:absolute;display:block;z-index:15012;height:11.25rem;width:28.625rem;top:42.3125rem;left:3.125rem;display:block; }
#nZwZs45OyrRN24ax51TeZSM0uQmuPAWy { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:25.1875rem;left:40.625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CPQbHLPnO2ODkVuAzQSyOEFCLoKkQ5V3 { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:29.875rem;left:40.625rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#xQ6eAxDPcMGV2MRZgcxzTFUXFn4tA4iT { position:absolute;display:block;z-index:15013;height:11.25rem;width:28.625rem;top:42.3125rem;left:40.625rem;display:block; }
#IapTCceommh6ktv1wTUnubG84obHxNeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fdff;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; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container { background-color: transparent; background-image: none; }#IapTCceommh6ktv1wTUnubG84obHxNeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container > .video-iframe-container { display: none; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row > .video-iframe-container { display: none; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .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); }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container { border-width: 0; border-radius: 0; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#MK8wLpDhn76UnfpU0pHVD57NGFSWUmHP { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:1.4375rem;left:10.65625rem;height:1.40625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JRN8JfGeHSx4aaytLqEv7lzKgst4JooS { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:10.9375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TcOUkfPxOiBmd13l5MHEHVddvT1GCzWb { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:12.9375rem;left:0rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fh6hazZrwHQxwPPfRZtxPpvyceAXZaBD { 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:2.875rem;width:2.5625rem;top:6.8125rem;left:0rem;overflow:hidden;display:block; }
#wCKGNOukfNNlBFtrsB5wB6MxQqtkl5Hk { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:10.9375rem;left:18.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J2i0o59o49bty1ZKq3M9rdmp6Os2RTxD { color:#040303;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.9375rem;left:18.75rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#prQARpo3sIk6XieLbfT6akM9COHAItng { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.0625rem;top:6.8125rem;left:18.75rem;overflow:hidden;display:block; }
#IvLsnKgouJcghdTepO41pPIV8lSpvXux { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:10.9375rem;left:37.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XctwnHvLl7fyyQogvmA73DipCrsSknQf { color:#090202;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:12.9375rem;left:37.5rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LWtXLrJfDodJn5vpicQPtTS8BzQSMDsF { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.75rem;top:6.8125rem;left:37.5rem;overflow:hidden;display:block; }
#bS18QOinf9kOZxM6WySo3yOVp6bEVcSs { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:10.9375rem;left:56.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GadAbiSsu6kBxO2vzJegqn4kGMugCTet { color:#ec2f2f;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:12.9375rem;left:56.25rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZkqwWp9BtXk83cW8RCIms3ySRe51D8mo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.625rem;top:6.8125rem;left:56.25rem;overflow:hidden;display:block; }
#zxdM2W7kDJKgeQJT0wT3S9P2JH7s8KbT { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:34.5rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SlsiUpV2i4hf5ceTWdfuP890Ok8wUbMf { color:#e83838;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:36.5625rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R8XLw6NAAUlBAQ7WCETgtQQ1WGwS7TMy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.5625rem;top:30.375rem;left:0rem;overflow:hidden;display:block; }
#kHqyZhT8lKfGCZBGChMBTPqTAVbgDG86 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:34.5rem;left:18.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QTyoJDnJwkuNlHhRF2Hf4rkX0UtGPf09 { color:#d50303;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:36.5625rem;left:18.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ewVZpHAdA7QJ4RheQ79XWzkzNp9hHPRE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.4375rem;top:30.375rem;left:18.75rem;overflow:hidden;display:block; }
#rR0QrAne8OR5EZTU3qZFlwKdcUR3mNaI { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:34.5rem;left:37.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WeNhyQX2TUH8eNxf4aTiavw1yFzMkbwC { color:#020101;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:36.5625rem;left:37.5rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R442ylDq2lZgLZ1sNbaOpkmfJWL4ZX2H { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.5625rem;top:30.375rem;left:37.5rem;overflow:hidden;display:block; }
#MvkhT5UKNoWeWgaeTHlruCtfDGnp2QAA { color:#e63939;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:36.5625rem;left:56.25rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NiQBL5wf1k2yRQVcyDEw3WXGSLZfvp9y { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:34.5rem;left:56.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CkHsV5beJUd7cLUBcyCioATsnF35actK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.5rem;top:30.374643325806rem;left:56.25rem;overflow:hidden;display:block; }
#egFBAwDKXit5UEc23KDSinsp3KOzHeXw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fdff;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; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container { background-color: transparent; background-image: none; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container > .video-iframe-container { display: none; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row > .video-iframe-container { display: none; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .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); }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container { border-width: 0; border-radius: 0; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#azgvUlmOymZ57DoPlAAeI8KKtVR0xhTq { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:16.96875rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mCiRvzcLDVQNKP3l6yDog1C9vvnIqxo1 { position:absolute;display:block;z-index:15004;background-color:#0075b3;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.125rem;width:9.375rem;top:6.6875rem;left:32.8125rem;display:block; }
#k6W4F8sX1w605iPLBFnTB8ih011f6omZ { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.3125rem;left:9.9375rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#ZWwv65JFqIQ6QK6yMQNPCV0dNLqZy9Th { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:27.3125rem;left:2.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pz9tTSTT5buIokJNrME5Arv7Wd94bL6C { color:#d32a56;display:block;width:21.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:29.5625rem;left:2.375rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#mFANVl34QTntWMIbMdEkndotM91T8LTK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:15rem;top:14.936966449022rem;left:5rem;overflow:hidden;display:block; }
#Obyk46rgeR238MW3BIE5hxoRNy1Azobp { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:28.0625rem;left:27.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ls4mfBs7U2EwisGOyiGOuaT6zyTbsdCV { color:#dc184b;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:30.375rem;left:27.375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#nOVP11vphBJmItotZvAbmDxLTHnKuARA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:15rem;top:14.873934298754rem;left:30rem;overflow:hidden;display:block; }
#uhFgI0GvxbkyOVQb44CdDXxBNDn3qlBb { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:28.0625rem;left:52.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFPbnTSCXPHs3J0I76weEtiy879dRHlk { color:#ef0a45;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:29.5625rem;left:51.875rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#HTDCmZQ4ltllNKleKiInhI92wNvh9QMl { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:15rem;top:14.873934298754rem;left:55rem;overflow:hidden;display:block; }
#TUKQIDbt5EMq2NMflr6C9hChFbZgD9ln { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:47.5rem;left:53.75rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HATS8132UtAEiMkD9Nva3ZUniQFAW16A { color:#000000;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:49.625rem;left:53.5rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#uiiDIM07kRaiJZ9qumTePMAmd2IxE62q { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:15rem;top:36.060917407274rem;left:56.09375rem;overflow:hidden;display:block; }
#a4J8WTkTxJT17sJnP77kumfxd47nqT2T { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:47.4375rem;left:27.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sg7rtnwSdrqHir8uTkSZJQeKQ24TRopB { color:#000000;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:49.5625rem;left:27.375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#GFE4AXEaLytRBsRakJWk8ccr4tqJqzit { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:15rem;top:36.060917407274rem;left:30rem;overflow:hidden;display:block; }
#qAgHq2LQTvMgUp3l6yE4BusFOabhneHT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:15rem;top:36.060905963182rem;left:5rem;overflow:hidden;display:block; }
#dOkr0Dg2nRrf05PstlSQSTQnqyQRyp3G { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:47.4375rem;left:2.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lgrHiUH9ouCOH0ivgmiITBkF9qTi5wwD { color:#d32a56;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:49.6875rem;left:2.0625rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#XmMozWncIXW2n6vLliumlnqHk7bl5wTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fdff;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; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container { background-color: transparent; background-image: none; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container > .video-iframe-container { display: none; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row > .video-iframe-container { display: none; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .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); }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container { border-width: 0; border-radius: 0; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container { font-size:0.875rem;font-family:arial;height:64.125rem;width:75rem;position:relative;display:block; }#Bu3Wag6TpEfip5RFsELHNCE5PIElea9T { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:21.0625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BfWTH5dfycgHfgB9sFW3G5DZ31kAHKAD { color:#ef1e54;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:23.0625rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IiLZJDiGGeOP610TgaovuvOMsIHmK6kN { 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:3.125rem;width:3.125rem;top:16.9375rem;left:0rem;overflow:hidden;display:block; }
#DXp9MRPJvLfSeZrJDnwPTbegJTOLQKq4 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:21.0625rem;left:18.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b7FMIH4mvt33WGm7vrgeTOC7oJtuP8JX { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:23.0625rem;left:18.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eHMa6sC1d942ZTHADxALpkRIlAPzcbfu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.375rem;top:16.9375rem;left:18.75rem;overflow:hidden;display:block; }
#wVAO168eCNhJ1yV6dlSkubOCCNh3P0w9 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:21.0625rem;left:37.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l5ORTgkxfIn4drivi3DGwNP30y1HaA56 { color:#e62e5e;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:23.0625rem;left:37.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JOQg9Q5rSTU46mzFOkquI7B2cHPfZgwc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:16.9375rem;left:37.5rem;overflow:hidden;display:block; }
#cAhDJVn05z4q4rTUcE498HGwOlKtHy3z { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:21.0625rem;left:56.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BqPbdqKGn6ASZytRiQ9HGTmrd5LkTgHB { color:#da1717;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.0625rem;left:56.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fh7Eam8rwvQBNzwPS04lfeQl7rmUT6W3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:4.125rem;top:17.5625rem;left:56.25rem;overflow:hidden;display:block; }
#tm96aoD1OqZ0SqDJbIWwF5oauF7LyoKd { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:35.125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d6Xx9tX22GKmDxLCw2LtLwqpZceHe6ho { color:#e11313;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:37.1875rem;left:0rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#veksiAM061ry5tG0P1aEATaslx79QRZ3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.625rem;top:31rem;left:0rem;overflow:hidden;display:block; }
#BQpRUpffTPTALdiitko9KiW9Q6GdBItn { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:35.125rem;left:18.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hRxB80vkKXHJM1pGlu0BzqeHSh2HH7ih { color:#ef2323;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:37.1875rem;left:18.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eyFX9GcpHvxaoEKnqIIbyCZy5Tn6UBE5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.3125rem;top:31rem;left:18.75rem;overflow:hidden;display:block; }
#XG8ifo4BXTT78ztH2kZ2V3B6TnXnoHJ2 { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.25rem;left:16.96875rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yPfOQv0xaKF85ODEUVaEgRXGfvT6FpVP { position:absolute;display:block;z-index:15005;background-color:#0075b3;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.125rem;width:9.375rem;top:6.875rem;left:32.8125rem;display:block; }
#EmTtLMGU2188wcaBoTTi6AZ8M7fxJm9O { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:10.5rem;left:0rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#l5G6eZp4B4uVThTHS2Byz3PO8EB9Gh5D { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:46.75rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fdff;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; }#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc > .row .container { background-color: transparent; background-image: none; }#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc > .row .container > .video-iframe-container { display: none; }#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc > .row > .video-iframe-container { display: none; }#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc > .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); }#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc > .row .container { border-width: 0; border-radius: 0; }#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#TcL6CZKyuIHnDpgxqidrrirQdlb12HFw { color:#000000;display:block;width:29.8123125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18rem;left:0rem;height:2.9248rem;font-style:normal;display:block; }
#kMK3aS6IpTZpgfvCk7GCg57LoxqzfC5m { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:22.0625rem;left:0rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dwiq9kTND91ZbP0sTycrfoJbzy4fIEfo { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:6.82425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RrXt8fvBFF820r8iXTTD4uTr6nLeOiJq { position:absolute;display:block;z-index:15006;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.124783125rem;width:9.375rem;top:15.75rem;left:0rem;display:block; }
#aAOurQWcL3OQeOd5Qus2COF7p50OS2mO { position:absolute;display:block;z-index:15000;background-color:#0075b3;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:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:26.75rem;width:24.25rem;top:4.9375rem;left:44.0625rem;display:block; }
#QAe35A7G7TJHKz4VMVGfAiuxqNNWinNO { position:absolute;display:block;z-index:15013;height:21.75rem;width:16.875rem;top:7.21875rem;left:47.8125rem;display:block; }
#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fdff;background-image:url("https://images.assets-landingi.com/1hvzRFTy/Mask_Group_11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63.adaptive-delivery-prevent-bg, #o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63.lazyload, #o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63.lazyloading { background-image: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container { background-color: transparent; background-image: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container > .video-iframe-container { display: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row > .video-iframe-container { display: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .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); }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container { border-width: 0; border-radius: 0; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#NaFUzevQToAmR4Sd1Doa8piDw6IeWNff { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.4375rem;left:46.5625rem;height:2.2744125rem;text-align:right;text-align-last:right;display:block; }
#C2TgTIntcE9eLN1hDzsALHslNT7heSwg { 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:3.4375rem;width:15.8125rem;top:9.35546875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 { display:block; }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhqJ2y0G2LBVQGgyrl4zhmF2suWU13xE { width:3.9375rem;height:1.75rem;top:1.375rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O976ol6fS7Rqt2EVRgR2PTGI1ZyPCATi { display:block; }
 }@media only screen and (max-width: 763px) { #xdIFWCPUyqbDzmkfFQJE1eHH9nSWZwKM { width:11.0625rem;height:1.75rem;top:1.375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpZRAGZuaMkIictrA0TJPH9b3dPTH8Hy { display:block; }
 }@media only screen and (max-width: 763px) { #gvTn7CgNfESIdoDMcQ5t8GyJ6VNuevhl { top:2.625rem;left:38rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTItr13M84Tr3c781SvN0TCwtOZdDq0X { width:8.75rem;height:1.75rem;top:1.0625rem;left:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGiF1H39NvUTw4xXgtUFTdBHTXmzDC0u { display:block; }
 }@media only screen and (max-width: 763px) { #Wb4xZweIdRCh7XP92bUD16I2bBTGrNxl { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVNFO1HT8CZJCgqpSPiG29d5RTQlBr8T { display:block; }
 }@media only screen and (max-width: 763px) { #bK6Na3unzITvHsHc06hkC9TPQnlTCaHg { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #Icc9Z5sGTMrI5RcAHeJ7hIGKzXSSox2F { display:block; }
 }@media only screen and (max-width: 763px) { #UuxnEUwkTCz2pICfQdyHf2auoknwhboR { top:1.6875rem;left:9.125rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDHyUeJImAp8n85f4S8u8I8uP8Ahg43m { top:1.6875rem;left:22.375rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htWhMc6HWA4uMJU7PlNBbL9dxAaqgCAk { top:1.5rem;left:7.4375rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD4OMIUQiO1ezR93LuXzJZesZb6qXMh1 { top:1.5rem;left:20.8125rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfo9PmvqUoJRhmaKVmiqioB5XkrusRue { display:none; }
 }@media only screen and (max-width: 763px) { #Tc62JsAcirNyFF34SST4eXzSU5meLxKE { width:4.5625rem;height:1.75rem;top:1.375rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SccWiax4ocsNxXituaE2Ff4L6q99dRP0 { display:block; }
 }@media only screen and (max-width: 763px) { #TiZHAEhKREEkMHfDAUghx19VoUEmaopp { width:9.125rem;height:1.75rem;top:1.375rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBcTfWwAzdr6c2HCCaTaUTXKR1TCa1bG { display:block; }
 }@media only screen and (max-width: 763px) { #WTIVyobhQpMDqfVVTXbfbW7LkJNPVayU { top:0.875rem;left:0rem;width:20.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3hrBlmwcMdU42lFozR0PkHfksNcyCAi { display:none; }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ITQPaVtZduryiTSrVk1hZGev5XAq0Rwh { top:1.5625rem;left:12.09375rem;width:1.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lT5ACMoOwkSiE029w2PdTsOCdegJVtBg { top:1.75rem;left:13.78125rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gu9V1gTsZxTnAuGnEpGvCv5RZUpiflPU { top:1.5625rem;left:25.46875rem;width:1.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vqoh4E6SBoH6oFT2A3JIeKQVviZPJTVv { top:1.75rem;left:27.03125rem;width:8.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhPiRLgI8JF2iP4C25VL7x9pfhZabtuz { width:5.1875rem;height:1.75rem;top:1.25rem;left:40.312141418457rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyKVQcA7wzvwPGBLbCGuL861Jh9AnX4v { display:block; }
 }@media only screen and (max-width: 763px) { #BIOCETefP13geT3pgc4huBSwChGSVKdV { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #UAOT8gsEoqnmK933RBUaX7RwknHBow2k { display:block; }
 }@media only screen and (max-width: 763px) { #oTv632J4mtdCkACcPS35upH2w1DeJIcv { width:9.125rem;height:1.75rem;top:1.375rem;left:38.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lR10FcQvGgoxxN3M1gFJ4npMLsGwqxfs { display:block; }
 }@media only screen and (max-width: 763px) { #R2x6NM5WSTCpvBsbyE7R4McwWGvUzNXD { width:9.125rem;height:1.75rem;top:1.375rem;left:38.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tR9sTDLc57tGDuPUdFbiyIlh4bFSitai { display:block; }
 }@media only screen and (max-width: 763px) { #Daq7ZbvIhN2w1wBTdUT999yGMU4UJChv { width:9.125rem;height:1.75rem;top:1.375rem;left:38.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVk1h3pNvikbtBU1zzan5apyrAXRpBpk { display:block; }
 }@media only screen and (max-width: 763px) { #JNSNoB28FLrc8XnANyaZh7wx4SO7hX0d { width:3.9375rem;height:1.75rem;top:1.375rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQn8uy54GSbVazlzt9J0D9DElyCxQzMD { display:block; }
 }@media only screen and (max-width: 763px) { #xIVtDRHuS3bkwyhOJcKqobMZQDyaqcVM { top:2.375rem;left:0rem;width:20.1875rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqklkd51DyiKKXFr3dy0MBar2iXFHAtD { top:8.3125rem;left:0rem;width:29.8125rem;height:10.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKWIbdHvdkpSphPzZFNLBQXlmIl5G6Kh { top:17.875rem;left:0rem;width:35.75rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s40SRMhU2oCB19ZmoifyAAu6bgLX3TFW { width:13.125rem;height:3.4375rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5zE4MhTyzHa2UTDECqTPPdhHmk1thNX { display:block; }
 }@media only screen and (max-width: 763px) { #Gnvd2TGzkQ8OcaDqVGACkRUBG8nTplAy { top:17.1875rem;left:12.75rem;width:35rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD { display:block; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNHhlGOBqkzngJvfDPKo4kiGJcZ4wJ8r { top:3rem;left:19.6875rem;width:4.1875rem;height:2.4012298484349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QErSu6gzTIiE9ICpyqmp70ByGD37rGSl { top:3.75rem;left:4.0894088745117rem;width:7.3125rem;height:0.99078158637462rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyJzoX3iwRzfvoT5fRQe89GkhLXvn7T { top:2.4375rem;left:23.875rem;width:7.25rem;height:3.5307969125303rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxSKQHAi3uPmxOvnOnvmDz9PtD9qlW2 { top:2.875rem;left:29.5rem;width:6.3125rem;height:2.6612656757101rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKw88zsnS29e3XMpnoTqUQGGni6ztuOd { top:3.625rem;left:11.9375rem;width:11.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBOePxJktORIs6nKRQacdwlrWFNAPIle { top:2.9375rem;left:35.8125rem;width:7.5rem;height:2.5410950129759rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Q4R1vZUfCVI7VBkzdxfQLRiTbAzpdC { top:3.375rem;left:39.625rem;width:8.125rem;height:1.749825rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo { display:block; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKX1HqccROy5AnSCvH2OeRZOZwTDN44n { top:4rem;left:0rem;width:8rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4MkaGwPHJHW1yK8y4uVN2hBU2HFMX8o { top:2.0625rem;left:14.0625rem;width:9.8125rem;height:5.4020768057322rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEHcBylXrBPcFMPhp4saa9SHbbsy7SFZ { top:3.5625rem;left:35.8125rem;width:11.875rem;height:2.3626387579851rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovnfz1TAGBS3qVNdgTTyT3Un5rcSWe7g { top:2.3125rem;left:23.875rem;width:9.0625rem;height:4.874825rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSQVJOxmtL0isu5dHRIrz4JeQxdfWwU8 { top:1.125rem;left:28.5625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7lkXzihoh8FhkHypWGTQaIbChZyI5in { top:2.1875rem;left:6.8125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsICn4bC3sfMeFf8UMXTmTv4thyxVkfS { top:2.5625rem;left:11.9375rem;width:8.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw { display:block; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiHcpecc4G7mf3yADAp3EvPTskPJQHNM { top:3.3125rem;left:3.375rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHEooCFgusxEFLTNDpDCvCqyPHR64DJT { top:8.375rem;left:19.1875rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWpTNHvgVw9lde8J7Lo4Qen6g4aS5JMP { top:11.8125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGOnKpPA8wy5BrZMZhto9tBhffBwDPp8 { top:20.5rem;left:0rem;width:47.75rem;height:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ { display:block; }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4dZ640E4iHz0GgVvJyalb77DE86KxJM { display:block; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maHHVVFdHJvGCv3EOTORACB8kPfFrbCK { top:4.3125rem;left:3.375rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEPfXT9ZvCFG4bxM3JgOXpnZFTVVEnGT { top:9.0625rem;left:19.1875rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIenxX82Klla0C9aqJ5b4K4s0ki3HiIg { top:15.125rem;left:0rem;width:39.625rem;height:30rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk55X2MaxO3kwSTTTVo7qasKy6U84hTU { display:block; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZxWVJ3BrIWrXDITuHfOI70Qf6U38cWQ { top:5.0625rem;left:0rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZtgTy9X550TSe1Xvf6v4I6xEKskWWo0 { top:9.8125rem;left:14.5rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx1ioTiXGXui7ggtRxTZTvop8tFoTRFk { top:17.5625rem;left:0rem;width:40.125rem;height:16.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFUcfw3T5zoBdLSUT1UlElS2y8Ah986p { top:49.25rem;left:10.25rem;width:37.5rem;height:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gezzqTRw8TzeIBcQg7fOpMnxNi6Ah2Xv { top:10.875rem;left:15.4375rem;width:32.3125rem;height:29.631160675157rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7tKyhvKgJvWlMkWKOqQmrTN3BfyWxip { top:43.875rem;left:1.2805385589599rem;width:21.25rem;height:22.059944603131rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 { display:block; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCL5VgdcMxUZEBOWoPe0GCMqXnuqwcC9 { top:4.5rem;left:0rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNSAohH44SEZNfMamLx9o9vuh7CMTgb1 { top:9.125rem;left:14.5rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybPJiLw5NECEuJAn5Ik4BuM0rnAuXnFy { top:12.3125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPs59MaxNsxffwz8Ks5A9flpJ9wiPT46 { top:23.1875rem;left:10.3125rem;width:37.4375rem;height:19.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPAKTkw1SeTOt0av17dZdWsGQZcdraI { top:23.125rem;left:0rem;width:37.5625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFloi5TqnJ6q48tF8poG7DObnQ22ArZ4 { top:20.5625rem;left:23.875rem;width:12.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODBmN4X6t0grusKB68Xis2fEsraI3T1i { display:block; }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHI1LSve8523GTQytXvIeTtDfH8pMrob { top:4.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG0beaa5za3i4QgEPZCEIBH3EbRMNDgR { top:13.3125rem;left:14.5rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkTOKiK5iXyEtqgZNBnrBszcmZKugUTO { top:14.375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vorT1wfdALcG8eEZ4ZgDqTphtWcLa4St { top:25.1875rem;left:0rem;width:31.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #useFNWpHtT5rLdOqGSMGbd1io4imnT8B { top:29.875rem;left:0rem;width:31.1875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTcAzBbEswSnRLolqi3iUKR9T1RCDzsC { top:42.3125rem;left:0rem;width:28.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZwZs45OyrRN24ax51TeZSM0uQmuPAWy { top:25.1875rem;left:16.5625rem;width:31.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPQbHLPnO2ODkVuAzQSyOEFCLoKkQ5V3 { top:29.875rem;left:16.5625rem;width:31.1875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ6eAxDPcMGV2MRZgcxzTFUXFn4tA4iT { top:42.3125rem;left:19.125rem;width:28.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IapTCceommh6ktv1wTUnubG84obHxNeT { display:block; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK8wLpDhn76UnfpU0pHVD57NGFSWUmHP { top:1.4375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRN8JfGeHSx4aaytLqEv7lzKgst4JooS { top:10.9375rem;left:0rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcOUkfPxOiBmd13l5MHEHVddvT1GCzWb { top:12.9375rem;left:0rem;width:16rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh6hazZrwHQxwPPfRZtxPpvyceAXZaBD { top:6.8125rem;left:0rem;width:2.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKGNOukfNNlBFtrsB5wB6MxQqtkl5Hk { top:10.9375rem;left:10.375rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2i0o59o49bty1ZKq3M9rdmp6Os2RTxD { top:12.9375rem;left:6.6875rem;width:17.1875rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prQARpo3sIk6XieLbfT6akM9COHAItng { top:6.8125rem;left:11.9375rem;width:3.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvLsnKgouJcghdTepO41pPIV8lSpvXux { top:10.9375rem;left:22.3125rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XctwnHvLl7fyyQogvmA73DipCrsSknQf { top:12.9375rem;left:18.625rem;width:17.1875rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWtXLrJfDodJn5vpicQPtTS8BzQSMDsF { top:6.8125rem;left:23.875rem;width:2.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS18QOinf9kOZxM6WySo3yOVp6bEVcSs { top:10.9375rem;left:34.25rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GadAbiSsu6kBxO2vzJegqn4kGMugCTet { top:12.9375rem;left:30.5625rem;width:17.1875rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkqwWp9BtXk83cW8RCIms3ySRe51D8mo { top:6.8125rem;left:35.8125rem;width:2.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxdM2W7kDJKgeQJT0wT3S9P2JH7s8KbT { top:34.5rem;left:0rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlsiUpV2i4hf5ceTWdfuP890Ok8wUbMf { top:36.5625rem;left:0rem;width:16rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8XLw6NAAUlBAQ7WCETgtQQ1WGwS7TMy { top:30.375rem;left:0rem;width:2.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHqyZhT8lKfGCZBGChMBTPqTAVbgDG86 { top:34.5rem;left:10.375rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTyoJDnJwkuNlHhRF2Hf4rkX0UtGPf09 { top:36.5625rem;left:7.875rem;width:16rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewVZpHAdA7QJ4RheQ79XWzkzNp9hHPRE { top:30.375rem;left:11.9375rem;width:5.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR0QrAne8OR5EZTU3qZFlwKdcUR3mNaI { top:34.5rem;left:22.3125rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeNhyQX2TUH8eNxf4aTiavw1yFzMkbwC { top:36.5625rem;left:19.8125rem;width:16rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R442ylDq2lZgLZ1sNbaOpkmfJWL4ZX2H { top:30.375rem;left:23.875rem;width:5.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvkhT5UKNoWeWgaeTHlruCtfDGnp2QAA { top:36.5625rem;left:31.75rem;width:15.9375rem;height:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiQBL5wf1k2yRQVcyDEw3WXGSLZfvp9y { top:34.5rem;left:34.25rem;width:13.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkHsV5beJUd7cLUBcyCioATsnF35actK { top:30.3125rem;left:35.8125rem;width:2.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egFBAwDKXit5UEc23KDSinsp3KOzHeXw { display:block; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azgvUlmOymZ57DoPlAAeI8KKtVR0xhTq { top:2.8125rem;left:0rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCiRvzcLDVQNKP3l6yDog1C9vvnIqxo1 { top:6.6875rem;left:19.125rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6W4F8sX1w605iPLBFnTB8ih011f6omZ { top:9.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWwv65JFqIQ6QK6yMQNPCV0dNLqZy9Th { top:27.3125rem;left:0rem;width:19.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz9tTSTT5buIokJNrME5Arv7Wd94bL6C { top:29.5625rem;left:0rem;width:21.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFANVl34QTntWMIbMdEkndotM91T8LTK { top:14.875rem;left:0.4375rem;width:15rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obyk46rgeR238MW3BIE5hxoRNy1Azobp { top:28.0625rem;left:12.0625rem;width:19.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls4mfBs7U2EwisGOyiGOuaT6zyTbsdCV { top:30.375rem;left:11.5rem;width:20.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOVP11vphBJmItotZvAbmDxLTHnKuARA { top:14.8125rem;left:16.3125rem;width:15rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhFgI0GvxbkyOVQb44CdDXxBNDn3qlBb { top:28.0625rem;left:27.9375rem;width:19.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFPbnTSCXPHs3J0I76weEtiy879dRHlk { top:29.5625rem;left:26.375rem;width:21.25rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDCmZQ4ltllNKleKiInhI92wNvh9QMl { top:14.8125rem;left:32.1875rem;width:15rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUKQIDbt5EMq2NMflr6C9hChFbZgD9ln { top:47.5rem;left:27.9375rem;width:19.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATS8132UtAEiMkD9Nva3ZUniQFAW16A { top:49.625rem;left:27.375rem;width:20.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiiDIM07kRaiJZ9qumTePMAmd2IxE62q { top:36rem;left:32.625rem;width:15rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4J8WTkTxJT17sJnP77kumfxd47nqT2T { top:47.4375rem;left:12.0625rem;width:19.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7rtnwSdrqHir8uTkSZJQeKQ24TRopB { top:49.5625rem;left:11.5rem;width:20.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFE4AXEaLytRBsRakJWk8ccr4tqJqzit { top:36rem;left:16.3125rem;width:15rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAgHq2LQTvMgUp3l6yE4BusFOabhneHT { top:36rem;left:0.4375rem;width:15rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOkr0Dg2nRrf05PstlSQSTQnqyQRyp3G { top:47.4375rem;left:0rem;width:19.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgrHiUH9ouCOH0ivgmiITBkF9qTi5wwD { top:49.6875rem;left:0rem;width:20.25rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmMozWncIXW2n6vLliumlnqHk7bl5wTB { display:block; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu3Wag6TpEfip5RFsELHNCE5PIElea9T { top:21.0625rem;left:0rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfWTH5dfycgHfgB9sFW3G5DZ31kAHKAD { top:23.0625rem;left:0rem;width:16rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiLZJDiGGeOP610TgaovuvOMsIHmK6kN { top:16.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXp9MRPJvLfSeZrJDnwPTbegJTOLQKq4 { top:21.0625rem;left:10.375rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7FMIH4mvt33WGm7vrgeTOC7oJtuP8JX { top:23.0625rem;left:6.6875rem;width:17.1875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHMa6sC1d942ZTHADxALpkRIlAPzcbfu { top:16.9375rem;left:11.9375rem;width:2.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVAO168eCNhJ1yV6dlSkubOCCNh3P0w9 { top:21.0625rem;left:22.3125rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ORTgkxfIn4drivi3DGwNP30y1HaA56 { top:23.0625rem;left:18.625rem;width:17.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOQg9Q5rSTU46mzFOkquI7B2cHPfZgwc { top:16.9375rem;left:23.875rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhDJVn05z4q4rTUcE498HGwOlKtHy3z { top:21.0625rem;left:34.25rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqPbdqKGn6ASZytRiQ9HGTmrd5LkTgHB { top:23.0625rem;left:30.5625rem;width:17.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh7Eam8rwvQBNzwPS04lfeQl7rmUT6W3 { top:17.5625rem;left:35.8125rem;width:4.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm96aoD1OqZ0SqDJbIWwF5oauF7LyoKd { top:35.125rem;left:0rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Xx9tX22GKmDxLCw2LtLwqpZceHe6ho { top:37.1875rem;left:0rem;width:16rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veksiAM061ry5tG0P1aEATaslx79QRZ3 { top:31rem;left:0rem;width:3.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQpRUpffTPTALdiitko9KiW9Q6GdBItn { top:35.125rem;left:10.375rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRxB80vkKXHJM1pGlu0BzqeHSh2HH7ih { top:37.1875rem;left:7.875rem;width:16rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyFX9GcpHvxaoEKnqIIbyCZy5Tn6UBE5 { top:31rem;left:11.9375rem;width:3.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG8ifo4BXTT78ztH2kZ2V3B6TnXnoHJ2 { top:2.25rem;left:0rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPfOQv0xaKF85ODEUVaEgRXGfvT6FpVP { top:6.875rem;left:14.5rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmTtLMGU2188wcaBoTTi6AZ8M7fxJm9O { top:10.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5G6eZp4B4uVThTHS2Byz3PO8EB9Gh5D { top:46.75rem;left:0rem;width:47.75rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irEVOt1CW35bKpIoc6tNTT2EOUKTSINc { display:block; }#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcL6CZKyuIHnDpgxqidrrirQdlb12HFw { top:17.9375rem;left:0rem;width:29.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMK3aS6IpTZpgfvCk7GCg57LoxqzfC5m { top:22rem;left:0rem;width:18.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwiq9kTND91ZbP0sTycrfoJbzy4fIEfo { top:8.1875rem;left:0rem;width:32.3125rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrXt8fvBFF820r8iXTTD4uTr6nLeOiJq { top:15.75rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAOurQWcL3OQeOd5Qus2COF7p50OS2mO { top:4.9375rem;left:23.5rem;width:24.25rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAe35A7G7TJHKz4VMVGfAiuxqNNWinNO { top:7.1875rem;left:27.375rem;width:16.875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 { display:block; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaFUzevQToAmR4Sd1Doa8piDw6IeWNff { top:10.4375rem;left:19.3125rem;width:28.4375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2TgTIntcE9eLN1hDzsALHslNT7heSwg { top:9.3125rem;left:0rem;width:15.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 { position:relative;z-index:auto;display:none; }#CiZw5NSTwsGGhHvHMrmsG9lzroBdhgN7 > .row .container { width:20rem;height:28.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lhqJ2y0G2LBVQGgyrl4zhmF2suWU13xE { width:7.8125rem;height:2.5rem;top:8.9364347457888rem;left:10.780361711979rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O976ol6fS7Rqt2EVRgR2PTGI1ZyPCATi { display:block; }
 }@media only screen and (max-width: 763px) { #xdIFWCPUyqbDzmkfFQJE1eHH9nSWZwKM { width:8.75rem;height:1.749825rem;top:9.3119668960569rem;left:2.0916193127632rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpZRAGZuaMkIictrA0TJPH9b3dPTH8Hy { display:block; }
 }@media only screen and (max-width: 763px) { #gvTn7CgNfESIdoDMcQ5t8GyJ6VNuevhl { width:0.625rem;height:0.625rem;top:2.625rem;left:9.6875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTItr13M84Tr3c781SvN0TCwtOZdDq0X { width:9.375rem;height:2.5rem;top:4.875rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #PGiF1H39NvUTw4xXgtUFTdBHTXmzDC0u { display:block; }
 }@media only screen and (max-width: 763px) { #Wb4xZweIdRCh7XP92bUD16I2bBTGrNxl { width:5.5rem;height:2.5rem;top:4rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #qVNFO1HT8CZJCgqpSPiG29d5RTQlBr8T { display:block; }
 }@media only screen and (max-width: 763px) { #bK6Na3unzITvHsHc06hkC9TPQnlTCaHg { width:6.25rem;height:2.5rem;top:8.4375rem;left:11.249999582768rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #Icc9Z5sGTMrI5RcAHeJ7hIGKzXSSox2F { display:block; }
 }@media only screen and (max-width: 763px) { #UuxnEUwkTCz2pICfQdyHf2auoknwhboR { width:10.9375rem;height:1.1363625rem;top:5.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDHyUeJImAp8n85f4S8u8I8uP8Ahg43m { width:8.8125rem;height:1.1363625rem;top:5.875rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htWhMc6HWA4uMJU7PlNBbL9dxAaqgCAk { width:1.5rem;height:1.5rem;top:4.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD4OMIUQiO1ezR93LuXzJZesZb6qXMh1 { width:1.5rem;height:1.5rem;top:4.3125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfo9PmvqUoJRhmaKVmiqioB5XkrusRue { top:7.5625rem;left:-0.03125rem;width:20rem;height:0.0625rem;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Tc62JsAcirNyFF34SST4eXzSU5meLxKE { width:4.5625rem;height:1.75rem;top:1.375rem;left:7.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SccWiax4ocsNxXituaE2Ff4L6q99dRP0 { display:block; }
 }@media only screen and (max-width: 763px) { #TiZHAEhKREEkMHfDAUghx19VoUEmaopp { width:9.125rem;height:1.75rem;top:21.312144756317rem;left:5.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBcTfWwAzdr6c2HCCaTaUTXKR1TCa1bG { display:block; }
 }@media only screen and (max-width: 763px) { #WTIVyobhQpMDqfVVTXbfbW7LkJNPVayU { width:20rem;height:2.7244582043344rem;top:24.312144756317rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #J3hrBlmwcMdU42lFozR0PkHfksNcyCAi { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi > .row .container { background-color: transparent; background-image: none; }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi > .row .container > .video-iframe-container { display: none; }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi > .row > .video-iframe-container { display: none; }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi > .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); }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi > .row .container { border-width: 0; border-radius: 0; }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3hrBlmwcMdU42lFozR0PkHfksNcyCAi > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITQPaVtZduryiTSrVk1hZGev5XAq0Rwh { width:1.49946875rem;height:1.49946875rem;top:3.8725128173828rem;left:4.6866121888161rem;font-size:1rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lT5ACMoOwkSiE029w2PdTsOCdegJVtBg { width:10.9375rem;height:1.13671875rem;top:5.8124980926514rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gu9V1gTsZxTnAuGnEpGvCv5RZUpiflPU { width:1.49946875rem;height:1.49946875rem;top:3.9018096923828rem;left:14.810013353824rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Vqoh4E6SBoH6oFT2A3JIeKQVviZPJTVv { width:8.812125rem;height:1.13671875rem;top:5.8124980926514rem;left:11.187854349613rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #QhPiRLgI8JF2iP4C25VL7x9pfhZabtuz { width:11.3115rem;height:1.749025rem;top:8.716796875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #FyKVQcA7wzvwPGBLbCGuL861Jh9AnX4v { display:block; }
 }@media only screen and (max-width: 763px) { #BIOCETefP13geT3pgc4huBSwChGSVKdV { width:6.25rem;height:2.5rem;top:10.4658203125rem;left:2.5302734375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UAOT8gsEoqnmK933RBUaX7RwknHBow2k { display:block; }
 }@media only screen and (max-width: 763px) { #oTv632J4mtdCkACcPS35upH2w1DeJIcv { width:9.125rem;height:1.75rem;top:8.8125rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #lR10FcQvGgoxxN3M1gFJ4npMLsGwqxfs { display:block; }
 }@media only screen and (max-width: 763px) { #R2x6NM5WSTCpvBsbyE7R4McwWGvUzNXD { width:9.125rem;height:1.75rem;top:9.4375rem;left:9.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #tR9sTDLc57tGDuPUdFbiyIlh4bFSitai { display:block; }
 }@media only screen and (max-width: 763px) { #Daq7ZbvIhN2w1wBTdUT999yGMU4UJChv { width:9.125rem;height:1.75rem;top:8.7158203125rem;left:10.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #GVk1h3pNvikbtBU1zzan5apyrAXRpBpk { display:block; }
 }@media only screen and (max-width: 763px) { #JNSNoB28FLrc8XnANyaZh7wx4SO7hX0d { width:7.8125rem;height:2.5rem;top:10.4658203125rem;left:10.5595703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TQn8uy54GSbVazlzt9J0D9DElyCxQzMD { display:block; }
 }@media only screen and (max-width: 763px) { #xIVtDRHuS3bkwyhOJcKqobMZQDyaqcVM { width:20rem;height:2.3125rem;top:0.625rem;left:0rem;overflow:hidden;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/EKWTBk6k/background_hero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqklkd51DyiKKXFr3dy0MBar2iXFHAtD { width:20rem;height:5.199225rem;top:3.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKWIbdHvdkpSphPzZFNLBQXlmIl5G6Kh { width:20rem;height:28.5rem;top:10.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s40SRMhU2oCB19ZmoifyAAu6bgLX3TFW { width:13.125rem;height:3.4375rem;top:39.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5zE4MhTyzHa2UTDECqTPPdhHmk1thNX { display:block; }
 }@media only screen and (max-width: 763px) { #Gnvd2TGzkQ8OcaDqVGACkRUBG8nTplAy { width:20rem;height:15.0615rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD { display:block; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNHhlGOBqkzngJvfDPKo4kiGJcZ4wJ8r { width:4.311525rem;height:2.436525rem;top:1.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QErSu6gzTIiE9ICpyqmp70ByGD37rGSl { width:7.374rem;height:0.999025rem;top:6.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyJzoX3iwRzfvoT5fRQe89GkhLXvn7T { width:6.4355625rem;height:3.4375rem;top:1.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxSKQHAi3uPmxOvnOnvmDz9PtD9qlW2 { width:4.874025rem;height:2.1875rem;top:2.6865234375rem;left:7.9033203125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKw88zsnS29e3XMpnoTqUQGGni6ztuOd { width:10.8744375rem;height:1.25rem;top:10.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBOePxJktORIs6nKRQacdwlrWFNAPIle { width:7.6243125rem;height:2.56214375rem;top:5.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Q4R1vZUfCVI7VBkzdxfQLRiTbAzpdC { width:5.625rem;height:1.31214375rem;top:10.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo { display:block; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKX1HqccROy5AnSCvH2OeRZOZwTDN44n { width:6.312125rem;height:1.25rem;top:1.5305404663086rem;left:2.1555395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4MkaGwPHJHW1yK8y4uVN2hBU2HFMX8o { width:5.7492875rem;height:3.125rem;top:5.6232242584229rem;left:2.4343038201332rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEHcBylXrBPcFMPhp4saa9SHbbsy7SFZ { width:6.18696875rem;height:1.31214375rem;top:10.685369491577rem;left:11.278408586979rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovnfz1TAGBS3qVNdgTTyT3Un5rcSWe7g { width:5.625rem;height:3.06196875rem;top:5.654296875rem;left:11.559835970402rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSQVJOxmtL0isu5dHRIrz4JeQxdfWwU8 { width:4.249825rem;height:4.249825rem;top:9.2152004241944rem;left:3.1844814419746rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7lkXzihoh8FhkHypWGTQaIbChZyI5in { width:4.31196875rem;height:4.31196875rem;top:0rem;left:12.216796457768rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsICn4bC3sfMeFf8UMXTmTv4thyxVkfS { width:6.3115rem;height:3.186525rem;top:13.96484375rem;left:6.8427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { background-color: transparent; background-image: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container > .video-iframe-container { display: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container { display: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .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); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { border-width: 0; border-radius: 0; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiHcpecc4G7mf3yADAp3EvPTskPJQHNM { width:20rem;height:5.19921875rem;top:3.6875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uHEooCFgusxEFLTNDpDCvCqyPHR64DJT { width:9.375rem;height:0.125rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWpTNHvgVw9lde8J7Lo4Qen6g4aS5JMP { width:20rem;height:18.28125rem;top:11.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kGOnKpPA8wy5BrZMZhto9tBhffBwDPp8 { width:20rem;height:22.5rem;top:31.662823677063rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ { display:block; }#dfcLB3tHULWOmSkheAwl0oTtCTsrSqrZ > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4dZ640E4iHz0GgVvJyalb77DE86KxJM { background-color:transparent;background-image:url("https://images.assets-landingi.com/EKWTBk6k/background_hero.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM.adaptive-delivery-prevent-bg, #u4dZ640E4iHz0GgVvJyalb77DE86KxJM.lazyload, #u4dZ640E4iHz0GgVvJyalb77DE86KxJM.lazyloading { background-image: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { background-color: transparent; background-image: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0075b3; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container > .video-iframe-container { display: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0075b3; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row > .video-iframe-container { display: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .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); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { border-width: 0; border-radius: 0; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM::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; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maHHVVFdHJvGCv3EOTORACB8kPfFrbCK { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BEPfXT9ZvCFG4bxM3JgOXpnZFTVVEnGT { width:9.375rem;height:0.125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIenxX82Klla0C9aqJ5b4K4s0ki3HiIg { width:20rem;height:56.25rem;top:9.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk55X2MaxO3kwSTTTVo7qasKy6U84hTU { display:block; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container { width:20rem;height:108.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZxWVJ3BrIWrXDITuHfOI70Qf6U38cWQ { width:20rem;height:5.19921875rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AZtgTy9X550TSe1Xvf6v4I6xEKskWWo0 { width:9.375rem;height:0.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx1ioTiXGXui7ggtRxTZTvop8tFoTRFk { width:20rem;height:30.9375rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFUcfw3T5zoBdLSUT1UlElS2y8Ah986p { width:20rem;height:26.71875rem;top:63.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gezzqTRw8TzeIBcQg7fOpMnxNi6Ah2Xv { width:20rem;height:18.339875rem;top:43.561783790588rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7tKyhvKgJvWlMkWKOqQmrTN3BfyWxip { width:15.874rem;height:16.5625rem;top:89.96875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 { display:block; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCL5VgdcMxUZEBOWoPe0GCMqXnuqwcC9 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BNSAohH44SEZNfMamLx9o9vuh7CMTgb1 { width:9.375rem;height:0.125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybPJiLw5NECEuJAn5Ik4BuM0rnAuXnFy { width:20rem;height:9.84375rem;top:9rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mPs59MaxNsxffwz8Ks5A9flpJ9wiPT46 { width:20rem;height:33.75rem;top:36.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPAKTkw1SeTOt0av17dZdWsGQZcdraI { width:20rem;height:9.124625rem;top:20.811434268951rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFloi5TqnJ6q48tF8poG7DObnQ22ArZ4 { width:12.562125rem;height:1.40625rem;top:32.5625rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODBmN4X6t0grusKB68Xis2fEsraI3T1i { background-color:#0075b3;background-image:none;display:block; }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row .container { background-color: transparent; background-image: none; }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row .container > .video-iframe-container { display: none; }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row > .video-iframe-container { display: none; }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .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); }#ODBmN4X6t0grusKB68Xis2fEsraI3T1i > .row .container { width:20rem;height:103.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHI1LSve8523GTQytXvIeTtDfH8pMrob { width:20rem;height:10.3984375rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GG0beaa5za3i4QgEPZCEIBH3EbRMNDgR { width:9.375rem;height:0.125rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkTOKiK5iXyEtqgZNBnrBszcmZKugUTO { width:20rem;height:11.25rem;top:15.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vorT1wfdALcG8eEZ4ZgDqTphtWcLa4St { width:20rem;height:3.375rem;top:32.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #useFNWpHtT5rLdOqGSMGbd1io4imnT8B { width:20rem;height:13.5rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTcAzBbEswSnRLolqi3iUKR9T1RCDzsC { width:20rem;height:11.25rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZwZs45OyrRN24ax51TeZSM0uQmuPAWy { width:20rem;height:5.0625rem;top:65.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPQbHLPnO2ODkVuAzQSyOEFCLoKkQ5V3 { width:20rem;height:13.5rem;top:71rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ6eAxDPcMGV2MRZgcxzTFUXFn4tA4iT { width:20rem;height:11.25rem;top:85.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IapTCceommh6ktv1wTUnubG84obHxNeT { display:block; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container { width:20rem;height:158.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK8wLpDhn76UnfpU0pHVD57NGFSWUmHP { width:20rem;height:4.21875rem;top:1.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JRN8JfGeHSx4aaytLqEv7lzKgst4JooS { width:13.5rem;height:1.5rem;top:12.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcOUkfPxOiBmd13l5MHEHVddvT1GCzWb { width:16rem;height:7.875rem;top:14.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fh6hazZrwHQxwPPfRZtxPpvyceAXZaBD { width:2.625rem;height:2.9375rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKGNOukfNNlBFtrsB5wB6MxQqtkl5Hk { width:13.5rem;height:1.50065rem;top:67.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2i0o59o49bty1ZKq3M9rdmp6Os2RTxD { width:17.1875rem;height:10.5rem;top:70.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #prQARpo3sIk6XieLbfT6akM9COHAItng { width:3.0625rem;height:3.125rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvLsnKgouJcghdTepO41pPIV8lSpvXux { width:13.5rem;height:1.50065rem;top:105.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XctwnHvLl7fyyQogvmA73DipCrsSknQf { width:17.1875rem;height:7.875rem;top:108.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LWtXLrJfDodJn5vpicQPtTS8BzQSMDsF { width:2.75rem;height:3.125rem;top:102.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS18QOinf9kOZxM6WySo3yOVp6bEVcSs { width:13.5rem;height:1.50065rem;top:142.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GadAbiSsu6kBxO2vzJegqn4kGMugCTet { width:17.1875rem;height:11.8125rem;top:145rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZkqwWp9BtXk83cW8RCIms3ySRe51D8mo { width:2.6875rem;height:3rem;top:139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxdM2W7kDJKgeQJT0wT3S9P2JH7s8KbT { width:13.5rem;height:1.50065rem;top:28.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SlsiUpV2i4hf5ceTWdfuP890Ok8wUbMf { width:16rem;height:11.8125rem;top:30.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R8XLw6NAAUlBAQ7WCETgtQQ1WGwS7TMy { width:2.1875rem;height:2.4375rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHqyZhT8lKfGCZBGChMBTPqTAVbgDG86 { width:13.5rem;height:1.50065rem;top:88rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTyoJDnJwkuNlHhRF2Hf4rkX0UtGPf09 { width:16rem;height:9.1875rem;top:90.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ewVZpHAdA7QJ4RheQ79XWzkzNp9hHPRE { width:5.5625rem;height:2.875rem;top:83.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR0QrAne8OR5EZTU3qZFlwKdcUR3mNaI { width:13.5rem;height:1.50065rem;top:122.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WeNhyQX2TUH8eNxf4aTiavw1yFzMkbwC { width:16rem;height:11.8125rem;top:124.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R442ylDq2lZgLZ1sNbaOpkmfJWL4ZX2H { width:5.4375rem;height:2.875rem;top:118.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvkhT5UKNoWeWgaeTHlruCtfDGnp2QAA { width:15.9375rem;height:10.5rem;top:50.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NiQBL5wf1k2yRQVcyDEw3WXGSLZfvp9y { width:13.4375rem;height:1.50065rem;top:48.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CkHsV5beJUd7cLUBcyCioATsnF35actK { width:2.5rem;height:2.87464375rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egFBAwDKXit5UEc23KDSinsp3KOzHeXw { display:block; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container { width:20rem;height:164.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azgvUlmOymZ57DoPlAAeI8KKtVR0xhTq { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mCiRvzcLDVQNKP3l6yDog1C9vvnIqxo1 { width:9.375rem;height:0.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6W4F8sX1w605iPLBFnTB8ih011f6omZ { width:20rem;height:5.625rem;top:8.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZWwv65JFqIQ6QK6yMQNPCV0dNLqZy9Th { width:19.6875rem;height:1.50065rem;top:32.3125rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pz9tTSTT5buIokJNrME5Arv7Wd94bL6C { width:20rem;height:7.875rem;top:35.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFANVl34QTntWMIbMdEkndotM91T8LTK { width:19.875rem;height:12.875rem;top:18.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obyk46rgeR238MW3BIE5hxoRNy1Azobp { width:20rem;height:1.50065rem;top:60.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls4mfBs7U2EwisGOyiGOuaT6zyTbsdCV { width:20rem;height:2.625rem;top:63.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOVP11vphBJmItotZvAbmDxLTHnKuARA { width:19.75rem;height:12.75rem;top:46.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhFgI0GvxbkyOVQb44CdDXxBNDn3qlBb { width:19.6875rem;height:1.50065rem;top:83.9375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFPbnTSCXPHs3J0I76weEtiy879dRHlk { width:20rem;height:9.1875rem;top:86.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDCmZQ4ltllNKleKiInhI92wNvh9QMl { width:19.75rem;height:12.75rem;top:69.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUKQIDbt5EMq2NMflr6C9hChFbZgD9ln { width:20rem;height:1.50065rem;top:155.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATS8132UtAEiMkD9Nva3ZUniQFAW16A { width:20rem;height:3.9375rem;top:158.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiiDIM07kRaiJZ9qumTePMAmd2IxE62q { width:19.75rem;height:12.75rem;top:141.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4J8WTkTxJT17sJnP77kumfxd47nqT2T { width:20rem;height:1.50065rem;top:130.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7rtnwSdrqHir8uTkSZJQeKQ24TRopB { width:20rem;height:3.9375rem;top:133.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFE4AXEaLytRBsRakJWk8ccr4tqJqzit { width:19.75rem;height:12.75rem;top:116.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAgHq2LQTvMgUp3l6yE4BusFOabhneHT { width:15rem;height:9.6875rem;top:94.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOkr0Dg2nRrf05PstlSQSTQnqyQRyp3G { width:19.6875rem;height:1.50065rem;top:105.6875rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgrHiUH9ouCOH0ivgmiITBkF9qTi5wwD { width:20rem;height:5.25rem;top:107.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XmMozWncIXW2n6vLliumlnqHk7bl5wTB { display:block; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container { width:20rem;height:118.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu3Wag6TpEfip5RFsELHNCE5PIElea9T { width:13.5rem;height:1.50065rem;top:21.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfWTH5dfycgHfgB9sFW3G5DZ31kAHKAD { width:16rem;height:2.625rem;top:24.5rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiLZJDiGGeOP610TgaovuvOMsIHmK6kN { width:3.125rem;height:3.125rem;top:17.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXp9MRPJvLfSeZrJDnwPTbegJTOLQKq4 { width:13.5rem;height:1.50065rem;top:33.625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7FMIH4mvt33WGm7vrgeTOC7oJtuP8JX { width:17.1875rem;height:2.625rem;top:36.375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHMa6sC1d942ZTHADxALpkRIlAPzcbfu { width:2.375rem;height:3.125rem;top:29.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVAO168eCNhJ1yV6dlSkubOCCNh3P0w9 { width:13.5rem;height:1.50065rem;top:45.8125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ORTgkxfIn4drivi3DGwNP30y1HaA56 { width:17.1875rem;height:1.3125rem;top:48.5rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOQg9Q5rSTU46mzFOkquI7B2cHPfZgwc { width:3.1875rem;height:3.125rem;top:41.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhDJVn05z4q4rTUcE498HGwOlKtHy3z { width:13.5rem;height:1.50065rem;top:56.0625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqPbdqKGn6ASZytRiQ9HGTmrd5LkTgHB { width:17.1875rem;height:1.3125rem;top:58.8125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh7Eam8rwvQBNzwPS04lfeQl7rmUT6W3 { width:4.1875rem;height:1.8125rem;top:53.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm96aoD1OqZ0SqDJbIWwF5oauF7LyoKd { width:13.5rem;height:1.50065rem;top:68.75rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Xx9tX22GKmDxLCw2LtLwqpZceHe6ho { width:16rem;height:5.25rem;top:71.5rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veksiAM061ry5tG0P1aEATaslx79QRZ3 { width:3.625rem;height:2.75rem;top:65.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQpRUpffTPTALdiitko9KiW9Q6GdBItn { width:13.5rem;height:1.50065rem;top:83.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRxB80vkKXHJM1pGlu0BzqeHSh2HH7ih { width:16rem;height:2.625rem;top:85.875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyFX9GcpHvxaoEKnqIIbyCZy5Tn6UBE5 { width:2.625rem;height:2.1875rem;top:79rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG8ifo4BXTT78ztH2kZ2V3B6TnXnoHJ2 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yPfOQv0xaKF85ODEUVaEgRXGfvT6FpVP { width:9.375rem;height:0.125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmTtLMGU2188wcaBoTTi6AZ8M7fxJm9O { width:20rem;height:7.03125rem;top:8.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5G6eZp4B4uVThTHS2Byz3PO8EB9Gh5D { width:20rem;height:25.3125rem;top:92.061485290525rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irEVOt1CW35bKpIoc6tNTT2EOUKTSINc { display:block; }#irEVOt1CW35bKpIoc6tNTT2EOUKTSINc > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcL6CZKyuIHnDpgxqidrrirQdlb12HFw { width:20rem;height:2.923825rem;top:11.51975rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMK3aS6IpTZpgfvCk7GCg57LoxqzfC5m { width:18.2498125rem;height:3.19921875rem;top:15.621745586395rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwiq9kTND91ZbP0sTycrfoJbzy4fIEfo { width:17.061625rem;height:7.7988125rem;top:1.3747825622559rem;left:1.4680989384651rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrXt8fvBFF820r8iXTTD4uTr6nLeOiJq { width:9.375rem;height:0.0625rem;top:10.20725rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAOurQWcL3OQeOd5Qus2COF7p50OS2mO { width:20rem;height:28.4375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAe35A7G7TJHKz4VMVGfAiuxqNNWinNO { width:16.875rem;height:21.75rem;top:24.84375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 { background-color:transparent;background-image:url("https://images.assets-landingi.com/wMiagwsm/footer.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63.adaptive-delivery-prevent-bg, #o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63.lazyload, #o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63.lazyloading { background-image: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container { background-color: transparent; background-image: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0075b3; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container > .video-iframe-container { display: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0075b3; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row > .video-iframe-container { display: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .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); }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaFUzevQToAmR4Sd1Doa8piDw6IeWNff { width:20rem;height:2.92383125rem;top:7.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2TgTIntcE9eLN1hDzsALHslNT7heSwg { width:9rem;height:1.9375rem;top:2.5rem;left:5.5rem;display:block; }
 }