.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(9,8,8,0.97);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/zuctophZ/man_playing_chess.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.33); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.33); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#PX0opeDBm8k1XC2GCfVfQMEGQrzXecZw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5625rem;width:7.5625rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#hnQOULp7TpMfe9q8cInyU87duyvHLBNk { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:99978;line-height:1.1;letter-spacing:0;top:14.54296875rem;left:0rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ty4VypWdzg77L3W8np4fwghlqy1kTVl4 { position:absolute;display:block;z-index:99990;height:3.875rem;width:30.75rem;top:34.85546875rem;left:0rem;display:block; }
#nqZp9Xw3hquvVAGqvJDBe6x7hsxC3f7N { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:400;z-index:99973;line-height:1.1;letter-spacing:0;top:22.115234375rem;left:3.625rem;height:1.64344375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IHmOKpiE3zJOtUhQWSoxP0JKR1A6loRa { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99969;top:21.5625rem;left:0rem;display:block; }
#GPvrDkoxy6GUnJNOWczzygKWWoN6SiE4 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:400;z-index:99972;line-height:1.1;letter-spacing:0;top:24.896484375rem;left:3.625rem;height:1.64344375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zadh9ZUhfTyzsrspcXXM3l4VTgOqn1QU { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:400;z-index:99971;line-height:1.1;letter-spacing:0;top:27.578125rem;left:3.625rem;height:1.64344375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KzNTkZVDqUl79RIgACdnagxBIukQ5uR7 { position:absolute;display:block;z-index:99991;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.6875rem;width:34.6875rem;top:3.25rem;left:40.3125rem;overflow:hidden;display:block; }
#qJMLMkOqQpWWUm1zffum6ocqiR6v5iRB { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:400;z-index:99970;line-height:1.1;letter-spacing:0;top:30.328125rem;left:3.625rem;height:1.64344375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SXETgpfLm2lB49ShPtTthdP7tFuRmSvV { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99968;top:24.3125rem;left:0rem;display:block; }
#bA2oDNbcG2rG2AMlaTf14u2aZO2p02tp { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99967;top:27.0625rem;left:0rem;display:block; }
#rMQQm445sMeU998Zke1SHlJqNcvnPzOP { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99966;top:29.8125rem;left:0rem;display:block; }
#I0AH7E7HeDUyQRSVlHcvdnzLSny3pBPv { box-sizing:content-box;color:#f4f4f4;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:12.3125rem;left:50.125rem;display:block; }
#aGz7CGbEuJXDxqIfrI7gXffhJw1bItfe { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:11.81228351593rem;left:53.999569892883rem;height:4.87413125rem;text-align:center;text-align-last:center;display:block; }
#BcdsztNoJUI7exZBAGTKmb2TFNAaeCMF { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:3.9375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:17.484159469604rem;left:51.68728351593rem;height:5.118275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JQ7miFCU6Azp7gqKntVccTmzStIlHSaH { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:12.21853351593rem;left:55.999352455139rem;overflow:hidden;display:block; }
#HfeWg9yTEEVNUx8glpoWZRqdhtIXQK81 { box-sizing:content-box;color:#f4f4f4;font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:17.967882156372rem;left:49.249135017395rem;display:block; }
#XmzJA4MNa0woBesfaCtii8XXT0c9vLuU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:24.508247375488rem;left:51.68728351593rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/stYIe8dF/108_1082744_chess_piece_queen_king_game_chess_pieces_transparent.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME.adaptive-delivery-prevent-bg, #JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME.lazyload, #JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME.lazyloading { background-image: none; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { background-color: transparent; background-image: none; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.99); }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container > .video-iframe-container { display: none; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.99); }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row > .video-iframe-container { display: none; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .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); }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { border-width: 0; border-radius: 0; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#udv1KZZnDTcaqIw26TcxZgC2eMbnTE3W { color:#373737;display:block;width:29.8125rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:22.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JxnU68gH9Jl17k4lrT3vW4Cp1y5xBqVy { color:#565658;display:block;width:43.4375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:8.625rem;left:15.8125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/stYIe8dF/108_1082744_chess_piece_queen_king_game_chess_pieces_transparent.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI.adaptive-delivery-prevent-bg, #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI.lazyload, #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI.lazyloading { background-image: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { background-color: transparent; background-image: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.99); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container > .video-iframe-container { display: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.99); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container { display: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .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); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { border-width: 0; border-radius: 0; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { position:absolute;display:block;z-index:100000;background-color:rgba(213,213,213,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22rem;width:19rem;top:2.5625rem;left:3rem;display:block; }
#DmFonwkmO1e089BAVlzq3rh18ShQIC6k { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4373125rem;width:6.4373125rem;top:4.7789421081543rem;left:59.25rem;overflow:hidden;display:block; }
#wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { color:#373737;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:12.248756408691rem;left:3.75rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P1K3bsCpSRdAwU1GRwr9IEs0N8UABPa1 { color:#565658;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:17.8115234375rem;left:3.75rem;height:4.203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { position:absolute;display:block;z-index:100004;background-color:#ff9300;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22rem;width:19rem;top:2.5625rem;left:28rem;display:block; }
#T4DkLEwRxSrzEDIPfUza2lTcAeaerfyv { color:#565658;display:block;width:17.749rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:17.810546875rem;left:28.6240234375rem;height:4.203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwTSSgUiaN8dWh9IUF8XVbv7yx1I11hB { color:#373737;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:12.249645233154rem;left:28.75rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOTCVuG6CppEmFL8vApwK2uvbCMpeMTm { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:5.75rem;top:4.8125rem;left:34.125rem;overflow:hidden;display:block; }
#puoCt1lVV784BrGBxdw1UxkytWqr9MyI { position:absolute;display:block;z-index:100008;background-color:rgba(213,213,213,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22rem;width:19rem;top:2.5625rem;left:52.9375rem;display:block; }
#Av4TPNUG75wH4FRIC52Z5ropCi3RdF95 { color:#565658;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:17.810546875rem;left:53.75rem;height:4.203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAExnQD4ObGqs3ToeogQdRZGxtE00RGa { color:#373737;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:12.361505508423rem;left:53.75rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgRUxRrgHpIebQopaZ3BCTJ1gWdpqCUX { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:5.25rem;top:4.90234375rem;left:9.375rem;overflow:hidden;display:block; }
#CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 { position:relative;display:block; }#CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 { background-color: transparent; background-image: none; }#CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 > .row .container > .video-iframe-container { display: none; }#CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 > .row > .video-iframe-container { display: none; }#CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 > .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); }#CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 { border-width: 0; border-radius: 0; }#CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#kbRqvOTUKlEB5OkcKhqrTXalNf5ALeqn { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:6.4995625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aXiX1M3EmSKpzO4HpHbOzqvcnT6P1azE { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:400;z-index:100013;line-height:1.1;letter-spacing:0;top:22.375rem;left:3.625rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KZVIB3TPXtATTKPR3uv8ET1v6ei6bNnx { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:400;z-index:100011;line-height:1.1;letter-spacing:0;top:19.1875rem;left:3.625rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lpKA5NOhGwPBapTNxlylPSMB2tqa2Sc3 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:16.0625rem;left:3.625rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kTQXvoVCFW4b3nVmONNMMEXTMoMxVr8b { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:15.375rem;left:0rem;display:block; }
#Fv8ErD8Hg4sg4XaDn4TeTKD389dSHvhm { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:18.5rem;left:0rem;display:block; }
#iTlofRkgx4789QM3y6p7FgN16zZSuQwh { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:21.625rem;left:0rem;display:block; }
#py4mXL1JK4b2hBD9bHR9XilWNm08G9mV { position:absolute;display:block;z-index:100025;height:3.25rem;width:31.625rem;top:27.9375rem;left:0rem;display:block; }
#fHOHVx7rrILTAB0yuWvVSa2xdpEWemJB { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.4) ;height:31.625rem;width:31.625rem;top:5.625rem;left:43.375rem;display:block; }
#iNRkTbUB2dczW1KLSvnmaNiZTT9f7NMs { position:absolute;display:block;z-index:100024;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;height:0.1875rem;width:3.125rem;top:13.625rem;left:0rem;display:block; }
#vwTHmJK2TyU5wkFlmU7n4KTTrItDa8da { position:absolute;display:block;z-index:100005;border-top:0;border-left:0.0625rem solid #bababa;border-right:0.0625rem solid #bababa;border-bottom:0.0625rem solid #bababa;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:32.3125rem;width:35.625rem;top:3.59375rem;left:38.091362953186rem;overflow:hidden;display:block; }
#eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e > .row .container { background-color: transparent; background-image: none; }#eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e > .row .container > .video-iframe-container { display: none; }#eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e > .row > .video-iframe-container { display: none; }#eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e > .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); }#eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e > .row .container { border-width: 0; border-radius: 0; }#eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#arzK17soJTEEFM86AgGIRQJuk2QXN934 { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:9.875rem;left:14.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FS7C0cM7yzfzkcka0wThfQQckkFqZTxE { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:4.9375rem;top:3.8125rem;left:35.03125rem;overflow:hidden;display:block; }
#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/stYIe8dF/108_1082744_chess_piece_queen_king_game_chess_pieces_transparent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU.adaptive-delivery-prevent-bg, #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU.lazyload, #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU.lazyloading { background-image: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { background-color: transparent; background-image: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239,229,226,0.99); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239,229,226,0.99); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .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); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { border-width: 0; border-radius: 0; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#F5ghvAmsbV81I1aSSqzPSnMB3dMHhTpx { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:4.5rem;left:9rem;height:1.625rem;display:block; }
#bqpPVyHJTySQ6BirB7tkObNG6cXuQ8rA { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:4rem;left:6.0625rem;display:block; }
#QSKONo5S3v2bKZ3sGMmJVxp0hLTJqDZr { box-sizing:content-box;color:#6b6b6b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:6.6875rem;left:6.0625rem;display:block; }
#hn2O6BWxIeUEPT2CoZ2GaGAv4H0co3TP { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:7.1875rem;left:9.0625rem;height:1.625rem;display:block; }
#ixBwATq1xpwT9yBmE0zirPn7T2CtywGm { box-sizing:content-box;color:#6b6b6b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:12rem;left:6.0625rem;display:block; }
#w3OWVbRO0cTVqOrrUoUnQgAOgmZrMezG { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:12.5rem;left:9.0625rem;height:1.625rem;display:block; }
#POmTzpNT0KGcXTuLkkX9z7H1tG0sCEOP { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:9.25rem;left:6.0625rem;display:block; }
#RhvwIL9CTLsRCWdCx2N3mo13OWSZnxfs { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:9.75rem;left:9rem;height:1.625rem;display:block; }
#uliyiJ0NGXFZIEp9X2Au6unqSI9Q6cme { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:15rem;left:8.8125rem;height:1.625rem;display:block; }
#e2l2BPMBMELAS46h92Ot2t5zXkO6kGUO { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:14.4375rem;left:6.0625rem;display:block; }
#zpWqqR09IA7SvDrcV6V15kwUVyPwZq6T { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:4rem;left:43.5625rem;display:block; }
#TVd7qsyzTM2pxVEodZDmoB1OMTBolvsI { box-sizing:content-box;color:#6b6b6b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:6.6875rem;left:43.5625rem;display:block; }
#kTlCTpbtzXqTBye2UP3LA5GeAgBV64u9 { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:9.25rem;left:43.5625rem;display:block; }
#EL2XHt3bxP4mBfNpu9RLiZHZHf1NqwIb { color:#000000;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:4.5rem;left:46.5rem;height:1.625rem;display:block; }
#LSaIOn21TzGqdRGsiNBCWGzv0yCJKDgh { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:7.1875rem;left:46.5625rem;height:1.625rem;display:block; }
#BdTsNtnWb3fF9cUkDWyhrW9QpRvel3kN { box-sizing:content-box;color:#6b6b6b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:12rem;left:43.5625rem;display:block; }
#XIN2U3fEm5RDMy43AlLAMeehXsxbCFRK { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:9.75rem;left:46.5rem;height:1.625rem;display:block; }
#NbWFFQxwBxu6Bghhx5oCUGqn7HFWg0sm { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:12.5rem;left:46.5625rem;height:1.625rem;display:block; }
#W0m0ED02PM9BRmTQfGIMl5drPIkWonaK { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:14.4375rem;left:43.5625rem;display:block; }
#A4TFn5hN9u5yJ2Lek1L1Qla0WXIUKvQk { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:15rem;left:46.3125rem;height:1.625rem;display:block; }
#WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg > .row .container { background-color: transparent; background-image: none; }#WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg > .row .container > .video-iframe-container { display: none; }#WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg > .row > .video-iframe-container { display: none; }#WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg > .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); }#WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg > .row .container { border-width: 0; border-radius: 0; }#WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#yXhdvFV8wGStRkMeiz3PDARDTPactKib { color:#000000;display:block;width:44.25rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.7536926269531rem;left:2.755859375rem;height:3.4121125rem;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; }
#pBNTFICelITHTTPSweM9nrl6KvViNtgM { background-color:#ff5d5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:3.7369804382324rem;left:50.756295204162rem;display:block; }
#XfIMUEG3FSlGb9Zz8NbHGLq42Uc5VTel { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G1vIpgKt2MpehCOR0NT55AP3ZihXBcml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#G1vIpgKt2MpehCOR0NT55AP3ZihXBcml > .row .container { background-color: transparent; background-image: none; }#G1vIpgKt2MpehCOR0NT55AP3ZihXBcml::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G1vIpgKt2MpehCOR0NT55AP3ZihXBcml > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G1vIpgKt2MpehCOR0NT55AP3ZihXBcml > .row .container > .video-iframe-container { display: none; }#G1vIpgKt2MpehCOR0NT55AP3ZihXBcml > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G1vIpgKt2MpehCOR0NT55AP3ZihXBcml > .row > .video-iframe-container { display: none; }#G1vIpgKt2MpehCOR0NT55AP3ZihXBcml > .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); }#G1vIpgKt2MpehCOR0NT55AP3ZihXBcml > .row .container { border-width: 0; border-radius: 0; }#G1vIpgKt2MpehCOR0NT55AP3ZihXBcml > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#b3MLh1lKzLlDmzls6odHmskCF03SOvEk { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:9.875rem;left:14.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xSSo6HwJcZAEEJZGn2E9AMn5eP7gAwXu { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:4.9375rem;top:3.8125rem;left:35.03125rem;overflow:hidden;display:block; }
#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/stYIe8dF/108_1082744_chess_piece_queen_king_game_chess_pieces_transparent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB.adaptive-delivery-prevent-bg, #TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB.lazyload, #TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB.lazyloading { background-image: none; }#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB > .row .container { background-color: transparent; background-image: none; }#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242,242,242,0.98); }#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB > .row .container > .video-iframe-container { display: none; }#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242,242,242,0.98); }#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB > .row > .video-iframe-container { display: none; }#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB > .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); }#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB > .row .container { border-width: 0; border-radius: 0; }#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:75rem;position:relative;display:block; }#EysWxB4ChswZCcM0W6ztOPIDalqOmTHU { box-sizing:content-box;color:#f04d2a;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:block;z-index:100001;top:2.625rem;left:4.75rem;display:block; }
#iJoOeU5RhJPVWNQNVxnJaWOc5cQS4Ego { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:7.5rem;height:6.5620625rem;display:block; }
#xr85Bg9gBEQCqeVt6FSfAT1NJSsOH7AW { box-sizing:content-box;color:#f04d2a;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:block;z-index:100003;top:10.6875rem;left:4.6875rem;display:block; }
#TLG6ccayhbe1f5GHZPU5WOu9sF84rdgQ { color:#000000;display:block;width:24.4998125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:10.624349594116rem;left:7.5000009536744rem;height:10.461825rem;display:block; }
#bKTs2JKLJOT3J7KZW01Ci6oOZaseOc5x { box-sizing:content-box;color:#f04d2a;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:block;z-index:100005;top:21.561630249024rem;left:4.6875rem;display:block; }
#UVpRPk9XM6VFsJkJKUwCkoN0RFUVdVnq { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:28.437072753906rem;left:7.4375009536744rem;height:3.8997375rem;display:block; }
#qLusEmBsDl8LdPEM2GPsH26tAMAW1Eqi { box-sizing:content-box;color:#f04d2a;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:block;z-index:100009;top:28.18684387207rem;left:4.7493486404419rem;display:block; }
#NEDG11fdXWv88uJ5Tw1eglJiFqQV9BMS { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:34.6875rem;left:7.4375009536744rem;height:5.19965rem;display:block; }
#e8FkfWCxLvG5vLTJ4Io2K2SgpOtv81eW { box-sizing:content-box;color:#f04d2a;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:block;z-index:100011;top:34.499786376953rem;left:4.7493486404419rem;display:block; }
#aIucKu0AeG5OmZGbxrXovdnGQ3o3Audu { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:41.686630249024rem;left:7.4375009536744rem;height:7.79948125rem;display:block; }
#owLMLH9fhyu5BqEJObk7BGpTChMCwBht { box-sizing:content-box;color:#f04d2a;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:block;z-index:100013;top:41.625rem;left:4.7493486404419rem;display:block; }
#TBRLOq9RkSTROd1eGk2JT6qwef7llogl { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:51.18684387207rem;left:7.4370660781863rem;height:6.5620625rem;display:block; }
#bQZHx6Wv5HbGZzqiJ2dDnS4ifs7xAtIX { box-sizing:content-box;color:#f04d2a;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:block;z-index:100015;top:51.124130249024rem;left:4.7493486404419rem;display:block; }
#kZ6TGlBT0a4nMD2FKnGrigb4LSaTTqvd { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:44.75rem;height:5.19965rem;display:block; }
#vkUUiTd4i9I0hlE50fNC9yThO5iVkyEs { box-sizing:content-box;color:#f04d2a;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:block;z-index:100003;top:2.625rem;left:42rem;display:block; }
#yK832PePupUd1lduA59WuX9N7cv5KxG5 { box-sizing:content-box;color:#f04d2a;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:block;z-index:100005;top:9.0616302490238rem;left:42.061635017395rem;display:block; }
#pnVoIo29gTn0BTVzAiUout26IVxs3QyF { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9.24934387207rem;left:44.81228351593rem;height:6.5620625rem;display:block; }
#o5mx9nE1AXGxCHtuqAO7RLSzlVH2hayE { box-sizing:content-box;color:#f04d2a;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:block;z-index:100007;top:16.749130249024rem;left:42.061635017395rem;display:block; }
#VMrLXHyRZXmiRnOWHCB17zab5GG0R8sk { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:16.93684387207rem;left:44.81228351593rem;height:7.79948125rem;display:block; }
#B3GEtUCWNbQCfSOTtAO20eGNqDoe7eMT { box-sizing:content-box;color:#f04d2a;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:block;z-index:100009;top:25.937072753906rem;left:42.061635017395rem;display:block; }
#uziKS0J6s52zor6H6laAms9vmOGa74rf { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:26.062286376953rem;left:44.81228351593rem;height:7.79948125rem;font-style:normal;display:block; }
#IkVV7kbxaFvOl8cys2gAQtlBTTo4DcwQ { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:36.4375rem;left:44.81228351593rem;height:5.19965rem;display:block; }
#qUcg1vAp7GAcbPqKuQKc9TcVtNvGxtvU { color:#000000;display:block;width:24rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:43.499786376953rem;left:44.749352455139rem;height:10.50455rem;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; }
#TW2VgcN4tNoITZJU9n86g0CK8G0qnxqq { box-sizing:content-box;color:#f04d2a;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:block;z-index:100015;top:43.374572753906rem;left:41.99978351593rem;display:block; }
#NMrcT04gNwx8FZVa5NvneAMiSbpnMzP6 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:55.061630249024rem;left:44.561635017395rem;height:6.5620625rem;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; }
#q4THMkUwbzZPnHuEfXJweEW54FLZOETz { box-sizing:content-box;color:#f04d2a;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:block;z-index:100019;top:54.874130249024rem;left:41.99978351593rem;display:block; }
#BlG2wDzbvrxkxVzRiLhqVhX4MwK1K7yk { box-sizing:content-box;color:#f04d2a;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:block;z-index:100010;top:36.124566555023rem;left:42.124135017395rem;display:block; }
#nFhQq4uze5G6UKlDgSAqMl5wlqkp8AKC { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:21.999567031861rem;left:7.1868486404419rem;height:3.8997375rem;display:block; }
#RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT > .row .container { background-color: transparent; background-image: none; }#RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT > .row .container > .video-iframe-container { display: none; }#RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT > .row > .video-iframe-container { display: none; }#RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT > .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); }#RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT > .row .container { border-width: 0; border-radius: 0; }#RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#B7E64tGS50HUtWVLfAUX1CRq4A36hCyA { color:#000000;display:block;width:44.25rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.7536926269531rem;left:2.755859375rem;height:3.4121125rem;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; }
#smr6TStTiUqaKPTWVWK33mtsTd0SWJLn { background-color:#ff5d5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:3.7369804382324rem;left:50.756295204162rem;display:block; }
#wa4RHEgrxMfL2kwKkfv4dDPM7WxoJy4S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f > .row .container { background-color: transparent; background-image: none; }#yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f > .row .container > .video-iframe-container { display: none; }#yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f > .row > .video-iframe-container { display: none; }#yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f > .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); }#yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f > .row .container { border-width: 0; border-radius: 0; }#yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#fTrtp9E9oQSb8i4lCCyy9moqbTyNFCM6 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4750003814698rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#FK5ky0HCvWd5siXvsKLECHGDIKlTL8aA { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.4750003814698rem;left:27.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#axXyI0zHaW5iJC8MBsNJHCHxXL2cLRGI { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:52.46875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l > .row .container { background-color: transparent; background-image: none; }#QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l > .row .container > .video-iframe-container { display: none; }#QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l > .row > .video-iframe-container { display: none; }#QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l > .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); }#QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l > .row .container { border-width: 0; border-radius: 0; }#QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#nbWNgzl9aR8yfdP9ykFisvwvZWCVpC70 { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.0431823730469rem;left:7.5618486404419rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX0opeDBm8k1XC2GCfVfQMEGQrzXecZw { width:7.5625rem;height:10.5625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQOULp7TpMfe9q8cInyU87duyvHLBNk { width:26.6875rem;height:5.5rem;top:14.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty4VypWdzg77L3W8np4fwghlqy1kTVl4 { width:30.75rem;height:3.875rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqZp9Xw3hquvVAGqvJDBe6x7hsxC3f7N { width:18.3125rem;height:1.5625rem;top:22.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHmOKpiE3zJOtUhQWSoxP0JKR1A6loRa { width:2.75rem;height:2.75rem;top:21.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvrDkoxy6GUnJNOWczzygKWWoN6SiE4 { width:18.3125rem;height:1.5625rem;top:24.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zadh9ZUhfTyzsrspcXXM3l4VTgOqn1QU { width:18.3125rem;height:1.5625rem;top:27.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzNTkZVDqUl79RIgACdnagxBIukQ5uR7 { width:34.6875rem;height:34.6875rem;top:3.25rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJMLMkOqQpWWUm1zffum6ocqiR6v5iRB { width:22.6875rem;height:1.5625rem;top:30.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXETgpfLm2lB49ShPtTthdP7tFuRmSvV { width:2.75rem;height:2.75rem;top:24.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA2oDNbcG2rG2AMlaTf14u2aZO2p02tp { width:2.75rem;height:2.75rem;top:27.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMQQm445sMeU998Zke1SHlJqNcvnPzOP { width:2.75rem;height:2.75rem;top:29.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0AH7E7HeDUyQRSVlHcvdnzLSny3pBPv { width:4.375rem;height:4.375rem;top:12.3125rem;left:36.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGz7CGbEuJXDxqIfrI7gXffhJw1bItfe { width:8.5rem;height:4.8125rem;top:11.75rem;left:39.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcdsztNoJUI7exZBAGTKmb2TFNAaeCMF { width:15.625rem;height:5.0625rem;top:17.4375rem;left:32.125rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ7miFCU6Azp7gqKntVccTmzStIlHSaH { width:4.5rem;height:4.5rem;top:12.1875rem;left:42.374352455139rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfeWg9yTEEVNUx8glpoWZRqdhtIXQK81 { width:4.8125rem;height:4.8125rem;top:17.9375rem;left:35.624135017395rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmzJA4MNa0woBesfaCtii8XXT0c9vLuU { width:12.5rem;height:2.5625rem;top:24.5rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME { display:block; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udv1KZZnDTcaqIw26TcxZgC2eMbnTE3W { width:29.8125rem;height:2.8125rem;top:4.0625rem;left:9rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxnU68gH9Jl17k4lrT3vW4Cp1y5xBqVy { width:43.4375rem;height:6rem;top:8.625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { width:19rem;height:22rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFonwkmO1e089BAVlzq3rh18ShQIC6k { width:6.375rem;height:6.375rem;top:4.75rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { width:17.5rem;height:4.0625rem;top:12.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1K3bsCpSRdAwU1GRwr9IEs0N8UABPa1 { width:17.5rem;height:4.125rem;top:17.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { width:19rem;height:22rem;top:2.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4DkLEwRxSrzEDIPfUza2lTcAeaerfyv { width:17.6875rem;height:4.1875rem;top:17.75rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTSSgUiaN8dWh9IUF8XVbv7yx1I11hB { width:17.5rem;height:4.0625rem;top:12.1875rem;left:14.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTCVuG6CppEmFL8vApwK2uvbCMpeMTm { width:5.75rem;height:5.75rem;top:4.8125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puoCt1lVV784BrGBxdw1UxkytWqr9MyI { width:19rem;height:22rem;top:2.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av4TPNUG75wH4FRIC52Z5ropCi3RdF95 { width:17.5rem;height:4.125rem;top:17.75rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAExnQD4ObGqs3ToeogQdRZGxtE00RGa { width:17.5rem;height:4.0625rem;top:12.3125rem;left:30.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRUxRrgHpIebQopaZ3BCTJ1gWdpqCUX { width:5.25rem;height:5.25rem;top:4.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 { display:block; }#CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbRqvOTUKlEB5OkcKhqrTXalNf5ALeqn { width:30.375rem;height:6.5rem;top:6.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXiX1M3EmSKpzO4HpHbOzqvcnT6P1azE { width:26.9375rem;height:1.6875rem;top:22.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZVIB3TPXtATTKPR3uv8ET1v6ei6bNnx { width:27.25rem;height:1.6875rem;top:19.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpKA5NOhGwPBapTNxlylPSMB2tqa2Sc3 { width:18.3125rem;height:1.6875rem;top:16.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTQXvoVCFW4b3nVmONNMMEXTMoMxVr8b { width:3.125rem;height:3.125rem;top:15.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv8ErD8Hg4sg4XaDn4TeTKD389dSHvhm { width:3.125rem;height:3.125rem;top:18.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlofRkgx4789QM3y6p7FgN16zZSuQwh { width:3.125rem;height:3.125rem;top:21.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #py4mXL1JK4b2hBD9bHR9XilWNm08G9mV { width:31.625rem;height:3.25rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHOHVx7rrILTAB0yuWvVSa2xdpEWemJB { width:31.625rem;height:31.625rem;top:5.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNRkTbUB2dczW1KLSvnmaNiZTT9f7NMs { width:3.125rem;height:0.1875rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwTHmJK2TyU5wkFlmU7n4KTTrItDa8da { width:35.625rem;height:32.3123125rem;top:3.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e { display:block; }#eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arzK17soJTEEFM86AgGIRQJuk2QXN934 { width:45.9375rem;height:3.25rem;top:9.875rem;left:0.90625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS7C0cM7yzfzkcka0wThfQQckkFqZTxE { width:4.9375rem;height:4.9375rem;top:3.8125rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5ghvAmsbV81I1aSSqzPSnMB3dMHhTpx { width:22.4375rem;height:1.625rem;top:4.5rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqpPVyHJTySQ6BirB7tkObNG6cXuQ8rA { width:2.6875rem;height:2.6875rem;top:4rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSKONo5S3v2bKZ3sGMmJVxp0hLTJqDZr { width:2.6875rem;height:2.6875rem;top:6.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn2O6BWxIeUEPT2CoZ2GaGAv4H0co3TP { width:22.4375rem;height:1.625rem;top:7.1875rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixBwATq1xpwT9yBmE0zirPn7T2CtywGm { width:2.6875rem;height:2.6875rem;top:12rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3OWVbRO0cTVqOrrUoUnQgAOgmZrMezG { width:22.4375rem;height:1.625rem;top:12.5rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmTzpNT0KGcXTuLkkX9z7H1tG0sCEOP { width:2.6875rem;height:2.6875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhvwIL9CTLsRCWdCx2N3mo13OWSZnxfs { width:22.4375rem;height:1.625rem;top:9.75rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uliyiJ0NGXFZIEp9X2Au6unqSI9Q6cme { width:22.4375rem;height:1.625rem;top:15rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2l2BPMBMELAS46h92Ot2t5zXkO6kGUO { width:2.6875rem;height:2.6875rem;top:14.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpWqqR09IA7SvDrcV6V15kwUVyPwZq6T { width:2.6875rem;height:2.6875rem;top:4rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVd7qsyzTM2pxVEodZDmoB1OMTBolvsI { width:2.6875rem;height:2.6875rem;top:6.6875rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTlCTpbtzXqTBye2UP3LA5GeAgBV64u9 { width:2.6875rem;height:2.6875rem;top:9.25rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL2XHt3bxP4mBfNpu9RLiZHZHf1NqwIb { width:28.375rem;height:1.625rem;top:4.5rem;left:19.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSaIOn21TzGqdRGsiNBCWGzv0yCJKDgh { width:22.4375rem;height:1.625rem;top:7.1875rem;left:25.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdTsNtnWb3fF9cUkDWyhrW9QpRvel3kN { width:2.6875rem;height:2.6875rem;top:12rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIN2U3fEm5RDMy43AlLAMeehXsxbCFRK { width:26.5625rem;height:1.625rem;top:9.75rem;left:21.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbWFFQxwBxu6Bghhx5oCUGqn7HFWg0sm { width:22.4375rem;height:1.625rem;top:12.5rem;left:25.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0m0ED02PM9BRmTQfGIMl5drPIkWonaK { width:2.6875rem;height:2.6875rem;top:14.4375rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4TFn5hN9u5yJ2Lek1L1Qla0WXIUKvQk { width:22.4375rem;height:1.625rem;top:15rem;left:25.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg { display:block; }#WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXhdvFV8wGStRkMeiz3PDARDTPactKib { width:44.1875rem;height:;top:3.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBNTFICelITHTTPSweM9nrl6KvViNtgM { width:16.4375rem;height:3.125rem;top:3.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfIMUEG3FSlGb9Zz8NbHGLq42Uc5VTel { display:block; }
 }@media only screen and (max-width: 763px) { #G1vIpgKt2MpehCOR0NT55AP3ZihXBcml { display:block; }#G1vIpgKt2MpehCOR0NT55AP3ZihXBcml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3MLh1lKzLlDmzls6odHmskCF03SOvEk { width:45.9375rem;height:;top:9.875rem;left:0.90625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSSo6HwJcZAEEJZGn2E9AMn5eP7gAwXu { width:4.9375rem;height:4.9375rem;top:3.8125rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB { display:block; }#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EysWxB4ChswZCcM0W6ztOPIDalqOmTHU { width:2rem;height:2rem;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJoOeU5RhJPVWNQNVxnJaWOc5cQS4Ego { width:24.5rem;height:6.4375rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr85Bg9gBEQCqeVt6FSfAT1NJSsOH7AW { width:2rem;height:2rem;top:10.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLG6ccayhbe1f5GHZPU5WOu9sF84rdgQ { width:24.4375rem;height:10.4375rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKTs2JKLJOT3J7KZW01Ci6oOZaseOc5x { width:2rem;height:2rem;top:21.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVpRPk9XM6VFsJkJKUwCkoN0RFUVdVnq { width:24.4375rem;height:3.875rem;top:28.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLusEmBsDl8LdPEM2GPsH26tAMAW1Eqi { width:2rem;height:2rem;top:28.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEDG11fdXWv88uJ5Tw1eglJiFqQV9BMS { width:24.4375rem;height:5.1875rem;top:34.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8FkfWCxLvG5vLTJ4Io2K2SgpOtv81eW { width:2rem;height:2rem;top:34.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIucKu0AeG5OmZGbxrXovdnGQ3o3Audu { width:24.4375rem;height:7.75rem;top:41.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owLMLH9fhyu5BqEJObk7BGpTChMCwBht { width:2rem;height:2rem;top:41.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRLOq9RkSTROd1eGk2JT6qwef7llogl { width:24.4375rem;height:6.5rem;top:51.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQZHx6Wv5HbGZzqiJ2dDnS4ifs7xAtIX { width:2rem;height:2rem;top:51.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ6TGlBT0a4nMD2FKnGrigb4LSaTTqvd { width:24.4375rem;height:5.1875rem;top:2.8125rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkUUiTd4i9I0hlE50fNC9yThO5iVkyEs { width:2rem;height:2rem;top:2.625rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK832PePupUd1lduA59WuX9N7cv5KxG5 { width:2rem;height:2rem;top:9rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnVoIo29gTn0BTVzAiUout26IVxs3QyF { width:24.4375rem;height:6.5rem;top:9.1875rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5mx9nE1AXGxCHtuqAO7RLSzlVH2hayE { width:2rem;height:2rem;top:16.6875rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMrLXHyRZXmiRnOWHCB17zab5GG0R8sk { width:24.4375rem;height:7.75rem;top:16.875rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3GEtUCWNbQCfSOTtAO20eGNqDoe7eMT { width:2rem;height:2rem;top:25.875rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uziKS0J6s52zor6H6laAms9vmOGa74rf { width:24.4375rem;height:7.75rem;top:26rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkVV7kbxaFvOl8cys2gAQtlBTTo4DcwQ { width:24.4375rem;height:5.1875rem;top:36.4375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUcg1vAp7GAcbPqKuQKc9TcVtNvGxtvU { width:23.9375rem;height:10.5rem;top:43.4375rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW2VgcN4tNoITZJU9n86g0CK8G0qnxqq { width:2rem;height:2rem;top:43.3125rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMrcT04gNwx8FZVa5NvneAMiSbpnMzP6 { width:24.4375rem;height:6.5rem;top:55rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4THMkUwbzZPnHuEfXJweEW54FLZOETz { width:2rem;height:2rem;top:54.8125rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlG2wDzbvrxkxVzRiLhqVhX4MwK1K7yk { width:1.9375rem;height:1.9375rem;top:36.0625rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFhQq4uze5G6UKlDgSAqMl5wlqkp8AKC { width:24.4375rem;height:3.875rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT { display:block; }#RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7E64tGS50HUtWVLfAUX1CRq4A36hCyA { width:44.1875rem;height:;top:3.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smr6TStTiUqaKPTWVWK33mtsTd0SWJLn { width:16.4375rem;height:3.125rem;top:3.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa4RHEgrxMfL2kwKkfv4dDPM7WxoJy4S { display:block; }
 }@media only screen and (max-width: 763px) { #yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f { display:block; }#yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTrtp9E9oQSb8i4lCCyy9moqbTyNFCM6 { width:20rem;height:1.25rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK5ky0HCvWd5siXvsKLECHGDIKlTL8aA { width:19.8125rem;height:1.25rem;top:1.4375rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axXyI0zHaW5iJC8MBsNJHCHxXL2cLRGI { width:20.0625rem;height:1.25rem;top:1.4375rem;left:27.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l { display:block; }#QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbWNgzl9aR8yfdP9ykFisvwvZWCVpC70 { width:47.75rem;height:2.5625rem;top:1rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/free-images/People/man-playing-chess.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7,12,12,0.61); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7,12,12,0.61); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX0opeDBm8k1XC2GCfVfQMEGQrzXecZw { width:6.5rem;height:9.0625rem;top:0.4375rem;left:6.4855769230769rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQOULp7TpMfe9q8cInyU87duyvHLBNk { width:18.5rem;height:6.5983125rem;top:12.0625rem;left:0.75rem;text-align:left;text-align-last:left;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ty4VypWdzg77L3W8np4fwghlqy1kTVl4 { width:20rem;height:4.8125rem;top:32.258029937744rem;left:0.12456601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqZp9Xw3hquvVAGqvJDBe6x7hsxC3f7N { width:9.625rem;height:1.375rem;top:20.125rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IHmOKpiE3zJOtUhQWSoxP0JKR1A6loRa { width:1.875rem;height:1.875rem;top:19.875rem;left:0.8125rem;font-size:1.3125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #GPvrDkoxy6GUnJNOWczzygKWWoN6SiE4 { width:11.25rem;height:1.375rem;top:22.4375rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zadh9ZUhfTyzsrspcXXM3l4VTgOqn1QU { width:15rem;height:1.375rem;top:24.9375rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KzNTkZVDqUl79RIgACdnagxBIukQ5uR7 { width:20rem;height:20rem;top:40.374349117279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJMLMkOqQpWWUm1zffum6ocqiR6v5iRB { width:15.125rem;height:2.75rem;top:27.708984375rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SXETgpfLm2lB49ShPtTthdP7tFuRmSvV { width:2rem;height:2rem;top:22.125rem;left:0.75rem;font-size:1.375rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #bA2oDNbcG2rG2AMlaTf14u2aZO2p02tp { width:2rem;height:2rem;top:24.625rem;left:0.75rem;font-size:1.375rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #rMQQm445sMeU998Zke1SHlJqNcvnPzOP { width:2.125rem;height:2.125rem;top:27.125rem;left:0.75rem;font-size:1.4375rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #I0AH7E7HeDUyQRSVlHcvdnzLSny3pBPv { width:2.75rem;height:2.8125rem;top:46.249786376953rem;left:5.5625000596046rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGz7CGbEuJXDxqIfrI7gXffhJw1bItfe { width:8.499375rem;height:2.59874375rem;top:46.124782562256rem;left:5.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcdsztNoJUI7exZBAGTKmb2TFNAaeCMF { width:15.625rem;height:2.59874375rem;top:48.911026312256rem;left:2.8125rem;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JQ7miFCU6Azp7gqKntVccTmzStIlHSaH { width:3rem;height:3rem;top:45.748698234558rem;left:8.218533575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfeWg9yTEEVNUx8glpoWZRqdhtIXQK81 { width:3.3125rem;height:3.25rem;top:48.841583013534rem;left:4.6245661377907rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmzJA4MNa0woBesfaCtii8XXT0c9vLuU { width:7.75rem;height:2.923175rem;top:51.759770062256rem;left:6rem;font-size:0.75rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME { display:block; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udv1KZZnDTcaqIw26TcxZgC2eMbnTE3W { width:18.9375rem;height:2.4375rem;top:2.25rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxnU68gH9Jl17k4lrT3vW4Cp1y5xBqVy { width:20rem;height:8.002375rem;top:6.3994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { width:19rem;height:22rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFonwkmO1e089BAVlzq3rh18ShQIC6k { width:6.4375rem;height:6.4375rem;top:3.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { width:16.5rem;height:3.57421875rem;top:12.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1K3bsCpSRdAwU1GRwr9IEs0N8UABPa1 { width:16.5rem;height:3.9rem;top:16.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { width:19rem;height:22rem;top:24.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4DkLEwRxSrzEDIPfUza2lTcAeaerfyv { width:16.5rem;height:3.9rem;top:39.375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTSSgUiaN8dWh9IUF8XVbv7yx1I11hB { width:16.5rem;height:3.574225rem;top:35.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTCVuG6CppEmFL8vApwK2uvbCMpeMTm { width:6.375rem;height:6.375rem;top:26.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puoCt1lVV784BrGBxdw1UxkytWqr9MyI { width:19rem;height:22rem;top:47.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av4TPNUG75wH4FRIC52Z5ropCi3RdF95 { width:16.5rem;height:3.9rem;top:62.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAExnQD4ObGqs3ToeogQdRZGxtE00RGa { width:16.5rem;height:3.57421875rem;top:58.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRUxRrgHpIebQopaZ3BCTJ1gWdpqCUX { width:6.1875rem;height:6.1875rem;top:50rem;left:6.6249961853025rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 { display:block; }#CFWHUpyI8pfFDBLKXTgGcZfrf1iJrZB1 > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbRqvOTUKlEB5OkcKhqrTXalNf5ALeqn { width:17.25rem;height:7.3111875rem;top:3.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXiX1M3EmSKpzO4HpHbOzqvcnT6P1azE { width:20rem;height:3.5rem;top:27.90559387207rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KZVIB3TPXtATTKPR3uv8ET1v6ei6bNnx { width:20rem;height:3.5rem;top:20.40559387207rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lpKA5NOhGwPBapTNxlylPSMB2tqa2Sc3 { width:18.3125rem;height:1.71875rem;top:14.75rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kTQXvoVCFW4b3nVmONNMMEXTMoMxVr8b { width:3.125rem;height:3.125rem;top:11.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv8ErD8Hg4sg4XaDn4TeTKD389dSHvhm { width:3.125rem;height:3.125rem;top:16.71809387207rem;left:8.4375000596044rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlofRkgx4789QM3y6p7FgN16zZSuQwh { width:3.125rem;height:3.125rem;top:24.78059387207rem;left:8.4375000596044rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #py4mXL1JK4b2hBD9bHR9XilWNm08G9mV { width:20rem;height:3.1875rem;top:33.999565124512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHOHVx7rrILTAB0yuWvVSa2xdpEWemJB { width:18.9375rem;height:19.1875rem;top:40.811875rem;left:0.43728297948838rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #iNRkTbUB2dczW1KLSvnmaNiZTT9f7NMs { width:3.125rem;height:0.1875rem;top:57.905845062256rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwTHmJK2TyU5wkFlmU7n4KTTrItDa8da { width:19.875rem;height:18.026869078947rem;top:40.592454628906rem;left:0rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e { display:block; }#eZaI0qpMBRhTE2gu7eSvZn31gs1dyK0e > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arzK17soJTEEFM86AgGIRQJuk2QXN934 { width:20rem;height:4.875rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS7C0cM7yzfzkcka0wThfQQckkFqZTxE { width:4.9375rem;height:4.9375rem;top:3.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5ghvAmsbV81I1aSSqzPSnMB3dMHhTpx { width:20rem;height:3.2487rem;top:3.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqpPVyHJTySQ6BirB7tkObNG6cXuQ8rA { width:2.6875rem;height:2.6875rem;top:1.25rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSKONo5S3v2bKZ3sGMmJVxp0hLTJqDZr { width:2.6875rem;height:2.6875rem;top:9.6875rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn2O6BWxIeUEPT2CoZ2GaGAv4H0co3TP { width:20rem;height:1.625rem;top:12.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixBwATq1xpwT9yBmE0zirPn7T2CtywGm { width:2.6875rem;height:2.6875rem;top:23.3125rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3OWVbRO0cTVqOrrUoUnQgAOgmZrMezG { width:20rem;height:1.625rem;top:26rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POmTzpNT0KGcXTuLkkX9z7H1tG0sCEOP { width:2.6875rem;height:2.6875rem;top:16.5rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhvwIL9CTLsRCWdCx2N3mo13OWSZnxfs { width:20rem;height:1.625rem;top:19.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uliyiJ0NGXFZIEp9X2Au6unqSI9Q6cme { width:20rem;height:1.625rem;top:32.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2l2BPMBMELAS46h92Ot2t5zXkO6kGUO { width:2.6875rem;height:2.6875rem;top:30.125rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpWqqR09IA7SvDrcV6V15kwUVyPwZq6T { width:2.6875rem;height:2.6875rem;top:36.9375rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVd7qsyzTM2pxVEodZDmoB1OMTBolvsI { width:2.6875rem;height:2.6875rem;top:45.375rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTlCTpbtzXqTBye2UP3LA5GeAgBV64u9 { width:2.6875rem;height:2.6875rem;top:52.1875rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL2XHt3bxP4mBfNpu9RLiZHZHf1NqwIb { width:20rem;height:3.2487rem;top:39.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSaIOn21TzGqdRGsiNBCWGzv0yCJKDgh { width:20rem;height:1.625rem;top:48.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BdTsNtnWb3fF9cUkDWyhrW9QpRvel3kN { width:2.6875rem;height:2.6875rem;top:60.625rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIN2U3fEm5RDMy43AlLAMeehXsxbCFRK { width:20rem;height:3.2487rem;top:54.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbWFFQxwBxu6Bghhx5oCUGqn7HFWg0sm { width:20rem;height:1.625rem;top:63.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0m0ED02PM9BRmTQfGIMl5drPIkWonaK { width:2.6875rem;height:2.6875rem;top:67.4375rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4TFn5hN9u5yJ2Lek1L1Qla0WXIUKvQk { width:20rem;height:1.625rem;top:70.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg { display:block; }#WssVDxBQG6bN5CuIVZt3CDmERoUz7gDg > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXhdvFV8wGStRkMeiz3PDARDTPactKib { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBNTFICelITHTTPSweM9nrl6KvViNtgM { width:17.5rem;height:3.4375rem;top:7.6964rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfIMUEG3FSlGb9Zz8NbHGLq42Uc5VTel { display:block; }
 }@media only screen and (max-width: 763px) { #G1vIpgKt2MpehCOR0NT55AP3ZihXBcml { display:block; }#G1vIpgKt2MpehCOR0NT55AP3ZihXBcml > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3MLh1lKzLlDmzls6odHmskCF03SOvEk { width:20rem;height:2.4375rem;top:3.3740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSSo6HwJcZAEEJZGn2E9AMn5eP7gAwXu { width:4.9375rem;height:4.9375rem;top:7.0615234375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB { display:block; }#TenRoI8Mk5VmokD3l3ZT3tDcQei0LJiB > .row .container { width:20rem;height:155.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EysWxB4ChswZCcM0W6ztOPIDalqOmTHU { width:2rem;height:2rem;top:2.6875rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJoOeU5RhJPVWNQNVxnJaWOc5cQS4Ego { width:16.5rem;height:7.79948125rem;top:2.6875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr85Bg9gBEQCqeVt6FSfAT1NJSsOH7AW { width:2rem;height:2rem;top:12.125rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLG6ccayhbe1f5GHZPU5WOu9sF84rdgQ { width:16.6875rem;height:15.6614875rem;top:12.061637878418rem;left:3.3116319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKTs2JKLJOT3J7KZW01Ci6oOZaseOc5x { width:2rem;height:2rem;top:28.936637878418rem;left:1.0622829794884rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVpRPk9XM6VFsJkJKUwCkoN0RFUVdVnq { width:16.0625rem;height:6.4995625rem;top:29.25rem;left:3.0620661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLusEmBsDl8LdPEM2GPsH26tAMAW1Eqi { width:2rem;height:2rem;top:36.5625rem;left:1.0622829794884rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEDG11fdXWv88uJ5Tw1eglJiFqQV9BMS { width:16.875rem;height:5.19965rem;top:36.687072753906rem;left:3.1250000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8FkfWCxLvG5vLTJ4Io2K2SgpOtv81eW { width:2rem;height:2rem;top:43.374572753906rem;left:1.0622829794884rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIucKu0AeG5OmZGbxrXovdnGQ3o3Audu { width:16.5rem;height:11.6992375rem;top:43.624130249024rem;left:3.0620661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owLMLH9fhyu5BqEJObk7BGpTChMCwBht { width:2rem;height:2rem;top:56.499572753906rem;left:1.0622829794884rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRLOq9RkSTROd1eGk2JT6qwef7llogl { width:15.9375rem;height:7.79948125rem;top:56.875rem;left:2.9991319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQZHx6Wv5HbGZzqiJ2dDnS4ifs7xAtIX { width:2rem;height:2rem;top:65.8125rem;left:0.99934893846512rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ6TGlBT0a4nMD2FKnGrigb4LSaTTqvd { width:15.625rem;height:7.799475rem;top:66.06228637695rem;left:2.9991319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkUUiTd4i9I0hlE50fNC9yThO5iVkyEs { width:2rem;height:2rem;top:75.43728637695rem;left:0.99934893846512rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK832PePupUd1lduA59WuX9N7cv5KxG5 { width:2rem;height:2rem;top:86.812072753906rem;left:0.87456601858137rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnVoIo29gTn0BTVzAiUout26IVxs3QyF { width:16.3125rem;height:10.3993rem;top:75.562072753906rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5mx9nE1AXGxCHtuqAO7RLSzlVH2hayE { width:2rem;height:2rem;top:98.624145507812rem;left:0.81206601858137rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMrLXHyRZXmiRnOWHCB17zab5GG0R8sk { width:15.9375rem;height:10.461825rem;top:87.061645507812rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3GEtUCWNbQCfSOTtAO20eGNqDoe7eMT { width:2rem;height:2rem;top:110.81164550781rem;left:0.87456601858137rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uziKS0J6s52zor6H6laAms9vmOGa74rf { width:15.875rem;height:10.461825rem;top:98.936645507812rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkVV7kbxaFvOl8cys2gAQtlBTTo4DcwQ { width:15.8125rem;height:5.19965rem;top:110.81164550781rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUcg1vAp7GAcbPqKuQKc9TcVtNvGxtvU { width:16rem;height:13.5058625rem;top:118.24935913086rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW2VgcN4tNoITZJU9n86g0CK8G0qnxqq { width:2rem;height:2rem;top:133.06185913086rem;left:0.87456601858137rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMrcT04gNwx8FZVa5NvneAMiSbpnMzP6 { width:15.75rem;height:10.461825rem;top:133.24978637695rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4THMkUwbzZPnHuEfXJweEW54FLZOETz { width:2rem;height:2rem;top:145.37478637695rem;left:0.87456601858137rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlG2wDzbvrxkxVzRiLhqVhX4MwK1K7yk { width:1.9375rem;height:1.9375rem;top:145.40778541565rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFhQq4uze5G6UKlDgSAqMl5wlqkp8AKC { width:15.9375rem;height:5.19965rem;top:145.58591137696rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT { display:block; }#RZPTODonhtFFWsDcpGpuiq9BbuTIEfqT > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7E64tGS50HUtWVLfAUX1CRq4A36hCyA { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smr6TStTiUqaKPTWVWK33mtsTd0SWJLn { width:17.5rem;height:3.4375rem;top:7.6964rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa4RHEgrxMfL2kwKkfv4dDPM7WxoJy4S { display:block; }
 }@media only screen and (max-width: 763px) { #yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f { display:block; }#yRoAGkFv0KLvRT0zDaEl2bTRgIJDQW1f > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTrtp9E9oQSb8i4lCCyy9moqbTyNFCM6 { width:20rem;height:1.2000875rem;top:1.25rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FK5ky0HCvWd5siXvsKLECHGDIKlTL8aA { width:19.8125rem;height:1.2000875rem;top:3.1123046875rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #axXyI0zHaW5iJC8MBsNJHCHxXL2cLRGI { width:20rem;height:1.3rem;top:4.912109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l { display:block; }#QbZtoRohTtH9MZdLT1ufDH5r3JTo5i0l > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbWNgzl9aR8yfdP9ykFisvwvZWCVpC70 { width:20rem;height:2.3346375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }