.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qoOnAcTF/GettyImages_1009877634_LP.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm.adaptive-delivery-prevent-bg, #anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm.lazyload, #anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm.lazyloading { background-image: none; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row .container { background-color: transparent; background-image: none; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row .container > .video-iframe-container { display: none; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row > .video-iframe-container { display: none; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .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); }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row .container { border-width: 0; border-radius: 0; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row > .video-iframe-container {  }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row .container { width:60rem;height:43.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UKHyTs1BuTRG2RL2uf9pv2zSThyMbaug { color:#002878;display:block;width:18.0625rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:8.125rem;left:1.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MK5Mb2ISRT1BmmEsPX2pqed4KiVs7Nzt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:15.375rem;top:1.8125rem;left:1.8125rem;overflow:hidden;display:block; }
#R9LdMxpvm5LI4ViibmJ0ee8VfJoWeAFb { background-color:#002878;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.125rem;left:1.8125rem;display:block; }
#G2PWUgyythO4QRL126Fx5Q1etKJeyohE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002878;background-image:none;position:relative;display:block; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row .container { background-color: transparent; background-image: none; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row .container > .video-iframe-container { display: none; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row > .video-iframe-container { display: none; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .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); }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row .container { border-width: 0; border-radius: 0; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row > .video-iframe-container {  }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:block; }#GSTuvQB9zWG0xBJwqKg7ayZQtp0ft6mm { color:#ffffff;display:block;width:46.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4rem;left:4rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#roL0g4dmgoLzBwVG9gl4x3Kmd2uHTygw { color:#ffc400;display:block;width:40.625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:14.875rem;left:4rem;height:3.28125rem;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; }
#OxK6wA73AJwZ3OqI9VJRHQ95AuJVHV6n { color:#ffffff;display:block;width:37rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:18.9375rem;left:4rem;height:5.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OxK6wA73AJwZ3OqI9VJRHQ95AuJVHV6n li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OxK6wA73AJwZ3OqI9VJRHQ95AuJVHV6n li:before{  }
#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.79);background-image:url("https://images.assets-landingi.com/dOG0z4-gqp0/unsplash/debora-pilati-dOG0z4-gqp0-photo-1585854467604-cf2080ccef31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq.adaptive-delivery-prevent-bg, #ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq.lazyload, #ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq.lazyloading { background-image: none; }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .row .container { background-color: transparent; background-image: none; }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .row .container > .video-iframe-container { display: none; }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .row > .video-iframe-container { display: none; }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .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); }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .row .container { border-width: 0; border-radius: 0; }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .row > .video-iframe-container {  }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .row .container { font-size:0.875rem;font-family:arial;height:62.375rem;width:60rem;position:relative;display:block; }#JTyxdwB6M2sLQqTtkduqp1lv4vmd7XXG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(227,227,227,0.61);border-left:0.5rem solid rgba(227,227,227,0.61);border-right:0.5rem solid rgba(227,227,227,0.61);border-bottom:0.5rem solid rgba(227,227,227,0.61);box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:48.0625rem;width:37.6875rem;top:6.3125rem;left:10.6875rem;display:block; }
#gXgLLoZKFoPXxP20RVqeMhNvrCGEkQ0h { color:#0087c0;display:block;width:29.8125rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:9.8125rem;left:14.5625rem;height:2.625rem;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; }
#DyWFrwLNg6WNe82yeV5CodRpMHbuRRTR { color:#002878;display:block;width:30.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:14.1875rem;left:14.375rem;height:9.5605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cAvXRk61plPr6ooAlwWvsK6o1ialb1pD { color:#0087c0;display:block;width:23.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:40.0625rem;left:17.875rem;height:5.25rem;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; }
#yOfXVnyoi16ey4OLaHFppXeClxIB6sUh { background-color:#ffc400;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-sizing:border-box;color:#002878;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:47.3125rem;left:23.625rem;display:block; }
#grJVuqyrz67pekTWlcuM4xdU8oxD4HpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qRsG3Jaz5gQOPX6HVN72PqMxVwv1k2by { color:#002878;display:block;width:30.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:24.375rem;left:14.375rem;height:13.035125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qRsG3Jaz5gQOPX6HVN72PqMxVwv1k2by li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qRsG3Jaz5gQOPX6HVN72PqMxVwv1k2by li:before{  }
#UMMon6hHFOUuPQnAHwAqOliN12TKhn63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002878;background-image:none;position:relative;display:block; }#UMMon6hHFOUuPQnAHwAqOliN12TKhn63 > .row .container { background-color: transparent; background-image: none; }#UMMon6hHFOUuPQnAHwAqOliN12TKhn63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMMon6hHFOUuPQnAHwAqOliN12TKhn63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMMon6hHFOUuPQnAHwAqOliN12TKhn63 > .row .container > .video-iframe-container { display: none; }#UMMon6hHFOUuPQnAHwAqOliN12TKhn63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMMon6hHFOUuPQnAHwAqOliN12TKhn63 > .row > .video-iframe-container { display: none; }#UMMon6hHFOUuPQnAHwAqOliN12TKhn63 > .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); }#UMMon6hHFOUuPQnAHwAqOliN12TKhn63 > .row .container { border-width: 0; border-radius: 0; }#UMMon6hHFOUuPQnAHwAqOliN12TKhn63 > .row > .video-iframe-container {  }#UMMon6hHFOUuPQnAHwAqOliN12TKhn63 > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:60rem;position:relative;display:block; }#QNP2KcSyiPhP2OaOUmVNAfL50suiUTBF { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:10.5rem;left:15.40625rem;height:2.23046875rem;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; }
#A978rMsRoHckGiuZgm9UtvLkTBN6NQlL { color:#ffffff;display:block;width:25rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3.625rem;left:17.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BJ7IOJy7yyd1FeIp0dRDlAMRnfu4cCsk { background-color:#ffc400;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-sizing:border-box;color:#002878;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.875rem;left:24.125rem;display:block; }
#q6epoMbZppwJTtPDDxTeu1xUooThWttJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z1vAT8RAT43lqEJycwk013WOC7cxluq5 { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:20.9375rem;left:7.4375rem;height:1.9121125rem;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; }
#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container { background-color: transparent; background-image: none; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container > .video-iframe-container { display: none; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row > .video-iframe-container { display: none; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .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); }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container { border-width: 0; border-radius: 0; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row > .video-iframe-container {  }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#ctd5Wpm9BIfSbB7gclA03q13QZkrJCda { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:22.8125rem;top:3.5rem;left:18.625rem;overflow:hidden;display:block; }
#rLmtXw8qoKSKBkXidtailrUlrxlo9nFp { color:#333333;display:block;width:55.7480625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:19.6875rem;left:2.125rem;height:4.87305rem;display:block; }
#NEMOF10m17qavwMIKkLUlh3pfM5V5TXN { color:#000000;display:block;width:45.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:9.7744140625rem;left:7.4375rem;height:1.9121125rem;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; }
#Pot1A5iOlmm7H4RMdXWg5mTEJz8BrR0q { color:#002878;display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:14.5625rem;left:18.4375rem;height:4.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B8Dy70RXG2slNCqE9LWG0OgIky3iMomw { color:#002089;display:block;width:12.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:16.25rem;left:18.4375rem;height:1.9121125rem;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; }
#hKSxX1HMDVB8bNRftH7I6lZzBagh1baz { box-sizing:content-box;color:#002878;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:13.6875rem;left:30.0625rem;display:block; }
#hTb7IIN9H1BrERGyaiBMcdT7D5ekLdaW { box-sizing:content-box;color:#002878;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:13.6875rem;left:33.6875rem;display:block; }
#WMObabeORe866Ju17vx6iGLUSR3plAFZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.4375rem;top:14.1748046875rem;left:37.8125rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm { display:block; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKHyTs1BuTRG2RL2uf9pv2zSThyMbaug { width:18.0625rem;height:12.75rem;top:8.125rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK5Mb2ISRT1BmmEsPX2pqed4KiVs7Nzt { width:15.375rem;height:3.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9LdMxpvm5LI4ViibmJ0ee8VfJoWeAFb { width:11.75rem;height:3.9375rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2PWUgyythO4QRL126Fx5Q1etKJeyohE { display:block; }
 }@media only screen and (max-width: 763px) { #ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW { display:block; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSTuvQB9zWG0xBJwqKg7ayZQtp0ft6mm { width:46.75rem;height:6.8125rem;top:4rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roL0g4dmgoLzBwVG9gl4x3Kmd2uHTygw { width:40.625rem;height:3.25rem;top:14.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxK6wA73AJwZ3OqI9VJRHQ95AuJVHV6n { width:37rem;height:5.875rem;top:18.9375rem;left:0rem;font-size:1.3125rem;display:block; }#OxK6wA73AJwZ3OqI9VJRHQ95AuJVHV6n li:before{  }
 }@media only screen and (max-width: 763px) { #ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq { display:block; }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTyxdwB6M2sLQqTtkduqp1lv4vmd7XXG { top:6.3125rem;left:4.5625rem;width:37.6875rem;height:48.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXgLLoZKFoPXxP20RVqeMhNvrCGEkQ0h { width:29.8125rem;height:2.625rem;top:9.8125rem;left:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyWFrwLNg6WNe82yeV5CodRpMHbuRRTR { width:30.25rem;height:9.5rem;top:14.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAvXRk61plPr6ooAlwWvsK6o1ialb1pD { width:23.25rem;height:5.25rem;top:40.0625rem;left:11.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOfXVnyoi16ey4OLaHFppXeClxIB6sUh { width:11.75rem;height:3.9375rem;top:47.3125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grJVuqyrz67pekTWlcuM4xdU8oxD4HpU { display:block; }
 }@media only screen and (max-width: 763px) { #qRsG3Jaz5gQOPX6HVN72PqMxVwv1k2by { width:30.25rem;height:13rem;top:24.375rem;left:8.25rem;font-size:1rem;display:block; }#qRsG3Jaz5gQOPX6HVN72PqMxVwv1k2by li:before{  }
 }@media only screen and (max-width: 763px) { #UMMon6hHFOUuPQnAHwAqOliN12TKhn63 { display:block; }#UMMon6hHFOUuPQnAHwAqOliN12TKhn63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNP2KcSyiPhP2OaOUmVNAfL50suiUTBF { width:29.1875rem;height:2.1875rem;top:10.5rem;left:9.28125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A978rMsRoHckGiuZgm9UtvLkTBN6NQlL { width:25rem;height:;top:3.625rem;left:11.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ7IOJy7yyd1FeIp0dRDlAMRnfu4cCsk { width:11.75rem;height:3.9375rem;top:14.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6epoMbZppwJTtPDDxTeu1xUooThWttJ { display:block; }
 }@media only screen and (max-width: 763px) { #Z1vAT8RAT43lqEJycwk013WOC7cxluq5 { width:45.125rem;height:1.875rem;top:20.9375rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O { display:block; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctd5Wpm9BIfSbB7gclA03q13QZkrJCda { width:22.8125rem;height:5.1245125rem;top:3.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLmtXw8qoKSKBkXidtailrUlrxlo9nFp { top:19.6875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEMOF10m17qavwMIKkLUlh3pfM5V5TXN { width:45.125rem;height:1.875rem;top:9.75rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pot1A5iOlmm7H4RMdXWg5mTEJz8BrR0q { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8Dy70RXG2slNCqE9LWG0OgIky3iMomw { width:12.25rem;height:1.875rem;top:16.25rem;left:12.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKSxX1HMDVB8bNRftH7I6lZzBagh1baz { top:13.6875rem;left:23.9375rem;width:4.375rem;height:4.375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTb7IIN9H1BrERGyaiBMcdT7D5ekLdaW { top:13.6875rem;left:27.5625rem;width:4.375rem;height:4.375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMObabeORe866Ju17vx6iGLUSR3plAFZ { width:3.4375rem;height:3.375rem;top:14.125rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm { background-color:transparent;background-image:url("https://images.assets-landingi.com/qoOnAcTF/GettyImages_1009877634_LP.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm.adaptive-delivery-prevent-bg, #anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm.lazyload, #anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm.lazyloading { background-image: none; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row .container { background-color: transparent; background-image: none; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row .container > .video-iframe-container { display: none; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row > .video-iframe-container { display: none; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .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); }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKHyTs1BuTRG2RL2uf9pv2zSThyMbaug { width:10.4375rem;height:6.597625rem;top:5.326171875rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK5Mb2ISRT1BmmEsPX2pqed4KiVs7Nzt { width:10.8125rem;height:2.4375rem;top:1.375rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R9LdMxpvm5LI4ViibmJ0ee8VfJoWeAFb { width:11.75rem;height:3.9375rem;top:12.9228515625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2PWUgyythO4QRL126Fx5Q1etKJeyohE { display:block; }
 }@media only screen and (max-width: 763px) { #ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW { display:block; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSTuvQB9zWG0xBJwqKg7ayZQtp0ft6mm { width:18.75rem;height:15.3545rem;top:1.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.3125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #roL0g4dmgoLzBwVG9gl4x3Kmd2uHTygw { width:20rem;height:4.6484375rem;top:19.5605625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OxK6wA73AJwZ3OqI9VJRHQ95AuJVHV6n { width:20rem;height:7.875rem;top:25.498046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }#OxK6wA73AJwZ3OqI9VJRHQ95AuJVHV6n li:before{  }
 }@media only screen and (max-width: 763px) { #ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq { display:block; }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTyxdwB6M2sLQqTtkduqp1lv4vmd7XXG { width:19rem;height:41.4375rem;top:2.625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gXgLLoZKFoPXxP20RVqeMhNvrCGEkQ0h { width:17.4375rem;height:2.25rem;top:4.8125rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyWFrwLNg6WNe82yeV5CodRpMHbuRRTR { width:17.125rem;height:11.8945rem;top:8.375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cAvXRk61plPr6ooAlwWvsK6o1ialb1pD { width:17.0625rem;height:4.125rem;top:38.75rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOfXVnyoi16ey4OLaHFppXeClxIB6sUh { width:11.75rem;height:3.9375rem;top:37.65625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grJVuqyrz67pekTWlcuM4xdU8oxD4HpU { display:block; }
 }@media only screen and (max-width: 763px) { #qRsG3Jaz5gQOPX6HVN72PqMxVwv1k2by { width:17.0625rem;height:15.15625rem;top:21.25rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }#qRsG3Jaz5gQOPX6HVN72PqMxVwv1k2by li:before{  }
 }@media only screen and (max-width: 763px) { #UMMon6hHFOUuPQnAHwAqOliN12TKhn63 { display:block; }#UMMon6hHFOUuPQnAHwAqOliN12TKhn63 > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNP2KcSyiPhP2OaOUmVNAfL50suiUTBF { width:14.125rem;height:3.673825rem;top:7.2734375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A978rMsRoHckGiuZgm9UtvLkTBN6NQlL { width:17.4375rem;height:4.38671875rem;top:2rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ7IOJy7yyd1FeIp0dRDlAMRnfu4cCsk { width:11.75rem;height:3.9375rem;top:12.28515625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6epoMbZppwJTtPDDxTeu1xUooThWttJ { display:block; }
 }@media only screen and (max-width: 763px) { #Z1vAT8RAT43lqEJycwk013WOC7cxluq5 { width:15.625rem;height:5.736325rem;top:18.53515625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container { background-color: transparent; background-image: none; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container > .video-iframe-container { display: none; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row > .video-iframe-container { display: none; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .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); }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container { border-width: 0; border-radius: 0; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row > .video-iframe-container {  }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctd5Wpm9BIfSbB7gclA03q13QZkrJCda { width:16.125rem;height:3.625rem;top:3.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLmtXw8qoKSKBkXidtailrUlrxlo9nFp { width:19.4375rem;height:13.6445rem;top:19.26171875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEMOF10m17qavwMIKkLUlh3pfM5V5TXN { width:20rem;height:1.9121125rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pot1A5iOlmm7H4RMdXWg5mTEJz8BrR0q { width:11.25rem;height:1.5rem;top:11.6875rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #B8Dy70RXG2slNCqE9LWG0OgIky3iMomw { width:7.25rem;height:1.9121125rem;top:11.5625rem;left:11rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKSxX1HMDVB8bNRftH7I6lZzBagh1baz { width:4.375rem;height:4.375rem;top:13.1875rem;left:4.0625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTb7IIN9H1BrERGyaiBMcdT7D5ekLdaW { width:4.375rem;height:4.375rem;top:13.1875rem;left:7.6875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMObabeORe866Ju17vx6iGLUSR3plAFZ { width:3.4375rem;height:3.375rem;top:13.6875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }