.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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/uc/dd8d7087-2c48-4ef2-8927-3451b04fb869/RussianClub_P2_19of26.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); }#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); }#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 > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#qWWkOQW6KZnowp4oTO4yNLQQ6rgcDe4J { color:#00538b;display:block;width:45rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:24.3515625rem;left:0.1875rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MGiJcmoTcNgQ9BxaQFTqxef5iGANVc7T { position:absolute;display:block;z-index:15000;height:3.0625rem;width:5.5625rem;top:3.625rem;left:1.8125rem;display:block; }
#q0SMuagsrK1RDD5z9ye5D2aP8FSHqP56 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:0rem;left:47.499348640442rem;overflow:hidden;display:block; }
#e1liWUtmtMvyXqkbniokTak5qZXggWBE { color:#3e5b7b;display:block;width:45rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.1875rem;left:0.1875rem;height:1.78746875rem;display:block; }
#SOlnSVl90bHnpXA5Uycm0FFvMSQ2tpX6 { position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.5);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:7.3125rem;width:60rem;top:23.875rem;left:0rem;display:block; }
#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row .container { background-color: transparent; background-image: none; }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row .container > .video-iframe-container { display: none; }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row > .video-iframe-container { display: none; }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .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); }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row .container { border-width: 0; border-radius: 0; }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row > .video-iframe-container {  }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-form-header {  }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1rem;font-weight:400;color:#ffffff;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.6;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center;line-height:1.2; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center;line-height:1.2; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.375rem;color:#333333;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#3e5b7b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5rem;margin-bottom:0.25rem;margin-left:4.625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:13.875rem;height:3.625rem;font-family:roboto;overflow:hidden; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 [class*="-text"]:-moz-placeholder { color:#333333;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 [class*="-text"]::-moz-placeholder { color:#333333;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;font-size:0.875rem;font-weight:400;color:#ffffff;vertical-align:top;width:22.4375rem;overflow:hidden;font-style:normal;line-height:1.1; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-container:first-of-type{padding-top:0;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-container:last-of-type{padding-bottom:0;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9  { background-color:#00538b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:5.8123550415039rem;left:16.999422073364rem; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 {display:block;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 { background-color:#00538b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:5.8123550415039rem;left:16.999422073364rem; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #Uvk2aJlNw7hkAwwd6A0ExdhqrDW2RUAZ { position:relative; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #QqD8AIGyDrNTBVH8ht8ebHvXDIrpfmDx { position:relative;display:block; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #PGE2sVmt7HGPdxJLsKMSJpAa8pH062U5 { position:relative; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #iThVTNgNMKLd3vWBg0DRZmQaqCyonC0r { position:relative; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #WBg5Tt82uHXZTrxWEgN28Ai7vCfZq0L3 { position:relative;display:block; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #dMy7GhCeEryJtAg0FoA9RrSAufxezgT0 { position:relative; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #mfhymMVo5nWCTh5OOdfbIE4KTCRK09pI { position:relative; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #FtRmbVxRHXT2a3QKtf91uqhpOpS8AmpN { position:relative;display:block; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #Mm7i53eesqyyMSusopc50mnKwuZfFCov { position:relative; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #CqR3FD8X2Tfl6JNlA1452oNVOkOMQM8k { position:relative; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #znGhfTfTz3TgUHiG9SJSvudE8UuvtlWG { position:relative;display:block; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #dV3i1oCBAb17drKvxTUMaWivS68v6wRl { position:relative; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #rGvVqK4LdPQkg9dzMk7Hy6u9q1rHW91L { position:relative; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #rGvVqK4LdPQkg9dzMk7Hy6u9q1rHW91L .container-column{width:50%;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #tT3tvHT8E0vTQkW5O3KK559MRVOC2Cat { position:relative;display:block; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #I8hzvOChItnCJoLVrXmotR6SI1l55HFK { position:relative;z-index:2; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #BByyUJ7KVFKeK2xn4vVClwnMGzXglIni { position:relative; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #PWbmiszkOTnHwWFg8zddANwAkTkP4LhR { position:relative;z-index:2; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #bg6DqPNNEzSVJKLNw374ug35DVLyx0JE { position:relative; }
#ICnDTdNLhDTN2xFh8zahl51wy5s1SlVA { position:relative;display:block; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #VPotuSyV4UClNFD4fArW0OOV0lSCTXXW { position:relative; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #FdKx0fThPGBcrQ8bs9C8WZzruGpQJpec { position:relative;z-index:2; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #zWSwTizkdAN49rqWhbkhC9bSxWdApmJJ { position:relative; }
#I4zGhwfysJUCfHJcXNgkEHbcJK1xfvCw { position:relative;display:block; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #kgvhcIUGwOuDbxxn3AbPflI6w8tzZr1E { position:relative; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #fIHJWqKESLKitDJZSlTdJ8mTEDUEivvy { position:relative; }
#JZv3UWIVc0rrwBhIVM1Sa1msWbqOBIaO { color:#2e2e2e;display:block;width:25.5625rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:3.0507802963257rem;left:17.250000953674rem;height:1.94950625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y > .row .container { background-color: transparent; background-image: none; }#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y > .row .container > .video-iframe-container { display: none; }#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y > .row > .video-iframe-container { display: none; }#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y > .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); }#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y > .row .container { border-width: 0; border-radius: 0; }#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y > .row > .video-iframe-container {  }#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#LH8A4cT5TP1TzVurofgoicCt8CFNR2lk { color:#2e2e2e;display:block;width:59.875rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.630859375rem;left:0rem;height:2.11198125rem;text-align:center;text-align-last:center;display:block; }
#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container { background-color: transparent; background-image: none; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container > .video-iframe-container { display: none; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row > .video-iframe-container { display: none; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .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); }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container { border-width: 0; border-radius: 0; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row > .video-iframe-container {  }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#GI6zxMu68RK8y9MbeC1zSe20tTHk72co { color:#2e2e2e;display:block;width:51.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:0.625rem;left:4.0625rem;height:15.591725rem;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; }
#VaKJVScFkPbsdTtpHM5BmsoQxvBHVxng { color:#2e2e2e;display:block;width:52.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:17.421870708466rem;left:3.875rem;height:1.19986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KaUVVENGa41ei86rlOK9hiJCC71yMI05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KaUVVENGa41ei86rlOK9hiJCC71yMI05 > .row .container { background-color: transparent; background-image: none; }#KaUVVENGa41ei86rlOK9hiJCC71yMI05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaUVVENGa41ei86rlOK9hiJCC71yMI05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaUVVENGa41ei86rlOK9hiJCC71yMI05 > .row .container > .video-iframe-container { display: none; }#KaUVVENGa41ei86rlOK9hiJCC71yMI05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaUVVENGa41ei86rlOK9hiJCC71yMI05 > .row > .video-iframe-container { display: none; }#KaUVVENGa41ei86rlOK9hiJCC71yMI05 > .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); }#KaUVVENGa41ei86rlOK9hiJCC71yMI05 > .row .container { border-width: 0; border-radius: 0; }#KaUVVENGa41ei86rlOK9hiJCC71yMI05 > .row > .video-iframe-container {  }#KaUVVENGa41ei86rlOK9hiJCC71yMI05 > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#VskaiaGHxdCZpxcgafiPrw3I7BPkGWKx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:2rem;left:2.6875rem;overflow:hidden;display:block; }
#NEhspUnDIWoIJhttUB4wT3PuipMIgSnw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:2rem;left:17.625rem;overflow:hidden;display:block; }
#cOA1fITi4eHvD5G4FaqniUUiRzqNutWC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:2rem;left:33.4375rem;overflow:hidden;display:block; }
#Cl7gA4dAHxqN5dIqVXcaI6f8UddwhrOb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:2rem;left:47.625rem;overflow:hidden;display:block; }
#XMluIxc8AWlWioD4N7OeeHwF4sUB70N5 { color:#585858;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:13.8125rem;left:1.375rem;height:1.349825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWTbVvyoOcsLwmXDFo7LLFTxbGcoExbM { color:#585858;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:13.8125rem;left:16.375rem;height:1.349825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fAIZsEorRllfBi4tFUeF4xiqE7WnOax5 { color:#585858;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:13.8125rem;left:31.375rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VA5alAIzchmg0TPX9fxnuO87z9066miB { color:#585858;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:13.8125rem;left:46.375rem;height:1.349825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MUAai6xmG6Iqy1iqKzSySytRMmIg2FAA { color:#585858;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:15.3125rem;left:0.875rem;height:4.79745625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BFZiRMXUiXfHMT3tR5GE95ICqEQKTE3U { color:#585858;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:15.25rem;left:15.6875rem;height:2.398725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcTCXl4kSnrmf1ucvINPOFlrv0nmBdlH { color:#585858;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:16.4375rem;left:30.75rem;height:4.79745625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WMqL1xNP4Av82FzSMwfEEDNOtsxDZBCQ { color:#585858;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:15.25rem;left:45.6875rem;height:3.59809375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row .container { background-color: transparent; background-image: none; }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row .container > .video-iframe-container { display: none; }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row > .video-iframe-container { display: none; }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .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); }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row .container { border-width: 0; border-radius: 0; }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row > .video-iframe-container {  }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:60rem;position:relative;display:block; }#IKKGStxtezuMc4Z3TDaKut6SXqGZ2ykx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:9.375rem;top:25.774088859558rem;left:50.624348640442rem;overflow:hidden;display:block; }
#WvsIrTqJqoGx0SlnRq5ZyeIPPxWEonl3 { color:#2e2e2e;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:22.125rem;left:13.125rem;height:1.19986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m4GGnDTO3VZ4nN7q02Oa7xZh6aRF9zkl { color:#2e2e2e;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:13.125rem;height:1.19986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxRxtO6GQUer9fVMzVUsNkqFRbtGpBw5 { color:#2e2e2e;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:3.125rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZHzaC9NrtO8byAaLzd7UXaaHSWXm44i { color:#2e2e2e;display:block;width:32.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:6.5625rem;left:0rem;height:2.398725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QsVMlOZPJ5DK8gDhf1r2JJLymnvhrVWp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:9.375rem;top:11.749349117279rem;left:1.125rem;overflow:hidden;display:block; }
#bFrbc3fLZrCizpLSM9nO8hDWm2I3lKoI { color:#2e2e2e;display:block;width:9.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:40.125rem;left:38.6875rem;height:1.19986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nsJoglRL1FouTn5Pu72XD209SCrMvEl5 { color:#2e2e2e;display:block;width:8.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:41.3125rem;left:39.25rem;height:1.19986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tT4nckk3QiT0HwMHFUfHSngT8bw80OhT { color:#2e2e2e;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:11.749349117279rem;left:13.124348640442rem;height:8.3955625rem;text-align:left;text-align-last:left;display:block; }
#nreatXVLLVMSDFFr6vthTPJAaxoKUE41 { color:#2e2e2e;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:25.937505722046rem;left:1.125rem;height:11.993625rem;text-align:right;text-align-last:right;display:block; }
#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row .container { background-color: transparent; background-image: none; }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row .container > .video-iframe-container { display: none; }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row > .video-iframe-container { display: none; }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .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); }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row .container { border-width: 0; border-radius: 0; }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row > .video-iframe-container {  }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#pp4cvkeFT0wWpQDTbhsGlbye166zE8Z3 { color:#585858;display:block;width:59.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.63671875rem;left:0rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#fuQaxUexA2bpJhC7SMPT1MO7kJfAU1GL { color:#585858;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row .container { background-color: transparent; background-image: none; }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row .container > .video-iframe-container { display: none; }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row > .video-iframe-container { display: none; }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .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); }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row .container { border-width: 0; border-radius: 0; }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row > .video-iframe-container {  }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#Kzun9JE1tDOBwvLIKxK6o32P8qsC0r0O { position:absolute;display:block;z-index:15000;background-color:#00538b;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:1.8125rem;width:13.75rem;top:12.5625rem;left:6.5625rem;display:block; }
#OnFS3EfI3oy4hDbrnL23GQSstgfDdTvW { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.8125rem;width:13.625rem;top:1.875rem;left:6.625rem;overflow:hidden;display:block; }
#tLzO8TXZWJDP4KdTmDQNmmvMAKvzUs3r { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.75rem;left:6.5625rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SuTnUzpWTIAHrL8MBsS5AdPpeQ40enLk { position:absolute;display:block;z-index:14997;background-color:#00538b;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:1.8125rem;width:13.875rem;top:12.625rem;left:23.8125rem;display:block; }
#l6NUbxXimwGMUJwzGXKGJWbRhHfe0Iqa { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:14rem;top:1.9375rem;left:23.8125rem;overflow:hidden;display:block; }
#RuUM3NHrq3CHbrN97Fb9LT5zmZLFR5EE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:14.625rem;top:1.875rem;left:41.187500953674rem;overflow:hidden;display:block; }
#M4IPe9lnTn8IJotx3JzIAZzXye2c04RT { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.736979007721rem;left:41.500000953674rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CaylXhXaiTKd6f1A23AH8af6svI1fPHD { position:absolute;display:block;z-index:15006;background-color:#00538b;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:1.8125rem;width:14.6875rem;top:12.57421875rem;left:41.187500953674rem;display:block; }
#XrIx76URIaBalQlTIHkyUDCahTG9dpGL { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:12.8125rem;left:23.8125rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row .container { background-color: transparent; background-image: none; }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row .container > .video-iframe-container { display: none; }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row > .video-iframe-container { display: none; }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .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); }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row .container { border-width: 0; border-radius: 0; }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row > .video-iframe-container {  }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#dkfNZkiCqMmyseXmNgezRFilyTs3uTQ3 { color:#2e2e2e;display:block;width:31.5625rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:1.3125057220459rem;left:1.125rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dgBSeTh77fOZTbCDXVyb1bT29c7QW4pm { color:#2e2e2e;display:block;width:53.8125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.6875rem;left:1.125rem;height:1.19986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row .container { background-color: transparent; background-image: none; }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row .container > .video-iframe-container { display: none; }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row > .video-iframe-container { display: none; }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .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); }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row .container { border-width: 0; border-radius: 0; }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row > .video-iframe-container {  }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#ZAnKhLgz8EdMOCtzeBnmnFmSDMMyScpD { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0078125rem;left:1.0625rem;height:4.5515rem;color:#616161;display:block; }
#n9xEwbSJU7glU1PTJGpRkZD81Enh7rZf { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0078125rem;left:21.062500953674rem;height:4.5515rem;color:#616161;display:block; }
#tuy7mG4KB2BkhqSAyVqWpS5ryC4G7R1M { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0078125rem;left:41.000000953674rem;height:4.5515rem;color:#616161;display:block; }
#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM > .row .container { background-color: transparent; background-image: none; }#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM > .row .container > .video-iframe-container { display: none; }#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM > .row > .video-iframe-container { display: none; }#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM > .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); }#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM > .row .container { border-width: 0; border-radius: 0; }#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM > .row > .video-iframe-container {  }#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#RWZ8WN0Wq0GVthd4z6eXwkETLybT9lOF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.5625rem;width:12.375rem;position:absolute;display:block;z-index:15002;top:1.65625rem;left:1.08203125rem;overflow:hidden;display:block; }
#iz7GIEGqKQSh2Qr5NvmfFh2hGq3CtIG7 { display:block;width:31.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8001308441162rem;left:28.624348640442rem;height:2.27575rem;color:#616161;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd8d7087-2c48-4ef2-8927-3451b04fb869/RussianClub_P2_19of26.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(0,0,0,0); }#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); }#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:47.75rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qWWkOQW6KZnowp4oTO4yNLQQ6rgcDe4J { width:34.375rem;height:2.4375rem;top:19.8125rem;left:4.5937502980232rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #MGiJcmoTcNgQ9BxaQFTqxef5iGANVc7T { width:5.5625rem;height:3.0625rem;top:1.375rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #q0SMuagsrK1RDD5z9ye5D2aP8FSHqP56 { width:9.8125rem;height:9.8125rem;top:0.625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #e1liWUtmtMvyXqkbniokTak5qZXggWBE { width:38.5625rem;height:1.29948125rem;top:22.9375rem;left:4.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SOlnSVl90bHnpXA5Uycm0FFvMSQ2tpX6 { width:47.75rem;height:7.3125rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg { display:block; }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-regular-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-text { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-textarea { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-select { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:1rem;overflow:hidden;height:2.75rem;color:#333333;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-button { width:12.1875rem;margin-top:0.25rem;margin-right:5rem;margin-bottom:0.25rem;margin-left:4.0625rem; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9  { width:21.25rem;height:auto;top:5.75rem;left:12.4375rem; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .radio-container { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 {display:block;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 { width:21.25rem;height:auto;top:5.75rem;left:12.4375rem; }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #Uvk2aJlNw7hkAwwd6A0ExdhqrDW2RUAZ {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #QqD8AIGyDrNTBVH8ht8ebHvXDIrpfmDx { display:none; }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #PGE2sVmt7HGPdxJLsKMSJpAa8pH062U5 {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #iThVTNgNMKLd3vWBg0DRZmQaqCyonC0r {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #WBg5Tt82uHXZTrxWEgN28Ai7vCfZq0L3 { display:none; }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #dMy7GhCeEryJtAg0FoA9RrSAufxezgT0 {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #mfhymMVo5nWCTh5OOdfbIE4KTCRK09pI {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #FtRmbVxRHXT2a3QKtf91uqhpOpS8AmpN { display:none; }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #Mm7i53eesqyyMSusopc50mnKwuZfFCov {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #CqR3FD8X2Tfl6JNlA1452oNVOkOMQM8k {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #znGhfTfTz3TgUHiG9SJSvudE8UuvtlWG { display:none; }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #dV3i1oCBAb17drKvxTUMaWivS68v6wRl {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #rGvVqK4LdPQkg9dzMk7Hy6u9q1rHW91L {  }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #rGvVqK4LdPQkg9dzMk7Hy6u9q1rHW91L .container-column{width:50%;} }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #tT3tvHT8E0vTQkW5O3KK559MRVOC2Cat { display:none; }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #I8hzvOChItnCJoLVrXmotR6SI1l55HFK {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #BByyUJ7KVFKeK2xn4vVClwnMGzXglIni {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #PWbmiszkOTnHwWFg8zddANwAkTkP4LhR {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #bg6DqPNNEzSVJKLNw374ug35DVLyx0JE {  }
 }@media only screen and (max-width: 959px) { #ICnDTdNLhDTN2xFh8zahl51wy5s1SlVA { display:block; }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #VPotuSyV4UClNFD4fArW0OOV0lSCTXXW {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #FdKx0fThPGBcrQ8bs9C8WZzruGpQJpec {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #zWSwTizkdAN49rqWhbkhC9bSxWdApmJJ {  }
 }@media only screen and (max-width: 959px) { #I4zGhwfysJUCfHJcXNgkEHbcJK1xfvCw { display:block; }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #kgvhcIUGwOuDbxxn3AbPflI6w8tzZr1E {  }
 }@media only screen and (max-width: 959px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #fIHJWqKESLKitDJZSlTdJ8mTEDUEivvy {  }
 }@media only screen and (max-width: 959px) { #JZv3UWIVc0rrwBhIVM1Sa1msWbqOBIaO { top:2.125rem;left:13.78125rem;width:20.1875rem;height:1.94986875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y { display:block; }#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LH8A4cT5TP1TzVurofgoicCt8CFNR2lk { width:47.75rem;height:1.625rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw { display:block; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container { width:47.75rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GI6zxMu68RK8y9MbeC1zSe20tTHk72co { width:42.6875rem;height:22.94340625rem;top:5.8125rem;left:2.5312500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #VaKJVScFkPbsdTtpHM5BmsoQxvBHVxng { width:42.6875rem;height:1.3496125rem;top:3.3125rem;left:2.5312500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #KaUVVENGa41ei86rlOK9hiJCC71yMI05 { display:block; }#KaUVVENGa41ei86rlOK9hiJCC71yMI05 > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VskaiaGHxdCZpxcgafiPrw3I7BPkGWKx { width:10rem;height:10rem;top:8.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NEhspUnDIWoIJhttUB4wT3PuipMIgSnw { width:10rem;height:10rem;top:8.75rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cOA1fITi4eHvD5G4FaqniUUiRzqNutWC { width:10rem;height:10rem;top:8.75rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Cl7gA4dAHxqN5dIqVXcaI6f8UddwhrOb { width:10rem;height:10rem;top:8.75rem;left:36.78125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XMluIxc8AWlWioD4N7OeeHwF4sUB70N5 { width:11.875rem;height:1.19986875rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TWTbVvyoOcsLwmXDFo7LLFTxbGcoExbM { width:11.875rem;height:1.19986875rem;top:20.25rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #fAIZsEorRllfBi4tFUeF4xiqE7WnOax5 { width:11.875rem;height:2.3997375rem;top:20.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #VA5alAIzchmg0TPX9fxnuO87z9066miB { width:11.875rem;height:1.19986875rem;top:20.25rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #MUAai6xmG6Iqy1iqKzSySytRMmIg2FAA { width:11.875rem;height:4.19791875rem;top:21.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BFZiRMXUiXfHMT3tR5GE95ICqEQKTE3U { width:11.875rem;height:2.09895625rem;top:21.75rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bcTCXl4kSnrmf1ucvINPOFlrv0nmBdlH { width:11.875rem;height:5.24739375rem;top:21.75rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WMqL1xNP4Av82FzSMwfEEDNOtsxDZBCQ { width:11.875rem;height:3.1484375rem;top:21.75rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI { display:block; }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row .container { width:47.75rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IKKGStxtezuMc4Z3TDaKut6SXqGZ2ykx { width:7.0625rem;height:9.375rem;top:1.8125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #WvsIrTqJqoGx0SlnRq5ZyeIPPxWEonl3 { width:8.75rem;height:1.5rem;top:31.4375rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #m4GGnDTO3VZ4nN7q02Oa7xZh6aRF9zkl { width:8.75rem;height:1.19986875rem;top:33.0625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TxRxtO6GQUer9fVMzVUsNkqFRbtGpBw5 { width:22rem;height:2rem;top:3rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #QZHzaC9NrtO8byAaLzd7UXaaHSWXm44i { width:19.6875rem;height:5.3984375rem;top:6.5625rem;left:1.1875000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #QsVMlOZPJ5DK8gDhf1r2JJLymnvhrVWp { width:6.875rem;height:9.375rem;top:1.8125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #bFrbc3fLZrCizpLSM9nO8hDWm2I3lKoI { width:8.75rem;height:3rem;top:31.4375rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #nsJoglRL1FouTn5Pu72XD209SCrMvEl5 { width:8.75rem;height:1.19986875rem;top:33.0625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #tT4nckk3QiT0HwMHFUfHSngT8bw80OhT { width:46.875rem;height:8.3990625rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nreatXVLLVMSDFFr6vthTPJAaxoKUE41 { width:46.875rem;height:13.1985625rem;top:25.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 { display:block; }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row .container { width:47.75rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pp4cvkeFT0wWpQDTbhsGlbye166zE8Z3 { width:43.75rem;height:1.13736875rem;top:16.624349594116rem;left:2.0000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fuQaxUexA2bpJhC7SMPT1MO7kJfAU1GL { width:47.75rem;height:2.25rem;top:14.186849594116rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GDQKzLhExbXuKFpEI28l9vxQmTihEgtF { display:block; }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Kzun9JE1tDOBwvLIKxK6o32P8qsC0r0O { width:13.75rem;height:1.8125rem;top:9.5rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #OnFS3EfI3oy4hDbrnL23GQSstgfDdTvW { width:8.125rem;height:8.25rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tLzO8TXZWJDP4KdTmDQNmmvMAKvzUs3r { width:13.75rem;height:1.4622375rem;top:9.75rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SuTnUzpWTIAHrL8MBsS5AdPpeQ40enLk { width:13.75rem;height:1.8125rem;top:9.5rem;left:17.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #l6NUbxXimwGMUJwzGXKGJWbRhHfe0Iqa { width:12.8125rem;height:12.5625rem;top:0rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RuUM3NHrq3CHbrN97Fb9LT5zmZLFR5EE { width:13.75rem;height:12.8125rem;top:0rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #M4IPe9lnTn8IJotx3JzIAZzXye2c04RT { width:13.75rem;height:1.4622375rem;top:9.6875rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CaylXhXaiTKd6f1A23AH8af6svI1fPHD { width:13.75rem;height:1.8125rem;top:9.5rem;left:32.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #XrIx76URIaBalQlTIHkyUDCahTG9dpGL { width:13.75rem;height:1.4622375rem;top:9.75rem;left:17.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #EbilR9LBgOfUWsh6NDeeXh2u16INNAbT { display:block; }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dkfNZkiCqMmyseXmNgezRFilyTs3uTQ3 { top:2.125rem;left:13.78125rem;width:20.1875rem;height:1.94986875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dgBSeTh77fOZTbCDXVyb1bT29c7QW4pm { width:42.6875rem;height:1.3496125rem;top:5.25rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt { display:block; }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZAnKhLgz8EdMOCtzeBnmnFmSDMMyScpD { width:15.875rem;height:4.549475rem;top:1.630859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #n9xEwbSJU7glU1PTJGpRkZD81Enh7rZf { width:15.875rem;height:4.549475rem;top:1.630859375rem;left:15.916667282581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tuy7mG4KB2BkhqSAyVqWpS5ryC4G7R1M { width:15.875rem;height:4.549475rem;top:1.630859375rem;left:31.833333313465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM { display:block; }#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RWZ8WN0Wq0GVthd4z6eXwkETLybT9lOF { width:10.4375rem;height:3.8125rem;top:2.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #iz7GIEGqKQSh2Qr5NvmfFh2hGq3CtIG7 { width:27.625rem;height:2.2747375rem;top:2.7994689941406rem;left:20.125rem;text-align:right;text-align-last:right;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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd8d7087-2c48-4ef2-8927-3451b04fb869/RussianClub_P2_19of26.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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); }#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); }#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 > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWWkOQW6KZnowp4oTO4yNLQQ6rgcDe4J { width:20rem;height:3.37384375rem;top:14.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #MGiJcmoTcNgQ9BxaQFTqxef5iGANVc7T { width:5.5625rem;height:3.0625rem;top:3.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0SMuagsrK1RDD5z9ye5D2aP8FSHqP56 { width:8.875rem;height:8.875rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1liWUtmtMvyXqkbniokTak5qZXggWBE { width:20rem;height:2.59838125rem;top:19.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SOlnSVl90bHnpXA5Uycm0FFvMSQ2tpX6 { width:20rem;height:9.6875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg { background-color:#eaeaea;background-image:none;display:block; }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row .container { background-color: transparent; background-image: none; }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row .container > .video-iframe-container { display: none; }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row > .video-iframe-container { display: none; }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .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); }#fBFZ9TMx2HAzhd1ADRMAaSo6MUUPkesg > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.75rem; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.5rem;height:3.625rem; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9  { width:17.5rem;height:auto;top:3.4811210632324rem;left:0rem; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 {display:block;}#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 { width:17.5rem;height:auto;top:3.4811210632324rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #Uvk2aJlNw7hkAwwd6A0ExdhqrDW2RUAZ {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #QqD8AIGyDrNTBVH8ht8ebHvXDIrpfmDx { display:none; }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #PGE2sVmt7HGPdxJLsKMSJpAa8pH062U5 {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #iThVTNgNMKLd3vWBg0DRZmQaqCyonC0r {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #WBg5Tt82uHXZTrxWEgN28Ai7vCfZq0L3 { display:none; }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #dMy7GhCeEryJtAg0FoA9RrSAufxezgT0 {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #mfhymMVo5nWCTh5OOdfbIE4KTCRK09pI {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #FtRmbVxRHXT2a3QKtf91uqhpOpS8AmpN { display:none; }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #Mm7i53eesqyyMSusopc50mnKwuZfFCov {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #CqR3FD8X2Tfl6JNlA1452oNVOkOMQM8k {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #znGhfTfTz3TgUHiG9SJSvudE8UuvtlWG { display:none; }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #dV3i1oCBAb17drKvxTUMaWivS68v6wRl {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #rGvVqK4LdPQkg9dzMk7Hy6u9q1rHW91L {  }
#PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #rGvVqK4LdPQkg9dzMk7Hy6u9q1rHW91L .container-column{width:50%;} }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #tT3tvHT8E0vTQkW5O3KK559MRVOC2Cat { display:none; }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #I8hzvOChItnCJoLVrXmotR6SI1l55HFK {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #BByyUJ7KVFKeK2xn4vVClwnMGzXglIni {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #PWbmiszkOTnHwWFg8zddANwAkTkP4LhR {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #bg6DqPNNEzSVJKLNw374ug35DVLyx0JE {  }
 }@media only screen and (max-width: 763px) { #ICnDTdNLhDTN2xFh8zahl51wy5s1SlVA { display:block; }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #VPotuSyV4UClNFD4fArW0OOV0lSCTXXW {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #FdKx0fThPGBcrQ8bs9C8WZzruGpQJpec {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #zWSwTizkdAN49rqWhbkhC9bSxWdApmJJ {  }
 }@media only screen and (max-width: 763px) { #I4zGhwfysJUCfHJcXNgkEHbcJK1xfvCw { display:block; }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #kgvhcIUGwOuDbxxn3AbPflI6w8tzZr1E {  }
 }@media only screen and (max-width: 763px) { #PbQiVLdSp5THC2K8qICXSscLnHRDqwr9 #fIHJWqKESLKitDJZSlTdJ8mTEDUEivvy {  }
 }@media only screen and (max-width: 763px) { #JZv3UWIVc0rrwBhIVM1Sa1msWbqOBIaO { width:19.99925rem;height:1.49956875rem;top:1.0611972808838rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y { display:block; }#AbFh3XZpDAemsEnTu7MXgryXTGOTzM4y > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8A4cT5TP1TzVurofgoicCt8CFNR2lk { width:19.99925rem;height:1.6247125rem;top:0.96787834167481rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw { background-color:#ffffff;background-image:none;display:block; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container { background-color: transparent; background-image: none; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container > .video-iframe-container { display: none; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row > .video-iframe-container { display: none; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .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); }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GI6zxMu68RK8y9MbeC1zSe20tTHk72co { width:19.99925rem;height:33.58214375rem;top:4.3113422393799rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VaKJVScFkPbsdTtpHM5BmsoQxvBHVxng { width:20rem;height:2.398725rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KaUVVENGa41ei86rlOK9hiJCC71yMI05 { display:block; }#KaUVVENGa41ei86rlOK9hiJCC71yMI05 > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VskaiaGHxdCZpxcgafiPrw3I7BPkGWKx { width:6.5625rem;height:6.5625rem;top:0.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEhspUnDIWoIJhttUB4wT3PuipMIgSnw { width:6.8735625rem;height:6.8113125rem;top:14.684173107147rem;left:6.5625002384187rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOA1fITi4eHvD5G4FaqniUUiRzqNutWC { width:7.1245625rem;height:7.1245625rem;top:26.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl7gA4dAHxqN5dIqVXcaI6f8UddwhrOb { width:6.87425rem;height:6.8120625rem;top:40.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMluIxc8AWlWioD4N7OeeHwF4sUB70N5 { width:20rem;height:1.1993625rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTbVvyoOcsLwmXDFo7LLFTxbGcoExbM { width:20rem;height:1.1993625rem;top:22.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAIZsEorRllfBi4tFUeF4xiqE7WnOax5 { width:20rem;height:1.1993625rem;top:34.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA5alAIzchmg0TPX9fxnuO87z9066miB { width:20rem;height:1.1993625rem;top:47.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUAai6xmG6Iqy1iqKzSySytRMmIg2FAA { width:20rem;height:3.59809375rem;top:9.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFZiRMXUiXfHMT3tR5GE95ICqEQKTE3U { width:20rem;height:1.1993625rem;top:23.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcTCXl4kSnrmf1ucvINPOFlrv0nmBdlH { width:19.99925rem;height:3.59809375rem;top:35.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMqL1xNP4Av82FzSMwfEEDNOtsxDZBCQ { width:20rem;height:2.398725rem;top:49rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI { background-color:#eaeaea;background-image:none;display:block; }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row .container { background-color: transparent; background-image: none; }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row .container > .video-iframe-container { display: none; }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row > .video-iframe-container { display: none; }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .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); }#pQ4NGIUFkonSB9WTKWgtBu6arv0paCiI > .row .container { width:20rem;height:103.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKKGStxtezuMc4Z3TDaKut6SXqGZ2ykx { width:10.125rem;height:13.875rem;top:49.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvsIrTqJqoGx0SlnRq5ZyeIPPxWEonl3 { width:11.24925rem;height:1.1993625rem;top:21.9375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4GGnDTO3VZ4nN7q02Oa7xZh6aRF9zkl { width:11.24925rem;height:1.1993625rem;top:23.125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxRxtO6GQUer9fVMzVUsNkqFRbtGpBw5 { width:20rem;height:1.49956875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QZHzaC9NrtO8byAaLzd7UXaaHSWXm44i { width:19.9985625rem;height:3.59809375rem;top:3.3738403320312rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QsVMlOZPJ5DK8gDhf1r2JJLymnvhrVWp { width:10.1244375rem;height:13.8744375rem;top:8.0721940994262rem;left:4.9370663166046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFrbc3fLZrCizpLSM9nO8hDWm2I3lKoI { width:9.37425rem;height:1.1993625rem;top:63.75rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsJoglRL1FouTn5Pu72XD209SCrMvEl5 { width:9.3735625rem;height:1.1993625rem;top:64.9375rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT4nckk3QiT0HwMHFUfHSngT8bw80OhT { width:18.686375rem;height:22.7879375rem;top:25.285012245178rem;left:0.6553819179535rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nreatXVLLVMSDFFr6vthTPJAaxoKUE41 { width:18.6870625rem;height:33.5821875rem;top:67.394380569456rem;left:1.3129340410232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 { background-color:#ffffff;background-image:none;display:block; }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row .container { background-color: transparent; background-image: none; }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row .container > .video-iframe-container { display: none; }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row > .video-iframe-container { display: none; }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .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); }#UQcybxLVWN2T43DkyrdWxKUOcG2LeyV3 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pp4cvkeFT0wWpQDTbhsGlbye166zE8Z3 { width:20rem;height:1.2991875rem;top:3.3123474121094rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuQaxUexA2bpJhC7SMPT1MO7kJfAU1GL { width:20rem;height:1.25rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GDQKzLhExbXuKFpEI28l9vxQmTihEgtF { background-color:#ffffff;background-image:none;display:block; }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row .container { background-color: transparent; background-image: none; }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row .container > .video-iframe-container { display: none; }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row > .video-iframe-container { display: none; }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .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); }#GDQKzLhExbXuKFpEI28l9vxQmTihEgtF > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kzun9JE1tDOBwvLIKxK6o32P8qsC0r0O { width:13.75rem;height:1.875rem;top:12.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnFS3EfI3oy4hDbrnL23GQSstgfDdTvW { width:13.75rem;height:13.75rem;top:2.375rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLzO8TXZWJDP4KdTmDQNmmvMAKvzUs3r { width:13.74925rem;height:1.46195rem;top:12.375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuTnUzpWTIAHrL8MBsS5AdPpeQ40enLk { width:13.75rem;height:1.875rem;top:27.625001907349rem;left:3.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6NUbxXimwGMUJwzGXKGJWbRhHfe0Iqa { width:13.75rem;height:13.75rem;top:18rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuUM3NHrq3CHbrN97Fb9LT5zmZLFR5EE { width:13.75rem;height:13.75rem;top:33.625001907349rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4IPe9lnTn8IJotx3JzIAZzXye2c04RT { width:13.75rem;height:1.46195rem;top:43.798829078674rem;left:3.0937500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaylXhXaiTKd6f1A23AH8af6svI1fPHD { width:13.625rem;height:1.875rem;top:43.625001907349rem;left:3.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrIx76URIaBalQlTIHkyUDCahTG9dpGL { width:13.75rem;height:1.46195rem;top:27.829863071442rem;left:3.123553276062rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbilR9LBgOfUWsh6NDeeXh2u16INNAbT { background-color:#eaeaea;background-image:none;display:block; }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row .container { background-color: transparent; background-image: none; }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row .container > .video-iframe-container { display: none; }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row > .video-iframe-container { display: none; }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .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); }#EbilR9LBgOfUWsh6NDeeXh2u16INNAbT > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkfNZkiCqMmyseXmNgezRFilyTs3uTQ3 { width:20rem;height:1.49956875rem;top:0.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgBSeTh77fOZTbCDXVyb1bT29c7QW4pm { width:19.99925rem;height:2.398725rem;top:2.8009185791016rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt { background-color:#ffffff;background-image:none;display:block; }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row .container { background-color: transparent; background-image: none; }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row .container > .video-iframe-container { display: none; }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row > .video-iframe-container { display: none; }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .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); }#WvBdEfk7Q7Zvu5HDZitgIMDnW7NzCoxt > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAnKhLgz8EdMOCtzeBnmnFmSDMMyScpD { width:20rem;height:4.5515rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9xEwbSJU7glU1PTJGpRkZD81Enh7rZf { width:20rem;height:4.5515rem;top:6.9140625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuy7mG4KB2BkhqSAyVqWpS5ryC4G7R1M { width:20rem;height:4.5515rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM { display:block; }#lXCv9BOJNbmv2ZQaFlEk2tgKdqRGEHuM > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWZ8WN0Wq0GVthd4z6eXwkETLybT9lOF { width:12.375rem;height:4.5625rem;top:2.296875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz7GIEGqKQSh2Qr5NvmfFh2hGq3CtIG7 { width:19.99925rem;height:2.27575rem;top:7.86169052124rem;left:0rem;text-align:center;text-align-last:center;z-index:15001;font-size:0.875rem;display:block; }
 }