.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-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;
}
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:#003c61;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm { background-color:#ffffff;background-image:none;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; }#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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm > .row .container { width:60rem;height:6.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#MK5Mb2ISRT1BmmEsPX2pqed4KiVs7Nzt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:17.5rem;top:1.375rem;left:2.302734375rem;overflow:hidden;display:block; }
#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de5689fb-3559-4406-acb6-6e96d872eb7f/iStock1339028416LP.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW.adaptive-delivery-prevent-bg, #ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW.lazyload, #ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW.lazyloading { background-image: none; }#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(17,25,33,0.35); }#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(17,25,33,0.35); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#pGg5H3XsIeBn96UmQTJyekMtO5WwmlBL { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:14.306640625rem;left:3.0625rem;height:4.94921875rem;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; }
#UKHyTs1BuTRG2RL2uf9pv2zSThyMbaug { color:#fafafa;display:block;width:38.9375rem;position:absolute;font-family:raleway;font-size:5.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.375rem;left:2.0625rem;height:10.25rem;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; }
#tBEmD88sqGPoK5VXGx7eOTwlHAThNZmt { background-color:#cd1f43;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-shadow: none;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:15009;text-align:center;text-align-last:center;top:21.46875rem;left:2.0625rem;display:block; }
#P4xASTXzmmXVftGpqGyR9NDTbdNrcrew { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oGe50MW8qD6iKDwaCMoZLaVrWPOV5mGr { box-sizing:content-box;height:5.8125rem;width:28.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(205,31,67,0.7);background-image:none;top:13.875rem;left:2.1875rem;display:block; }
#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ > .row .container { background-color: transparent; background-image: none; }#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ > .row .container > .video-iframe-container { display: none; }#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ > .row > .video-iframe-container { display: none; }#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ > .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); }#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ > .row .container { border-width: 0; border-radius: 0; }#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#o2guM8hgTIL4KiXShi3tTpTubg2xyVh8 { color:#19468d;display:block;width:36.625rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.599609375rem;left:11.6875rem;height:6.173825rem;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; }
#q1c9Uu7KLvXlc3iPQfsGxpxxQ7bhAyt3 { color:#19468d;display:block;width:36.4375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:10.2431640625rem;left:11.78125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:60rem;position:relative;display:block; }#JTyxdwB6M2sLQqTtkduqp1lv4vmd7XXG { position:absolute;display:block;z-index:15000;background-color:#cd1f43;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);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:35.1875rem;width:37.6875rem;top:3.21875rem;left:11.1875rem;display:block; }
#zPN1g5bgdI5dvld1NtssQEl1oU5pT8Bk { color:#fafafa;display:block;width:31.4375rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:6.3125rem;left:14.8125rem;height:2.3994125rem;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; }
#LRFkVv0lM78OJm02UQZp6TvPveVBffm1 { background-color:#19468d;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-shadow: none;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:15010;text-align:center;text-align-last:center;top:12.2109375rem;left:14.8125rem;display:block; }
#HBxlQWA6GBn9D2reOrOuwwsdQDIyDhrr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNP2KcSyiPhP2OaOUmVNAfL50suiUTBF { color:#fafafa;display:block;width:31.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:33.1875rem;left:14.5625rem;height:3rem;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; }
#FloV92GWkbrO4M70OgNQhT1MKv1hqGZw { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:8.6875rem;left:14.8125rem;height:2.3994125rem;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; }
#devTJbFya0xUhs2pZfZ22H1GOGEvU587 { color:#fafafa;display:block;width:27.125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:19.5rem;left:17.5625rem;height:12.4658125rem;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; }
#r4GrVHZ4Z1pO7eMhBlT1n8fpptaAm44h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.5rem;left:14.8125rem; }
#hgGsm8fLpgXnUsOkqcO1plkgdHFkJgF6 { box-sizing:content-box;height:0.125rem;width:31.25rem;position:absolute;display:block;z-index:15016;background-color:#fafafa;background-image:none;top:17.8125rem;left:14.8125rem;display:block; }
#hrHxLs2U3sLRkZhhOW9PLFutnKkAMRqy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.9375rem;left:14.6875rem; }
#TZo9Sgbzc1SSkK0qLrLe48ZQoUAC9p5b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:24.6875rem;left:14.875rem; }
#iQtr1KAF5yB74uBfTWPfeRvGvf2w0tSO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27.25rem;left:15.125rem; }
#aUnkQ01C00nGTg5QEQpthcBJ0pNuyhRa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:29.8125rem;left:15.1875rem; }
#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#19468d;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; }#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk > .row .container { background-color: transparent; background-image: none; }#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk > .row .container > .video-iframe-container { display: none; }#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk > .row > .video-iframe-container { display: none; }#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk > .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); }#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk > .row .container { border-width: 0; border-radius: 0; }#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#WedFMZyKXVoOqLgx5iu9UOzM4412q5Vy { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:"source sans pro";font-size:2.6875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:1.9375rem;left:11.78125rem;height:3.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ckUSNZIBrukJAgZAImrfyrtShG5kzWTr { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:6.0625rem;left:11.78125rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZLcuHAGbKiTSWnqZRw9aBu275Htz4A6E { background-color:#cd1f43;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-shadow: none;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:15010;text-align:center;text-align-last:center;top:10.9375rem;left:24.125rem;display:block; }
#yJoPoWDEp2lQNt58GNoW1SZTFogk0nCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9ZvwyE5qoro1addksMRxnlcvToGgHM9 { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:16.5rem;left:11.78125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;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;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.125rem;width:22.8125rem;top:17.5625rem;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:32.0625rem;left:2.125rem;height:8.7715rem;display:block; }
#Awc3KZkw7mxNKBErZBC4PSETmp53u1Hd { color:#19468d;display:block;width:29.6875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:9.6875rem;left:15.15625rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#giqqnoz13mg466vFABpwBJGeila1lxwJ { color:#cd1f43;display:block;width:36.4375rem;position:absolute;font-family:"source sans pro";font-size:2.6875rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:2.0625rem;left:11.78125rem;height:6.44925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JwRMot5fzfWAP1v1kdNCCwmuWhWPs0aT { color:#002878;display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:25.125rem;left:18.625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PzIeaz1hsCu3S455QS1UqRdFhi0EPZEt { color:#002089;display:block;width:10.8125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:26.75rem;left:18.625rem;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; }
#eSTQ8mMeeo5VH6mmz4B3ZFJ0Cao8Tydr { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:15017;background-color:#003c61;background-image:none;top:15.125rem;left:11.25rem;display:block; }
#Edv5RGEsG7Vi6NS35EJyS9towWL7TVrb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:24.9375rem;left:30.125rem;overflow:hidden;display:block; }
#ga3dfMktA3UK78umcGUaKzIQm3zCbq9N { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:24.9375rem;left:34rem;overflow:hidden;display:block; }
#X9TuokBOJ6vHvTrLTVbL08tzTuPl98yU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:24.9375rem;left:37.75rem;overflow:hidden;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) { #MK5Mb2ISRT1BmmEsPX2pqed4KiVs7Nzt { width:17.5rem;height:3.875rem;top:1.375rem;left:0rem;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) { #pGg5H3XsIeBn96UmQTJyekMtO5WwmlBL { width:27.9375rem;height:4.9375rem;top:14.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKHyTs1BuTRG2RL2uf9pv2zSThyMbaug { width:38.9375rem;height:10.25rem;top:2.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBEmD88sqGPoK5VXGx7eOTwlHAThNZmt { width:11.75rem;height:3.9375rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4xASTXzmmXVftGpqGyR9NDTbdNrcrew { display:block; }
 }@media only screen and (max-width: 763px) { #oGe50MW8qD6iKDwaCMoZLaVrWPOV5mGr { top:13.875rem;left:0rem;width:28.625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ { display:block; }#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2guM8hgTIL4KiXShi3tTpTubg2xyVh8 { width:36.625rem;height:6.125rem;top:2.5625rem;left:5.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1c9Uu7KLvXlc3iPQfsGxpxxQ7bhAyt3 { width:36.4375rem;height:;top:10.1875rem;left:5.65625rem;font-size:1.375rem;display:block; }
 }@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:3.1875rem;left:5.0625rem;width:37.6875rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPN1g5bgdI5dvld1NtssQEl1oU5pT8Bk { width:31.4375rem;height:2.375rem;top:6.3125rem;left:8.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRFkVv0lM78OJm02UQZp6TvPveVBffm1 { width:11.75rem;height:3.9375rem;top:12.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBxlQWA6GBn9D2reOrOuwwsdQDIyDhrr { display:block; }
 }@media only screen and (max-width: 763px) { #QNP2KcSyiPhP2OaOUmVNAfL50suiUTBF { width:31.9375rem;height:3rem;top:33.1875rem;left:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FloV92GWkbrO4M70OgNQhT1MKv1hqGZw { width:31.4375rem;height:2.375rem;top:8.6875rem;left:8.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #devTJbFya0xUhs2pZfZ22H1GOGEvU587 { width:27.125rem;height:12.4375rem;top:19.5rem;left:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4GrVHZ4Z1pO7eMhBlT1n8fpptaAm44h { top:19.5rem;left:8.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgGsm8fLpgXnUsOkqcO1plkgdHFkJgF6 { top:17.8125rem;left:8.6875rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrHxLs2U3sLRkZhhOW9PLFutnKkAMRqy { top:21.9375rem;left:8.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZo9Sgbzc1SSkK0qLrLe48ZQoUAC9p5b { top:24.6875rem;left:8.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQtr1KAF5yB74uBfTWPfeRvGvf2w0tSO { top:27.25rem;left:9rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUnkQ01C00nGTg5QEQpthcBJ0pNuyhRa { top:29.8125rem;left:9.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk { display:block; }#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WedFMZyKXVoOqLgx5iu9UOzM4412q5Vy { width:36.4375rem;height:3.1875rem;top:1.9375rem;left:5.65625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckUSNZIBrukJAgZAImrfyrtShG5kzWTr { width:36.4375rem;height:3.25rem;top:6.0625rem;left:5.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLcuHAGbKiTSWnqZRw9aBu275Htz4A6E { width:11.75rem;height:3.9375rem;top:10.9375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJoPoWDEp2lQNt58GNoW1SZTFogk0nCN { display:block; }
 }@media only screen and (max-width: 763px) { #K9ZvwyE5qoro1addksMRxnlcvToGgHM9 { width:36.4375rem;height:1.25rem;top:16.5rem;left:5.65625rem;font-size:1.0625rem;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.125rem;top:17.5625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLmtXw8qoKSKBkXidtailrUlrxlo9nFp { top:32.0625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awc3KZkw7mxNKBErZBC4PSETmp53u1Hd { width:29.6875rem;height:3.25rem;top:9.6875rem;left:9.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giqqnoz13mg466vFABpwBJGeila1lxwJ { width:36.4375rem;height:;top:2.0625rem;left:5.65625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwRMot5fzfWAP1v1kdNCCwmuWhWPs0aT { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzIeaz1hsCu3S455QS1UqRdFhi0EPZEt { width:10.8125rem;height:1.9375rem;top:26.75rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSTQ8mMeeo5VH6mmz4B3ZFJ0Cao8Tydr { top:15.125rem;left:5.125rem;width:37.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edv5RGEsG7Vi6NS35EJyS9towWL7TVrb { width:3.375rem;height:3.375rem;top:24.9375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga3dfMktA3UK78umcGUaKzIQm3zCbq9N { width:3.375rem;height:3.375rem;top:24.9375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9TuokBOJ6vHvTrLTVbL08tzTuPl98yU { width:3.375rem;height:3.375rem;top:24.9375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #anUaa7gqqSUAOcnC1pgEPGdwpE2Tkgwm { background-color:#fafafa;background-image:none;display:block; }#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:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK5Mb2ISRT1BmmEsPX2pqed4KiVs7Nzt { width:10.8125rem;height:2.4375rem;top:1.25rem;left:4.5625rem;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de5689fb-3559-4406-acb6-6e96d872eb7f/iStock1339028416LP.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW.adaptive-delivery-prevent-bg, #ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW.lazyload, #ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW.lazyloading { background-image: none; }#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(17,25,33,0.25); }#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(17,25,33,0.25); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExlJ8bPwgy1mGp1NqscKn3yCUgn0o0FW > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGg5H3XsIeBn96UmQTJyekMtO5WwmlBL { width:19.125rem;height:3.44921875rem;top:18.4375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKHyTs1BuTRG2RL2uf9pv2zSThyMbaug { width:19rem;height:4.75rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBEmD88sqGPoK5VXGx7eOTwlHAThNZmt { width:11.75rem;height:3.9375rem;top:24.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4xASTXzmmXVftGpqGyR9NDTbdNrcrew { display:block; }
 }@media only screen and (max-width: 763px) { #oGe50MW8qD6iKDwaCMoZLaVrWPOV5mGr { width:20rem;height:5.8125rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ { display:block; }#kGZSmNushLxh0RdDczqMCzJJNXWOcBAZ > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2guM8hgTIL4KiXShi3tTpTubg2xyVh8 { width:20rem;height:6.5800625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1c9Uu7KLvXlc3iPQfsGxpxxQ7bhAyt3 { width:18.6875rem;height:16.494125rem;top:9.079125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq { display:block; }#ABwuQ6AtEy2Z8e825PIpoQQOwbWtAdgq > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTyxdwB6M2sLQqTtkduqp1lv4vmd7XXG { width:19rem;height:33.4375rem;top:1.0625rem;left:0rem;background-color:#cd1f43;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) { #zPN1g5bgdI5dvld1NtssQEl1oU5pT8Bk { width:16.6875rem;height:1.6494125rem;top:4.65625rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRFkVv0lM78OJm02UQZp6TvPveVBffm1 { width:11.75rem;height:3.9375rem;top:6.9375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBxlQWA6GBn9D2reOrOuwwsdQDIyDhrr { display:block; }
 }@media only screen and (max-width: 763px) { #QNP2KcSyiPhP2OaOUmVNAfL50suiUTBF { width:16.25rem;height:5.3984375rem;top:27.5625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FloV92GWkbrO4M70OgNQhT1MKv1hqGZw { width:16.8125rem;height:1.6494125rem;top:2.859375rem;left:1.59375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #devTJbFya0xUhs2pZfZ22H1GOGEvU587 { width:15.375rem;height:13.5rem;top:13.5rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #r4GrVHZ4Z1pO7eMhBlT1n8fpptaAm44h { display:flex;width:2.1875rem;height:2.1875rem;top:13.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #hgGsm8fLpgXnUsOkqcO1plkgdHFkJgF6 { width:16.875rem;height:0.125rem;top:12.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrHxLs2U3sLRkZhhOW9PLFutnKkAMRqy { display:flex;width:2.3125rem;height:2.3125rem;top:17.875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #TZo9Sgbzc1SSkK0qLrLe48ZQoUAC9p5b { display:flex;width:2.0625rem;height:2.0625rem;top:20.4375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #iQtr1KAF5yB74uBfTWPfeRvGvf2w0tSO { display:flex;width:1.8125rem;height:1.8125rem;top:22.75rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #aUnkQ01C00nGTg5QEQpthcBJ0pNuyhRa { display:flex;width:1.8125rem;height:1.8125rem;top:25.0625rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk { display:block; }#UVdWTEIIKQNPEvSlkGZRXnywrJvG95Xk > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WedFMZyKXVoOqLgx5iu9UOzM4412q5Vy { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckUSNZIBrukJAgZAImrfyrtShG5kzWTr { width:20rem;height:6.597625rem;top:4.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLcuHAGbKiTSWnqZRw9aBu275Htz4A6E { width:11.75rem;height:3.9375rem;top:12.745125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJoPoWDEp2lQNt58GNoW1SZTFogk0nCN { display:block; }
 }@media only screen and (max-width: 763px) { #K9ZvwyE5qoro1addksMRxnlcvToGgHM9 { width:20rem;height:1.2744125rem;top:17.932625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JbX92ALeeoaww0ydwvqAyvGBeH6oVZ8O > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctd5Wpm9BIfSbB7gclA03q13QZkrJCda { width:16.125rem;height:3.625rem;top:17.27149375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLmtXw8qoKSKBkXidtailrUlrxlo9nFp { width:20rem;height:25.339875rem;top:31.18359375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Awc3KZkw7mxNKBErZBC4PSETmp53u1Hd { width:20rem;height:4.94824375rem;top:9.69825rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giqqnoz13mg466vFABpwBJGeila1lxwJ { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwRMot5fzfWAP1v1kdNCCwmuWhWPs0aT { width:11.25rem;height:1.5rem;top:22.14649375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PzIeaz1hsCu3S455QS1UqRdFhi0EPZEt { width:12.25rem;height:1.9121125rem;top:27.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSTQ8mMeeo5VH6mmz4B3ZFJ0Cao8Tydr { width:20rem;height:0.125rem;top:15.89649375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edv5RGEsG7Vi6NS35EJyS9towWL7TVrb { width:3.375rem;height:3.375rem;top:24.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga3dfMktA3UK78umcGUaKzIQm3zCbq9N { width:3.375rem;height:3.375rem;top:24.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9TuokBOJ6vHvTrLTVbL08tzTuPl98yU { width:3.375rem;height:3.375rem;top:24.125rem;left:12.3125rem;display:block; }
 }