.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container { background-color: transparent; background-image: none; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container > .video-iframe-container { display: none; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row > .video-iframe-container { display: none; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .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); }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container { border-width: 0; border-radius: 0; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000e18;padding-top:0.351875rem;padding-right:0.31375rem;padding-bottom:0.351875rem;padding-left:0.31375rem;display:block;align-items:center;width:1.880625rem;min-width:1.880625rem;height:1.89125rem;position:relative;font-family:arial;font-size:1.4075rem;font-weight:700;line-height:30.26px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa .widget-text.counter-label { background-color:;background-image:none;color:#025d9e;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.5075rem;height:0.7475rem;position:relative;font-family:arial;font-size:0.5275rem;font-weight:400;line-height:11.96px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.0625rem;height:3.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:60.9375rem;z-index:15002; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #wCOp2fMPUR5U7ZVfURvfNg47kBeo949B { display:flex;position:relative;top:0rem;left:0rem; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #Bi95BH8QAmFT7AZ643oiQEk3FCCd4LwL { width:auto; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #ITTelkbpi9CDFEgTyFhKcU2wwPCeNIP5 {  }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #a7CHIJFLuti6swRJitD4QKDTP9ooWpGG { display:flex;position:relative;top:0rem;left:0rem; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #JHF2VzfuvtxAJ4vp3CTXa7lRns6CMNvJ {  }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #fNnRVvpVJWeiLr46vXtJgmKTX7i4bStd {  }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #IKtmnvvtBdHg6bF5UEwCl1dDn15uTn0B { display:flex;position:relative;top:0rem;left:0rem; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #adoLlwK6PP4dIIXEQQeLqspN6LR5Kpva {  }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #ZOHGrd0RTmrufyIuU4vhO5QUw2P9xJ7V {  }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #czZGDEnPEJUbJCPAOb79GDkVmWef4LZV { display:flex;position:relative;top:0rem;left:0rem; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #g99f74gLw05U8Qu64DH1GWBCqX0db1ms {  }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #GPmsdUfr1LTHzmo6BMSDqFfOlTg0v08q {  }
#xr1KiWddivktvyFyV4QRG9crbn8R6CJO { color:#000e18;display:block;width:58.8125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:0.880859375rem;left:0.1875rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#m6gU2WAPFHZdDJbKnkgi9t1Z5WZksvpV { position:absolute;display:block;z-index:15007;background-color:#025d9e;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.1875rem;width:41.5625rem;top:1.6875rem;left:0rem;display:block; }
#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { background-color: transparent; background-image: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container > .video-iframe-container { display: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container { display: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .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); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { border-width: 0; border-radius: 0; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#CQXsfbD0E3q4LowpqouiBtrMWAyTRazd { background-color:#025d9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:61.875rem;display:block; }
#x0Rb3yxicd35167UUiXopfzoTx9Q4cP8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVmE32v9PJdfIloguqnCkqDTKzLpB42T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#025d9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125rem;left:44.5rem;display:block; }
#klFA7DRzsrw4MVTA9avJrMRINWe29IKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q3aL2QNQVvtwSRnPZ0ol2okz2WTsILB5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#025d9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.78125rem;left:35.8125rem;display:block; }
#uN7qufp2rHnOAn0MM45EAEkHdfKNPeTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQMUJe8pEqTRh2diwWDmP6ZUVA3EXt7K { 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:4.0625rem;width:5.75rem;top:0.625rem;left:0.875rem;overflow:hidden;display:block; }
#JwTNt31v5RgwuHIp8VDqb0CDsQtHpBfD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#025d9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.78125rem;left:27.000000953674rem;display:block; }
#P1Ql9VN29aTQCQ4rJe02FMiUQv9672vT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#igAd0EiIeTZtqywZtW4207ER9wmqRm9V { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { background-color: transparent; background-image: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .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); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { border-width: 0; border-radius: 0; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#dCm3JhrHOhWB9Xeudks5QLkhir3p1ZPz { 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:21.5rem;width:16.5625rem;top:18.6875rem;left:0rem;overflow:hidden;display:block; }
#iOPtxb4oBBDN1DnnpuHHPieUzFht1RTq { color:#bba04e;display:block;width:75rem;position:absolute;font-family:arial;font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:8.125rem;left:0rem;height:4.2625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uKyQ8Tc2iVxh8uTRAhUUGnCv8JnamABa { background-color:#025d9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.999999046326rem;left:29.812500953674rem;display:block; }
#z5423Q8keEHlUJZrGqliT6SJMwH8T4gt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SmimOhID4XBezwSJQs9QCLm16woXIPvB { color:#5e5027;display:block;width:32.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:18.6875rem;left:18.112500190735rem;height:24.375rem;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; }
#AtnLCBpbQ0xKID4oTa5WPcKBmQi9IRyb { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #47b4e6, #e3f4fb);background-image: -moz-linear-gradient(180deg, #47b4e6, #e3f4fb);background-image: -ms-linear-gradient(180deg, #47b4e6, #e3f4fb);background-image: -o-linear-gradient(180deg, #47b4e6, #e3f4fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#47b4e6', endColorstr='#e3f4fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#47b4e6', endColorstr='#e3f4fb' );";background-image: linear-gradient(180deg, #47b4e6, #e3f4fb);background-size:auto !important;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:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:10.125rem;width:15.9375rem;top:7rem;left:58.957208614964rem;display:block; }
#xvEi03yL1DWAJ2ZCoAU3RNn2kSpuu9c4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.125rem;left:62.957032203675rem; }
#O7W460KpJIw05UOTm71ILyHXSPrz6glV { color:#000000;display:block;width:56.625rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.387499809265rem;left:0.72499942779544rem;height:4.55rem;display:block; }
#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { background-color:#81aecf;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { background-color: transparent; background-image: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .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); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { border-width: 0; border-radius: 0; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;overflow:visible;position:relative;display:block; }#LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { color:#bba04e;display:block;width:61.5rem;position:absolute;font-family:arial;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.6375000476837rem;left:0.9375rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#idQfcbk6O980umq7TxD1d8fpICIGlVlP { color:#edeef8;display:block;width:37.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:10.925000190735rem;left:4.125rem;height:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eSEeQWwmFvtm1VAexPQ62rSMoDvfGDa9 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a3daf3, #81aecf);background-image: -moz-linear-gradient(180deg, #a3daf3, #81aecf);background-image: -ms-linear-gradient(180deg, #a3daf3, #81aecf);background-image: -o-linear-gradient(180deg, #a3daf3, #81aecf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3daf3', endColorstr='#81aecf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3daf3', endColorstr='#81aecf' );";background-image: linear-gradient(180deg, #a3daf3, #81aecf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:20.875rem;left:20.125rem;display:block; }
#JdPIrIa2ZTzmg7WrTIuUyqpT1Lti65NC { background-color:#025d9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.374999761581rem;left:45.800000190735rem;display:block; }
#EG1D8R4GstbJJJP1obS1nWT114rKXQ06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { background-color: transparent; background-image: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container > .video-iframe-container { display: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container { display: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .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); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { border-width: 0; border-radius: 0; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;overflow:visible;position:relative;display:block; }#U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { color:#131008;display:block;width:37.25rem;position:absolute;font-family:arial;font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:8.0625rem;left:37.8125rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Jf67uk3HMsFrVFrcGaWTdTBELyPVsAW9 { background-color:#025d9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:39.5625rem;left:37.8125rem;display:block; }
#D1QAslpUlOsHTRxTV1G5pLdSrsra5E3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { color:#5e5027;display:block;width:37.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:22.625rem;left:37.875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { color:#131008;display:block;width:33.6875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:20.0625rem;left:41.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WLyTqTOeVHyWqnf1ChPxvF3Ce0lgppnR { color:#5e5027;display:block;width:37.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:28.9375rem;left:37.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VKCShtMPWCnwwRSKMHQIVTaiDmNGLdtJ { color:#131008;display:block;width:33.6875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:26.375rem;left:41.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Iaq327omOJeptqsZEeV60nAGHEuHebSo { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.6875rem;left:37.8125rem; }
#mMHuZrRa2qXdHillmDRq1Logi5KVwABl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26rem;left:37.8125rem; }
#U8ClgvAe6IboystakAosh09k4ZWRK0p2 { 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:27.8125rem;width:37.1875rem;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
#D3y0pGhxnOT9tPFqLy0Wisw9Kru15VKf { color:#5e5027;display:block;width:37.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:35.25rem;left:37.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TS1rTI36inXf9I5QPevfmub5gtlfqqzw { color:#131008;display:block;width:33.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:32.6875rem;left:41.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lxA60wLoy2GqCRnMfax6rA69CABW2CUf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.3125rem;left:37.8125rem; }
#zMkRvTkvxPsl8ofh7hkaEwT5r8E1aDsI { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #81aecf, #ffffff);background-image: -moz-linear-gradient(180deg, #81aecf, #ffffff);background-image: -ms-linear-gradient(180deg, #81aecf, #ffffff);background-image: -o-linear-gradient(180deg, #81aecf, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#81aecf', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#81aecf', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #81aecf, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.724609375rem;left:60.0625rem;display:block; }
#MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { color:#5e5027;display:block;width:37.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:13.224609375rem;left:37.8125rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { background-color: transparent; background-image: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .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); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { border-width: 0; border-radius: 0; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { color:#131008;display:block;width:75rem;position:absolute;font-family:arial;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:6.75rem;left:0rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.6748046875rem;left:60.9375rem; }
#KlEorazsQWQ42n4052ZKfqz646SQLsUB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.6748046875rem;left:10.9375rem; }
#XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { color:#131008;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:23.25rem;left:52.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { color:#131008;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:23.25rem;left:27.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.125rem;left:35.9375rem; }
#cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { color:#131008;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:25.65625rem;left:52.5rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#urgI1itdplflaP3TcAp5CXt6JZSON0XB { color:#131008;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:25.65625rem;left:27.5rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { color:#131008;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:25.65625rem;left:2.5rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { color:#131008;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:23.25rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UHJwW3oP6h1FOUJwnd5iUoZNpyU25hZl { background-color:transparent;background-image:none;border-top:0.125rem solid #025d9e;border-left:0.125rem solid #025d9e;border-right:0.125rem solid #025d9e;border-bottom:0.125rem solid #025d9e;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#025d9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.59375rem;left:30.9375rem;display:block; }
#ypyztJRbxDCmWbT2TmuGZ438dLzfZWf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { position:absolute;display:block;z-index:15009;background-color:#a3daf3;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.3125rem;width:25rem;top:36.625rem;left:0rem;display:block; }
#Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);background-image: -moz-linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);background-image: -ms-linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);background-image: -o-linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7f0', endColorstr='#81aecf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7f0', endColorstr='#81aecf' );";background-image: linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.1123046875rem;left:9.375rem;display:block; }
#ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);background-image: -moz-linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);background-image: -ms-linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);background-image: -o-linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7f0', endColorstr='#81aecf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7f0', endColorstr='#81aecf' );";background-image: linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.5625rem;left:34.375rem;display:block; }
#phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);background-image: -moz-linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);background-image: -ms-linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);background-image: -o-linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7f0', endColorstr='#81aecf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7f0', endColorstr='#81aecf' );";background-image: linear-gradient(180deg, rgba(217,231,240,0.68), #81aecf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.1123046875rem;left:59.375rem;display:block; }
#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T > .row .container { background-color: transparent; background-image: none; }#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T > .row .container > .video-iframe-container { display: none; }#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T > .row > .video-iframe-container { display: none; }#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T > .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); }#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T > .row .container { border-width: 0; border-radius: 0; }#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#gNSkgKnAFgdNhTS11L5kHWZbolJ6cye3 { color:#bba04e;display:block;width:37.3125rem;position:absolute;font-family:arial;font-size:4rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:5.5625rem;left:37.6875rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lccM3pb0SLitVC46WAVwnUgLBqLW0J9D { color:#5e5027;display:block;width:30rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:15.375rem;left:34.1875rem;height:22.5rem;display:block; }#lccM3pb0SLitVC46WAVwnUgLBqLW0J9D li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#lccM3pb0SLitVC46WAVwnUgLBqLW0J9D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_68b88f6c0892d952c93cc8efcf34bcb5665b17c1.svg); }
#T7A6n52f7zIHuVV6Ta8wKx5Spa46zQSL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:8.0625rem;top:15.375rem;left:18.125rem;overflow:hidden;display:block; }
#NGQTnFainOELipObecXct9UTlVLbvIup { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:8.0625rem;top:27.4375rem;left:6.0625rem;overflow:hidden;display:block; }
#TWTxmX9npXupDrJK2ISTxExhI5u5gJTc { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3f4fb, #ffffff);background-image: -moz-linear-gradient(180deg, #e3f4fb, #ffffff);background-image: -ms-linear-gradient(180deg, #e3f4fb, #ffffff);background-image: -o-linear-gradient(180deg, #e3f4fb, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4fb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4fb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e3f4fb, #ffffff);background-size:auto !important;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:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:3rem;display:block; }
#BVXAtfpBufL3CzVOTtuobkXMEzNC635K { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.0625rem;top:15.4375rem;left:6.125rem;overflow:hidden;display:block; }
#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { background-color:#d9e7f0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { background-color: transparent; background-image: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container > .video-iframe-container { display: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container { display: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .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); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { border-width: 0; border-radius: 0; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { color:#bba04e;display:block;width:25.375rem;position:absolute;font-family:arial;font-size:4rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:6.125rem;left:0rem;height:14.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { color:#131008;display:block;width:26rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:22.500001192093rem;left:0.625rem;height:15.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VTLNDzm913pX9cN33wBbNDkVgqdvSWtA { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;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:0rem;box-shadow: none;height:37.3125rem;width:24.25rem;top:6.125rem;left:28.125rem;display:block; }
#ZLAqK6uOAklwGBPT2b1PWMOIhq8xnb1T { color:#012f4f;display:block;width:18.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:14.750000238419rem;left:30.175000190735rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qkukmWdhJew6RpDwGPL6gWPimmzr76m0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.1875rem;left:30rem; }
#PRgeyfivurwJXQNKTlmUGzaWTGV0Qtcm { background-color:#025d9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.299210786819rem;left:3.875rem;display:block; }
#D2Vghp5Uo1IdwpGioZmqawTDmOIRpyuz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2bWAcOueZho4IPewHGc8otEtAPJxLOw { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:22.8125rem;top:6.1250000596046rem;left:52.562500953674rem;overflow:hidden;display:block; }
#LwFW9PGfQuQedZ89C9f2Nk0VNQJSEvzX { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:16.125rem;top:19.250000238419rem;left:56.66047528684rem;overflow:hidden;display:block; }
#BdUT5GU4RRge4kHZ50RrGAMGJ20z2w2O { color:#012f4f;display:block;width:18.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.500001192093rem;left:30.000000953674rem;height:3rem;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; }
#Ics42D1C3GZBtZ1TGwTgzW17lsIZ4aac { color:#012f4f;display:block;width:18.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:29.8125rem;left:30rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H6WU69DruPHBVN9z8PHHZztyUnPdOT6a { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:28.012500047684rem;left:30.000000953674rem;height:1.3rem;display:block; }
#c819nGxCpeyroCP4ov46uuGWelgVUhWo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:20.912499666214rem;left:30.000000953674rem;height:1.3rem;display:block; }
#snKsD3csta33TIFVRt166le8sGNeqA2M { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:12.950000047684rem;left:30.175000190735rem;height:1.3rem;display:block; }
#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { background-color: transparent; background-image: none; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container > .video-iframe-container { display: none; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row > .video-iframe-container { display: none; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .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); }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { border-width: 0; border-radius: 0; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:75rem;overflow:visible;position:relative;display:block; }#xQIgTwQn8fVbG13OFgdKgtwE56zvIWMC { color:#131008;display:block;width:55.25rem;position:absolute;font-family:arial;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:5.4375085830689rem;left:0rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#mvqUch0BTlZmRGqPmkeDMx77oxy3EXPg { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3f4fb, #81aecf);background-image: -moz-linear-gradient(180deg, #e3f4fb, #81aecf);background-image: -ms-linear-gradient(180deg, #e3f4fb, #81aecf);background-image: -o-linear-gradient(180deg, #e3f4fb, #81aecf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4fb', endColorstr='#81aecf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4fb', endColorstr='#81aecf' );";background-image: linear-gradient(180deg, #e3f4fb, #81aecf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:15.375rem;left:0rem;display:block; }
#xuWnyvpyqZtKsBTfBos5CD62DTHAWiwK { position:absolute;display:block;z-index:15007;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;height:9.375rem;width:9.375rem;top:16.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#WB28pxPUo8rVyh27fZimOA5sLteaU9iS { color:#131008;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:24.562509536743rem;left:17.249218940735rem;height:1.8rem;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; }
#Cff4F7Lv2nzfrOhMbkrT8AMQkMpN6hV4 { color:#5e5027;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:16.75rem;left:14.125rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#Cg2Jxi1CQ7W7dU667yQhERVqWJBTqNX4 { color:#131008;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:24.825008392334rem;left:53.750000953674rem;height:;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; }
#adcqmaUDdbT1G26OmyVfMnUkkboeX3Tk { color:#5e5027;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:16.75rem;left:53.75rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#kJBtwsLbitWU5BDGLAaS1a8UwZbfhWfL { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3f4fb, #81aecf);background-image: -moz-linear-gradient(180deg, #e3f4fb, #81aecf);background-image: -ms-linear-gradient(180deg, #e3f4fb, #81aecf);background-image: -o-linear-gradient(180deg, #e3f4fb, #81aecf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4fb', endColorstr='#81aecf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4fb', endColorstr='#81aecf' );";background-image: linear-gradient(180deg, #e3f4fb, #81aecf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:15.375rem;left:39.625rem;display:block; }
#iebJXbrW5islORdeQteJVyT0AyHW8sKw { position:absolute;display:block;z-index:15011;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;height:9.375rem;width:7.0625rem;top:16.937509536743rem;left:42.343750953674rem;overflow:hidden;display:block; }
#MbAbNJi2HN80TVOOTuXxRJXvRpQK1HKm { color:#131008;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:43.75rem;left:14.124218940735rem;height:1.8rem;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; }
#aC7aBRsSFoQpzTR5gwzA5tradh0Fbm5N { color:#5e5027;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:33.625rem;left:14.125rem;height:10.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#kyPpXK35TLg0LlUi56riwgJF7QL5MLVX { color:#131008;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:42rem;left:55.125000953674rem;height:1.8rem;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; }
#z822DrHzNnmIXzmfTE6KtQ3kdGEBw8EB { color:#5e5027;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:33.625rem;left:53.75rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#aXOd9NxFoAEvAHADnKJm3CfV17BIf43l { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3f4fb, #81aecf);background-image: -moz-linear-gradient(180deg, #e3f4fb, #81aecf);background-image: -ms-linear-gradient(180deg, #e3f4fb, #81aecf);background-image: -o-linear-gradient(180deg, #e3f4fb, #81aecf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4fb', endColorstr='#81aecf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4fb', endColorstr='#81aecf' );";background-image: linear-gradient(180deg, #e3f4fb, #81aecf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:32.25rem;left:39.625rem;display:block; }
#Gwsdy9rgTN3dMotDzebTZ9W8zihhnono { position:absolute;display:block;z-index:15019;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;height:12rem;width:8.9375rem;top:32.687500953674rem;left:41.406250953674rem;overflow:hidden;display:block; }
#MNRlU6qT3XIgDKxd885Tkr8SlXS52NuK { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3f4fb, #81aecf);background-image: -moz-linear-gradient(180deg, #e3f4fb, #81aecf);background-image: -ms-linear-gradient(180deg, #e3f4fb, #81aecf);background-image: -o-linear-gradient(180deg, #e3f4fb, #81aecf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4fb', endColorstr='#81aecf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4fb', endColorstr='#81aecf' );";background-image: linear-gradient(180deg, #e3f4fb, #81aecf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:32.25rem;left:0rem;display:block; }
#cUgAXAOTp5VIS43yz1kUpNFTZb96nlNZ { position:absolute;display:block;z-index:15015;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;height:7.3125rem;width:11rem;top:34.487500190735rem;left:0.75rem;overflow:hidden;display:block; }
#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #012f4f, #000e18);background-image: -moz-linear-gradient(180deg, #012f4f, #000e18);background-image: -ms-linear-gradient(180deg, #012f4f, #000e18);background-image: -o-linear-gradient(180deg, #012f4f, #000e18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f4f', endColorstr='#000e18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f4f', endColorstr='#000e18' );";background-image: linear-gradient(180deg, #012f4f, #000e18);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { background-color: transparent; background-image: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container > .video-iframe-container { display: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container { display: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .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); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { border-width: 0; border-radius: 0; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#QmsAfMZUuiuapUQrdwIkvf6XoWdvMomg { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.8125rem;left:10.5625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OeJRz4KyIclkMImXL5dl76agcr6sA72G { 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:4rem;width:5.6875rem;top:1.53125rem;left:1rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO { display:block; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #wCOp2fMPUR5U7ZVfURvfNg47kBeo949B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #Bi95BH8QAmFT7AZ643oiQEk3FCCd4LwL {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #ITTelkbpi9CDFEgTyFhKcU2wwPCeNIP5 {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #a7CHIJFLuti6swRJitD4QKDTP9ooWpGG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #JHF2VzfuvtxAJ4vp3CTXa7lRns6CMNvJ {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #fNnRVvpVJWeiLr46vXtJgmKTX7i4bStd {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #IKtmnvvtBdHg6bF5UEwCl1dDn15uTn0B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #adoLlwK6PP4dIIXEQQeLqspN6LR5Kpva {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #ZOHGrd0RTmrufyIuU4vhO5QUw2P9xJ7V {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #czZGDEnPEJUbJCPAOb79GDkVmWef4LZV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #g99f74gLw05U8Qu64DH1GWBCqX0db1ms {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #GPmsdUfr1LTHzmo6BMSDqFfOlTg0v08q {  }
 }@media only screen and (max-width: 763px) { #xr1KiWddivktvyFyV4QRG9crbn8R6CJO { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6gU2WAPFHZdDJbKnkgi9t1Z5WZksvpV { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQXsfbD0E3q4LowpqouiBtrMWAyTRazd { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Rb3yxicd35167UUiXopfzoTx9Q4cP8 { display:block; }
 }@media only screen and (max-width: 763px) { #nVmE32v9PJdfIloguqnCkqDTKzLpB42T { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klFA7DRzsrw4MVTA9avJrMRINWe29IKo { display:block; }
 }@media only screen and (max-width: 763px) { #q3aL2QNQVvtwSRnPZ0ol2okz2WTsILB5 { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN7qufp2rHnOAn0MM45EAEkHdfKNPeTA { display:block; }
 }@media only screen and (max-width: 763px) { #SQMUJe8pEqTRh2diwWDmP6ZUVA3EXt7K { top:0.625rem;left:0rem;width:5.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwTNt31v5RgwuHIp8VDqb0CDsQtHpBfD { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1Ql9VN29aTQCQ4rJe02FMiUQv9672vT { display:block; }
 }@media only screen and (max-width: 763px) { #igAd0EiIeTZtqywZtW4207ER9wmqRm9V { display:block; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCm3JhrHOhWB9Xeudks5QLkhir3p1ZPz { top:18.6875rem;left:0rem;width:16.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOPtxb4oBBDN1DnnpuHHPieUzFht1RTq { top:8.125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKyQ8Tc2iVxh8uTRAhUUGnCv8JnamABa { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5423Q8keEHlUJZrGqliT6SJMwH8T4gt { display:block; }
 }@media only screen and (max-width: 763px) { #SmimOhID4XBezwSJQs9QCLm16woXIPvB { top:18.6875rem;left:4.4875001907349rem;width:32.5rem;height:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtnLCBpbQ0xKID4oTa5WPcKBmQi9IRyb { top:7rem;left:28.125rem;width:15.9375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvEi03yL1DWAJ2ZCoAU3RNn2kSpuu9c4 { top:8.125rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7W460KpJIw05UOTm71ILyHXSPrz6glV { top:12.375rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { top:3.625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #idQfcbk6O980umq7TxD1d8fpICIGlVlP { top:10.875rem;left:0rem;width:37.0625rem;height:23.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSEeQWwmFvtm1VAexPQ62rSMoDvfGDa9 { top:20.875rem;left:6.5rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdPIrIa2ZTzmg7WrTIuUyqpT1Lti65NC { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG1D8R4GstbJJJP1obS1nWT114rKXQ06 { display:block; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { top:8.0625rem;left:10.5rem;width:37.25rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf67uk3HMsFrVFrcGaWTdTBELyPVsAW9 { width:13.125rem;height:4.375rem;top:39.5625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1QAslpUlOsHTRxTV1G5pLdSrsra5E3V { display:block; }
 }@media only screen and (max-width: 763px) { #WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { top:22.625rem;left:10.625rem;width:37.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { top:20.0625rem;left:14.0625rem;width:33.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLyTqTOeVHyWqnf1ChPxvF3Ce0lgppnR { top:28.9375rem;left:10.5rem;width:37.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKCShtMPWCnwwRSKMHQIVTaiDmNGLdtJ { top:26.375rem;left:14.0625rem;width:33.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iaq327omOJeptqsZEeV60nAGHEuHebSo { top:19.6875rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMHuZrRa2qXdHillmDRq1Logi5KVwABl { top:26rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ClgvAe6IboystakAosh09k4ZWRK0p2 { top:8.0625rem;left:0rem;width:37.1875rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3y0pGhxnOT9tPFqLy0Wisw9Kru15VKf { top:35.25rem;left:10.5625rem;width:37.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1rTI36inXf9I5QPevfmub5gtlfqqzw { top:32.6875rem;left:14rem;width:33.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxA60wLoy2GqCRnMfax6rA69CABW2CUf { top:32.3125rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMkRvTkvxPsl8ofh7hkaEwT5r8E1aDsI { top:5.6875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { top:13.1875rem;left:10.5rem;width:37.25rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { top:6.75rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { top:16.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { top:16.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { top:23.1875rem;left:27.75rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { top:23.1875rem;left:13.875000953674rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { top:17.125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { top:25.625rem;left:27.75rem;width:20rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urgI1itdplflaP3TcAp5CXt6JZSON0XB { top:25.625rem;left:13.875000953674rem;width:20rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { top:25.625rem;left:0rem;width:20rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { top:23.1875rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHJwW3oP6h1FOUJwnd5iUoZNpyU25hZl { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypyztJRbxDCmWbT2TmuGZ438dLzfZWf5 { display:block; }
 }@media only screen and (max-width: 763px) { #zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { top:36.625rem;left:0rem;width:25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { top:15.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { top:15.5625rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { top:15.0625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkx3McJdaDta1H2NvCDVUkGddU0vpA6T { display:block; }#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNSkgKnAFgdNhTS11L5kHWZbolJ6cye3 { top:5.5625rem;left:0rem;width:37.3125rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lccM3pb0SLitVC46WAVwnUgLBqLW0J9D { top:15.375rem;left:17.75rem;width:30rem;height:;font-size:1rem;display:block; }#lccM3pb0SLitVC46WAVwnUgLBqLW0J9D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_68b88f6c0892d952c93cc8efcf34bcb5665b17c1.svg); }
 }@media only screen and (max-width: 763px) { #T7A6n52f7zIHuVV6Ta8wKx5Spa46zQSL { top:15.375rem;left:4.5rem;width:8.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGQTnFainOELipObecXct9UTlVLbvIup { top:27.4375rem;left:0rem;width:8.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTxmX9npXupDrJK2ISTxExhI5u5gJTc { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXAtfpBufL3CzVOTtuobkXMEzNC635K { top:15.4375rem;left:0rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { top:6.125rem;left:0rem;width:25.375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { top:22.5rem;left:0rem;width:26rem;height:15.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTLNDzm913pX9cN33wBbNDkVgqdvSWtA { top:6.125rem;left:14.5rem;width:24.25rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLAqK6uOAklwGBPT2b1PWMOIhq8xnb1T { top:14.75rem;left:16.550000190735rem;width:18.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkukmWdhJew6RpDwGPL6gWPimmzr76m0 { top:8.1875rem;left:16.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRgeyfivurwJXQNKTlmUGzaWTGV0Qtcm { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2Vghp5Uo1IdwpGioZmqawTDmOIRpyuz { display:block; }
 }@media only screen and (max-width: 763px) { #f2bWAcOueZho4IPewHGc8otEtAPJxLOw { top:6.125rem;left:24.9375rem;width:22.8125rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwFW9PGfQuQedZ89C9f2Nk0VNQJSEvzX { top:19.25rem;left:31.1875rem;width:16.125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdUT5GU4RRge4kHZ50RrGAMGJ20z2w2O { top:22.5rem;left:16.375000953674rem;width:18.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ics42D1C3GZBtZ1TGwTgzW17lsIZ4aac { top:29.8125rem;left:16.375000953674rem;width:18.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6WU69DruPHBVN9z8PHHZztyUnPdOT6a { top:28rem;left:16.375000953674rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c819nGxCpeyroCP4ov46uuGWelgVUhWo { top:20.875rem;left:16.375000953674rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snKsD3csta33TIFVRt166le8sGNeqA2M { top:12.9375rem;left:16.550000190735rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSxE4cPe86vctWyQTqrFJcLitdLxvtdf { display:block; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQIgTwQn8fVbG13OFgdKgtwE56zvIWMC { top:5.4375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvqUch0BTlZmRGqPmkeDMx77oxy3EXPg { top:15.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuWnyvpyqZtKsBTfBos5CD62DTHAWiwK { top:16.9375rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB28pxPUo8rVyh27fZimOA5sLteaU9iS { top:24.5625rem;left:3.6242189407349rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cff4F7Lv2nzfrOhMbkrT8AMQkMpN6hV4 { top:16.75rem;left:0.49999904632568rem;width:21.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg2Jxi1CQ7W7dU667yQhERVqWJBTqNX4 { top:24.8125rem;left:27.875rem;width:19.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adcqmaUDdbT1G26OmyVfMnUkkboeX3Tk { top:16.75rem;left:26.5rem;width:21.25rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJBtwsLbitWU5BDGLAaS1a8UwZbfhWfL { top:15.375rem;left:26rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebJXbrW5islORdeQteJVyT0AyHW8sKw { top:16.9375rem;left:28.718750953674rem;width:7.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbAbNJi2HN80TVOOTuXxRJXvRpQK1HKm { top:43.75rem;left:0.49921894073486rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC7aBRsSFoQpzTR5gwzA5tradh0Fbm5N { top:33.625rem;left:0.49999904632568rem;width:21.25rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyPpXK35TLg0LlUi56riwgJF7QL5MLVX { top:42rem;left:27.875rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z822DrHzNnmIXzmfTE6KtQ3kdGEBw8EB { top:33.625rem;left:26.5rem;width:21.25rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOd9NxFoAEvAHADnKJm3CfV17BIf43l { top:32.25rem;left:26rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwsdy9rgTN3dMotDzebTZ9W8zihhnono { top:32.6875rem;left:27.781250953674rem;width:8.9375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNRlU6qT3XIgDKxd885Tkr8SlXS52NuK { top:32.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUgAXAOTp5VIS43yz1kUpNFTZb96nlNZ { top:34.4375rem;left:0rem;width:11rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmsAfMZUuiuapUQrdwIkvf6XoWdvMomg { top:2.8125rem;left:0rem;width:32.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeJRz4KyIclkMImXL5dl76agcr6sA72G { width:5.6875rem;height:4rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO { display:block; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa .widget-text.counter-number { padding-top:0.315rem;padding-right:0.288125rem;padding-bottom:0.315rem;padding-left:0.288125rem;width:1.7275rem;min-width:1.7275rem;height:1.691875rem;font-size:1.259375rem;line-height:27.07px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.30375rem;height:0.668125rem;font-size:0.471875rem;line-height:10.69px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa { display:flex;width:13.1875rem;height:3.186875rem;top:6.2125rem;left:3.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #wCOp2fMPUR5U7ZVfURvfNg47kBeo949B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #Bi95BH8QAmFT7AZ643oiQEk3FCCd4LwL {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #ITTelkbpi9CDFEgTyFhKcU2wwPCeNIP5 {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #a7CHIJFLuti6swRJitD4QKDTP9ooWpGG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #JHF2VzfuvtxAJ4vp3CTXa7lRns6CMNvJ {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #fNnRVvpVJWeiLr46vXtJgmKTX7i4bStd {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #IKtmnvvtBdHg6bF5UEwCl1dDn15uTn0B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #adoLlwK6PP4dIIXEQQeLqspN6LR5Kpva {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #ZOHGrd0RTmrufyIuU4vhO5QUw2P9xJ7V {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #czZGDEnPEJUbJCPAOb79GDkVmWef4LZV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #g99f74gLw05U8Qu64DH1GWBCqX0db1ms {  }
 }@media only screen and (max-width: 763px) { #MIhOEMCBZVuUIxFF9TnynENFWKTOBkKa #GPmsdUfr1LTHzmo6BMSDqFfOlTg0v08q {  }
 }@media only screen and (max-width: 763px) { #xr1KiWddivktvyFyV4QRG9crbn8R6CJO { width:7rem;height:2.4rem;top:2.5625rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6gU2WAPFHZdDJbKnkgi9t1Z5WZksvpV { width:5.625rem;height:0.0625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQXsfbD0E3q4LowpqouiBtrMWAyTRazd { width:10.625rem;height:3.125rem;top:14.6875rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Rb3yxicd35167UUiXopfzoTx9Q4cP8 { display:block; }
 }@media only screen and (max-width: 763px) { #nVmE32v9PJdfIloguqnCkqDTKzLpB42T { width:5rem;height:2.1875rem;top:11.25rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klFA7DRzsrw4MVTA9avJrMRINWe29IKo { display:block; }
 }@media only screen and (max-width: 763px) { #q3aL2QNQVvtwSRnPZ0ol2okz2WTsILB5 { width:4.6875rem;height:2.1875rem;top:7.8125rem;left:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN7qufp2rHnOAn0MM45EAEkHdfKNPeTA { display:block; }
 }@media only screen and (max-width: 763px) { #SQMUJe8pEqTRh2diwWDmP6ZUVA3EXt7K { width:2.625rem;height:1.875rem;top:1.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwTNt31v5RgwuHIp8VDqb0CDsQtHpBfD { width:4.6875rem;height:2.1875rem;top:4.375rem;left:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1Ql9VN29aTQCQ4rJe02FMiUQv9672vT { display:block; }
 }@media only screen and (max-width: 763px) { #igAd0EiIeTZtqywZtW4207ER9wmqRm9V { display:block; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCm3JhrHOhWB9Xeudks5QLkhir3p1ZPz { width:15.4375rem;height:20rem;top:27.425rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOPtxb4oBBDN1DnnpuHHPieUzFht1RTq { width:20rem;height:4.95rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKyQ8Tc2iVxh8uTRAhUUGnCv8JnamABa { width:13.125rem;height:4.375rem;top:70.925rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5423Q8keEHlUJZrGqliT6SJMwH8T4gt { display:block; }
 }@media only screen and (max-width: 763px) { #SmimOhID4XBezwSJQs9QCLm16woXIPvB { width:20rem;height:21rem;top:48.675rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtnLCBpbQ0xKID4oTa5WPcKBmQi9IRyb { width:13.1875rem;height:8.375rem;top:17.8rem;left:3.375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvEi03yL1DWAJ2ZCoAU3RNn2kSpuu9c4 { display:flex;width:4.375rem;height:4.375rem;top:18.925rem;left:7.375rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #O7W460KpJIw05UOTm71ILyHXSPrz6glV { width:20rem;height:9.1rem;top:7.45rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { width:15.125rem;height:4.8rem;top:1.25rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idQfcbk6O980umq7TxD1d8fpICIGlVlP { width:20rem;height:31.5rem;top:7.3rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSEeQWwmFvtm1VAexPQ62rSMoDvfGDa9 { width:12.5rem;height:12.5rem;top:40.05rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdPIrIa2ZTzmg7WrTIuUyqpT1Lti65NC { width:13.125rem;height:4.375rem;top:53.8rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG1D8R4GstbJJJP1obS1nWT114rKXQ06 { display:block; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { width:20rem;height:2.4rem;top:16.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jf67uk3HMsFrVFrcGaWTdTBELyPVsAW9 { width:13.125rem;height:4.375rem;top:78rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1QAslpUlOsHTRxTV1G5pLdSrsra5E3V { display:block; }
 }@media only screen and (max-width: 763px) { #WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { width:20rem;height:4.5rem;top:50.3rem;left:0rem;font-size:1rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { width:16.875rem;height:1.65rem;top:47.4rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLyTqTOeVHyWqnf1ChPxvF3Ce0lgppnR { width:20rem;height:3rem;top:62.7rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VKCShtMPWCnwwRSKMHQIVTaiDmNGLdtJ { width:16.875rem;height:1.65rem;top:59.8rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iaq327omOJeptqsZEeV60nAGHEuHebSo { display:flex;width:2.5rem;height:2.5rem;top:43.65rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #mMHuZrRa2qXdHillmDRq1Logi5KVwABl { display:flex;width:2.5rem;height:2.5rem;top:56.05rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #U8ClgvAe6IboystakAosh09k4ZWRK0p2 { width:18.75rem;height:14.0625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3y0pGhxnOT9tPFqLy0Wisw9Kru15VKf { width:20rem;height:3rem;top:73.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TS1rTI36inXf9I5QPevfmub5gtlfqqzw { width:16.875rem;height:1.8rem;top:70.7rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxA60wLoy2GqCRnMfax6rA69CABW2CUf { display:flex;width:2.5rem;height:2.5rem;top:66.95rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #zMkRvTkvxPsl8ofh7hkaEwT5r8E1aDsI { width:12.5rem;height:12.5rem;top:29.9rem;left:3.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { width:20rem;height:8.4375rem;top:20.2125rem;left:0rem;font-size:1.125rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { display:flex;width:2.5rem;height:2.5rem;top:26.168749988079rem;left:1.0374999642372rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { display:flex;width:2.5rem;height:2.5rem;top:5.8351564407349rem;left:1.8742187619209rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { width:14.375rem;height:1.65rem;top:27.500001132488rem;left:3.4875002503395rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { width:12.5rem;height:1.65rem;top:17.687501132488rem;left:4.3742190003395rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { display:flex;width:2.5rem;height:2.5rem;top:17.262499988079rem;left:0.98750001192094rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { width:20rem;height:4.5rem;top:31.099999606609rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urgI1itdplflaP3TcAp5CXt6JZSON0XB { width:20rem;height:4.5rem;top:20.699999988079rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { width:20rem;height:4.5rem;top:10.397656619549rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { width:12.5rem;height:1.65rem;top:6.26015663147rem;left:5.3117190003395rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHJwW3oP6h1FOUJwnd5iUoZNpyU25hZl { width:13.05rem;height:4.3rem;top:49.2875rem;left:3.4375rem;z-index:15038;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ypyztJRbxDCmWbT2TmuGZ438dLzfZWf5 { display:block; }
 }@media only screen and (max-width: 763px) { #zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { width:20rem;height:0.3125rem;top:47.725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { width:4.375rem;height:4.375rem;top:4.8976564407349rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { width:4.375rem;height:4.375rem;top:16.324999988079rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { width:4.375rem;height:4.375rem;top:25.231249988079rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkx3McJdaDta1H2NvCDVUkGddU0vpA6T { display:block; }#fkx3McJdaDta1H2NvCDVUkGddU0vpA6T > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNSkgKnAFgdNhTS11L5kHWZbolJ6cye3 { width:20rem;height:2.4rem;top:37.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lccM3pb0SLitVC46WAVwnUgLBqLW0J9D { width:20rem;height:24rem;top:42.25rem;left:0rem;font-size:1rem;display:block; }#lccM3pb0SLitVC46WAVwnUgLBqLW0J9D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_68b88f6c0892d952c93cc8efcf34bcb5665b17c1.svg); }
 }@media only screen and (max-width: 763px) { #T7A6n52f7zIHuVV6Ta8wKx5Spa46zQSL { width:8.0625rem;height:12.0625rem;top:13.03125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGQTnFainOELipObecXct9UTlVLbvIup { width:8.0625rem;height:12.0625rem;top:21.84375rem;left:5.0617190003395rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTxmX9npXupDrJK2ISTxExhI5u5gJTc { width:20rem;height:41rem;top:1.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXAtfpBufL3CzVOTtuobkXMEzNC635K { width:12.0625rem;height:12.0625rem;top:2.65625rem;left:3.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { width:20rem;height:4.8rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { width:19.375rem;height:12.1rem;top:48.8rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTLNDzm913pX9cN33wBbNDkVgqdvSWtA { width:20rem;height:13.75rem;top:7.3rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLAqK6uOAklwGBPT2b1PWMOIhq8xnb1T { width:17.5rem;height:4.5rem;top:12.53750038147rem;left:2.2367187142372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkukmWdhJew6RpDwGPL6gWPimmzr76m0 { display:flex;width:2.5rem;height:2.5rem;top:9.3625rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #PRgeyfivurwJXQNKTlmUGzaWTGV0Qtcm { width:13.125rem;height:4.375rem;top:62.15rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2Vghp5Uo1IdwpGioZmqawTDmOIRpyuz { display:block; }
 }@media only screen and (max-width: 763px) { #f2bWAcOueZho4IPewHGc8otEtAPJxLOw { width:18.75rem;height:10.8125rem;top:36.7375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwFW9PGfQuQedZ89C9f2Nk0VNQJSEvzX { width:12.5rem;height:18.75rem;top:67.775rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdUT5GU4RRge4kHZ50RrGAMGJ20z2w2O { width:18.25rem;height:3rem;top:21.925001144409rem;left:0.87421876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ics42D1C3GZBtZ1TGwTgzW17lsIZ4aac { width:18.25rem;height:4.5rem;top:29.862501144409rem;left:0.87421876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6WU69DruPHBVN9z8PHHZztyUnPdOT6a { width:12.5rem;height:1.3rem;top:26.75rem;left:1.8750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c819nGxCpeyroCP4ov46uuGWelgVUhWo { width:12.5rem;height:1.3rem;top:18.837500572204rem;left:2.2367187142372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snKsD3csta33TIFVRt166le8sGNeqA2M { width:12.5rem;height:1.3rem;top:9.9625000953675rem;left:4.7367187142372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSxE4cPe86vctWyQTqrFJcLitdLxvtdf { display:block; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQIgTwQn8fVbG13OFgdKgtwE56zvIWMC { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mvqUch0BTlZmRGqPmkeDMx77oxy3EXPg { width:6.875rem;height:6.875rem;top:4.9rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuWnyvpyqZtKsBTfBos5CD62DTHAWiwK { width:5.625rem;height:5.625rem;top:5.5242195129394rem;left:7.1875000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB28pxPUo8rVyh27fZimOA5sLteaU9iS { width:12.5rem;height:1.65rem;top:20.5875rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cff4F7Lv2nzfrOhMbkrT8AMQkMpN6hV4 { width:20rem;height:6rem;top:13.3375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cg2Jxi1CQ7W7dU667yQhERVqWJBTqNX4 { width:12.5rem;height:1.65rem;top:37.675rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adcqmaUDdbT1G26OmyVfMnUkkboeX3Tk { width:20rem;height:4.5rem;top:31.925rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJBtwsLbitWU5BDGLAaS1a8UwZbfhWfL { width:6.875rem;height:6.875rem;top:23.4875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebJXbrW5islORdeQteJVyT0AyHW8sKw { width:4.1875rem;height:5.625rem;top:24.112501144409rem;left:7.9062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbAbNJi2HN80TVOOTuXxRJXvRpQK1HKm { width:12.5rem;height:1.65rem;top:58.200000286103rem;left:3.7500000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aC7aBRsSFoQpzTR5gwzA5tradh0Fbm5N { width:20rem;height:7.5rem;top:48.7rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kyPpXK35TLg0LlUi56riwgJF7QL5MLVX { width:12.5rem;height:1.65rem;top:77.225rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z822DrHzNnmIXzmfTE6KtQ3kdGEBw8EB { width:20rem;height:7.5rem;top:68.574999809262rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXOd9NxFoAEvAHADnKJm3CfV17BIf43l { width:6.875rem;height:6.875rem;top:60.474999904632rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwsdy9rgTN3dMotDzebTZ9W8zihhnono { width:4.1875rem;height:5.625rem;top:61.099999904632rem;left:7.9062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNRlU6qT3XIgDKxd885Tkr8SlXS52NuK { width:6.875rem;height:6.875rem;top:40.575rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUgAXAOTp5VIS43yz1kUpNFTZb96nlNZ { width:5.625rem;height:3.75rem;top:42.812518310547rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmsAfMZUuiuapUQrdwIkvf6XoWdvMomg { width:18.5625rem;height:3rem;top:4.375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OeJRz4KyIclkMImXL5dl76agcr6sA72G { width:2.625rem;height:1.875rem;top:1.25rem;left:8.6875rem;display:block; }
 }