.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:217,226,229;--color-primary-1:128,157,169;--color-primary-2:0,59,83;--color-primary-3:0,30,42;--color-primary-4:0,9,12;--color-secondary-0:255,245,220;--color-secondary-1:254,220,137;--color-secondary-2:253,185,19;--color-secondary-3:127,93,10;--color-secondary-4:38,28,3;--color-tertiary-0:255,255,255;--color-tertiary-1:179,196,203;--color-tertiary-2:0,59,83;--color-tertiary-3:0,30,42;--color-tertiary-4:0,6,8;--headlines-font-family:"Articulat";--paragraphs-font-family:"Articulat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a5f1dcf-f806-4db3-a793-a2ff46786a75/DogTraining_2.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { 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:4.6875rem;width:12.125rem;top:2.25rem;left:30.0625rem;overflow:hidden;display:block; }
#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:articulat;font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.1875rem;left:30.25rem;height:6.7371875rem;font-style:normal;display:block; }
#OORwaEb7PbdWmFoQeshOROATCGITyQkq { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.875rem;left:30.25rem;height:2.5996125rem;font-style:normal;display:block; }
#xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.6875rem;left:30.25rem;height:2.92471875rem;font-style:normal;display:block; }
#BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { 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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.875rem;left:30.25rem;display:block; }
#PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fpyu3BHqMloms0aWB0TEPKQgkCqm33fG { background-color:rgba(var(--color-tertiary-0),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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.875rem;left:45.0625rem;display:block; }
#qQqWbIzuPpEKG4kC8TseI33gG5DULHEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.980825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af { position:relative;display:block; }#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af { background-color: transparent; background-image: none; }#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af > .row .container > .video-iframe-container { display: none; }#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af > .row > .video-iframe-container { display: none; }#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af > .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); }#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af { border-width: 0; border-radius: 0; }#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T7JnXPIkytnVHyUHgXfepNiQ13aVoe67 { 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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28rem;left:34.125rem;display:block; }
#tln2il0tcoi5zNwurenEeovW8Zz6Pmef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KRpNMAoun9eEtDy5RbKZKqxs7MR4xhGU { color:rgba(var(--color-tertiary-2),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:2.8125rem;left:34.125rem;height:24.29829375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvNnpR9s7KrOrRrBbi6SwrUmklodDIhu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:28.6875rem;width:24.625rem;top:2.8125rem;left:3.25rem;overflow:hidden;display:block; }
#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003b53;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; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8523435592651rem;left:0rem;height:3.980825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003b53;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; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { background-color: transparent; background-image: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container > .video-iframe-container { display: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container { display: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .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); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { border-width: 0; border-radius: 0; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:60rem;position:relative;display:block; }#xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#aWsGiGxb95R7dx1zNpWT7q1py6Etpu0l { 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:4.6875rem;width:4.6875rem;top:1.34375rem;left:1rem;overflow:hidden;display:block; }
#Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#ZXMZs7JHiPf2ozC8vmNnTNnKQEsEz1nz { 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:4.6875rem;width:4.6875rem;top:1.375rem;left:22.1875rem;overflow:hidden;display:block; }
#rubdscSpRCIJuygChKz3viTEVaT5ENb8 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:1.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BPDo5gZ8pzDyK9QLg2TcqHXWMDODWzyR { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8125rem;left:1.875rem;height:4.387075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:22.75rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8125rem;left:22.75rem;height:4.387075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#wEHwtlJaCVP9Tok8mZ2g7LynFeDiyWzv { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.0625rem;left:43.625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RmVAiCgkLA2G8ShJprIV3tJQyOeM3LNE { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.8125rem;left:43.625rem;height:2.92471875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R4EMng8T31ZPp91RaehdMK9Fc7XKoUSv { 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:4.6875rem;width:4.6875rem;top:1.375rem;left:43.625rem;overflow:hidden;display:block; }
#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003b53;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; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { background-color: transparent; background-image: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .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); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { border-width: 0; border-radius: 0; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;position:relative;display:block; }#T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#P1x0zzKsPUGF1sgBOa6vynekmkMbVTlu { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.0625rem;left:22.75rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BNbMSCrxr802zWT13pe4Tn8XwtiNAzPc { 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:4.6875rem;width:4.6875rem;top:1.84375rem;left:21.6875rem;overflow:hidden;display:block; }
#iFM02SUyxxt9ti4VpTZT5Tefy0iycCXk { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1875rem;left:1.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PZwOfMbp95rTXIxbgWfnskuqR92GyPbS { 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:4.6875rem;width:4.6875rem;top:1.75rem;left:1.875rem;overflow:hidden;display:block; }
#Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:9.9375rem;left:22.75rem;height:2.92471875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLB1QZuPeyAXlS3zpmWlNSShn3Ccghsi { color:rgba(var(--color-tertiary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9.9375rem;left:43.625rem;height:2.92471875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gtkRlzhevu5VBmGTvUuSd27lA0K03f3l { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.0625rem;left:43.625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oeLyPTOMb4z30Hcml6BThyLlULdAJh6H { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:1.53125rem;left:43.625rem;overflow:hidden;display:block; }
#sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:10.125rem;left:1.875rem;height:4.387075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003b53;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; }#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S > .row .container { background-color: transparent; background-image: none; }#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S > .row .container > .video-iframe-container { display: none; }#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S > .row > .video-iframe-container { display: none; }#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S > .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); }#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S > .row .container { border-width: 0; border-radius: 0; }#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;position:relative;display:block; }#BrznyvWr8WvQzoXX3c6NM3PBJigVfu9Q { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#uTHszofdbTU34xen8bgT01msnn336aTz { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#UadBMyL01co3UNgWxdi486F5u9xMWC55 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.0625rem;left:22.75rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mAWzE3BVlLOTQShvHv0d7Sll4axARJps { 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.9375rem;width:3.9375rem;top:1.84375rem;left:21.6875rem;overflow:hidden;display:block; }
#SIEK206znpK2chgmoT2XXOtC7A0sLBZC { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1875rem;left:1.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hl1UeGNS4bEyGUUTpS9wdF3El6qhwu0K { 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:4.125rem;width:4.125rem;top:1.75rem;left:1.875rem;overflow:hidden;display:block; }
#MCBZ6h83QXTlNWJy9HI00dAVr2vaftrx { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#PiR6aziJRXx3dMagBxsGl83JrsTzdTnI { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:9.9375rem;left:22.75rem;height:2.92471875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dVLbsRuK1iB6aSuFIgtoTc8kHxJOmIpa { color:rgba(var(--color-tertiary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9.9375rem;left:43.625rem;height:4.387075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a9U4RKlfLaorXx7e4qZWGINHdbplGqpW { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.0625rem;left:43.625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zAEEMTnT4MtQhNnvE897KHVcaJUgAoR1 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:1.53125rem;left:43.625rem;overflow:hidden;display:block; }
#wiohT1Ox6fLkc27MOPeUnekAoKI4O7fb { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:10.125rem;left:1.875rem;height:4.387075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK > .row .container { background-color: transparent; background-image: none; }#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK > .row .container > .video-iframe-container { display: none; }#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK > .row > .video-iframe-container { display: none; }#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK > .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); }#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK > .row .container { border-width: 0; border-radius: 0; }#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#KbyGBy5LOqzU6VMUlX7DMwCxTISZhtVZ { 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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.03125rem;left:22.03125rem;display:block; }
#DywiOUNEVWI1AVlLJt9wqX1CRdqTxTz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003b53;background-image:url("https://images.assets-landingi.com/U1oyHSAA/bg9.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.adaptive-delivery-prevent-bg, #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.lazyload, #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.lazyloading { background-image: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { background-color: transparent; background-image: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container > .video-iframe-container { display: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container { display: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .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); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { border-width: 0; border-radius: 0; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp.adaptive-delivery-prevent-bg, #V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp.lazyload, #V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp.lazyloading { background-image: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container { background-color: transparent; background-image: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container > .video-iframe-container { display: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row > .video-iframe-container { display: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .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); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container { border-width: 0; border-radius: 0; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#WzEeJRT9erMaewGexQMJGHXKaTdk0rgX { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;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; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row .container { background-color: transparent; background-image: none; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row .container > .video-iframe-container { display: none; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row > .video-iframe-container { display: none; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .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); }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row .container { border-width: 0; border-radius: 0; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#GXXdbN617dexyoVKA2l8FPaKoaeDQ0TX { 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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.5rem;left:22.03125rem;display:block; }
#PDFBhn8S4X5XiT8D2WCzmZBRuxHB8IHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s25H0y52BV9MlTEBGtaNxIc2qvT9nBum { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:apparat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.5625rem;left:6.6875rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OSkS82L0CbQqVgW6tyZRHtqROTypErXK { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.9375rem;left:7rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#enJgVZdVNZAMHxnoLfITvzR2ToGD6BmB { box-sizing:content-box;height:0.1875rem;width:11.375rem;position:absolute;display:block;z-index:15019;background-color:#4286a6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:8.375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#APmZT6OF1yD4wqL0in7PTGlakufzRcC9 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:3.75rem;left:12.3125rem;overflow:hidden;display:block; }
#K5xWDzvzTPXqtTPAiMdt5SFkTgPUO0wB { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15021;background-color:rgba(184,224,239,0.68);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:11.75rem;display:block; }
#RGasOuBOoH6dKyA7hRF7PV7V2S0ZACR1 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-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: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:14.1875rem;width:14.625rem;top:1.5rem;left:6.75rem;display:block; }
#bSG7ffBOqctt0mwDtlRQEATXJJCuuG4U { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-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: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:14.1875rem;width:14.625rem;top:1.5rem;left:22.625rem;display:block; }
#yTp4d39b0hOnlQTc8iQkwgWfuHeutdiq { box-sizing:content-box;height:4.5rem;width:4.5rem;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(184,224,239,0.68);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:27.75rem;display:block; }
#B0VvNKCi1EArbot2e8gi8JgIxwCKw7OJ { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:3.75rem;left:28.375rem;overflow:hidden;display:block; }
#gW92qT4Xb9aSIw6aTgBKWOlRZoM9yULA { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:apparat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:8.5625rem;left:22.5625rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndFwR5VXGHltUs04HvVzuE2yEippIo3C { box-sizing:content-box;height:0.1875rem;width:11.375rem;position:absolute;display:block;z-index:15025;background-color:#4286a6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:24.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#kLLmMJcEcPT23HZ3HbdhrqU7UqdybV1D { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:11.9375rem;left:22.90625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyfTvW6xCmtO261HtoU7MJP1FZTQFNN7 { box-sizing:content-box;height:4.5rem;width:4.5rem;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(184,224,239,0.68);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:43.6875rem;display:block; }
#RMcGOEwNbRxZAPrTvWUhlI9697MzUDSl { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:3.75rem;left:44.3125rem;overflow:hidden;display:block; }
#AItRaMTmmTBXFskJKwMEO8QOJIXNnBSk { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:apparat;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:8.5625rem;left:38.5rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xBiwHKl3F8LGT7vLNUQomLCTUAe0pdo9 { box-sizing:content-box;height:0.1875rem;width:11.375rem;position:absolute;display:block;z-index:15031;background-color:#4286a6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:40.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#DtdL2x7Rg8tscvV8CgC36C9oHT6W1xp6 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:11.9375rem;left:38.84375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p5RgPdMfXZifs6gE0dA5rsgC3uQDJVZg { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-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: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:14.1875rem;width:14.625rem;top:1.5rem;left:38.5625rem;display:block; }
#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/pdRUUOnm/bg6.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.adaptive-delivery-prevent-bg, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyload, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyloading { background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { background-color: transparent; background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .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); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { border-width: 0; border-radius: 0; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { position:relative;display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { background-color: transparent; background-image: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { border-width: 0; border-radius: 0; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0398445129394rem;left:0rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyKI2PwyMMTTNtF9eSuVCh1yHcwXz43i { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4619140625rem;left:0rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm { position:relative;display:block; }#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm { background-color: transparent; background-image: none; }#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm > .row .container > .video-iframe-container { display: none; }#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm > .row > .video-iframe-container { display: none; }#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm > .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); }#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm { border-width: 0; border-radius: 0; }#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PWUt4R5OqTieu0iBkT0suxFr106IKLbs { position:absolute;display:block;z-index:15001;background-color:rgba(184,224,239,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-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: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:23.1875rem;width:14.625rem;top:4.875rem;left:0.25rem;display:block; }
#XAvWqLDegmprtIFgc2IPKPkCBZ2dOpN3 { position:absolute;display:block;z-index:15002;background-color:rgba(184,224,239,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:23.125rem;width:14.625rem;top:4.875rem;left:15.3125rem;display:block; }
#Ic5cG4sSLifEw7nhLOpPabs7k7mqnkWS { position:absolute;display:block;z-index:15004;background-color:rgba(184,224,239,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:23rem;width:14.625rem;top:4.875rem;left:45rem;display:block; }
#tWG19Ozo3lgwVKTxeQqMvoi70sg6f6wg { position:absolute;display:block;z-index:15004;background-color:#003b53;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-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: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:27.1875rem;width:15.0625rem;top:0.875rem;left:29.9375rem;display:block; }
#uQL8NnZpTnTHz38wLLHvyhLGi0xaEFqK { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:apparat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:8.3125rem;left:0.1875rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6QNE7yC8ksOpWoEAwOLfM8PKi5K7XSc { color:#003b53;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:15.125rem;left:1.6875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#omlmhvgGp6H8T6ziKzvuuoGBLUT4KpNA { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21.125rem;left:0.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AczNOGhzD5cyopMl5KyphiCr0iIntVD8 { box-sizing:content-box;height:0.1875rem;width:11.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:1.8125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#T46hTxcLZLLHF1t0mkVVaiHltMPeIcXF { color:rgba(var(--color-primary-2),1);display:block;width:13.75rem;position:absolute;font-family:apparat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:8.3125rem;left:15.625rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M8V9Z9DqbmmfraaSHe4DgUhwrMTRyhPG { box-sizing:content-box;height:0.1875rem;width:11.375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5rem;left:16.8125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#TbUVrbkD1nSLxdUZTaxUksEgC5XzIptf { color:#003b53;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:15.125rem;left:16.6875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V8wrTMvKPTG70ZEEJ8nTH8Ppwx0GpEfO { color:rgba(var(--color-tertiary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:21.125rem;left:16.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DAiN0yKgpePPdTcNTMtJPPp3xkLPZRZy { color:rgba(var(--color-primary-2),1);display:block;width:12.4375rem;position:absolute;font-family:apparat;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:7.6875rem;left:46.3125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABp5rly2fPKLu8CQ8ErS7v8cmbTunwuB { box-sizing:content-box;height:0.1875rem;width:11.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:46.8125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#eZO1Hczfw9ql5EWCW8zZ68VTqSzIOzI4 { color:#003b53;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:15.125rem;left:46.6875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a6vVGZz4unU97NzAwH0fbSH3mVhUr75l { color:rgba(var(--color-tertiary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:21.125rem;left:46.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lpbNreImOsrO1Qc2m7vznMvX5t9mOUus { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:apparat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:7.6875rem;left:31.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNvi3M5mN5Ud9IF2XgXiTJiLMISKsDX4 { box-sizing:content-box;height:0.1875rem;width:11.375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:31.8125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#qp7nUa6sVEQaiPTx1G3xGUycyMLXDXBQ { color:#fdb913;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:14.875rem;left:31.6875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XsIn2sp3ABuwo3abJ2KkpSxneHc9b0oJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:21.125rem;left:31.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p0VDtbUZTJEiJbktInpz6zUyFl15F56q { box-sizing:content-box;height:2.6875rem;width:11.6875rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:31.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#SfZKycQtzyvoczIT0zRmwoRSoMDXTDoT { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:apparat;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:1.625rem;left:31.875rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex { position:relative;display:block; }#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex { background-color: transparent; background-image: none; }#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex > .row .container > .video-iframe-container { display: none; }#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex > .row > .video-iframe-container { display: none; }#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex > .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); }#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex { border-width: 0; border-radius: 0; }#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fqbJnlilMqd5fltPU95XCTTKHDJ4voPs { 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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.03125rem;left:22.03125rem;display:block; }
#RsUeDOEr8GJTaiOTRX2lxTA5DI567LPG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/607275d9-1356-433f-b135-ac10394536c3/CopyofLandingiFullPageWidthTemplate4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH.adaptive-delivery-prevent-bg, #UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH.lazyload, #UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH.lazyloading { background-image: none; }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row .container { background-color: transparent; background-image: none; }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row .container > .video-iframe-container { display: none; }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row > .video-iframe-container { display: none; }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .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); }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row .container { border-width: 0; border-radius: 0; }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003b53;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; }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4 > .row .container { background-color: transparent; background-image: none; }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4 > .row .container > .video-iframe-container { display: none; }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4 > .row > .video-iframe-container { display: none; }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4 > .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); }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4 > .row .container { border-width: 0; border-radius: 0; }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4 > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#mkXPmi7hKgVn3iPdDEZtyW2JVJbAFt8r { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1015625rem;left:0rem;height:3.98095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJgUFTqSSbyLlMvUluG1wiiWthhwKTCn { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.08203125rem;left:0rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uBKZNMirU6l74uePNAdIFi9Iplbs3Qi7 { position:relative;display:block; } #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection *:focus-visible, #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection input[type="text"]:focus-visible, #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection input[type="email"]:focus-visible, #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection input[type="tel"]:focus-visible, #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection textarea:focus-visible { outline: none; } #uBKZNMirU6l74uePNAdIFi9Iplbs3Qi7 > .row .container { position:relative;display:block; }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 > .row .container { background-color: transparent; background-image: none; }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 > .row .container > .video-iframe-container { display: none; }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 > .row > .video-iframe-container { display: none; }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 > .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); }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 > .row .container { border-width: 0; border-radius: 0; }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#NGba8vgC2DbaHRF18heF5W9OTpUcDPfd { 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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.28125rem;left:22.03125rem;display:block; }
#XaeD8VMUzkTS79oZNLZ6yW8Twx4cK7Jv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq { position:relative;display:block; }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq { background-color: transparent; background-image: none; }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .row .container > .video-iframe-container { display: none; }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .row > .video-iframe-container { display: none; }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .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); }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq { border-width: 0; border-radius: 0; }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VcS5VbFkQT2cEgPTBoRQdfMiNJky4RyH { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0398445129394rem;left:0rem;height:;font-style:normal;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; }
#IfJUVSBTkI1QTvQBCRIHfbw5IJOW5Tev { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4619140625rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC { position:relative;display:block; }#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC { background-color: transparent; background-image: none; }#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC > .row .container > .video-iframe-container { display: none; }#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC > .row > .video-iframe-container { display: none; }#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC > .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); }#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC { border-width: 0; border-radius: 0; }#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PubcHTRvHT3an0wmakFhuCzJfnkve2ED { position:absolute;display:block;z-index:15001;height:29.0625rem;width:51.9375rem;top:0rem;left:4.03125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { top:2.25rem;left:23.9375rem;width:12.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:9.1875rem;left:18rem;width:29.75rem;height:6.6875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OORwaEb7PbdWmFoQeshOROATCGITyQkq { top:15.875rem;left:18.25rem;width:29.5rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { top:19.6875rem;left:23.5rem;width:24.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { width:13.75rem;height:4.1875rem;top:24.875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block; }
 }@media only screen and (max-width: 763px) { #fpyu3BHqMloms0aWB0TEPKQgkCqm33fG { width:11.1875rem;height:4.1875rem;top:24.875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQqWbIzuPpEKG4kC8TseI33gG5DULHEV { display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { top:2.75rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af { display:block; }#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7JnXPIkytnVHyUHgXfepNiQ13aVoe67 { width:13.125rem;height:4.1875rem;top:28rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #tln2il0tcoi5zNwurenEeovW8Zz6Pmef { display:block; }
 }@media only screen and (max-width: 763px) { #KRpNMAoun9eEtDy5RbKZKqxs7MR4xhGU { top:2.8125rem;left:25.0625rem;width:22.6875rem;height:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNnpR9s7KrOrRrBbi6SwrUmklodDIhu { top:2.8125rem;left:0rem;width:24.625rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { top:3.8125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { display:block; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { top:0rem;left:0rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWsGiGxb95R7dx1zNpWT7q1py6Etpu0l { top:1.3125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { top:0rem;left:13.5rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXMZs7JHiPf2ozC8vmNnTNnKQEsEz1nz { top:1.375rem;left:16rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rubdscSpRCIJuygChKz3viTEVaT5ENb8 { top:7.125rem;left:0rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPDo5gZ8pzDyK9QLg2TcqHXWMDODWzyR { top:9.8125rem;left:0rem;width:14.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { top:7.0625rem;left:16rem;width:15.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { top:9.8125rem;left:16.125rem;width:15.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { top:0rem;left:29.375rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEHwtlJaCVP9Tok8mZ2g7LynFeDiyWzv { top:7.0625rem;left:33.0625rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmVAiCgkLA2G8ShJprIV3tJQyOeM3LNE { top:9.8125rem;left:32.3125rem;width:15.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4EMng8T31ZPp91RaehdMK9Fc7XKoUSv { top:1.375rem;left:33.3125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { top:0rem;left:0rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { top:0rem;left:13.5rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1x0zzKsPUGF1sgBOa6vynekmkMbVTlu { top:7.0625rem;left:16.5625rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNbMSCrxr802zWT13pe4Tn8XwtiNAzPc { top:1.8125rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFM02SUyxxt9ti4VpTZT5Tefy0iycCXk { top:7.1875rem;left:0rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZwOfMbp95rTXIxbgWfnskuqR92GyPbS { top:1.75rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { top:0rem;left:29.375rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { top:9.9375rem;left:16.5625rem;width:15.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLB1QZuPeyAXlS3zpmWlNSShn3Ccghsi { top:9.9375rem;left:32.5rem;width:15.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtkRlzhevu5VBmGTvUuSd27lA0K03f3l { top:7.0625rem;left:33.0625rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeLyPTOMb4z30Hcml6BThyLlULdAJh6H { top:1.5rem;left:33.3125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { top:10.125rem;left:0rem;width:14.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S { display:block; }#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrznyvWr8WvQzoXX3c6NM3PBJigVfu9Q { top:0rem;left:0rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHszofdbTU34xen8bgT01msnn336aTz { top:0rem;left:13.5rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UadBMyL01co3UNgWxdi486F5u9xMWC55 { top:7.0625rem;left:16.5625rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAWzE3BVlLOTQShvHv0d7Sll4axARJps { top:1.8125rem;left:15.875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIEK206znpK2chgmoT2XXOtC7A0sLBZC { top:7.1875rem;left:0rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl1UeGNS4bEyGUUTpS9wdF3El6qhwu0K { top:1.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCBZ6h83QXTlNWJy9HI00dAVr2vaftrx { top:0rem;left:29.375rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiR6aziJRXx3dMagBxsGl83JrsTzdTnI { top:9.9375rem;left:16.5625rem;width:15.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVLbsRuK1iB6aSuFIgtoTc8kHxJOmIpa { top:9.9375rem;left:32.5rem;width:15.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9U4RKlfLaorXx7e4qZWGINHdbplGqpW { top:7.0625rem;left:33.0625rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAEEMTnT4MtQhNnvE897KHVcaJUgAoR1 { top:1.5rem;left:33.3125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiohT1Ox6fLkc27MOPeUnekAoKI4O7fb { top:10.125rem;left:0rem;width:14.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK { display:block; }#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbyGBy5LOqzU6VMUlX7DMwCxTISZhtVZ { width:15.9375rem;height:4.1875rem;top:1rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DywiOUNEVWI1AVlLJt9wqX1CRdqTxTz6 { display:block; }
 }@media only screen and (max-width: 763px) { #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL { display:block; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp { display:block; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzEeJRT9erMaewGexQMJGHXKaTdk0rgX { top:4.1875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME { display:block; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXXdbN617dexyoVKA2l8FPaKoaeDQ0TX { width:15.9375rem;height:4.1875rem;top:18.5rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFBhn8S4X5XiT8D2WCzmZBRuxHB8IHS { display:block; }
 }@media only screen and (max-width: 763px) { #s25H0y52BV9MlTEBGtaNxIc2qvT9nBum { width:14.875rem;height:1.25rem;top:8.5625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSkS82L0CbQqVgW6tyZRHtqROTypErXK { top:11.9375rem;left:0.875rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enJgVZdVNZAMHxnoLfITvzR2ToGD6BmB { top:10.875rem;left:2.25rem;width:11.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APmZT6OF1yD4wqL0in7PTGlakufzRcC9 { top:3.75rem;left:6.1875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5xWDzvzTPXqtTPAiMdt5SFkTgPUO0wB { top:3.1875rem;left:5.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGasOuBOoH6dKyA7hRF7PV7V2S0ZACR1 { width:14.625rem;height:14.1875rem;top:1.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSG7ffBOqctt0mwDtlRQEATXJJCuuG4U { width:14.625rem;height:14.1875rem;top:1.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTp4d39b0hOnlQTc8iQkwgWfuHeutdiq { top:3.1875rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0VvNKCi1EArbot2e8gi8JgIxwCKw7OJ { top:3.75rem;left:22.25rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW92qT4Xb9aSIw6aTgBKWOlRZoM9yULA { width:14.875rem;height:1.25rem;top:8.5625rem;left:16.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndFwR5VXGHltUs04HvVzuE2yEippIo3C { top:10.875rem;left:18.1875rem;width:11.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLLmMJcEcPT23HZ3HbdhrqU7UqdybV1D { top:11.9375rem;left:16.78125rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyfTvW6xCmtO261HtoU7MJP1FZTQFNN7 { top:3.1875rem;left:37.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMcGOEwNbRxZAPrTvWUhlI9697MzUDSl { top:3.75rem;left:38.1875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AItRaMTmmTBXFskJKwMEO8QOJIXNnBSk { width:14.875rem;height:1.25rem;top:8.5625rem;left:32.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBiwHKl3F8LGT7vLNUQomLCTUAe0pdo9 { top:10.875rem;left:34.125rem;width:11.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtdL2x7Rg8tscvV8CgC36C9oHT6W1xp6 { top:11.9375rem;left:32.71875rem;width:14.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5RgPdMfXZifs6gE0dA5rsgC3uQDJVZg { width:14.625rem;height:14.1875rem;top:1.5rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL { display:block; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { top:3rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyKI2PwyMMTTNtF9eSuVCh1yHcwXz43i { top:7.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm { display:block; }#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWUt4R5OqTieu0iBkT0suxFr106IKLbs { width:14.625rem;height:23.1875rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAvWqLDegmprtIFgc2IPKPkCBZ2dOpN3 { width:14.625rem;height:23.125rem;top:4.875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5cG4sSLifEw7nhLOpPabs7k7mqnkWS { width:14.625rem;height:23rem;top:4.875rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWG19Ozo3lgwVKTxeQqMvoi70sg6f6wg { width:15.0625rem;height:27.1875rem;top:0.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQL8NnZpTnTHz38wLLHvyhLGi0xaEFqK { width:14.875rem;height:1.25rem;top:8.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6QNE7yC8ksOpWoEAwOLfM8PKi5K7XSc { width:11.6875rem;height:4.375rem;top:15.125rem;left:0.15625rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omlmhvgGp6H8T6ziKzvuuoGBLUT4KpNA { top:21.125rem;left:0rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AczNOGhzD5cyopMl5KyphiCr0iIntVD8 { top:11.4375rem;left:0.28125rem;width:11.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46hTxcLZLLHF1t0mkVVaiHltMPeIcXF { width:13.75rem;height:1.25rem;top:8.3125rem;left:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8V9Z9DqbmmfraaSHe4DgUhwrMTRyhPG { top:11.5rem;left:12.21875rem;width:11.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbUVrbkD1nSLxdUZTaxUksEgC5XzIptf { width:11.6875rem;height:4.375rem;top:15.125rem;left:12.09375rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8wrTMvKPTG70ZEEJ8nTH8Ppwx0GpEfO { top:21.125rem;left:11rem;width:12.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAiN0yKgpePPdTcNTMtJPPp3xkLPZRZy { width:12.4375rem;height:2.5rem;top:7.6875rem;left:35.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABp5rly2fPKLu8CQ8ErS7v8cmbTunwuB { top:11.4375rem;left:36.09375rem;width:11.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZO1Hczfw9ql5EWCW8zZ68VTqSzIOzI4 { width:11.6875rem;height:4.375rem;top:15.125rem;left:35.96875rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6vVGZz4unU97NzAwH0fbSH3mVhUr75l { top:21.125rem;left:34.875rem;width:12.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpbNreImOsrO1Qc2m7vznMvX5t9mOUus { width:11.3125rem;height:2.5rem;top:7.6875rem;left:24.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNvi3M5mN5Ud9IF2XgXiTJiLMISKsDX4 { top:11.4375rem;left:24.15625rem;width:11.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp7nUa6sVEQaiPTx1G3xGUycyMLXDXBQ { width:11.6875rem;height:4.375rem;top:14.875rem;left:24.03125rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsIn2sp3ABuwo3abJ2KkpSxneHc9b0oJ { top:21.125rem;left:22.9375rem;width:12.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0VDtbUZTJEiJbktInpz6zUyFl15F56q { top:0.875rem;left:24.03125rem;width:11.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfZKycQtzyvoczIT0zRmwoRSoMDXTDoT { width:11.3125rem;height:1.25rem;top:1.625rem;left:24.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex { display:block; }#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqbJnlilMqd5fltPU95XCTTKHDJ4voPs { width:15.9375rem;height:4.1875rem;top:1rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsUeDOEr8GJTaiOTRX2lxTA5DI567LPG { display:block; }
 }@media only screen and (max-width: 763px) { #UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH { display:block; }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6G7dUeync22SFaTU45aqdiV7FbJcHp4 { display:block; }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkXPmi7hKgVn3iPdDEZtyW2JVJbAFt8r { top:3.0625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJgUFTqSSbyLlMvUluG1wiiWthhwKTCn { top:7.0625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBKZNMirU6l74uePNAdIFi9Iplbs3Qi7 { display:block; } #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection *:focus-visible, #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection input[type="text"]:focus-visible, #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection input[type="email"]:focus-visible, #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection input[type="tel"]:focus-visible, #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection textarea:focus-visible { outline: none; } #uBKZNMirU6l74uePNAdIFi9Iplbs3Qi7 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 { display:block; }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGba8vgC2DbaHRF18heF5W9OTpUcDPfd { width:15.9375rem;height:4.1875rem;top:2.25rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaeD8VMUzkTS79oZNLZ6yW8Twx4cK7Jv { display:block; }
 }@media only screen and (max-width: 763px) { #bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq { display:block; }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcS5VbFkQT2cEgPTBoRQdfMiNJky4RyH { top:3rem;left:0rem;width:47.75rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfJUVSBTkI1QTvQBCRIHfbw5IJOW5Tev { top:7.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC { display:block; }#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PubcHTRvHT3an0wmakFhuCzJfnkve2ED { top:0rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:#003b53;background-image:none;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { width:9.5rem;height:3.5rem;top:1.125rem;left:5.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:20rem;height:4.3984375rem;top:5.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OORwaEb7PbdWmFoQeshOROATCGITyQkq { width:20rem;height:2.275rem;top:10rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { width:20rem;height:2.923825rem;top:13.3rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { width:15.9375rem;height:4.1875rem;top:17.475rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block; }
 }@media only screen and (max-width: 763px) { #fpyu3BHqMloms0aWB0TEPKQgkCqm33fG { width:11.1875rem;height:4.1875rem;top:22.9125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQqWbIzuPpEKG4kC8TseI33gG5DULHEV { display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { width:20rem;height:5.19921875rem;top:2.48828125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af { display:block; }#Kb9SZiJn7m2NRNeTCh5ewRDvrUFWd0af > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7JnXPIkytnVHyUHgXfepNiQ13aVoe67 { width:13.125rem;height:4.1875rem;top:49.8203125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tln2il0tcoi5zNwurenEeovW8Zz6Pmef { display:block; }
 }@media only screen and (max-width: 763px) { #KRpNMAoun9eEtDy5RbKZKqxs7MR4xhGU { width:18.375rem;height:23.39743125rem;top:25.798828125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvNnpR9s7KrOrRrBbi6SwrUmklodDIhu { width:19.9375rem;height:23.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { width:20rem;height:2.5996125rem;top:3.3369140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { display:block; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { width:18.25rem;height:14.75rem;top:1.974609375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWsGiGxb95R7dx1zNpWT7q1py6Etpu0l { width:4.6875rem;height:4.6875rem;top:2.59375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { width:18.25rem;height:14.75rem;top:17.84375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXMZs7JHiPf2ozC8vmNnTNnKQEsEz1nz { width:4.6875rem;height:4.6875rem;top:19.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rubdscSpRCIJuygChKz3viTEVaT5ENb8 { width:14.5625rem;height:1.94970625rem;top:8.375rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPDo5gZ8pzDyK9QLg2TcqHXWMDODWzyR { width:14.8125rem;height:4.38574375rem;top:11.0625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { width:17.125rem;height:1.94970625rem;top:24.25rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { width:14.8125rem;height:4.38574375rem;top:27rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { width:18.25rem;height:14.75rem;top:33.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEHwtlJaCVP9Tok8mZ2g7LynFeDiyWzv { width:14.5625rem;height:1.94970625rem;top:40.5rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmVAiCgkLA2G8ShJprIV3tJQyOeM3LNE { width:14.8125rem;height:2.923825rem;top:43.25rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4EMng8T31ZPp91RaehdMK9Fc7XKoUSv { width:4.6875rem;height:4.6875rem;top:34.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { width:18.25rem;height:14.75rem;top:0.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { width:18.25rem;height:14.75rem;top:16.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1x0zzKsPUGF1sgBOa6vynekmkMbVTlu { width:14.5625rem;height:1.94970625rem;top:23.3125rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNbMSCrxr802zWT13pe4Tn8XwtiNAzPc { width:4.5625rem;height:4.5625rem;top:17.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFM02SUyxxt9ti4VpTZT5Tefy0iycCXk { width:14.5625rem;height:1.94970625rem;top:7.625rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZwOfMbp95rTXIxbgWfnskuqR92GyPbS { width:4.6875rem;height:4.6875rem;top:2.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { width:18.25rem;height:14.75rem;top:32.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { width:14.8125rem;height:2.923825rem;top:26.1875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLB1QZuPeyAXlS3zpmWlNSShn3Ccghsi { width:14.8125rem;height:2.923825rem;top:42.1875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtkRlzhevu5VBmGTvUuSd27lA0K03f3l { width:14.5625rem;height:1.94970625rem;top:39.3125rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeLyPTOMb4z30Hcml6BThyLlULdAJh6H { width:4.9375rem;height:4.9375rem;top:33.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { width:14.8125rem;height:4.38574375rem;top:10.5625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S { display:block; }#m8KOctmGx2LXrZVrnLQHix6zuRkTtZ2S > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrznyvWr8WvQzoXX3c6NM3PBJigVfu9Q { width:18.25rem;height:14.75rem;top:0.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHszofdbTU34xen8bgT01msnn336aTz { width:18.25rem;height:14.75rem;top:16.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UadBMyL01co3UNgWxdi486F5u9xMWC55 { width:14.5625rem;height:1.94970625rem;top:23.3125rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAWzE3BVlLOTQShvHv0d7Sll4axARJps { width:4.5625rem;height:4.5625rem;top:17.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIEK206znpK2chgmoT2XXOtC7A0sLBZC { width:14.5625rem;height:1.94970625rem;top:7.625rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl1UeGNS4bEyGUUTpS9wdF3El6qhwu0K { width:4.6875rem;height:4.6875rem;top:2.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCBZ6h83QXTlNWJy9HI00dAVr2vaftrx { width:18.25rem;height:14.75rem;top:32.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiR6aziJRXx3dMagBxsGl83JrsTzdTnI { width:14.8125rem;height:2.923825rem;top:26.1875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVLbsRuK1iB6aSuFIgtoTc8kHxJOmIpa { width:14.8125rem;height:4.38574375rem;top:42.1875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9U4RKlfLaorXx7e4qZWGINHdbplGqpW { width:14.5625rem;height:1.94970625rem;top:39.3125rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAEEMTnT4MtQhNnvE897KHVcaJUgAoR1 { width:4.9375rem;height:4.9375rem;top:33.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiohT1Ox6fLkc27MOPeUnekAoKI4O7fb { width:14.8125rem;height:4.38574375rem;top:10.5625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK { display:block; }#LQxGQtK8BUMkLxFaa57EZ4R0zgvbX4HK > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbyGBy5LOqzU6VMUlX7DMwCxTISZhtVZ { width:15.9375rem;height:4.1875rem;top:1.875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DywiOUNEVWI1AVlLJt9wqX1CRdqTxTz6 { display:block; }
 }@media only screen and (max-width: 763px) { #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL { background-color:#e8e0da;background-image:none;display:block; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { background-color: transparent; background-image: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container > .video-iframe-container { display: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container { display: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .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); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp { background-color:#e8e0da;background-image:none;display:block; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container { background-color: transparent; background-image: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container > .video-iframe-container { display: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row > .video-iframe-container { display: none; }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .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); }#V8URPvEkFzhGuKR93fVbDT2WHf2pbPWp > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzEeJRT9erMaewGexQMJGHXKaTdk0rgX { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME { display:block; }#dBTZs9dc7wcTkiUcTkSPTg2LtzEuzhME > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXXdbN617dexyoVKA2l8FPaKoaeDQ0TX { width:15.9375rem;height:4.1875rem;top:55.3625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFBhn8S4X5XiT8D2WCzmZBRuxHB8IHS { display:block; }
 }@media only screen and (max-width: 763px) { #s25H0y52BV9MlTEBGtaNxIc2qvT9nBum { width:14.875rem;height:1.25rem;top:10.875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSkS82L0CbQqVgW6tyZRHtqROTypErXK { width:14.1875rem;height:1.4625rem;top:14.187503814698rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enJgVZdVNZAMHxnoLfITvzR2ToGD6BmB { width:11.375rem;height:0.1875rem;top:13.125003814698rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APmZT6OF1yD4wqL0in7PTGlakufzRcC9 { width:3.3125rem;height:3.3125rem;top:6.0000038146972rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5xWDzvzTPXqtTPAiMdt5SFkTgPUO0wB { width:4.5rem;height:4.5rem;top:5.4375038146972rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGasOuBOoH6dKyA7hRF7PV7V2S0ZACR1 { width:14.625rem;height:14.1875rem;top:3.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSG7ffBOqctt0mwDtlRQEATXJJCuuG4U { width:14.625rem;height:14.1875rem;top:21.7875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTp4d39b0hOnlQTc8iQkwgWfuHeutdiq { width:4.5rem;height:4.5rem;top:23.475003814698rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0VvNKCi1EArbot2e8gi8JgIxwCKw7OJ { width:3.3125rem;height:3.3125rem;top:24.037503814698rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW92qT4Xb9aSIw6aTgBKWOlRZoM9yULA { width:14.875rem;height:1.25rem;top:28.974609375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndFwR5VXGHltUs04HvVzuE2yEippIo3C { width:11.375rem;height:0.1875rem;top:31.162503814698rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLLmMJcEcPT23HZ3HbdhrqU7UqdybV1D { width:14.1875rem;height:1.4625rem;top:32.225003814698rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyfTvW6xCmtO261HtoU7MJP1FZTQFNN7 { width:4.5rem;height:4.5rem;top:41.512503814698rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMcGOEwNbRxZAPrTvWUhlI9697MzUDSl { width:3.3125rem;height:3.3125rem;top:42.075003814698rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AItRaMTmmTBXFskJKwMEO8QOJIXNnBSk { width:14.875rem;height:1.25rem;top:47.07421875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBiwHKl3F8LGT7vLNUQomLCTUAe0pdo9 { width:11.375rem;height:0.1875rem;top:49.200003814698rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtdL2x7Rg8tscvV8CgC36C9oHT6W1xp6 { width:14.1875rem;height:1.4625rem;top:50.262503814698rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5RgPdMfXZifs6gE0dA5rsgC3uQDJVZg { width:14.625rem;height:14.1875rem;top:39.825rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL { background-color:#e8e0da;background-image:none;display:block; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { background-color: transparent; background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .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); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { background-color: transparent; background-image: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { width:20rem;height:18.875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { width:20rem;height:5.19921875rem;top:4.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyKI2PwyMMTTNtF9eSuVCh1yHcwXz43i { width:20rem;height:6.82325rem;top:10.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm { display:block; }#Tg4fJE0zdNmBoHkfMp7q6sNq0HPel9Dm > .row .container { width:20rem;height:105.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWUt4R5OqTieu0iBkT0suxFr106IKLbs { width:14.625rem;height:23.1875rem;top:3.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAvWqLDegmprtIFgc2IPKPkCBZ2dOpN3 { width:14.625rem;height:23.125rem;top:28.2875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5cG4sSLifEw7nhLOpPabs7k7mqnkWS { width:14.625rem;height:23rem;top:81.3rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWG19Ozo3lgwVKTxeQqMvoi70sg6f6wg { width:15.0625rem;height:27.1875rem;top:52.7625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQL8NnZpTnTHz38wLLHvyhLGi0xaEFqK { width:14.875rem;height:1.25rem;top:7.3125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6QNE7yC8ksOpWoEAwOLfM8PKi5K7XSc { width:13.875rem;height:5.875rem;top:12.46875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omlmhvgGp6H8T6ziKzvuuoGBLUT4KpNA { width:14.1875rem;height:1.4625rem;top:20.000001192093rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AczNOGhzD5cyopMl5KyphiCr0iIntVD8 { width:11.375rem;height:0.1875rem;top:10.312500953674rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46hTxcLZLLHF1t0mkVVaiHltMPeIcXF { width:13.75rem;height:1.25rem;top:31.725rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8V9Z9DqbmmfraaSHe4DgUhwrMTRyhPG { width:11.375rem;height:0.1875rem;top:34.912500953674rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbUVrbkD1nSLxdUZTaxUksEgC5XzIptf { width:13.5rem;height:5.875rem;top:36.974609375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8wrTMvKPTG70ZEEJ8nTH8Ppwx0GpEfO { width:12.875rem;height:1.4624rem;top:44.224609375rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAiN0yKgpePPdTcNTMtJPPp3xkLPZRZy { width:12.4375rem;height:2.5rem;top:84.1125rem;left:4rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABp5rly2fPKLu8CQ8ErS7v8cmbTunwuB { width:11.375rem;height:0.1875rem;top:87.862500953675rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZO1Hczfw9ql5EWCW8zZ68VTqSzIOzI4 { width:13.5rem;height:5.875rem;top:90.7998046875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6vVGZz4unU97NzAwH0fbSH3mVhUr75l { width:12.875rem;height:1.4624rem;top:97.8623046875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpbNreImOsrO1Qc2m7vznMvX5t9mOUus { width:11.3125rem;height:2.5rem;top:59.575rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNvi3M5mN5Ud9IF2XgXiTJiLMISKsDX4 { width:11.375rem;height:0.1875rem;top:63.325000953675rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp7nUa6sVEQaiPTx1G3xGUycyMLXDXBQ { width:13.5rem;height:5.875rem;top:65.13671875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsIn2sp3ABuwo3abJ2KkpSxneHc9b0oJ { width:12.875rem;height:1.4624rem;top:71.82421875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0VDtbUZTJEiJbktInpz6zUyFl15F56q { width:11.6875rem;height:2.6875rem;top:52.7625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfZKycQtzyvoczIT0zRmwoRSoMDXTDoT { width:11.3125rem;height:1.25rem;top:53.5125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex { display:block; }#umdmmyfhykT1ytKXxFXGmUE8qFTKa0ex > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqbJnlilMqd5fltPU95XCTTKHDJ4voPs { width:15.9375rem;height:4.1875rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsUeDOEr8GJTaiOTRX2lxTA5DI567LPG { display:block; }
 }@media only screen and (max-width: 763px) { #UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH { background-color:rgba(0,0,0,0);background-image:none;display:block; }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row .container { background-color: transparent; background-image: none; }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row .container > .video-iframe-container { display: none; }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row > .video-iframe-container { display: none; }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .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); }#UtRDhmpJydt9nwCX4yXDVH4WBg1xZrdH > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6G7dUeync22SFaTU45aqdiV7FbJcHp4 { display:block; }#R6G7dUeync22SFaTU45aqdiV7FbJcHp4 > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkXPmi7hKgVn3iPdDEZtyW2JVJbAFt8r { width:20rem;height:2.5996125rem;top:4.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJgUFTqSSbyLlMvUluG1wiiWthhwKTCn { width:20rem;height:4.548825rem;top:7.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uBKZNMirU6l74uePNAdIFi9Iplbs3Qi7 { display:block; } #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection *:focus-visible, #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection input[type="text"]:focus-visible, #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection input[type="email"]:focus-visible, #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection input[type="tel"]:focus-visible, #ya34390fb9f4e314cb2cf995e2c81e6a.widget-smartsection textarea:focus-visible { outline: none; } #uBKZNMirU6l74uePNAdIFi9Iplbs3Qi7 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 { display:block; }#JA9T5A8ig6vw1ZfVOOfKfp1VTW7L46p9 > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGba8vgC2DbaHRF18heF5W9OTpUcDPfd { width:15.9375rem;height:4.1875rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaeD8VMUzkTS79oZNLZ6yW8Twx4cK7Jv { display:block; }
 }@media only screen and (max-width: 763px) { #bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq { display:block; }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq { background-color: transparent; background-image: none; }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .row .container > .video-iframe-container { display: none; }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .row > .video-iframe-container { display: none; }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .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); }#bpqk0oQ66pmQ57vFTF8hAylA7WgQ0WMq > .row .container { width:20rem;height:18.875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcS5VbFkQT2cEgPTBoRQdfMiNJky4RyH { width:20rem;height:5.19921875rem;top:4.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfJUVSBTkI1QTvQBCRIHfbw5IJOW5Tev { width:20rem;height:6.82325rem;top:10.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC { display:block; }#MDVGcGQp6aKE5FfwnHhV45Kl0tqIwppC > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PubcHTRvHT3an0wmakFhuCzJfnkve2ED { width:20rem;height:29.0625rem;top:1.25rem;left:0rem;display:block; }
 }