.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#ffffff;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #404041);background-image: -moz-linear-gradient(top, #000000, #404041);background-image: -ms-linear-gradient(top, #000000, #404041);background-image: -o-linear-gradient(top, #000000, #404041);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#404041' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#404041' );";background-image: linear-gradient(to bottom, #000000, #404041);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp > .row .container { background-color: transparent; background-image: none; }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp > .row .container > .video-iframe-container { display: none; }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp > .row > .video-iframe-container { display: none; }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp > .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); }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp > .row .container { border-width: 0; border-radius: 0; }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#ziv7xPwfEyXcHLyNiXdIMS5QzFuSpIWk { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:13.0625rem;top:2.09375rem;left:0.71875rem;overflow:hidden;display:block; }
#EyUgfULLKxT80hvcX7sP0kUqzLTpnCdx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:25.4375rem;display:block; }
#h7DvVnREkVXby30wTTvFsv9PmGbpNc0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dd5O8TCldE6U3cbh97BGe1m5TK4GfsDi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.6875rem;left:32.875rem;display:block; }
#RKgAWGudGpGuyZ6hUSI5ci3oKNLETtMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGuxIrM6JfPMs3X6M949frT4Zuad8nzG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.6875rem;left:40.375rem;display:block; }
#QEwx57MBC8J8hrRc3VlTMUhUiIWJIBbd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mbeR7631TSW5IlLT1hmsH8cf8fUuUALn { background-color:#b22222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.8125rem;left:65.3125rem;display:block; }
#bWbIrCVl0IU1KC3WPV3J1b5Ga8zaA8Zp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bbf3cab-c75b-474e-bddd-e6a765a2f16b/Shutterstock_153759862415001000.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp.adaptive-delivery-prevent-bg, #LHxitpBaL82EAlx2WvXdXTq1GsATuiXp.lazyload, #LHxitpBaL82EAlx2WvXdXTq1GsATuiXp.lazyloading { background-image: none; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row .container { background-color: transparent; background-image: none; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row .container > .video-iframe-container { display: none; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row > .video-iframe-container { display: none; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .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); }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row .container { border-width: 0; border-radius: 0; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#PGsKJGhSs6c6pSyTB4VQUDCttP9lV8i6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:versailles;font-size:4.6875rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:18.9375rem;left:0rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Gb9Tnz16lfoMEfr9UkCtq9Ps8S1NBTeb { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:16.375rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HgAS8OMDyXhoUARVpuVDtz1OaEKtbWBA { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:24.5rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#taKCNyopKyxVEkrQTGbZ3aRtUlGOysLJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.125rem;left:0rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV > .row .container { background-color: transparent; background-image: none; }#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV > .row .container > .video-iframe-container { display: none; }#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV > .row > .video-iframe-container { display: none; }#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV > .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); }#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV > .row .container { border-width: 0; border-radius: 0; }#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#nbtlWTwt1RcqZwtgpwFZueIw0Rg4zMlr { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.75rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LDIJPTDJa1duAZvu6dZzsihLIwKchO47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LDIJPTDJa1duAZvu6dZzsihLIwKchO47 > .row .container { background-color: transparent; background-image: none; }#LDIJPTDJa1duAZvu6dZzsihLIwKchO47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDIJPTDJa1duAZvu6dZzsihLIwKchO47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDIJPTDJa1duAZvu6dZzsihLIwKchO47 > .row .container > .video-iframe-container { display: none; }#LDIJPTDJa1duAZvu6dZzsihLIwKchO47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDIJPTDJa1duAZvu6dZzsihLIwKchO47 > .row > .video-iframe-container { display: none; }#LDIJPTDJa1duAZvu6dZzsihLIwKchO47 > .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); }#LDIJPTDJa1duAZvu6dZzsihLIwKchO47 > .row .container { border-width: 0; border-radius: 0; }#LDIJPTDJa1duAZvu6dZzsihLIwKchO47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDIJPTDJa1duAZvu6dZzsihLIwKchO47 > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#WlW1yS4MBfO0xTbDF7Sb33D7TnK8kCTZ { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.75rem;left:37.5rem;height:18.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FMLP1dUHduRWSI4dbJlHIR9PBbSPB0PC { color:#7795a4;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:37.5rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ETO7ULKKmma36L3C8uAI2eQBr4A721vh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.625rem;top:22.4375rem;left:26.6875rem;overflow:hidden;display:block; }
#LAFJQwkUIF7TcsCQ7LuKCxKeFrfLUhy0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:22.6875rem;top:1.96875rem;left:7.40625rem;overflow:hidden;display:block; }
#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container { background-color: transparent; background-image: none; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container > .video-iframe-container { display: none; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row > .video-iframe-container { display: none; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .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); }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container { border-width: 0; border-radius: 0; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#lLTapzmof8aQyuHXTCNfi6QTHPDL6igW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:1.75rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq > .row .container { background-color: transparent; background-image: none; }#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq > .row .container > .video-iframe-container { display: none; }#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq > .row > .video-iframe-container { display: none; }#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq > .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); }#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq > .row .container { border-width: 0; border-radius: 0; }#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#appSieoARG8rx6sEugV5hPIzhT3wN03J { color:#000000;display:block;width:37.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:16.08641875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yNKLNy33naFKptSE1w0EnLR2TDkNrX77 { color:#7795a4;display:block;width:37.4375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G5ST9ebeoohDuAsLDtw5T9WJ9S2ox2kd { background-color:#b22222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.875rem;left:0rem;display:block; }
#T9E3Rm8R32X9P5D85q3sLalemKBHOiBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVIt4U6lTGXDPwWvTxz1Sxwoz4gyvVcw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:22.6875rem;top:1.96875rem;left:44.90625rem;overflow:hidden;display:block; }
#n5iHal4OEbnhhlAFmnAVFbTG076PFORo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n5iHal4OEbnhhlAFmnAVFbTG076PFORo > .row .container { background-color: transparent; background-image: none; }#n5iHal4OEbnhhlAFmnAVFbTG076PFORo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5iHal4OEbnhhlAFmnAVFbTG076PFORo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5iHal4OEbnhhlAFmnAVFbTG076PFORo > .row .container > .video-iframe-container { display: none; }#n5iHal4OEbnhhlAFmnAVFbTG076PFORo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5iHal4OEbnhhlAFmnAVFbTG076PFORo > .row > .video-iframe-container { display: none; }#n5iHal4OEbnhhlAFmnAVFbTG076PFORo > .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); }#n5iHal4OEbnhhlAFmnAVFbTG076PFORo > .row .container { border-width: 0; border-radius: 0; }#n5iHal4OEbnhhlAFmnAVFbTG076PFORo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5iHal4OEbnhhlAFmnAVFbTG076PFORo > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#kCpNXP24lgk0cBJXW7mMHfPTD6JXrMLQ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:1.75rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 > .row .container { background-color: transparent; background-image: none; }#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 > .row .container > .video-iframe-container { display: none; }#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 > .row > .video-iframe-container { display: none; }#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 > .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); }#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 > .row .container { border-width: 0; border-radius: 0; }#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#dR8pTQVRVdXVdP3qIPSFcwzsohx27bv1 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:4.75rem;left:37.4375rem;height:11.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gsiksRKb3xNVPr7K3KAZt8nKB0QJ8QX5 { color:#7795a4;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:37.4375rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XTdp4PaE6v6zJnsL9WLrD1Z0FBMLAqeG { color:#f6f6f6;display:block;width:34.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:18.75rem;left:38.25rem;height:5.84960625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uAt97pUkrLipZKJK5kttK8a36H2PLFdC { box-sizing:content-box;height:8.1875rem;width:36.6875rem;position:absolute;display:block;z-index:15004;background-color:#7795a4;background-image:none;top:17.625rem;left:37.4375rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#CvrcSOwshS23PMgBC1Fw9N6mTHH6Iaxn { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:21.96875rem;left:5.25rem;overflow:hidden;display:block; }
#QU99JREe4HtC6futeN4Ogy2EMvv9Gr3z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:22.6875rem;top:2.15625rem;left:6.78125rem;overflow:hidden;display:block; }
#FrReyLQVkw4AILpHbDOWS8i9lQid5xit { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:13.8125rem;top:21.96875rem;left:11.84375rem;overflow:hidden;display:block; }
#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp > .row .container { background-color: transparent; background-image: none; }#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp > .row .container > .video-iframe-container { display: none; }#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp > .row > .video-iframe-container { display: none; }#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp > .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); }#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp > .row .container { border-width: 0; border-radius: 0; }#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#rs2PdDhDqPiP7WGMvyPdnfOzbaDVN5pp { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:1.75rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV > .row .container { background-color: transparent; background-image: none; }#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV > .row .container > .video-iframe-container { display: none; }#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV > .row > .video-iframe-container { display: none; }#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV > .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); }#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV > .row .container { border-width: 0; border-radius: 0; }#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#eaOJv6NwcU3kD7OBkUnyD7dtvLEsM5SD { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:15.4375rem;top:1.8125rem;left:3.25rem;overflow:hidden;display:block; }
#ogED2SUrcMvqHSmvEsDCgWWlc2Hq7eGf { color:#000000;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:21.5625rem;left:1.3125rem;height:10.79883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnTFhAz9T0BCyDPTmrt19z1eEdciHD3X { box-sizing:content-box;height:25.1875rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:10.6875rem;left:0rem;border-top:0.0625rem solid #7795a4;border-left:0.0625rem solid #7795a4;border-right:0.0625rem solid #7795a4;border-bottom:0.0625rem solid #7795a4;display:block; }
#WXQWI0TeuRgVcQIWAq7TC2kbEJ5dws4N { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:15.4375rem;top:1.8125rem;left:29.8125rem;overflow:hidden;display:block; }
#TZCABnfvhmTxnWxHI2htIdd5lv1J2Is0 { box-sizing:content-box;height:25.1875rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:10.6875rem;left:26.1875rem;border-top:0.0625rem solid #7795a4;border-left:0.0625rem solid #7795a4;border-right:0.0625rem solid #7795a4;border-bottom:0.0625rem solid #7795a4;display:block; }
#eXvSDl2AqBs2L4NmGyXkCwvIJ0CJ4WmQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:15.4375rem;top:1.8125rem;left:56rem;overflow:hidden;display:block; }
#xM5ElTubkDB2dfh3JwQUuZop22TOQ0kR { box-sizing:content-box;height:25.1875rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:10.6875rem;left:52.375rem;border-top:0.0625rem solid #7795a4;border-left:0.0625rem solid #7795a4;border-right:0.0625rem solid #7795a4;border-bottom:0.0625rem solid #7795a4;display:block; }
#go2lyaawwLLQAaGVt59p9zptz57kwgKI { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:18rem;left:0.0625rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LiNPhH1ogWJ3gW132qqNcduiAdKpkXIQ { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:18rem;left:26.3125rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#adceEOwcKnogIJUy2ST9odt68gaGhT0E { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:17.80078125rem;left:52.5625rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lwW8BmeAwHLgUG8k9gJZrQMPVEkPN2Ri { color:#000000;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:21.75rem;left:27.5rem;height:10.79880625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VtVQBvV5yUi9MZ3C3O54RBffK0hlFH6m { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:21.82421875rem;left:53.375rem;height:10.79880625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdVc7Tf3yGK6IpotGngmgkJgpAtHuWNT { background-color:#b22222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.3125rem;left:2.875rem;display:block; }
#R9TRPZLB1XxiQc4QzcJC4oLgOWhuRlGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PcnJCDhq5zfWz2Cx1QOTHTvesUnlrIck { background-color:#b22222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.3125rem;left:29.375rem;display:block; }
#H6txAKpk3ZG1ldH7i30l3k6Sks3QI3K2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fqb6NOmwTTPzeCdIU6ZUoymvoCiPuLPz { background-color:#b22222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.375rem;left:55.5625rem;display:block; }
#DdQtvpx7Lmz5bV2iLTv6a2q8ufO8yqQ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU > .row .container { background-color: transparent; background-image: none; }#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU > .row .container > .video-iframe-container { display: none; }#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU > .row > .video-iframe-container { display: none; }#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU > .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); }#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU > .row .container { border-width: 0; border-radius: 0; }#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#WeWAcVJM0HtskIx8zfnTrEyPTLQaiBhq { color:#0a0a0a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:5.9375rem;left:0rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDifqVshdxrPsNQamP1Tern7sFTBuTqd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.5625rem;left:42.625rem; }
#EbiUBrlRoXoZJFkMQovUBcNDKw5SCM9S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.5625rem;left:39.6875rem; }
#P4EvO1W6RqWARSwTTTEyF9xKGqhADxa1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.5625rem;left:36.5625rem; }
#Do581q5mik5h5JCPgmcS5510yL6kZaIG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.5625rem;left:33.4375rem; }
#XS8N24lnoyzooHO3p01MqDQGTFgbOgsL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.5625rem;left:30.0625rem; }
#fX5BKncbG3zvzxuxfOKnK72RSkqnJgDX { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:9.25rem;left:9.5625rem;height:8.999025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vSMQnmOGqygkQ9Vpoyv4npSwnfxoXsLf { background-color:#000000;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:20.0625rem;left:29.375rem;display:block; }
#iDAvM4eaoXckx6kFFiSiytT5gH1mdSg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 > .row .container { background-color: transparent; background-image: none; }#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 > .row .container > .video-iframe-container { display: none; }#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 > .row > .video-iframe-container { display: none; }#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 > .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); }#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 > .row .container { border-width: 0; border-radius: 0; }#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Psaux5thZigZhSJQSa5mmoIssfrNdFT6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:1.75rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N > .row .container { background-color: transparent; background-image: none; }#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N > .row .container > .video-iframe-container { display: none; }#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N > .row > .video-iframe-container { display: none; }#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N > .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); }#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N > .row .container { border-width: 0; border-radius: 0; }#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#Xn4kzUwV2m53EqcpVH7PUzfm2r7umSDu { color:#000000;display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:16.9375rem;left:0rem;height:3.82470625rem;font-style:normal;display:block; }
#r0MlcokLtzkTsh5y7Hgd1wPAInICciOh { color:#000000;display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:20.75rem;left:0rem;height:7.64844375rem;font-style:normal;display:block; }
#VmsFQ3e1xARk7LHthwLtEahkq3J7huK2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.5rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#Bzc7b8PqVB6cNGxa2v7AuTKhwVvtUUsm { color:#000000;display:block;width:22.625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:16.9375rem;left:26.1875rem;height:3.82470625rem;font-style:normal;display:block; }
#NHEC9qmQMNHtbTwQv6GVnNJ5z3ouTI3l { color:#000000;display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:20.75rem;left:26.25rem;height:7.6484375rem;font-style:normal;display:block; }
#qBSXwuPkO1C88IeQ9noT9eOkXTmVLe4P { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.375rem;top:1.5625rem;left:26.25rem;overflow:hidden;display:block; }
#OFAtJ1QixdGl6v2LETs1LzkwzwLwzyqa { color:#000000;display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:16.9375rem;left:52.5rem;height:3.82470625rem;font-style:normal;display:block; }
#OOTsP20sytiK8fQV3XddcWUFB8Hoa4Xp { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;top:20.75rem;left:52.5rem;height:7.6484375rem;font-style:normal;display:block; }
#mQHJCvAc4OIomc4KfrPv7Akl96R5irZn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:22.375rem;top:1.5625rem;left:52.5rem;overflow:hidden;display:block; }
#PdXEVvzOkdXfmu88iDSndI2Oa75ZI5pm { background-color:#b22222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.125rem;left:0rem;display:block; }
#LHGU2PfCiOUd3SbGG2NxWuKJnvHhkshr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DSpqZoKz65qXlM3LzRdbvlfRrXupsEXi { background-color:#b22222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29rem;left:26.1875rem;display:block; }
#wxPAXFgVJbHVayl0o1OtOWZueT4TH4Np { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pF32zGLaMe35yvNx9WGuyggOtGJKoGgF { background-color:#b22222;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.125rem;left:52.5rem;display:block; }
#vMA0vMRG1w14yW5VNs4qHiQoMHuICupT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #848c8d, #000000);background-image: -moz-linear-gradient(180deg, #848c8d, #000000);background-image: -ms-linear-gradient(180deg, #848c8d, #000000);background-image: -o-linear-gradient(180deg, #848c8d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#848c8d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#848c8d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #848c8d, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi > .row .container { background-color: transparent; background-image: none; }#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi > .row .container > .video-iframe-container { display: none; }#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi > .row > .video-iframe-container { display: none; }#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi > .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); }#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi > .row .container { border-width: 0; border-radius: 0; }#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#y41s1s8cQOhFmH4UNHpII3xpuOAkW7Su { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));background-image: -moz-linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));background-image: -ms-linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));background-image: -o-linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a68020', endColorstr='#0000009e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a68020', endColorstr='#0000009e' );";background-image: linear-gradient(180deg, #a68020, rgba(0,0,0,0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:66.4375rem;width:75rem;top:39.561645507812rem;left:0rem;display:none; }
#fKeKFWXhbQuZnb5AKlF0MtlqbP6k9E4r { color:#ffffff;display:block;width:73.5625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:4rem;left:0.75rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVdvPmlVs1NbyCETOQsDWdeTg9iQaU4T { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:7.125rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWCp7qaz6DuwWgtKWFiR4ItyuedFTZNn { color:#ffffff;display:block;width:73.8125rem;position:absolute;font-family:roboto;font-size:0.5rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:11.8125rem;left:0.625rem;height:0.79980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zt3tdnyceO482JwZaOuMl2J80WHnAy6s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zt3tdnyceO482JwZaOuMl2J80WHnAy6s > .row .container { background-color: transparent; background-image: none; }#zt3tdnyceO482JwZaOuMl2J80WHnAy6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zt3tdnyceO482JwZaOuMl2J80WHnAy6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zt3tdnyceO482JwZaOuMl2J80WHnAy6s > .row .container > .video-iframe-container { display: none; }#zt3tdnyceO482JwZaOuMl2J80WHnAy6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zt3tdnyceO482JwZaOuMl2J80WHnAy6s > .row > .video-iframe-container { display: none; }#zt3tdnyceO482JwZaOuMl2J80WHnAy6s > .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); }#zt3tdnyceO482JwZaOuMl2J80WHnAy6s > .row .container { border-width: 0; border-radius: 0; }#zt3tdnyceO482JwZaOuMl2J80WHnAy6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zt3tdnyceO482JwZaOuMl2J80WHnAy6s > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#dwEZJPFp5JQ1da9b4gA2AMzTJaiqsq3I { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:11.875rem;top:0rem;left:1.5625rem;overflow:hidden;display:block; }
#MTGHsW1L3kJlTlvZGDcaeQZOEtCPnGI5 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.6875rem;left:67.8125rem; }
#MTGHsW1L3kJlTlvZGDcaeQZOEtCPnGI5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#lNaEcC0uUnmJlb2X5kaKTyvlEoWwJ8kM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.6875rem;left:70.4375rem; }
#lNaEcC0uUnmJlb2X5kaKTyvlEoWwJ8kM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TtHf7ccE0gNQvLwHTD7m3188nUIboZwp { display:block; }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziv7xPwfEyXcHLyNiXdIMS5QzFuSpIWk { top:2.0625rem;left:0rem;width:13.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyUgfULLKxT80hvcX7sP0kUqzLTpnCdx { width:7.5rem;height:3.375rem;top:1.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7DvVnREkVXby30wTTvFsv9PmGbpNc0k { display:block; }
 }@media only screen and (max-width: 763px) { #Dd5O8TCldE6U3cbh97BGe1m5TK4GfsDi { width:7.5rem;height:3.375rem;top:1.6875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKgAWGudGpGuyZ6hUSI5ci3oKNLETtMR { display:block; }
 }@media only screen and (max-width: 763px) { #TGuxIrM6JfPMs3X6M949frT4Zuad8nzG { width:7.5rem;height:3.375rem;top:1.6875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEwx57MBC8J8hrRc3VlTMUhUiIWJIBbd { display:block; }
 }@media only screen and (max-width: 763px) { #mbeR7631TSW5IlLT1hmsH8cf8fUuUALn { width:8.75rem;height:3.125rem;top:1.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWbIrCVl0IU1KC3WPV3J1b5Ga8zaA8Zp { display:block; }
 }@media only screen and (max-width: 763px) { #LHxitpBaL82EAlx2WvXdXTq1GsATuiXp { display:block; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGsKJGhSs6c6pSyTB4VQUDCttP9lV8i6 { top:18.9375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9Tnz16lfoMEfr9UkCtq9Ps8S1NBTeb { top:16.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgAS8OMDyXhoUARVpuVDtz1OaEKtbWBA { top:24.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taKCNyopKyxVEkrQTGbZ3aRtUlGOysLJ { top:27.125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV { display:block; }#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbtlWTwt1RcqZwtgpwFZueIw0Rg4zMlr { width:47.75rem;height:4rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDIJPTDJa1duAZvu6dZzsihLIwKchO47 { display:block; }#LDIJPTDJa1duAZvu6dZzsihLIwKchO47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlW1yS4MBfO0xTbDF7Sb33D7TnK8kCTZ { width:33.75rem;height:18.5625rem;top:5.75rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMLP1dUHduRWSI4dbJlHIR9PBbSPB0PC { width:37.5rem;height:2.9375rem;top:2.3125rem;left:10.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETO7ULKKmma36L3C8uAI2eQBr4A721vh { top:22.4375rem;left:19.25rem;width:4.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAFJQwkUIF7TcsCQ7LuKCxKeFrfLUhy0 { top:1.9375rem;left:0.59375rem;width:22.6875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { display:block; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLTapzmof8aQyuHXTCNfi6QTHPDL6igW { width:47.75rem;height:4rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #by6GwCQwmdIh55J5W9s1rNhLabxuJlzq { display:block; }#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #appSieoARG8rx6sEugV5hPIzhT3wN03J { width:37.375rem;height:16.0625rem;top:4.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNKLNy33naFKptSE1w0EnLR2TDkNrX77 { width:37.4375rem;height:2.9375rem;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5ST9ebeoohDuAsLDtw5T9WJ9S2ox2kd { width:14.8125rem;height:3.125rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9E3Rm8R32X9P5D85q3sLalemKBHOiBw { display:block; }
 }@media only screen and (max-width: 763px) { #uVIt4U6lTGXDPwWvTxz1Sxwoz4gyvVcw { top:1.9375rem;left:24.46875rem;width:22.6875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5iHal4OEbnhhlAFmnAVFbTG076PFORo { display:block; }#n5iHal4OEbnhhlAFmnAVFbTG076PFORo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCpNXP24lgk0cBJXW7mMHfPTD6JXrMLQ { width:47.75rem;height:4rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 { display:block; }#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dR8pTQVRVdXVdP3qIPSFcwzsohx27bv1 { width:37.5rem;height:11.8125rem;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsiksRKb3xNVPr7K3KAZt8nKB0QJ8QX5 { width:37.5625rem;height:2.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTdp4PaE6v6zJnsL9WLrD1Z0FBMLAqeG { width:34.75rem;height:5.8125rem;top:18.75rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAt97pUkrLipZKJK5kttK8a36H2PLFdC { top:17.625rem;left:0rem;width:36.6875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvrcSOwshS23PMgBC1Fw9N6mTHH6Iaxn { top:21.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU99JREe4HtC6futeN4Ogy2EMvv9Gr3z { top:2.125rem;left:0rem;width:22.6875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrReyLQVkw4AILpHbDOWS8i9lQid5xit { top:21.9375rem;left:5.03125rem;width:13.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp { display:block; }#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs2PdDhDqPiP7WGMvyPdnfOzbaDVN5pp { width:47.75rem;height:4rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV { display:block; }#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaOJv6NwcU3kD7OBkUnyD7dtvLEsM5SD { top:1.8125rem;left:0rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogED2SUrcMvqHSmvEsDCgWWlc2Hq7eGf { top:21.5625rem;left:0rem;width:20rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnTFhAz9T0BCyDPTmrt19z1eEdciHD3X { top:10.6875rem;left:0rem;width:22.5rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQWI0TeuRgVcQIWAq7TC2kbEJ5dws4N { top:1.8125rem;left:16.1875rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCABnfvhmTxnWxHI2htIdd5lv1J2Is0 { top:10.6875rem;left:12.5625rem;width:22.5rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXvSDl2AqBs2L4NmGyXkCwvIJ0CJ4WmQ { top:1.8125rem;left:32.3125rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM5ElTubkDB2dfh3JwQUuZop22TOQ0kR { top:10.6875rem;left:25.125rem;width:22.5rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go2lyaawwLLQAaGVt59p9zptz57kwgKI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiNPhH1ogWJ3gW132qqNcduiAdKpkXIQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adceEOwcKnogIJUy2ST9odt68gaGhT0E { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwW8BmeAwHLgUG8k9gJZrQMPVEkPN2Ri { top:21.75rem;left:13.875rem;width:20rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtVQBvV5yUi9MZ3C3O54RBffK0hlFH6m { top:21.8125rem;left:27.0625rem;width:20.6875rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdVc7Tf3yGK6IpotGngmgkJgpAtHuWNT { width:16.25rem;height:2.8125rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9TRPZLB1XxiQc4QzcJC4oLgOWhuRlGm { display:block; }
 }@media only screen and (max-width: 763px) { #PcnJCDhq5zfWz2Cx1QOTHTvesUnlrIck { width:16.25rem;height:2.8125rem;top:34.3125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6txAKpk3ZG1ldH7i30l3k6Sks3QI3K2 { display:block; }
 }@media only screen and (max-width: 763px) { #Fqb6NOmwTTPzeCdIU6ZUoymvoCiPuLPz { width:16.25rem;height:2.8125rem;top:34.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdQtvpx7Lmz5bV2iLTv6a2q8ufO8yqQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU { display:block; }#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeWAcVJM0HtskIx8zfnTrEyPTLQaiBhq { width:47.75rem;height:2rem;top:5.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDifqVshdxrPsNQamP1Tern7sFTBuTqd { top:1.5625rem;left:29rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbiUBrlRoXoZJFkMQovUBcNDKw5SCM9S { top:1.5625rem;left:26.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4EvO1W6RqWARSwTTTEyF9xKGqhADxa1 { top:1.5625rem;left:22.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do581q5mik5h5JCPgmcS5510yL6kZaIG { top:1.5625rem;left:19.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS8N24lnoyzooHO3p01MqDQGTFgbOgsL { top:1.5625rem;left:16.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX5BKncbG3zvzxuxfOKnK72RSkqnJgDX { width:47.75rem;height:8.9375rem;top:9.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSMQnmOGqygkQ9Vpoyv4npSwnfxoXsLf { width:16.25rem;height:2.5625rem;top:20.0625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDAvM4eaoXckx6kFFiSiytT5gH1mdSg6 { display:block; }
 }@media only screen and (max-width: 763px) { #WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 { display:block; }#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Psaux5thZigZhSJQSa5mmoIssfrNdFT6 { width:47.75rem;height:4rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlStFxdcPIQW11bTLTb9fFMZNiVTms3N { display:block; }#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn4kzUwV2m53EqcpVH7PUzfm2r7umSDu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0MlcokLtzkTsh5y7Hgd1wPAInICciOh { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmsFQ3e1xARk7LHthwLtEahkq3J7huK2 { top:1.5625rem;left:0rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzc7b8PqVB6cNGxa2v7AuTKhwVvtUUsm { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHEC9qmQMNHtbTwQv6GVnNJ5z3ouTI3l { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBSXwuPkO1C88IeQ9noT9eOkXTmVLe4P { top:1.5625rem;left:12.625rem;width:22.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFAtJ1QixdGl6v2LETs1LzkwzwLwzyqa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOTsP20sytiK8fQV3XddcWUFB8Hoa4Xp { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQHJCvAc4OIomc4KfrPv7Akl96R5irZn { top:1.5625rem;left:25.375rem;width:22.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdXEVvzOkdXfmu88iDSndI2Oa75ZI5pm { width:16.25rem;height:2.8125rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHGU2PfCiOUd3SbGG2NxWuKJnvHhkshr { display:block; }
 }@media only screen and (max-width: 763px) { #DSpqZoKz65qXlM3LzRdbvlfRrXupsEXi { width:16.25rem;height:2.8125rem;top:29rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxPAXFgVJbHVayl0o1OtOWZueT4TH4Np { display:block; }
 }@media only screen and (max-width: 763px) { #pF32zGLaMe35yvNx9WGuyggOtGJKoGgF { width:16.25rem;height:2.8125rem;top:29.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMA0vMRG1w14yW5VNs4qHiQoMHuICupT { display:block; }
 }@media only screen and (max-width: 763px) { #ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi { display:block; }#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y41s1s8cQOhFmH4UNHpII3xpuOAkW7Su { top:39.5rem;left:0rem;width:47.75rem;height:66.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKeKFWXhbQuZnb5AKlF0MtlqbP6k9E4r { width:47.75rem;height:2.25rem;top:4rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVdvPmlVs1NbyCETOQsDWdeTg9iQaU4T { width:47.75rem;height:3.4375rem;top:7.125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWCp7qaz6DuwWgtKWFiR4ItyuedFTZNn { width:47.75rem;height:0.75rem;top:11.8125rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt3tdnyceO482JwZaOuMl2J80WHnAy6s { display:block; }#zt3tdnyceO482JwZaOuMl2J80WHnAy6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwEZJPFp5JQ1da9b4gA2AMzTJaiqsq3I { top:0rem;left:0rem;width:11.875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTGHsW1L3kJlTlvZGDcaeQZOEtCPnGI5 { top:1.6875rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#MTGHsW1L3kJlTlvZGDcaeQZOEtCPnGI5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #lNaEcC0uUnmJlb2X5kaKTyvlEoWwJ8kM { top:1.6875rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#lNaEcC0uUnmJlb2X5kaKTyvlEoWwJ8kM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TtHf7ccE0gNQvLwHTD7m3188nUIboZwp { display:block; }#TtHf7ccE0gNQvLwHTD7m3188nUIboZwp > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziv7xPwfEyXcHLyNiXdIMS5QzFuSpIWk { width:9.3125rem;height:1.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyUgfULLKxT80hvcX7sP0kUqzLTpnCdx { width:4.6875rem;height:2.8125rem;top:4.125rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7DvVnREkVXby30wTTvFsv9PmGbpNc0k { display:block; }
 }@media only screen and (max-width: 763px) { #Dd5O8TCldE6U3cbh97BGe1m5TK4GfsDi { width:4.375rem;height:2.8125rem;top:4.125rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKgAWGudGpGuyZ6hUSI5ci3oKNLETtMR { display:block; }
 }@media only screen and (max-width: 763px) { #TGuxIrM6JfPMs3X6M949frT4Zuad8nzG { width:4.6875rem;height:2.8125rem;top:4.125rem;left:12.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEwx57MBC8J8hrRc3VlTMUhUiIWJIBbd { display:block; }
 }@media only screen and (max-width: 763px) { #mbeR7631TSW5IlLT1hmsH8cf8fUuUALn { width:6.75rem;height:2.125rem;top:1.4375rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWbIrCVl0IU1KC3WPV3J1b5Ga8zaA8Zp { display:block; }
 }@media only screen and (max-width: 763px) { #LHxitpBaL82EAlx2WvXdXTq1GsATuiXp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9707d0c4-1a91-4af6-8ad0-aa14c8f579af/Shutterstock_160836429712001200.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp.adaptive-delivery-prevent-bg, #LHxitpBaL82EAlx2WvXdXTq1GsATuiXp.lazyload, #LHxitpBaL82EAlx2WvXdXTq1GsATuiXp.lazyloading { background-image: none; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row .container { background-color: transparent; background-image: none; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row .container > .video-iframe-container { display: none; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row > .video-iframe-container { display: none; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .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); }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row .container { border-width: 0; border-radius: 0; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHxitpBaL82EAlx2WvXdXTq1GsATuiXp > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGsKJGhSs6c6pSyTB4VQUDCttP9lV8i6 { width:19.75rem;height:4.125rem;top:8.5625rem;left:0rem;font-size:2.0625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9Tnz16lfoMEfr9UkCtq9Ps8S1NBTeb { width:20rem;height:1.40625rem;top:6.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HgAS8OMDyXhoUARVpuVDtz1OaEKtbWBA { width:19.8125rem;height:1.3125rem;top:13.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #taKCNyopKyxVEkrQTGbZ3aRtUlGOysLJ { width:20rem;height:0.9375rem;top:14.5625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV { display:block; }#q5tJTbfRnUL0xd7grs72KUDlwHUrLDKV > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbtlWTwt1RcqZwtgpwFZueIw0Rg4zMlr { width:19.6875rem;height:2.25rem;top:1.25rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LDIJPTDJa1duAZvu6dZzsihLIwKchO47 { display:block; }#LDIJPTDJa1duAZvu6dZzsihLIwKchO47 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlW1yS4MBfO0xTbDF7Sb33D7TnK8kCTZ { width:19.5rem;height:22.5rem;top:18.375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMLP1dUHduRWSI4dbJlHIR9PBbSPB0PC { width:20rem;height:2.03125rem;top:1.2099609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETO7ULKKmma36L3C8uAI2eQBr4A721vh { width:3.6875rem;height:2.5625rem;top:14.9375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAFJQwkUIF7TcsCQ7LuKCxKeFrfLUhy0 { width:12.625rem;height:12.625rem;top:3.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { display:block; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLTapzmof8aQyuHXTCNfi6QTHPDL6igW { width:17.5625rem;height:2.25rem;top:1.25rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #by6GwCQwmdIh55J5W9s1rNhLabxuJlzq { display:block; }#by6GwCQwmdIh55J5W9s1rNhLabxuJlzq > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #appSieoARG8rx6sEugV5hPIzhT3wN03J { width:19.3125rem;height:20.79685625rem;top:17.9375rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNKLNy33naFKptSE1w0EnLR2TDkNrX77 { width:20rem;height:2.03125rem;top:1.1630859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5ST9ebeoohDuAsLDtw5T9WJ9S2ox2kd { width:16.25rem;height:3.125rem;top:39.5625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9E3Rm8R32X9P5D85q3sLalemKBHOiBw { display:block; }
 }@media only screen and (max-width: 763px) { #uVIt4U6lTGXDPwWvTxz1Sxwoz4gyvVcw { width:12.625rem;height:12.625rem;top:3.95751953125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5iHal4OEbnhhlAFmnAVFbTG076PFORo { display:block; }#n5iHal4OEbnhhlAFmnAVFbTG076PFORo > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCpNXP24lgk0cBJXW7mMHfPTD6JXrMLQ { width:17.5625rem;height:2.25rem;top:1.25rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 { display:block; }#XfNZWuI9BZ7WVLxATTqyugRQ1E8k4cK3 > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dR8pTQVRVdXVdP3qIPSFcwzsohx27bv1 { width:19.875rem;height:12rem;top:18.125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsiksRKb3xNVPr7K3KAZt8nKB0QJ8QX5 { width:20rem;height:2.03125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTdp4PaE6v6zJnsL9WLrD1Z0FBMLAqeG { width:17.875rem;height:9.09861875rem;top:32.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAt97pUkrLipZKJK5kttK8a36H2PLFdC { width:19.4375rem;height:10.3125rem;top:31.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvrcSOwshS23PMgBC1Fw9N6mTHH6Iaxn { width:3.0625rem;height:3.0625rem;top:14.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU99JREe4HtC6futeN4Ogy2EMvv9Gr3z { width:12.625rem;height:12.625rem;top:3.71875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrReyLQVkw4AILpHbDOWS8i9lQid5xit { width:5.875rem;height:0.9375rem;top:14.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp { display:block; }#xN5aqJILfkPS8MT4rcg9OopUtCNJRgdp > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs2PdDhDqPiP7WGMvyPdnfOzbaDVN5pp { width:18.625rem;height:2.25rem;top:1.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV { display:block; }#PXhTv0tzglvGMKvdzlaIuDSyOydIDJSV > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaOJv6NwcU3kD7OBkUnyD7dtvLEsM5SD { width:11.9375rem;height:11.9375rem;top:1.125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogED2SUrcMvqHSmvEsDCgWWlc2Hq7eGf { width:17.6875rem;height:9.5976625rem;top:15.6123046875rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnTFhAz9T0BCyDPTmrt19z1eEdciHD3X { width:19.5625rem;height:25.875rem;top:3.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQWI0TeuRgVcQIWAq7TC2kbEJ5dws4N { width:11.9375rem;height:11.9375rem;top:30.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCABnfvhmTxnWxHI2htIdd5lv1J2Is0 { width:19.5rem;height:26.4375rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXvSDl2AqBs2L4NmGyXkCwvIJ0CJ4WmQ { width:11.9375rem;height:11.9375rem;top:61.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM5ElTubkDB2dfh3JwQUuZop22TOQ0kR { width:19.5rem;height:25.875rem;top:65.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #go2lyaawwLLQAaGVt59p9zptz57kwgKI { width:20rem;height:2.54980625rem;top:13.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LiNPhH1ogWJ3gW132qqNcduiAdKpkXIQ { width:20rem;height:2.54980625rem;top:42.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adceEOwcKnogIJUy2ST9odt68gaGhT0E { width:20rem;height:2.54980625rem;top:73.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwW8BmeAwHLgUG8k9gJZrQMPVEkPN2Ri { width:19.625rem;height:10.79880625rem;top:45.2998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtVQBvV5yUi9MZ3C3O54RBffK0hlFH6m { width:20rem;height:10.79880625rem;top:76.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdVc7Tf3yGK6IpotGngmgkJgpAtHuWNT { width:16.25rem;height:2.8125rem;top:25.83447265625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9TRPZLB1XxiQc4QzcJC4oLgOWhuRlGm { display:block; }
 }@media only screen and (max-width: 763px) { #PcnJCDhq5zfWz2Cx1QOTHTvesUnlrIck { width:16.25rem;height:2.8125rem;top:56.72265625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6txAKpk3ZG1ldH7i30l3k6Sks3QI3K2 { display:block; }
 }@media only screen and (max-width: 763px) { #Fqb6NOmwTTPzeCdIU6ZUoymvoCiPuLPz { width:16.25rem;height:2.8125rem;top:87.5625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdQtvpx7Lmz5bV2iLTv6a2q8ufO8yqQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU { display:block; }#c1S2fmXuOQaTUqr7Rhi5D2X83ZpArBvU > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeWAcVJM0HtskIx8zfnTrEyPTLQaiBhq { width:19.0625rem;height:2.19970625rem;top:5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gDifqVshdxrPsNQamP1Tern7sFTBuTqd { display:flex;width:1.5625rem;height:1.5625rem;top:1.875rem;left:13.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #EbiUBrlRoXoZJFkMQovUBcNDKw5SCM9S { display:flex;width:1.5625rem;height:1.5625rem;top:1.875rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #P4EvO1W6RqWARSwTTTEyF9xKGqhADxa1 { display:flex;width:1.5625rem;height:1.5625rem;top:1.875rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Do581q5mik5h5JCPgmcS5510yL6kZaIG { display:flex;width:1.5625rem;height:1.5625rem;top:1.875rem;left:6.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #XS8N24lnoyzooHO3p01MqDQGTFgbOgsL { display:flex;width:1.5625rem;height:1.5625rem;top:1.875rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #fX5BKncbG3zvzxuxfOKnK72RSkqnJgDX { width:19rem;height:15rem;top:8.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSMQnmOGqygkQ9Vpoyv4npSwnfxoXsLf { width:16.25rem;height:2.5625rem;top:24.3125rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDAvM4eaoXckx6kFFiSiytT5gH1mdSg6 { display:block; }
 }@media only screen and (max-width: 763px) { #WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 { display:block; }#WlZ0Iu1bcznA1OuPnvrevFcxsU8UIng5 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Psaux5thZigZhSJQSa5mmoIssfrNdFT6 { width:18.625rem;height:2.25rem;top:1.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PlStFxdcPIQW11bTLTb9fFMZNiVTms3N { display:block; }#PlStFxdcPIQW11bTLTb9fFMZNiVTms3N > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn4kzUwV2m53EqcpVH7PUzfm2r7umSDu { width:20rem;height:2.54980625rem;top:1.68701171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0MlcokLtzkTsh5y7Hgd1wPAInICciOh { width:20rem;height:6.798825rem;top:18.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VmsFQ3e1xARk7LHthwLtEahkq3J7huK2 { width:20rem;height:13.25rem;top:4.23681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzc7b8PqVB6cNGxa2v7AuTKhwVvtUUsm { width:20rem;height:2.54980625rem;top:29.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHEC9qmQMNHtbTwQv6GVnNJ5z3ouTI3l { width:20rem;height:6.798825rem;top:46.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBSXwuPkO1C88IeQ9noT9eOkXTmVLe4P { width:19.875rem;height:13.25rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFAtJ1QixdGl6v2LETs1LzkwzwLwzyqa { width:19.0625rem;height:2.54980625rem;top:58rem;left:0.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOTsP20sytiK8fQV3XddcWUFB8Hoa4Xp { width:20rem;height:6.798825rem;top:74.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQHJCvAc4OIomc4KfrPv7Akl96R5irZn { width:19.875rem;height:13.1875rem;top:60.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdXEVvzOkdXfmu88iDSndI2Oa75ZI5pm { width:16.25rem;height:2.8125rem;top:25.4853515625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHGU2PfCiOUd3SbGG2NxWuKJnvHhkshr { display:block; }
 }@media only screen and (max-width: 763px) { #DSpqZoKz65qXlM3LzRdbvlfRrXupsEXi { width:16.25rem;height:2.8125rem;top:53.6103515625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxPAXFgVJbHVayl0o1OtOWZueT4TH4Np { display:block; }
 }@media only screen and (max-width: 763px) { #pF32zGLaMe35yvNx9WGuyggOtGJKoGgF { width:16.25rem;height:2.8125rem;top:81.9228515625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMA0vMRG1w14yW5VNs4qHiQoMHuICupT { display:block; }
 }@media only screen and (max-width: 763px) { #ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi { display:block; }#ZITN7fSUteJRw1r9aXHrzA2x8g0k4MZi > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y41s1s8cQOhFmH4UNHpII3xpuOAkW7Su { width:0.125rem;height:0.125rem;top:0rem;left:19.951418423672rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -moz-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -ms-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -o-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795a4', endColorstr='#7795a46d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795a4', endColorstr='#7795a46d' );";background-image: linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fKeKFWXhbQuZnb5AKlF0MtlqbP6k9E4r { width:20rem;height:5.84911875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVdvPmlVs1NbyCETOQsDWdeTg9iQaU4T { width:20rem;height:auto;top:7.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWCp7qaz6DuwWgtKWFiR4ItyuedFTZNn { width:19.0625rem;height:2.09911875rem;top:9.375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt3tdnyceO482JwZaOuMl2J80WHnAy6s { display:block; }#zt3tdnyceO482JwZaOuMl2J80WHnAy6s > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwEZJPFp5JQ1da9b4gA2AMzTJaiqsq3I { width:13.3125rem;height:6.4375rem;top:0rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTGHsW1L3kJlTlvZGDcaeQZOEtCPnGI5 { display:flex;width:2rem;height:2rem;top:5.1875rem;left:10.8125rem; }
#MTGHsW1L3kJlTlvZGDcaeQZOEtCPnGI5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #lNaEcC0uUnmJlb2X5kaKTyvlEoWwJ8kM { display:flex;width:2rem;height:2rem;top:5.1875rem;left:7.1875rem; }
#lNaEcC0uUnmJlb2X5kaKTyvlEoWwJ8kM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }