.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:223,233,255;--color-primary-1:194,216,242;--color-primary-2:93,146,255;--color-primary-3:5,90,169;--color-primary-4:1,90,169;--color-secondary-0:220,242,225;--color-secondary-1:137,210,156;--color-secondary-2:19,165,56;--color-secondary-3:10,83,28;--color-secondary-4:3,25,8;--color-tertiary-0:255,255,255;--color-tertiary-1:164,196,224;--color-tertiary-2:103,156,203;--color-tertiary-3:5,90,169;--color-tertiary-4:1,90,169;--headlines-font-family:"gt walsheim";--paragraphs-font-family:"gt walsheim"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#e7f0f7;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl { 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/43a50823-69f8-4c85-b581-d2672a6f5d30/headphotozm.jpg");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; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl.adaptive-delivery-prevent-bg, #wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl.lazyload, #wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl.lazyloading { background-image: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { background-color: transparent; background-image: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container > .video-iframe-container { display: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container { display: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .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); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { border-width: 0; border-radius: 0; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#uGnG1nZoLNJ58JkfnrwDsvl47Z9Duuif { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.8125rem;left:2.5rem;height:7.87435rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wDJSIhVkp0XTuV0UDmELXvRChd0sEmDK { color:#065ea6;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:15.375rem;left:4.9375rem;height:0;font-style:normal;display:block; }
#htbzAI6ItZAmQ8zmd8eTJJRS3DnWRE8e { 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:1.25rem;width:1.9375rem;display:none; }
#wVAL08fzKJcwX8XTXkHTXZZiEUk0scbl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:7.6875rem;width:28rem;top:2.5625rem;left:0rem;display:block; }
#iEQvZWQPhEoMfWu9ZQmP2dsPD5hOxX02 { position:absolute;display:block;z-index:14998;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.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:13.6875rem;width:28rem;top:3.125rem;left:0rem;display:block; }
#rAUV1XLhETO8pSQRCZHifkmhzhbTbvX6 { color:#000000;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.4375rem;top:7.9375rem;left:0.5625rem;display:none; }
#Nzn2UpFBUhTEQ8tsXi2d1l74dRm4muRW { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dfOIg0yqrL8AdU4eulaWWF9tTdpvcrRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dD2w4OicVHcnM8Vo0Me6hGOIkOzQ4chT { position:absolute;display:block;z-index:15023;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:13.6870625rem;width:14.561625rem;top:7.8125rem;left:18.4375rem;overflow:hidden;display:block; }
#od1b8oOdtbnwhwtK1IUbl9y84TqBowRO { position:absolute;display:block;z-index:15024;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:4.31206875rem;width:9.436875rem;top:11.6875rem;left:2.5rem;overflow:hidden;display:block; }
#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7f0f7;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; }#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO > .row .container { background-color: transparent; background-image: none; }#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO > .row .container > .video-iframe-container { display: none; }#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO > .row > .video-iframe-container { display: none; }#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO > .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); }#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO > .row .container { border-width: 0; border-radius: 0; }#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO > .row .container { font-size:0.875rem;font-family:arial;height:73.125rem;width:75rem;position:relative;display:block; }#XdtXqDmnZAnAp9ITVksrwxS0N6eOb6nQ { color:rgba(var(--color-tertiary-3),1);display:block;width:66.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.2476139068604rem;left:2.5rem;height:4.2252625rem;display:block; }
#ZEDIhXOXCQtfTvEoSeOqH5wDVuTlWGCZ { color:#58595b;display:block;width:69.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.1846761703494rem;left:2.5rem;height:11.9965rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VTXy9BZy0LUzPzMQ1MdxXFTnTFBAw7wC { color:rgba(var(--color-tertiary-3),1);display:block;width:66.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.708118438721rem;left:2.5rem;height:2.11263125rem;display:block; }
#uMecbKSMHbiEIAM04zMvWOV1QfrVyhBh { position:absolute;display:block;z-index:15007;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:7.875rem;width:13.75rem;top:28.047744750976rem;left:2.5rem;overflow:hidden;display:block; }
#DCJ49EuWVCwOX5JbcR4WE8fSWvRCS8f2 { position:absolute;display:block;z-index:15008;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:7.875rem;width:13.75rem;top:28.047745704651rem;left:16.25rem;overflow:hidden;display:block; }
#FL0AVZNdrneWg22TiDOmkyAzzeHrOt2x { position:absolute;display:block;z-index:15009;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:7.875rem;width:13.75rem;top:28.047745704651rem;left:30.03125rem;overflow:hidden;display:block; }
#OJGa1RRiDe4WDSJFnIhTCzqPansHlWgH { position:absolute;display:block;z-index:15010;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:7.875rem;width:13.75rem;top:28.047745704651rem;left:43.779296875rem;overflow:hidden;display:block; }
#bZQKSJEpPT00yihTtzyA0alXVC66JpS8 { position:absolute;display:block;z-index:15011;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:7.8125rem;width:13.75rem;top:28.078127861023rem;left:57.529296875rem;overflow:hidden;display:block; }
#XqpyBZ7LrVd6QN1EoPp6CpaRx3fFgIy2 { color:rgba(var(--color-tertiary-3),1);display:block;width:66.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:42.861331939698rem;left:2.5rem;height:2.11263125rem;display:block; }
#B2lpF5t1Zox2K3AVDCXB1PIG48sqR0U5 { position:absolute;display:block;z-index:15015;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:7.875rem;width:13.75rem;top:46.25rem;left:43.75rem;overflow:hidden;display:block; }
#yl8y0c0MOrzvVdH6DC636wIiHWxSfyG0 { position:absolute;display:block;z-index:15016;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:7.75rem;width:13.75rem;top:46.25rem;left:57.5rem;overflow:hidden;display:block; }
#tM7G033HmgiQv4Q0QTDoKLgAdG6J78Pb { position:absolute;display:block;z-index:15014;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:7.875rem;width:13.75rem;top:46.25rem;left:30.0625rem;overflow:hidden;display:block; }
#vxvpKKpawFb8OnSolZWcTZxfRJfomNSa { position:absolute;display:block;z-index:15013;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:7.875rem;width:13.75rem;top:46.25rem;left:16.25rem;overflow:hidden;display:block; }
#TPWi7PGQkNNS4WVSIqpl7fwf2saccQDk { position:absolute;display:block;z-index:15012;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:7.875rem;width:13.75rem;top:46.25rem;left:2.5rem;overflow:hidden;display:block; }
#tEu3yGt9uPRnu4gIkL6sS1f1QUXQHDl5 { color:#58595b;display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:36.821615219116rem;left:2.5rem;height:2.2482625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QCeUOKVn08FiiSJrvAikSy7WT4bJJvbv { color:#58595b;display:block;width:10.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:36.821615219116rem;left:17.686634063721rem;height:2.2482625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mJ37vLOpmJSsZsLeaJc5xsmdFKlAZTTU { color:#58595b;display:block;width:10.8735rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:36.821615219116rem;left:31.468101501465rem;height:2.2482625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cvPm7k8KMpWsbmC2DNkWQZOTxD2lslcT { color:#58595b;display:block;width:10.8735rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:36.820531845093rem;left:45.217018127441rem;height:2.2482625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BuMA5wgbTlZFLpdIsvyAbTJmybQdcTAe { color:#58595b;display:block;width:10.8735rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:36.820531845093rem;left:58.967018127441rem;height:2.2482625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#us9HczxX9zcVF1gBt9Q6B8leoDhoFXhU { color:#58595b;display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:55.151477813721rem;left:2.5rem;height:2.2482625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IX7oWy176vrZGAwNc3aSf9bRB2t91ddw { color:#58595b;display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:55.150394439698rem;left:16.810981750488rem;height:2.2482625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KKBfkDpXcIuyMMJSSJcr3mtoJf5Du9R9 { color:#58595b;display:block;width:11.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:55.151477813721rem;left:31.092666625976rem;height:2.2482625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qqm55JoV3U4uFUZXgdskywBuMZvkX48I { color:#58595b;display:block;width:13.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:55.151042938233rem;left:44.122177124024rem;height:3.37239375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uNR3hJpBNhCDH7wrU8KgFsxiSrI8m2Jy { color:#58595b;display:block;width:13.061rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:55.151042938233rem;left:57.529296875rem;height:3.37239375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zQG3tTek9kP3cCfU677W1TgicSFCSIqd { box-sizing:content-box;height:9.375rem;width:68.624375rem;position:absolute;display:block;z-index:15017;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:61.145835876465rem;left:2.5rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
#gLuJmG9pOXT2mlGzxw7676m2T8GC7CBR { color:rgba(var(--color-tertiary-3),1);display:block;width:30.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:63.4765663147rem;left:9.8697929382325rem;height:4.6875rem;display:block; }
#UUvtO6ktEvUnNBpFcqWHnFEzBsX4028o { position:absolute;display:block;z-index:15019;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:9.436875rem;width:37.1875rem;top:61.114368438721rem;left:34.161243438721rem;overflow:hidden;display:block; }
#mMT6X8DTVBGJtN1bCSFIFu3Q0iuFq6B7 { position:absolute;display:block;z-index:15020;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:5.3125rem;width:5.3125rem;top:63.177085876462rem;left:3.37890625rem;overflow:hidden;display:block; }
#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .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); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { border-width: 0; border-radius: 0; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { color:#000000;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.5rem;height:1.055775rem;display:block; }
#LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { color:#000000;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:48.875rem;height:1.055775rem;text-align:right;text-align-last:right;display:block; }
#EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { color:#000000;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:57.75rem;height:1.055775rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl { display:block; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGnG1nZoLNJ58JkfnrwDsvl47Z9Duuif { top:3.8125rem;left:0rem;width:21.5625rem;height:7.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDJSIhVkp0XTuV0UDmELXvRChd0sEmDK { top:15.375rem;left:0rem;width:22.25rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htbzAI6ItZAmQ8zmd8eTJJRS3DnWRE8e { width:1.9375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVAL08fzKJcwX8XTXkHTXZZiEUk0scbl { top:2.5625rem;left:0rem;width:27.9375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEQvZWQPhEoMfWu9ZQmP2dsPD5hOxX02 { top:3.125rem;left:0rem;width:27.9375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAUV1XLhETO8pSQRCZHifkmhzhbTbvX6 { top:7.9375rem;left:0rem;width:13rem;height:8.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nzn2UpFBUhTEQ8tsXi2d1l74dRm4muRW { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dfOIg0yqrL8AdU4eulaWWF9tTdpvcrRL { display:block; }
 }@media only screen and (max-width: 763px) { #dD2w4OicVHcnM8Vo0Me6hGOIkOzQ4chT { top:7.8125rem;left:4.8125rem;width:14.5rem;height:13.629075112998rem;display:block; }
 }@media only screen and (max-width: 763px) { #od1b8oOdtbnwhwtK1IUbl9y84TqBowRO { top:11.6875rem;left:0rem;width:9.375rem;height:4.2837956983906rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8DbkbmdRmX3vml0agBinhG5ZX8xivO { display:block; }#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdtXqDmnZAnAp9ITVksrwxS0N6eOb6nQ { top:3.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEDIhXOXCQtfTvEoSeOqH5wDVuTlWGCZ { top:8.125rem;left:0rem;width:47.75rem;height:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTXy9BZy0LUzPzMQ1MdxXFTnTFBAw7wC { top:24.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMecbKSMHbiEIAM04zMvWOV1QfrVyhBh { top:28rem;left:0rem;width:13.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCJ49EuWVCwOX5JbcR4WE8fSWvRCS8f2 { top:28rem;left:2.625rem;width:13.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL0AVZNdrneWg22TiDOmkyAzzeHrOt2x { top:28rem;left:16.40625rem;width:13.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJGa1RRiDe4WDSJFnIhTCzqPansHlWgH { top:28rem;left:30.154296875rem;width:13.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZQKSJEpPT00yihTtzyA0alXVC66JpS8 { top:28.0625rem;left:34rem;width:13.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqpyBZ7LrVd6QN1EoPp6CpaRx3fFgIy2 { top:42.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2lpF5t1Zox2K3AVDCXB1PIG48sqR0U5 { top:46.25rem;left:30.125rem;width:13.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl8y0c0MOrzvVdH6DC636wIiHWxSfyG0 { top:46.25rem;left:34rem;width:13.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM7G033HmgiQv4Q0QTDoKLgAdG6J78Pb { top:46.25rem;left:16.4375rem;width:13.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxvpKKpawFb8OnSolZWcTZxfRJfomNSa { top:46.25rem;left:2.625rem;width:13.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWi7PGQkNNS4WVSIqpl7fwf2saccQDk { top:46.25rem;left:0rem;width:13.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEu3yGt9uPRnu4gIkL6sS1f1QUXQHDl5 { top:36.8125rem;left:0rem;width:13.4375rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCeUOKVn08FiiSJrvAikSy7WT4bJJvbv { top:36.8125rem;left:4.0616340637207rem;width:10.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ37vLOpmJSsZsLeaJc5xsmdFKlAZTTU { top:36.8125rem;left:17.843101501465rem;width:10.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvPm7k8KMpWsbmC2DNkWQZOTxD2lslcT { top:36.8125rem;left:31.592018127441rem;width:10.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuMA5wgbTlZFLpdIsvyAbTJmybQdcTAe { top:36.8125rem;left:36.9375rem;width:10.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #us9HczxX9zcVF1gBt9Q6B8leoDhoFXhU { top:55.125rem;left:0rem;width:12.5625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX7oWy176vrZGAwNc3aSf9bRB2t91ddw { top:55.125rem;left:3.1859817504883rem;width:12.5625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKBfkDpXcIuyMMJSSJcr3mtoJf5Du9R9 { top:55.125rem;left:17.467666625976rem;width:11.5625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqm55JoV3U4uFUZXgdskywBuMZvkX48I { top:55.125rem;left:30.497177124024rem;width:13rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNR3hJpBNhCDH7wrU8KgFsxiSrI8m2Jy { top:55.125rem;left:34.75rem;width:13rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQG3tTek9kP3cCfU677W1TgicSFCSIqd { top:61.125rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLuJmG9pOXT2mlGzxw7676m2T8GC7CBR { top:63.4375rem;left:0rem;width:30.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUvtO6ktEvUnNBpFcqWHnFEzBsX4028o { top:61.0625rem;left:10.5625rem;width:37.1875rem;height:9.436875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMT6X8DTVBGJtN1bCSFIFu3Q0iuFq6B7 { top:63.125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { top:2.1875rem;left:0rem;width:43.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { top:2rem;left:35.25rem;width:8.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { top:2rem;left:34.25rem;width:13.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl { background-color:transparent;background-image:none;display:block; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { background-color: transparent; background-image: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container > .video-iframe-container { display: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container { display: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .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); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGnG1nZoLNJ58JkfnrwDsvl47Z9Duuif { width:15.875rem;height:4.7265625rem;top:12.923177719116rem;left:0.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #wDJSIhVkp0XTuV0UDmELXvRChd0sEmDK { width:8.625rem;height:0;top:45.359375rem;left:5.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #htbzAI6ItZAmQ8zmd8eTJJRS3DnWRE8e { top:0rem;left:0rem;width:20rem;height:13.3125rem;z-index:14993;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wVAL08fzKJcwX8XTXkHTXZZiEUk0scbl { width:20rem;height:5.5rem;top:11.630860328674rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #iEQvZWQPhEoMfWu9ZQmP2dsPD5hOxX02 { width:20rem;height:9.25rem;top:12.923177719116rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #rAUV1XLhETO8pSQRCZHifkmhzhbTbvX6 { top:6.3125rem;left:0.9375rem;width:18.25rem;height:0;z-index:15023;color:#ffffff;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nzn2UpFBUhTEQ8tsXi2d1l74dRm4muRW { top:17.625rem;left:1.25rem;width:17.5rem;height:2.8125rem;z-index:15025;background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfOIg0yqrL8AdU4eulaWWF9tTdpvcrRL { display:block; }
 }@media only screen and (max-width: 763px) { #dD2w4OicVHcnM8Vo0Me6hGOIkOzQ4chT { width:8.4375rem;height:7.9373125rem;top:14.864367485046rem;left:11.561415970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #od1b8oOdtbnwhwtK1IUbl9y84TqBowRO { width:6.25rem;height:2.8125rem;top:18.177083969116rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8DbkbmdRmX3vml0agBinhG5ZX8xivO { display:block; }#BI8DbkbmdRmX3vml0agBinhG5ZX8xivO > .row .container { width:20rem;height:167.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdtXqDmnZAnAp9ITVksrwxS0N6eOb6nQ { width:18.6870625rem;height:5.52083125rem;top:0.62500190734863rem;left:0.9375rem;font-size:1.0625rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ZEDIhXOXCQtfTvEoSeOqH5wDVuTlWGCZ { width:18.6875rem;height:24.00175rem;top:6.724609375rem;left:0.9375rem;font-size:1rem;z-index:15009;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VTXy9BZy0LUzPzMQ1MdxXFTnTFBAw7wC { width:15.4373125rem;height:1.62435rem;top:32.100694179535rem;left:2.2808161377907rem;font-size:1.25rem;color:#015aa9;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMecbKSMHbiEIAM04zMvWOV1QfrVyhBh { width:13.75rem;height:7.875rem;top:34.850274499512rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCJ49EuWVCwOX5JbcR4WE8fSWvRCS8f2 { width:13.75rem;height:7.875rem;top:45.658422470093rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL0AVZNdrneWg22TiDOmkyAzzeHrOt2x { width:13.75rem;height:7.875rem;top:56.277130126953rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJGa1RRiDe4WDSJFnIhTCzqPansHlWgH { width:13.75rem;height:7.875rem;top:67.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZQKSJEpPT00yihTtzyA0alXVC66JpS8 { width:13.75rem;height:7.8125rem;top:77.87088012695rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqpyBZ7LrVd6QN1EoPp6CpaRx3fFgIy2 { width:14.9370625rem;height:1.62435rem;top:91.271705627444rem;left:2.5303819775581rem;font-size:1.25rem;color:#015aa9;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2lpF5t1Zox2K3AVDCXB1PIG48sqR0U5 { width:13.75rem;height:7.875rem;top:126.37565612793rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl8y0c0MOrzvVdH6DC636wIiHWxSfyG0 { width:13.75rem;height:7.75rem;top:137.18295097351rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM7G033HmgiQv4Q0QTDoKLgAdG6J78Pb { width:13.75rem;height:7.875rem;top:115.57053470612rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxvpKKpawFb8OnSolZWcTZxfRJfomNSa { width:13.75rem;height:7.875rem;top:104.76540946961rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWi7PGQkNNS4WVSIqpl7fwf2saccQDk { width:13.75rem;height:7.875rem;top:93.958555221556rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEu3yGt9uPRnu4gIkL6sS1f1QUXQHDl5 { width:13.4375rem;height:2.2482625rem;top:42.912111282349rem;left:3.2812502980233rem;font-size:0.9375rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCeUOKVn08FiiSJrvAikSy7WT4bJJvbv { width:10.811625rem;height:2.2482625rem;top:53.718320846558rem;left:4.5941842198372rem;font-size:0.9375rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJ37vLOpmJSsZsLeaJc5xsmdFKlAZTTU { width:10.811625rem;height:2.2482625rem;top:64.33789253235rem;left:4.5941842198372rem;font-size:0.9375rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvPm7k8KMpWsbmC2DNkWQZOTxD2lslcT { width:12.249375rem;height:2.2482625rem;top:75.125rem;left:3.875rem;font-size:0.9375rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuMA5wgbTlZFLpdIsvyAbTJmybQdcTAe { width:10.811625rem;height:2.2482625rem;top:85.93142700195rem;left:4.5941842198372rem;font-size:0.9375rem;z-index:15009;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #us9HczxX9zcVF1gBt9Q6B8leoDhoFXhU { width:12.561875rem;height:2.2482625rem;top:102.02019309998rem;left:3.7185333371162rem;font-size:0.9375rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IX7oWy176vrZGAwNc3aSf9bRB2t91ddw { width:12.561875rem;height:2.2482625rem;top:112.82530879974rem;left:3.7185333371162rem;font-size:0.9375rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KKBfkDpXcIuyMMJSSJcr3mtoJf5Du9R9 { width:11.5625rem;height:2.2482625rem;top:123.63042831421rem;left:4.2187502980232rem;font-size:0.9375rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqm55JoV3U4uFUZXgdskywBuMZvkX48I { width:13.9995625rem;height:2.2482625rem;top:134.43663978577rem;left:2.9991322159767rem;font-size:0.9375rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNR3hJpBNhCDH7wrU8KgFsxiSrI8m2Jy { width:16.436625rem;height:2.2482625rem;top:145.11915016174rem;left:2.0605469346046rem;font-size:0.9375rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQG3tTek9kP3cCfU677W1TgicSFCSIqd { width:20rem;height:9.375rem;top:152.55208969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLuJmG9pOXT2mlGzxw7676m2T8GC7CBR { width:11.3748125rem;height:4.375rem;top:153.76302719116rem;left:7.18967038393rem;font-size:1.125rem;color:#015aa9;z-index:15021;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UUvtO6ktEvUnNBpFcqWHnFEzBsX4028o { width:20rem;height:5.0752941176471rem;top:158.94965934753rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMT6X8DTVBGJtN1bCSFIFu3Q0iuFq6B7 { width:4.0625rem;height:4.0625rem;top:153.92578697204rem;left:2.2808161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { background-color:#e7f0f7;background-image:none;display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .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); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:2.11154375rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { width:9.5625rem;height:1.055775rem;top:4.474609375rem;left:5.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { width:14.1875rem;height:1.055775rem;top:6.466796875rem;left:2.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }