.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/7l0an7Zg/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { border-width: 0; border-radius: 0; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container {  }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { font-size:0.875rem;font-family:"open sans";height:29.25rem;width:60rem;position:relative;display:block; }#GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { color:#ffffff;display:block;width:55.874rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.99);top:7.5rem;left:2.0625rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:57.1230625rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.99);top:10.6875rem;left:2.8759765625rem;height:4.875rem;font-style:normal;display:block; }
#EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.49975625rem;width:21.687rem;top:1.1865234375rem;left:19.12353515625rem;overflow:hidden;display:block; }
#rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { color:#ffffff;display:block;width:59.9353125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:14962;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.97);top:17.125rem;left:0rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.3125rem;left:0rem;height:2.192925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.505859375rem;left:0rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { background-color: transparent; background-image: none; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container > .video-iframe-container { display: none; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row > .video-iframe-container { display: none; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .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); }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { border-width: 0; border-radius: 0; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row > .video-iframe-container {  }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { font-size:0.875rem;font-family:"open sans";height:22.25rem;width:60rem;position:relative;display:block; }#f37oIaOxTDnr1b5TqZ38V5G0D9nzTwHA { z-index:15064;top:17.5625rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PCFbtDlssGiSkyXBxiMuvyWTKrwilJ63 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c7THPr87hir1oAEQtzpHdhmzwfvt0VSs { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#t9V4IGo5iXMR8TxdhMMIPKZlSA38G0AQ { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:1.125rem;left:22.125rem;overflow:hidden;display:block; }
#BTTdZpcPn64oPdLNTdCPyMTgKUHC3Tsd { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:1.125rem;left:42.125rem;overflow:hidden;display:block; }
#xwHdyfDCeaIwoHT1INXugvRFXsTPDEp6 { z-index:15066;top:17.5625rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ai8bnvMqfFZim4KlUl9UlZAUbv1DXngR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVGx41wU6voWMyMSRkqR5ab1gNOmEzk3 { z-index:15065;top:17.5625rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z3DQVqzfNc4MquiRC1hAlZ2s942nDqHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { background-color: transparent; background-image: none; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container > .video-iframe-container { display: none; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row > .video-iframe-container { display: none; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .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); }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { border-width: 0; border-radius: 0; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row > .video-iframe-container {  }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { font-size:0.875rem;font-family:"open sans";height:22.25rem;width:60rem;position:relative;display:block; }#pHuamUlbN5ITv6FQAVJTb8XnnkctqVDf { z-index:15064;top:17.5625rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tcJmBQWx9ycNqT42Bi3WhTeTXhDlXqTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w4cCkZR7ePNXpDtLuod8dBxhbDJfPG1X { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#V9Dw6TtP5Rkb6D2AMkcsQ1CSPAAdktqp { z-index:15065;top:17.5625rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tsOeuqPOmPUMVwHuu1V1JInypJW1u46g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7OQpgcEqztCZ3UbuO56lzSEvdFTmqxA { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:1.125rem;left:22.125rem;overflow:hidden;display:block; }
#x2iT7cTLLiyeUEnpF6aNFAFsW1XS85W2 { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:1.125rem;left:42.125rem;overflow:hidden;display:block; }
#hmBTGfoRH0s6x0RVv2QCgbllrEOystSr { z-index:15066;top:17.5625rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oiAk3FZJ94DIwPVhmGgOJopDchLX8lOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg > .row .container { background-color: transparent; background-image: none; }#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg > .row .container > .video-iframe-container { display: none; }#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg > .row > .video-iframe-container { display: none; }#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg > .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); }#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg > .row .container { border-width: 0; border-radius: 0; }#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg > .row > .video-iframe-container {  }#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg > .row .container { font-size:0.875rem;font-family:"open sans";height:22.75rem;width:60rem;position:relative;display:block; }#N5FTQOZkXMMl7ENwQwRGxmGRVTSwwnPg { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#CagaUNVudOxzFWTGTx5SBmT70AbzugDO { z-index:15065;top:17.561847686767rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OmgPcpmokHZaCJvT1SF0GE2FTw0xpDwU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOR1W9KTLv0aIPSaWeT2XbUOMXzTMzsn { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:1.125rem;left:22.125rem;overflow:hidden;display:block; }
#F7Vch0kxKByTx6lAUzTyvZ2qLTIpCUAP { z-index:15066;top:17.5625rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eK4VFV30hD716PghreVmU3MC7uhAJXXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAy1JUQClkKhcN8JuvTRLvV0pusELeFy { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:1.125rem;left:42.124219894409rem;overflow:hidden;display:block; }
#Xb3nbTwctRTklH9E91LJQo13iQgiNO9V { z-index:15066;top:17.562499523163rem;left:42.967969894409rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D7HitadVfCclOmxiPqT8PHIk3oeHs1Hs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo > .row .container { background-color: transparent; background-image: none; }#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo > .row .container > .video-iframe-container { display: none; }#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo > .row > .video-iframe-container { display: none; }#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo > .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); }#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo > .row .container { border-width: 0; border-radius: 0; }#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo > .row > .video-iframe-container {  }#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo > .row .container { font-size:0.875rem;font-family:"open sans";height:22.75rem;width:60rem;position:relative;display:block; }#axVLNfpVN9VImaqTu0doI9UDF7mQkuLq { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#rRk6bT2Ol02bxLbwgo6PmT6tsKG3ZEzW { z-index:15066;top:17.5625rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rEemJbddEfuTstBZDKIHoNkCwOHZnby0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yxpTTg6STDXrFfnVXbT2yB6U4qraMfmZ { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:1.1241321563721rem;left:22.1875rem;overflow:hidden;display:block; }
#rBGfgCKHlfQ50ykOs0Jmz2e4vpqFUq1X { z-index:15066;top:17.561849117279rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VuATxTmTe976saiGsDcc3q7aSIZuUh8D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { background-color: transparent; background-image: none; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container > .video-iframe-container { display: none; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row > .video-iframe-container { display: none; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .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); }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { border-width: 0; border-radius: 0; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row > .video-iframe-container {  }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#rzhDDpe33TGTWELpeZAS7WknVEureKuP { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:0.71875rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0Terkkz1XhFZ80S96uXo2Iwi5Rf4S7I { z-index:15069;top:20.375rem;left:2.25rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DVJ8kcactdlznh9pAwOl08ZwXNoaMFaz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i3Daie3rZrqUga0RDWAFgv6l7gVS9N5U { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:20.71875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWaN9r9kIvfSTydKgzc3tAielEq57iWJ { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:15.4375rem;top:4.1875rem;left:22.25rem;overflow:hidden;display:block; }
#iGDzcaBWN1QknbZLRtvIT6wsHklXybSs { z-index:15083;top:20.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wQJcsiDRNbenu3BePnId2sHqdh1vQXQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fa2bMFwo3qLR0e1FZwdq4NEo4ZPQRNL1 { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:0.6865234375rem;left:40.71875rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdgSVaQPnJx883OOZ0boTFU8TRTJRoqM { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:14.8125rem;top:4.1875rem;left:42.28125rem;overflow:hidden;display:block; }
#GkCFwSAII6KbTTMd8Cbxt9VgdtsGmPd9 { z-index:15078;top:20.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mFmuq5x0ErtZNGlVmp3ISCHTR6TTdgqa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#puNmfLZ1CfR2mSwJzR0dqQFLkLyFptz8 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:15.4375rem;top:4.138671875rem;left:1.53125rem;overflow:hidden;display:block; }
#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container { background-color: transparent; background-image: none; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container > .video-iframe-container { display: none; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row > .video-iframe-container { display: none; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .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); }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container { border-width: 0; border-radius: 0; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row > .video-iframe-container {  }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#qD6CTtEsZKwR7gSBMZvzCtvnWXUfiPPl { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:0.71875rem;height:2.7604125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uPwSeRn2k6Z8QewFWCG6S3HkTuohkF9e { z-index:15069;top:20.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GBzOiuHyyOcblKIV3w2uO4nxbZBE5uZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#se9CNdzKHhEN1JEDh6dbukVFWT2offPZ { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:15.4375rem;top:4.1875rem;left:2.25rem;overflow:hidden;display:block; }
#FAAGt3IOPLoAbJZiAzIDlHaHZRZCERLs { z-index:15072;top:20.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vuxnXSIhAl3z9yirmotZ200h9X7q1LtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mvxGhgsqvoGDtPxKxVp0hpBnWDnM1Iwt { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.138671875rem;left:42.1875rem;overflow:hidden;display:block; }
#L8MZPcex71N2TUgMxr5VZar1TF3aRT1G { z-index:15071;top:20.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Xfp36DFCFiNNoL2rXBmTFoOTC2TPhIQA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w6PH5aVbRNa6BU8T8yWKT2IPDapwgvSi { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:15.4375rem;top:4.138671875rem;left:22.28125rem;overflow:hidden;display:block; }
#KlGZnAJoMHLwJnATtPloOaSeBABt4cQZ { color:#2a2e41;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:1.294921875rem;left:43.0625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ta03TTPv7lq9k5L5Kzadx9U66KDn08Rd { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:20.71875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container { background-color: transparent; background-image: none; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container > .video-iframe-container { display: none; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row > .video-iframe-container { display: none; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .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); }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container { border-width: 0; border-radius: 0; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row > .video-iframe-container {  }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#r4crQQTXaphTQOCuIt9wrHebN6ctgH2h { z-index:15077;top:20.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#unFeFPO5gnUkfTsiZap9eOxrGbdXTDqa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#znuELum0MBOeJKWPm4M3t9KMwxR3BSH5 { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.6875rem;top:3.75rem;left:2.65625rem;overflow:hidden;display:block; }
#Ca0nv88iUHCruzbNHGJ4SpRnI7R7hgcN { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:0.71875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmpoBAxL23ZaHufvfkdCkQTwH1rBRGNr { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.8125rem;width:13.8125rem;top:4.1875rem;left:23.000001907349rem;overflow:hidden;display:block; }
#Ih0ST8P6PAStIioaFbbovHgtQVF9KizQ { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:42.25rem;overflow:hidden;display:block; }
#PTNWUKN62DGkPNAL9HSOgDzpxxyDvtip { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:20.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ch2ACcGwSpH1E0W2OCs5NMB8vLZdPZDV { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:41.4375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zny77mlMUuoIqeS4pAqt9M8s0S2l4RG4 { z-index:15078;top:20.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MoBfGZwBNt2povRA2MaZqDyioxIpqWA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D2otWmT0iZqVPeTcTtvlxuEFvMoTQKpB { z-index:15079;top:20.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FvXlbbJgwtVhOUK72O4g0HTfVzf87SBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IWsQAstmHPbztAsVkOcgbkPngJPN12KS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IWsQAstmHPbztAsVkOcgbkPngJPN12KS > .row .container { background-color: transparent; background-image: none; }#IWsQAstmHPbztAsVkOcgbkPngJPN12KS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWsQAstmHPbztAsVkOcgbkPngJPN12KS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWsQAstmHPbztAsVkOcgbkPngJPN12KS > .row .container > .video-iframe-container { display: none; }#IWsQAstmHPbztAsVkOcgbkPngJPN12KS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWsQAstmHPbztAsVkOcgbkPngJPN12KS > .row > .video-iframe-container { display: none; }#IWsQAstmHPbztAsVkOcgbkPngJPN12KS > .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); }#IWsQAstmHPbztAsVkOcgbkPngJPN12KS > .row .container { border-width: 0; border-radius: 0; }#IWsQAstmHPbztAsVkOcgbkPngJPN12KS > .row > .video-iframe-container {  }#IWsQAstmHPbztAsVkOcgbkPngJPN12KS > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#qntcxnkUaoNa6EIQw07aLdk32kaWfmVt { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.08203125rem;left:0.71875rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRAbNV59WXMFxW1peRRyJ3X58l9iQFZ6 { z-index:15077;top:20.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UulpbDi2LcxTiIWllOrTHrVhqUW4n6PF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s70mMNhH4VR93ZT6cqKXsJNavda4qUKF { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.6875rem;top:3.84375rem;left:2.65625rem;overflow:hidden;display:block; }
#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container { background-color: transparent; background-image: none; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container > .video-iframe-container { display: none; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row > .video-iframe-container { display: none; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .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); }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container { border-width: 0; border-radius: 0; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row > .video-iframe-container {  }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#dIBRqiT4LBz4ykBEUiHhE5SarZycDDGu { z-index:15077;top:20.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u7iAgh0vnlqZRuGh3wykNxMoA5a5Esrw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6ki3d84MkK7yi7BarZiIdEN0MJuJvxT { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.6875rem;top:3.78125rem;left:2.65625rem;overflow:hidden;display:block; }
#C4QOxBxRnGrHCGgZDPL0o6HwXMg6pAfT { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:0.71875rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LL3rowTtKFTTAACk0wwdlblx4GuautBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container { background-color: transparent; background-image: none; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container > .video-iframe-container { display: none; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row > .video-iframe-container { display: none; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .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); }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container { border-width: 0; border-radius: 0; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row > .video-iframe-container {  }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;display:block; }#PWaEASLnbENl3IcKBg4O38B9484mb2eq { z-index:15080;top:22.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WVLHwAdXGuLQ3XFiofOst9e6gDtGdTNw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MntyB6DkArRc0a2nNnIuT8pVVxvM8N72 { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.21875rem;left:2.1875rem;overflow:hidden;display:block; }
#fHB6IfIB3nsdudgXOEC5nbEJdJom2i54 { color:#2a2e41;display:block;width:11.4306875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:0.96875rem;left:4.2841796875rem;height:4.38801875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zi6y9MyE9GAU4vzhAfTtKRknquqN6nda { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:18.125rem;top:6.15625rem;left:20.9375rem;overflow:hidden;display:block; }
#osqKK6xlWVmvhtbeO1dB2Sp81ss6Om86 { z-index:15097;top:22.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NG6eCcCqJEFVXwahla8KCHUZO5AD6b3L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cASNNBJcTGT2ok9MvcHV8nVgS075s9OD { color:#2a2e41;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:1.7802734375rem;left:22.71875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PayPavV487GL6M6CKywlhMfsguzbbRaS { color:#2a2e41;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:1.7802734375rem;left:42.71875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oN1onxVqMhgT14hcAv0N4WmVfgr427Ku { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:17.375rem;top:9.4375rem;left:41.3125rem;overflow:hidden;display:block; }
#OAzhv5C3TAeSRlsTUfhFPxL2ouZTFipW { z-index:15098;top:22.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Mm6XuLLp22CsiutEzGh1cF235hhTslTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { background-color: transparent; background-image: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .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); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { border-width: 0; border-radius: 0; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container {  }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:"open sans";height:13.6875rem;width:60rem;position:relative;display:block; }#KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { box-sizing:content-box;color:#d1428e;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.24926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:4.810791015625rem;left:48.936767578125rem;display:block; }
#CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { box-sizing:content-box;color:#d1428e;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:4.8125rem;left:53.625rem;display:block; }
#BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:15.0625rem;top:9.69384765625rem;left:-33.667970657349rem;overflow:hidden;display:block; }
#dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:27.8125rem;top:4.654541015625rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { top:7.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { top:10.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { top:1.125rem;left:12.99853515625rem;width:21.625rem;height:3.4897509524715rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:47.75rem;height:4.5rem;top:17.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:47.75rem;height:2.1875rem;top:24.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { width:47.75rem;height:2.1875rem;top:26.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 { display:block; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f37oIaOxTDnr1b5TqZ38V5G0D9nzTwHA { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCFbtDlssGiSkyXBxiMuvyWTKrwilJ63 { display:block; }
 }@media only screen and (max-width: 763px) { #c7THPr87hir1oAEQtzpHdhmzwfvt0VSs { top:1.125rem;left:0.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9V4IGo5iXMR8TxdhMMIPKZlSA38G0AQ { top:1.125rem;left:15.9375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTdZpcPn64oPdLNTdCPyMTgKUHC3Tsd { top:1.125rem;left:31.8125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwHdyfDCeaIwoHT1INXugvRFXsTPDEp6 { top:17.5625rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai8bnvMqfFZim4KlUl9UlZAUbv1DXngR { display:block; }
 }@media only screen and (max-width: 763px) { #WVGx41wU6voWMyMSRkqR5ab1gNOmEzk3 { top:17.5625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3DQVqzfNc4MquiRC1hAlZ2s942nDqHI { display:block; }
 }@media only screen and (max-width: 763px) { #eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 { display:block; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHuamUlbN5ITv6FQAVJTb8XnnkctqVDf { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJmBQWx9ycNqT42Bi3WhTeTXhDlXqTm { display:block; }
 }@media only screen and (max-width: 763px) { #w4cCkZR7ePNXpDtLuod8dBxhbDJfPG1X { top:1.125rem;left:0.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Dw6TtP5Rkb6D2AMkcsQ1CSPAAdktqp { top:17.5625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsOeuqPOmPUMVwHuu1V1JInypJW1u46g { display:block; }
 }@media only screen and (max-width: 763px) { #V7OQpgcEqztCZ3UbuO56lzSEvdFTmqxA { top:1.125rem;left:15.9375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2iT7cTLLiyeUEnpF6aNFAFsW1XS85W2 { top:1.125rem;left:31.8125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmBTGfoRH0s6x0RVv2QCgbllrEOystSr { top:17.5625rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiAk3FZJ94DIwPVhmGgOJopDchLX8lOp { display:block; }
 }@media only screen and (max-width: 763px) { #WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg { display:block; }#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5FTQOZkXMMl7ENwQwRGxmGRVTSwwnPg { top:1.125rem;left:0.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CagaUNVudOxzFWTGTx5SBmT70AbzugDO { top:17.5rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmgPcpmokHZaCJvT1SF0GE2FTw0xpDwU { display:block; }
 }@media only screen and (max-width: 763px) { #ZOR1W9KTLv0aIPSaWeT2XbUOMXzTMzsn { top:1.125rem;left:15.9375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Vch0kxKByTx6lAUzTyvZ2qLTIpCUAP { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK4VFV30hD716PghreVmU3MC7uhAJXXy { display:block; }
 }@media only screen and (max-width: 763px) { #KAy1JUQClkKhcN8JuvTRLvV0pusELeFy { top:1.125rem;left:31.811719894409rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb3nbTwctRTklH9E91LJQo13iQgiNO9V { top:17.5rem;left:32.655469894409rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7HitadVfCclOmxiPqT8PHIk3oeHs1Hs { display:block; }
 }@media only screen and (max-width: 763px) { #XFWnSrchWt7IqTKU58W3x6d34u4hwxmo { display:block; }#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axVLNfpVN9VImaqTu0doI9UDF7mQkuLq { top:1.125rem;left:0.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRk6bT2Ol02bxLbwgo6PmT6tsKG3ZEzW { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEemJbddEfuTstBZDKIHoNkCwOHZnby0 { display:block; }
 }@media only screen and (max-width: 763px) { #yxpTTg6STDXrFfnVXbT2yB6U4qraMfmZ { top:1.0625rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBGfgCKHlfQ50ykOs0Jmz2e4vpqFUq1X { top:17.5rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuATxTmTe976saiGsDcc3q7aSIZuUh8D { display:block; }
 }@media only screen and (max-width: 763px) { #H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF { display:block; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzhDDpe33TGTWELpeZAS7WknVEureKuP { width:18.5625rem;height:2.75rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Terkkz1XhFZ80S96uXo2Iwi5Rf4S7I { top:20.375rem;left:0.1875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVJ8kcactdlznh9pAwOl08ZwXNoaMFaz { display:block; }
 }@media only screen and (max-width: 763px) { #i3Daie3rZrqUga0RDWAFgv6l7gVS9N5U { width:18.5625rem;height:1.375rem;top:1.375rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWaN9r9kIvfSTydKgzc3tAielEq57iWJ { top:4.1875rem;left:16.0625rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGDzcaBWN1QknbZLRtvIT6wsHklXybSs { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQJcsiDRNbenu3BePnId2sHqdh1vQXQG { display:block; }
 }@media only screen and (max-width: 763px) { #Fa2bMFwo3qLR0e1FZwdq4NEo4ZPQRNL1 { width:18.5625rem;height:2.75rem;top:0.625rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdgSVaQPnJx883OOZ0boTFU8TRTJRoqM { top:4.1875rem;left:31.96875rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkCFwSAII6KbTTMd8Cbxt9VgdtsGmPd9 { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFmuq5x0ErtZNGlVmp3ISCHTR6TTdgqa { display:block; }
 }@media only screen and (max-width: 763px) { #puNmfLZ1CfR2mSwJzR0dqQFLkLyFptz8 { top:4.125rem;left:0rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS { display:block; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qD6CTtEsZKwR7gSBMZvzCtvnWXUfiPPl { width:18.5625rem;height:2.75rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPwSeRn2k6Z8QewFWCG6S3HkTuohkF9e { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBzOiuHyyOcblKIV3w2uO4nxbZBE5uZk { display:block; }
 }@media only screen and (max-width: 763px) { #se9CNdzKHhEN1JEDh6dbukVFWT2offPZ { top:4.1875rem;left:0.1875rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAAGt3IOPLoAbJZiAzIDlHaHZRZCERLs { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuxnXSIhAl3z9yirmotZ200h9X7q1LtT { display:block; }
 }@media only screen and (max-width: 763px) { #mvxGhgsqvoGDtPxKxVp0hpBnWDnM1Iwt { top:4.125rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MZPcex71N2TUgMxr5VZar1TF3aRT1G { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfp36DFCFiNNoL2rXBmTFoOTC2TPhIQA { display:block; }
 }@media only screen and (max-width: 763px) { #w6PH5aVbRNa6BU8T8yWKT2IPDapwgvSi { top:4.125rem;left:16.09375rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlGZnAJoMHLwJnATtPloOaSeBABt4cQZ { width:14.75rem;height:1.4375rem;top:1.25rem;left:32.750001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta03TTPv7lq9k5L5Kzadx9U66KDn08Rd { width:18.5625rem;height:1.375rem;top:1.375rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi { display:block; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4crQQTXaphTQOCuIt9wrHebN6ctgH2h { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unFeFPO5gnUkfTsiZap9eOxrGbdXTDqa { display:block; }
 }@media only screen and (max-width: 763px) { #znuELum0MBOeJKWPm4M3t9KMwxR3BSH5 { top:3.75rem;left:0.59375rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca0nv88iUHCruzbNHGJ4SpRnI7R7hgcN { width:18.5rem;height:1.375rem;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmpoBAxL23ZaHufvfkdCkQTwH1rBRGNr { top:4.1875rem;left:16.812501907349rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih0ST8P6PAStIioaFbbovHgtQVF9KizQ { top:4.1875rem;left:31.9375rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTNWUKN62DGkPNAL9HSOgDzpxxyDvtip { width:18.5rem;height:1.375rem;top:1.1875rem;left:13.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch2ACcGwSpH1E0W2OCs5NMB8vLZdPZDV { width:18.5625rem;height:1.375rem;top:1.1875rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zny77mlMUuoIqeS4pAqt9M8s0S2l4RG4 { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoBfGZwBNt2povRA2MaZqDyioxIpqWA0 { display:block; }
 }@media only screen and (max-width: 763px) { #D2otWmT0iZqVPeTcTtvlxuEFvMoTQKpB { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvXlbbJgwtVhOUK72O4g0HTfVzf87SBT { display:block; }
 }@media only screen and (max-width: 763px) { #IWsQAstmHPbztAsVkOcgbkPngJPN12KS { display:block; }#IWsQAstmHPbztAsVkOcgbkPngJPN12KS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qntcxnkUaoNa6EIQw07aLdk32kaWfmVt { width:18.5625rem;height:1.375rem;top:1.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRAbNV59WXMFxW1peRRyJ3X58l9iQFZ6 { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UulpbDi2LcxTiIWllOrTHrVhqUW4n6PF { display:block; }
 }@media only screen and (max-width: 763px) { #s70mMNhH4VR93ZT6cqKXsJNavda4qUKF { top:3.8125rem;left:0.59375rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ { display:block; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIBRqiT4LBz4ykBEUiHhE5SarZycDDGu { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7iAgh0vnlqZRuGh3wykNxMoA5a5Esrw { display:block; }
 }@media only screen and (max-width: 763px) { #N6ki3d84MkK7yi7BarZiIdEN0MJuJvxT { top:3.75rem;left:0.59375rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4QOxBxRnGrHCGgZDPL0o6HwXMg6pAfT { width:18.5rem;height:2.75rem;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL3rowTtKFTTAACk0wwdlblx4GuautBz { display:block; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWaEASLnbENl3IcKBg4O38B9484mb2eq { top:22.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVLHwAdXGuLQ3XFiofOst9e6gDtGdTNw { display:block; }
 }@media only screen and (max-width: 763px) { #MntyB6DkArRc0a2nNnIuT8pVVxvM8N72 { top:5.1875rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHB6IfIB3nsdudgXOEC5nbEJdJom2i54 { width:11.375rem;height:4.3125rem;top:0.9375rem;left:2.2216796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi6y9MyE9GAU4vzhAfTtKRknquqN6nda { top:6.125rem;left:13.625rem;width:18.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #osqKK6xlWVmvhtbeO1dB2Sp81ss6Om86 { top:22.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG6eCcCqJEFVXwahla8KCHUZO5AD6b3L { display:block; }
 }@media only screen and (max-width: 763px) { #cASNNBJcTGT2ok9MvcHV8nVgS075s9OD { width:14.5625rem;height:1.375rem;top:1.75rem;left:16.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PayPavV487GL6M6CKywlhMfsguzbbRaS { width:14.5625rem;height:1.375rem;top:1.75rem;left:32.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN1onxVqMhgT14hcAv0N4WmVfgr427Ku { top:9.4375rem;left:30.25rem;width:17.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAzhv5C3TAeSRlsTUfhFPxL2ouZTFipW { top:22.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm6XuLLp22CsiutEzGh1cF235hhTslTn { display:block; }
 }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:4.1875rem;height:4.0034461811812rem;top:4.75rem;left:42.811767578125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:3.875rem;height:3.875rem;top:4.8125rem;left:43.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { top:10.3125rem;left:0rem;width:15.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { top:4.625rem;left:0rem;width:27.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { width:20rem;height:3.2487rem;top:1.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:16.5rem;height:4.4987rem;top:5.4375rem;left:1.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { width:20rem;height:3.2275153317656rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:20rem;height:4.548825rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:20rem;height:2.43706875rem;top:15rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { width:20rem;height:2.4375rem;top:18.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 { display:block; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f37oIaOxTDnr1b5TqZ38V5G0D9nzTwHA { top:18.2490234375rem;left:2.96875rem;width:14.0605625rem;height:3.43555rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCFbtDlssGiSkyXBxiMuvyWTKrwilJ63 { display:block; }
 }@media only screen and (max-width: 763px) { #c7THPr87hir1oAEQtzpHdhmzwfvt0VSs { width:15.6875rem;height:15.6875rem;top:1.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9V4IGo5iXMR8TxdhMMIPKZlSA38G0AQ { width:15.6875rem;height:15.6875rem;top:25.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTdZpcPn64oPdLNTdCPyMTgKUHC3Tsd { width:15.6875rem;height:15.6875rem;top:47.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwHdyfDCeaIwoHT1INXugvRFXsTPDEp6 { top:42.0625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai8bnvMqfFZim4KlUl9UlZAUbv1DXngR { display:block; }
 }@media only screen and (max-width: 763px) { #WVGx41wU6voWMyMSRkqR5ab1gNOmEzk3 { top:65.375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3DQVqzfNc4MquiRC1hAlZ2s942nDqHI { display:block; }
 }@media only screen and (max-width: 763px) { #eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 { display:block; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHuamUlbN5ITv6FQAVJTb8XnnkctqVDf { top:18.2490234375rem;left:2.96875rem;width:14.0605625rem;height:3.43555rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJmBQWx9ycNqT42Bi3WhTeTXhDlXqTm { display:block; }
 }@media only screen and (max-width: 763px) { #w4cCkZR7ePNXpDtLuod8dBxhbDJfPG1X { width:15.6875rem;height:15.6875rem;top:1.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Dw6TtP5Rkb6D2AMkcsQ1CSPAAdktqp { top:42.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsOeuqPOmPUMVwHuu1V1JInypJW1u46g { display:block; }
 }@media only screen and (max-width: 763px) { #V7OQpgcEqztCZ3UbuO56lzSEvdFTmqxA { width:15.6875rem;height:15.6875rem;top:25.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2iT7cTLLiyeUEnpF6aNFAFsW1XS85W2 { width:15.6875rem;height:15.6875rem;top:47.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmBTGfoRH0s6x0RVv2QCgbllrEOystSr { top:64.4375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiAk3FZJ94DIwPVhmGgOJopDchLX8lOp { display:block; }
 }@media only screen and (max-width: 763px) { #WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg { display:block; }#WIBtNkDZbslDQ9qiAKEs3PG0X5ddgTWg > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5FTQOZkXMMl7ENwQwRGxmGRVTSwwnPg { width:15.6875rem;height:15.6875rem;top:1.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CagaUNVudOxzFWTGTx5SBmT70AbzugDO { top:18.25rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmgPcpmokHZaCJvT1SF0GE2FTw0xpDwU { display:block; }
 }@media only screen and (max-width: 763px) { #ZOR1W9KTLv0aIPSaWeT2XbUOMXzTMzsn { width:15.6875rem;height:15.6875rem;top:25.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Vch0kxKByTx6lAUzTyvZ2qLTIpCUAP { top:43.748904705048rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK4VFV30hD716PghreVmU3MC7uhAJXXy { display:block; }
 }@media only screen and (max-width: 763px) { #KAy1JUQClkKhcN8JuvTRLvV0pusELeFy { width:15.625rem;height:15.625rem;top:52.124567985534rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb3nbTwctRTklH9E91LJQo13iQgiNO9V { top:69.062067985537rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7HitadVfCclOmxiPqT8PHIk3oeHs1Hs { display:block; }
 }@media only screen and (max-width: 763px) { #XFWnSrchWt7IqTKU58W3x6d34u4hwxmo { display:block; }#XFWnSrchWt7IqTKU58W3x6d34u4hwxmo > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axVLNfpVN9VImaqTu0doI9UDF7mQkuLq { width:15.75rem;height:15.75rem;top:1.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRk6bT2Ol02bxLbwgo6PmT6tsKG3ZEzW { top:18.374557495118rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEemJbddEfuTstBZDKIHoNkCwOHZnby0 { display:block; }
 }@media only screen and (max-width: 763px) { #yxpTTg6STDXrFfnVXbT2yB6U4qraMfmZ { width:15.625rem;height:15.625rem;top:25.748710632324rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBGfgCKHlfQ50ykOs0Jmz2e4vpqFUq1X { top:42.999113559723rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuATxTmTe976saiGsDcc3q7aSIZuUh8D { display:block; }
 }@media only screen and (max-width: 763px) { #H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF { display:block; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzhDDpe33TGTWELpeZAS7WknVEureKuP { width:18.5623125rem;height:2.599825rem;top:1.7491185665131rem;left:0.71831601858137rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Terkkz1XhFZ80S96uXo2Iwi5Rf4S7I { top:20.934241294861rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVJ8kcactdlznh9pAwOl08ZwXNoaMFaz { display:block; }
 }@media only screen and (max-width: 763px) { #i3Daie3rZrqUga0RDWAFgv6l7gVS9N5U { width:18.5625rem;height:1.2999125rem;top:26.9375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWaN9r9kIvfSTydKgzc3tAielEq57iWJ { width:15.4375rem;height:15.4375rem;top:29.5rem;left:2.3125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #iGDzcaBWN1QknbZLRtvIT6wsHklXybSs { top:46.25rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQJcsiDRNbenu3BePnId2sHqdh1vQXQG { display:block; }
 }@media only screen and (max-width: 763px) { #Fa2bMFwo3qLR0e1FZwdq4NEo4ZPQRNL1 { width:18.5625rem;height:1.2999125rem;top:50.9375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdgSVaQPnJx883OOZ0boTFU8TRTJRoqM { width:14.8125rem;height:14.8125rem;top:53.5rem;left:2.3125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #GkCFwSAII6KbTTMd8Cbxt9VgdtsGmPd9 { top:69.625rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFmuq5x0ErtZNGlVmp3ISCHTR6TTdgqa { display:block; }
 }@media only screen and (max-width: 763px) { #puNmfLZ1CfR2mSwJzR0dqQFLkLyFptz8 { width:15.4375rem;height:15.4375rem;top:5.4361982345581rem;left:2.2493489384651rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS { display:block; }#EqcKKNufGo1SyUlAFgOxV0TwBrZkCgpS > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qD6CTtEsZKwR7gSBMZvzCtvnWXUfiPPl { width:18.5625rem;height:2.599825rem;top:1.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPwSeRn2k6Z8QewFWCG6S3HkTuohkF9e { top:20.5rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBzOiuHyyOcblKIV3w2uO4nxbZBE5uZk { display:block; }
 }@media only screen and (max-width: 763px) { #se9CNdzKHhEN1JEDh6dbukVFWT2offPZ { width:15.5rem;height:15.5rem;top:4.25rem;left:2.25rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #FAAGt3IOPLoAbJZiAzIDlHaHZRZCERLs { top:70rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuxnXSIhAl3z9yirmotZ200h9X7q1LtT { display:block; }
 }@media only screen and (max-width: 763px) { #mvxGhgsqvoGDtPxKxVp0hpBnWDnM1Iwt { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MZPcex71N2TUgMxr5VZar1TF3aRT1G { top:43.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfp36DFCFiNNoL2rXBmTFoOTC2TPhIQA { display:block; }
 }@media only screen and (max-width: 763px) { #w6PH5aVbRNa6BU8T8yWKT2IPDapwgvSi { width:15.375rem;height:15.375rem;top:28rem;left:2.3125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #KlGZnAJoMHLwJnATtPloOaSeBABt4cQZ { width:14.75rem;height:1.2999125rem;top:50.8125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta03TTPv7lq9k5L5Kzadx9U66KDn08Rd { width:18.5625rem;height:1.2999125rem;top:26.76171875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi { display:block; }#rrpQE0ONx72ZER3l7bTcHSQN9FJrLoEi > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4crQQTXaphTQOCuIt9wrHebN6ctgH2h { top:20.875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unFeFPO5gnUkfTsiZap9eOxrGbdXTDqa { display:block; }
 }@media only screen and (max-width: 763px) { #znuELum0MBOeJKWPm4M3t9KMwxR3BSH5 { width:13.25rem;height:13.25rem;top:4.7236328125rem;left:3.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Ca0nv88iUHCruzbNHGJ4SpRnI7R7hgcN { width:18.5615234375rem;height:1.2999125rem;top:1.748046875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmpoBAxL23ZaHufvfkdCkQTwH1rBRGNr { width:13.875rem;height:13.875rem;top:29.3125rem;left:3.125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Ih0ST8P6PAStIioaFbbovHgtQVF9KizQ { width:15.5rem;height:15.5rem;top:51.6875rem;left:2.3125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #PTNWUKN62DGkPNAL9HSOgDzpxxyDvtip { width:18.5625rem;height:1.2999125rem;top:26.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch2ACcGwSpH1E0W2OCs5NMB8vLZdPZDV { width:18.5625rem;height:1.2999125rem;top:49.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zny77mlMUuoIqeS4pAqt9M8s0S2l4RG4 { top:44.4375rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoBfGZwBNt2povRA2MaZqDyioxIpqWA0 { display:block; }
 }@media only screen and (max-width: 763px) { #D2otWmT0iZqVPeTcTtvlxuEFvMoTQKpB { top:68.375rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvXlbbJgwtVhOUK72O4g0HTfVzf87SBT { display:block; }
 }@media only screen and (max-width: 763px) { #IWsQAstmHPbztAsVkOcgbkPngJPN12KS { display:block; }#IWsQAstmHPbztAsVkOcgbkPngJPN12KS > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qntcxnkUaoNa6EIQw07aLdk32kaWfmVt { width:18.5625rem;height:1.2999125rem;top:1.4375rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRAbNV59WXMFxW1peRRyJ3X58l9iQFZ6 { top:18.40625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UulpbDi2LcxTiIWllOrTHrVhqUW4n6PF { display:block; }
 }@media only screen and (max-width: 763px) { #s70mMNhH4VR93ZT6cqKXsJNavda4qUKF { width:14.6875rem;height:14.6875rem;top:2.7373046875rem;left:2.65625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ { display:block; }#ohXVGXGg1TwG5ex9Srp73yhAhZTrHgPQ > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIBRqiT4LBz4ykBEUiHhE5SarZycDDGu { top:15.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7iAgh0vnlqZRuGh3wykNxMoA5a5Esrw { display:block; }
 }@media only screen and (max-width: 763px) { #N6ki3d84MkK7yi7BarZiIdEN0MJuJvxT { width:10.1248125rem;height:10.1248125rem;top:4rem;left:4.9375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #C4QOxBxRnGrHCGgZDPL0o6HwXMg6pAfT { width:18.5623125rem;height:2.599825rem;top:1.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL3rowTtKFTTAACk0wwdlblx4GuautBz { display:block; }#LL3rowTtKFTTAACk0wwdlblx4GuautBz > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWaEASLnbENl3IcKBg4O38B9484mb2eq { top:44.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVLHwAdXGuLQ3XFiofOst9e6gDtGdTNw { display:block; }
 }@media only screen and (max-width: 763px) { #MntyB6DkArRc0a2nNnIuT8pVVxvM8N72 { width:15.625rem;height:15.625rem;top:27.625rem;left:2.1875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fHB6IfIB3nsdudgXOEC5nbEJdJom2i54 { width:11.375rem;height:3.8997375rem;top:23rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi6y9MyE9GAU4vzhAfTtKRknquqN6nda { width:15.625rem;height:10.375rem;top:5.8359375rem;left:2.1875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #osqKK6xlWVmvhtbeO1dB2Sp81ss6Om86 { top:17.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG6eCcCqJEFVXwahla8KCHUZO5AD6b3L { display:block; }
 }@media only screen and (max-width: 763px) { #cASNNBJcTGT2ok9MvcHV8nVgS075s9OD { width:11.5625rem;height:1.2999125rem;top:1.9375rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PayPavV487GL6M6CKywlhMfsguzbbRaS { width:14.5625rem;height:1.2999125rem;top:49.625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN1onxVqMhgT14hcAv0N4WmVfgr427Ku { width:17.375rem;height:5.4375rem;top:52.17480625rem;left:1.3125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #OAzhv5C3TAeSRlsTUfhFPxL2ouZTFipW { top:61.4873046875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm6XuLLp22CsiutEzGh1cF235hhTslTn { display:block; }
 }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:4.1875rem;height:4.0034461811812rem;top:8.060546875rem;left:11.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:3.875rem;height:3.875rem;top:8.125rem;left:5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { width:15.061rem;height:2.4997925276768rem;top:1.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { width:20rem;height:3.14550625rem;top:5.435546875rem;left:0rem;display:block; }
 }