.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);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); }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 { background-color:#045ab2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 > .row .container { background-color: transparent; background-image: none; }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 > .row .container > .video-iframe-container { display: none; }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 > .row > .video-iframe-container { display: none; }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 > .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); }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 > .row .container { border-width: 0; border-radius: 0; }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;overflow:visible;position:relative;display:block; }#vTNpm7wnBs9pyWqxDKC9yExkIwoafpEp { 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:2rem;width:4.9375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#aBwetPRHD2G5p1w1FCUxBO45m2xECCtV { background-color:transparent;background-image:none;border-top:0.0625rem solid #f1f2f2;border-left:0.0625rem solid #f1f2f2;border-right:0.0625rem solid #f1f2f2;border-bottom:0.0625rem solid #f1f2f2;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#f1f2f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1rem;left:67.5rem;display:block; }
#hPQduMcO9MpKoqdsfRZ2KJTpzPo9aBKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLXwno7Q8AdV8IIWKVnvZNT0K8x3FDmn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#f1f2f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.5rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:17.0625rem;display:block; }
#vSMM5PHR78kE4KymuQo44yl4X6VdXBvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kW3xo587UqZxGExnwJ9Ld1Jx56T1QlP1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#f1f2f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.75rem;height:2rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:25.5625rem;display:block; }
#BT3psfuy832NyccvLPEUFhTswWDAKSBG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z66eiyG6pR0698x4fBWbvVkyncRy4GN2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#f1f2f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.375rem;height:2rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:37.3125rem;display:block; }
#yzpII9oQaQD4ZqZsIMMdSfhvlgf6B0yU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xgKDX7JQTaXexwonW0nPgCwISDdapukq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#f1f2f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.25rem;height:2rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:48.6875rem;display:block; }
#tK2pQw83MCsELVQwyCOpExBzmZgk0Uyv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo > .row .container { border-width: 0; border-radius: 0; }#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#hZ2cQgqQZVb3ebdp41Wu8VflHfNogfNm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.25rem;top:1.25rem;left:28.9375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;overflow:visible;position:relative;display:block; }#UFuLZ40eqPXDT08NEzRTxTiObaCD10kk { color:#cbd5e1;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:10.3125rem;left:48.5rem;height:2.44921875rem;font-style:normal;display:block; }
#fRn0weXhBAdbUcEETTmktD227myorw5I { color:#f1f5f9;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:8.375rem;left:48.5rem;height:1.75rem;font-style:normal;display:block; }
#L9Sx4DZ45fTWTa4wmXoU2ViI655n1iKN { color:#cbd5e1;display:block;width:42.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:31.625rem;left:0rem;height:7rem;font-style:normal;display:block; }
#FixDXTIEfiTwfPlJcNr1MSC3Nvs67axz { color:#f1f5f9;display:block;width:42.5rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:13.8125rem;left:0rem;height:16.7988125rem;font-style:normal;display:block; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-form-header {  }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;color:#e2e8f0;width:24rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:1.2; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#334155;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;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24rem;box-sizing:border-box;height:2rem;color:#e2e8f0;font-size:0.75rem;overflow:hidden;font-family:montserrat;box-shadow: none;font-weight:300;font-style:normal;line-height:1.2; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#334155;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;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24rem;box-sizing:border-box;height:4rem;color:#e2e8f0;font-size:0.75rem;overflow:hidden;font-family:montserrat;font-weight:300;font-style:normal;line-height:1.2; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-button { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -moz-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -ms-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -o-linear-gradient(90deg, #35bb93, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, #35bb93, #8e7fde);background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.5625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:24rem;height:3rem;font-family:montserrat;overflow:hidden;box-shadow: none;line-height:1; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 [class*="-text"]:-moz-placeholder { color:#94a3b8;font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 [class*="-text"]::-moz-placeholder { color:#94a3b8;font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 [class*="-text"]:-ms-input-placeholder { color:#94a3b8;font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 [class*="-text"]::-webkit-input-placeholder { color:#94a3b8;font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.625rem;overflow:hidden;font-style:normal; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-container:first-of-type{padding-top:0;}#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-container:last-of-type{padding-bottom:0;}#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9  { background-color:rgba(51,65,85,0.48);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15015;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;position:absolute;top:13.8125rem;left:48.5rem; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24rem; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 {display:block;}#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 { background-color:rgba(51,65,85,0.48);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15015;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;position:absolute;top:13.8125rem;left:48.5rem; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #aelQy7koa9HoTIGd7SH6RKyRkpAKVBLp { position:relative; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #rHS6p3i2C10TQCU23B6EFHPlh2PHiaT7 { position:relative;display:block; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #rb5a0ivQ4RoGhzKihUGlygyNNTrVDXVc { position:relative; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #WyaPLhDGwtAS1fVZ4O2x5dCKa0RZaJWh { position:relative; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #pkxiIfT1SfPJRdTtJ6eFbf1ANXRNyx8b { position:relative;display:block; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #Fve7RlpR4b7c9mlxS1gpWlDEhDLiql2p { position:relative; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #QnDX6CE7fi4Ml9N8izfSIxxl4NT85Oa3 { position:relative; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #tODklQV4dkW9T9xhUECJVtCkBK19g7mo { position:relative;display:block; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #bidon8JMdpEUJzabez3svO1ubRSAD8Vn { position:relative; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #qctpJLUGaTZpENRV5nemxSqVOpWsUIQP { position:relative; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #qVw9SBdNiFlExpiSi5PIK643rWZHPIei { position:relative;display:block; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #sukZNLM5nx1tS0JEonIK0RWRBmczVl6c { position:relative; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #RtTVB3dkGaDohsVulJIpWGW4mPqfQfUq { position:relative; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #AzUHTfFJT6aQVR4N8f7XX8KU4BnEMMmP { position:relative;display:block; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #CvJDoT6HgTEeTeAepB0dP20rB7wtT142 { position:relative; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #vgyiRZcaWG0nDc5HXieDG7PeD6k2g3nn { position:relative; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #l6NFOEnFG5Kw1ycZPds5wxRtLZxnamhH { position:relative; }
#T0CQOZ1OzgiLougpKAP68TgobKVk5sAV { box-sizing:content-box;height:2.5rem;width:15.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #94a3b8;border-left:0.0625rem solid #94a3b8;border-right:0.0625rem solid #94a3b8;border-bottom:0.0625rem solid #94a3b8;top:8.75rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#xOMCHovEDTBlHrkzZ18yP9ggh26Q7k2s { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:9.3125rem;left:0.625rem;overflow:hidden;display:block; }
#nokO8JJnCGyPsSnd2sfppJw4dmUXbPQw { color:#f1f2f2;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5rem;left:2.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#045ab2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T > .row .container { background-color: transparent; background-image: none; }#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T > .row .container > .video-iframe-container { display: none; }#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T > .row > .video-iframe-container { display: none; }#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T > .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); }#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T > .row .container { border-width: 0; border-radius: 0; }#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#flpVuTrBIiTPWTxr3d67gEDG0tW6gtMR { color:#cbd5e1;display:block;width:56.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:8.6875rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#GU92wETdf9tiUfF3poIpKW6Kbe3RcGzF { color:#f1f5f9;display:block;width:42.5rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:4rem;left:0rem;height:4.19970625rem;font-style:normal;display:block; }
#Q5e2KuAPobIUfHWkAhHtMJ66LiKg1XlV { box-sizing:content-box;height:9rem;width:17.5rem;position:absolute;display:block;z-index:15025;background-color:#004b8f;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #002c4d ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:19.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#DK01h2rDG1ncriKm7GqcxFRTp7pN7tX0 { box-sizing:content-box;height:13.1875rem;width:17.5rem;position:absolute;display:block;z-index:15030;background-color:#004b8f;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #002c4d ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:38.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#BM11M3z0xIeIOVA0IhcTACGW1Q0MOorE { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15035;background-color:#004b8f;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #002c4d ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:57.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ys5VDbdsTVIxFwLbH0kGORGfCUZI23BV { box-sizing:content-box;height:9rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:#004b8f;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #002c4d ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.625rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#c0UKAdE6e0Qu3HuvKMPRfHAMzlvh4OnO { color:#cbd5e1;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:19.9375rem;left:1.5rem;height:4.19970625rem;font-style:normal;display:block; }
#yJdPsTtrSLUDnud0saQr6x2P1JtkuCkb { color:#cbd5e1;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:20rem;left:20.625rem;height:4.19970625rem;font-style:normal;display:block; }
#dLRSCOBU7n1UPun3uNLCIbD5d5Lv7CfA { color:#cbd5e1;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:19.625rem;left:39.75rem;height:8.3994375rem;font-style:normal;display:block; }
#hoPuZO1renAvO1ClLxoaxvk60N1M82Bp { color:#cbd5e1;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:19.9375rem;left:59rem;height:5.5996125rem;font-style:normal;display:block; }
#LRK7Kc59Rt2OlzmL4wTpNzdVrQx5cWTQ { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:1.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Th8416P2v9ZwcaH717Ohmx4V0wvTPJvJ { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:14.9375rem;left:1.9375rem;overflow:hidden;display:block; }
#F9rnJeThCLoN99pG5RL696XDqX2XEHy4 { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:20.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#AeDDDxEq9IP57QSuZd0J2zpDbEx0rtS0 { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:3rem;top:15.3125rem;left:21.375rem;overflow:hidden;display:block; }
#Q4S9k5DPi5Cx8IFuKCfuHRi3ZzLOHaeO { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:39.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#HAWOareAH9hyp5PGCSIOWGOzu6Indz2M { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:3rem;top:15.3125rem;left:40.5rem;overflow:hidden;display:block; }
#uG51lPDCaQnkJD8C4yFa71tJiQQ0TUwz { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:59rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#HluJRl3nN6xA1So7aT7n7evJsyODkntS { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:14.9375rem;left:59.5rem;overflow:hidden;display:block; }
#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 { background-color:#f8fafc;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; }#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 > .row .container { background-color: transparent; background-image: none; }#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 > .row .container > .video-iframe-container { display: none; }#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 > .row > .video-iframe-container { display: none; }#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 > .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); }#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 > .row .container { border-width: 0; border-radius: 0; }#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#xuhFLWD6EeDxO5VcXUH4tl2eBVPcUWTb { color:#045ab2;display:block;width:35.3125rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4rem;left:0rem;height:4.19970625rem;display:block; }
#sCugHwGaQ7eG3GridgkrPLFEpsgUCifO { color:#1e293b;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.537109375rem;left:5.5625rem;height:1.4624rem;font-style:normal;display:block; }
#fV8dooyPS3aGiZpxpX7kBoyW5GsXNphM { color:#1e293b;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.9375rem;left:5.5625rem;height:1.4624rem;font-style:normal;display:block; }
#IGe7wrsL0B0OZnExPplxB7AZpXTqAkzH { color:#1e293b;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.85009765625rem;left:5.5625rem;height:2.92480625rem;font-style:normal;display:block; }
#iUzwENgVmkklppqmG0GFsb02Sok98LTQ { color:#1e293b;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:31.41259765625rem;left:5.5625rem;height:2.92480625rem;font-style:normal;display:block; }
#l8IGc3dmyyg1rPO16iq7zsJIzQkx0SDt { color:#1e293b;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:37.03759765625rem;left:5.5625rem;height:2.92480625rem;font-style:normal;display:block; }
#JxHDLUmPNOZt9tNF4QIDcVVHtUykFse1 { box-sizing:content-box;height:51.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #020617);background-image: -moz-linear-gradient(90deg, #045ab2, #020617);background-image: -ms-linear-gradient(90deg, #045ab2, #020617);background-image: -o-linear-gradient(90deg, #045ab2, #020617);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#020617' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#020617' );";background-image: linear-gradient(90deg, #045ab2, #020617);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:none; }
#HKrUubfAD4RFHipRx7wpMBpET9vV4G5u { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:47.125rem;width:34rem;top:4rem;left:41rem;overflow:hidden;display:block; }
#zkZ10aubgbsrkqVrQ5uMZNPKoulhNgsK { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#uHTd18dqtCmiNMUgJnKGpK0TW5kCbrgG { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#Isq8K90kAeZWhbJQdPNHztJwQrpq3ZpB { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#BxiFIkFAV52Iur7KS238LwUf2ByI7de0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.8125rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#TDgFbXLGnhBBwBeZDrPGwWhHnBTfzGHS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.4375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#uXU2gRBgPiPBKBnLitNAAWmnK1TvPBFT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#sr88zJRFy9C8JfGxlloMoqXAKlziwlu6 { color:#1e293b;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:42.60009765625rem;left:5.5625rem;height:2.92480625rem;font-style:normal;display:block; }
#Orv8K6zMBGPdgCKSwueOo9pp9eqhT1L0 { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:3rem;top:14.6875rem;left:0.5625rem;overflow:hidden;display:block; }
#reMwZeHZ1RULbiRsLpVwyF9r8fUBQvTZ { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:3rem;top:20.25rem;left:0.5625rem;overflow:hidden;display:block; }
#mgQzutcTQXDXyOBNMNTOoodMv5LAl8Ds { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:3rem;top:25.8125rem;left:0.5625rem;overflow:hidden;display:block; }
#MTTPo4EK6A5EmxnqQQol7BaPMDIaP6KI { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:3rem;top:31.375rem;left:0.5625rem;overflow:hidden;display:block; }
#KIQLHWggBJWPxrAowqZulOWgWQmuQTWu { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:3rem;top:37rem;left:0.5625rem;overflow:hidden;display:block; }
#SLQ0EEiEh4BPSMmIktEL6Rbq1P5XE65H { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:3rem;top:42.5625rem;left:0.5625rem;overflow:hidden;display:block; }
#qPF2uu3aAXCzPugRRqE0ZkxxdPkpaFex { color:#1e293b;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:8.625rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#zMWt6dMIzkaDdArETtUxUP3kEurMwn8k { color:#1e293b;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:48.125rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e8f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG > .row .container { background-color: transparent; background-image: none; }#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG > .row .container > .video-iframe-container { display: none; }#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG > .row > .video-iframe-container { display: none; }#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG > .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); }#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG > .row .container { border-width: 0; border-radius: 0; }#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#GV5iGvLHd1GG2Nr26nBPKWUPy7gpJA6A { box-sizing:content-box;height:23.4375rem;width:17.5rem;position:absolute;display:block;z-index:15000;background-color:#f8fafc;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#MKkXntGJP0Tw4q7DKJSs6lo9KbqqVnHn { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.5rem;width:17.5rem;top:10.6875rem;left:0rem;overflow:hidden;display:block; }
#s4tBgGfmuMlGd0NlxWaZQieKAKUN7W5g { color:#045ab2;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:25.4375rem;left:1.5rem;height:1.75rem;font-style:normal;display:block; }
#kTO6CJvGfiLfw86UytpXCK5xwmuleif4 { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:1.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#qm743CDVlIfmOBdqTzbuS1M3mFoQS7gv { color:#1e293b;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:27.6875rem;left:1.5rem;height:4.8984375rem;font-style:normal;display:block; }
#LfyLqW9teJiV0Vgk6u71OOt8hLHx6pnn { box-sizing:content-box;height:28.125rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#f8fafc;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:19.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#LWvM0RFgLiepEhPwnKNZUDpo7RRxNRE3 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.5rem;width:17.5rem;top:10.6875rem;left:19.625rem;overflow:hidden;display:block; }
#Pg8GoRkIxEVd2sE1yMkFXAhNKF6OtOra { color:#045ab2;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:25.4375rem;left:21.125rem;height:5.25rem;font-style:normal;display:block; }
#DEL14aMOfS4RSPQdsu68KQOHcyfUQi4Q { color:#1e293b;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:31.1875rem;left:21.125rem;height:6.12305rem;font-style:normal;display:block; }
#f8mqvukMmPAc0i1PV6herwkv0ntLtB2v { box-sizing:content-box;height:26.3125rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:#f8fafc;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:39.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#oVau8zV2QFRnxn17F878qmRQkplLl6bz { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.5rem;width:17.5rem;top:10.6875rem;left:39.125rem;overflow:hidden;display:block; }
#TDqKcymuHE4svXD5HGUKLnSTADvbTf86 { color:#045ab2;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:25.4375rem;left:40.625rem;height:3.5rem;font-style:normal;display:block; }
#GvJ0MPK8Ei8vB87qoXdAwHe9HMIIQ8Q0 { color:#1e293b;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:29.4375rem;left:40.625rem;height:6.12305rem;font-style:normal;display:block; }
#S8NfAMM1m8HdyXJLWPfZbeakWL06D8NN { box-sizing:content-box;height:25.125rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:#f8fafc;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:57.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#i8WxM8MFNNdybvkTkyUFiRFeAXFJVB1T { color:#1e293b;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:29.4375rem;left:59rem;height:4.8984375rem;font-style:normal;display:block; }
#aVdCTOQTsm3URbmzVy0euecU19f9sEkA { color:#045ab2;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:25.4375rem;left:59rem;height:3.5rem;font-style:normal;display:block; }
#xmeZsHnpSyAiy3gTyCa5KXyCTPt6wbsr { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.5rem;width:17.5rem;top:10.6875rem;left:57.5rem;overflow:hidden;display:block; }
#r70am8n4PUUK43KhqEGNc2LmX4I8CZPo { color:#045ab2;display:block;width:42.5rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4rem;left:0rem;height:4.19970625rem;font-style:normal;display:block; }
#w8FmwV9lkpbONgJDg4oOlfU8qx463mX3 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:20.4375rem;left:2rem;overflow:hidden;display:block; }
#ugS9EeymAulduPP5SxRT18qOVnNUgNUe { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:21.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#iOmEiorQoNOmKwMAaIhXAM6xp7bLobuJ { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:20.4375rem;left:21.625rem;overflow:hidden;display:block; }
#ZnJz6ARTukGoPnRohgHHCeJxuadvxZox { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:40.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TDu99be8SwMvtJEnaV5g7TI5BT9u0Pg8 { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:20.4375rem;left:41.125rem;overflow:hidden;display:block; }
#v0Hq97mx8BZ2hsHuPQl5L6DOml5KKSq4 { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:59rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#E4MwIUwZSmLw7ro9C2QumreGMAC9oigW { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:20.4375rem;left:59.5rem;overflow:hidden;display:block; }
#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e293b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 > .row .container { background-color: transparent; background-image: none; }#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 > .row .container > .video-iframe-container { display: none; }#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 > .row > .video-iframe-container { display: none; }#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 > .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); }#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 > .row .container { border-width: 0; border-radius: 0; }#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#VFbtSU2yazht5V6ZVCTD0gGEG3JDdSMU { color:#f1f5f9;display:block;width:42.5rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4rem;left:0rem;height:4.19970625rem;font-style:normal;display:block; }
#fU3TyStBMLqWThfMrTlM32UzyWVTwhEo { color:#cbd5e1;display:block;width:42.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.69921875rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#SJxoN2WTt6DrxV73TfCroOU9Tegnwzc4 { color:#1e293b;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:20.625rem;left:16.5rem;height:3.673825rem;font-style:normal;display:block; }
#G3fZiM7hAgtlfH6pdbTKZLOoTTmnSKvs { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:16.625rem;left:16.5rem;height:3.5rem;font-style:normal;display:block; }
#q23Q1gthI93HIuTDRHrW4HRpgavuqfOI { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:16.625rem;left:54.625rem;height:3.5rem;font-style:normal;display:block; }
#yhsbJ2M8AwJPf0TqXNsbuiu0if0hzs0v { color:#1e293b;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:20.625rem;left:54.625rem;height:3.673825rem;font-style:normal;display:block; }
#g87MQU3he6bc4ud5bTSA3bLUbuxsrviM { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:32.875rem;left:54.625rem;height:3.5rem;font-style:normal;display:block; }
#II7l0hi62fAhd1BAkdtW6dcUiDDn5eW9 { color:#1e293b;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:36.875rem;left:54.625rem;height:4.8984375rem;font-style:normal;display:block; }
#z53RNf52dHdDApyn1yXi3Uk1esbzfpeV { color:#1e293b;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:37.25rem;left:16.5rem;height:3.673825rem;font-style:normal;display:block; }
#fp6MrXSmSNaoUvu4PoF5vTTnGixIZcrr { color:#045ab2;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:33.25rem;left:16.5rem;height:3.5rem;font-style:normal;display:block; }
#ETTcI6rO7eT69eLenoII7SlOOXIOXZey { box-sizing:content-box;height:14rem;width:36.25rem;position:absolute;display:block;z-index:15008;background-color:#e2e8f0;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(30,41,59,0.56) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.44921875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#brShtCLJyUm4U6GLlG2sNpEmFT4tzRp5 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:14rem;width:14rem;top:13.44921875rem;left:0rem;overflow:hidden;display:block; }
#OStrrA5vz6aq4GTdksTfu8ocyz3RJKrd { box-sizing:content-box;height:14rem;width:36.25rem;position:absolute;display:block;z-index:15005;background-color:#045ab2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.07421875rem;left:0.625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#a327mC3BKpTaPovi7wKBQItQ4AT8lK9E { box-sizing:content-box;height:14rem;width:36.25rem;position:absolute;display:block;z-index:15008;background-color:#045ab2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:38.75rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#wMxr1cDTDEKATDii5Zn408Q0M8D6iKHr { box-sizing:content-box;height:14rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:#e2e8f0;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(30,41,59,0.56) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:38.125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#ctS5dJyuWVJcHsgrZVBrxuSSP7EMHQfE { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:14rem;width:14rem;top:13.4375rem;left:38.125rem;overflow:hidden;display:block; }
#nRUdgJa76rNK81X44lz19OfHBOhdficS { box-sizing:content-box;height:14rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:#045ab2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.96875rem;left:0.6875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#hwtTGALJ5wISPTI2FApqqLOTfATmiDEV { box-sizing:content-box;height:14rem;width:36.25rem;position:absolute;display:block;z-index:15002;background-color:#045ab2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.90625rem;left:38.75rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#UTvtZzKLTKLo2ykD2kdxwzF6BSCKbTkK { box-sizing:content-box;height:14rem;width:36.25rem;position:absolute;display:block;z-index:15014;background-color:#e2e8f0;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(30,41,59,0.56) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#TXUrsTIBJ0M1BKPhOy3aPBlFQit12gLs { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:14rem;width:14rem;top:30.0625rem;left:0rem;overflow:hidden;display:block; }
#b8pOppPTyNPnKV27mq6gWoTaDrF6r8zs { box-sizing:content-box;height:14rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:#e2e8f0;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.375rem #1e293b ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.28125rem;left:38.125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#MsOzAopaTbokSlhUl04QHyQQIUyJxcQX { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:14rem;width:14rem;top:30.28125rem;left:38.125rem;overflow:hidden;display:block; }
#OuyfFFIfUlec3EVi0uZCbBHZgh6sBNIo { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:10.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#eOiBHtFkZTOGOb7RuBiIVGWfTfTSae5a { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:18.6875rem;left:11.0625rem;overflow:hidden;display:block; }
#EDdGeptLAhLib0P3GO2ixC74hWFIvkBP { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.8125rem;left:10.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#cAvA9cDlF9TFqrt9cATdW2gSkM0mBsFd { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:35.3125rem;left:11.0625rem;overflow:hidden;display:block; }
#We1ARfTQ7oJk6q77dTOvrfNWDQMxkFFd { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:48.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#MNu4xqIWNBnI7hraaw5iTrax5Mzu8FD6 { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:18.6875rem;left:49.1875rem;overflow:hidden;display:block; }
#B4VcvJlCBx8zEgyPpd8AZl1LPDJ7aeA6 { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.8125rem;left:48.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#gR1qXtlgnqDlZltMlDaC5PTbHElE0eS9 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:35.3125rem;left:49.1875rem;overflow:hidden;display:block; }
#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#045ab2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT > .row .container { background-color: transparent; background-image: none; }#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT > .row .container > .video-iframe-container { display: none; }#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT > .row > .video-iframe-container { display: none; }#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT > .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); }#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT > .row .container { border-width: 0; border-radius: 0; }#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#XziTJ9IobTdJyz7ecMAZq1fJwP4iyDkB { color:#f1f5f9;display:block;width:42.5rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4rem;left:0rem;height:4.19970625rem;font-style:normal;display:block; }
#CtE7vSG3pnFpCUtUlG0kSuo0VZKyeItO { box-sizing:content-box;height:14rem;width:36.25rem;position:absolute;display:block;z-index:15013;background-color:#004b8f;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(30,41,59,0.56) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#HebuqEhLAWe3DDqZe2zCc8m6igEE4err { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:14rem;width:14rem;top:11.1875rem;left:0rem;overflow:hidden;display:block; }
#VmyTOnt6pkawc2BqxnvRcrfp0JC35qTb { color:#cbd5e1;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:13.75rem;left:16.5625rem;height:3.5rem;font-style:normal;display:block; }
#t8aE2Z5BxtIlsOou51D1Qwvt5s4h6VQ5 { color:#cbd5e1;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:17.75rem;left:16.5625rem;height:4.8984375rem;font-style:normal;display:block; }
#MclHaygI4GHzh2dxry6b49C8dtvR5NOa { box-sizing:content-box;height:14rem;width:36.25rem;position:absolute;display:block;z-index:15018;background-color:#004b8f;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(30,41,59,0.56) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#iyH6niPnEgf7t8sIEWah0TXpb1dn6RE0 { color:#cbd5e1;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:30.375rem;left:16.5625rem;height:3.5rem;font-style:normal;display:block; }
#kf8XtVJObdoLOr8qaFEsi0uJd0uZxAta { color:#cbd5e1;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:34.375rem;left:16.5625rem;height:3.673825rem;font-style:normal;display:block; }
#LrOMEBO1IhlSv4nvQCDznhmXRbeLiKQZ { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:14rem;width:14rem;top:27.1875rem;left:0rem;overflow:hidden;display:block; }
#GBBveskkJr9fOrAFQOeLs2q3HETRPqCa { box-sizing:content-box;height:14rem;width:36.25rem;position:absolute;display:block;z-index:15023;background-color:#004b8f;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(30,41,59,0.56) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:38.75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#DdC8AoQNHQkAMynTfuZE3E7Fw19LKIXv { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:14rem;width:14rem;top:11.1875rem;left:38.75rem;overflow:hidden;display:block; }
#onOtMhrbsUG9Ir4H4Mv20TL3Gqt8i65d { color:#cbd5e1;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:17.75rem;left:55.3125rem;height:4.8984375rem;font-style:normal;display:block; }
#HqnsyyHxrMwnbcKikmtoNbTWmuaQVByQ { color:#cbd5e1;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:13.75rem;left:55.3125rem;height:3.5rem;font-style:normal;display:block; }
#yrXOhzvEKq5OOyQhCCTT6SxllwfmhRZB { box-sizing:content-box;height:14rem;width:36.25rem;position:absolute;display:block;z-index:15028;background-color:#004b8f;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(30,41,59,0.56) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:38.75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#PF9fushE2b0T6T6D1HS0k5eJxWAAwhTT { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:14rem;width:14rem;top:27.1875rem;left:38.75rem;overflow:hidden;display:block; }
#xD5TxcIlEhvgrUwL4VKSrNJpglUGqMke { color:#cbd5e1;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:33.75rem;left:55.375rem;height:4.8984375rem;font-style:normal;display:block; }
#sNmGXWL9LaKZVzODGm80lN5Gra6ZJwp2 { color:#cbd5e1;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:29.75rem;left:55.375rem;height:3.5rem;font-style:normal;display:block; }
#ufdH3oNzDGaCTbNpTTzowc3R5CnJUvAi { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:10.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#hsOpRW4TP238cAQhgpH9iUZQSuIAoTv7 { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:16.4375rem;left:11.0625rem;overflow:hidden;display:block; }
#a3rQdFaVpZEWnRTZzdPKXalnXMxbTcab { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.9375rem;left:10.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#BKympLpPLqwOErMZnJt4IHzaa9MObxA6 { position:absolute;display:block;z-index:15075;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:32.4375rem;left:11.0625rem;overflow:hidden;display:block; }
#ziCEgqkg8wBlQJzPrHoGpAh8A39twwan { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:49.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Tl8EhdehDF90nTPNgzq9yDu2XQ3UNCee { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:16.4375rem;left:49.8125rem;overflow:hidden;display:block; }
#EKyR1cNfGq4FNPCRTT87v7QeeIztdnfC { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15067;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.9375rem;left:49.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#lgyRTMZC9tCbMf6JIN0QPkT2r4udhCLn { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:32.4375rem;left:49.8125rem;overflow:hidden;display:block; }
#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e8f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO > .row .container { background-color: transparent; background-image: none; }#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO > .row .container > .video-iframe-container { display: none; }#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO > .row > .video-iframe-container { display: none; }#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO > .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); }#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO > .row .container { border-width: 0; border-radius: 0; }#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#tfuQuQHfOt30vh1ZIl5gTX7w7TlJTnik { box-sizing:content-box;height:22.75rem;width:13.5rem;position:absolute;display:block;z-index:15000;background-color:#f8fafc;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#mZEF5mql7acZGr8V29ba9hmzCimi7nqe { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.8125rem;width:13.5rem;top:10.6875rem;left:0rem;overflow:hidden;display:block; }
#zxhP5hBMMLWxq7CaD2KssRhKHe7G6xWW { color:#045ab2;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:22.6875rem;left:1rem;height:1.75rem;font-style:normal;display:block; }
#zgNp6R44npRa6NUhpkSnQTGWw85KAoTA { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#sCZM0nzEu42hbThika3HpzNey43gZTxZ { color:#1e293b;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:24.9375rem;left:1rem;height:4.19921875rem;font-style:normal;display:block; }
#z1LMtsTS3LnXu5G4La6LEMW9BnW5dWIT { color:#045ab2;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4rem;left:0rem;height:4.19970625rem;font-style:normal;display:block; }
#r7mRB1xrHcxM6IbnirPk5UflCoaoWTqo { box-sizing:content-box;height:22.75rem;width:13.5rem;position:absolute;display:block;z-index:15006;background-color:#f8fafc;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:15.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#uCLnTnAWFaNpuONsfUSTAwfTSRcpTOcT { color:#1e293b;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:26.6875rem;left:16.375rem;height:5.249025rem;font-style:normal;display:block; }
#DcndlO7exphsvVkpdug5GtVfRLaLW6bQ { color:#045ab2;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:22.6875rem;left:16.375rem;height:;font-style:normal;display:block; }
#J6qUEbQz0gHOknyILNSy4GxrcEnN30IC { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:16.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#WJnxVEGrNZLEJS0WiTlPyBODOH2DGSV5 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.8125rem;width:13.5rem;top:10.6875rem;left:15.375rem;overflow:hidden;display:block; }
#uDTZqAbPO6MUd5T95lvnP3T1TCxhGFtX { box-sizing:content-box;height:22.75rem;width:13.5rem;position:absolute;display:block;z-index:15012;background-color:#f8fafc;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:30.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Bx00hFHilvq2F9cZC3ZqsAuTdQocXxSc { color:#1e293b;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:24.9375rem;left:31.75rem;height:5.249025rem;font-style:normal;display:block; }
#W7JFAZLqvuOBEBvOO616rtyKDAlSKMd7 { color:#045ab2;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:22.6875rem;left:31.75rem;height:1.75rem;font-style:normal;display:block; }
#ehx3rLfyaqiNoa3CNfLIigoWsTQwxDo3 { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:31.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#fpMZzoMvpAIXCTJk3XbUVzBzEZr9WmuF { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.8125rem;width:13.5rem;top:10.6875rem;left:30.75rem;overflow:hidden;display:block; }
#BubtTwR9Tvh2UFtuBDuSmfADmoOLt0rA { box-sizing:content-box;height:22.75rem;width:13.5rem;position:absolute;display:block;z-index:15018;background-color:#f8fafc;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:46.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#wTeIRTF9lVWfvG3ykmwbXyyGRZhEqka8 { color:#1e293b;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:24.9375rem;left:47.125rem;height:6.2988125rem;font-style:normal;display:block; }
#d2Jyg7T8cJaUTgVemCzD630Ir1tL81eP { color:#045ab2;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:22.6875rem;left:47.125rem;height:1.75rem;font-style:normal;display:block; }
#VLDnu6FWa2GufV4dOnSNkUv1quwWzxNS { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15067;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:47.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#LMeCQLcHnC6VOq6awNAPvOh85TtOdNT6 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.8125rem;width:13.5rem;top:10.6875rem;left:46.125rem;overflow:hidden;display:block; }
#QW6dJMTLduGEL4lzdD5iOkvAKxvyziRV { box-sizing:content-box;height:22.75rem;width:13.5rem;position:absolute;display:block;z-index:15024;background-color:#f8fafc;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:61.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#mp9c73JdkPyMV512NVxDTTm7eJUhApVL { color:#1e293b;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:24.890625rem;left:62.5rem;height:6.2988125rem;font-style:normal;display:block; }
#i2xM7OQTzaV7UGbZdFACz5mpTp9lWD4B { color:#045ab2;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:22.6875rem;left:62.5rem;height:1.75rem;font-style:normal;display:block; }
#aR8ObRbocVOdvGJmueNCv4Cx2ZvQQs0p { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:62.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#gBiWe48V9D3uJhLWqby7oTW1xyDdF5zI { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.8125rem;width:13.5rem;top:10.6875rem;left:61.5rem;overflow:hidden;display:block; }
#c7IfFQbxDkuE7CnC30UmNiTNfpirRA1L { color:#dfec19;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15074;line-height:1.4;letter-spacing:0;top:17.6875rem;left:1rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oGcu1RIAl8Jqn8ffmwduKHtmNT0GNWEN { color:#dfec19;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15075;line-height:1.4;letter-spacing:0;top:17.6875rem;left:16.375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNB7QfMq0rv7qE4KK5V8w5BnTCOf2lEt { color:#dfec19;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:31.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oq09eQ3Pg9ib7Jmd35eF009QnCtus3lg { color:#dfec19;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15077;line-height:1.4;letter-spacing:0;top:17.6875rem;left:47.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKMdWfg3ODVlcDlviMaWJlfiumL4q8v8 { color:#dfec19;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15078;line-height:1.4;letter-spacing:0;top:17.6875rem;left:62.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EryTTrBRhyTQEFNFoDzXroSDxrihqfQr { box-sizing:content-box;height:0.25rem;width:61.25rem;position:absolute;display:block;z-index:15048;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:3.125rem;display:block; }
#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(45deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(45deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(45deg, #8e7fde, #35bb93);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN > .row .container { background-color: transparent; background-image: none; }#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN > .row .container > .video-iframe-container { display: none; }#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN > .row > .video-iframe-container { display: none; }#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN > .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); }#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN > .row .container { border-width: 0; border-radius: 0; }#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#VXEiwpk86rPtIRfXU0yQPWOMsTmGeuZb { color:#f1f2f2;display:block;width:41.5625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:14rem;left:16.75rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uiMT1R7ALSTgMdMQ8ogSJrkeONls6uGT { background-color:#1e293b;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#dfec19;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24rem;height:3rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:24rem;left:25.5rem;display:block; }
#pOPtX8dTLcuLVBeiHaWUg0FQAD2qE5uX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0sntBoFAZXLgqfASBOUU4VLlEGhk1C9 { box-sizing:content-box;height:8rem;width:8rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: 0.25rem 0.25rem 0.5rem rgba(30,41,59,0.64) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4rem;left:33.5rem;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;display:block; }
#NUJazi4RPK8Ln1Swyr1z4kxIFMgfTiGU { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top: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:5rem;width:5rem;top:5.5rem;left:35rem;overflow:hidden;display:block; }
#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#045ab2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ > .row .container { background-color: transparent; background-image: none; }#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ > .row .container > .video-iframe-container { display: none; }#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ > .row > .video-iframe-container { display: none; }#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ > .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); }#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ > .row .container { border-width: 0; border-radius: 0; }#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#zF0yfBd3HxLVAIaiTOKv3o02cKw0Gqyt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:8.75rem;top:3.0625rem;left:33rem;overflow:hidden;display:block; }
#sMH1re6QzGlApGCN7oTuM9iSCTZGRQPC { color:#f1f2f2;display:block;width:9rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:7.0625rem;left:33rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 { display:block; }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTNpm7wnBs9pyWqxDKC9yExkIwoafpEp { width:4.9375rem;height:2rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBwetPRHD2G5p1w1FCUxBO45m2xECCtV { width:7.5rem;height:2.5rem;top:1rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPQduMcO9MpKoqdsfRZ2KJTpzPo9aBKo { display:block; }
 }@media only screen and (max-width: 763px) { #dLXwno7Q8AdV8IIWKVnvZNT0K8x3FDmn { width:7.5rem;height:2rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSMM5PHR78kE4KymuQo44yl4X6VdXBvF { display:block; }
 }@media only screen and (max-width: 763px) { #kW3xo587UqZxGExnwJ9Ld1Jx56T1QlP1 { width:10.75rem;height:2rem;top:1.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3psfuy832NyccvLPEUFhTswWDAKSBG { display:block; }
 }@media only screen and (max-width: 763px) { #Z66eiyG6pR0698x4fBWbvVkyncRy4GN2 { width:10.375rem;height:2rem;top:1.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzpII9oQaQD4ZqZsIMMdSfhvlgf6B0yU { display:block; }
 }@media only screen and (max-width: 763px) { #xgKDX7JQTaXexwonW0nPgCwISDdapukq { width:7.25rem;height:2rem;top:1.25rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK2pQw83MCsELVQwyCOpExBzmZgk0Uyv { display:block; }
 }@media only screen and (max-width: 763px) { #RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo { display:none; }#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hZ2cQgqQZVb3ebdp41Wu8VflHfNogfNm { top:1.25rem;left:15.3125rem;width:6.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFuLZ40eqPXDT08NEzRTxTiObaCD10kk { top:10.3125rem;left:28.75rem;width:19rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRn0weXhBAdbUcEETTmktD227myorw5I { top:8.375rem;left:21.1875rem;width:26.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Sx4DZ45fTWTa4wmXoU2ViI655n1iKN { top:31.625rem;left:0rem;width:42.5rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FixDXTIEfiTwfPlJcNr1MSC3Nvs67axz { top:13.8125rem;left:0rem;width:42.5rem;height:16.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-regular-label { width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-text { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-textarea { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-select { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-button { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9  { width:25.5625rem;height:auto;top:13.8125rem;left:19.6875rem; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .radio-container { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 {display:block;}#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 { width:25.5625rem;height:auto;top:13.8125rem;left:19.6875rem; }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #aelQy7koa9HoTIGd7SH6RKyRkpAKVBLp {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #rHS6p3i2C10TQCU23B6EFHPlh2PHiaT7 {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #rb5a0ivQ4RoGhzKihUGlygyNNTrVDXVc {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #WyaPLhDGwtAS1fVZ4O2x5dCKa0RZaJWh {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #pkxiIfT1SfPJRdTtJ6eFbf1ANXRNyx8b {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #Fve7RlpR4b7c9mlxS1gpWlDEhDLiql2p {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #QnDX6CE7fi4Ml9N8izfSIxxl4NT85Oa3 {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #tODklQV4dkW9T9xhUECJVtCkBK19g7mo {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #bidon8JMdpEUJzabez3svO1ubRSAD8Vn {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #qctpJLUGaTZpENRV5nemxSqVOpWsUIQP {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #qVw9SBdNiFlExpiSi5PIK643rWZHPIei {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #sukZNLM5nx1tS0JEonIK0RWRBmczVl6c {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #RtTVB3dkGaDohsVulJIpWGW4mPqfQfUq {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #AzUHTfFJT6aQVR4N8f7XX8KU4BnEMMmP {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #CvJDoT6HgTEeTeAepB0dP20rB7wtT142 {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #vgyiRZcaWG0nDc5HXieDG7PeD6k2g3nn {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #l6NFOEnFG5Kw1ycZPds5wxRtLZxnamhH {  }
 }@media only screen and (max-width: 763px) { #T0CQOZ1OzgiLougpKAP68TgobKVk5sAV { top:8.75rem;left:0rem;width:15.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOMCHovEDTBlHrkzZ18yP9ggh26Q7k2s { top:9.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nokO8JJnCGyPsSnd2sfppJw4dmUXbPQw { top:9.5rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T { display:block; }#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flpVuTrBIiTPWTxr3d67gEDG0tW6gtMR { top:8.6875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU92wETdf9tiUfF3poIpKW6Kbe3RcGzF { top:4rem;left:0rem;width:42.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5e2KuAPobIUfHWkAhHtMJ66LiKg1XlV { top:16.6875rem;left:5.5rem;width:17.5rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK01h2rDG1ncriKm7GqcxFRTp7pN7tX0 { top:16.6875rem;left:24.625rem;width:17.5rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM11M3z0xIeIOVA0IhcTACGW1Q0MOorE { top:16.6875rem;left:30.25rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys5VDbdsTVIxFwLbH0kGORGfCUZI23BV { top:16.625rem;left:0rem;width:17.5rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0UKAdE6e0Qu3HuvKMPRfHAMzlvh4OnO { top:19.9375rem;left:0rem;width:14.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJdPsTtrSLUDnud0saQr6x2P1JtkuCkb { top:20rem;left:7rem;width:14.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLRSCOBU7n1UPun3uNLCIbD5d5Lv7CfA { top:19.625rem;left:26.125rem;width:14.5rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoPuZO1renAvO1ClLxoaxvk60N1M82Bp { top:19.9375rem;left:33.25rem;width:14.5rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRK7Kc59Rt2OlzmL4wTpNzdVrQx5cWTQ { top:14.4375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th8416P2v9ZwcaH717Ohmx4V0wvTPJvJ { top:14.9375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9rnJeThCLoN99pG5RL696XDqX2XEHy4 { top:14.5625rem;left:7rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeDDDxEq9IP57QSuZd0J2zpDbEx0rtS0 { top:15.3125rem;left:7.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4S9k5DPi5Cx8IFuKCfuHRi3ZzLOHaeO { top:14.5625rem;left:26.125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAWOareAH9hyp5PGCSIOWGOzu6Indz2M { top:15.3125rem;left:26.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG51lPDCaQnkJD8C4yFa71tJiQQ0TUwz { top:14.4375rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HluJRl3nN6xA1So7aT7n7evJsyODkntS { top:14.9375rem;left:44.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 { display:block; }#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuhFLWD6EeDxO5VcXUH4tl2eBVPcUWTb { top:4rem;left:0rem;width:35.3125rem;height:4.1875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCugHwGaQ7eG3GridgkrPLFEpsgUCifO { top:15.5rem;left:0rem;width:29.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV8dooyPS3aGiZpxpX7kBoyW5GsXNphM { top:20.9375rem;left:0rem;width:29.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGe7wrsL0B0OZnExPplxB7AZpXTqAkzH { top:25.8125rem;left:0rem;width:19.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUzwENgVmkklppqmG0GFsb02Sok98LTQ { top:31.375rem;left:0rem;width:17.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8IGc3dmyyg1rPO16iq7zsJIzQkx0SDt { top:37rem;left:0rem;width:17.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxHDLUmPNOZt9tNF4QIDcVVHtUykFse1 { top:4rem;left:0rem;width:47.75rem;height:51.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKrUubfAD4RFHipRx7wpMBpET9vV4G5u { top:4rem;left:13.75rem;width:34rem;height:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkZ10aubgbsrkqVrQ5uMZNPKoulhNgsK { top:14.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTd18dqtCmiNMUgJnKGpK0TW5kCbrgG { top:19.6875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isq8K90kAeZWhbJQdPNHztJwQrpq3ZpB { top:25.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxiFIkFAV52Iur7KS238LwUf2ByI7de0 { top:30.8125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDgFbXLGnhBBwBeZDrPGwWhHnBTfzGHS { top:36.4375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXU2gRBgPiPBKBnLitNAAWmnK1TvPBFT { top:42rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr88zJRFy9C8JfGxlloMoqXAKlziwlu6 { top:42.5625rem;left:0rem;width:18.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Orv8K6zMBGPdgCKSwueOo9pp9eqhT1L0 { top:14.6875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #reMwZeHZ1RULbiRsLpVwyF9r8fUBQvTZ { top:20.25rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgQzutcTQXDXyOBNMNTOoodMv5LAl8Ds { top:25.8125rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTTPo4EK6A5EmxnqQQol7BaPMDIaP6KI { top:31.375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIQLHWggBJWPxrAowqZulOWgWQmuQTWu { top:37rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLQ0EEiEh4BPSMmIktEL6Rbq1P5XE65H { top:42.5625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPF2uu3aAXCzPugRRqE0ZkxxdPkpaFex { top:8.625rem;left:0rem;width:30.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMWt6dMIzkaDdArETtUxUP3kEurMwn8k { top:48.125rem;left:0rem;width:38.125rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG { display:block; }#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV5iGvLHd1GG2Nr26nBPKWUPy7gpJA6A { top:10.6875rem;left:0rem;width:17.5rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKkXntGJP0Tw4q7DKJSs6lo9KbqqVnHn { top:10.6875rem;left:0rem;width:17.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4tBgGfmuMlGd0NlxWaZQieKAKUN7W5g { top:25.4375rem;left:0rem;width:14.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTO6CJvGfiLfw86UytpXCK5xwmuleif4 { top:20rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm743CDVlIfmOBdqTzbuS1M3mFoQS7gv { top:27.6875rem;left:0rem;width:14.5rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfyLqW9teJiV0Vgk6u71OOt8hLHx6pnn { top:10.6875rem;left:6rem;width:17.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWvM0RFgLiepEhPwnKNZUDpo7RRxNRE3 { top:10.6875rem;left:6rem;width:17.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg8GoRkIxEVd2sE1yMkFXAhNKF6OtOra { top:25.4375rem;left:7.5rem;width:14.5rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEL14aMOfS4RSPQdsu68KQOHcyfUQi4Q { top:31.1875rem;left:7.5rem;width:14.5rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8mqvukMmPAc0i1PV6herwkv0ntLtB2v { top:10.75rem;left:25.5rem;width:17.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVau8zV2QFRnxn17F878qmRQkplLl6bz { top:10.6875rem;left:25.5rem;width:17.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDqKcymuHE4svXD5HGUKLnSTADvbTf86 { top:25.4375rem;left:27rem;width:14.5rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvJ0MPK8Ei8vB87qoXdAwHe9HMIIQ8Q0 { top:29.4375rem;left:27rem;width:14.5rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8NfAMM1m8HdyXJLWPfZbeakWL06D8NN { top:10.6875rem;left:30.25rem;width:17.5rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8WxM8MFNNdybvkTkyUFiRFeAXFJVB1T { top:29.4375rem;left:33.25rem;width:14.5rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVdCTOQTsm3URbmzVy0euecU19f9sEkA { top:25.4375rem;left:33.25rem;width:14.5rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmeZsHnpSyAiy3gTyCa5KXyCTPt6wbsr { top:10.6875rem;left:30.25rem;width:17.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r70am8n4PUUK43KhqEGNc2LmX4I8CZPo { top:4rem;left:0rem;width:42.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8FmwV9lkpbONgJDg4oOlfU8qx463mX3 { top:20.4375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugS9EeymAulduPP5SxRT18qOVnNUgNUe { top:20rem;left:7.5rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOmEiorQoNOmKwMAaIhXAM6xp7bLobuJ { top:20.4375rem;left:8rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnJz6ARTukGoPnRohgHHCeJxuadvxZox { top:20rem;left:27rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDu99be8SwMvtJEnaV5g7TI5BT9u0Pg8 { top:20.4375rem;left:27.5rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0Hq97mx8BZ2hsHuPQl5L6DOml5KKSq4 { top:20rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4MwIUwZSmLw7ro9C2QumreGMAC9oigW { top:20.4375rem;left:44.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 { display:block; }#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFbtSU2yazht5V6ZVCTD0gGEG3JDdSMU { top:4rem;left:0rem;width:42.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU3TyStBMLqWThfMrTlM32UzyWVTwhEo { top:8.6875rem;left:0rem;width:42.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJxoN2WTt6DrxV73TfCroOU9Tegnwzc4 { top:20.625rem;left:2.875rem;width:13.75rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3fZiM7hAgtlfH6pdbTKZLOoTTmnSKvs { top:16.625rem;left:2.875rem;width:13.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q23Q1gthI93HIuTDRHrW4HRpgavuqfOI { top:16.625rem;left:34rem;width:13.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhsbJ2M8AwJPf0TqXNsbuiu0if0hzs0v { top:20.625rem;left:34rem;width:13.75rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g87MQU3he6bc4ud5bTSA3bLUbuxsrviM { top:32.875rem;left:34rem;width:13.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #II7l0hi62fAhd1BAkdtW6dcUiDDn5eW9 { top:36.875rem;left:34rem;width:13.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z53RNf52dHdDApyn1yXi3Uk1esbzfpeV { top:37.25rem;left:2.875rem;width:13.75rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp6MrXSmSNaoUvu4PoF5vTTnGixIZcrr { top:33.25rem;left:2.875rem;width:8.6875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcI6rO7eT69eLenoII7SlOOXIOXZey { top:13.4375rem;left:0rem;width:36.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #brShtCLJyUm4U6GLlG2sNpEmFT4tzRp5 { top:13.4375rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #OStrrA5vz6aq4GTdksTfu8ocyz3RJKrd { top:14.0625rem;left:0rem;width:36.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #a327mC3BKpTaPovi7wKBQItQ4AT8lK9E { top:14.0625rem;left:11.5rem;width:36.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMxr1cDTDEKATDii5Zn408Q0M8D6iKHr { top:13.4375rem;left:11.5rem;width:36.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctS5dJyuWVJcHsgrZVBrxuSSP7EMHQfE { top:13.4375rem;left:24.5rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRUdgJa76rNK81X44lz19OfHBOhdficS { top:30.9375rem;left:0rem;width:36.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwtTGALJ5wISPTI2FApqqLOTfATmiDEV { top:30.875rem;left:11.5rem;width:36.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvtZzKLTKLo2ykD2kdxwzF6BSCKbTkK { top:30.0625rem;left:0rem;width:36.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUrsTIBJ0M1BKPhOy3aPBlFQit12gLs { top:30.0625rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8pOppPTyNPnKV27mq6gWoTaDrF6r8zs { top:30.25rem;left:11.5rem;width:36.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsOzAopaTbokSlhUl04QHyQQIUyJxcQX { top:30.25rem;left:24.5rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuyfFFIfUlec3EVi0uZCbBHZgh6sBNIo { top:18.1875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOiBHtFkZTOGOb7RuBiIVGWfTfTSae5a { top:18.6875rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDdGeptLAhLib0P3GO2ixC74hWFIvkBP { top:34.8125rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAvA9cDlF9TFqrt9cATdW2gSkM0mBsFd { top:35.3125rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #We1ARfTQ7oJk6q77dTOvrfNWDQMxkFFd { top:18.1875rem;left:35.0625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNu4xqIWNBnI7hraaw5iTrax5Mzu8FD6 { top:18.6875rem;left:35.5625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4VcvJlCBx8zEgyPpd8AZl1LPDJ7aeA6 { top:34.8125rem;left:35.0625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR1qXtlgnqDlZltMlDaC5PTbHElE0eS9 { top:35.3125rem;left:35.5625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT { display:block; }#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XziTJ9IobTdJyz7ecMAZq1fJwP4iyDkB { top:4rem;left:0rem;width:42.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtE7vSG3pnFpCUtUlG0kSuo0VZKyeItO { top:11.1875rem;left:0rem;width:36.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #HebuqEhLAWe3DDqZe2zCc8m6igEE4err { top:11.1875rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmyTOnt6pkawc2BqxnvRcrfp0JC35qTb { top:13.75rem;left:2.9375rem;width:17.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8aE2Z5BxtIlsOou51D1Qwvt5s4h6VQ5 { top:17.75rem;left:2.9375rem;width:17.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MclHaygI4GHzh2dxry6b49C8dtvR5NOa { top:27.1875rem;left:0rem;width:36.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyH6niPnEgf7t8sIEWah0TXpb1dn6RE0 { top:30.375rem;left:2.9375rem;width:16.125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf8XtVJObdoLOr8qaFEsi0uJd0uZxAta { top:34.375rem;left:2.9375rem;width:17.75rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrOMEBO1IhlSv4nvQCDznhmXRbeLiKQZ { top:27.1875rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBBveskkJr9fOrAFQOeLs2q3HETRPqCa { top:11.1875rem;left:11.5rem;width:36.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdC8AoQNHQkAMynTfuZE3E7Fw19LKIXv { top:11.1875rem;left:25.125rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #onOtMhrbsUG9Ir4H4Mv20TL3Gqt8i65d { top:17.75rem;left:0rem;width:17.75rem;height:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqnsyyHxrMwnbcKikmtoNbTWmuaQVByQ { top:13.75rem;left:28rem;width:17.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrXOhzvEKq5OOyQhCCTT6SxllwfmhRZB { top:27.1875rem;left:11.5rem;width:36.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF9fushE2b0T6T6D1HS0k5eJxWAAwhTT { top:27.1875rem;left:25.125rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD5TxcIlEhvgrUwL4VKSrNJpglUGqMke { top:33.75rem;left:30rem;width:17.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNmGXWL9LaKZVzODGm80lN5Gra6ZJwp2 { top:29.75rem;left:36.25rem;width:11.5rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufdH3oNzDGaCTbNpTTzowc3R5CnJUvAi { top:15.9375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsOpRW4TP238cAQhgpH9iUZQSuIAoTv7 { top:16.4375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3rQdFaVpZEWnRTZzdPKXalnXMxbTcab { top:31.9375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKympLpPLqwOErMZnJt4IHzaa9MObxA6 { top:32.4375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziCEgqkg8wBlQJzPrHoGpAh8A39twwan { top:15.9375rem;left:35.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8EhdehDF90nTPNgzq9yDu2XQ3UNCee { top:16.4375rem;left:36.1875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKyR1cNfGq4FNPCRTT87v7QeeIztdnfC { top:31.9375rem;left:35.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgyRTMZC9tCbMf6JIN0QPkT2r4udhCLn { top:32.4375rem;left:36.1875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ecfyrn6A5lbEpei94bETMhVlKmUqyO { display:block; }#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfuQuQHfOt30vh1ZIl5gTX7w7TlJTnik { top:10.6875rem;left:0rem;width:13.5rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZEF5mql7acZGr8V29ba9hmzCimi7nqe { top:10.6875rem;left:0rem;width:13.5rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhP5hBMMLWxq7CaD2KssRhKHe7G6xWW { top:22.6875rem;left:0rem;width:11.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgNp6R44npRa6NUhpkSnQTGWw85KAoTA { top:17.1875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCZM0nzEu42hbThika3HpzNey43gZTxZ { top:24.9375rem;left:0rem;width:11.5rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1LMtsTS3LnXu5G4La6LEMW9BnW5dWIT { top:4rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7mRB1xrHcxM6IbnirPk5UflCoaoWTqo { top:10.6875rem;left:1.75rem;width:13.5rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCLnTnAWFaNpuONsfUSTAwfTSRcpTOcT { top:26.6875rem;left:2.75rem;width:11.5rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcndlO7exphsvVkpdug5GtVfRLaLW6bQ { top:22.6875rem;left:2.75rem;width:11.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6qUEbQz0gHOknyILNSy4GxrcEnN30IC { top:17.1875rem;left:2.75rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJnxVEGrNZLEJS0WiTlPyBODOH2DGSV5 { top:10.6875rem;left:1.75rem;width:13.5rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDTZqAbPO6MUd5T95lvnP3T1TCxhGFtX { top:10.6875rem;left:17.125rem;width:13.5rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx00hFHilvq2F9cZC3ZqsAuTdQocXxSc { top:24.9375rem;left:18.125rem;width:11.5rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7JFAZLqvuOBEBvOO616rtyKDAlSKMd7 { top:22.6875rem;left:18.125rem;width:11.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehx3rLfyaqiNoa3CNfLIigoWsTQwxDo3 { top:17.1875rem;left:18.125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpMZzoMvpAIXCTJk3XbUVzBzEZr9WmuF { top:10.6875rem;left:17.125rem;width:13.5rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BubtTwR9Tvh2UFtuBDuSmfADmoOLt0rA { top:10.6875rem;left:32.5rem;width:13.5rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTeIRTF9lVWfvG3ykmwbXyyGRZhEqka8 { top:24.9375rem;left:33.5rem;width:11.5rem;height:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Jyg7T8cJaUTgVemCzD630Ir1tL81eP { top:22.6875rem;left:33.5rem;width:11.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLDnu6FWa2GufV4dOnSNkUv1quwWzxNS { top:17.1875rem;left:33.5rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMeCQLcHnC6VOq6awNAPvOh85TtOdNT6 { top:10.6875rem;left:32.5rem;width:13.5rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW6dJMTLduGEL4lzdD5iOkvAKxvyziRV { top:10.6875rem;left:34.25rem;width:13.5rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp9c73JdkPyMV512NVxDTTm7eJUhApVL { top:24.875rem;left:36.25rem;width:11.5rem;height:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2xM7OQTzaV7UGbZdFACz5mpTp9lWD4B { top:22.6875rem;left:36rem;width:11.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR8ObRbocVOdvGJmueNCv4Cx2ZvQQs0p { top:17.1875rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBiWe48V9D3uJhLWqby7oTW1xyDdF5zI { top:10.6875rem;left:34.25rem;width:13.5rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7IfFQbxDkuE7CnC30UmNiTNfpirRA1L { top:17.6875rem;left:0rem;width:4.5rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGcu1RIAl8Jqn8ffmwduKHtmNT0GNWEN { top:17.6875rem;left:2.75rem;width:4.5rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNB7QfMq0rv7qE4KK5V8w5BnTCOf2lEt { top:17.6875rem;left:18.125rem;width:4.5rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq09eQ3Pg9ib7Jmd35eF009QnCtus3lg { top:17.6875rem;left:33.5rem;width:4.5rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKMdWfg3ODVlcDlviMaWJlfiumL4q8v8 { top:17.6875rem;left:43.25rem;width:4.5rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EryTTrBRhyTQEFNFoDzXroSDxrihqfQr { top:19.5rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN { display:block; }#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXEiwpk86rPtIRfXU0yQPWOMsTmGeuZb { top:14rem;left:3.125rem;width:41.5625rem;height:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiMT1R7ALSTgMdMQ8ogSJrkeONls6uGT { width:24rem;height:3rem;top:24rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOPtX8dTLcuLVBeiHaWUg0FQAD2qE5uX { display:block; }
 }@media only screen and (max-width: 763px) { #R0sntBoFAZXLgqfASBOUU4VLlEGhk1C9 { top:4rem;left:19.875rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUJazi4RPK8Ln1Swyr1z4kxIFMgfTiGU { top:5.5rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ { display:block; }#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF0yfBd3HxLVAIaiTOKv3o02cKw0Gqyt { top:3.0625rem;left:19.375rem;width:8.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMH1re6QzGlApGCN7oTuM9iSCTZGRQPC { top:7.0625rem;left:19.375rem;width:9rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 { position:relative;z-index:auto;display:none; }#NWMFnyfenpZUhRcZkd87TalfOgmdzBE0 > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vTNpm7wnBs9pyWqxDKC9yExkIwoafpEp { width:4.9375rem;height:2rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBwetPRHD2G5p1w1FCUxBO45m2xECCtV { width:7.5rem;height:2.5rem;top:28.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPQduMcO9MpKoqdsfRZ2KJTpzPo9aBKo { display:block; }
 }@media only screen and (max-width: 763px) { #dLXwno7Q8AdV8IIWKVnvZNT0K8x3FDmn { width:6rem;height:2rem;top:4.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSMM5PHR78kE4KymuQo44yl4X6VdXBvF { display:block; }
 }@media only screen and (max-width: 763px) { #kW3xo587UqZxGExnwJ9Ld1Jx56T1QlP1 { width:13.5rem;height:2rem;top:7.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3psfuy832NyccvLPEUFhTswWDAKSBG { display:block; }
 }@media only screen and (max-width: 763px) { #Z66eiyG6pR0698x4fBWbvVkyncRy4GN2 { width:4rem;height:2rem;top:11rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzpII9oQaQD4ZqZsIMMdSfhvlgf6B0yU { display:block; }
 }@media only screen and (max-width: 763px) { #xgKDX7JQTaXexwonW0nPgCwISDdapukq { width:11rem;height:2rem;top:14.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK2pQw83MCsELVQwyCOpExBzmZgk0Uyv { display:block; }
 }@media only screen and (max-width: 763px) { #RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo { position:relative;z-index:auto;background-color:#045ab2;background-image:none;display:block; }#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo > .row .container { background-color: transparent; background-image: none; }#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo > .row .container > .video-iframe-container { display: none; }#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo > .row > .video-iframe-container { display: none; }#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo > .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); }#RnTTxu58OZykSCbIrAZgDKLTNyRLFfJo > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZ2cQgqQZVb3ebdp41Wu8VflHfNogfNm { width:3.75rem;height:1.5rem;top:1.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d17e0bfd-c67d-44a5-a286-0b81141573d3/blueradiofrequencywavesblackbackgroundabstractimagetexturepatternwallpapercover.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,6,23,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,6,23,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFuLZ40eqPXDT08NEzRTxTiObaCD10kk { width:15.8125rem;height:2.0996125rem;top:24.375rem;left:2.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRn0weXhBAdbUcEETTmktD227myorw5I { width:20rem;height:1.3999rem;top:22.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#f1f5f9;display:block; }
 }@media only screen and (max-width: 763px) { #L9Sx4DZ45fTWTa4wmXoU2ViI655n1iKN { width:20rem;height:7.347625rem;top:13.13671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FixDXTIEfiTwfPlJcNr1MSC3Nvs67axz { width:20rem;height:7.19925rem;top:5.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 [class*="-text"]:-moz-placeholder { font-size:0.625rem; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 [class*="-text"]::-moz-placeholder { font-size:0.625rem; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 [class*="-text"]:-ms-input-placeholder { font-size:0.625rem; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 [class*="-text"]::-webkit-input-placeholder { font-size:0.625rem; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9  { width:17.5rem;height:auto;top:27.474609375rem;left:0rem;z-index:15002; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 {display:block;}#vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 { width:17.5rem;height:auto;top:27.474609375rem;left:0rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #aelQy7koa9HoTIGd7SH6RKyRkpAKVBLp {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #rHS6p3i2C10TQCU23B6EFHPlh2PHiaT7 {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #rb5a0ivQ4RoGhzKihUGlygyNNTrVDXVc {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #WyaPLhDGwtAS1fVZ4O2x5dCKa0RZaJWh {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #pkxiIfT1SfPJRdTtJ6eFbf1ANXRNyx8b {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #Fve7RlpR4b7c9mlxS1gpWlDEhDLiql2p {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #QnDX6CE7fi4Ml9N8izfSIxxl4NT85Oa3 {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #tODklQV4dkW9T9xhUECJVtCkBK19g7mo {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #bidon8JMdpEUJzabez3svO1ubRSAD8Vn {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #qctpJLUGaTZpENRV5nemxSqVOpWsUIQP {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #qVw9SBdNiFlExpiSi5PIK643rWZHPIei {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #sukZNLM5nx1tS0JEonIK0RWRBmczVl6c {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #RtTVB3dkGaDohsVulJIpWGW4mPqfQfUq {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #AzUHTfFJT6aQVR4N8f7XX8KU4BnEMMmP {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #CvJDoT6HgTEeTeAepB0dP20rB7wtT142 {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #vgyiRZcaWG0nDc5HXieDG7PeD6k2g3nn {  }
 }@media only screen and (max-width: 763px) { #vGwT89gFI7mlAndqlXBoAmWvtbR1AaN9 #l6NFOEnFG5Kw1ycZPds5wxRtLZxnamhH {  }
 }@media only screen and (max-width: 763px) { #T0CQOZ1OzgiLougpKAP68TgobKVk5sAV { width:13.9375rem;height:2.3125rem;top:2rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOMCHovEDTBlHrkzZ18yP9ggh26Q7k2s { width:1.5rem;height:1.5rem;top:2.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nokO8JJnCGyPsSnd2sfppJw4dmUXbPQw { width:10.8125rem;height:0.9746125rem;top:2.75rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T { display:block; }#IIaTEX8Ax6VUAEak3Kz6LvAnygB1sd5T > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flpVuTrBIiTPWTxr3d67gEDG0tW6gtMR { width:20rem;height:4.8984375rem;top:4.2998046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GU92wETdf9tiUfF3poIpKW6Kbe3RcGzF { width:20rem;height:1.79980625rem;top:2rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5e2KuAPobIUfHWkAhHtMJ66LiKg1XlV { width:20rem;height:8rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK01h2rDG1ncriKm7GqcxFRTp7pN7tX0 { width:20rem;height:11rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM11M3z0xIeIOVA0IhcTACGW1Q0MOorE { width:20rem;height:9.5rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys5VDbdsTVIxFwLbH0kGORGfCUZI23BV { width:20rem;height:8rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0UKAdE6e0Qu3HuvKMPRfHAMzlvh4OnO { width:17rem;height:4.19970625rem;top:14.587890625rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yJdPsTtrSLUDnud0saQr6x2P1JtkuCkb { width:17rem;height:4.19970625rem;top:25.6875rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dLRSCOBU7n1UPun3uNLCIbD5d5Lv7CfA { width:17rem;height:6.9995rem;top:36.6875rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hoPuZO1renAvO1ClLxoaxvk60N1M82Bp { width:17rem;height:5.5996125rem;top:50.6875rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LRK7Kc59Rt2OlzmL4wTpNzdVrQx5cWTQ { width:3.5rem;height:3.5rem;top:10.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th8416P2v9ZwcaH717Ohmx4V0wvTPJvJ { width:2.5rem;height:2.5rem;top:11.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9rnJeThCLoN99pG5RL696XDqX2XEHy4 { width:3.5rem;height:3.5rem;top:21.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeDDDxEq9IP57QSuZd0J2zpDbEx0rtS0 { width:2.5rem;height:2.5rem;top:22.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4S9k5DPi5Cx8IFuKCfuHRi3ZzLOHaeO { width:3.5rem;height:3.5rem;top:32.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAWOareAH9hyp5PGCSIOWGOzu6Indz2M { width:2.5rem;height:2.5rem;top:33.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG51lPDCaQnkJD8C4yFa71tJiQQ0TUwz { width:3.5rem;height:3.5rem;top:46.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HluJRl3nN6xA1So7aT7n7evJsyODkntS { width:2.5rem;height:2.5rem;top:47.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 { display:block; }#K0EpPkzaicJ29XqUfSVJygZkCqSbV4R2 > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuhFLWD6EeDxO5VcXUH4tl2eBVPcUWTb { width:16.125rem;height:1.79980625rem;top:2rem;left:1.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCugHwGaQ7eG3GridgkrPLFEpsgUCifO { width:11.25rem;height:0.9746125rem;top:9.57470703125rem;left:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV8dooyPS3aGiZpxpX7kBoyW5GsXNphM { width:11.25rem;height:1.94921875rem;top:13.712890625rem;left:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGe7wrsL0B0OZnExPplxB7AZpXTqAkzH { width:11.25rem;height:2.923825rem;top:17.85009765625rem;left:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUzwENgVmkklppqmG0GFsb02Sok98LTQ { width:11.25rem;height:2.923825rem;top:22.47509765625rem;left:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8IGc3dmyyg1rPO16iq7zsJIzQkx0SDt { width:11.25rem;height:2.923825rem;top:27.10009765625rem;left:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxHDLUmPNOZt9tNF4QIDcVVHtUykFse1 { width:20rem;height:51.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKrUubfAD4RFHipRx7wpMBpET9vV4G5u { width:19.9375rem;height:26.875rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkZ10aubgbsrkqVrQ5uMZNPKoulhNgsK { width:3.625rem;height:3.625rem;top:8.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTd18dqtCmiNMUgJnKGpK0TW5kCbrgG { width:3.625rem;height:3.625rem;top:12.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isq8K90kAeZWhbJQdPNHztJwQrpq3ZpB { width:3.625rem;height:3.625rem;top:17.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxiFIkFAV52Iur7KS238LwUf2ByI7de0 { width:3.625rem;height:3.625rem;top:22.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDgFbXLGnhBBwBeZDrPGwWhHnBTfzGHS { width:3.625rem;height:3.625rem;top:26.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXU2gRBgPiPBKBnLitNAAWmnK1TvPBFT { width:3.625rem;height:3.625rem;top:31.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr88zJRFy9C8JfGxlloMoqXAKlziwlu6 { width:11.25rem;height:1.94921875rem;top:32.212890625rem;left:6.75rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Orv8K6zMBGPdgCKSwueOo9pp9eqhT1L0 { width:2.5rem;height:2.5rem;top:8.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reMwZeHZ1RULbiRsLpVwyF9r8fUBQvTZ { width:2.5rem;height:2.5rem;top:13.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgQzutcTQXDXyOBNMNTOoodMv5LAl8Ds { width:2.5rem;height:2.5rem;top:18.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTTPo4EK6A5EmxnqQQol7BaPMDIaP6KI { width:2.5rem;height:2.5rem;top:22.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIQLHWggBJWPxrAowqZulOWgWQmuQTWu { width:2.5rem;height:2.5rem;top:27.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLQ0EEiEh4BPSMmIktEL6Rbq1P5XE65H { width:2.5rem;height:2.5rem;top:31.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPF2uu3aAXCzPugRRqE0ZkxxdPkpaFex { width:20rem;height:2.44921875rem;top:4.2998046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMWt6dMIzkaDdArETtUxUP3kEurMwn8k { width:20rem;height:3.673825rem;top:36.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG { display:block; }#Lv0tICqShpIGiTEC1BBdTf6F0TpNUSIG > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV5iGvLHd1GG2Nr26nBPKWUPy7gpJA6A { width:20rem;height:16rem;top:5.2998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKkXntGJP0Tw4q7DKJSs6lo9KbqqVnHn { width:9.875rem;height:6.4375rem;top:5.2998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4tBgGfmuMlGd0NlxWaZQieKAKUN7W5g { width:17rem;height:1.75rem;top:13.9375rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kTO6CJvGfiLfw86UytpXCK5xwmuleif4 { width:3.5rem;height:3.5rem;top:9.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm743CDVlIfmOBdqTzbuS1M3mFoQS7gv { width:17rem;height:3.673825rem;top:16.125rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LfyLqW9teJiV0Vgk6u71OOt8hLHx6pnn { width:20rem;height:19rem;top:22.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWvM0RFgLiepEhPwnKNZUDpo7RRxNRE3 { width:9.875rem;height:6.4375rem;top:22.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg8GoRkIxEVd2sE1yMkFXAhNKF6OtOra { width:17rem;height:3.5rem;top:31.4375rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DEL14aMOfS4RSPQdsu68KQOHcyfUQi4Q { width:17rem;height:4.8984375rem;top:35.4375rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f8mqvukMmPAc0i1PV6herwkv0ntLtB2v { width:20rem;height:19rem;top:43.2998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVau8zV2QFRnxn17F878qmRQkplLl6bz { width:9.875rem;height:6.4375rem;top:43.2998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDqKcymuHE4svXD5HGUKLnSTADvbTf86 { width:15.5625rem;height:3.5rem;top:51.9375rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GvJ0MPK8Ei8vB87qoXdAwHe9HMIIQ8Q0 { width:17rem;height:4.8984375rem;top:55.9375rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S8NfAMM1m8HdyXJLWPfZbeakWL06D8NN { width:20rem;height:19rem;top:63.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8WxM8MFNNdybvkTkyUFiRFeAXFJVB1T { width:17rem;height:4.8984375rem;top:76.4375rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aVdCTOQTsm3URbmzVy0euecU19f9sEkA { width:13.625rem;height:3.5rem;top:72.4375rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xmeZsHnpSyAiy3gTyCa5KXyCTPt6wbsr { width:9.875rem;height:6.4375rem;top:63.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r70am8n4PUUK43KhqEGNc2LmX4I8CZPo { width:20rem;height:1.79980625rem;top:2rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8FmwV9lkpbONgJDg4oOlfU8qx463mX3 { width:2.5rem;height:2.5rem;top:10.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugS9EeymAulduPP5SxRT18qOVnNUgNUe { width:3.5rem;height:3.5rem;top:27.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOmEiorQoNOmKwMAaIhXAM6xp7bLobuJ { width:2.5rem;height:2.5rem;top:27.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnJz6ARTukGoPnRohgHHCeJxuadvxZox { width:3.5rem;height:3.5rem;top:47.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDu99be8SwMvtJEnaV5g7TI5BT9u0Pg8 { width:2.5rem;height:2.5rem;top:48.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0Hq97mx8BZ2hsHuPQl5L6DOml5KKSq4 { width:3.5rem;height:3.5rem;top:68.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4MwIUwZSmLw7ro9C2QumreGMAC9oigW { width:2.5rem;height:2.5rem;top:68.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 { display:block; }#EQytFBBgAXRoSKoQ4GbSVO6NS4tDZ8h5 > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFbtSU2yazht5V6ZVCTD0gGEG3JDdSMU { width:20rem;height:1.79980625rem;top:2rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fU3TyStBMLqWThfMrTlM32UzyWVTwhEo { width:20rem;height:2.44921875rem;top:4.2998046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJxoN2WTt6DrxV73TfCroOU9Tegnwzc4 { width:16.5rem;height:3.673825rem;top:16.375rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G3fZiM7hAgtlfH6pdbTKZLOoTTmnSKvs { width:16.5rem;height:3.5rem;top:12.375rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q23Q1gthI93HIuTDRHrW4HRpgavuqfOI { width:16.5rem;height:3.5rem;top:27.75rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yhsbJ2M8AwJPf0TqXNsbuiu0if0hzs0v { width:16.5rem;height:3.673825rem;top:31.75rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g87MQU3he6bc4ud5bTSA3bLUbuxsrviM { width:13.75rem;height:3.5rem;top:56.625rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #II7l0hi62fAhd1BAkdtW6dcUiDDn5eW9 { width:16.5rem;height:4.8984375rem;top:60.625rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z53RNf52dHdDApyn1yXi3Uk1esbzfpeV { width:13.75rem;height:3.673825rem;top:45.375rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fp6MrXSmSNaoUvu4PoF5vTTnGixIZcrr { width:16.5rem;height:1.75rem;top:43.125rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcI6rO7eT69eLenoII7SlOOXIOXZey { width:19.5rem;height:11.875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brShtCLJyUm4U6GLlG2sNpEmFT4tzRp5 { width:14rem;height:14rem;top:7.999025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OStrrA5vz6aq4GTdksTfu8ocyz3RJKrd { width:20rem;height:12.375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a327mC3BKpTaPovi7wKBQItQ4AT8lK9E { width:20rem;height:12.375rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMxr1cDTDEKATDii5Zn408Q0M8D6iKHr { width:19.5rem;height:11.875rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctS5dJyuWVJcHsgrZVBrxuSSP7EMHQfE { width:14rem;height:14rem;top:38.499025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRUdgJa76rNK81X44lz19OfHBOhdficS { width:20rem;height:10.5rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwtTGALJ5wISPTI2FApqqLOTfATmiDEV { width:20rem;height:13.5rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvtZzKLTKLo2ykD2kdxwzF6BSCKbTkK { width:19.5rem;height:10rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUrsTIBJ0M1BKPhOy3aPBlFQit12gLs { width:14rem;height:14rem;top:68.999025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8pOppPTyNPnKV27mq6gWoTaDrF6r8zs { width:19.5rem;height:13rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsOzAopaTbokSlhUl04QHyQQIUyJxcQX { width:14rem;height:14rem;top:99.499025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuyfFFIfUlec3EVi0uZCbBHZgh6sBNIo { width:3.5rem;height:3.5rem;top:8.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOiBHtFkZTOGOb7RuBiIVGWfTfTSae5a { width:2.5rem;height:2.5rem;top:8.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDdGeptLAhLib0P3GO2ixC74hWFIvkBP { width:3.5rem;height:3.5rem;top:39rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAvA9cDlF9TFqrt9cATdW2gSkM0mBsFd { width:2.5rem;height:2.5rem;top:39.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #We1ARfTQ7oJk6q77dTOvrfNWDQMxkFFd { width:3.5rem;height:3.5rem;top:23.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNu4xqIWNBnI7hraaw5iTrax5Mzu8FD6 { width:2.5rem;height:2.5rem;top:24.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4VcvJlCBx8zEgyPpd8AZl1LPDJ7aeA6 { width:3.5rem;height:3.5rem;top:52.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR1qXtlgnqDlZltMlDaC5PTbHElE0eS9 { width:2.5rem;height:2.5rem;top:53rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT { display:block; }#b9DJZ9nvwOvzmOGTHqwUxe0tMHMbWnoT > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XziTJ9IobTdJyz7ecMAZq1fJwP4iyDkB { width:20rem;height:1.79980625rem;top:2rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CtE7vSG3pnFpCUtUlG0kSuo0VZKyeItO { width:20rem;height:12.75rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HebuqEhLAWe3DDqZe2zCc8m6igEE4err { width:9.4375rem;height:9.4375rem;top:4.2998046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmyTOnt6pkawc2BqxnvRcrfp0JC35qTb { width:15.9375rem;height:3.5rem;top:9.4375rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8aE2Z5BxtIlsOou51D1Qwvt5s4h6VQ5 { width:17rem;height:4.8984375rem;top:13.1875rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MclHaygI4GHzh2dxry6b49C8dtvR5NOa { width:20rem;height:11.5625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyH6niPnEgf7t8sIEWah0TXpb1dn6RE0 { width:15.875rem;height:3.5rem;top:41rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kf8XtVJObdoLOr8qaFEsi0uJd0uZxAta { width:17rem;height:3.673825rem;top:44.75rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LrOMEBO1IhlSv4nvQCDznhmXRbeLiKQZ { width:14rem;height:14rem;top:34.79980625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBBveskkJr9fOrAFQOeLs2q3HETRPqCa { width:20rem;height:12.8125rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdC8AoQNHQkAMynTfuZE3E7Fw19LKIXv { width:14rem;height:14rem;top:19.54980625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #onOtMhrbsUG9Ir4H4Mv20TL3Gqt8i65d { width:17rem;height:4.8984375rem;top:28.9375rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HqnsyyHxrMwnbcKikmtoNbTWmuaQVByQ { width:17rem;height:3.5rem;top:25.1875rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yrXOhzvEKq5OOyQhCCTT6SxllwfmhRZB { width:20rem;height:15.25rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF9fushE2b0T6T6D1HS0k5eJxWAAwhTT { width:14rem;height:14rem;top:50.04980625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xD5TxcIlEhvgrUwL4VKSrNJpglUGqMke { width:17rem;height:7.347625rem;top:59.3125rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sNmGXWL9LaKZVzODGm80lN5Gra6ZJwp2 { width:11.8125rem;height:3.5rem;top:55.5625rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ufdH3oNzDGaCTbNpTTzowc3R5CnJUvAi { width:3.5rem;height:3.5rem;top:5.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsOpRW4TP238cAQhgpH9iUZQSuIAoTv7 { width:2.5rem;height:2.5rem;top:5.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3rQdFaVpZEWnRTZzdPKXalnXMxbTcab { width:3.5rem;height:3.5rem;top:36.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKympLpPLqwOErMZnJt4IHzaa9MObxA6 { width:2.5rem;height:2.5rem;top:37.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziCEgqkg8wBlQJzPrHoGpAh8A39twwan { width:3.5rem;height:3.5rem;top:21.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8EhdehDF90nTPNgzq9yDu2XQ3UNCee { width:2.5rem;height:2.5rem;top:21.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKyR1cNfGq4FNPCRTT87v7QeeIztdnfC { width:3.5rem;height:3.5rem;top:51.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgyRTMZC9tCbMf6JIN0QPkT2r4udhCLn { width:2.5rem;height:2.5rem;top:51.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ecfyrn6A5lbEpei94bETMhVlKmUqyO { display:block; }#X1ecfyrn6A5lbEpei94bETMhVlKmUqyO > .row .container { width:20rem;height:109.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfuQuQHfOt30vh1ZIl5gTX7w7TlJTnik { width:13.5rem;height:17.5rem;top:6.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZEF5mql7acZGr8V29ba9hmzCimi7nqe { width:13.5rem;height:7.4375rem;top:6.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhP5hBMMLWxq7CaD2KssRhKHe7G6xWW { width:11.5rem;height:1.75rem;top:16.3125rem;left:4.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zgNp6R44npRa6NUhpkSnQTGWw85KAoTA { width:3.5rem;height:3.5rem;top:12.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCZM0nzEu42hbThika3HpzNey43gZTxZ { width:11.5rem;height:4.19921875rem;top:18.3125rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1LMtsTS3LnXu5G4La6LEMW9BnW5dWIT { width:14.125rem;height:3.5996125rem;top:2rem;left:2.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7mRB1xrHcxM6IbnirPk5UflCoaoWTqo { width:13.5rem;height:20.25rem;top:25.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCLnTnAWFaNpuONsfUSTAwfTSRcpTOcT { width:11.5rem;height:5.249025rem;top:39.0625rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcndlO7exphsvVkpdug5GtVfRLaLW6bQ { width:11.5rem;height:3.5rem;top:35.3125rem;left:4.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6qUEbQz0gHOknyILNSy4GxrcEnN30IC { width:3.5rem;height:3.5rem;top:31.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJnxVEGrNZLEJS0WiTlPyBODOH2DGSV5 { width:13.5rem;height:7.4375rem;top:25.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDTZqAbPO6MUd5T95lvnP3T1TCxhGFtX { width:13.5rem;height:18.4375rem;top:46.849609375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx00hFHilvq2F9cZC3ZqsAuTdQocXxSc { width:11.5rem;height:5.249025rem;top:58.537109375rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7JFAZLqvuOBEBvOO616rtyKDAlSKMd7 { width:11.5rem;height:1.75rem;top:56.537109375rem;left:4.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehx3rLfyaqiNoa3CNfLIigoWsTQwxDo3 { width:3.5rem;height:3.5rem;top:52.412109375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpMZzoMvpAIXCTJk3XbUVzBzEZr9WmuF { width:13.5rem;height:7.4375rem;top:46.849609375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BubtTwR9Tvh2UFtuBDuSmfADmoOLt0rA { width:13.5rem;height:19.5rem;top:66.787109375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTeIRTF9lVWfvG3ykmwbXyyGRZhEqka8 { width:11.5rem;height:6.2988125rem;top:78.474609375rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2Jyg7T8cJaUTgVemCzD630Ir1tL81eP { width:11.625rem;height:1.75rem;top:76.474609375rem;left:4.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLDnu6FWa2GufV4dOnSNkUv1quwWzxNS { width:3.5rem;height:3.5rem;top:72.349609375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMeCQLcHnC6VOq6awNAPvOh85TtOdNT6 { width:13.5rem;height:7.4375rem;top:66.787109375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW6dJMTLduGEL4lzdD5iOkvAKxvyziRV { width:13.5rem;height:19.5rem;top:87.787109375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp9c73JdkPyMV512NVxDTTm7eJUhApVL { width:11.5rem;height:6.2988125rem;top:99.474609375rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2xM7OQTzaV7UGbZdFACz5mpTp9lWD4B { width:11.625rem;height:1.75rem;top:97.474609375rem;left:4.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aR8ObRbocVOdvGJmueNCv4Cx2ZvQQs0p { width:3.5rem;height:3.5rem;top:93.349609375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBiWe48V9D3uJhLWqby7oTW1xyDdF5zI { width:13.5rem;height:7.4375rem;top:87.787109375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7IfFQbxDkuE7CnC30UmNiTNfpirRA1L { width:3.5rem;height:2.79980625rem;top:12.5rem;left:8.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGcu1RIAl8Jqn8ffmwduKHtmNT0GNWEN { width:3.5rem;height:2.79980625rem;top:31.53759765625rem;left:8.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XNB7QfMq0rv7qE4KK5V8w5BnTCOf2lEt { width:3.5rem;height:2.79980625rem;top:52.76220703125rem;left:8.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oq09eQ3Pg9ib7Jmd35eF009QnCtus3lg { width:3.5rem;height:2.79980625rem;top:72.69970703125rem;left:8.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKMdWfg3ODVlcDlviMaWJlfiumL4q8v8 { width:3.5rem;height:2.79980625rem;top:93.69970703125rem;left:8.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EryTTrBRhyTQEFNFoDzXroSDxrihqfQr { width:20rem;height:0.25rem;top:19.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN { display:block; }#ZkwuPqKIKMGHFGyKovMD6T2Hym2dV4bN > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXEiwpk86rPtIRfXU0yQPWOMsTmGeuZb { width:20rem;height:4.5rem;top:8rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiMT1R7ALSTgMdMQ8ogSJrkeONls6uGT { width:17.5rem;height:3rem;top:13.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOPtX8dTLcuLVBeiHaWUg0FQAD2qE5uX { display:block; }
 }@media only screen and (max-width: 763px) { #R0sntBoFAZXLgqfASBOUU4VLlEGhk1C9 { width:4.5rem;height:4.5rem;top:2rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUJazi4RPK8Ln1Swyr1z4kxIFMgfTiGU { width:3rem;height:3rem;top:2.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ { display:block; }#mcttT5gVwS1HRvUEZarTmb1wdwcuTvrQ > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF0yfBd3HxLVAIaiTOKv3o02cKw0Gqyt { width:5rem;height:2rem;top:2rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMH1re6QzGlApGCN7oTuM9iSCTZGRQPC { width:12.1875rem;height:1.19970625rem;top:4.5rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }