.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fffef1;background-image:none;position:relative;display:block; }
#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container { display: none; }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .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); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 { background-color:#fbf9fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { background-color: transparent; background-image: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container > .video-iframe-container { display: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container { display: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .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); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { border-width: 0; border-radius: 0; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:75rem;height:48.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#EKPaqxvhxm28KCWyAeE0wWxwGX5hQTgM { color:#000000;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:7rem;left:0rem;height:2.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#P0b42fWdPyhEoh6vabTVEfWmBJEUp7Vv { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:32.375rem;left:0rem;height:4.199225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FFty3yXbVtWCqCnmhA4K65choa3ibfkR { position:absolute;display:block;z-index:14996;background-color:#e41414;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:2.625rem;width:8.5rem;top:6.75rem;left:18rem;display:block; }
#cVwviqxA8FUAAEw1oUcmDDzuUIaorKgM { color:#522286;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:30.625rem;left:0rem;height:1.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xsBQTM78yZF89h10ab0esQDmvf1ZbD5m { color:#000000;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:24.6728515625rem;left:0rem;height:4.94824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IZWyfdI5aEErF8OrpvvfpnLXdeGRE67g { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:7rem;left:21.9375rem;height:2.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oaXf26w7tJXKFiQmbUJ1tig3p58fr2w6 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.8125rem;top:7.125rem;left:18.875rem;overflow:hidden;display:block; }
#hb6HVkAqEPsnKksLX6zhThxxc9o2uFiZ { background-color:#522286;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:37.75rem;left:0rem;display:block; }
#VNyAVqr9Jki0c2DFNf6bL0o68hh09nsu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRDTMktA9kVgvHl6DExPqaZZWcfr9Rvt { position:absolute;display:block;z-index:15059;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:17rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#uwvaX94vy0T93nCzLcdBctCCPIZM6Eig { color:#0d1d39;display:block;width:31.9375rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:11.474609375rem;left:0rem;height:13.198225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCSW0Foxlg69B26zqUkiot9LbMsuvCc2 { position:absolute;display:block;z-index:15060;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:31.375rem;width:49.1875rem;top:7rem;left:23.375rem;overflow:hidden;display:block; }
#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL { background-color:#fbf9fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row .container { background-color: transparent; background-image: none; }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row .container > .video-iframe-container { display: none; }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row > .video-iframe-container { display: none; }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .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); }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row .container { border-width: 0; border-radius: 0; }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row .container { width:75rem;height:48.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#iyQpN8N45kCLTOXuxBUnWN14POEBCQX8 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(210,136,147,0.16) ;height:41.0625rem;width:30.5625rem;top:2.375rem;left:0.3125rem;display:block; }
#riz2H0dZZ3KiSpx6KmzQaDnwdEdq7qPs { color:#002825;display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.6;letter-spacing:0;top:6.58642578125rem;left:2.03125rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-form-header {  }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:27.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(142,171,255,0.15);border-left:0.0625rem solid rgba(142,171,255,0.15);border-right:0.0625rem solid rgba(142,171,255,0.15);border-bottom:0.0625rem solid rgba(142,171,255,0.15);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:27.1875rem;box-sizing:border-box;height:2.5rem;color:#606277;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:.7; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-text {padding-top: 0; padding-bottom: 0;}#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(142,171,255,0.15);border-left:0.0625rem solid rgba(142,171,255,0.15);border-right:0.0625rem solid rgba(142,171,255,0.15);border-bottom:0.0625rem solid rgba(142,171,255,0.15);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:27.1875rem;box-sizing:border-box;height:4.375rem;color:#606277;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:.7; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-select { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(142,171,255,0.15);border-left:0.0625rem solid rgba(142,171,255,0.15);border-right:0.0625rem solid rgba(142,171,255,0.15);border-bottom:0.0625rem solid rgba(142,171,255,0.15);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:27.1875rem;box-sizing:border-box;height:2.5rem;color:#606277;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:.9; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-select {padding-top: 0; padding-bottom: 0;}#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#522286;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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:5.4375rem;margin-bottom:0.25rem;margin-left:5.4375rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#ffffff;width:16.3125rem;height:3.75rem;font-family:montserrat;overflow:hidden;line-height:1.3;box-shadow: none; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd [class*="-text"]:-moz-placeholder { color:#606277;font-family:montserrat;font-size:0.875rem; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd [class*="-text"]::-moz-placeholder { color:#606277;font-family:montserrat;font-size:0.875rem; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd [class*="-text"]:-ms-input-placeholder { color:#606277;font-family:montserrat;font-size:0.875rem; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd [class*="-text"]::-webkit-input-placeholder { color:#606277;font-family:montserrat;font-size:0.875rem; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .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:montserrat;line-height:1.8;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.9375rem;overflow:hidden;font-style:normal;float:none;text-align:left;text-align-last:left; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .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; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-container:first-of-type{padding-top:0;}#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-container:last-of-type{padding-bottom:0;}#A0H67XAtud87SF6A90il60MKfgrCwyCd  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.375rem;left:0.75rem; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.1875rem;display:block;vertical-align:top; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.1;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd {display:block;}#A0H67XAtud87SF6A90il60MKfgrCwyCd { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.375rem;left:0.75rem; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #zD2MGXcnvcZWP9u2We4IT7CFCbR7Lf3H { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #SduCT0pv5eWWMGGrZMQnVbXm4mEFAVsC { position:relative;display:none; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #sMCW4IfzV83tL0uLZxglagrd48HGVhGm { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #wkFHFmO3hoEoxC3sERhGH2iVTTSEEpgO { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #KEdIVbS3iTqxbrTZ1TKh2AlFuKgZPSC7 { position:relative;display:none; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #RAHmimbDiG5hKVfRA1HWtTs69HoV2NvT { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #Xkd6SVIiQdTf67QTk9JlrNbKkurmdMBo { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #na7MZZLZWJKTIPrFGOJCk5iEV4l63QyR { position:relative;display:none; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #Feu9A7mlpUEG0Q2A2WiiymicfIZi613I { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #zEknV7MuLt4rgnHlz2IQ9MhezxbyfbkH { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #AzPoHky91OM3tngLd7FCkNhW3AlD7eSb { position:relative;display:none; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #KcDD8v6nHGVdhnzyZfn6INhB3To2Wh6s { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #spgxmC73KCoQee2O3WOb4gMauy3fWvWE { position:relative;display:block;z-index:15000; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #xP5MedIMNPeE3swkB9uv9b0L1mxNE49N { position:relative;display:block;z-index:15000; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #dGmMytr8HK0AbGKztw2aF94e8NPnliQh { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #ykDKuKpfC93yNqz8vkbFr1KLIAMCsBD2 { position:relative;z-index:2; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #hmQzTOGEGBWsztrl0rPNeah1knyHzJPV { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #kbamElF2psck5XwBFkRsqUs9yHpiHtoh { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #Cdyi707MgiBMitfWk9vTF1Jsi4ETvQ69 { position:relative;z-index:2; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #SJhgi2bsNqbkU3yEJczDlRgxX9a1GEbv { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #GEbUDHwp6xE9OOsTPFSEAJK0qdPZJm0S { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #J3zWXpEhzQ0q6Nf7XUglTIflOFwoWrA5 { position:relative;z-index:2; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #efqqc1CDZ9eX5sy61SpNSusha55qTzyM { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #m5txd6tGdrh5KZxQrqvuvukKy3y4efXh { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #zByiHIFJf6I9yFiZpC5fJTtX4eTzU1S5 { position:relative;z-index:2; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #rne4J0PUaw2E1W9kJMSqW01JaoV4hWh7 { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #oLvlcpA66Dd1ReuznPv65893rDmwHtUg { position:relative; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd #LkDXdKRUXfcf7WCnRrIe1sw4UUQ7Dbez { position:relative; }
#qAwnnwWRLoBH0DT6Llv5aiNUNNMdGT55 { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.8125rem;left:36.4375rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F3NIyGPk0I6u4kmM6s3M3VArTKXthltI { color:#522286;display:block;width:38.5625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.1875rem;left:36.4375rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ut6lCTk0Ng8cdpen989n9NLQfBBD6dKD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.4375rem;left:36.4375rem; }
#UzB9gHhA1M4wm21xoHSbKTVub8nbfs3R { color:#000000;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.6875rem;left:36.4375rem;height:6.499rem;display:block; }
#kHUh5CF2sqeeeRVKEnGySTbFV153dFqy { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.1875rem;left:36.4375rem;height:3.9rem;display:block; }
#rXcQUSlo5pqfeB9PXvgHTVTUfEseXug0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:19.75rem;left:36.4375rem; }
#sU5pZAr1qz6k28gImvZTckOcto7wurDF { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.1875rem;left:55.6875rem;height:3.8994125rem;display:block; }
#p1TzbGes2GxcXt2XxRGTuu0eefsUpGfO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.6875rem;left:55.6875rem;height:3.8994125rem;display:block; }
#pTJWQDO3MOqDAMAs7TKSKshTXaamD7M9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.4375rem;left:55.6875rem; }
#FXQMCWz1kq0W4tJAZwv0T7ys9TgkEwmX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:19.75rem;left:55.6875rem; }
#XBMhqzHol8QmTnKZSUQVOACz6NktDfT6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.624025rem;width:3.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:30.875rem;left:36.4375rem; }
#tspvNkJgMVifOtfUfsuTpvT0F2C2vCDo { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:35.875rem;left:36.4375rem;height:3.9rem;display:block; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#522286;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.3125rem;left:5.375rem;z-index:15035; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #GCJvKtwd60RHVxcG5aoqga4Gw2bCgBEp { display:flex;position:relative;top:0rem;left:0rem; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #xuEEdkzAIpUd4OZbNr9LPrSVbnt2d4Ap { width:auto; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #voTxx1naS8qEn8iAToGBH4qZFPxp2oaM {  }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #TgSarCuuXg4GFzWhoITozAzJVcbiad0z { display:flex;position:relative;top:0rem;left:0rem; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #y8PF6cooTpeKBOtKflOLiHMJcTEasfNc {  }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #lsQBrE7oIEXr9B2qHJ7ZKxhUiDTBTSzf {  }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #gyoR66qwwheoD7NxMSRb5GBzlHvyCier { display:flex;position:relative;top:0rem;left:0rem; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #SU5gT0QqkV8bg7K65a6wn55tIgplXQpF {  }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #Bge2aU5lRzNTxOTkR8s4zpvcC7UAJRc4 {  }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #oc1bUo7J0J3IChrtd56HL4f07nd1vskt { display:flex;position:relative;top:0rem;left:0rem; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #lquSCusGaW783PuMTs7sef0o1EksB3u5 {  }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #t89r2dzKwCvQ8T79GPrFGolzExOSlLl2 {  }
#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1d39;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; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row .container { background-color: transparent; background-image: none; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row .container > .video-iframe-container { display: none; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row > .video-iframe-container { display: none; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .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); }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row .container { border-width: 0; border-radius: 0; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row .container { font-size:0.875rem;font-family:arial;height:112.8125rem;width:75rem;position:relative;display:block; }#spqQtaeieoH6utdO5ZxcNWZnXeWIt90B { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15070;line-height:1.2;letter-spacing:0;top:62rem;left:2.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#woAcyrs3GCFQ828kzpHMFpNOyKz6oxlb { color:#ffffff;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:59.875rem;left:2.3125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kye1pVJqc3afMU1Nnk3WufgVEi99qUOc { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.5625rem;width:30.5625rem;top:36.25rem;left:42.125rem;display:block; }
#DTWIZyr7uxmUvg2JDmetlILslIIi4X1K { color:rgba(0,0,0,0.85);display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15076;line-height:1.5;letter-spacing:0;top:37.5625rem;left:44rem;height:27rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nQgphqK1oMu7xetdIOJtrJ2T9DwK35MH { position:absolute;display:block;z-index:15086;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:20.625rem;width:15.6875rem;top:37.75rem;left:3.0625rem;overflow:hidden;display:block; }
#zrLDTMeTLgv5ZFEH6Q7fvzoqZAU6hZKh { color:rgba(164,136,197,0.85);display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:44.25rem;left:23.375rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yBtyxlystv5suNxdoA1noOQT2Cd4tLRf { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.5625rem;width:30.5625rem;top:73rem;left:42.125rem;display:block; }
#DDH5xo4F27PxoUCvDUO4r78ZdMFwlIC2 { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15082;line-height:1.2;letter-spacing:0;top:98.4375rem;left:2.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#xwSutWL7FlgLm42KR04Bei7qqiy6rgut { color:#ffffff;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:96.5rem;left:2.3125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GwLbfM5eA5FyvBfDkycIFSxGACI01No1 { color:rgba(0,0,0,0.85);display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15088;line-height:1.5;letter-spacing:0;top:75rem;left:44rem;height:25.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mERxmkiN8HpxGXU9h9RNLwzqKWSJGKTP { position:absolute;display:block;z-index:15098;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:20.625rem;width:21.5625rem;top:74.25rem;left:3.4375rem;overflow:hidden;display:block; }
#p4cCL7VRbgNTyMo3dZmSt3oXFGGzgzPu { color:rgba(164,136,197,0.85);display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15085;line-height:1.5;letter-spacing:0;top:82.5rem;left:23.375rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RFbq3Kih9eW4wKz0MDgV8k0lN3HCgo88 { position:absolute;display:block;z-index:15092;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:20.625rem;width:17.8125rem;top:4.9375rem;left:3.0625rem;overflow:hidden;display:block; }
#rJ0MrrTQX78y6tPtpNxxViO7wAig2uzm { color:rgba(164,136,197,0.85);display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15079;line-height:1.5;letter-spacing:0;top:9.25rem;left:23.375rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XHksRODf7z4rm4wkDtJGJecXL02Il5vu { color:#ffffff;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:27.0625rem;left:2.3125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sT8aA8wJLPEl8qkE0gpnU7eMeub5tVAf { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15076;line-height:1.2;letter-spacing:0;top:29.1875rem;left:2.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#BUaTA0NPMa98fHPWnEx3ILVhnh7tZS6o { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.1875rem;width:30.5625rem;top:8.6875rem;left:42.125rem;display:block; }
#PIGE9d9IoUN7sq8rv3koUxmnQoOLdicn { color:rgba(0,0,0,0.85);display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15082;line-height:1.5;letter-spacing:0;top:10rem;left:44rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zgDOWip510IZ3zbAzHLtVxmGHRJ29NOX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffff9;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:none; }#zgDOWip510IZ3zbAzHLtVxmGHRJ29NOX > .row .container { border-width: 0; border-radius: 0; }#zgDOWip510IZ3zbAzHLtVxmGHRJ29NOX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zgDOWip510IZ3zbAzHLtVxmGHRJ29NOX > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:none; }#RJsNM9mC6lVVPPzOizZc8i9zQudaRixs { color:#26265b;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.65625rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVlk3WhbXRR3Mb5AptiRaK4CiPlpIbse { position:absolute;display:block;z-index:14996;background-color:#1f315f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:34.375rem;display:block; }
#uPkgfttAy8TB1TqlmVRJW2JQeMQQurIW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffff9;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:none; }#uPkgfttAy8TB1TqlmVRJW2JQeMQQurIW > .row .container { border-width: 0; border-radius: 0; }#uPkgfttAy8TB1TqlmVRJW2JQeMQQurIW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uPkgfttAy8TB1TqlmVRJW2JQeMQQurIW > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:none; }#XOqwSm0Wrd6dmNWGeK8T4aWeGawJaOgt { color:#26265b;display:block;width:0.81227022409437rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.71806335449219rem;left:12.620634078979rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sRA2NgpTII9zuDCvV81v0tC0K2HsCdnk { position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.011032104492188rem;left:10.998390197754rem;display:block; }
#OxlckkxO2i0aqlFNlTgFJwmXTNtkZ2v6 { color:#002825;display:block;width:52.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.0927734375rem;left:18.185546875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TtNyQ0QC4inrvvAaGvnzzmS0uDqZJGlq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffff9;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:none; }#TtNyQ0QC4inrvvAaGvnzzmS0uDqZJGlq > .row .container { border-width: 0; border-radius: 0; }#TtNyQ0QC4inrvvAaGvnzzmS0uDqZJGlq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtNyQ0QC4inrvvAaGvnzzmS0uDqZJGlq > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:none; }#hGtTuDU87uNEl8Rs8XF4mZCf87HFaEqi { color:#002825;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:18.1201171875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aDohWIOybVvX0HGWVTCJa6fpSX3pCLzi { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.125rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JbPaH97aKALST3psd1PBsfLmGJ7HFzhH { position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0rem;left:11.0625rem;display:block; }
#sdD9GaVHHsISfa0NlrkPDXMikIxPMmUK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffff9;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:none; }#sdD9GaVHHsISfa0NlrkPDXMikIxPMmUK > .row .container { border-width: 0; border-radius: 0; }#sdD9GaVHHsISfa0NlrkPDXMikIxPMmUK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdD9GaVHHsISfa0NlrkPDXMikIxPMmUK > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#yZyZhD7v3baTELCHXw4Rx81MLQT5fzQg { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EJ3i6zOU2MCTfoPILK4mCcbLJeUN1m1L { position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0rem;left:11rem;display:block; }
#rLLgVsJJUz7Keleo01iJv9hHTli3ef39 { color:#002825;display:block;width:49.2480625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:18.12109375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m5t6m3ufA6FXyJ8ZvW1NIs7iN8ZZXuOn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffff9;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:none; }#m5t6m3ufA6FXyJ8ZvW1NIs7iN8ZZXuOn > .row .container { border-width: 0; border-radius: 0; }#m5t6m3ufA6FXyJ8ZvW1NIs7iN8ZZXuOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5t6m3ufA6FXyJ8ZvW1NIs7iN8ZZXuOn > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:none; }#o3gvFXErzRqWkse4zqidTpBhuh9Mc5Cb { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CRqisQ9dcUJDJd1fxXqyxId1NNltEUOy { position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0rem;left:11.0625rem;display:block; }
#DeBPMHUdbUrgagNc5puA11vWTEtPQVXF { color:#002825;display:block;width:49.2480625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0.9375rem;left:18rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#USLTs2HT9nBnHcHvCK8NyWt1ui0ufwXU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffff9;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:none; }#USLTs2HT9nBnHcHvCK8NyWt1ui0ufwXU > .row .container { border-width: 0; border-radius: 0; }#USLTs2HT9nBnHcHvCK8NyWt1ui0ufwXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USLTs2HT9nBnHcHvCK8NyWt1ui0ufwXU > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:none; }#ZbRTG1nncUXX62auicn4piLpacGSQ4CW { color:#002825;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:1.875rem;left:18.125rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F5VO8FCzMg2hNWmxeuxdtRnTca0WR9e4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.625rem;width:7.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.875rem;left:9.8125rem; }
#sqy6vCm1kTh2GTbN1lNSynfIMooDocV6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.625rem;width:7.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.8125rem;left:9.8125rem;display:none; }
#IUxBE4LWfbIbKzD83y07kb0AIsv5kPAN { background-color:#d7af87;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0f2150;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:8.5rem;left:28.125rem;display:block; }
#QkfNdufMTz4DtnADh4Tr5Nwxs9lZVbCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJxMK9Mysa5s8vDGGDcni9wueyxykErO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfafb;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; }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row .container { background-color: transparent; background-image: none; }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row .container > .video-iframe-container { display: none; }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row > .video-iframe-container { display: none; }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .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); }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row .container { border-width: 0; border-radius: 0; }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:75rem;position:relative;display:block; }#qLNZqqvxB8u3fd1G0TSJgZKuO7Aemy1E { color:#002825;display:block;width:58.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:12.1875rem;left:10.4375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vqy4KpqPRLrn4CHPt1PEBc6N2w8rWUWw { color:#0d1d39;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:9.1875rem;left:10.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umBKJi6cpsSB3IyCpwGJTEAIAp27Duxp { color:#522286;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:14.987504959106rem;left:10.436718940735rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I3SopoefIVw7GhRpBiTu3KFo9D80o8Is { box-sizing:content-box;height:12.6875rem;width:12.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15077;background-color:#fffef1;background-image:none;top:20.1875rem;left:102.03125rem;display:none; }
#eyqV3vasA0aPAyCp5ESfahoQm669mvro { color:#00021c;display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:3.5625rem;left:24.5rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFrq3eJmfSWRwV3y3KeJTcFQDZXSW7lO { box-sizing:content-box;height:7.625rem;width:0.9375rem;position:absolute;display:block;z-index:15099;background-color:#522286;background-image:none;top:9.5625rem;left:8.59375rem;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:block; }
#anIrLXzZt45sOtnFZSGsq1TTSCCo4nHO { color:#002825;display:block;width:57.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:17.237504959106rem;left:10.436718940735rem;height:25.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W0GdxitCsvx6neU3M6qWIXmUrDGgTQiF { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15108;background-color:#522286;background-image:none;top:44.4375rem;left:10.1875rem;display:block; }
#aeg08953AIzcL7kkNSJNdgkJNHqXas0i { color:#002825;display:block;width:55.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:43.875rem;left:12.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pvspkGwUFgDbwTR99QPabtQfDVsxwS6L { color:#002825;display:block;width:57.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:48.5625rem;left:12.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NND2hwSVtMgyGH4EcPO0n3LveJJQLE8Q { color:#002825;display:block;width:57.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:51.0625rem;left:12.125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hTz3zeWoxVnTuFx0daFvl7xKr1T36aBf { color:#002825;display:block;width:57.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:46.25rem;left:12.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HiT5fnpHvHtTucDKyCP1xxdTbThMkP4V { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15110;background-color:#522286;background-image:none;top:46.8125rem;left:10.1875rem;display:block; }
#W774vHEdaBdt9BwLPaaINtDqIv6FlnhR { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15112;background-color:#522286;background-image:none;top:49.125rem;left:10.1875rem;display:block; }
#G4z35d6DPDE33LaATP9wdN2I8IA4gSEp { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15114;background-color:#522286;background-image:none;top:51.625rem;left:10.1875rem;display:block; }
#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfafb;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; }#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F > .row .container { background-color: transparent; background-image: none; }#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F > .row .container > .video-iframe-container { display: none; }#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F > .row > .video-iframe-container { display: none; }#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F > .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); }#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F > .row .container { border-width: 0; border-radius: 0; }#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#do8d39IMapw4kEaTIpBHQvfI8bPXnmWg { color:#002825;display:block;width:58.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:3rem;left:10.4375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JBGcA7TWIC43h676o0Ti3mPKpiAri2Mi { color:#0d1d39;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:0rem;left:10.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mqe8iZsaNGItSNT3ctedTZJI7153s3hx { color:#522286;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:5.8125rem;left:10.4375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Upz848B3i458xGdK1KDTrGuawoWH0n3u { box-sizing:content-box;height:12.6875rem;width:12.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15077;background-color:#fffef1;background-image:none;top:20.1875rem;left:102.03125rem;display:none; }
#NU9HIQBD6r4ytb2GL8DXUBM7TgBcd0qV { color:#002825;display:block;width:57.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:9rem;left:10.4375rem;height:17.31640625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MEx5zKA0R6qC4enQFImnwKUX6U7f1dFb { box-sizing:content-box;height:7.625rem;width:0.9375rem;position:absolute;display:block;z-index:15099;background-color:#522286;background-image:none;top:0.375rem;left:8.59375rem;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:block; }
#h2nS5Mt6f8agImxmOWtIG2GJIVt94bBZ { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15100;background-color:#522286;background-image:none;top:28rem;left:8.5rem;display:block; }
#vchqTVE25QnIlszwzwGUN7m2NZamQ6uq { color:#002825;display:block;width:55.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:27.4375rem;left:10.4375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qW2IZPepKG1KCTx4SrOqPN0N3BJ0Tpnb { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15102;background-color:#522286;background-image:none;top:32rem;left:8.5rem;display:block; }
#iUe27hil6vTCPeCImTtkxa8UH5Pl1872 { color:#002825;display:block;width:57.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:31.4375rem;left:10.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xItGVs5uP13fboCdddU79vONN6ELqX31 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15104;background-color:#522286;background-image:none;top:34.5rem;left:8.5rem;display:block; }
#JMTm1GNQKwvOgfTwnmehhQl8SCofFXF3 { color:#002825;display:block;width:57.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:33.9375rem;left:10.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QhOuBkSTwk7cz2N7pHBbkoFa7e6MUASk { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15106;background-color:#522286;background-image:none;top:37rem;left:8.5rem;display:block; }
#xioe4dVkA2f7ZqzDEsk2IRGltnekV2AF { color:#002825;display:block;width:57.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:36.4375rem;left:10.4375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qu7z6ECmXhIcpbN0qSKb5Ub8xv7fu5R2 { color:#002825;display:block;width:60.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:40.9375rem;left:8.59375rem;height:4.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfafb;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; }#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF > .row .container { background-color: transparent; background-image: none; }#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF > .row .container > .video-iframe-container { display: none; }#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF > .row > .video-iframe-container { display: none; }#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF > .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); }#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF > .row .container { border-width: 0; border-radius: 0; }#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;position:relative;display:block; }#h2hdfPnTApuoJWhpmuX7Wk8uEcgDNKTc { color:#002825;display:block;width:58.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:3rem;left:10.4375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AJmh7MpSRWD7KWztwmO81NvWPZTr8OZE { color:#0d1d39;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:0rem;left:10.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kCNBvaypzONPGZHPufGqrTXdGc6OKTt7 { color:#522286;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:5.8125rem;left:10.4375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gfdaFZrUskN75sKZRPX8uWLZnqT4xa7e { box-sizing:content-box;height:12.6875rem;width:12.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15077;background-color:#fffef1;background-image:none;top:20.1875rem;left:102.03125rem;display:none; }
#zzPzUr0e8tKNNRuggpRdJtGrWT5S0AIU { color:#002825;display:block;width:57.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.25rem;left:10.4375rem;height:25.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Oy3WG06LbifKACgfFyXGDFyxK0K13fHb { box-sizing:content-box;height:7.625rem;width:0.9375rem;position:absolute;display:block;z-index:15099;background-color:#522286;background-image:none;top:0.375rem;left:8.59375rem;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:block; }
#BAGgK9iMLXlQ6JqJmkhT6VRUSaRfaMiP { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15100;background-color:#522286;background-image:none;top:37.125rem;left:8.5rem;display:block; }
#mouJZVpGFo2CuIzAOORwDfHTGp4S7Dux { color:#002825;display:block;width:55.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:36.5625rem;left:10.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W1oMADpHBHtbiN15zIxzyfdCSvbKewxz { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15102;background-color:#522286;background-image:none;top:39.375rem;left:8.5rem;display:block; }
#UiM5BeH91KNSeptPwoZvnwvCdHBWPQk6 { color:#002825;display:block;width:57.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:38.8125rem;left:10.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GuIMxWWowkWk5HriyvASf8n9576iCZ3n { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15104;background-color:#522286;background-image:none;top:41.625rem;left:8.5625rem;display:block; }
#xBtw6Ra0kfBU3mVs1RD1kH49rWbLl6X7 { color:#002825;display:block;width:57.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:41.0625rem;left:10.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b646a30-5dc8-4dd5-a201-22d65ea04e39/Clippathgroup.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA.adaptive-delivery-prevent-bg, #ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA.lazyload, #ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA.lazyloading { background-image: none; }#ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA > .row .container { border-width: 0; border-radius: 0; }#ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA > .row .container { font-size:0.875rem;font-family:arial;height:75.6875rem;width:75rem;position:relative;display:none; }#wsQ9qXyTe6eTKRuxGqoRI9nnERtzzQay { color:#002279;display:block;width:18.4980625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:14977;line-height:1.3;letter-spacing:0;top:0.8125rem;left:28.46875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttI5ITPaIhcf4XhXQtyuFvyQ6T0NQINN { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.8837890625rem;left:37.529296875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Cvy8oxuKXDTbKBn5My9LVbwvFTcZZauq { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.4375rem;left:22.0625rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#FCzrHiuThF0QlzHOslw0abH2Tn9Gnttx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.1875rem;left:22.25rem;height:2.2734375rem;display:block; }
#GgmKPEA6MhOt8WUJNa0udPS1OEab0GLD { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.625rem;left:22.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#iNilnelhnimU3a1Fwga3lDt57c2y1vf7 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:28.625rem;left:37.529296875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#P5PeNdgZAK3EhWlBgkLrv0LcXsvuEFlb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:28.177734375rem;left:22.0625rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#HM8WS6ImXeLxnx3hnH7fGyiaWnKAnChh { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:32.6875rem;left:22.3125rem;height:3.41015625rem;display:block; }
#KqXFLKcMO807TAHdQo8mPwksy7rD5z6Z { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:31.125rem;left:22.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#STTJZwcrNLXVExetTkGzoZvH3S41zXKh { background-color:transparent;background-image:url("https://images.assets-landingi.com/nQ6xZCuT/information.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:50.5625rem;left:12.5625rem;display:none; }#STTJZwcrNLXVExetTkGzoZvH3S41zXKh.adaptive-delivery-prevent-bg, #STTJZwcrNLXVExetTkGzoZvH3S41zXKh.lazyload, #STTJZwcrNLXVExetTkGzoZvH3S41zXKh.lazyloading { background-image: none; }
#rRUdLmkec6l0QWhK5TbK9y19C99QKa2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6gdz44125gnmGdQaLCdsZk35o17lSRc { background-color:transparent;background-image:url("https://images.assets-landingi.com/nQ6xZCuT/information.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#191919;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:62.625rem;left:13.1875rem;display:none; }#C6gdz44125gnmGdQaLCdsZk35o17lSRc.adaptive-delivery-prevent-bg, #C6gdz44125gnmGdQaLCdsZk35o17lSRc.lazyload, #C6gdz44125gnmGdQaLCdsZk35o17lSRc.lazyloading { background-image: none; }
#SJecOB3dnKvmBsC2b3oTKq5DBaxQZGms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xH48wouXOE9A4hmQglKC6LJPx7i76hwe { position:absolute;display:block;z-index:15019;background-color:#002279;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.1875rem;top:18.1865234375rem;left:9.375rem;display:block; }
#f0pq4he3OE8k4oTWmtic2Pvt4vbktmQ2 { position:absolute;display:block;z-index:15046;background-color:#002279;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.0625rem;width:1.0625rem;top:17.6875rem;left:8.9375rem;display:block; }
#Or3LWXGU0O7Ipuc9sgU51NlXFhyx6nBD { position:absolute;display:block;z-index:15047;background-color:#002279;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.0625rem;width:1.0625rem;top:30.1875rem;left:8.9375rem;display:block; }
#ECtczFNQppAF5CFoLhz7mcQp5C83zrPC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:56.2939453125rem;left:22.5625rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#rP65sLJIWruqiBzeNAIHyam4e2SSde7J { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:60.4873046875rem;left:22.6875rem;height:1.13671875rem;display:block; }
#C6z5X7qZQNLwcIMyQgziK02ngUKGIsZr { color:#317fbf;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:59.1875rem;left:22.6875rem;height:0;text-align:left;text-align-last:left;display:block; }
#blN5FX8Im9H7pS0nTq6xQSL3rFt7xoT4 { color:#000000;display:block;width:29rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:57.125rem;left:37.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#f0l0sQLB1deQzb5I2Cbvf9Em03UzWst9 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:42.9375rem;left:37.625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#DvU0mohbcFV8q04HAJhM4MTfEVasBekt { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:46.4375rem;left:22.3125rem;height:2.2734375rem;display:block; }
#SNnUey0Qt8n7aSopuQuErpX6xLEBatae { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:44.875rem;left:22.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#VN6EHNIM0SrmDJQvEf9sdOJrRfdZaU1i { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:42.1064453125rem;left:22.15625rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#IoB46eL4eyiTkhia1xG7mtmGSNfwgBDS { background-color:#002279;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:68.9375rem;left:23.75rem;display:block; }
#DxI10OKXNH2c26nkLt0Gl77Qm7UbpKn5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJENFIulguSShTm88PSvZWQebD1qIc78 { position:absolute;display:block;z-index:15053;background-color:#002279;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:4rem;left:31.25rem;display:block; }
#wZZBN27riQ6vT7RL6SrBJ5BzxzX0W9mi { position:absolute;display:block;z-index:15054;background-color:#002279;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:17.6875rem;top:7.3125rem;left:28.875rem;display:block; }
#l36elrOvdJmImi2aGRC3pxGzlc9viTIr { position:absolute;display:block;z-index:15022;background-color:#002279;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.125rem;top:29.3125rem;left:9.4078282828281rem;display:block; }
#Kro975unpTB004RyHzV5Pzg6AGADwfgb { position:absolute;display:block;z-index:15049;background-color:#002279;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.0625rem;width:1.0625rem;top:43.875rem;left:8.9375rem;display:block; }
#kCfOIvpDVTQKCsu5tTlWz08OR1vdt7vP { color:#002279;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.25rem;left:9.5rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#uPzVx1rD5PrneSQbnontRVTsTTZlMgW7 { position:absolute;display:block;z-index:14985;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:7.5625rem;top:52.740234375rem;left:12.0625rem;overflow:hidden;display:block; }
#cF5OHVC8H1ubRd7E1zUzITqI44VK5ZyX { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.7);border-left:0.0625rem solid rgba(0,0,0,0.7);border-right:0.0625rem solid rgba(0,0,0,0.7);border-bottom:0.0625rem solid rgba(0,0,0,0.7);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:46.4375rem;left:37.529296875rem;display:block; }
#Jhbmg1I6dlRJMxa6sb9J923NFCveuIP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfAcM68zRyD2t7QGI9TEKpHdlSTlFEO3 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.7);border-left:0.0625rem solid rgba(0,0,0,0.7);border-right:0.0625rem solid rgba(0,0,0,0.7);border-bottom:0.0625rem solid rgba(0,0,0,0.7);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:60.5927734375rem;left:37.529296875rem;display:block; }
#T1lOkeBN5CkAko4EsKAde8BdTDXlXvVe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MfzbAKafP2p3rPfHnTuefooeEGQKdrwF { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.7);border-left:0.0625rem solid rgba(0,0,0,0.7);border-right:0.0625rem solid rgba(0,0,0,0.7);border-bottom:0.0625rem solid rgba(0,0,0,0.7);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.1875rem;left:37.529296875rem;display:block; }
#uQIWP4ZB4kDHuWaK2FpL9W0kml8mQUMZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#II86ZKkGkrDTBETdtUiUArIogId8URSp { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.7);border-left:0.0625rem solid rgba(0,0,0,0.7);border-right:0.0625rem solid rgba(0,0,0,0.7);border-bottom:0.0625rem solid rgba(0,0,0,0.7);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.625rem;left:37.529296875rem;display:block; }
#hzOvGNfmg2ur2Hg3ssiQNlRTlX3zEV2V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vuv5dDaR7x16DaemJVngr73pNz1iFwge { position:absolute;display:block;z-index:14986;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:7.5625rem;top:26.53515625rem;left:11.90625rem;overflow:hidden;display:block; }
#NHCcvxVyUIMEsf5ZHBTUx3Ai93MRqx3f { position:absolute;display:block;z-index:14987;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:7.5625rem;top:13.40625rem;left:11.90625rem;overflow:hidden;display:block; }
#VSnrZRtMmXlow2T817JfqOgaN6OT9JE8 { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:7.5625rem;top:39.5625rem;left:12.0625rem;overflow:hidden;display:block; }
#ThtUwxrfWf4Wbr90HB3EatzcIgWHJApk { color:#d42244;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:54rem;left:24.96875rem;height:1.8681625rem;text-align:left;text-align-last:left;display:block; }
#brRX0Z3Twy4f5Se1A4ZwK3eoNQkmTIgR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:59.2060546875rem;left:22.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#uPWGRa05LGKQrQvLXNTn75WnkD859p0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfafb;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; }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row .container { background-color: transparent; background-image: none; }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row .container > .video-iframe-container { display: none; }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row > .video-iframe-container { display: none; }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .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); }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row .container { border-width: 0; border-radius: 0; }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#VTdmXZlWkNNZ9uUxcB8QrXvzmPU558Do { color:#4e4e80;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:13.3125rem;left:1.34375rem;height:3rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#v2o1Sn1vVDVV0iTzyLlTVBoXWrthgvW8 { color:#4e4e80;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:20.25rem;left:5.8125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#fBFy9aLZ5RbvllB89kF154DMWU6btV1N { position:absolute;display:block;z-index:14989;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:8.1875rem;top:0rem;left:103.96875rem;overflow:hidden;display:none; }
#f33NEWIsQxTGpTR3aqAfoN4k5Rr4x3Jg { color:#4e4e80;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:21.9375rem;left:47.5625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#R4raeMHVH6AVtcXVQZWisgxh9O5ZEfnD { color:#4e4e80;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:12.375rem;left:38.3125rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#A79x7cknuvDNH5RdVpP96ot1Gv22uEx0 { color:#4e4e80;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:11.75rem;left:17.0625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#mSQFLSGvGuK9BLIFIcoeE9K51mAkxnSF { color:#4e4e80;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:21.9375rem;left:26.875rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#TudabiygliGOP42LqvefW8O17GCtU1ii { color:#4e4e80;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:13.3125rem;left:59.1875rem;height:3rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Tx7S9DqxIlK1HapDHSJrpTmmTlfgPGkT { color:#4e4e80;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:20.25rem;left:65.3125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#IyixveMRWOW5npZnJb0Nt1XELTFeFmdC { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.8125rem;width:15rem;top:10.3125rem;left:0rem;display:block; }
#qR4filEAuNS2SqO0Pu5prWzLZ9aWRdFT { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.625rem;width:19.4375rem;top:10.3125rem;left:16.0625rem;display:block; }
#LE2sT8otSuZoU2v9zut5W3K9F02mcaVg { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.8125rem;width:16rem;top:10.4375rem;left:57.3125rem;display:block; }
#xDXKJw0Tt9pkT1p5rT99oHavKTu1x3nN { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.1875rem;width:17.6875rem;top:10.4375rem;left:37.1875rem;display:block; }
#oMmRKfhNy022zpyGR8CWfTplRHgTdDyq { color:#26265b;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.9375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oX4aSqIx6nqib5wHApnxJxzwFbBZuAPG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:8.6875rem;left:10.59375rem; }
#bTt9aC9cE5NpKMegeNEaQy6XiuHIfdzE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:8.6875rem;left:30.90625rem; }
#oEsTdkCL1oIfsyB7wn5NmOx8uDpnUIbF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:8.6875rem;left:50.1875rem; }
#SUlhDCHFrO9WXiQE01kcm7GCD4wzwEpf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:8.6875rem;left:68.6875rem; }
#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b646a30-5dc8-4dd5-a201-22d65ea04e39/Clippathgroup.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx.adaptive-delivery-prevent-bg, #XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx.lazyload, #XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx.lazyloading { background-image: none; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row .container { background-color: transparent; background-image: none; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row .container > .video-iframe-container { display: none; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row > .video-iframe-container { display: none; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .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); }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row .container { border-width: 0; border-radius: 0; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row .container { width:75rem;height:20.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#BSPIaO7ZFuP2nipu6bneRakpyIfiiXHG { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:1.9140625rem;left:8.5625rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AtogM5QHDJIWKCIwNXQK6L1eAL09XL0I { display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4338073730469rem;left:22.4375rem;height:;font-style:italic;text-align:center;text-align-last:center;color:rgba(0,0,0,0.85);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.0625rem rgba(000,000,000,0.4) ;color:#522286;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.33203125rem;left:27.875rem;z-index:15001; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #umlOsSVFGSXNbE9y3Nrc9NGZparJI8M5 { display:flex;position:relative;top:0rem;left:0rem; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #Z2P7hgGzBT0XT3gaylic8BA5NhTvJOn4 { width:auto; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #i0lN8NnpguxGVGGq4axltIJQDIa04LTZ {  }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #mxgT98qlwSsvxwf2099rpk8FeXtEMnsR { display:flex;position:relative;top:0rem;left:0rem; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #qPciHRU1VJIatlnffXvUcfRKRVULDtpS {  }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #xIHXx23AZwCT7TvWKzTFwaHNvTxLGFoa {  }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #cyGqpAZsi3lAZKzvto0ruyTycA9NORzU { display:flex;position:relative;top:0rem;left:0rem; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #Ou0gfoBpNouoqWy0fTUkuN2fq6cUbhXx {  }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #EkmaG1SRNOH1AHrhoTZ9mlumOsLeGOke {  }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #LGGx2PBI6JuLy7Zzp3i0TPppJ6SvKqrV { display:flex;position:relative;top:0rem;left:0rem; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #CTVhrPmUZePVDc6xogLwB5vWSGSs6Ffb {  }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #oLuCygCfdXTKIlwo1xMMnENxDr8Tfdxg {  }
#OtRDEUpw7BPFZ3Pxp4iydN70VHJspVdr { background-color:#522286;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:16.25rem;left:30rem;display:block; }
#ZWiWiM9ZecrdONhFUawb8DgTQf2ix56P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b646a30-5dc8-4dd5-a201-22d65ea04e39/Clippathgroup.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL.adaptive-delivery-prevent-bg, #mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL.lazyload, #mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL.lazyloading { background-image: none; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row .container { background-color: transparent; background-image: none; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0d1d39; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row .container > .video-iframe-container { display: none; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0d1d39; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row > .video-iframe-container { display: none; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .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); }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row .container { border-width: 0; border-radius: 0; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row .container { width:75rem;height:8.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#waF5lO8Es12FfLIim4N2A5oHvyQoe5Tr { color:#ffffff;display:block;width:59.1875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.0625rem;left:7.125rem;height:4.22265rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 { display:block; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKPaqxvhxm28KCWyAeE0wWxwGX5hQTgM { top:7rem;left:0rem;width:18rem;height:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0b42fWdPyhEoh6vabTVEfWmBJEUp7Vv { top:32.375rem;left:0rem;width:21.1875rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFty3yXbVtWCqCnmhA4K65choa3ibfkR { top:6.75rem;left:4.375rem;width:8.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVwviqxA8FUAAEw1oUcmDDzuUIaorKgM { width:10.375rem;height:1.6875rem;top:30.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsBQTM78yZF89h10ab0esQDmvf1ZbD5m { width:27.25rem;height:4.9375rem;top:24.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZWyfdI5aEErF8OrpvvfpnLXdeGRE67g { top:7rem;left:8.3125rem;width:3.3125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaXf26w7tJXKFiQmbUJ1tig3p58fr2w6 { top:7.125rem;left:5.25rem;width:2.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb6HVkAqEPsnKksLX6zhThxxc9o2uFiZ { width:18.75rem;height:4.125rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNyAVqr9Jki0c2DFNf6bL0o68hh09nsu { display:block; }
 }@media only screen and (max-width: 763px) { #TRDTMktA9kVgvHl6DExPqaZZWcfr9Rvt { top:1.6875rem;left:0rem;width:17rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwvaX94vy0T93nCzLcdBctCCPIZM6Eig { width:31.9375rem;height:;top:11.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCSW0Foxlg69B26zqUkiot9LbMsuvCc2 { top:7rem;left:0rem;width:47.75rem;height:30.458068614994rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL { display:block; }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyQpN8N45kCLTOXuxBUnWN14POEBCQX8 { top:2.375rem;left:0rem;width:30.5625rem;height:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riz2H0dZZ3KiSpx6KmzQaDnwdEdq7qPs { width:27.125rem;height:4.75rem;top:6.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-regular-label { width:27.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-text { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-text {padding-top: 0; padding-bottom: 0;}#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-textarea { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-select { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-select {padding-top: 0; padding-bottom: 0;}#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.4375rem; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-checkbox-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd  { width:27.1875rem;height:auto;top:10.375rem;left:0rem; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .radio-container { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd {display:block;}#A0H67XAtud87SF6A90il60MKfgrCwyCd { width:27.1875rem;height:auto;top:10.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #zD2MGXcnvcZWP9u2We4IT7CFCbR7Lf3H {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #SduCT0pv5eWWMGGrZMQnVbXm4mEFAVsC { display:none; }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #sMCW4IfzV83tL0uLZxglagrd48HGVhGm {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #wkFHFmO3hoEoxC3sERhGH2iVTTSEEpgO {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #KEdIVbS3iTqxbrTZ1TKh2AlFuKgZPSC7 { display:none; }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #RAHmimbDiG5hKVfRA1HWtTs69HoV2NvT {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #Xkd6SVIiQdTf67QTk9JlrNbKkurmdMBo {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #na7MZZLZWJKTIPrFGOJCk5iEV4l63QyR { display:none; }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #Feu9A7mlpUEG0Q2A2WiiymicfIZi613I {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #zEknV7MuLt4rgnHlz2IQ9MhezxbyfbkH {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #AzPoHky91OM3tngLd7FCkNhW3AlD7eSb { display:none; }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #KcDD8v6nHGVdhnzyZfn6INhB3To2Wh6s {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #spgxmC73KCoQee2O3WOb4gMauy3fWvWE {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #xP5MedIMNPeE3swkB9uv9b0L1mxNE49N {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #dGmMytr8HK0AbGKztw2aF94e8NPnliQh {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #ykDKuKpfC93yNqz8vkbFr1KLIAMCsBD2 {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #hmQzTOGEGBWsztrl0rPNeah1knyHzJPV {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #kbamElF2psck5XwBFkRsqUs9yHpiHtoh {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #Cdyi707MgiBMitfWk9vTF1Jsi4ETvQ69 {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #SJhgi2bsNqbkU3yEJczDlRgxX9a1GEbv {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #GEbUDHwp6xE9OOsTPFSEAJK0qdPZJm0S {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #J3zWXpEhzQ0q6Nf7XUglTIflOFwoWrA5 {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #efqqc1CDZ9eX5sy61SpNSusha55qTzyM {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #m5txd6tGdrh5KZxQrqvuvukKy3y4efXh {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #zByiHIFJf6I9yFiZpC5fJTtX4eTzU1S5 {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #rne4J0PUaw2E1W9kJMSqW01JaoV4hWh7 {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #oLvlcpA66Dd1ReuznPv65893rDmwHtUg {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #LkDXdKRUXfcf7WCnRrIe1sw4UUQ7Dbez {  }
 }@media only screen and (max-width: 763px) { #qAwnnwWRLoBH0DT6Llv5aiNUNNMdGT55 { width:38.5625rem;height:2.375rem;top:1.8125rem;left:9.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3NIyGPk0I6u4kmM6s3M3VArTKXthltI { width:38.5625rem;height:2.375rem;top:4.1875rem;left:9.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut6lCTk0Ng8cdpen989n9NLQfBBD6dKD { top:8.4375rem;left:22.8125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzB9gHhA1M4wm21xoHSbKTVub8nbfs3R { top:12.6875rem;left:22.8125rem;width:13.25rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHUh5CF2sqeeeRVKEnGySTbFV153dFqy { top:24.1875rem;left:22.8125rem;width:13.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXcQUSlo5pqfeB9PXvgHTVTUfEseXug0 { top:19.75rem;left:22.8125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU5pZAr1qz6k28gImvZTckOcto7wurDF { top:24.1875rem;left:37.8125rem;width:9.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TzbGes2GxcXt2XxRGTuu0eefsUpGfO { top:12.6875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTJWQDO3MOqDAMAs7TKSKshTXaamD7M9 { top:8.4375rem;left:42.0625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXQMCWz1kq0W4tJAZwv0T7ys9TgkEwmX { top:19.75rem;left:42.0625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBMhqzHol8QmTnKZSUQVOACz6NktDfT6 { top:30.875rem;left:22.8125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tspvNkJgMVifOtfUfsuTpvT0F2C2vCDo { top:35.875rem;left:22.8125rem;width:13.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a { display:flex;width:18rem;height:5.0625rem;top:3.1875rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #GCJvKtwd60RHVxcG5aoqga4Gw2bCgBEp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #xuEEdkzAIpUd4OZbNr9LPrSVbnt2d4Ap {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #voTxx1naS8qEn8iAToGBH4qZFPxp2oaM {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #TgSarCuuXg4GFzWhoITozAzJVcbiad0z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #y8PF6cooTpeKBOtKflOLiHMJcTEasfNc {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #lsQBrE7oIEXr9B2qHJ7ZKxhUiDTBTSzf {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #gyoR66qwwheoD7NxMSRb5GBzlHvyCier { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #SU5gT0QqkV8bg7K65a6wn55tIgplXQpF {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #Bge2aU5lRzNTxOTkR8s4zpvcC7UAJRc4 {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #oc1bUo7J0J3IChrtd56HL4f07nd1vskt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #lquSCusGaW783PuMTs7sef0o1EksB3u5 {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #t89r2dzKwCvQ8T79GPrFGolzExOSlLl2 {  }
 }@media only screen and (max-width: 763px) { #oDeu3HZOu8nz24EVXsFz07NATTNxZVqz { display:block; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spqQtaeieoH6utdO5ZxcNWZnXeWIt90B { top:62rem;left:0rem;width:22.625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woAcyrs3GCFQ828kzpHMFpNOyKz6oxlb { top:59.875rem;left:0rem;width:16rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kye1pVJqc3afMU1Nnk3WufgVEi99qUOc { top:36.25rem;left:17.1875rem;width:30.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWIZyr7uxmUvg2JDmetlILslIIi4X1K { top:37.5625rem;left:20.9375rem;width:26.8125rem;height:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQgphqK1oMu7xetdIOJtrJ2T9DwK35MH { top:37.75rem;left:0rem;width:15.6875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrLDTMeTLgv5ZFEH6Q7fvzoqZAU6hZKh { top:44.25rem;left:9.75rem;width:15.1875rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBtyxlystv5suNxdoA1noOQT2Cd4tLRf { top:73rem;left:17.1875rem;width:30.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDH5xo4F27PxoUCvDUO4r78ZdMFwlIC2 { top:98.4375rem;left:0rem;width:22.625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwSutWL7FlgLm42KR04Bei7qqiy6rgut { top:96.5rem;left:0rem;width:16rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwLbfM5eA5FyvBfDkycIFSxGACI01No1 { top:75rem;left:20.9375rem;width:26.8125rem;height:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mERxmkiN8HpxGXU9h9RNLwzqKWSJGKTP { top:74.25rem;left:0rem;width:21.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4cCL7VRbgNTyMo3dZmSt3oXFGGzgzPu { top:82.5rem;left:9.75rem;width:15.1875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFbq3Kih9eW4wKz0MDgV8k0lN3HCgo88 { top:4.9375rem;left:0rem;width:17.8125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ0MrrTQX78y6tPtpNxxViO7wAig2uzm { top:9.25rem;left:9.75rem;width:15.1875rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHksRODf7z4rm4wkDtJGJecXL02Il5vu { top:27.0625rem;left:0rem;width:16rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT8aA8wJLPEl8qkE0gpnU7eMeub5tVAf { top:29.1875rem;left:0rem;width:22.625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUaTA0NPMa98fHPWnEx3ILVhnh7tZS6o { top:8.6875rem;left:17.1875rem;width:30.5625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGE9d9IoUN7sq8rv3koUxmnQoOLdicn { top:10rem;left:20.9375rem;width:26.8125rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgDOWip510IZ3zbAzHLtVxmGHRJ29NOX { display:block; }#zgDOWip510IZ3zbAzHLtVxmGHRJ29NOX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJsNM9mC6lVVPPzOizZc8i9zQudaRixs { top:5.625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVlk3WhbXRR3Mb5AptiRaK4CiPlpIbse { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPkgfttAy8TB1TqlmVRJW2JQeMQQurIW { display:block; }#uPkgfttAy8TB1TqlmVRJW2JQeMQQurIW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOqwSm0Wrd6dmNWGeK8T4aWeGawJaOgt { top:0.6875rem;left:0rem;width:0.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRA2NgpTII9zuDCvV81v0tC0K2HsCdnk { top:0rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxlckkxO2i0aqlFNlTgFJwmXTNtkZ2v6 { top:1.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtNyQ0QC4inrvvAaGvnzzmS0uDqZJGlq { display:block; }#TtNyQ0QC4inrvvAaGvnzzmS0uDqZJGlq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGtTuDU87uNEl8Rs8XF4mZCf87HFaEqi { top:0.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDohWIOybVvX0HGWVTCJa6fpSX3pCLzi { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbPaH97aKALST3psd1PBsfLmGJ7HFzhH { top:0rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdD9GaVHHsISfa0NlrkPDXMikIxPMmUK { display:block; }#sdD9GaVHHsISfa0NlrkPDXMikIxPMmUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZyZhD7v3baTELCHXw4Rx81MLQT5fzQg { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ3i6zOU2MCTfoPILK4mCcbLJeUN1m1L { top:0rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLLgVsJJUz7Keleo01iJv9hHTli3ef39 { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5t6m3ufA6FXyJ8ZvW1NIs7iN8ZZXuOn { display:block; }#m5t6m3ufA6FXyJ8ZvW1NIs7iN8ZZXuOn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3gvFXErzRqWkse4zqidTpBhuh9Mc5Cb { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRqisQ9dcUJDJd1fxXqyxId1NNltEUOy { top:0rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeBPMHUdbUrgagNc5puA11vWTEtPQVXF { top:0.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USLTs2HT9nBnHcHvCK8NyWt1ui0ufwXU { display:block; }#USLTs2HT9nBnHcHvCK8NyWt1ui0ufwXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbRTG1nncUXX62auicn4piLpacGSQ4CW { top:1.875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5VO8FCzMg2hNWmxeuxdtRnTca0WR9e4 { top:0.875rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqy6vCm1kTh2GTbN1lNSynfIMooDocV6 { top:6.8125rem;left:0rem;width:7.625rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUxBE4LWfbIbKzD83y07kb0AIsv5kPAN { width:18.75rem;height:4.0625rem;top:8.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkfNdufMTz4DtnADh4Tr5Nwxs9lZVbCh { display:block; }
 }@media only screen and (max-width: 763px) { #XJxMK9Mysa5s8vDGGDcni9wueyxykErO { display:block; }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLNZqqvxB8u3fd1G0TSJgZKuO7Aemy1E { top:12.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqy4KpqPRLrn4CHPt1PEBc6N2w8rWUWw { top:9.1875rem;left:0rem;width:27.4375rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umBKJi6cpsSB3IyCpwGJTEAIAp27Duxp { top:14.9375rem;left:0rem;width:11.3125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3SopoefIVw7GhRpBiTu3KFo9D80o8Is { top:20.8125rem;left:35.0625rem;width:12.6875rem;height:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyqV3vasA0aPAyCp5ESfahoQm669mvro { width:29.8125rem;height:2.375rem;top:3.5625rem;left:10.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFrq3eJmfSWRwV3y3KeJTcFQDZXSW7lO { top:9.5625rem;left:0rem;width:0.9375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anIrLXzZt45sOtnFZSGsq1TTSCCo4nHO { top:17.1875rem;left:0rem;width:47.75rem;height:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0GdxitCsvx6neU3M6qWIXmUrDGgTQiF { top:44.4375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeg08953AIzcL7kkNSJNdgkJNHqXas0i { top:43.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvspkGwUFgDbwTR99QPabtQfDVsxwS6L { top:48.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NND2hwSVtMgyGH4EcPO0n3LveJJQLE8Q { top:51.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTz3zeWoxVnTuFx0daFvl7xKr1T36aBf { top:46.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiT5fnpHvHtTucDKyCP1xxdTbThMkP4V { top:46.8125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W774vHEdaBdt9BwLPaaINtDqIv6FlnhR { top:49.125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4z35d6DPDE33LaATP9wdN2I8IA4gSEp { top:51.625rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F { display:block; }#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do8d39IMapw4kEaTIpBHQvfI8bPXnmWg { top:3rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBGcA7TWIC43h676o0Ti3mPKpiAri2Mi { top:0rem;left:0rem;width:27.4375rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqe8iZsaNGItSNT3ctedTZJI7153s3hx { top:5.8125rem;left:0rem;width:9.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upz848B3i458xGdK1KDTrGuawoWH0n3u { top:20.8125rem;left:35.0625rem;width:12.6875rem;height:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NU9HIQBD6r4ytb2GL8DXUBM7TgBcd0qV { top:9rem;left:0rem;width:47.75rem;height:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEx5zKA0R6qC4enQFImnwKUX6U7f1dFb { top:0.375rem;left:0rem;width:0.9375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2nS5Mt6f8agImxmOWtIG2GJIVt94bBZ { top:28rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vchqTVE25QnIlszwzwGUN7m2NZamQ6uq { top:27.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW2IZPepKG1KCTx4SrOqPN0N3BJ0Tpnb { top:32rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUe27hil6vTCPeCImTtkxa8UH5Pl1872 { top:31.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xItGVs5uP13fboCdddU79vONN6ELqX31 { top:34.5rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMTm1GNQKwvOgfTwnmehhQl8SCofFXF3 { top:33.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhOuBkSTwk7cz2N7pHBbkoFa7e6MUASk { top:37rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xioe4dVkA2f7ZqzDEsk2IRGltnekV2AF { top:36.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu7z6ECmXhIcpbN0qSKb5Ub8xv7fu5R2 { top:40.9375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF { display:block; }#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2hdfPnTApuoJWhpmuX7Wk8uEcgDNKTc { top:3rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJmh7MpSRWD7KWztwmO81NvWPZTr8OZE { top:0rem;left:0rem;width:27.4375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCNBvaypzONPGZHPufGqrTXdGc6OKTt7 { top:5.8125rem;left:0rem;width:9.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfdaFZrUskN75sKZRPX8uWLZnqT4xa7e { top:20.8125rem;left:35.0625rem;width:12.6875rem;height:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzPzUr0e8tKNNRuggpRdJtGrWT5S0AIU { top:10.25rem;left:0rem;width:47.75rem;height:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy3WG06LbifKACgfFyXGDFyxK0K13fHb { top:0.375rem;left:0rem;width:0.9375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAGgK9iMLXlQ6JqJmkhT6VRUSaRfaMiP { top:37.125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mouJZVpGFo2CuIzAOORwDfHTGp4S7Dux { top:36.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1oMADpHBHtbiN15zIxzyfdCSvbKewxz { top:39.375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiM5BeH91KNSeptPwoZvnwvCdHBWPQk6 { top:38.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuIMxWWowkWk5HriyvASf8n9576iCZ3n { top:41.625rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBtw6Ra0kfBU3mVs1RD1kH49rWbLl6X7 { top:41.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA { display:block; }#ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsQ9qXyTe6eTKRuxGqoRI9nnERtzzQay { top:0.8125rem;left:14.84375rem;width:18.4375rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttI5ITPaIhcf4XhXQtyuFvyQ6T0NQINN { top:15.875rem;left:23.3125rem;width:24.4375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvy8oxuKXDTbKBn5My9LVbwvFTcZZauq { top:15.4375rem;left:8.4375rem;width:12.6875rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCzrHiuThF0QlzHOslw0abH2Tn9Gnttx { top:20.1875rem;left:8.625rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgmKPEA6MhOt8WUJNa0udPS1OEab0GLD { top:18.625rem;left:8.625rem;width:9.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNilnelhnimU3a1Fwga3lDt57c2y1vf7 { top:28.625rem;left:23.904296875rem;width:23.5rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5PeNdgZAK3EhWlBgkLrv0LcXsvuEFlb { top:28.125rem;left:8.4375rem;width:12.5rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM8WS6ImXeLxnx3hnH7fGyiaWnKAnChh { top:32.6875rem;left:8.6875rem;width:13.9375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqXFLKcMO807TAHdQo8mPwksy7rD5z6Z { top:31.125rem;left:8.6875rem;width:10.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTJZwcrNLXVExetTkGzoZvH3S41zXKh { width:1.25rem;height:1.25rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRUdLmkec6l0QWhK5TbK9y19C99QKa2g { display:block; }
 }@media only screen and (max-width: 763px) { #C6gdz44125gnmGdQaLCdsZk35o17lSRc { width:1.25rem;height:1.25rem;top:62.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJecOB3dnKvmBsC2b3oTKq5DBaxQZGms { display:block; }
 }@media only screen and (max-width: 763px) { #xH48wouXOE9A4hmQglKC6LJPx7i76hwe { width:0.1875rem;height:12.5rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0pq4he3OE8k4oTWmtic2Pvt4vbktmQ2 { top:17.6875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or3LWXGU0O7Ipuc9sgU51NlXFhyx6nBD { top:30.1875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECtczFNQppAF5CFoLhz7mcQp5C83zrPC { top:56.25rem;left:8.9375rem;width:12.5rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP65sLJIWruqiBzeNAIHyam4e2SSde7J { top:60.4375rem;left:9.0625rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6z5X7qZQNLwcIMyQgziK02ngUKGIsZr { top:59.1875rem;left:9.0625rem;width:8.875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blN5FX8Im9H7pS0nTq6xQSL3rFt7xoT4 { top:57.125rem;left:18.75rem;width:29rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0l0sQLB1deQzb5I2Cbvf9Em03UzWst9 { top:42.9375rem;left:24rem;width:23.5rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvU0mohbcFV8q04HAJhM4MTfEVasBekt { top:46.4375rem;left:8.6875rem;width:14.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNnUey0Qt8n7aSopuQuErpX6xLEBatae { top:44.875rem;left:8.6875rem;width:12.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN6EHNIM0SrmDJQvEf9sdOJrRfdZaU1i { top:42.0625rem;left:8.53125rem;width:12.5rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoB46eL4eyiTkhia1xG7mtmGSNfwgBDS { width:27.5rem;height:3.75rem;top:68.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxI10OKXNH2c26nkLt0Gl77Qm7UbpKn5 { display:block; }
 }@media only screen and (max-width: 763px) { #fJENFIulguSShTm88PSvZWQebD1qIc78 { top:4rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZZBN27riQ6vT7RL6SrBJ5BzxzX0W9mi { top:7.3125rem;left:15.25rem;width:17.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l36elrOvdJmImi2aGRC3pxGzlc9viTIr { width:0.125rem;height:15.625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kro975unpTB004RyHzV5Pzg6AGADwfgb { top:43.875rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCfOIvpDVTQKCsu5tTlWz08OR1vdt7vP { top:11.25rem;left:0rem;width:21.125rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPzVx1rD5PrneSQbnontRVTsTTZlMgW7 { top:52.6875rem;left:0rem;width:7.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF5OHVC8H1ubRd7E1zUzITqI44VK5ZyX { width:9.6875rem;height:2.0625rem;top:46.4375rem;left:23.904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhbmg1I6dlRJMxa6sb9J923NFCveuIP6 { display:block; }
 }@media only screen and (max-width: 763px) { #bfAcM68zRyD2t7QGI9TEKpHdlSTlFEO3 { width:9.6875rem;height:2.0625rem;top:60.5625rem;left:23.904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1lOkeBN5CkAko4EsKAde8BdTDXlXvVe { display:block; }
 }@media only screen and (max-width: 763px) { #MfzbAKafP2p3rPfHnTuefooeEGQKdrwF { width:9.6875rem;height:2.0625rem;top:32.1875rem;left:23.904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQIWP4ZB4kDHuWaK2FpL9W0kml8mQUMZ { display:block; }
 }@media only screen and (max-width: 763px) { #II86ZKkGkrDTBETdtUiUArIogId8URSp { width:9.6875rem;height:2.0625rem;top:18.625rem;left:23.904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzOvGNfmg2ur2Hg3ssiQNlRTlX3zEV2V { display:block; }
 }@media only screen and (max-width: 763px) { #vuv5dDaR7x16DaemJVngr73pNz1iFwge { top:26.5rem;left:0rem;width:7.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHCcvxVyUIMEsf5ZHBTUx3Ai93MRqx3f { top:13.375rem;left:0rem;width:7.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSnrZRtMmXlow2T817JfqOgaN6OT9JE8 { top:39.5625rem;left:0rem;width:7.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThtUwxrfWf4Wbr90HB3EatzcIgWHJApk { top:54rem;left:11.34375rem;width:27.1875rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brRX0Z3Twy4f5Se1A4ZwK3eoNQkmTIgR { top:59.1875rem;left:9.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPWGRa05LGKQrQvLXNTn75WnkD859p0i { display:block; }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTdmXZlWkNNZ9uUxcB8QrXvzmPU558Do { top:13.3125rem;left:0rem;width:12.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2o1Sn1vVDVV0iTzyLlTVBoXWrthgvW8 { top:20.25rem;left:0rem;width:9.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBFy9aLZ5RbvllB89kF154DMWU6btV1N { top:0.625rem;left:39.5625rem;width:8.1875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f33NEWIsQxTGpTR3aqAfoN4k5Rr4x3Jg { top:21.9375rem;left:33.9375rem;width:7.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4raeMHVH6AVtcXVQZWisgxh9O5ZEfnD { top:12.375rem;left:24.6875rem;width:14.0625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A79x7cknuvDNH5RdVpP96ot1Gv22uEx0 { top:11.75rem;left:3.4375rem;width:17.9375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSQFLSGvGuK9BLIFIcoeE9K51mAkxnSF { top:21.9375rem;left:13.25rem;width:8.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TudabiygliGOP42LqvefW8O17GCtU1ii { top:13.3125rem;left:35.4375rem;width:12.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx7S9DqxIlK1HapDHSJrpTmmTlfgPGkT { top:20.25rem;left:39.6875rem;width:8.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyixveMRWOW5npZnJb0Nt1XELTFeFmdC { top:10.3125rem;left:0rem;width:15rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR4filEAuNS2SqO0Pu5prWzLZ9aWRdFT { top:10.3125rem;left:2.4375rem;width:19.4375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE2sT8otSuZoU2v9zut5W3K9F02mcaVg { top:10.4375rem;left:31.75rem;width:16rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDXKJw0Tt9pkT1p5rT99oHavKTu1x3nN { top:10.4375rem;left:23.5625rem;width:17.6875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMmRKfhNy022zpyGR8CWfTplRHgTdDyq { top:1.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX4aSqIx6nqib5wHApnxJxzwFbBZuAPG { top:8.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTt9aC9cE5NpKMegeNEaQy6XiuHIfdzE { top:8.6875rem;left:17.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEsTdkCL1oIfsyB7wn5NmOx8uDpnUIbF { top:8.6875rem;left:36.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUlhDCHFrO9WXiQE01kcm7GCD4wzwEpf { top:8.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx { display:block; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSPIaO7ZFuP2nipu6bneRakpyIfiiXHG { top:1.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtogM5QHDJIWKCIwNXQK6L1eAL09XL0I { width:46.4375rem;height:8.75rem;top:3.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL { display:flex;width:18rem;height:5.0625rem;top:0.6875rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #umlOsSVFGSXNbE9y3Nrc9NGZparJI8M5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #Z2P7hgGzBT0XT3gaylic8BA5NhTvJOn4 {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #i0lN8NnpguxGVGGq4axltIJQDIa04LTZ {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #mxgT98qlwSsvxwf2099rpk8FeXtEMnsR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #qPciHRU1VJIatlnffXvUcfRKRVULDtpS {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #xIHXx23AZwCT7TvWKzTFwaHNvTxLGFoa {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #cyGqpAZsi3lAZKzvto0ruyTycA9NORzU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #Ou0gfoBpNouoqWy0fTUkuN2fq6cUbhXx {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #EkmaG1SRNOH1AHrhoTZ9mlumOsLeGOke {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #LGGx2PBI6JuLy7Zzp3i0TPppJ6SvKqrV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #CTVhrPmUZePVDc6xogLwB5vWSGSs6Ffb {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #oLuCygCfdXTKIlwo1xMMnENxDr8Tfdxg {  }
 }@media only screen and (max-width: 763px) { #OtRDEUpw7BPFZ3Pxp4iydN70VHJspVdr { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWiWiM9ZecrdONhFUawb8DgTQf2ix56P { display:block; }
 }@media only screen and (max-width: 763px) { #mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL { display:block; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waF5lO8Es12FfLIim4N2A5oHvyQoe5Tr { top:2.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 { background-color:#fbfafb;background-image:none;display:block; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { background-color: transparent; background-image: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container > .video-iframe-container { display: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container { display: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .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); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKPaqxvhxm28KCWyAeE0wWxwGX5hQTgM { width:20rem;height:2.0996125rem;top:4.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P0b42fWdPyhEoh6vabTVEfWmBJEUp7Vv { width:16.8125rem;height:2.9746125rem;top:41.75rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FFty3yXbVtWCqCnmhA4K65choa3ibfkR { width:9.1875rem;height:2.5rem;top:6.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVwviqxA8FUAAEw1oUcmDDzuUIaorKgM { width:10.375rem;height:1.7246125rem;top:39.5rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsBQTM78yZF89h10ab0esQDmvf1ZbD5m { width:20rem;height:4.94824375rem;top:18.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IZWyfdI5aEErF8OrpvvfpnLXdeGRE67g { width:3.3125rem;height:2.0996125rem;top:6.8125rem;left:9.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oaXf26w7tJXKFiQmbUJ1tig3p58fr2w6 { width:2.8125rem;height:1.875rem;top:6.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb6HVkAqEPsnKksLX6zhThxxc9o2uFiZ { width:18.75rem;height:4.125rem;top:45.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNyAVqr9Jki0c2DFNf6bL0o68hh09nsu { display:block; }
 }@media only screen and (max-width: 763px) { #TRDTMktA9kVgvHl6DExPqaZZWcfr9Rvt { width:12rem;height:1.5625rem;top:1.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwvaX94vy0T93nCzLcdBctCCPIZM6Eig { width:20rem;height:8.25rem;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CCSW0Foxlg69B26zqUkiot9LbMsuvCc2 { width:20rem;height:12.75rem;top:25.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL { background-color:#fbfafb;background-image:none;display:block; }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row .container { background-color: transparent; background-image: none; }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row .container > .video-iframe-container { display: none; }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row > .video-iframe-container { display: none; }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .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); }#q1PKJz8sh0pJ1bIiCaIRvts77FIuK9XL > .row .container { width:20rem;height:135.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyQpN8N45kCLTOXuxBUnWN14POEBCQX8 { width:20rem;height:51.6875rem;top:1.5rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #riz2H0dZZ3KiSpx6KmzQaDnwdEdq7qPs { width:17.4375rem;height:4.3994125rem;top:9.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-text {padding-top: 0; padding-bottom: 0;}#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-select {padding-top: 0; padding-bottom: 0;}#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center;box-shadow: none;height:5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;font-size:1.375rem;overflow:hidden; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-container:first-of-type{padding-top:0;}#A0H67XAtud87SF6A90il60MKfgrCwyCd .widget-container:last-of-type{padding-bottom:0;}#A0H67XAtud87SF6A90il60MKfgrCwyCd  { width:17.5rem;height:auto;top:14.8125rem;left:0rem; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A0H67XAtud87SF6A90il60MKfgrCwyCd {display:block;}#A0H67XAtud87SF6A90il60MKfgrCwyCd { width:17.5rem;height:auto;top:14.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #zD2MGXcnvcZWP9u2We4IT7CFCbR7Lf3H {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #SduCT0pv5eWWMGGrZMQnVbXm4mEFAVsC { display:none; }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #sMCW4IfzV83tL0uLZxglagrd48HGVhGm {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #wkFHFmO3hoEoxC3sERhGH2iVTTSEEpgO {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #KEdIVbS3iTqxbrTZ1TKh2AlFuKgZPSC7 { display:none; }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #RAHmimbDiG5hKVfRA1HWtTs69HoV2NvT {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #Xkd6SVIiQdTf67QTk9JlrNbKkurmdMBo {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #na7MZZLZWJKTIPrFGOJCk5iEV4l63QyR { display:none; }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #Feu9A7mlpUEG0Q2A2WiiymicfIZi613I {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #zEknV7MuLt4rgnHlz2IQ9MhezxbyfbkH {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #AzPoHky91OM3tngLd7FCkNhW3AlD7eSb { display:none; }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #KcDD8v6nHGVdhnzyZfn6INhB3To2Wh6s {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #spgxmC73KCoQee2O3WOb4gMauy3fWvWE {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #xP5MedIMNPeE3swkB9uv9b0L1mxNE49N {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #dGmMytr8HK0AbGKztw2aF94e8NPnliQh {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #ykDKuKpfC93yNqz8vkbFr1KLIAMCsBD2 {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #hmQzTOGEGBWsztrl0rPNeah1knyHzJPV {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #kbamElF2psck5XwBFkRsqUs9yHpiHtoh {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #Cdyi707MgiBMitfWk9vTF1Jsi4ETvQ69 {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #SJhgi2bsNqbkU3yEJczDlRgxX9a1GEbv {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #GEbUDHwp6xE9OOsTPFSEAJK0qdPZJm0S {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #J3zWXpEhzQ0q6Nf7XUglTIflOFwoWrA5 {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #efqqc1CDZ9eX5sy61SpNSusha55qTzyM {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #m5txd6tGdrh5KZxQrqvuvukKy3y4efXh {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #zByiHIFJf6I9yFiZpC5fJTtX4eTzU1S5 {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #rne4J0PUaw2E1W9kJMSqW01JaoV4hWh7 {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #oLvlcpA66Dd1ReuznPv65893rDmwHtUg {  }
 }@media only screen and (max-width: 763px) { #A0H67XAtud87SF6A90il60MKfgrCwyCd #LkDXdKRUXfcf7WCnRrIe1sw4UUQ7Dbez {  }
 }@media only screen and (max-width: 763px) { #qAwnnwWRLoBH0DT6Llv5aiNUNNMdGT55 { width:20rem;height:5.3994125rem;top:57.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F3NIyGPk0I6u4kmM6s3M3VArTKXthltI { width:20rem;height:7.19825rem;top:63.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#522286;display:block; }
 }@media only screen and (max-width: 763px) { #ut6lCTk0Ng8cdpen989n9NLQfBBD6dKD { display:flex;width:3.625rem;height:3.625rem;top:71.625rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #UzB9gHhA1M4wm21xoHSbKTVub8nbfs3R { width:12.5rem;height:6.499rem;top:76.6875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHUh5CF2sqeeeRVKEnGySTbFV153dFqy { width:12.5rem;height:5.19921875rem;top:105rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXcQUSlo5pqfeB9PXvgHTVTUfEseXug0 { display:flex;width:3.625rem;height:3.625rem;top:100.1875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #sU5pZAr1qz6k28gImvZTckOcto7wurDF { width:12.5rem;height:2.5996125rem;top:118.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1TzbGes2GxcXt2XxRGTuu0eefsUpGfO { width:12.5rem;height:3.8994125rem;top:129.1875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTJWQDO3MOqDAMAs7TKSKshTXaamD7M9 { display:flex;width:3.625rem;height:3.625rem;top:124rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #FXQMCWz1kq0W4tJAZwv0T7ys9TgkEwmX { display:flex;width:3.625rem;height:3.625rem;top:113.6875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #XBMhqzHol8QmTnKZSUQVOACz6NktDfT6 { display:flex;width:3.625rem;height:3.625rem;top:86.625rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #tspvNkJgMVifOtfUfsuTpvT0F2C2vCDo { width:12.5rem;height:5.19921875rem;top:91.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a .widget-text.counter-number { padding-top:0.5125rem;padding-right:0.454375rem;padding-bottom:0.5125rem;padding-left:0.454375rem;width:2.7275rem;min-width:2.7275rem;height:2.755rem;font-size:2.05rem;line-height:44.08px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image:none; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.320625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.63625rem;height:1.089375rem;font-size:0.76875rem;line-height:17.43px;top:0rem;left:0rem;display:block;color:#002279;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a { display:flex;width:18.5625rem;height:5.19rem;top:2.625rem;left:0rem;padding-top:0.640625rem;padding-right:0.649375rem;padding-bottom:0.640625rem;padding-left:0.649375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;z-index:15001; }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #GCJvKtwd60RHVxcG5aoqga4Gw2bCgBEp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #xuEEdkzAIpUd4OZbNr9LPrSVbnt2d4Ap {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #voTxx1naS8qEn8iAToGBH4qZFPxp2oaM {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #TgSarCuuXg4GFzWhoITozAzJVcbiad0z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #y8PF6cooTpeKBOtKflOLiHMJcTEasfNc {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #lsQBrE7oIEXr9B2qHJ7ZKxhUiDTBTSzf {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #gyoR66qwwheoD7NxMSRb5GBzlHvyCier { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #SU5gT0QqkV8bg7K65a6wn55tIgplXQpF {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #Bge2aU5lRzNTxOTkR8s4zpvcC7UAJRc4 {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #oc1bUo7J0J3IChrtd56HL4f07nd1vskt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #lquSCusGaW783PuMTs7sef0o1EksB3u5 {  }
 }@media only screen and (max-width: 763px) { #PG8PzZXJ0HR6T8rnFPBTEb0OiXXTSG2a #t89r2dzKwCvQ8T79GPrFGolzExOSlLl2 {  }
 }@media only screen and (max-width: 763px) { #oDeu3HZOu8nz24EVXsFz07NATTNxZVqz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b646a30-5dc8-4dd5-a201-22d65ea04e39/Clippathgroup.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz.adaptive-delivery-prevent-bg, #oDeu3HZOu8nz24EVXsFz07NATTNxZVqz.lazyload, #oDeu3HZOu8nz24EVXsFz07NATTNxZVqz.lazyloading { background-image: none; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row .container { background-color: transparent; background-image: none; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0d1d39; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row .container > .video-iframe-container { display: none; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0d1d39; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row > .video-iframe-container { display: none; }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .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); }#oDeu3HZOu8nz24EVXsFz07NATTNxZVqz > .row .container { width:20rem;height:215.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spqQtaeieoH6utdO5ZxcNWZnXeWIt90B { width:18.125rem;height:2.69921875rem;top:29.4375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #woAcyrs3GCFQ828kzpHMFpNOyKz6oxlb { width:20rem;height:1.94921875rem;top:26.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kye1pVJqc3afMU1Nnk3WufgVEi99qUOc { width:20rem;height:33.8125rem;top:45.8125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DTWIZyr7uxmUvg2JDmetlILslIIi4X1K { width:18.875rem;height:31.17971875rem;top:47.3125rem;left:0.6875rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQgphqK1oMu7xetdIOJtrJ2T9DwK35MH { width:17.75rem;height:23.4375rem;top:2.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrLDTMeTLgv5ZFEH6Q7fvzoqZAU6hZKh { width:15.1875rem;height:10.793rem;top:33.3125rem;left:2.4375rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBtyxlystv5suNxdoA1noOQT2Cd4tLRf { width:20rem;height:29.5625rem;top:117.125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DDH5xo4F27PxoUCvDUO4r78ZdMFwlIC2 { width:20rem;height:1.3496125rem;top:102.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xwSutWL7FlgLm42KR04Bei7qqiy6rgut { width:16rem;height:1.94921875rem;top:100.4375rem;left:2rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwLbfM5eA5FyvBfDkycIFSxGACI01No1 { width:20rem;height:25.183625rem;top:119.125rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mERxmkiN8HpxGXU9h9RNLwzqKWSJGKTP { width:20rem;height:19.125rem;top:80.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4cCL7VRbgNTyMo3dZmSt3oXFGGzgzPu { width:15.1875rem;height:8.3945rem;top:105.75rem;left:2.4375rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFbq3Kih9eW4wKz0MDgV8k0lN3HCgo88 { width:17.8125rem;height:20.625rem;top:147.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ0MrrTQX78y6tPtpNxxViO7wAig2uzm { width:15.1875rem;height:14.390625rem;top:174.5625rem;left:2.375rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHksRODf7z4rm4wkDtJGJecXL02Il5vu { width:16rem;height:1.94921875rem;top:169.8125rem;left:2rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sT8aA8wJLPEl8qkE0gpnU7eMeub5tVAf { width:20rem;height:1.3496125rem;top:171.724609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUaTA0NPMa98fHPWnEx3ILVhnh7tZS6o { width:20rem;height:20.9375rem;top:190.1875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PIGE9d9IoUN7sq8rv3koUxmnQoOLdicn { width:20rem;height:17.98821875rem;top:191.5rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zgDOWip510IZ3zbAzHLtVxmGHRJ29NOX { display:none; }#zgDOWip510IZ3zbAzHLtVxmGHRJ29NOX > .row .container { width:20rem;height:9.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJsNM9mC6lVVPPzOizZc8i9zQudaRixs { width:20rem;height:6.09375rem;top:2.8125rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xVlk3WhbXRR3Mb5AptiRaK4CiPlpIbse { width:6.25rem;height:0.3125rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPkgfttAy8TB1TqlmVRJW2JQeMQQurIW { display:none; }#uPkgfttAy8TB1TqlmVRJW2JQeMQQurIW > .row .container { width:20rem;height:14.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XOqwSm0Wrd6dmNWGeK8T4aWeGawJaOgt { width:4.5rem;height:2.625rem;top:2.6875rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sRA2NgpTII9zuDCvV81v0tC0K2HsCdnk { width:4.0625rem;height:4.0625rem;top:1.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxlckkxO2i0aqlFNlTgFJwmXTNtkZ2v6 { width:20rem;height:3.75rem;top:7.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtNyQ0QC4inrvvAaGvnzzmS0uDqZJGlq { display:none; }#TtNyQ0QC4inrvvAaGvnzzmS0uDqZJGlq > .row .container { width:20rem;height:13.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hGtTuDU87uNEl8Rs8XF4mZCf87HFaEqi { width:20rem;height:7.5rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDohWIOybVvX0HGWVTCJa6fpSX3pCLzi { width:4.5rem;height:2.625rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JbPaH97aKALST3psd1PBsfLmGJ7HFzhH { width:4.0625rem;height:4.0625rem;top:1.09375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdD9GaVHHsISfa0NlrkPDXMikIxPMmUK { display:none; }#sdD9GaVHHsISfa0NlrkPDXMikIxPMmUK > .row .container { width:20rem;height:11.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yZyZhD7v3baTELCHXw4Rx81MLQT5fzQg { width:4.5rem;height:2.625rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJ3i6zOU2MCTfoPILK4mCcbLJeUN1m1L { width:4.0625rem;height:4.0625rem;top:1.09375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLLgVsJJUz7Keleo01iJv9hHTli3ef39 { width:20rem;height:3.75rem;top:5.7373046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5t6m3ufA6FXyJ8ZvW1NIs7iN8ZZXuOn { display:none; }#m5t6m3ufA6FXyJ8ZvW1NIs7iN8ZZXuOn > .row .container { width:20rem;height:13.90625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o3gvFXErzRqWkse4zqidTpBhuh9Mc5Cb { width:4.5rem;height:2.625rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRqisQ9dcUJDJd1fxXqyxId1NNltEUOy { width:4.0625rem;height:4.0625rem;top:1.09375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeBPMHUdbUrgagNc5puA11vWTEtPQVXF { width:20rem;height:7.5rem;top:6.40625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USLTs2HT9nBnHcHvCK8NyWt1ui0ufwXU { display:none; }#USLTs2HT9nBnHcHvCK8NyWt1ui0ufwXU > .row .container { width:20rem;height:29.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZbRTG1nncUXX62auicn4piLpacGSQ4CW { width:20rem;height:15rem;top:8rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5VO8FCzMg2hNWmxeuxdtRnTca0WR9e4 { display:flex;width:7.625rem;height:7.625rem;top:15.15625rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqy6vCm1kTh2GTbN1lNSynfIMooDocV6 { display:flex;width:7.625rem;height:7.625rem;top:2.0625rem;left:6.1875rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #IUxBE4LWfbIbKzD83y07kb0AIsv5kPAN { width:18.75rem;height:4.0625rem;top:24.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkfNdufMTz4DtnADh4Tr5Nwxs9lZVbCh { display:block; }
 }@media only screen and (max-width: 763px) { #XJxMK9Mysa5s8vDGGDcni9wueyxykErO { background-color:#fbfafb;background-image:none;display:block; }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row .container { background-color: transparent; background-image: none; }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row .container > .video-iframe-container { display: none; }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row > .video-iframe-container { display: none; }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .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); }#XJxMK9Mysa5s8vDGGDcni9wueyxykErO > .row .container { width:20rem;height:89.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLNZqqvxB8u3fd1G0TSJgZKuO7Aemy1E { width:20rem;height:3.75rem;top:11.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqy4KpqPRLrn4CHPt1PEBc6N2w8rWUWw { width:20rem;height:1.94970625rem;top:8.90625rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umBKJi6cpsSB3IyCpwGJTEAIAp27Duxp { width:12.5rem;height:2.03125rem;top:6.3125rem;left:2.75rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3SopoefIVw7GhRpBiTu3KFo9D80o8Is { width:8.6875rem;height:8.6875rem;top:68.28125rem;left:5.65625rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #eyqV3vasA0aPAyCp5ESfahoQm669mvro { width:20rem;height:2.3999rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #cFrq3eJmfSWRwV3y3KeJTcFQDZXSW7lO { width:0.9375rem;height:7.625rem;top:5.265625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #anIrLXzZt45sOtnFZSGsq1TTSCCo4nHO { width:20rem;height:41.9823875rem;top:16.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0GdxitCsvx6neU3M6qWIXmUrDGgTQiF { width:0.5625rem;height:0.5625rem;top:59.6689375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeg08953AIzcL7kkNSJNdgkJNHqXas0i { width:20rem;height:4.5rem;top:61.4814375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvspkGwUFgDbwTR99QPabtQfDVsxwS6L { width:20rem;height:4.5rem;top:75.1064375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NND2hwSVtMgyGH4EcPO0n3LveJJQLE8Q { width:20rem;height:6rem;top:82.6689375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTz3zeWoxVnTuFx0daFvl7xKr1T36aBf { width:20rem;height:3rem;top:69.0439375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HiT5fnpHvHtTucDKyCP1xxdTbThMkP4V { width:0.5625rem;height:0.5625rem;top:67.2314375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W774vHEdaBdt9BwLPaaINtDqIv6FlnhR { width:0.5625rem;height:0.5625rem;top:73.2939375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4z35d6DPDE33LaATP9wdN2I8IA4gSEp { width:0.5625rem;height:0.5625rem;top:80.8564375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F { display:block; }#WI6ut160Jbu95FNDFn1TSaP5J1fIdX4F > .row .container { width:20rem;height:94.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do8d39IMapw4kEaTIpBHQvfI8bPXnmWg { width:20rem;height:3.75rem;top:7.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBGcA7TWIC43h676o0Ti3mPKpiAri2Mi { width:20rem;height:1.94970625rem;top:4.875rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mqe8iZsaNGItSNT3ctedTZJI7153s3hx { width:12.5rem;height:2.03125rem;top:2.125rem;left:3.75rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Upz848B3i458xGdK1KDTrGuawoWH0n3u { width:8.6875rem;height:8.6875rem;top:68.28125rem;left:5.65625rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #NU9HIQBD6r4ytb2GL8DXUBM7TgBcd0qV { width:20rem;height:30.7871125rem;top:13.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEx5zKA0R6qC4enQFImnwKUX6U7f1dFb { width:0.9375rem;height:7.625rem;top:5.265625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2nS5Mt6f8agImxmOWtIG2GJIVt94bBZ { width:0.5625rem;height:0.5625rem;top:46.6875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vchqTVE25QnIlszwzwGUN7m2NZamQ6uq { width:20rem;height:6rem;top:48.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qW2IZPepKG1KCTx4SrOqPN0N3BJ0Tpnb { width:0.5625rem;height:0.5625rem;top:56.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUe27hil6vTCPeCImTtkxa8UH5Pl1872 { width:20rem;height:4.5rem;top:58.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xItGVs5uP13fboCdddU79vONN6ELqX31 { width:0.5625rem;height:0.5625rem;top:64.5625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMTm1GNQKwvOgfTwnmehhQl8SCofFXF3 { width:20rem;height:4.5rem;top:67.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhOuBkSTwk7cz2N7pHBbkoFa7e6MUASk { width:0.5625rem;height:0.5625rem;top:72.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xioe4dVkA2f7ZqzDEsk2IRGltnekV2AF { width:20rem;height:4.5rem;top:75.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qu7z6ECmXhIcpbN0qSKb5Ub8xv7fu5R2 { width:20rem;height:9.795875rem;top:82.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF { display:block; }#ZSQAZznS4mMOrXQu5Eb0bgXoT8479pLF > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2hdfPnTApuoJWhpmuX7Wk8uEcgDNKTc { width:20rem;height:3.75rem;top:7.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJmh7MpSRWD7KWztwmO81NvWPZTr8OZE { width:20rem;height:1.94970625rem;top:4.875rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCNBvaypzONPGZHPufGqrTXdGc6OKTt7 { width:12.5rem;height:2.03125rem;top:2.125rem;left:3.75rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfdaFZrUskN75sKZRPX8uWLZnqT4xa7e { width:8.6875rem;height:8.6875rem;top:68.28125rem;left:5.65625rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #zzPzUr0e8tKNNRuggpRdJtGrWT5S0AIU { width:20rem;height:39.18363125rem;top:13.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oy3WG06LbifKACgfFyXGDFyxK0K13fHb { width:0.9375rem;height:7.625rem;top:5.265625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAGgK9iMLXlQ6JqJmkhT6VRUSaRfaMiP { width:0.5625rem;height:0.5625rem;top:55rem;left:9.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mouJZVpGFo2CuIzAOORwDfHTGp4S7Dux { width:20rem;height:3rem;top:57rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1oMADpHBHtbiN15zIxzyfdCSvbKewxz { width:0.5625rem;height:0.5625rem;top:62.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiM5BeH91KNSeptPwoZvnwvCdHBWPQk6 { width:20rem;height:3rem;top:64.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuIMxWWowkWk5HriyvASf8n9576iCZ3n { width:0.5625rem;height:0.5625rem;top:70.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBtw6Ra0kfBU3mVs1RD1kH49rWbLl6X7 { width:20rem;height:3rem;top:72.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b646a30-5dc8-4dd5-a201-22d65ea04e39/Clippathgroup.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:none; }#ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA.adaptive-delivery-prevent-bg, #ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA.lazyload, #ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA.lazyloading { background-image: none; }#ZzvDyBKT3cHXqEaDSRoliAbszrrJuLzA > .row .container { width:20rem;height:94.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wsQ9qXyTe6eTKRuxGqoRI9nnERtzzQay { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttI5ITPaIhcf4XhXQtyuFvyQ6T0NQINN { width:12.125rem;height:2.76171875rem;top:12.5625rem;left:7.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cvy8oxuKXDTbKBn5My9LVbwvFTcZZauq { width:10.4375rem;height:2.1933625rem;top:10.375rem;left:7.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCzrHiuThF0QlzHOslw0abH2Tn9Gnttx { width:11.5625rem;height:2.2734375rem;top:17.25rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgmKPEA6MhOt8WUJNa0udPS1OEab0GLD { width:10.875rem;height:1.29980625rem;top:15.9375rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNilnelhnimU3a1Fwga3lDt57c2y1vf7 { width:12.1875rem;height:2.76171875rem;top:29.5625rem;left:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5PeNdgZAK3EhWlBgkLrv0LcXsvuEFlb { width:12.5rem;height:2.1933625rem;top:27.375rem;left:7.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM8WS6ImXeLxnx3hnH7fGyiaWnKAnChh { width:12.125rem;height:4.546875rem;top:34.5625rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqXFLKcMO807TAHdQo8mPwksy7rD5z6Z { width:10.5rem;height:1.29980625rem;top:33rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTJZwcrNLXVExetTkGzoZvH3S41zXKh { width:1.25rem;height:1.25rem;top:45.3125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRUdLmkec6l0QWhK5TbK9y19C99QKa2g { display:block; }
 }@media only screen and (max-width: 763px) { #C6gdz44125gnmGdQaLCdsZk35o17lSRc { width:1.25rem;height:1.25rem;top:75.875rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJecOB3dnKvmBsC2b3oTKq5DBaxQZGms { display:block; }
 }@media only screen and (max-width: 763px) { #xH48wouXOE9A4hmQglKC6LJPx7i76hwe { width:0.1875rem;height:12.5rem;top:21.375rem;left:9.875rem;background-color:rgba(255,0,75,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #f0pq4he3OE8k4oTWmtic2Pvt4vbktmQ2 { width:1.0625rem;height:1.0625rem;top:141.74219375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Or3LWXGU0O7Ipuc9sgU51NlXFhyx6nBD { width:1.0625rem;height:1.0625rem;top:179.20118125rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECtczFNQppAF5CFoLhz7mcQp5C83zrPC { width:10.8125rem;height:2.1933625rem;top:69.75rem;left:7.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP65sLJIWruqiBzeNAIHyam4e2SSde7J { width:10.1875rem;height:2.2744125rem;top:78.125rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6z5X7qZQNLwcIMyQgziK02ngUKGIsZr { width:8.125rem;height:0;top:75.5rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blN5FX8Im9H7pS0nTq6xQSL3rFt7xoT4 { width:12.0625rem;height:4.142575rem;top:72.375rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0l0sQLB1deQzb5I2Cbvf9Em03UzWst9 { width:11.5rem;height:4.142575rem;top:47.5rem;left:8.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvU0mohbcFV8q04HAJhM4MTfEVasBekt { width:8.5rem;height:2.2734375rem;top:55.25rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNnUey0Qt8n7aSopuQuErpX6xLEBatae { width:10.875rem;height:2.5996125rem;top:52.625rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN6EHNIM0SrmDJQvEf9sdOJrRfdZaU1i { width:10.1875rem;height:2.1933625rem;top:44.75rem;left:7.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoB46eL4eyiTkhia1xG7mtmGSNfwgBDS { width:18.9980625rem;height:4.436525rem;top:85.5625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxI10OKXNH2c26nkLt0Gl77Qm7UbpKn5 { display:block; }
 }@media only screen and (max-width: 763px) { #fJENFIulguSShTm88PSvZWQebD1qIc78 { width:12.5rem;height:0.875rem;top:133.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZZBN27riQ6vT7RL6SrBJ5BzxzX0W9mi { width:20rem;height:0.125rem;top:3.4609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l36elrOvdJmImi2aGRC3pxGzlc9viTIr { width:0.1875rem;height:12.5rem;top:50.8125rem;left:9.875rem;background-color:rgba(255,0,75,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Kro975unpTB004RyHzV5Pzg6AGADwfgb { width:1.0625rem;height:1.0625rem;top:50.3125rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCfOIvpDVTQKCsu5tTlWz08OR1vdt7vP { width:16.0625rem;height:3.57421875rem;top:4.98828125rem;left:1.96875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPzVx1rD5PrneSQbnontRVTsTTZlMgW7 { width:7.5rem;height:9.625rem;top:69.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF5OHVC8H1ubRd7E1zUzITqI44VK5ZyX { width:8.5625rem;height:2.125rem;top:59.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhbmg1I6dlRJMxa6sb9J923NFCveuIP6 { display:block; }
 }@media only screen and (max-width: 763px) { #bfAcM68zRyD2t7QGI9TEKpHdlSTlFEO3 { width:9.6875rem;height:2.0625rem;top:80.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1lOkeBN5CkAko4EsKAde8BdTDXlXvVe { display:block; }
 }@media only screen and (max-width: 763px) { #MfzbAKafP2p3rPfHnTuefooeEGQKdrwF { width:9.6875rem;height:2.0625rem;top:39.859375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQIWP4ZB4kDHuWaK2FpL9W0kml8mQUMZ { display:block; }
 }@media only screen and (max-width: 763px) { #II86ZKkGkrDTBETdtUiUArIogId8URSp { width:9.6875rem;height:2.0625rem;top:21.28515625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzOvGNfmg2ur2Hg3ssiQNlRTlX3zEV2V { display:block; }
 }@media only screen and (max-width: 763px) { #vuv5dDaR7x16DaemJVngr73pNz1iFwge { width:7.5625rem;height:9.625rem;top:26.130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHCcvxVyUIMEsf5ZHBTUx3Ai93MRqx3f { width:7.5625rem;height:9.625rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSnrZRtMmXlow2T817JfqOgaN6OT9JE8 { width:7.5625rem;height:9.625rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThtUwxrfWf4Wbr90HB3EatzcIgWHJApk { width:20rem;height:3.57421875rem;top:64.0615234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brRX0Z3Twy4f5Se1A4ZwK3eoNQkmTIgR { width:8.1875rem;height:2.5996125rem;top:76.8876953125rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPWGRa05LGKQrQvLXNTn75WnkD859p0i { background-color:#fbfafb;background-image:none;display:block; }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row .container { background-color: transparent; background-image: none; }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row .container > .video-iframe-container { display: none; }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row > .video-iframe-container { display: none; }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .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); }#uPWGRa05LGKQrQvLXNTn75WnkD859p0i > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTdmXZlWkNNZ9uUxcB8QrXvzmPU558Do { width:13.625rem;height:3rem;top:10.9375rem;left:3.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #v2o1Sn1vVDVV0iTzyLlTVBoXWrthgvW8 { width:9.1875rem;height:1.5rem;top:17.375rem;left:9.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBFy9aLZ5RbvllB89kF154DMWU6btV1N { width:8.1875rem;height:9.625rem;top:9.9345703125rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f33NEWIsQxTGpTR3aqAfoN4k5Rr4x3Jg { width:6.75rem;height:1.5rem;top:52.125rem;left:11.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4raeMHVH6AVtcXVQZWisgxh9O5ZEfnD { width:14.125rem;height:6rem;top:42.8125rem;left:3.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #A79x7cknuvDNH5RdVpP96ot1Gv22uEx0 { width:16.875rem;height:7.5rem;top:24.375rem;left:1.625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mSQFLSGvGuK9BLIFIcoeE9K51mAkxnSF { width:8.3125rem;height:1.5rem;top:34.9375rem;left:10.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TudabiygliGOP42LqvefW8O17GCtU1ii { width:11.4375rem;height:3rem;top:59.8125rem;left:5.75rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Tx7S9DqxIlK1HapDHSJrpTmmTlfgPGkT { width:10.625rem;height:1.5rem;top:66.8125rem;left:8.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyixveMRWOW5npZnJb0Nt1XELTFeFmdC { width:15rem;height:8.8125rem;top:8rem;left:2.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qR4filEAuNS2SqO0Pu5prWzLZ9aWRdFT { width:19.4375rem;height:10.625rem;top:22.8125rem;left:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LE2sT8otSuZoU2v9zut5W3K9F02mcaVg { width:16rem;height:8.8125rem;top:56.875rem;left:2.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #xDXKJw0Tt9pkT1p5rT99oHavKTu1x3nN { width:17.6875rem;height:10.1875rem;top:40.6875rem;left:1.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #oMmRKfhNy022zpyGR8CWfTplRHgTdDyq { width:20rem;height:4.875rem;top:1rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX4aSqIx6nqib5wHApnxJxzwFbBZuAPG { display:flex;width:3.125rem;height:3.125rem;top:6.75rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #bTt9aC9cE5NpKMegeNEaQy6XiuHIfdzE { display:flex;width:3.125rem;height:3.125rem;top:21.3125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #oEsTdkCL1oIfsyB7wn5NmOx8uDpnUIbF { display:flex;width:3.125rem;height:3.125rem;top:38.875rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #SUlhDCHFrO9WXiQE01kcm7GCD4wzwEpf { display:flex;width:3.125rem;height:3.125rem;top:55.3125rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b646a30-5dc8-4dd5-a201-22d65ea04e39/Clippathgroup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx.adaptive-delivery-prevent-bg, #XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx.lazyload, #XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx.lazyloading { background-image: none; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row .container { background-color: transparent; background-image: none; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row .container > .video-iframe-container { display: none; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row > .video-iframe-container { display: none; }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .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); }#XmOUgGmodnX4lPRBsRT3pHABq9PuLKnx > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSPIaO7ZFuP2nipu6bneRakpyIfiiXHG { width:19.0625rem;height:3.5996125rem;top:2.2333984375rem;left:0.90234375rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AtogM5QHDJIWKCIwNXQK6L1eAL09XL0I { width:20rem;height:3.0869125rem;top:6.6245422363281rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;color:#522286;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.0625rem rgba(000,000,000,0.4) ; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;color:#0f2150; }
#cHr1hNeDlSrO3gXkJW2uErC9va8qNngL { display:flex;width:18rem;height:5.0625rem;top:9.9375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #umlOsSVFGSXNbE9y3Nrc9NGZparJI8M5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #Z2P7hgGzBT0XT3gaylic8BA5NhTvJOn4 {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #i0lN8NnpguxGVGGq4axltIJQDIa04LTZ {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #mxgT98qlwSsvxwf2099rpk8FeXtEMnsR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #qPciHRU1VJIatlnffXvUcfRKRVULDtpS {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #xIHXx23AZwCT7TvWKzTFwaHNvTxLGFoa {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #cyGqpAZsi3lAZKzvto0ruyTycA9NORzU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #Ou0gfoBpNouoqWy0fTUkuN2fq6cUbhXx {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #EkmaG1SRNOH1AHrhoTZ9mlumOsLeGOke {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #LGGx2PBI6JuLy7Zzp3i0TPppJ6SvKqrV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #CTVhrPmUZePVDc6xogLwB5vWSGSs6Ffb {  }
 }@media only screen and (max-width: 763px) { #cHr1hNeDlSrO3gXkJW2uErC9va8qNngL #oLuCygCfdXTKIlwo1xMMnENxDr8Tfdxg {  }
 }@media only screen and (max-width: 763px) { #OtRDEUpw7BPFZ3Pxp4iydN70VHJspVdr { width:12.9970625rem;height:3.81055rem;top:18.13818359375rem;left:3.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWiWiM9ZecrdONhFUawb8DgTQf2ix56P { display:block; }
 }@media only screen and (max-width: 763px) { #mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b646a30-5dc8-4dd5-a201-22d65ea04e39/Clippathgroup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL.adaptive-delivery-prevent-bg, #mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL.lazyload, #mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL.lazyloading { background-image: none; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row .container { background-color: transparent; background-image: none; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0d1d39; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row .container > .video-iframe-container { display: none; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0d1d39; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row > .video-iframe-container { display: none; }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .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); }#mTNclnDceNGmc2yTyqHQlh0TXsZwSdkL > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waF5lO8Es12FfLIim4N2A5oHvyQoe5Tr { width:20rem;height:3.574225rem;top:0.994140625rem;left:0rem;font-size:0.6875rem;font-family:montserrat;display:block; }
 }