.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:216,242,247;--color-primary-1:208,227,246;--color-primary-2:59,189,217;--color-primary-3:10,173,208;--color-primary-4:12,57,75;--color-secondary-0:254,252,233;--color-secondary-1:252,244,181;--color-secondary-2:248,232,107;--color-secondary-3:124,116,54;--color-secondary-4:37,35,16;--color-tertiary-0:255,255,255;--color-tertiary-1:60,60,60;--color-tertiary-2:45,45,45;--color-tertiary-3:32,32,32;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { background-color: transparent; background-image: none; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container > .video-iframe-container { display: none; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row > .video-iframe-container { display: none; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .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); }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { border-width: 0; border-radius: 0; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#r7QoXiUmgIqG1hrVHcSDom0kCgQmPwPN { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:14.875rem;top:0.8125rem;left:1.6513671875rem;overflow:hidden;display:block; }
#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container { background-color: transparent; background-image: none; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container > .video-iframe-container { display: none; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row > .video-iframe-container { display: none; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .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); }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container { border-width: 0; border-radius: 0; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#ygNImUxPewEsbEK9q6dJwM749hxha5Tf { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:14.4375rem;left:0rem;height:6rem;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; }
#XAVpWuRBaZJmU7JvDTUsldeeaD2D7M4X { color:rgba(var(--color-tertiary-0),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0.125rem;height:5.0371125rem;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; }
#Ta2WzfS8pPqMECJdrl0JGwTVdC0UDamI { color:rgba(var(--color-tertiary-0),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:10.125rem;left:0rem;height:3.5rem;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; }
#AXGQDd5kb1PgklBrvULTC8uNPTrUe22D { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:36.0625rem;top:8.5rem;left:0.125rem;display:block; }
#Gp1hSdP0OiRvuFxPiWKIMo6I4z4DLB9d { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:36.1875rem;top:4.3125rem;left:39.44447815534rem;overflow:hidden;display:block; }
#aBwwPslsAnQVVmuEaT910VoBZu4BuuTT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#112b45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.6875rem;left:0rem;display:block; }
#h16OBrxMIFzlhDHUdShIQpDHpAQ8W0p7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGKiH4VGvHsJOfMevWT1rgCE15wLo85y { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:29.375rem;left:0.875rem;height:1.30625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f1;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; }#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB > .row .container { background-color: transparent; background-image: none; }#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB > .row .container > .video-iframe-container { display: none; }#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB > .row > .video-iframe-container { display: none; }#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB > .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); }#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB > .row .container { border-width: 0; border-radius: 0; }#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#KTfwKGcD4XhJbKLDUrLioaa6ekLTL6Mt { box-sizing:content-box;height:55.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.9375rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#rcvuEZymTPuVccWvaEpJUTdDTchwVv8H { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:#1a7f70;background-image:none;top:1.8115234375rem;left:2.96630859375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#uUitrpVwHX6GQvrkMXoWI4a3S6spcqIG { color:rgba(var(--color-tertiary-0),1);display:block;width:7.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.09228515625rem;left:3.68408203125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RUS3MukOBqAc3cgNFlT7Pb9rKVTqoQPJ { color:#2a4778;display:block;width:28.1875rem;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:5rem;left:2.96875rem;height:5.2rem;font-style:normal;display:block; }
#ZraTFL2pnVJI0OpPmNwVKDuCmAsGM8Mx { color:rgba(var(--color-primary-3),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.5rem;left:2.96875rem;height:6.375rem;display:block; }
#ZZSG6oQpvPkXLHBDa9K8B9nNcTTQTkF0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:26.625rem;top:1.8125rem;left:46.15625rem;overflow:hidden;display:block; }
#A7A7NRdJpATH9AEeGvQzCFXS815fuihA { box-sizing:content-box;height:8.75rem;width:21.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:18.875rem;left:2.96875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#qGQyedMDCmoV8NkCegpVcMyP5kKSO0Cs { 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:2.75rem;width:2.75rem;top:19.875rem;left:59.96875rem;overflow:hidden;display:block; }
#qb1I5vha8XiIhvq2vs2St4lWeKFLoo2D { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.25rem;left:2.96875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#pHWt9mUnuvI764XATd7b88qGCLXO1QGq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.5498046875rem;left:3.28125rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#OtetrDbtklehOaWrtgzlk2OXgXmbiS80 { box-sizing:content-box;height:8.75rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;top:18.875rem;left:26.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ObOZupsDkHX5U9cvnJhHa2W0gWIulvF9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:19.875rem;left:36.25rem;overflow:hidden;display:block; }
#BKPThzWotkvTVcv5SI87KP47JRIZuWcr { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.25rem;left:26.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#N2foEtpIoPfHQM1Ra6Cm79MzTEFltwxy { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:24.5498046875rem;left:50.71875rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#O0bZkfH9nvDMeNuAvOZSgXGqVr3Dg8JH { box-sizing:content-box;height:8.75rem;width:21.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;top:18.875rem;left:50.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#S2LnewhmD6fu23CEumHpkyJSnvmevoc3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:19.875rem;left:11.625rem;overflow:hidden;display:block; }
#fgNrpkgKd24whvM9vGsFPpSMR2UDFH0e { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.25rem;left:51rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Abw5aTtJoVfyc2SOdXUmJaSlwnOWMURy { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5498046875rem;left:27.59375rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#qhimd59yPSCbWIVQdLg5ZpOxeo92DcBq { box-sizing:content-box;height:3.0625rem;width:69.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(79deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(79deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(79deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(79deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(79deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;top:28.8125rem;left:2.96875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UNgRQKhcDb1uvMvaMoTFtC6t1qsw4oAs { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.53125rem;left:4.75rem;height:1.70625rem;font-style:normal;display:block; }
#RcfcVdIi3mHJiA0INe4kS90ymfvmyXmF { box-sizing:content-box;height:22.8125rem;width:69.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.63671875rem;left:2.9375rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#lwtH6xHSKy1LAMQRhpDlWC3O1ua0pK9I { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:33.4375rem;left:4.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QRdpCM71kW3t5GaGEofcbUuTbOQu567z { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-1),1);background-image:none;top:33.375rem;left:4.375rem;display:block; }
#P48L7nQ1vUoZmd6wv9Sdzyvy33s42Jri { color:#1c3b6f;display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:41.3125rem;left:7.875rem;height:1.4619125rem;display:block; }
#lTxgVALCwxN8W8baJNnv4gxqOavSknVv { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:37.125rem;left:4.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xThSZSpOl326GRuLWNTiAsQoOe37omBX { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;top:37.0625rem;left:4.375rem;display:block; }
#fdZqDm86wiNARtiJFfgIqVgPTPDyBGHk { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:40.6875rem;left:4.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sZzHvZTGBPPUVEiabpTdwehglTqd2oSU { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-1),1);background-image:none;top:40.625rem;left:4.375rem;display:block; }
#JhTuvtdHny4SSKI19Kpg9oob2TOGTIIU { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:44.3125rem;left:4.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zccXrKwZKHXhcmGcoHTkTHeE6W3UM3OE { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-primary-1),1);background-image:none;top:44.25rem;left:4.375rem;display:block; }
#PHxsS4f1zPEX3HQCaKhK9VecdZqlATM0 { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:47.9375rem;left:4.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i09bRawkv2BzXhVfby07yKeHmghyXsQg { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:rgba(var(--color-primary-1),1);background-image:none;top:47.875rem;left:4.375rem;display:block; }
#ElQ3x6AWe1q00fE8KXKfrVUZ2Xb6nlU9 { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:51.4375rem;left:4.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pPeTyp9tCnXQNA0sNgaVZTQODfGSW1gE { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:rgba(var(--color-primary-1),1);background-image:none;top:51.375rem;left:4.375rem;display:block; }
#WkqJx8JZ0JZ1QNnCGiCrMnz4GdhCkIFy { color:#1c3b6f;display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:44.875rem;left:7.875rem;height:1.4619125rem;display:block; }
#xJmGSuZBMJlKgN8aK14JQ20fFJ4cTB36 { color:#1c3b6f;display:block;width:59.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:48.5625rem;left:7.875rem;height:1.4619125rem;display:block; }
#p6T6ATACkR6Da7am1uyGGIGIMX4JPUTA { color:#1c3b6f;display:block;width:59.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:52.1875rem;left:7.875rem;height:1.4619125rem;display:block; }
#cK0Z7iHSFES2bk4KU1f26NutD31eDFRe { color:#1c3b6f;display:block;width:63.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:37.625rem;left:7.875rem;height:1.4619125rem;display:block; }
#HGtJx64danxRW3nb9GqkqR1Ml6tFg7wT { color:#1c3b6f;display:block;width:63.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:34.0068359375rem;left:7.875rem;height:1.4619125rem;display:block; }
#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container { background-color: transparent; background-image: none; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container > .video-iframe-container { display: none; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row > .video-iframe-container { display: none; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .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); }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container { border-width: 0; border-radius: 0; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#ScmtRbUv0rheGFZuMsFdyxA3C86FNgfq { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:2.7937545776367rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z80mEfVJn5cR9eP664mhlRn34OQ2ATes { color:rgba(var(--color-tertiary-2),1);display:block;width:66.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:3.7937488555908rem;left:4.3125rem;height:3.8501rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container { background-color: transparent; background-image: none; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container > .video-iframe-container { display: none; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row > .video-iframe-container { display: none; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .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); }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container { border-width: 0; border-radius: 0; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#DPscFTFo8lba7s6ZziPe6EP605TgPV8J { color:rgba(17,43,69,0.9);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:2.0625rem;left:3.125rem;height:9.28125rem;display:block; }
#lweiRu8T1fRrc7gZvkTgGLntmw1DuKKV { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:13.25rem;left:3.1875rem;height:8.25rem;display:block; }
#TpCKFJzoRdZt4KllPHevSPmlZf35hVh4 { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:25.4375rem;left:58.5rem;height:5.15625rem;display:block; }
#FQWcHS0IEeLUHZZTzk6q2PUIKK0UIufx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.375rem;width:38.375rem;top:2.0625rem;left:18.312498092651rem;overflow:hidden;display:block; }
#iAcnSo8PLTm0Al4x2nNNW7GmJVaQWbc5 { 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:2.25rem;width:2.375rem;top:2.1875rem;left:0.15625rem;overflow:hidden;display:block; }
#IlAnvRTgQxT73cTNxok0oTXRV2J18dp9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.375rem;top:13.4375rem;left:0rem;overflow:hidden;display:block; }
#EIosrs1NwUAt7fIwg0aZM0eixJLe2n76 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24975625rem;width:2.37426875rem;top:25.43701171875rem;left:55.5615234375rem;overflow:hidden;display:block; }
#ZTSz20hZfZxxduXZdpV9NIKAmIOvNIT9 { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:32.125rem;left:59rem;height:4.125rem;display:block; }
#EVSKg9DGBrhUPhkMQvuTrd31ai7iFofv { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:10.9375rem;left:58.376041412354rem;height:6.1875rem;display:block; }
#RMuQgWFslc96Zet7J4nKWwPdOc6dL6uV { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.25rem;left:58.375rem;height:8.25rem;display:block; }
#AtEMddSeUCAd8W3kQLdhRBVx90HnFzy9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.375rem;top:11rem;left:55.5625rem;overflow:hidden;display:block; }
#o5v8fq5M5CdLWya75nBqDe6UTE7GxOyL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24975625rem;width:2.37426875rem;top:32.1240234375rem;left:55.5615234375rem;overflow:hidden;display:block; }
#f63G8PryO7ah9yfKvwflItWfKF5fyOu4 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.375rem;top:2.5rem;left:55.5625rem;overflow:hidden;display:block; }
#AZxWfrF93Aors72Keo6LJ9yhwTg6RUJE { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.5rem;width:14.375rem;top:0.5625rem;left:3.3125038146973rem;display:block; }
#KzpedxWCBhin1mR0zES0v5QN4TMrgOZO { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24975625rem;width:2.37426875rem;top:19.320068359375rem;left:55.687255859375rem;overflow:hidden;display:block; }
#TZoDoBM4ghVC7VqTcTVRKRdxxq3d5GNv { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:18.6875rem;left:59rem;height:5.15625rem;display:block; }
#w7zC5mMRWCzQeAvDQovvSL1vIruvTo5H { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.5rem;width:5.25rem;top:17.125rem;left:59.25rem;display:block; }
#nTk8BbsTwFgMwu9lQEAo7Gh6tTwtq5ry { color:#112b45;display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15041;line-height:.8;letter-spacing:0;top:17.625rem;left:59.3125rem;height:0.6rem;text-align:center;text-align-last:center;display:block; }
#trn2tUwrLpxzTkSUpqnbq6R3khkzf7Zu { color:#112b45;display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15042;line-height:.8;letter-spacing:0;top:1.125rem;left:58.375rem;height:0.6rem;text-align:center;text-align-last:center;display:block; }
#wBgINiToBWQ6WfOTLZotgRrF8UbxkgTf { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.5rem;width:5.25rem;top:0.5625rem;left:58.4375rem;display:block; }
#lWKx2aktV41wAG75BGbTqNCyyD1ZRyKT { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.5rem;width:7.875rem;top:37.3125rem;left:59rem;display:block; }
#THRt5wZGp3mwwnZqdNhzPwSkIUOTI6Tn { color:#112b45;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15043;line-height:.8;letter-spacing:0;top:37.75rem;left:59.6875rem;height:0.6rem;text-align:center;text-align-last:center;display:block; }
#h7Lelhpwe1VfJJTBITMn1GSEJZm6MuN6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.375rem;top:29.5rem;left:0rem;overflow:hidden;display:block; }
#XblKmizMbL0nOlP2qcuBZ42R8JkTG9xg { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:29.625rem;left:2.75rem;height:11.34375rem;display:block; }
#PMElD2tD6XVcGPsXNRX4tipxIa8nPGT8 { color:#112b45;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15043;line-height:.8;letter-spacing:0;top:1.0125007629394rem;left:3.6250038146973rem;height:0.599609375rem;text-align:center;text-align-last:center;display:block; }
#K3KaPCCV96brKq9gs6iFPKaPKpXhphkV { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:22.0625rem;left:2.9375rem;height:6.1875rem;display:block; }
#ybnq99ImTI2zuEPCJkv3pHO6M7Gxasv8 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.375rem;top:22.25rem;left:0rem;overflow:hidden;display:block; }
#fCdRJhn2TzbrxpJGq5S7Zq8gG5hWXDWp { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.37426875rem;top:38.748046875rem;left:55.5615234375rem;overflow:hidden;display:block; }
#d0xOekUF58Sn3fVQnsMDfqfhsPNpQHMa { color:rgba(17,43,69,0.9);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:38.8125rem;left:59rem;height:4.125rem;display:block; }
#fsSirptDvsM746MrIGKAXFZ2euaiHKrU { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#112b45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.25rem;left:25.90625rem;display:block; }
#kwvF0Q15xSAlJLrSoVIWgQ608POqW1yE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { background-color: transparent; background-image: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container > .video-iframe-container { display: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container { display: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .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); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { border-width: 0; border-radius: 0; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { font-size:0.875rem;font-family:rubik;height:47.9375rem;width:75rem;position:relative;display:block; }#iVSVM5l9J92do3RCL1kJOWiNTCklErnd { color:rgba(var(--color-tertiary-4),1);display:block;width:56.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:9.2187461853025rem;height:2.92535rem;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;text-align:center;text-align-last:center;display:block; }
#IS0OZL5TKSQAhrsV0MgRWwTVDVT3xBFf { color:rgba(var(--color-tertiary-2),1);display:block;width:66.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15035;line-height:1.1;letter-spacing:0;top:2.125rem;left:4.0416641235351rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vbXZ9AQqTNAlRrTAavSqSFTXSKHdsaXx { 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.125rem;width:8.1875rem;top:36.5rem;left:56.5625rem;overflow:hidden;display:block; }
#VKdcTrPMIgxdtzp4qd5acxaWxvQSQl4E { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(195,195,195,0.4);border-left:0.0625rem solid rgba(195,195,195,0.4);border-right:0.0625rem solid rgba(195,195,195,0.4);border-bottom:0.0625rem solid rgba(195,195,195,0.4);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.0625rem;width:20.625rem;top:11.75rem;left:26.8125rem;display:block; }
#oeoq2aP0QuPuIemC7V29m6NQqG5ynVJ3 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26rem;width:20.625rem;top:11.75rem;left:50.5625rem;display:block; }
#agUdpBlnSmTnJSFQpnlSeE3GqPo40Ioe { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:13.125rem;left:29.75rem;height:22.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JeXfnuFxarCurtQnt8USP49nmW0iy7Ke { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:12.75rem;left:53.125rem;height:23.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H8KHrCS3HPaxxxdqFyvbcIotWHuHDawQ { 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.125rem;width:8.1875rem;top:36.5rem;left:33.6875rem;overflow:hidden;display:block; }
#vTirWJGUmCTNR5yyaDl9mZ45guiwwpFC { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(195,195,195,0.4);border-left:0.0625rem solid rgba(195,195,195,0.4);border-right:0.0625rem solid rgba(195,195,195,0.4);border-bottom:0.0625rem solid rgba(195,195,195,0.4);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.3125rem;width:20.625rem;top:11.75rem;left:3.1875rem;display:block; }
#kOS9s5ibsWgMZAoRAAuyr6OSk0pITS9g { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:13.5625rem;left:5.5625rem;height:18.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VQ8btwUIHo7QlqQtNiZSxuDvN1KTA7aa { position:absolute;display:block;z-index:15033;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.125rem;width:8.1875rem;top:36.5rem;left:8.6875rem;overflow:hidden;display:block; }
#PJVcTLJFAzqkQQTHh2DpPINkU2xT7bCt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.6875rem;top:8.9375rem;left:6.4375rem;overflow:hidden;display:block; }
#J7Adhu60kXkMhmWMZTiA5PlUyDd6qlqO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.6875rem;top:8.9375rem;left:30.4375rem;overflow:hidden;display:block; }
#tsEwSeWwWhU0rTZsCRHBZ2bW1NfSsH0a { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.6875rem;top:8.9375rem;left:54.1875rem;overflow:hidden;display:block; }
#DnacH58uzAyNWuJRJurId9W0Tndiqkxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;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; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container { background-color: transparent; background-image: none; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container > .video-iframe-container { display: none; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row > .video-iframe-container { display: none; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .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); }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container { border-width: 0; border-radius: 0; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#JFzaQugGciaKfItCq2xPhdWSJyQQ6kkT { color:rgba(var(--color-tertiary-2),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:1.7562503814698rem;left:18.749996185302rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QF5DLpCBxkNJLolCsevcov5948V1L9bH { color:rgba(var(--color-tertiary-2),1);display:block;width:66.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:5.8187503814697rem;left:3rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#svxbeJNlBlPM5lAWcPSztzdgdGoollcE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container { background-color: transparent; background-image: none; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container > .video-iframe-container { display: none; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row > .video-iframe-container { display: none; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .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); }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container { border-width: 0; border-radius: 0; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#yBC9utdtZrEguZTeI8HrtAoUrFQgyW2g { color:rgba(var(--color-tertiary-1),1);display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1302084922791rem;left:5.03125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E2afHix92GxGJF37rvJi59NTJlqHDUXv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;top:6.8125rem;left:10.125rem; }
#PNxiJDMVnxpxzIFWCP65uss8RS9LK5CH { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem dotted #00a219;border-left:0.0625rem dotted #00a219;border-right:0.0625rem dotted #00a219;border-bottom:0.0625rem dotted #00a219;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.8125rem;width:28.125rem;top:10.4375rem;left:0rem;display:block; }
#iFrLZ84Mh0w4dZcKyyEsqlWJRvP98Uny { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;top:8.4375rem;left:49.5rem; }
#TmwcSIrnDV0eTTcfgV612MbXxOGRxMbU { color:rgba(var(--color-tertiary-1),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:3.6728515625rem;left:43.5380859375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TDTyE4R6LW7HPyKfTl7sSwpM0nt2zH79 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem dotted #00a219;border-left:0.0625rem dotted #00a219;border-right:0.0625rem dotted #00a219;border-bottom:0.0625rem dotted #00a219;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.6875rem;width:44.9375rem;top:10.3125rem;left:30.1005859375rem;display:block; }
#qA48g12qKsfK6GWimTWLOUCqK2N8cUrv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:24.375rem;left:57.1875rem;height:5.59765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Si3J8F8i1GGe6ZCoqG0msT8dpo3iJzQI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:24.375rem;left:31.09375rem;height:5.59765rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#inhDy2RJC5rB4FchnWnaAZpwTIJuJPZG { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:16.3125rem;left:34.8125rem; }
#pMyJUstJgHPtR1a3G6cREh7maHBqoA9x { color:rgba(var(--color-tertiary-1),1);display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:3.671875rem;left:10.59375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MUuc8wtJqX8WP7uvMoaNDyxHDG2JcKGm { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;top:16.4375rem;left:16.5rem; }
#H5toIXkE5vp9Aafcpg36TEs1ogS7zHDF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:24.4375rem;left:0.375rem;height:1.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Eeh91lKR3IF0GuwflLqwMdsnTepch07u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;top:6.8125rem;left:47.875rem; }
#xZ0rwqaCHXLCLEemE3oBAbJWQykZIJPl { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:24.4375rem;left:12.625rem;height:6.99706875rem;text-align:center;text-align-last:center;display:block; }
#yS1c2T5faWqGdabl22H9adTy08f89lHo { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:6.8125rem;width:6.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;top:16.15625rem;left:2.9375rem; }
#PqVUVlHLelGU97R8WQc7bBX8ZccMQNux { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:6.5625rem;top:14.5625rem;left:62.53125rem;overflow:hidden;display:block; }
#xWf0emsSpgbxE7zUoIdmUIfRryFAZIA4 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#112b45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.1875rem;left:25.90625rem;display:block; }
#MdFNKbQEm8P3OQb7MtOlfxmOK8E80XF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ixK0e9NpEoxv52pI5OSwNn76KVXFd72E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;top:8.4375rem;left:11.75rem; }
#a8N98tKoiJWPiZDTABaNXJHJyECHFNCN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:24.375rem;left:46.1005859375rem;height:5.59765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X1WdxbNL7Zz6ESuJ9Fwf5UHXgRHFScvS { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;top:15.34375rem;left:46.84375rem; }
#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container { background-color: transparent; background-image: none; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container > .video-iframe-container { display: none; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row > .video-iframe-container { display: none; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .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); }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container { border-width: 0; border-radius: 0; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#dZsUi50xrTTHNJlSdrHPp88haWmPTco2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:10.125rem;left:11.25rem;overflow:hidden;display:block; }
#CxpT5DBpHC2hSy0ED3bT065dcT3zXRhn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:8.8125rem;top:12.3125rem;left:20.125rem;overflow:hidden;display:block; }
#nE7Rbty6RPqeKUFnatd09BXxyrIl2cD5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:10.125rem;left:31.9375rem;overflow:hidden;display:block; }
#ZbFDLb7aMTckQMOnMrd8asieQJ9vCgqb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:8.8125rem;top:12.3125rem;left:42.6875rem;overflow:hidden;display:block; }
#tuuotOXhlpBw5Z0tyz6oih60OLUP27Fw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:10.125rem;left:56.5625rem;overflow:hidden;display:block; }
#svXwvOAyeVtKqUxTQOqMCpioifAT8bTm { color:#112b45;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.8125rem;left:7.5rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#hRSQIbk7b8PqNSLxp4B27tblwPwTV9qd { color:#112b45;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.8125rem;left:27.9375rem;height:6.499025rem;text-align:center;text-align-last:center;display:block; }
#KpxVwI5OygZM4NzSDti9LXUPL8ZePz19 { color:#112b45;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:52.875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#ABzOZ0ZMvtNVfpS6T7tH3BMl7ikog0Fm { color:rgba(var(--color-tertiary-3),1);display:block;width:70.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:26.3125rem;left:2.21875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eLlvB7LSBH0HJgr5c5JN1Akrn0ZPqlwX { color:rgba(var(--color-tertiary-3),1);display:block;width:65.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.609375rem;left:4.8125rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3e7JxgJQxzOoP7IBsxTScP5MLmTDnXE { color:#203949;display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:22.781251907349rem;height:2.92535rem;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;text-align:center;text-align-last:center;display:block; }
#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container { background-color: transparent; background-image: none; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container > .video-iframe-container { display: none; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row > .video-iframe-container { display: none; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .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); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container { border-width: 0; border-radius: 0; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#LK7MUnTL4N286nDbyEEH0TbvlsRJAuxx { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d { display:block; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { width:47.75rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r7QoXiUmgIqG1hrVHcSDom0kCgQmPwPN { width:11.8125rem;height:2.8125rem;top:0.71875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef { display:block; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container { width:47.75rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ygNImUxPewEsbEK9q6dJwM749hxha5Tf { width:22rem;height:4.798825rem;top:10.462890625rem;left:12.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #XAVpWuRBaZJmU7JvDTUsldeeaD2D7M4X { width:43.3125rem;height:3.8994125rem;top:1.875rem;left:2.25rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Ta2WzfS8pPqMECJdrl0JGwTVdC0UDamI { width:38.5625rem;height:2.7119125rem;top:6.8994140625rem;left:4.59375rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AXGQDd5kb1PgklBrvULTC8uNPTrUe22D { width:27.375rem;height:0.3125rem;top:5.57421875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gp1hSdP0OiRvuFxPiWKIMo6I4z4DLB9d { width:36rem;height:25.375rem;top:16.3857421875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aBwwPslsAnQVVmuEaT910VoBZu4BuuTT { width:26.125rem;height:3.125rem;top:44.75rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h16OBrxMIFzlhDHUdShIQpDHpAQ8W0p7 { display:block; }
 }@media only screen and (max-width: 1199px) { #PGKiH4VGvHsJOfMevWT1rgCE15wLo85y { top:48.9375rem;left:13.1875rem;width:21.375rem;height:1.23730625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB { display:block; }#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB > .row .container { width:47.75rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KTfwKGcD4XhJbKLDUrLioaa6ekLTL6Mt { width:47.75rem;height:45.875rem;top:2.9375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #rcvuEZymTPuVccWvaEpJUTdDTchwVv8H { width:9.375rem;height:2.1875rem;top:1.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uUitrpVwHX6GQvrkMXoWI4a3S6spcqIG { width:7.9375rem;height:1.625rem;top:2.09375rem;left:1.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RUS3MukOBqAc3cgNFlT7Pb9rKVTqoQPJ { width:26.1875rem;height:5.2rem;top:5.625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZraTFL2pnVJI0OpPmNwVKDuCmAsGM8Mx { width:42.25rem;height:6rem;top:13.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZZSG6oQpvPkXLHBDa9K8B9nNcTTQTkF0 { width:20.6875rem;height:11rem;top:1.8125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7A7NRdJpATH9AEeGvQzCFXS815fuihA { width:23.125rem;height:8.75rem;top:22.0625rem;left:0.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #qGQyedMDCmoV8NkCegpVcMyP5kKSO0Cs { width:2.75rem;height:2.75rem;top:32.59375rem;left:22.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qb1I5vha8XiIhvq2vs2St4lWeKFLoo2D { width:21.25rem;height:1.3rem;top:26.4375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pHWt9mUnuvI764XATd7b88qGCLXO1QGq { width:21.25rem;height:2.2734375rem;top:27.7373046875rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OtetrDbtklehOaWrtgzlk2OXgXmbiS80 { width:22.3125rem;height:8.75rem;top:22.0625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ObOZupsDkHX5U9cvnJhHa2W0gWIulvF9 { width:2.75rem;height:2.75rem;top:22.9375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKPThzWotkvTVcv5SI87KP47JRIZuWcr { width:21.25rem;height:1.3rem;top:26.4375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N2foEtpIoPfHQM1Ra6Cm79MzTEFltwxy { width:21.25rem;height:2.2734375rem;top:37.8623046875rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0bZkfH9nvDMeNuAvOZSgXGqVr3Dg8JH { width:23.9375rem;height:8.75rem;top:32.187515258789rem;left:12.062501132488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S2LnewhmD6fu23CEumHpkyJSnvmevoc3 { width:2.75rem;height:2.75rem;top:22.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgNrpkgKd24whvM9vGsFPpSMR2UDFH0e { width:21.25rem;height:1.3rem;top:36.5625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Abw5aTtJoVfyc2SOdXUmJaSlwnOWMURy { width:21.25rem;height:2.2734375rem;top:27.7265625rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qhimd59yPSCbWIVQdLg5ZpOxeo92DcBq { width:47.75rem;height:3.0625rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNgRQKhcDb1uvMvaMoTFtC6t1qsw4oAs { width:47.0625rem;height:1.625rem;top:42.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcfcVdIi3mHJiA0INe4kS90ymfvmyXmF { width:47.75rem;height:47.9375rem;top:22.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #lwtH6xHSKy1LAMQRhpDlWC3O1ua0pK9I { width:2.0625rem;height:2.6rem;top:46.0751953125rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QRdpCM71kW3t5GaGEofcbUuTbOQu567z { width:2.75rem;height:2.75rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P48L7nQ1vUoZmd6wv9Sdzyvy33s42Jri { width:42.75rem;height:2.9746125rem;top:53.6875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTxgVALCwxN8W8baJNnv4gxqOavSknVv { width:2.0625rem;height:2.6rem;top:49.875rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xThSZSpOl326GRuLWNTiAsQoOe37omBX { width:2.75rem;height:2.75rem;top:49.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fdZqDm86wiNARtiJFfgIqVgPTPDyBGHk { width:2.0625rem;height:2.6rem;top:53.505859375rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sZzHvZTGBPPUVEiabpTdwehglTqd2oSU { width:2.75rem;height:2.75rem;top:53.4306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JhTuvtdHny4SSKI19Kpg9oob2TOGTIIU { width:2.0625rem;height:2.6rem;top:57.2119140625rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zccXrKwZKHXhcmGcoHTkTHeE6W3UM3OE { width:2.75rem;height:2.75rem;top:57.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PHxsS4f1zPEX3HQCaKhK9VecdZqlATM0 { width:2.0625rem;height:2.6rem;top:61.0625rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i09bRawkv2BzXhVfby07yKeHmghyXsQg { width:2.75rem;height:2.75rem;top:60.9873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ElQ3x6AWe1q00fE8KXKfrVUZ2Xb6nlU9 { width:2.0625rem;height:2.6rem;top:64.974609375rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPeTyp9tCnXQNA0sNgaVZTQODfGSW1gE { width:2.75rem;height:2.75rem;top:64.8994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WkqJx8JZ0JZ1QNnCGiCrMnz4GdhCkIFy { width:37.4375rem;height:2.9746125rem;top:57.3125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xJmGSuZBMJlKgN8aK14JQ20fFJ4cTB36 { width:44.4375rem;height:2.9746125rem;top:61rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p6T6ATACkR6Da7am1uyGGIGIMX4JPUTA { width:44.4375rem;height:2.9746125rem;top:64.875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cK0Z7iHSFES2bk4KU1f26NutD31eDFRe { width:44.4375rem;height:2.9746125rem;top:49.875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGtJx64danxRW3nb9GqkqR1Ml6tFg7wT { width:44.4375rem;height:1.48730625rem;top:46.630859375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV { display:block; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ScmtRbUv0rheGFZuMsFdyxA3C86FNgfq { width:47.7495625rem;height:3.575rem;top:2.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z80mEfVJn5cR9eP664mhlRn34OQ2ATes { width:47.75rem;height:3.0234375rem;top:4.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT { display:block; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container { width:47.75rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DPscFTFo8lba7s6ZziPe6EP605TgPV8J { width:40.1875rem;height:5.15625rem;top:3.375rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lweiRu8T1fRrc7gZvkTgGLntmw1DuKKV { width:41.25rem;height:4.125rem;top:8rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpCKFJzoRdZt4KllPHevSPmlZf35hVh4 { width:25.6875rem;height:4.125rem;top:12.875030517578rem;left:3.5625001788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FQWcHS0IEeLUHZZTzk6q2PUIKK0UIufx { width:20.625rem;height:20.625rem;top:14.3125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iAcnSo8PLTm0Al4x2nNNW7GmJVaQWbc5 { width:2.375rem;height:2.25rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IlAnvRTgQxT73cTNxok0oTXRV2J18dp9 { width:2.375rem;height:2.25rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EIosrs1NwUAt7fIwg0aZM0eixJLe2n76 { width:2.375rem;height:2.25rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTSz20hZfZxxduXZdpV9NIKAmIOvNIT9 { width:37.0625rem;height:2.0625rem;top:42.125rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EVSKg9DGBrhUPhkMQvuTrd31ai7iFofv { width:31.125rem;height:4.125rem;top:35.812530517578rem;left:3.5625001788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RMuQgWFslc96Zet7J4nKWwPdOc6dL6uV { width:27.625rem;height:6.1875rem;top:29.500030517578rem;left:3.5625001788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtEMddSeUCAd8W3kQLdhRBVx90HnFzy9 { width:2.375rem;height:2.25rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5v8fq5M5CdLWya75nBqDe6UTE7GxOyL { width:2.375rem;height:2.25rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f63G8PryO7ah9yfKvwflItWfKF5fyOu4 { width:2.375rem;height:2.25rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZxWfrF93Aors72Keo6LJ9yhwTg6RUJE { width:6.6875rem;height:1.0625rem;top:53.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KzpedxWCBhin1mR0zES0v5QN4TMrgOZO { width:2.375rem;height:2.25rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZoDoBM4ghVC7VqTcTVRKRdxxq3d5GNv { width:17.8125rem;height:3.09375rem;top:23.4375rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7zC5mMRWCzQeAvDQovvSL1vIruvTo5H { width:5.6875rem;height:1.0625rem;top:28.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTk8BbsTwFgMwu9lQEAo7Gh6tTwtq5ry { width:5.25rem;height:0.5rem;top:22.75rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #trn2tUwrLpxzTkSUpqnbq6R3khkzf7Zu { width:5.25rem;height:0.5rem;top:28.78125rem;left:3.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wBgINiToBWQ6WfOTLZotgRrF8UbxkgTf { width:5.6875rem;height:1.0625rem;top:22.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWKx2aktV41wAG75BGbTqNCyyD1ZRyKT { width:10.8125rem;height:1.0625rem;top:1.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THRt5wZGp3mwwnZqdNhzPwSkIUOTI6Tn { width:5.5rem;height:0.5rem;top:53.34375rem;left:4.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7Lelhpwe1VfJJTBITMn1GSEJZm6MuN6 { width:2.375rem;height:2.25rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XblKmizMbL0nOlP2qcuBZ42R8JkTG9xg { width:42.5rem;height:5.15625rem;top:47.250030517578rem;left:3.8750001788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMElD2tD6XVcGPsXNRX4tipxIa8nPGT8 { width:13.5rem;height:0.5rem;top:1.40625rem;left:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3KaPCCV96brKq9gs6iFPKaPKpXhphkV { width:25.875rem;height:4.125rem;top:17.000030517578rem;left:3.5625001788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybnq99ImTI2zuEPCJkv3pHO6M7Gxasv8 { width:2.375rem;height:2.25rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fCdRJhn2TzbrxpJGq5S7Zq8gG5hWXDWp { width:2.375rem;height:2.25rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0xOekUF58Sn3fVQnsMDfqfhsPNpQHMa { width:37.0625rem;height:4.125rem;top:54.0625rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fsSirptDvsM746MrIGKAXFZ2euaiHKrU { width:23.375rem;height:4rem;top:60.2568359375rem;left:10.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kwvF0Q15xSAlJLrSoVIWgQ608POqW1yE { display:block; }
 }@media only screen and (max-width: 1199px) { #TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WJDACP2k/header_3_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu.adaptive-delivery-prevent-bg, #TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu.lazyload, #TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu.lazyloading { background-image: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { background-color: transparent; background-image: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container > .video-iframe-container { display: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container { display: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .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); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { width:47.75rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iVSVM5l9J92do3RCL1kJOWiNTCklErnd { width:37.5625rem;height:8.9375rem;top:0.591796875rem;left:5.09375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IS0OZL5TKSQAhrsV0MgRWwTVDVT3xBFf { width:47.75rem;height:3.0234375rem;top:9.529296875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbXZ9AQqTNAlRrTAavSqSFTXSKHdsaXx { width:8.1875rem;height:7.125rem;top:41.375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VKdcTrPMIgxdtzp4qd5acxaWxvQSQl4E { width:14.4375rem;height:25.4375rem;top:16.8125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oeoq2aP0QuPuIemC7V29m6NQqG5ynVJ3 { width:14.625rem;height:25.5rem;top:16.812484741211rem;left:32.437503039837rem;display:block; }
 }@media only screen and (max-width: 1199px) { #agUdpBlnSmTnJSFQpnlSeE3GqPo40Ioe { width:13.625rem;height:19.32425rem;top:20.1875rem;left:17rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeXfnuFxarCurtQnt8USP49nmW0iy7Ke { width:13.625rem;height:20.4609375rem;top:20.187507629394rem;left:33.125003039837rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8KHrCS3HPaxxxdqFyvbcIotWHuHDawQ { width:8.1875rem;height:7.125rem;top:41.375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTirWJGUmCTNR5yyaDl9mZ45guiwwpFC { width:14.4375rem;height:25.25rem;top:16.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kOS9s5ibsWgMZAoRAAuyr6OSk0pITS9g { width:13.25rem;height:15.9140625rem;top:20.1875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQ8btwUIHo7QlqQtNiZSxuDvN1KTA7aa { width:8.1875rem;height:7.125rem;top:41.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJVcTLJFAzqkQQTHh2DpPINkU2xT7bCt { width:4.6875rem;height:3.6875rem;top:14rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7Adhu60kXkMhmWMZTiA5PlUyDd6qlqO { width:4.6875rem;height:3.6875rem;top:14rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tsEwSeWwWhU0rTZsCRHBZ2bW1NfSsH0a { width:4.6875rem;height:3.6875rem;top:14rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnacH58uzAyNWuJRJurId9W0Tndiqkxq { display:block; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JFzaQugGciaKfItCq2xPhdWSJyQQ6kkT { width:47.75rem;height:1.95rem;top:1.1864604949951rem;left:0.001042366027832rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QF5DLpCBxkNJLolCsevcov5948V1L9bH { width:47.75rem;height:1.4375rem;top:3.6875rem;left:0.0009765625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svxbeJNlBlPM5lAWcPSztzdgdGoollcE { display:block; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container { width:47.75rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yBC9utdtZrEguZTeI8HrtAoUrFQgyW2g { top:1.3125rem;left:0rem;width:21.1875rem;height:0;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #E2afHix92GxGJF37rvJi59NTJlqHDUXv { width:5rem;height:5rem;top:5.3125rem;left:21.375rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PNxiJDMVnxpxzIFWCP65uss8RS9LK5CH { top:4.0625rem;left:1.5625rem;width:45.125rem;height:19.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #iFrLZ84Mh0w4dZcKyyEsqlWJRvP98Uny { width:2.1875rem;height:2.1875rem;top:34.875rem;left:22.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TmwcSIrnDV0eTTcfgV612MbXxOGRxMbU { top:26.75rem;left:11.90625rem;width:23.9375rem;height:1.7875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TDTyE4R6LW7HPyKfTl7sSwpM0nt2zH79 { top:29.8125rem;left:1.5625rem;width:44.5625rem;height:16.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #qA48g12qKsfK6GWimTWLOUCqK2N8cUrv { top:39.4990234375rem;left:27.375rem;width:18.9375rem;height:5.84765625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Si3J8F8i1GGe6ZCoqG0msT8dpo3iJzQI { top:39.5rem;left:2.375rem;width:13.75rem;height:5.84765rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #inhDy2RJC5rB4FchnWnaAZpwTIJuJPZG { width:4.9375rem;height:4.9375rem;top:32.4375rem;left:6.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMyJUstJgHPtR1a3G6cREh7maHBqoA9x { top:1.375rem;left:11.90625rem;width:23.9375rem;height:1.7875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MUuc8wtJqX8WP7uvMoaNDyxHDG2JcKGm { width:4.875rem;height:4.875rem;top:6.625rem;left:29.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H5toIXkE5vp9Aafcpg36TEs1ogS7zHDF { top:13.75rem;left:10.0625rem;width:4.6875rem;height:3.91699375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eeh91lKR3IF0GuwflLqwMdsnTepch07u { width:5rem;height:5rem;top:33.4375rem;left:21.3125rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xZ0rwqaCHXLCLEemE3oBAbJWQykZIJPl { width:13.0625rem;height:7.87109375rem;top:13.25rem;left:25.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #yS1c2T5faWqGdabl22H9adTy08f89lHo { width:5.625rem;height:5.625rem;top:6.25rem;left:9.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqVUVlHLelGU97R8WQc7bBX8ZccMQNux { width:5.6875rem;height:7.8125rem;top:31rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWf0emsSpgbxE7zUoIdmUIfRryFAZIA4 { width:21.1875rem;height:3.8125rem;top:48.6875rem;left:13.28125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdFNKbQEm8P3OQb7MtOlfxmOK8E80XF9 { display:block; }
 }@media only screen and (max-width: 1199px) { #ixK0e9NpEoxv52pI5OSwNn76KVXFd72E { width:2.1875rem;height:2.1875rem;top:34.875rem;left:22.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a8N98tKoiJWPiZDTABaNXJHJyECHFNCN { top:39.4375rem;left:15.375rem;width:12.5rem;height:5.84765625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #X1WdxbNL7Zz6ESuJ9Fwf5UHXgRHFScvS { width:5.75rem;height:5.75rem;top:32.03125rem;left:19.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 { display:block; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dZsUi50xrTTHNJlSdrHPp88haWmPTco2 { width:5.3125rem;height:5.3125rem;top:3.75rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CxpT5DBpHC2hSy0ED3bT065dcT3zXRhn { width:8.8125rem;height:0.6875rem;top:6.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nE7Rbty6RPqeKUFnatd09BXxyrIl2cD5 { width:5.3125rem;height:5.3125rem;top:3.75rem;left:21.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZbFDLb7aMTckQMOnMrd8asieQJ9vCgqb { width:8.8125rem;height:0.6875rem;top:6.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tuuotOXhlpBw5Z0tyz6oih60OLUP27Fw { width:5.3125rem;height:5.3125rem;top:3.75rem;left:38.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svXwvOAyeVtKqUxTQOqMCpioifAT8bTm { width:12.5rem;height:2.6rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRSQIbk7b8PqNSLxp4B27tblwPwTV9qd { width:12.5rem;height:6.499025rem;top:11.0625rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KpxVwI5OygZM4NzSDti9LXUPL8ZePz19 { width:12.5rem;height:2.6rem;top:11.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABzOZ0ZMvtNVfpS6T7tH3BMl7ikog0Fm { width:44.875rem;height:8.4375rem;top:19.6318359375rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #eLlvB7LSBH0HJgr5c5JN1Akrn0ZPqlwX { width:32.375rem;height:1.38125rem;top:2.03125rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3e7JxgJQxzOoP7IBsxTScP5MLmTDnXE { width:11.9375rem;height:2.03125rem;top:0rem;left:17rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE { display:block; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LK7MUnTL4N286nDbyEEH0TbvlsRJAuxx { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d { display:block; }#I3WthrI4Nu8Nzh7OE2VJVQFwQLCKzf0d > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7QoXiUmgIqG1hrVHcSDom0kCgQmPwPN { width:13.6875rem;height:3.25rem;top:1.03125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef { display:block; }#iQ6GrFpvcQaJPme7nhzkpTwHaQ0gOGef > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygNImUxPewEsbEK9q6dJwM749hxha5Tf { width:18.875rem;height:3.5996125rem;top:9.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAVpWuRBaZJmU7JvDTUsldeeaD2D7M4X { width:20rem;height:2.1933625rem;top:2.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta2WzfS8pPqMECJdrl0JGwTVdC0UDamI { width:15rem;height:4.0234375rem;top:5.1875rem;left:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXGQDd5kb1PgklBrvULTC8uNPTrUe22D { width:15.5rem;height:0.1875rem;top:4.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1hSdP0OiRvuFxPiWKIMo6I4z4DLB9d { width:20rem;height:14.125rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBwwPslsAnQVVmuEaT910VoBZu4BuuTT { width:19rem;height:3.1875rem;top:30.625rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h16OBrxMIFzlhDHUdShIQpDHpAQ8W0p7 { display:block; }
 }@media only screen and (max-width: 763px) { #PGKiH4VGvHsJOfMevWT1rgCE15wLo85y { width:20rem;height:1.6875rem;top:34.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB { display:block; }#N5Wf92McQnzEVuVxOsBGKw7Mlr0OsbeB > .row .container { width:20rem;height:138.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTfwKGcD4XhJbKLDUrLioaa6ekLTL6Mt { width:20rem;height:132.0625rem;top:3.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcvuEZymTPuVccWvaEpJUTdDTchwVv8H { width:9.375rem;height:2.1875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUitrpVwHX6GQvrkMXoWI4a3S6spcqIG { width:7.9375rem;height:1.625rem;top:2.34375rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUS3MukOBqAc3cgNFlT7Pb9rKVTqoQPJ { width:20rem;height:3.736325rem;top:4.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZraTFL2pnVJI0OpPmNwVKDuCmAsGM8Mx { width:18.5rem;height:13.5rem;top:9.4375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZSG6oQpvPkXLHBDa9K8B9nNcTTQTkF0 { width:20rem;height:10.751rem;top:25.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7A7NRdJpATH9AEeGvQzCFXS815fuihA { width:20rem;height:8.75rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGQyedMDCmoV8NkCegpVcMyP5kKSO0Cs { width:2.75rem;height:2.75rem;top:38.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb1I5vha8XiIhvq2vs2St4lWeKFLoo2D { width:20rem;height:1.3rem;top:41.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHWt9mUnuvI764XATd7b88qGCLXO1QGq { width:20rem;height:2.2734375rem;top:43.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtetrDbtklehOaWrtgzlk2OXgXmbiS80 { width:20rem;height:9.875rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObOZupsDkHX5U9cvnJhHa2W0gWIulvF9 { width:2.75rem;height:2.75rem;top:47.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKPThzWotkvTVcv5SI87KP47JRIZuWcr { width:20rem;height:1.3rem;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2foEtpIoPfHQM1Ra6Cm79MzTEFltwxy { width:20rem;height:3.41015625rem;top:52.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0bZkfH9nvDMeNuAvOZSgXGqVr3Dg8JH { width:20rem;height:8.75rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2LnewhmD6fu23CEumHpkyJSnvmevoc3 { width:2.75rem;height:2.75rem;top:57.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgNrpkgKd24whvM9vGsFPpSMR2UDFH0e { width:20rem;height:1.3rem;top:61.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abw5aTtJoVfyc2SOdXUmJaSlwnOWMURy { width:20rem;height:2.2734375rem;top:63.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhimd59yPSCbWIVQdLg5ZpOxeo92DcBq { width:20rem;height:5.875rem;top:67.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNgRQKhcDb1uvMvaMoTFtC6t1qsw4oAs { width:17.0625rem;height:4.62890625rem;top:68.114587783812rem;left:1.4687501192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcfcVdIi3mHJiA0INe4kS90ymfvmyXmF { width:20rem;height:14.5rem;top:75.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwtH6xHSKy1LAMQRhpDlWC3O1ua0pK9I { width:2.0625rem;height:2.5996125rem;top:75.7001953125rem;left:8.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRdpCM71kW3t5GaGEofcbUuTbOQu567z { width:2.75rem;height:2.75rem;top:75.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P48L7nQ1vUoZmd6wv9Sdzyvy33s42Jri { width:20rem;height:5.84765625rem;top:98.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTxgVALCwxN8W8baJNnv4gxqOavSknVv { width:1.875rem;height:2.5996125rem;top:84.5625rem;left:9.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xThSZSpOl326GRuLWNTiAsQoOe37omBX { width:2.75rem;height:2.75rem;top:84.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdZqDm86wiNARtiJFfgIqVgPTPDyBGHk { width:2.0625rem;height:2.5996125rem;top:95.5rem;left:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZzHvZTGBPPUVEiabpTdwehglTqd2oSU { width:2.75rem;height:2.75rem;top:95.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhTuvtdHny4SSKI19Kpg9oob2TOGTIIU { width:2.0625rem;height:2.5996125rem;top:105.5625rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zccXrKwZKHXhcmGcoHTkTHeE6W3UM3OE { width:2.75rem;height:2.75rem;top:105.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHxsS4f1zPEX3HQCaKhK9VecdZqlATM0 { width:2.0625rem;height:2.5996125rem;top:114.625rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i09bRawkv2BzXhVfby07yKeHmghyXsQg { width:2.75rem;height:2.75rem;top:114.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElQ3x6AWe1q00fE8KXKfrVUZ2Xb6nlU9 { width:2.0625rem;height:2.5996125rem;top:124.4375rem;left:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPeTyp9tCnXQNA0sNgaVZTQODfGSW1gE { width:2.75rem;height:2.75rem;top:124.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkqJx8JZ0JZ1QNnCGiCrMnz4GdhCkIFy { width:17.8125rem;height:4.38574375rem;top:108.5625rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJmGSuZBMJlKgN8aK14JQ20fFJ4cTB36 { width:19.1875rem;height:4.38574375rem;top:117.5625rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6T6ATACkR6Da7am1uyGGIGIMX4JPUTA { width:20rem;height:4.38574375rem;top:127.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cK0Z7iHSFES2bk4KU1f26NutD31eDFRe { width:20rem;height:5.84765625rem;top:87.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGtJx64danxRW3nb9GqkqR1Ml6tFg7wT { width:20rem;height:2.923825rem;top:79.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV { display:block; }#B606Lmnw3E28WAMvcmpTmiGVZ9ifALWV > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScmtRbUv0rheGFZuMsFdyxA3C86FNgfq { width:20rem;height:2.923825rem;top:0.9677085876465rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z80mEfVJn5cR9eP664mhlRn34OQ2ATes { width:20rem;height:4.53515625rem;top:1.826042175293rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT { display:block; }#WzFuOABnPaPOHWy4N2bt5hDeeHAlgkOT > .row .container { width:20rem;height:115.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPscFTFo8lba7s6ZziPe6EP605TgPV8J { width:16rem;height:10.3125rem;top:22.4375rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lweiRu8T1fRrc7gZvkTgGLntmw1DuKKV { width:16rem;height:8.25rem;top:33.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpCKFJzoRdZt4KllPHevSPmlZf35hVh4 { width:16rem;height:5.15625rem;top:42.5rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQWcHS0IEeLUHZZTzk6q2PUIKK0UIufx { width:18.375rem;height:18.375rem;top:1.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAcnSo8PLTm0Al4x2nNNW7GmJVaQWbc5 { width:2.375rem;height:2.25rem;top:22.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlAnvRTgQxT73cTNxok0oTXRV2J18dp9 { width:2.375rem;height:2.25rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIosrs1NwUAt7fIwg0aZM0eixJLe2n76 { width:2.375rem;height:2.25rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSz20hZfZxxduXZdpV9NIKAmIOvNIT9 { width:16rem;height:4.125rem;top:75.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVSKg9DGBrhUPhkMQvuTrd31ai7iFofv { width:16rem;height:6.1875rem;top:67.9375rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMuQgWFslc96Zet7J4nKWwPdOc6dL6uV { width:16rem;height:8.25rem;top:57.25rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtEMddSeUCAd8W3kQLdhRBVx90HnFzy9 { width:2.375rem;height:2.25rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5v8fq5M5CdLWya75nBqDe6UTE7GxOyL { width:2.375rem;height:2.25rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f63G8PryO7ah9yfKvwflItWfKF5fyOu4 { width:2.375rem;height:2.25rem;top:57.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZxWfrF93Aors72Keo6LJ9yhwTg6RUJE { width:17.5625rem;height:1.5rem;top:20.562515258789rem;left:0.93750011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzpedxWCBhin1mR0zES0v5QN4TMrgOZO { width:2.375rem;height:2.25rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZoDoBM4ghVC7VqTcTVRKRdxxq3d5GNv { width:16rem;height:5.15625rem;top:49.875rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7zC5mMRWCzQeAvDQovvSL1vIruvTo5H { width:5.25rem;height:1.5rem;top:48.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTk8BbsTwFgMwu9lQEAo7Gh6tTwtq5ry { width:5.3125rem;height:0.6rem;top:48.875rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trn2tUwrLpxzTkSUpqnbq6R3khkzf7Zu { width:5.3125rem;height:0.6rem;top:56.3125rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgINiToBWQ6WfOTLZotgRrF8UbxkgTf { width:5.25rem;height:1.5rem;top:55.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWKx2aktV41wAG75BGbTqNCyyD1ZRyKT { width:6.9375rem;height:1.5rem;top:80.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRt5wZGp3mwwnZqdNhzPwSkIUOTI6Tn { width:6.75rem;height:0.6rem;top:81.125rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7Lelhpwe1VfJJTBITMn1GSEJZm6MuN6 { width:2.375rem;height:2.25rem;top:87.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XblKmizMbL0nOlP2qcuBZ42R8JkTG9xg { width:16rem;height:11.34375rem;top:87.875rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMElD2tD6XVcGPsXNRX4tipxIa8nPGT8 { width:15.75rem;height:0.6rem;top:21.012501001358rem;left:2.1250001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3KaPCCV96brKq9gs6iFPKaPKpXhphkV { width:16rem;height:6.1875rem;top:101.5625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybnq99ImTI2zuEPCJkv3pHO6M7Gxasv8 { width:2.375rem;height:2.25rem;top:101.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCdRJhn2TzbrxpJGq5S7Zq8gG5hWXDWp { width:2.375rem;height:2.25rem;top:82.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xOekUF58Sn3fVQnsMDfqfhsPNpQHMa { width:16rem;height:4.125rem;top:82.1875rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsSirptDvsM746MrIGKAXFZ2euaiHKrU { width:19rem;height:4.25rem;top:109rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwvF0Q15xSAlJLrSoVIWgQ608POqW1yE { display:block; }
 }@media only screen and (max-width: 763px) { #TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/50NUR16i/header_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu.adaptive-delivery-prevent-bg, #TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu.lazyload, #TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu.lazyloading { background-image: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { background-color: transparent; background-image: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container > .video-iframe-container { display: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row > .video-iframe-container { display: none; }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .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); }#TVGQOKzBrGx6dqHDraDdZzn0M4oIfDpu > .row .container { width:20rem;height:121.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVSVM5l9J92do3RCL1kJOWiNTCklErnd { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS0OZL5TKSQAhrsV0MgRWwTVDVT3xBFf { width:20rem;height:4.53515625rem;top:4.7479219436646rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbXZ9AQqTNAlRrTAavSqSFTXSKHdsaXx { width:8.1875rem;height:7.125rem;top:110.81250572204rem;left:5.9062503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKdcTrPMIgxdtzp4qd5acxaWxvQSQl4E { width:19.875rem;height:26.0625rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeoq2aP0QuPuIemC7V29m6NQqG5ynVJ3 { width:19.875rem;height:28.9375rem;top:85rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agUdpBlnSmTnJSFQpnlSeE3GqPo40Ioe { width:18.125rem;height:21rem;top:50.995849609375rem;left:1.0000001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeXfnuFxarCurtQnt8USP49nmW0iy7Ke { width:17.1875rem;height:21rem;top:87.589599609375rem;left:1.7500001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8KHrCS3HPaxxxdqFyvbcIotWHuHDawQ { width:8.1875rem;height:7.125rem;top:74.1201171875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTirWJGUmCTNR5yyaDl9mZ45guiwwpFC { width:19.875rem;height:22.8125rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOS9s5ibsWgMZAoRAAuyr6OSk0pITS9g { width:18.4375rem;height:17.0625rem;top:16.5rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ8btwUIHo7QlqQtNiZSxuDvN1KTA7aa { width:8.1875rem;height:7.125rem;top:34.875002861023rem;left:5.9062503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJVcTLJFAzqkQQTHh2DpPINkU2xT7bCt { width:4.6875rem;height:3.6875rem;top:10.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Adhu60kXkMhmWMZTiA5PlUyDd6qlqO { width:4.6875rem;height:3.6875rem;top:46.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsEwSeWwWhU0rTZsCRHBZ2bW1NfSsH0a { width:4.6875rem;height:3.6875rem;top:82.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnacH58uzAyNWuJRJurId9W0Tndiqkxq { display:block; }#DnacH58uzAyNWuJRJurId9W0Tndiqkxq > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFzaQugGciaKfItCq2xPhdWSJyQQ6kkT { width:18.0620625rem;height:1.95rem;top:1.4423828125rem;left:0.9677734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF5DLpCBxkNJLolCsevcov5948V1L9bH { width:20rem;height:3.25rem;top:3.9052185058594rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #svxbeJNlBlPM5lAWcPSztzdgdGoollcE { display:block; }#svxbeJNlBlPM5lAWcPSztzdgdGoollcE > .row .container { width:20rem;height:100.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBC9utdtZrEguZTeI8HrtAoUrFQgyW2g { width:20rem;height:0;top:0rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E2afHix92GxGJF37rvJi59NTJlqHDUXv { width:3.75rem;height:3.75rem;top:2.5rem;left:8.0625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNxiJDMVnxpxzIFWCP65uss8RS9LK5CH { width:18rem;height:25.8125rem;top:5.3125rem;left:0.91015625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFrLZ84Mh0w4dZcKyyEsqlWJRvP98Uny { width:1.875rem;height:1.875rem;top:3.4375rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmwcSIrnDV0eTTcfgV612MbXxOGRxMbU { width:20rem;height:3.75rem;top:34.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TDTyE4R6LW7HPyKfTl7sSwpM0nt2zH79 { width:17.8125rem;height:53.5rem;top:39.125rem;left:1rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA48g12qKsfK6GWimTWLOUCqK2N8cUrv { width:16.4375rem;height:7.871125rem;top:51.625rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Si3J8F8i1GGe6ZCoqG0msT8dpo3iJzQI { width:15.4375rem;height:6.296875rem;top:83.8125rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #inhDy2RJC5rB4FchnWnaAZpwTIJuJPZG { width:5.875rem;height:5.875rem;top:77.1875rem;left:7.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMyJUstJgHPtR1a3G6cREh7maHBqoA9x { width:20rem;height:1.875rem;top:2.953125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MUuc8wtJqX8WP7uvMoaNDyxHDG2JcKGm { width:5.0625rem;height:5.0625rem;top:16.625rem;left:7.46875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5toIXkE5vp9Aafcpg36TEs1ogS7zHDF { width:9.3125rem;height:1.2375rem;top:12.9140625rem;left:5.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eeh91lKR3IF0GuwflLqwMdsnTepch07u { width:4.375rem;height:4.375rem;top:54rem;left:7.8125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZ0rwqaCHXLCLEemE3oBAbJWQykZIJPl { width:12.9375rem;height:7.87109375rem;top:22.1875rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS1c2T5faWqGdabl22H9adTy08f89lHo { width:6.4375rem;height:6.4375rem;top:6.25rem;left:6.78125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVUVlHLelGU97R8WQc7bBX8ZccMQNux { width:6.5625rem;height:8.9375rem;top:41.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWf0emsSpgbxE7zUoIdmUIfRryFAZIA4 { width:19rem;height:4.5rem;top:94rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdFNKbQEm8P3OQb7MtOlfxmOK8E80XF9 { display:block; }
 }@media only screen and (max-width: 763px) { #ixK0e9NpEoxv52pI5OSwNn76KVXFd72E { width:3.125rem;height:3.125rem;top:94.1875rem;left:8.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8N98tKoiJWPiZDTABaNXJHJyECHFNCN { width:12.4375rem;height:6.296875rem;top:68.125rem;left:3.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X1WdxbNL7Zz6ESuJ9Fwf5UHXgRHFScvS { width:6.4375rem;height:6.4375rem;top:61.6875rem;left:6.78125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 { display:block; }#DqZ29Jyu54leLhiJV2flLxiNq7caaWM6 > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZsUi50xrTTHNJlSdrHPp88haWmPTco2 { width:5.3125rem;height:5.3125rem;top:7.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxpT5DBpHC2hSy0ED3bT065dcT3zXRhn { width:8.8125rem;height:0.6875rem;top:7.8125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nE7Rbty6RPqeKUFnatd09BXxyrIl2cD5 { width:5.3125rem;height:5.3125rem;top:18.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbFDLb7aMTckQMOnMrd8asieQJ9vCgqb { width:8.8125rem;height:0.6875rem;top:16.3125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuuotOXhlpBw5Z0tyz6oih60OLUP27Fw { width:5.3125rem;height:5.3125rem;top:32.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svXwvOAyeVtKqUxTQOqMCpioifAT8bTm { width:12.75rem;height:2.923825rem;top:12.875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRSQIbk7b8PqNSLxp4B27tblwPwTV9qd { width:18.375rem;height:7.30956875rem;top:23.5rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpxVwI5OygZM4NzSDti9LXUPL8ZePz19 { width:12.75rem;height:2.923825rem;top:38rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABzOZ0ZMvtNVfpS6T7tH3BMl7ikog0Fm { width:20rem;height:22.0898125rem;top:43.562473297119rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eLlvB7LSBH0HJgr5c5JN1Akrn0ZPqlwX { width:17.5625rem;height:2.923825rem;top:2.6015625rem;left:1.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3e7JxgJQxzOoP7IBsxTScP5MLmTDnXE { width:19.6875rem;height:1.95rem;top:0.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE { background-color:#ffffff;background-image:none;display:block; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container { background-color: transparent; background-image: none; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container > .video-iframe-container { display: none; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row > .video-iframe-container { display: none; }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .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); }#G2Jyb0Sw7Ns2XDr80CWatsJxh3kqVhIE > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LK7MUnTL4N286nDbyEEH0TbvlsRJAuxx { width:0;height:0;top:0rem;left:10rem;font-size:1rem;display:none; }
 }