.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;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); }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 { position:relative;display:block; }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 { background-color: transparent; background-image: none; }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 > .row .container > .video-iframe-container { display: none; }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 > .row > .video-iframe-container { display: none; }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 > .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); }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 { border-width: 0; border-radius: 0; }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 > .row .container > .video-iframe-container {  }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d91930, #cde9fb);background-image: -moz-linear-gradient(180deg, #d91930, #cde9fb);background-image: -ms-linear-gradient(180deg, #d91930, #cde9fb);background-image: -o-linear-gradient(180deg, #d91930, #cde9fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d91930', endColorstr='#cde9fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d91930', endColorstr='#cde9fb' );";background-image: linear-gradient(180deg, #d91930, #cde9fb);background-size:auto !important;font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#TG1Oh6T7FzEDu1ROVnnAZpSDRsFca8Az { color:#000000;display:block;width:48.875rem;position:absolute;font-family:barlow;font-size:5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:0.21875rem;left:5.5625rem;height:13rem;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; }
#Wf18hLw9ubCMiPed9DCS68sbHh46GOFC { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:13.3125rem;top:2.65625rem;left:42.125003814698rem;overflow:hidden;display:block; }
#aiMf74CMcwGeoywHRSiJ9qsPsTJv0BMR { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:13.25rem;top:2.71875rem;left:4.4375rem;overflow:hidden;display:block; }
#K8EM6P0tTTJP7pzKVyTdegGuJz9hAp7u { position:absolute;display:block;z-index:99999;background-color:rgba(208,37,37,0.63);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;height:13.25rem;width:60rem;top:0rem;left:0rem;display:block; }
#hQorVsStirwR8namAhPosC7T9rd8wke8 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.875rem;width:22.8125rem;top:13.437499761581rem;left:1.9696178436279rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cde9fb;background-image:none;font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#QKZT8QrsWhhQNqVcTmUlGEOXcTToNeLD { color:#000000;display:block;width:31.375rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:10.37890625rem;left:24.90625rem;height:7.14844375rem;text-align:center;text-align-last:center;display:block; }
#yIfEECBJLHPG4VxvrZQCUEdkfyuQooLy { color:#000000;display:block;width:52.4375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:21.8662109375rem;left:3.78125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#M3mVIcs5DBdu3HpULlQRQmPC6DltkksB { position:absolute;display:block;z-index:99998;background-color:rgba(14,198,229,0.35);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;height:16.3125rem;width:60rem;top:3.296875rem;left:0rem;display:block; }
#Ps0CocdNlo0zPu5wzV3JzOEvHs4tgdVZ { position:relative;display:none; }#Ps0CocdNlo0zPu5wzV3JzOEvHs4tgdVZ { border-width: 0; border-radius: 0; }#Ps0CocdNlo0zPu5wzV3JzOEvHs4tgdVZ > .row .container > .video-iframe-container {  }#Ps0CocdNlo0zPu5wzV3JzOEvHs4tgdVZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#cde9fb;background-image:none;font-size:0.875rem;font-family:arial;height:70.25rem;width:60rem;position:relative;display:none; }#zGamoMhrIMO7MlyupRy3HXcehEuOLWsB { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57.25rem;width:29.125rem;top:5.5625rem;left:14.701172828674rem;overflow:hidden;display:block; }
#vvbsFTpE9kE8n6KwuKTzre2hF1yZBXV2 { position:absolute;display:block;z-index:100010;background-color:rgba(20,171,227,0.32);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;height:22.75rem;width:34.6875rem;top:36.5625rem;left:23.874348640442rem;display:block; }
#SmTN6maERQitXVt3HqPqE905AkKZcavK { position:absolute;display:block;z-index:100009;background-color:rgba(217,25,48,0.32);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;height:29.3125rem;width:22.8125rem;top:30.0625rem;left:1.6875rem;display:block; }
#ZiA6eMxpUFC5lLO9I5DwTOu6tXPEJshd { position:absolute;display:block;z-index:100010;background-color:rgba(47,42,128,0.66);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;height:21.5rem;width:34.5rem;top:8.5625rem;left:1.6875rem;display:block; }
#lBLqgW0szMrxovKXyf1pZNnAHD5QJfrS { position:absolute;display:block;z-index:100008;background-color:rgba(47,42,190,0.32);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;height:28rem;width:23.0625rem;top:8.5625rem;left:35.436848640442rem;display:block; }
#tsJZUmiNNX0ng1KKdwwmwi5IuvFHP48k { color:#000000;display:block;width:51.625rem;position:absolute;font-family:barlow;font-size:1.9375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:2.4375rem;left:4.1875rem;height:2.5rem;display:block; }
#zfnVao9ockCtgwPuvvH4VpO0QwdRnIXR { color:#e39b9b;display:block;width:19.4375rem;position:absolute;font-family:barlow;font-size:4.0625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:14.0625rem;left:2.1875rem;height:10.5rem;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; }
#BgFd3NVFw9cLOxPIMgCHGSyI3Qwar9r6 { color:rgba(227,155,155,0.86);display:block;width:18.875rem;position:absolute;font-family:barlow;font-size:4.0625rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:19.3125rem;left:38.561848640442rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwuPJzzAW9I0LmuNcTCTlhc7lOv2M4ZN { color:rgba(47,42,190,0.42);display:block;width:16.8125rem;position:absolute;font-family:barlow;font-size:4.0625rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:38.09375rem;left:3.5rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LvPo5RDwu6ZbkP6O0xSpISCbZFOyr1JJ { color:#14abe3;display:block;width:16.0625rem;position:absolute;font-family:barlow;font-size:4.0625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:40.0625rem;left:39.968098640442rem;height:15.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tn6ebtMkWlD7fIVhiyFt6TGaEnsJkWX3 { background-color:#d91930;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.25rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:64.0625rem;left:12.875000953674rem;display:block; }
#Gab6TWpD3ntwSa6Cu0fmpVHg5vh43I0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 { position:relative;display:block; }#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 { background-color: transparent; background-image: none; }#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 > .row .container > .video-iframe-container { display: none; }#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 > .row > .video-iframe-container { display: none; }#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 > .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); }#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 { border-width: 0; border-radius: 0; }#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 > .row .container > .video-iframe-container {  }#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#cde9fb;background-image:none;font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#FPC0JHBKVTwuhhgi2XufSNci2IT71lfd { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:11.526048660278rem;left:3.3125rem;height:19.5rem;text-align:justify;text-align-last:initial;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; }
#uunsDT76kWH3fHLJbtRL3HRCXN3nFJ8q { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:barlow;font-size:1.9375rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:7.5529580116275rem;left:31.499130249024rem;height:5.0371125rem;display:block; }
#wckpGz84F3v0zBLR9sCMRKpsDdCAT9ca { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:22.914069652558rem;left:31.499130249024rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#TP0tOdM3OeIs0Ppu37W8pcpZd4LMqBeT { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:29.414069652558rem;left:31.436630249024rem;height:4.62890625rem;text-align:justify;text-align-last:initial;display:block; }
#mL6KB3PudCP98oOaaMqy7ZnEMTwADgSB { background-color:#d91930;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.25rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:38.809894561767rem;left:12.875rem;display:block; }
#aBFNlIS1xcTMhHyfddMKuC3JFLfHol5L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gloouL1s2iJRUwaCDtiSfHougvxevHDn { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:13.65104675293rem;left:31.717880249024rem;height:8.125rem;text-align:justify;text-align-last:initial;display:block; }
#u5T6g36u8knNGVsbQSTTnhIxJm8E78vk { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:barlow;font-size:1.9375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:8.1232709884644rem;left:3.3125rem;height:2.51871875rem;display:block; }
#dE3rR5UaUugr2TqaduoDTSKK4DCqrZn7 { position:absolute;display:block;z-index:99998;background-color:rgba(32,68,123,0.55);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;height:28.625rem;width:28.5625rem;top:6.7751734256744rem;left:1.125rem;display:block; }
#CEAu5yGiiMCdUPHTTtPTFcLZ8woxvxsM { position:absolute;display:block;z-index:99999;background-color:rgba(208,37,37,0.51);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;height:28.625rem;width:28.5625rem;top:6.7751734256744rem;left:30.217880249024rem;display:block; }
#tigCz39f2hc8nrIugTDOr0QyIHt987d5 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:60rem;top:1.7690925598144rem;left:0rem;overflow:hidden;display:block; }
#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas { position:relative;display:block; }#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas { background-color: transparent; background-image: none; }#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas > .row .container > .video-iframe-container { display: none; }#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas > .row > .video-iframe-container { display: none; }#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas > .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); }#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas { border-width: 0; border-radius: 0; }#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas > .row .container > .video-iframe-container {  }#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas > .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:48.1875rem;width:60rem;position:relative;display:block; }#SpuxQXSXqDJ1O7yCFc780zld1MZJ8NBO { position:absolute;display:block;z-index:100001;background-color:#2f2a80;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;height:4.4375rem;width:60rem;top:0rem;left:0rem;display:block; }
#Pf6k7Q8ICt096w0ABKMdEVwyJb1EIHrE { background-color:#d91930;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.25rem;height:3.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:42.250873565674rem;left:12.875rem;display:block; }
#LcpGC3aZxUyUA69GZLsw3bqXdevTTVTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WiWrM64P8hTcGzl9uCCwxuT1U5L5hX39 { color:#000000;display:block;width:26.875rem;position:absolute;font-family:barlow;font-size:1.9375rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:0.88455200195312rem;left:16.5625rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#uodWs8tukuc1lqNAtB3n5NoDhNn9SK94 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:0.97916698455813rem;left:7.8958330154419rem;height:1.29980625rem;display:block; }
#En7aR94nZSoOaupeWEnofsOvl02GJLTT { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:barlow;font-size:2.5625rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:38.15625rem;left:19.9375rem;height:3.33105625rem;display:block; }
#zba0w62TNsvFIV1xAWaIqSKy5wf69wpn { color:#000000;display:block;width:8.75rem;position:absolute;font-family:barlow;font-size:2.5625rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:38.15625rem;left:8.4375rem;height:3.33105625rem;display:block; }
#wykst5meJVdpKBdFKPWwv2JBw0qMLaIW { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5rem;width:29.5rem;top:8.1904296875rem;left:0rem;overflow:hidden;display:block; }
#d5bgGXieNECzT1kcWm6UaVUyDVMyxHD0 { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:8.1904296875rem;left:31.15625rem;height:32.41505rem;text-align:center;text-align-last:center;display:block; }
#sCFcwNb141buin05BkzJmkZDfu4gwoMb { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:barlow;font-size:1.9375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:5.1875rem;left:34.5625rem;height:2.51855625rem;display:block; }
#r4D0Bl84mWrWPoNyepRX99PTUNhH087L { position:relative;display:block; }#r4D0Bl84mWrWPoNyepRX99PTUNhH087L { background-color: transparent; background-image: none; }#r4D0Bl84mWrWPoNyepRX99PTUNhH087L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4D0Bl84mWrWPoNyepRX99PTUNhH087L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4D0Bl84mWrWPoNyepRX99PTUNhH087L > .row .container > .video-iframe-container { display: none; }#r4D0Bl84mWrWPoNyepRX99PTUNhH087L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4D0Bl84mWrWPoNyepRX99PTUNhH087L > .row > .video-iframe-container { display: none; }#r4D0Bl84mWrWPoNyepRX99PTUNhH087L > .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); }#r4D0Bl84mWrWPoNyepRX99PTUNhH087L { border-width: 0; border-radius: 0; }#r4D0Bl84mWrWPoNyepRX99PTUNhH087L > .row .container > .video-iframe-container {  }#r4D0Bl84mWrWPoNyepRX99PTUNhH087L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#cde9fb;background-image:none;font-size:0.875rem;font-family:arial;height:74.5rem;width:60rem;position:relative;display:block; }#RtZAHz8Euv9rlhCJEmfEt3RDuvslpzc5 { color:#000000;display:block;width:49.5rem;position:absolute;font-family:barlow;font-size:1.9375rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:1.6240234375rem;left:5.25rem;height:2.51871875rem;display:block; }
#ZloJqQO7gJRg2eaGIQSpiETtIpM3SBIR { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:60rem;top:6.5208330154419rem;left:0rem;overflow:hidden;display:block; }
#SIi3KVyFFVfCNq0OeqaAfOwTpQ7Xe8HT { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:60rem;top:21.458333015442rem;left:0rem;overflow:hidden;display:block; }
#qv2vQbJ65hWzLd7y6yXJnWqNagMApn3T { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:60rem;top:30.895833015442rem;left:0rem;overflow:hidden;display:block; }
#JE0nN8iwTxANgGVdcslROvd8a0d1XI8u { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:60rem;top:60.142568588257rem;left:0rem;overflow:hidden;display:block; }
#E019hfStFILclPWuKUCohRorSUMxrH3r { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:60rem;top:41.582672119141rem;left:0rem;overflow:hidden;display:block; }
#KHm86nnAN9oE2xdJFTH8lFZX8WtIJQkZ { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:60rem;top:50.893871307373rem;left:0rem;overflow:hidden;display:block; }
#lii9BU09aDESwXey93RDVtFHmevF7MkP { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:70.891927719119rem;left:2.71875rem;height:2.51871875rem;display:block; }
#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl { position:relative;display:block; }#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl { background-color: transparent; background-image: none; }#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl > .row .container > .video-iframe-container { display: none; }#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl > .row > .video-iframe-container { display: none; }#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl > .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); }#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl { border-width: 0; border-radius: 0; }#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl > .row .container > .video-iframe-container {  }#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#wo7FyQ6pTu4kT2WkAQ3zMp1ahDRMZdc8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.125rem;width:16.6875rem;top:1.6154651641846rem;left:6.65625rem;overflow:hidden;display:block; }
#GehBiUm0N1ov6hA3FLHo8bEUUd6sGMSC { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.375rem;left:32.625rem;height:21.6015625rem;text-align:justify;text-align-last:initial;display:block; }
#O5cPHrPmNgFdICJM4h8VOVxq9eUKMO7M { background-color:#d91930;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.25rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:28.4375rem;left:12.613932609558rem;display:block; }
#pLyaTnQmAELhAecrUeTBnc3QEfaTf9nk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d91930;background-image:none;position:relative;display:block; }#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO > .row .container { background-color: transparent; background-image: none; }#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO > .row .container > .video-iframe-container { display: none; }#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO > .row > .video-iframe-container { display: none; }#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO > .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); }#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO > .row .container { border-width: 0; border-radius: 0; }#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO > .row > .video-iframe-container {  }#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;position:relative;display:block; }#TU7fW439FVD2A63q3vqfHVLort7QTIwN { color:#ffffff;display:block;width:18rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.744140625rem;left:7.3125rem;height:12.9980625rem;text-align:center;text-align-last:center;display:block; }
#dOv7apfVeJQvLVSZzil1VWLi5h6xzXOH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.744140625rem;left:32.65625rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#BKy6U3s6FWVc8SBrZZrmftv8MIWnkqlo { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:13.5625rem;top:10.01953125rem;left:33.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 { display:block; }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG1Oh6T7FzEDu1ROVnnAZpSDRsFca8Az { width:47.75rem;height:13rem;top:0.1875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf18hLw9ubCMiPed9DCS68sbHh46GOFC { width:13.3125rem;height:8.125rem;top:2.625rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiMf74CMcwGeoywHRSiJ9qsPsTJv0BMR { width:13.25rem;height:8.125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8EM6P0tTTJP7pzKVyTdegGuJz9hAp7u { width:47.75rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQorVsStirwR8namAhPosC7T9rd8wke8 { width:22.8125rem;height:22.875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKZT8QrsWhhQNqVcTmUlGEOXcTToNeLD { width:31.375rem;height:7.125rem;top:10.375rem;left:16.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIfEECBJLHPG4VxvrZQCUEdkfyuQooLy { width:47.75rem;height:8.125rem;top:21.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3mVIcs5DBdu3HpULlQRQmPC6DltkksB { width:47.75rem;height:16.3125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps0CocdNlo0zPu5wzV3JzOEvHs4tgdVZ { display:none; }#Ps0CocdNlo0zPu5wzV3JzOEvHs4tgdVZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zGamoMhrIMO7MlyupRy3HXcehEuOLWsB { width:29.125rem;height:57.25rem;top:5.5625rem;left:8.5761728286744rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvbsFTpE9kE8n6KwuKTzre2hF1yZBXV2 { width:34.6875rem;height:22.75rem;top:36.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmTN6maERQitXVt3HqPqE905AkKZcavK { width:22.8125rem;height:29.3125rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiA6eMxpUFC5lLO9I5DwTOu6tXPEJshd { width:34.5rem;height:21.5rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBLqgW0szMrxovKXyf1pZNnAHD5QJfrS { width:23.0625rem;height:28rem;top:8.5625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsJZUmiNNX0ng1KKdwwmwi5IuvFHP48k { width:47.75rem;height:2.5rem;top:2.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfnVao9ockCtgwPuvvH4VpO0QwdRnIXR { width:19.4375rem;height:10.5rem;top:14.0625rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgFd3NVFw9cLOxPIMgCHGSyI3Qwar9r6 { width:18.875rem;height:0;top:19.3125rem;left:28.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwuPJzzAW9I0LmuNcTCTlhc7lOv2M4ZN { width:16.8125rem;height:10.5rem;top:38.0625rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvPo5RDwu6ZbkP6O0xSpISCbZFOyr1JJ { width:16.0625rem;height:15.75rem;top:40.0625rem;left:31.6875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn6ebtMkWlD7fIVhiyFt6TGaEnsJkWX3 { width:34.25rem;height:3.4375rem;top:64.0625rem;left:6.7500009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gab6TWpD3ntwSa6Cu0fmpVHg5vh43I0l { display:block; }
 }@media only screen and (max-width: 763px) { #o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 { display:block; }#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPC0JHBKVTwuhhgi2XufSNci2IT71lfd { width:24.25rem;height:19.5rem;top:11.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uunsDT76kWH3fHLJbtRL3HRCXN3nFJ8q { width:23.0625rem;height:5rem;top:7.5rem;left:24.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wckpGz84F3v0zBLR9sCMRKpsDdCAT9ca { width:25.25rem;height:6.5rem;top:22.875rem;left:22.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP0tOdM3OeIs0Ppu37W8pcpZd4LMqBeT { width:23.125rem;height:4.625rem;top:29.375rem;left:24.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL6KB3PudCP98oOaaMqy7ZnEMTwADgSB { width:34.25rem;height:3.4375rem;top:38.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBFNlIS1xcTMhHyfddMKuC3JFLfHol5L { display:block; }
 }@media only screen and (max-width: 763px) { #gloouL1s2iJRUwaCDtiSfHougvxevHDn { width:25.75rem;height:8.125rem;top:13.625rem;left:22rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5T6g36u8knNGVsbQSTTnhIxJm8E78vk { width:23.0625rem;height:2.5rem;top:8.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE3rR5UaUugr2TqaduoDTSKK4DCqrZn7 { width:28.5625rem;height:28.625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEAu5yGiiMCdUPHTTtPTFcLZ8woxvxsM { width:28.5625rem;height:28.625rem;top:6.75rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tigCz39f2hc8nrIugTDOr0QyIHt987d5 { width:47.75rem;height:3.13359375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas { display:block; }#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpuxQXSXqDJ1O7yCFc780zld1MZJ8NBO { width:47.75rem;height:4.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf6k7Q8ICt096w0ABKMdEVwyJb1EIHrE { width:34.25rem;height:3.5625rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcpGC3aZxUyUA69GZLsw3bqXdevTTVTl { display:block; }
 }@media only screen and (max-width: 763px) { #WiWrM64P8hTcGzl9uCCwxuT1U5L5hX39 { width:26.875rem;height:2.51823125rem;top:0.875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uodWs8tukuc1lqNAtB3n5NoDhNn9SK94 { width:15.625rem;height:1.29948125rem;top:0.9375rem;left:4.8333330154419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #En7aR94nZSoOaupeWEnofsOvl02GJLTT { width:7.0625rem;height:3.3125rem;top:38.125rem;left:16.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zba0w62TNsvFIV1xAWaIqSKy5wf69wpn { width:8.75rem;height:3.3125rem;top:38.125rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wykst5meJVdpKBdFKPWwv2JBw0qMLaIW { width:29.5rem;height:29.5rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bgGXieNECzT1kcWm6UaVUyDVMyxHD0 { width:27.6875rem;height:32.375rem;top:8.1875rem;left:20.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCFcwNb141buin05BkzJmkZDfu4gwoMb { width:21.9375rem;height:2.5rem;top:5.1875rem;left:25.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4D0Bl84mWrWPoNyepRX99PTUNhH087L { display:block; }#r4D0Bl84mWrWPoNyepRX99PTUNhH087L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtZAHz8Euv9rlhCJEmfEt3RDuvslpzc5 { width:47.75rem;height:1.787325rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZloJqQO7gJRg2eaGIQSpiETtIpM3SBIR { width:47.75rem;height:11.887760416667rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIi3KVyFFVfCNq0OeqaAfOwTpQ7Xe8HT { width:47.75rem;height:7.5106770833331rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv2vQbJ65hWzLd7y6yXJnWqNagMApn3T { width:47.75rem;height:8.50546875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE0nN8iwTxANgGVdcslROvd8a0d1XI8u { width:47.75rem;height:7.8588541666669rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E019hfStFILclPWuKUCohRorSUMxrH3r { width:47.75rem;height:7.4111979166669rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHm86nnAN9oE2xdJFTH8lFZX8WtIJQkZ { width:47.75rem;height:7.3614583333331rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lii9BU09aDESwXey93RDVtFHmevF7MkP { width:16.875rem;height:2.51823125rem;top:70.875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl { display:block; }#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wo7FyQ6pTu4kT2WkAQ3zMp1ahDRMZdc8 { width:16.6875rem;height:25.125rem;top:1.5625rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GehBiUm0N1ov6hA3FLHo8bEUUd6sGMSC { width:24.75rem;height:21.5625rem;top:3.375rem;left:23rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5cPHrPmNgFdICJM4h8VOVxq9eUKMO7M { width:34.25rem;height:3.4375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLyaTnQmAELhAecrUeTBnc3QEfaTf9nk { display:block; }
 }@media only screen and (max-width: 763px) { #BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO { display:block; }#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TU7fW439FVD2A63q3vqfHVLort7QTIwN { width:18rem;height:12.9375rem;top:2.6875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOv7apfVeJQvLVSZzil1VWLi5h6xzXOH { width:12.5rem;height:6.4375rem;top:2.6875rem;left:26.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKy6U3s6FWVc8SBrZZrmftv8MIWnkqlo { width:13.5625rem;height:6.0625rem;top:10rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 { display:block; }#PRag4mMDNPoPTww0vBuVJQPbHa9eHxw4 > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG1Oh6T7FzEDu1ROVnnAZpSDRsFca8Az { width:20rem;height:4.0625rem;top:7.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf18hLw9ubCMiPed9DCS68sbHh46GOFC { width:7.125rem;height:4.3125rem;top:1.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiMf74CMcwGeoywHRSiJ9qsPsTJv0BMR { width:7.5rem;height:4.5625rem;top:1rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8EM6P0tTTJP7pzKVyTdegGuJz9hAp7u { width:20rem;height:13.25rem;top:6.103515625E-5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQorVsStirwR8namAhPosC7T9rd8wke8 { width:20rem;height:20.0546875rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKZT8QrsWhhQNqVcTmUlGEOXcTToNeLD { width:20rem;height:8.125rem;top:0.28124737739563rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIfEECBJLHPG4VxvrZQCUEdkfyuQooLy { width:20rem;height:14.625rem;top:3.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3mVIcs5DBdu3HpULlQRQmPC6DltkksB { width:20rem;height:18.4375rem;top:3.8743019104004E-7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps0CocdNlo0zPu5wzV3JzOEvHs4tgdVZ { display:none; }#Ps0CocdNlo0zPu5wzV3JzOEvHs4tgdVZ > .row .container { width:20rem;height:112.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zGamoMhrIMO7MlyupRy3HXcehEuOLWsB { width:20rem;height:39.31330472103rem;top:64.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvbsFTpE9kE8n6KwuKTzre2hF1yZBXV2 { width:20rem;height:22.75rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmTN6maERQitXVt3HqPqE905AkKZcavK { width:20rem;height:29.3125rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiA6eMxpUFC5lLO9I5DwTOu6tXPEJshd { width:20rem;height:21.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBLqgW0szMrxovKXyf1pZNnAHD5QJfrS { width:20rem;height:28rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsJZUmiNNX0ng1KKdwwmwi5IuvFHP48k { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfnVao9ockCtgwPuvvH4VpO0QwdRnIXR { width:19.4375rem;height:0;top:10.5rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgFd3NVFw9cLOxPIMgCHGSyI3Qwar9r6 { width:18.875rem;height:0;top:15.75rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwuPJzzAW9I0LmuNcTCTlhc7lOv2M4ZN { width:16.8125rem;height:0;top:42.28125rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvPo5RDwu6ZbkP6O0xSpISCbZFOyr1JJ { width:16.0625rem;height:0;top:44.25rem;left:3.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn6ebtMkWlD7fIVhiyFt6TGaEnsJkWX3 { width:19rem;height:3.4375rem;top:105.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gab6TWpD3ntwSa6Cu0fmpVHg5vh43I0l { display:block; }
 }@media only screen and (max-width: 763px) { #o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 { display:block; }#o5q10S1gKSxxrWsHgbyx70uG7iiZSi87 > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPC0JHBKVTwuhhgi2XufSNci2IT71lfd { width:20rem;height:26rem;top:6.0616321563721rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uunsDT76kWH3fHLJbtRL3HRCXN3nFJ8q { width:20rem;height:7.5556875rem;top:37.461805343628rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wckpGz84F3v0zBLR9sCMRKpsDdCAT9ca { width:20rem;height:8.125rem;top:60.117208480835rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP0tOdM3OeIs0Ppu37W8pcpZd4LMqBeT { width:20rem;height:2.27430625rem;top:69.679679870606rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL6KB3PudCP98oOaaMqy7ZnEMTwADgSB { width:19rem;height:3.4375rem;top:76.249134063719rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBFNlIS1xcTMhHyfddMKuC3JFLfHol5L { display:block; }
 }@media only screen and (max-width: 763px) { #gloouL1s2iJRUwaCDtiSfHougvxevHDn { width:20rem;height:11.375rem;top:46.498265266419rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5T6g36u8knNGVsbQSTTnhIxJm8E78vk { width:20rem;height:2.51855625rem;top:2.1484375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dE3rR5UaUugr2TqaduoDTSKK4DCqrZn7 { width:20rem;height:36.5625rem;top:-0.62501144409181rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEAu5yGiiMCdUPHTTtPTFcLZ8woxvxsM { width:20rem;height:37.625rem;top:36.713531494141rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tigCz39f2hc8nrIugTDOr0QyIHt987d5 { width:20rem;height:1.3125rem;top:9.5367431640625E-7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas { display:block; }#ubUTTkh0qKTmARqW9wKPJcL9XgzyRvas > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpuxQXSXqDJ1O7yCFc780zld1MZJ8NBO { width:20rem;height:4.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf6k7Q8ICt096w0ABKMdEVwyJb1EIHrE { width:19rem;height:3.5625rem;top:30.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcpGC3aZxUyUA69GZLsw3bqXdevTTVTl { display:block; }
 }@media only screen and (max-width: 763px) { #WiWrM64P8hTcGzl9uCCwxuT1U5L5hX39 { width:20rem;height:1.5434rem;top:2.697265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uodWs8tukuc1lqNAtB3n5NoDhNn9SK94 { width:15.625rem;height:1.29980625rem;top:6.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #En7aR94nZSoOaupeWEnofsOvl02GJLTT { width:7.0625rem;height:2.5996125rem;top:27.4990234375rem;left:10.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zba0w62TNsvFIV1xAWaIqSKy5wf69wpn { width:6.125rem;height:2.5996125rem;top:27.4990234375rem;left:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wykst5meJVdpKBdFKPWwv2JBw0qMLaIW { width:19.375rem;height:19.375rem;top:6.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bgGXieNECzT1kcWm6UaVUyDVMyxHD0 { width:20rem;height:29.23826875rem;top:40.861328125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCFcwNb141buin05BkzJmkZDfu4gwoMb { width:20rem;height:5.0371125rem;top:35.82421875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4D0Bl84mWrWPoNyepRX99PTUNhH087L { display:block; }#r4D0Bl84mWrWPoNyepRX99PTUNhH087L > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtZAHz8Euv9rlhCJEmfEt3RDuvslpzc5 { width:20rem;height:3.57465rem;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZloJqQO7gJRg2eaGIQSpiETtIpM3SBIR { width:20rem;height:4.9791666666667rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIi3KVyFFVfCNq0OeqaAfOwTpQ7Xe8HT { width:20rem;height:3.1458333333333rem;top:16.2285125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv2vQbJ65hWzLd7y6yXJnWqNagMApn3T { width:20rem;height:3.5625rem;top:20.62401875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE0nN8iwTxANgGVdcslROvd8a0d1XI8u { width:20rem;height:3.2916666666667rem;top:29.79003125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E019hfStFILclPWuKUCohRorSUMxrH3r { width:20rem;height:3.1041666666667rem;top:25.43651875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHm86nnAN9oE2xdJFTH8lFZX8WtIJQkZ { width:20rem;height:3.0833333333333rem;top:34.33104375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lii9BU09aDESwXey93RDVtFHmevF7MkP { width:16.875rem;height:2.51855625rem;top:38.72655rem;left:1.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl { display:block; }#OCqvSrKd5T3fJx4v6OnFUWd3qWfr8OIl > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wo7FyQ6pTu4kT2WkAQ3zMp1ahDRMZdc8 { width:11.125rem;height:16.75rem;top:1.6249895095825rem;left:4.4375002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #GehBiUm0N1ov6hA3FLHo8bEUUd6sGMSC { width:20rem;height:22.09375rem;top:19.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5cPHrPmNgFdICJM4h8VOVxq9eUKMO7M { width:19rem;height:3.4375rem;top:42.750000953674rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLyaTnQmAELhAecrUeTBnc3QEfaTf9nk { display:block; }
 }@media only screen and (max-width: 763px) { #BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO { display:block; }#BDqn5sn6P6UgnEhqnTFoDqaozrq6pBzO > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TU7fW439FVD2A63q3vqfHVLort7QTIwN { width:18rem;height:12.9980625rem;top:1.25rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOv7apfVeJQvLVSZzil1VWLi5h6xzXOH { width:12.5rem;height:6.49903125rem;top:15.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKy6U3s6FWVc8SBrZZrmftv8MIWnkqlo { width:13.5625rem;height:6.0625rem;top:24.125rem;left:3.21875rem;display:block; }
 }