.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:204,255,243;--color-primary-1:102,254,219;--color-primary-2:0,253,195;--color-primary-3:2,171,132;--color-primary-4:0,51,39;--color-secondary-0:253,246,225;--color-secondary-1:249,227,156;--color-secondary-2:243,198,56;--color-secondary-3:122,99,28;--color-secondary-4:36,30,8;--color-tertiary-0:255,255,255;--color-tertiary-1:246,248,249;--color-tertiary-2:241,237,226;--color-tertiary-3:145,142,136;--color-tertiary-4:40,40,40;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/gry2s17r/_template_video_click_through_BG1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;overflow:visible;position:relative;display:block; }#edPEgJSEZQGT4Wfa6lZsTHZp2CzlApV7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);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;height:0.1875rem;width:6.375rem;top:6.849609375rem;left:32.1875rem;display:block; }
#de7u4n5HlDJEW1oxJGrbPtuhoeqwzXf2 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.25rem;left:32.1875rem;height:2.599825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hx4ydSeuKT2itiGdzCNIqnKwE65Jnq5C { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.8125rem;width:29.9375rem;top:3.5625rem;left:0rem;display:block; }
#uLHph8iCTs2VQdJHSzRdZMhrVfIwi1i4 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.23828125rem;left:32.1875rem;height:5.19965rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 > .row .container { background-color: transparent; background-image: none; }#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 > .row .container > .video-iframe-container { display: none; }#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 > .row > .video-iframe-container { display: none; }#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 > .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); }#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 > .row .container { border-width: 0; border-radius: 0; }#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#ErCtT2251mH80rM3gPwfqEBqLM1aJinN { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g3v0SGiSTF2H0l6PtOWtmecLo4fxg9pO { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);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;height:0.25rem;width:4.375rem;top:1.5625rem;left:7.875rem;display:block; }
#fig6eSnudmLiTKhkL2QuG6C8hJsXpJ09 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.75rem;left:0rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JSPbkfaWPVhRVrST3r3Pwevc8p2hngvI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.1) ;height:85.4375rem;width:60rem;top:10.025390625rem;left:0rem;display:block; }
#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { background-color: transparent; background-image: none; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container > .video-iframe-container { display: none; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row > .video-iframe-container { display: none; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .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); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { border-width: 0; border-radius: 0; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { font-size:0.875rem;font-family:arial;height:91.125rem;width:60rem;position:relative;display:block; }#RAEyCVGNod3WIr5qF88WCyGEfvmSbq84 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:14.0625rem;left:3.96875rem;height:2.7986125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hnOGsqWkUtCXTgeD1iNHMn6o3Nm0rQtM { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.0625rem;left:22.5rem;height:2.7986125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CUEdsJ9bSz116hu5ZmwDeLQCo9bu1fBw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:14.0625rem;left:43.125rem;height:2.7986125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qoH1FTDNqzo4BqkAtOmt9sG3niL9Xymz { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:13.9375rem;top:4.65625rem;left:3.875rem;display:block; }
#EnQsmrLrvubhs8PvaT6ABGrUvwLTmcx9 { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:13.9375rem;top:4.65625rem;left:22.5rem;display:block; }
#SughcDoMU3XwWGsKZzGH14ATe1fRqQ73 { position:absolute;display:block;z-index:15032;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:13.9375rem;top:4.65625rem;left:42.96875rem;display:block; }
#FqRImLBkrBfTJefaa1iINTCDJhCdQdyT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);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;height:0.25rem;width:4.375rem;top:1.5625rem;left:13.125rem;display:none; }
#w9wee5pvcEfQT5lNEWMQsieoRnApinhH { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);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;height:0.25rem;width:4.375rem;top:1.5625rem;left:13.125rem;display:none; }
#ZwyZrvSdr5OKPHhFFGppsC9Me9WxJqOO { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);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;height:0.25rem;width:4.375rem;top:1.5625rem;left:13.125rem;display:none; }
#yWwtiK9WcdSPazOTAusotZ7F9E58u88g { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);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;height:0.25rem;width:4.375rem;top:1.5625rem;left:13.125rem;display:none; }
#starqMVbtha7kRQAoF5UKgX2iURuuw5x { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);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;height:0.25rem;width:4.375rem;top:1.5625rem;left:13.125rem;display:none; }
#zu6E9saTQTU81MsSOhED44nHh3IHmr5S { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);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;height:0.25rem;width:4.375rem;top:1.5625rem;left:13.125rem;display:none; }
#T3LT0vtVqcEHsDLtQG6QgposLtKNAaTR { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);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;height:0.25rem;width:4.375rem;top:1.5625rem;left:13.125rem;display:none; }
#MX0OdT1XezBIgX1TN3LtkqvDLs0AmlWN { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);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;height:0.25rem;width:4.375rem;top:1.5625rem;left:13.125rem;display:none; }
#e6BNdysvNpih5HDhxO372m5qk7t4VKhs { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);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;height:0.25rem;width:4.375rem;top:1.5625rem;left:13.125rem;display:none; }
#nILAUnOnMCwEyhvn0XXogLGUef92stQh { z-index:15004;top:21.75rem;left:22.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SS7EUAawBq1viFdooMtSxiskq5uQkxrD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDldxdtnSsbzZ6TfVZUT9eD4QW7sq5hX { z-index:15005;top:24.6875rem;left:22.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sE8pDhNVKRJQBK1RGX8ni1IFVW06tIJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQcIozdPV0b6EMq1HMT8n9IpetQyqDLA { z-index:15006;top:27.8125rem;left:22.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aLB9WFbXkqBTpgQIvNQhSNDsHMcfGR3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TkpL77LI3EC7T7FcDZPfd82m4CsiNpaz { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:13.9375rem;top:34.125rem;left:22.707682609558rem;display:block; }
#rUHMVolcuGTpSTbUfI9uwmnJ3SsFLAtE { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:42.1875rem;left:22.8125rem;height:2.7986125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dK9xkVzn82y6OCdPdM9XTm6hzt2uSBFR { z-index:15005;top:21.75rem;left:3.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MTDyA5w1qqv4ub0Xat3buAVEVpwTWUaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y01rJVOO2mQQECVIVs4IDrzcizZQs9XK { z-index:15006;top:37.375rem;left:3.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XPHKsdQlUneEkAlFNxnlt5GtnB70xfOy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#empTIhHkFLxpVCCAd6bKTWGhU15S8lob { z-index:15006;top:24.75rem;left:3.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#h3OBv6a1p0lHg3uF2plxmqMXfOdonWKi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLGCppigyNNHl1qZ5zb1vTacpaa1sQLO { z-index:15007;top:27.8125rem;left:3.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ETm6cT5s4gqv3CV53nEusbqKfLFdDkm6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o03sf1fRohKs4rLSPOzEMPh3StPhNhLE { z-index:15008;top:31rem;left:3.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wUCEfLJZHBCzEK6u80qbmGXvR2vvC8yo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBZsFPDt1qfFb6nTz7OsOb5wQiqD9yvR { z-index:15009;top:34.125rem;left:3.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I4Jzd8bwbCLDJs3pKxDabEsGn7wiiJon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xL8AkWQr5nEwRV7FZUXBlVz03MVTn5Cy { z-index:15005;top:18.76171875rem;left:42.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UtsvSGuZyUVXQKhbWxPDszmMpshsEzfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dMdbVqTuQ3fkNQFS6hRbaseLLtKFByVH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:22.10595703125rem;left:43.125rem;height:4.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UvMWmJHh1G9ivelpqBv9ITHOHrIF09SN { z-index:15006;top:28.03125rem;left:42.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mDKN7DglumhqukVJl0AloCbLxoVIcJfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PiIPA6ACEmZaKKO1tWCPJmbTbT5XBtnh { box-sizing:content-box;height:0.25rem;width:60rem;position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;top:46.5625rem;left:0rem;display:block; }
#SscCPIHHB2Aeq0rB3JPuMKxgTJBAuhnJ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:14.5rem;top:48.09375rem;left:3.59375rem;overflow:hidden;display:block; }
#FdrT4TWf6cWnNuq6iC0obbh09ou6tQXD { z-index:15006;top:63.51171875rem;left:3.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xCMRa0Ow5Tlt04OyKR3Jx9hnGI7ca6vr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VzPN0UmSy8PmwvDno9odBAdhoZOVkOJt { z-index:15007;top:66.51171875rem;left:3.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nbHKo1Jo0a1kTvD8Gqp9sko048c4Qh3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kv18x0IUWiWHkB1daDff7S3i8nAUqclc { z-index:15008;top:69.63671875rem;left:3.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UgbSOoJ1XvDedTcwR1sh8S0vQpMxWMOy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZUfrpBFXpccxtLq4EMMicqMcOQP7o8SM { z-index:15009;top:72.94921875rem;left:3.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vv8StDhOMDGCaaSoW7fQaPx58oExCwQn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GmW2i7n6OPLc8cl5nMkmmMmW20woC4ll { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:57.15625rem;left:3.5625rem;height:2.7986125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nzW7tCUDf0TrCth4TNGncBTbU1q5tKv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:60.0810546875rem;left:3.59375rem;height:1.224825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U1vkeGJqofsLMU5fItZETPuwATTwg1Qc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:61.3056640625rem;left:3.59375rem;height:1.224825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gFGWxVBZQLgKcbZb04TxlZylOXJf4lR0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:19.6875rem;left:4rem;height:1.224825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tb3eooTih8LPvKf0w6AuQITesPVDBHtD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:17.375rem;left:4rem;height:1.224825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nt2NwBt19Tq1WFNLNzXlP2lmS83TxyOi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:18.6875rem;left:22.5rem;height:1.224825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GQDWIosyU9v8lJcKurgKaEk01liOVgTf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:17.4375rem;left:22.5rem;height:1.224825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MBqKvFTJwcl0duDHFe6CDpGWKCf0CQnP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:18.52490234375rem;left:3.96875rem;height:1.224825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#msBufPnd27zDODEhX0TMDeZtZQRMweIW { z-index:15007;top:31rem;left:22.937500953674rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#c0W8yqCJBceQhBWwXGB5b2h0xlNirTuc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZHbNt7185g1N40vXORp8UIqEkBmNGz3U { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:14.125rem;top:48.09375rem;left:20.000001907349rem;overflow:hidden;display:block; }
#OtF4SGtI3PAFr44VsobEktOAeyrD1Ic7 { z-index:15010;top:63.511283874513rem;left:20.000001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#waRVBiOHGuLvXxW6zVkKWFI82SfEkmPG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/UfbaKwi6/_template_video_click_through_BG2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf.adaptive-delivery-prevent-bg, #B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf.lazyload, #B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf.lazyloading { background-image: none; }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf > .row .container { background-color: transparent; background-image: none; }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf > .row .container > .video-iframe-container { display: none; }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf > .row > .video-iframe-container { display: none; }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf > .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); }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf > .row .container { border-width: 0; border-radius: 0; }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:60rem;position:relative;display:block; }#CU3aHWyWnBHPhmHNum8uq1PcUfBOr0OV { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);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;height:5.1875rem;width:0.125rem;top:1.75rem;left:8.622685185185rem;display:block; }
#qMSRlr5aOHtWKA9ehqxmXUThid4AWxSS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:10.375rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
#rcwosguHxKwlvRMJq6TrTA0REmpc931S { color:rgba(var(--color-tertiary-2),1);display:block;width:46.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.3935546875rem;left:10.375rem;height:3.8984375rem;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edPEgJSEZQGT4Wfa6lZsTHZp2CzlApV7 { width:6.375rem;height:0.1875rem;top:6.8125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #de7u4n5HlDJEW1oxJGrbPtuhoeqwzXf2 { width:27.8125rem;height:;top:4.25rem;left:19.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx4ydSeuKT2itiGdzCNIqnKwE65Jnq5C { width:29.9375rem;height:16.8125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLHph8iCTs2VQdJHSzRdZMhrVfIwi1i4 { width:27.8125rem;height:5.1875rem;top:15.1875rem;left:19.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 { display:block; }#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErCtT2251mH80rM3gPwfqEBqLM1aJinN { width:27.8125rem;height:;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3v0SGiSTF2H0l6PtOWtmecLo4fxg9pO { width:29.0625rem;height:;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { width:4.375rem;height:0.25rem;top:1.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fig6eSnudmLiTKhkL2QuG6C8hJsXpJ09 { width:47.75rem;height:1.375rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSPbkfaWPVhRVrST3r3Pwevc8p2hngvI { width:47.75rem;height:85.4375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF { display:block; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAEyCVGNod3WIr5qF88WCyGEfvmSbq84 { width:13.75rem;height:2.75rem;top:14.0625rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnOGsqWkUtCXTgeD1iNHMn6o3Nm0rQtM { width:14.4375rem;height:2.75rem;top:14.0625rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUEdsJ9bSz116hu5ZmwDeLQCo9bu1fBw { width:14.4375rem;height:2.75rem;top:14.0625rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoH1FTDNqzo4BqkAtOmt9sG3niL9Xymz { width:13.9375rem;height:7.75rem;top:4.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnQsmrLrvubhs8PvaT6ABGrUvwLTmcx9 { width:13.9375rem;height:7.75rem;top:4.625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SughcDoMU3XwWGsKZzGH14ATe1fRqQ73 { width:13.9375rem;height:7.75rem;top:4.625rem;left:32.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqRImLBkrBfTJefaa1iINTCDJhCdQdyT { width:4.375rem;height:0.25rem;top:1.5625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9wee5pvcEfQT5lNEWMQsieoRnApinhH { width:4.375rem;height:0.25rem;top:1.5625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwyZrvSdr5OKPHhFFGppsC9Me9WxJqOO { width:4.375rem;height:0.25rem;top:1.5625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #yWwtiK9WcdSPazOTAusotZ7F9E58u88g { width:4.375rem;height:0.25rem;top:1.5625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #starqMVbtha7kRQAoF5UKgX2iURuuw5x { width:4.375rem;height:0.25rem;top:1.5625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #zu6E9saTQTU81MsSOhED44nHh3IHmr5S { width:4.375rem;height:0.25rem;top:1.5625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3LT0vtVqcEHsDLtQG6QgposLtKNAaTR { width:4.375rem;height:0.25rem;top:1.5625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #MX0OdT1XezBIgX1TN3LtkqvDLs0AmlWN { width:4.375rem;height:0.25rem;top:1.5625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6BNdysvNpih5HDhxO372m5qk7t4VKhs { width:4.375rem;height:0.25rem;top:1.5625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #nILAUnOnMCwEyhvn0XXogLGUef92stQh { top:21.75rem;left:16.625rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS7EUAawBq1viFdooMtSxiskq5uQkxrD { display:block; }
 }@media only screen and (max-width: 763px) { #WDldxdtnSsbzZ6TfVZUT9eD4QW7sq5hX { top:24.6875rem;left:16.75rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE8pDhNVKRJQBK1RGX8ni1IFVW06tIJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #tQcIozdPV0b6EMq1HMT8n9IpetQyqDLA { top:27.8125rem;left:16.75rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLB9WFbXkqBTpgQIvNQhSNDsHMcfGR3K { display:block; }
 }@media only screen and (max-width: 763px) { #TkpL77LI3EC7T7FcDZPfd82m4CsiNpaz { width:13.9375rem;height:7.75rem;top:34.125rem;left:16.520182609558rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUHMVolcuGTpSTbUfI9uwmnJ3SsFLAtE { width:14.4375rem;height:2.75rem;top:42.1875rem;left:16.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK9xkVzn82y6OCdPdM9XTm6hzt2uSBFR { top:21.75rem;left:1.75rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTDyA5w1qqv4ub0Xat3buAVEVpwTWUaT { display:block; }
 }@media only screen and (max-width: 763px) { #y01rJVOO2mQQECVIVs4IDrzcizZQs9XK { top:37.375rem;left:1.75rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPHKsdQlUneEkAlFNxnlt5GtnB70xfOy { display:block; }
 }@media only screen and (max-width: 763px) { #empTIhHkFLxpVCCAd6bKTWGhU15S8lob { top:24.75rem;left:1.75rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3OBv6a1p0lHg3uF2plxmqMXfOdonWKi { display:block; }
 }@media only screen and (max-width: 763px) { #dLGCppigyNNHl1qZ5zb1vTacpaa1sQLO { top:27.8125rem;left:1.75rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETm6cT5s4gqv3CV53nEusbqKfLFdDkm6 { display:block; }
 }@media only screen and (max-width: 763px) { #o03sf1fRohKs4rLSPOzEMPh3StPhNhLE { top:31rem;left:1.75rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUCEfLJZHBCzEK6u80qbmGXvR2vvC8yo { display:block; }
 }@media only screen and (max-width: 763px) { #qBZsFPDt1qfFb6nTz7OsOb5wQiqD9yvR { top:34.125rem;left:1.75rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Jzd8bwbCLDJs3pKxDabEsGn7wiiJon { display:block; }
 }@media only screen and (max-width: 763px) { #xL8AkWQr5nEwRV7FZUXBlVz03MVTn5Cy { top:18.75rem;left:32.625rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtsvSGuZyUVXQKhbWxPDszmMpshsEzfA { display:block; }
 }@media only screen and (max-width: 763px) { #dMdbVqTuQ3fkNQFS6hRbaseLLtKFByVH { width:14.4375rem;height:4.1875rem;top:22.0625rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvMWmJHh1G9ivelpqBv9ITHOHrIF09SN { top:28rem;left:32.625rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDKN7DglumhqukVJl0AloCbLxoVIcJfT { display:block; }
 }@media only screen and (max-width: 763px) { #PiIPA6ACEmZaKKO1tWCPJmbTbT5XBtnh { width:47.75rem;height:0.25rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SscCPIHHB2Aeq0rB3JPuMKxgTJBAuhnJ { width:14.5rem;height:7.9375rem;top:48.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdrT4TWf6cWnNuq6iC0obbh09ou6tQXD { top:63.5rem;left:1.71875rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCMRa0Ow5Tlt04OyKR3Jx9hnGI7ca6vr { display:block; }
 }@media only screen and (max-width: 763px) { #VzPN0UmSy8PmwvDno9odBAdhoZOVkOJt { top:66.5rem;left:1.71875rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbHKo1Jo0a1kTvD8Gqp9sko048c4Qh3T { display:block; }
 }@media only screen and (max-width: 763px) { #Kv18x0IUWiWHkB1daDff7S3i8nAUqclc { top:69.625rem;left:1.71875rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgbSOoJ1XvDedTcwR1sh8S0vQpMxWMOy { display:block; }
 }@media only screen and (max-width: 763px) { #ZUfrpBFXpccxtLq4EMMicqMcOQP7o8SM { top:72.9375rem;left:1.71875rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv8StDhOMDGCaaSoW7fQaPx58oExCwQn { display:block; }
 }@media only screen and (max-width: 763px) { #GmW2i7n6OPLc8cl5nMkmmMmW20woC4ll { width:13.75rem;height:2.75rem;top:57.125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzW7tCUDf0TrCth4TNGncBTbU1q5tKv8 { width:13.75rem;height:1.1875rem;top:60.0625rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1vkeGJqofsLMU5fItZETPuwATTwg1Qc { width:13.75rem;height:1.1875rem;top:61.25rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFGWxVBZQLgKcbZb04TxlZylOXJf4lR0 { width:13.75rem;height:1.1875rem;top:19.6875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb3eooTih8LPvKf0w6AuQITesPVDBHtD { width:13.75rem;height:1.1875rem;top:17.375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt2NwBt19Tq1WFNLNzXlP2lmS83TxyOi { width:13.75rem;height:1.1875rem;top:18.6875rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQDWIosyU9v8lJcKurgKaEk01liOVgTf { width:13.75rem;height:1.1875rem;top:17.4375rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBqKvFTJwcl0duDHFe6CDpGWKCf0CQnP { width:13.75rem;height:1.1875rem;top:18.5rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msBufPnd27zDODEhX0TMDeZtZQRMweIW { top:31rem;left:16.750000953674rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0W8yqCJBceQhBWwXGB5b2h0xlNirTuc { display:block; }
 }@media only screen and (max-width: 763px) { #ZHbNt7185g1N40vXORp8UIqEkBmNGz3U { width:14.125rem;height:7.9375rem;top:48.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtF4SGtI3PAFr44VsobEktOAeyrD1Ic7 { top:63.5rem;left:15.875rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waRVBiOHGuLvXxW6zVkKWFI82SfEkmPG { display:block; }
 }@media only screen and (max-width: 763px) { #B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf { display:block; }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CU3aHWyWnBHPhmHNum8uq1PcUfBOr0OV { width:0.125rem;height:5.1875rem;top:1.75rem;left:7.091435185185rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMSRlr5aOHtWKA9ehqxmXUThid4AWxSS { width:10.375rem;height:6.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcwosguHxKwlvRMJq6TrTA0REmpc931S { width:46.375rem;height:3.875rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edPEgJSEZQGT4Wfa6lZsTHZp2CzlApV7 { width:4.375rem;height:0.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #de7u4n5HlDJEW1oxJGrbPtuhoeqwzXf2 { width:20rem;height:5.19921875rem;top:2.125rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hx4ydSeuKT2itiGdzCNIqnKwE65Jnq5C { height:11.2314375rem;width:20rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLHph8iCTs2VQdJHSzRdZMhrVfIwi1i4 { width:20rem;height:7.7988125rem;top:23.5434375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 { display:block; }#Gn6ITy5J6q0qigOUTatv4ZFDFT2bySa3 > .row .container { width:20rem;height:173.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErCtT2251mH80rM3gPwfqEBqLM1aJinN { width:20rem;height:1.29980625rem;top:2.1875rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g3v0SGiSTF2H0l6PtOWtmecLo4fxg9pO { width:20rem;height:1.29980625rem;top:5.0625rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { width:4.375rem;height:0.25rem;top:3.4873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fig6eSnudmLiTKhkL2QuG6C8hJsXpJ09 { width:20rem;height:2.625rem;top:6.9248046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSPbkfaWPVhRVrST3r3Pwevc8p2hngvI { width:20rem;height:172.9375rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF { display:block; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { width:20rem;height:292.80283125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAEyCVGNod3WIr5qF88WCyGEfvmSbq84 { width:13.75rem;height:2.79980625rem;top:11.25rem;left:1.0830078125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hnOGsqWkUtCXTgeD1iNHMn6o3Nm0rQtM { width:13.75rem;height:2.79980625rem;top:36.75rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUEdsJ9bSz116hu5ZmwDeLQCo9bu1fBw { width:13.75rem;height:2.79980625rem;top:54.375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qoH1FTDNqzo4BqkAtOmt9sG3niL9Xymz { height:9.8125rem;width:17.875rem;top:1.3125rem;left:1.0830078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnQsmrLrvubhs8PvaT6ABGrUvwLTmcx9 { height:9.625rem;width:17.5rem;top:26.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SughcDoMU3XwWGsKZzGH14ATe1fRqQ73 { height:9.5625rem;width:17.4375rem;top:44.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqRImLBkrBfTJefaa1iINTCDJhCdQdyT { width:4.375rem;height:0.25rem;top:15.52392578125rem;left:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #w9wee5pvcEfQT5lNEWMQsieoRnApinhH { width:4.375rem;height:0.25rem;top:41.125rem;left:1.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ZwyZrvSdr5OKPHhFFGppsC9Me9WxJqOO { width:4.375rem;height:0.25rem;top:57.375rem;left:1.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #yWwtiK9WcdSPazOTAusotZ7F9E58u88g { width:4.375rem;height:0.25rem;top:74.76171875rem;left:1.0830078125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #starqMVbtha7kRQAoF5UKgX2iURuuw5x { width:4.375rem;height:0.25rem;top:107.9375rem;left:1.375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #zu6E9saTQTU81MsSOhED44nHh3IHmr5S { width:4.375rem;height:0.25rem;top:91.9375rem;left:1.0830078125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #T3LT0vtVqcEHsDLtQG6QgposLtKNAaTR { width:4.375rem;height:0.25rem;top:170.75rem;left:1.0830078125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #MX0OdT1XezBIgX1TN3LtkqvDLs0AmlWN { width:4.375rem;height:0.25rem;top:126.75rem;left:1.625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #e6BNdysvNpih5HDhxO372m5qk7t4VKhs { width:4.375rem;height:0.25rem;top:142rem;left:1.0830078125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #nILAUnOnMCwEyhvn0XXogLGUef92stQh { top:195.125rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS7EUAawBq1viFdooMtSxiskq5uQkxrD { display:block; }
 }@media only screen and (max-width: 763px) { #WDldxdtnSsbzZ6TfVZUT9eD4QW7sq5hX { top:198.5625rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE8pDhNVKRJQBK1RGX8ni1IFVW06tIJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #tQcIozdPV0b6EMq1HMT8n9IpetQyqDLA { top:202rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLB9WFbXkqBTpgQIvNQhSNDsHMcfGR3K { display:block; }
 }@media only screen and (max-width: 763px) { #TkpL77LI3EC7T7FcDZPfd82m4CsiNpaz { height:7.75rem;width:13.9375rem;top:205.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUHMVolcuGTpSTbUfI9uwmnJ3SsFLAtE { width:14.4375rem;height:2.79980625rem;top:214.5625rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK9xkVzn82y6OCdPdM9XTm6hzt2uSBFR { top:174.5rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTDyA5w1qqv4ub0Xat3buAVEVpwTWUaT { display:block; }
 }@media only screen and (max-width: 763px) { #y01rJVOO2mQQECVIVs4IDrzcizZQs9XK { top:191.6875rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPHKsdQlUneEkAlFNxnlt5GtnB70xfOy { display:block; }
 }@media only screen and (max-width: 763px) { #empTIhHkFLxpVCCAd6bKTWGhU15S8lob { top:177.9375rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3OBv6a1p0lHg3uF2plxmqMXfOdonWKi { display:block; }
 }@media only screen and (max-width: 763px) { #dLGCppigyNNHl1qZ5zb1vTacpaa1sQLO { top:181.375rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETm6cT5s4gqv3CV53nEusbqKfLFdDkm6 { display:block; }
 }@media only screen and (max-width: 763px) { #o03sf1fRohKs4rLSPOzEMPh3StPhNhLE { top:184.8125rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUCEfLJZHBCzEK6u80qbmGXvR2vvC8yo { display:block; }
 }@media only screen and (max-width: 763px) { #qBZsFPDt1qfFb6nTz7OsOb5wQiqD9yvR { top:188.25rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Jzd8bwbCLDJs3pKxDabEsGn7wiiJon { display:block; }
 }@media only screen and (max-width: 763px) { #xL8AkWQr5nEwRV7FZUXBlVz03MVTn5Cy { top:218.61230625rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtsvSGuZyUVXQKhbWxPDszmMpshsEzfA { display:block; }
 }@media only screen and (max-width: 763px) { #dMdbVqTuQ3fkNQFS6hRbaseLLtKFByVH { width:14.4375rem;height:4.1997rem;top:222.04980625rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvMWmJHh1G9ivelpqBv9ITHOHrIF09SN { top:227.499025rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDKN7DglumhqukVJl0AloCbLxoVIcJfT { display:block; }
 }@media only screen and (max-width: 763px) { #PiIPA6ACEmZaKKO1tWCPJmbTbT5XBtnh { width:20rem;height:0.25rem;top:238.35839375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SscCPIHHB2Aeq0rB3JPuMKxgTJBAuhnJ { width:14.5rem;height:7.9375rem;top:239.85839375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdrT4TWf6cWnNuq6iC0obbh09ou6tQXD { top:258.04241875rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCMRa0Ow5Tlt04OyKR3Jx9hnGI7ca6vr { display:block; }
 }@media only screen and (max-width: 763px) { #VzPN0UmSy8PmwvDno9odBAdhoZOVkOJt { top:261.47991875rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbHKo1Jo0a1kTvD8Gqp9sko048c4Qh3T { display:block; }
 }@media only screen and (max-width: 763px) { #Kv18x0IUWiWHkB1daDff7S3i8nAUqclc { top:264.91741875rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgbSOoJ1XvDedTcwR1sh8S0vQpMxWMOy { display:block; }
 }@media only screen and (max-width: 763px) { #ZUfrpBFXpccxtLq4EMMicqMcOQP7o8SM { top:268.35491875rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv8StDhOMDGCaaSoW7fQaPx58oExCwQn { display:block; }
 }@media only screen and (max-width: 763px) { #GmW2i7n6OPLc8cl5nMkmmMmW20woC4ll { width:13.75rem;height:0;top:249.04589375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzW7tCUDf0TrCth4TNGncBTbU1q5tKv8 { width:13.75rem;height:0;top:253.09450625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1vkeGJqofsLMU5fItZETPuwATTwg1Qc { width:13.75rem;height:0;top:255.5684625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFGWxVBZQLgKcbZb04TxlZylOXJf4lR0 { width:13.75rem;height:0;top:235.8844375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb3eooTih8LPvKf0w6AuQITesPVDBHtD { width:13.75rem;height:0;top:233.41048125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt2NwBt19Tq1WFNLNzXlP2lmS83TxyOi { width:13.75rem;height:0;top:274.266375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQDWIosyU9v8lJcKurgKaEk01liOVgTf { width:13.75rem;height:0;top:271.79241875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBqKvFTJwcl0duDHFe6CDpGWKCf0CQnP { width:13.75rem;height:0;top:230.936525rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msBufPnd27zDODEhX0TMDeZtZQRMweIW { top:276.74033125rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0W8yqCJBceQhBWwXGB5b2h0xlNirTuc { display:block; }
 }@media only screen and (max-width: 763px) { #ZHbNt7185g1N40vXORp8UIqEkBmNGz3U { width:14.125rem;height:7.9375rem;top:280.17783125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtF4SGtI3PAFr44VsobEktOAeyrD1Ic7 { top:289.36533125rem;left:2.9375rem;width:14.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waRVBiOHGuLvXxW6zVkKWFI82SfEkmPG { display:block; }
 }@media only screen and (max-width: 763px) { #B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf { display:block; }#B93DrnX3NCoTSD3WtCGKko6mtnSyeGRf > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CU3aHWyWnBHPhmHNum8uq1PcUfBOr0OV { width:0.1875rem;height:3.5rem;top:2.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMSRlr5aOHtWKA9ehqxmXUThid4AWxSS { width:10.375rem;height:6.75rem;top:0.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcwosguHxKwlvRMJq6TrTA0REmpc931S { width:18.75rem;height:10.3984375rem;top:7.25rem;left:0.8125rem;font-size:1rem;display:block; }
 }