.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#d9f0fa;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;z-index:auto;display:block; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF.adaptive-delivery-prevent-bg, #DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF.lazyload, #DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF.lazyloading { background-image: none; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { background-color: transparent; background-image: none; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container > .video-iframe-container { display: none; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row > .video-iframe-container { display: none; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .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); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { border-width: 0; border-radius: 0; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row > .video-iframe-container {  }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#iFhoKqFEFsTIwonziu8EX1qUlVbx4USC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:10.625rem;top:0.749755859375rem;left:0.72916603088381rem;overflow:hidden;display:block; }
#XaCVa9e4Wkm5s1lb9McpFo6pPU6vNTkm { color:#ffffff;display:block;width:65.499375rem;position:absolute;font-family:ivyjournal;font-size:3.75rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.375rem rgba(0,0,0,0);top:8.1868495941163rem;left:5.4047317504883rem;height:4.87413125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F0p9u7IQfsTk2Es3xqaNdGLH6MZ3SOvI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.1875rem;width:25rem;display:none; }
#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG { position:relative;display:block; }#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG { background-color: transparent; background-image: none; }#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG > .row .container > .video-iframe-container { display: none; }#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG > .row > .video-iframe-container { display: none; }#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG > .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); }#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG { border-width: 0; border-radius: 0; }#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG > .row .container > .video-iframe-container {  }#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d9f0fa;background-image:none;font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#uLiGf0wy8XstmpZJPufWBoDcIpp7VKaL { position:absolute;display:block;z-index:100099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.375rem;width:19.375rem;top:17.9375rem;left:9.125rem;overflow:hidden;display:block; }
#vlH6wtspBzuQLsE35d8LoKWB4unm9S0O { position:absolute;display:block;z-index:99993;background-color:#eef2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.9375rem rgba(32,68,123,0.19) ;height:34.25rem;width:26.375rem;top:14.625rem;left:5.625rem;display:block; }
#XqJucdGUFOCHceD0cEUEgEV7I0HT3swq { color:#05084d;display:block;width:37.5rem;position:absolute;font-family:barlow;font-size:5.0625rem;font-weight:normal;z-index:100002;line-height:1;letter-spacing:0;top:2.1820745468139rem;left:0rem;height:10.125875rem;text-align:center;text-align-last:center;display:block; }
#zNL2PGycCHHsuae2KtiU9L6KIx7JbprT { color:#f50a0a;display:block;width:22.561875rem;position:absolute;font-family:ivyjournal;font-size:1.9375rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:38.5rem;left:7.5rem;height:2.51844375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ytXADxvPHAGN7xsR2Ke4Ms3rHoPTTnGN { z-index:100104;top:41.875rem;left:9.125rem;background-color:#e70d0d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(141,128,134,0.6) ;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:barlow;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:4.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nbQOd6znTcJXJIoR131uMW4T8opKy0aE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FmqJdMp5ZO218UkT6tCNT26z6WrAEeNa { position:absolute;display:block;z-index:100105;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.4375rem;width:40.0625rem;top:5.4830884686279rem;left:33.948885788359rem;overflow:hidden;display:block; }
#nVflr0nKfU3KufBc40oc5CxyBPaGevTA { position:absolute;display:block;z-index:99995;background-color:#101380;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:60.75rem;width:75rem;top:1rem;left:0rem;display:none; }
#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc { position:relative;display:block; }#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc { background-color: transparent; background-image: none; }#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc > .row .container > .video-iframe-container { display: none; }#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc > .row > .video-iframe-container { display: none; }#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc > .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); }#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc { border-width: 0; border-radius: 0; }#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc > .row .container > .video-iframe-container {  }#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d9f0fa;background-image:none;font-size:0.875rem;font-family:arial;height:100.9375rem;width:75rem;position:relative;display:block; }#poBd80As9VxKMVXI5U403avo1PWPnPPh { position:absolute;display:block;z-index:99994;background-color:#dfedff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.9375rem rgba(32,68,123,0.19) ;height:63.5625rem;width:75rem;top:3.4375rem;left:0rem;display:block; }
#d0MWSZWIA4akozRT89ETVFxKzJA6oEaS { color:#d02525;display:block;width:68.0625rem;position:absolute;font-family:barlow;font-size:2.0625rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:4.75rem;left:4.375rem;height:8.043625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BW7XlCgv48u1ZHJew0MVXTv3MiG93rIA { position:absolute;display:block;z-index:99994;background-color:#eef2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.9375rem rgba(32,68,123,0.19) ;height:48.625rem;width:66.625rem;top:15.249566078186rem;left:4.2491321563721rem;display:block; }
#dDJOwQNM1gyMWnQkqserSTOZicWtEH5L { position:absolute;display:block;z-index:100103;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.6875rem;width:41.6875rem;top:22.012804985046rem;left:0rem;overflow:hidden;display:block; }
#E9Sx8T4g7mMW1TmXGnXHNNzHE5eMZB24 { color:#0f2745;display:block;width:30.686875rem;position:absolute;font-family:ivyjournal;font-size:1.375rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:30.286457061767rem;left:38.642581939698rem;height:26.80665rem;text-align:left;text-align-last:left;display:block; }
#EdtuavUZuOgfn36M7w7VbnxilROHyJrl { color:#0f2745;display:block;width:24.375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.9375rem;font-weight:normal;z-index:100105;line-height:1.3;letter-spacing:0;top:77.622614860537rem;left:25.3125rem;height:2.51844375rem;text-align:center;text-align-last:center;display:block; }
#aiTOxSATIktKrwCUXUSLySrzVAnghR32 { z-index:100105;top:81.371531486512rem;left:28.000217437744rem;background-color:#e70d0d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(141,128,134,0.6) ;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:barlow;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9995625rem;height:4.31206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ABHpa45TwRGH9O8zTISCW3aO6x9ix2tX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gf6a6utJlsNWcWFtNyBdWhSPxIu6T5ye { color:#000000;display:block;width:55.686875rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.875rem;font-weight:normal;z-index:100106;line-height:.8;letter-spacing:0;top:17.325301647186rem;left:13.57421875rem;height:5.998275rem;text-align:right;text-align-last:right;display:block; }
#UGHRxtW4aPHnQy6J2S8naKT6gTh8y010 { color:#000000;display:block;width:16.3748125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.3125rem;font-weight:normal;z-index:100107;line-height:1.3;letter-spacing:0;top:26.725258827209rem;left:45.661895751953rem;height:3.00564375rem;display:block; }
#SOa8TwKWIIF0Vxy9evoRI7DoTCA9wpDk { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.6875rem;font-weight:normal;z-index:100108;line-height:1.3;letter-spacing:0;top:72.82009887695rem;left:2.3795576095581rem;height:17.469625rem;display:block; }
#glTBwxCcTAuSSAitxIazT4odgWZoe7Fq { position:absolute;display:block;z-index:99994;background-color:#eef2f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.9375rem rgba(32,68,123,0.19) ;height:25rem;width:47.75rem;top:69.493709564206rem;left:24.942058563233rem;display:block; }
#n8NJwOimNpMDIpuNGRWa0FDPsF8XglTM { position:absolute;display:block;z-index:100109;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4995625rem;width:21.4995625rem;top:71.243493080137rem;left:49.443363189698rem;overflow:hidden;display:block; }
#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container { background-color: transparent; background-image: none; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container > .video-iframe-container { display: none; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row > .video-iframe-container { display: none; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .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); }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container { border-width: 0; border-radius: 0; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row > .video-iframe-container {  }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#QTMq8pOd08LwPoNsIDNDTdbrJ8Q3RuHu { z-index:100001;top:14.372847557068rem;left:29.434679031372rem;background-color:#e70d0d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(141,128,134,0.6) ;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:barlow;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6248125rem;height:4.24805rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ydJn5SULp37utfhdqL7R2ZAB2xNRONZ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wiTCs7KmXk3LS5QCPzT0RKeT8J9mUc3D { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.249125rem;width:15.374375rem;top:12.8125rem;left:59.625rem;overflow:hidden;display:block; }
#PTweOfgJOx4Vz47L6m0xxcVxMVsdbdDv { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.124375rem;width:15.2495625rem;top:2.125rem;left:59.75rem;overflow:hidden;display:block; }
#x6byngFgyL89UICHr17JhEwDTOuFD7oT { color:#05084d;display:block;width:57.6248125rem;position:absolute;font-family:ivyjournal;font-size:2.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.5805130004883rem;left:9.4357643127444rem;height:5.6857625rem;text-align:center;text-align-last:center;display:block; }
#FfPssXgCS4PsGKZ0q4n0NnJ5ahloComX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.2480625rem;width:15.374375rem;top:2.4995660781861rem;left:0rem;overflow:hidden;display:block; }
#k6QS7CMTwPNakZDXJkcAqoZn4y9oFbM7 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.124375rem;width:15.2485rem;top:12.623265266419rem;left:0rem;overflow:hidden;display:block; }
#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l { position:relative;display:block; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l { background-color: transparent; background-image: none; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row .container > .video-iframe-container { display: none; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row > .video-iframe-container { display: none; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .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); }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l { border-width: 0; border-radius: 0; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row .container > .video-iframe-container {  }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V { position:relative;display:block; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V { background-color: transparent; background-image: none; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row .container > .video-iframe-container { display: none; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row > .video-iframe-container { display: none; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .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); }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V { border-width: 0; border-radius: 0; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row .container > .video-iframe-container {  }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#MNy2OO1UHX7MgJTNdSwTQo0OzbuZgHJ6 { position:absolute;display:block;z-index:100000;height:25.4375rem;width:75rem;top:6.09375rem;left:0rem;display:block; }
#EOxDgV46y1POMEbaE6XMO58kHTxKLob0 { color:#9b0f0f;display:block;width:75rem;position:absolute;font-family:"barlow semi condensed";font-size:2.625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.412325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d02525;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE.adaptive-delivery-prevent-bg, #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE.lazyload, #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE.lazyloading { background-image: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { background-color: transparent; background-image: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container > .video-iframe-container { display: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container { display: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .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); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { border-width: 0; border-radius: 0; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container {  }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#T2H55UVHDSSOQrXAg3Mc4hBbWIlHQ9Wp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.875rem;left:8.0625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#H5t03daUyyHR0kVvktM6zHuuSheyOiJf { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.9375rem;width:15.6875rem;top:4.5rem;left:9rem;overflow:hidden;display:block; }
#u8kXpAqP0ExrUbfJs4TT6WE3TWRvkrza { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1.875rem;left:27.625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#wcB9XAsfoHxBf5WoAkHJwrt2zuwpv9Ad { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4.1872825622559rem;left:27.937282562256rem;height:11.69925rem;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; }
#TzzySscKV3W8GBRFTVMEpRCk3DLnzf6g { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:1.96875rem;left:45.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#mrIJ12xHMfPzFKzz9JyR3rLzE9MmdCAE { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:4.5rem;left:46.75rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#FMTrx4gFKhl1CAVPACJW2X8Mp0to8e82 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:14.25rem;top:10.6875rem;left:39.5625rem;overflow:hidden;display:block; }
#Xs68i3Ugata7dzX26f0E7UeknugT5ZG8 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:13.1875rem;top:10.6875rem;left:54.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF { display:block; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFhoKqFEFsTIwonziu8EX1qUlVbx4USC { width:10.625rem;height:4.75rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaCVa9e4Wkm5s1lb9McpFo6pPU6vNTkm { width:47.75rem;height:4.8125rem;top:8.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0p9u7IQfsTk2Es3xqaNdGLH6MZ3SOvI { width:25rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG { display:block; }#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLiGf0wy8XstmpZJPufWBoDcIpp7VKaL { width:19.375rem;height:19.375rem;top:17.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlH6wtspBzuQLsE35d8LoKWB4unm9S0O { width:26.3125rem;height:34.1875rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqJucdGUFOCHceD0cEUEgEV7I0HT3swq { width:37.5rem;height:10.125rem;top:2.125rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNL2PGycCHHsuae2KtiU9L6KIx7JbprT { width:22.5rem;height:2.5rem;top:38.5rem;left:0.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytXADxvPHAGN7xsR2Ke4Ms3rHoPTTnGN { top:41.875rem;left:2.3125rem;width:19.25rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbQOd6znTcJXJIoR131uMW4T8opKy0aE { display:block; }
 }@media only screen and (max-width: 763px) { #FmqJdMp5ZO218UkT6tCNT26z6WrAEeNa { width:40.0625rem;height:46.4375rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVflr0nKfU3KufBc40oc5CxyBPaGevTA { width:47.75rem;height:60.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRiToQnQV28BSX5wiW53Csbhdm2lRNKc { display:block; }#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poBd80As9VxKMVXI5U403avo1PWPnPPh { width:47.75rem;height:63.5625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0MWSZWIA4akozRT89ETVFxKzJA6oEaS { width:47.75rem;height:8rem;top:4.6875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW7XlCgv48u1ZHJew0MVXTv3MiG93rIA { width:47.75rem;height:48.625rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDJOwQNM1gyMWnQkqserSTOZicWtEH5L { width:41.6875rem;height:41.6875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Sx8T4g7mMW1TmXGnXHNNzHE5eMZB24 { width:30.625rem;height:26.75rem;top:30.25rem;left:17.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdtuavUZuOgfn36M7w7VbnxilROHyJrl { width:24.375rem;height:2.5rem;top:77.5625rem;left:11.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiTOxSATIktKrwCUXUSLySrzVAnghR32 { top:81.3125rem;left:14.375217437744rem;width:18.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABHpa45TwRGH9O8zTISCW3aO6x9ix2tX { display:block; }
 }@media only screen and (max-width: 763px) { #Gf6a6utJlsNWcWFtNyBdWhSPxIu6T5ye { width:47.75rem;height:5.9375rem;top:17.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGHRxtW4aPHnQy6J2S8naKT6gTh8y010 { width:16.3125rem;height:3rem;top:26.6875rem;left:31.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOa8TwKWIIF0Vxy9evoRI7DoTCA9wpDk { width:22.8125rem;height:17.4375rem;top:72.8125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glTBwxCcTAuSSAitxIazT4odgWZoe7Fq { width:47.75rem;height:25rem;top:69.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8NJwOimNpMDIpuNGRWa0FDPsF8XglTM { width:21.4375rem;height:21.4375rem;top:71.1875rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT { display:block; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTMq8pOd08LwPoNsIDNDTdbrJ8Q3RuHu { top:14.3125rem;left:15.809679031372rem;width:17.5625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydJn5SULp37utfhdqL7R2ZAB2xNRONZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #wiTCs7KmXk3LS5QCPzT0RKeT8J9mUc3D { width:15.3125rem;height:9.2108431745194rem;top:12.8125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTweOfgJOx4Vz47L6m0xxcVxMVsdbdDv { width:15.1875rem;height:9.0878739097287rem;top:2.125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6byngFgyL89UICHr17JhEwDTOuFD7oT { width:47.75rem;height:5.625rem;top:5.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfPssXgCS4PsGKZ0q4n0NnJ5ahloComX { width:15.3125rem;height:9.2108431745194rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6QS7CMTwPNakZDXJkcAqoZn4y9oFbM7 { width:15.1875rem;height:9.0878739097287rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l { display:block; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flfgezfzP4CIbaXfFoME1QADNrN1Lc7V { display:block; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNy2OO1UHX7MgJTNdSwTQo0OzbuZgHJ6 { width:47.75rem;height:25.4375rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOxDgV46y1POMEbaE6XMO58kHTxKLob0 { width:47.75rem;height:3.375rem;top:1.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2H55UVHDSSOQrXAg3Mc4hBbWIlHQ9Wp { width:12.5rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5t03daUyyHR0kVvktM6zHuuSheyOiJf { width:15.6875rem;height:10.9375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8kXpAqP0ExrUbfJs4TT6WE3TWRvkrza { width:12.5rem;height:1.4375rem;top:1.875rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcB9XAsfoHxBf5WoAkHJwrt2zuwpv9Ad { width:23.4375rem;height:11.6875rem;top:4.125rem;left:14.312282562256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzzySscKV3W8GBRFTVMEpRCk3DLnzf6g { width:10.1875rem;height:1.25rem;top:1.9375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIJ12xHMfPzFKzz9JyR3rLzE9MmdCAE { width:13.25rem;height:2.5rem;top:4.5rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTrx4gFKhl1CAVPACJW2X8Mp0to8e82 { width:14.25rem;height:4.9375rem;top:10.6875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs68i3Ugata7dzX26f0E7UeknugT5ZG8 { width:13.1875rem;height:4.8125rem;top:10.6875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF { position:relative;z-index:auto;display:block; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFhoKqFEFsTIwonziu8EX1qUlVbx4USC { width:10.625rem;height:4.75rem;top:7.375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaCVa9e4Wkm5s1lb9McpFo6pPU6vNTkm { width:15.4980625rem;height:7.79625rem;top:7.7484812736513rem;left:2.2504342198372rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0p9u7IQfsTk2Es3xqaNdGLH6MZ3SOvI { top:1.7480469942093rem;left:4.8122833371163rem;width:10.374375rem;height:4.56163125rem;z-index:100053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG { display:block; }#CyCWp1VxUbnh5eScfRk9HBsCEFMmJRKG > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLiGf0wy8XstmpZJPufWBoDcIpp7VKaL { width:18.0625rem;height:18.0625rem;top:5.0607647895813rem;left:0.98461125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlH6wtspBzuQLsE35d8LoKWB4unm9S0O { width:20rem;height:29.4375rem;top:3.8107652664184rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqJucdGUFOCHceD0cEUEgEV7I0HT3swq { width:20rem;height:1.99978125rem;top:1.3118495941162rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNL2PGycCHHsuae2KtiU9L6KIx7JbprT { width:20rem;height:2.51844375rem;top:24.222006380558rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytXADxvPHAGN7xsR2Ke4Ms3rHoPTTnGN { top:27.402345180511rem;left:3.6241319775581rem;width:12.7495625rem;height:2.99913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbQOd6znTcJXJIoR131uMW4T8opKy0aE { display:block; }
 }@media only screen and (max-width: 763px) { #FmqJdMp5ZO218UkT6tCNT26z6WrAEeNa { width:20rem;height:23.182452144339rem;top:32.746094226837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVflr0nKfU3KufBc40oc5CxyBPaGevTA { width:20rem;height:11.6875rem;top:44.871965408325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRiToQnQV28BSX5wiW53Csbhdm2lRNKc { display:block; }#RRiToQnQV28BSX5wiW53Csbhdm2lRNKc > .row .container { width:20rem;height:133.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poBd80As9VxKMVXI5U403avo1PWPnPPh { width:20rem;height:29.1875rem;top:69.359375rem;left:0rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #d0MWSZWIA4akozRT89ETVFxKzJA6oEaS { width:20rem;height:23.3886875rem;top:1.7426266670227rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BW7XlCgv48u1ZHJew0MVXTv3MiG93rIA { width:20rem;height:74.311875rem;top:26.810983657837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDJOwQNM1gyMWnQkqserSTOZicWtEH5L { width:20rem;height:20rem;top:510.33851324005rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9Sx8T4g7mMW1TmXGnXHNNzHE5eMZB24 { width:20rem;height:34.1362625rem;top:31.918400764466rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdtuavUZuOgfn36M7w7VbnxilROHyJrl { width:20rem;height:1.7068125rem;top:88.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiTOxSATIktKrwCUXUSLySrzVAnghR32 { top:91.4375rem;left:3.625rem;width:12.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABHpa45TwRGH9O8zTISCW3aO6x9ix2tX { display:block; }
 }@media only screen and (max-width: 763px) { #Gf6a6utJlsNWcWFtNyBdWhSPxIu6T5ye { width:19.5rem;height:10.49696875rem;top:103.05881547928rem;left:0.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGHRxtW4aPHnQy6J2S8naKT6gTh8y010 { width:16.311875rem;height:2.59874375rem;top:29.385850906372rem;left:0.81163197755812rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOa8TwKWIIF0Vxy9evoRI7DoTCA9wpDk { width:18.9375rem;height:10.3949375rem;top:115.57509231567rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #glTBwxCcTAuSSAitxIazT4odgWZoe7Fq { width:20rem;height:11.5625rem;top:114.99241638184rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8NJwOimNpMDIpuNGRWa0FDPsF8XglTM { width:16.875rem;height:16.875rem;top:70.799697875975rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT { display:block; }#xSiCdC9RnCZQIOn0Hgs98aBASzreJ4cT > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTMq8pOd08LwPoNsIDNDTdbrJ8Q3RuHu { top:15.597874641419rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydJn5SULp37utfhdqL7R2ZAB2xNRONZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #wiTCs7KmXk3LS5QCPzT0RKeT8J9mUc3D { width:9.561625rem;height:5.49913125rem;top:14.690972328186rem;left:10.437283813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTweOfgJOx4Vz47L6m0xxcVxMVsdbdDv { width:9.0625rem;height:5.3125rem;top:3.0696620941162rem;left:10.936415016651rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6byngFgyL89UICHr17JhEwDTOuFD7oT { width:20rem;height:9.74825rem;top:3.0696620941162rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfPssXgCS4PsGKZ0q4n0NnJ5ahloComX { width:9.124375rem;height:5.43728125rem;top:3.0067281723023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6QS7CMTwPNakZDXJkcAqoZn4y9oFbM7 { width:9.375rem;height:5.56206875rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l { display:block; }#XcmeM4ixxBRZ7Xz1CpnsouqF6KHHSe4l > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flfgezfzP4CIbaXfFoME1QADNrN1Lc7V { display:block; }#flfgezfzP4CIbaXfFoME1QADNrN1Lc7V > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNy2OO1UHX7MgJTNdSwTQo0OzbuZgHJ6 { width:20rem;height:25.2495625rem;top:10.29625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOxDgV46y1POMEbaE6XMO58kHTxKLob0 { width:20rem;height:7.79625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2H55UVHDSSOQrXAg3Mc4hBbWIlHQ9Wp { width:12.5rem;height:1.2999125rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5t03daUyyHR0kVvktM6zHuuSheyOiJf { width:15.686875rem;height:10.9375rem;top:8.896475rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8kXpAqP0ExrUbfJs4TT6WE3TWRvkrza { width:12.5rem;height:1.2999125rem;top:3.798825rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcB9XAsfoHxBf5WoAkHJwrt2zuwpv9Ad { width:20rem;height:11.69925rem;top:21.083975rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzzySscKV3W8GBRFTVMEpRCk3DLnzf6g { width:10.186625rem;height:1.2999125rem;top:6.34765rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIJ12xHMfPzFKzz9JyR3rLzE9MmdCAE { width:13.2498125rem;height:2.599825rem;top:35.367839813233rem;left:3.3745663762093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTrx4gFKhl1CAVPACJW2X8Mp0to8e82 { width:14.2480625rem;height:4.93706875rem;top:41.779516220093rem;left:2.8754342198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs68i3Ugata7dzX26f0E7UeknugT5ZG8 { width:13.186875rem;height:4.8112rem;top:47.592233657837rem;left:3.4060333371162rem;display:block; }
 }