.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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.95rem;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.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.55rem;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.19375rem;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { font-size:0.875rem;font-family:"open sans";height:28.875rem;width:60rem;position:relative;display:block; }#f37oIaOxTDnr1b5TqZ38V5G0D9nzTwHA { z-index:15064;top:17.625rem;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#LtA60nCpPz93wUURer3qA1AXo3bsQJ3P { z-index:15065;top:17.625rem;left:43.0625rem;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; }
#CN5S04KdVQG5PHTyUSxMeQaqB6VFhq0p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J7D02Mn6HFXxFlAXidmK5H5b6uqpDiUV { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:1.125rem;left:42.187501907349rem;overflow:hidden;display:block; }
#iG9uT1JBR3kX6S43wA9sscOTfnnZW1Fz { z-index:15067;top:17.5625rem;left:22.968751907349rem;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; }
#NMEnkxw48WMyOs7zLZTl6X1BkeayleZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i0gtKkn5yXq7xni1ygoWHdxMcwLs8tgP { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:1.1875rem;left:22.1875rem;overflow:hidden;display:block; }
#NHCBesEGllBLBPEZhmLdrfvUmen3WmyE { z-index:15068;top:22.750001192093rem;left:22.968751907349rem;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; }
#VPmPLhf4WTPHVwW4hXTqJrBbQxTLpgSl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn > .row .container { background-color: transparent; background-image: none; }#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn > .row .container > .video-iframe-container { display: none; }#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn > .row > .video-iframe-container { display: none; }#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn > .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); }#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn > .row .container { border-width: 0; border-radius: 0; }#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn > .row .container { font-size:0.875rem;font-family:"open sans";height:23.375rem;width:60rem;position:relative;display:block; }#T03b63DyISq8f7KEc1HD6Qk4gR72TtCi { 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; }
#bx17lee4SoAWtzSh2RpWrXdkTzcMhwOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LaMoJaV3cGwcKUpT8isdWDJ5i0So28mc { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#OKO6rysJ8HsNeaXhhq39xry3w7UAxyH9 { z-index:15066;top:17.625rem;left:23.0625rem;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; }
#A0uE4aFoJDdobe1KxFrLsElHoqamsbik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RqbMATs4ZKCb1m84dcmTI2BmI7ZrHoH1 { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:1.1875rem;left:22.1875rem;overflow:hidden;display:block; }
#GuSqT9rZoZwLWGu5XmhQh9B7R4tNvXnI { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:1.1875rem;left:42.1875rem;overflow:hidden;display:block; }
#Kvoy4usySAF4cwPxLSWHS3oDVioev1SA { z-index:15068;top:17.625rem;left:43.0625rem;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; }
#SzquqxuxXP230d3IfiUbzikVW2uB8v58 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQCnNohmlt393O837puy7WlTreyA9NGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QQCnNohmlt393O837puy7WlTreyA9NGl > .row .container { background-color: transparent; background-image: none; }#QQCnNohmlt393O837puy7WlTreyA9NGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQCnNohmlt393O837puy7WlTreyA9NGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQCnNohmlt393O837puy7WlTreyA9NGl > .row .container > .video-iframe-container { display: none; }#QQCnNohmlt393O837puy7WlTreyA9NGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQCnNohmlt393O837puy7WlTreyA9NGl > .row > .video-iframe-container { display: none; }#QQCnNohmlt393O837puy7WlTreyA9NGl > .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); }#QQCnNohmlt393O837puy7WlTreyA9NGl > .row .container { border-width: 0; border-radius: 0; }#QQCnNohmlt393O837puy7WlTreyA9NGl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQCnNohmlt393O837puy7WlTreyA9NGl > .row .container { font-size:0.875rem;font-family:"open sans";height:29.5625rem;width:60rem;position:relative;display:block; }#sndEaxPFZb0JP6PhI1H2aKFyQTOpFvlh { 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; }
#BkbFd4a2uXDZ9rz2iNXguMdfCGIf5n82 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DFsQdQGqz0yQvk4uMi6zWlFrKLQNZpVT { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#zG0WfQBsnA7KCshrNxOfQVFoXU7bOKkU { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:1.1875rem;left:22.1875rem;overflow:hidden;display:block; }
#XLJVHpOJcE5bymFKk8fVcDcXNz7B5a2O { z-index:15066;top:17.625rem;left:23.0625rem;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; }
#z93BfzhhBsfINQutbWHhR3thV22bVQfy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xbUwQDgCfrAPVrAFWdyOgMZVuOGgFdgT { z-index:15067;top:22.75rem;left:22.968751907349rem;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; }
#gaSUabu99BiUSteWNfXskVg4ZVxgTuAa { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0Terkkz1XhFZ80S96uXo2Iwi5Rf4S7I { 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; }
#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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:15.4375rem;top: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:2.7625rem;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:14.8125rem;top:4.5rem;left:2.59375rem;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; }
#h2BLLr46SVrKTAp4ZRKeIu6xDT5Ig6G3 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:15.5rem;top:4.1390628814697rem;left:42.250001907349rem;overflow:hidden;display:block; }
#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L > .row .container { background-color: transparent; background-image: none; }#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L > .row .container > .video-iframe-container { display: none; }#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L > .row > .video-iframe-container { display: none; }#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L > .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); }#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L > .row .container { border-width: 0; border-radius: 0; }#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L > .row .container { font-size:0.875rem;font-family:"open sans";height:29.3125rem;width:60rem;position:relative;display:block; }#mL2quVXGZ9Jt4kwbhSgEKzUNqSMfPPvW { z-index:15104;top:21.0625rem;left:22.968751907349rem;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; }
#ulPxN51cDSlnQp5AkfPsiLVIebd79T1g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iqhAraun8Xq6TsfDVum1ZvRG8Weg0Wgv { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:4.75rem;left:22.656251907349rem;overflow:hidden;display:block; }
#lAo7EE4z7kaDk2KTgdRVi6a9wKb0663e { color:#2a2e41;display:block;width:18.559375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:1.1875rem;left:21rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kuigo2ngC4u7iiWmSEV89qMb04VOtoiA { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:4.75rem;left:42.6875rem;overflow:hidden;display:block; }
#pECmNWT4poQoVVFmwxEDMbmf7JlNQ7f9 { color:#2a2e41;display:block;width:18.559375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:1.1875rem;left:40.75rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxWqHdfETeetw6bVn8wZfM2J4ARCq8ln { z-index:15092;top:21.0625rem;left:43rem;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; }
#BmHr4IM8qXtFN1XC8roCvOgLwQETklop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kpXNlJac7alN5k4n24VBJ0VsyTuVFaLo { color:#2a2e41;display:block;width:18.559375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0.75rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fASiK6i0G8lpJbbfJrr1M2Q1OxsPCEu0 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:11.125rem;top:10.75rem;left:4.4375rem;overflow:hidden;display:block; }
#vBXdopnt0Q5NV3A0zVPS6mWGc51AX5dV { z-index:15104;top:21.125rem;left:3rem;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; }
#UhffxnaGtRWouNTz60CTiNzUgRNyTOBz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx > .row .container { background-color: transparent; background-image: none; }#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx > .row .container > .video-iframe-container { display: none; }#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx > .row > .video-iframe-container { display: none; }#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx > .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); }#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx > .row .container { border-width: 0; border-radius: 0; }#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx > .row .container { font-size:0.875rem;font-family:"open sans";height:27.75rem;width:60rem;position:relative;display:block; }#iO3Re7segblDyB4U0Tnq8dyH1kb1ID9P { color:#2a2e41;display:block;width:18.559375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.72031402587888rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVWPGit7fCsGwfbJKy3xzNmsrJ1DXaXR { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:10.5625rem;top:10.875rem;left:5.4375rem;overflow:hidden;display:block; }
#BR2ftFBOsqAk0gNPtaClAkU4pxlufTvs { z-index:15113;top:22.3125rem;left:3.6875rem;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; }
#Q99PSTkDpWT9iPN1MptlN33cTEb8JnMK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E6Nr3WTsF8fazi2pyz6O2g22ivaz2iGE { color:#2a2e41;display:block;width:18.559375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:1.75rem;left:20.72031211853rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KLdJoll9w4plvABGFTub4QEvskJw1Nbo { position:absolute;display:block;z-index:15126;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12rem;top:5.2062501907349rem;left:24.000001907349rem;overflow:hidden;display:block; }
#Uft3sFkXFPWFZM4dJlQpbApt18uFDlJM { z-index:15122;top:22.3125rem;left:22.968751907349rem;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; }
#u2bDynOccIBhqqnyQsDx3pMcs9q6yFD1 { 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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;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.3125rem;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.625rem;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) { #LtA60nCpPz93wUURer3qA1AXo3bsQJ3P { top:17.625rem;left:32.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN5S04KdVQG5PHTyUSxMeQaqB6VFhq0p { display:block; }
 }@media only screen and (max-width: 763px) { #J7D02Mn6HFXxFlAXidmK5H5b6uqpDiUV { top:1.125rem;left:31.875001907349rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG9uT1JBR3kX6S43wA9sscOTfnnZW1Fz { top:17.5625rem;left:16.781251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMEnkxw48WMyOs7zLZTl6X1BkeayleZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #i0gtKkn5yXq7xni1ygoWHdxMcwLs8tgP { top:1.1875rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHCBesEGllBLBPEZhmLdrfvUmen3WmyE { top:22.75rem;left:16.781251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPmPLhf4WTPHVwW4hXTqJrBbQxTLpgSl { display:block; }
 }@media only screen and (max-width: 763px) { #oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn { display:block; }#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T03b63DyISq8f7KEc1HD6Qk4gR72TtCi { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx17lee4SoAWtzSh2RpWrXdkTzcMhwOU { display:block; }
 }@media only screen and (max-width: 763px) { #LaMoJaV3cGwcKUpT8isdWDJ5i0So28mc { top:1.125rem;left:0.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKO6rysJ8HsNeaXhhq39xry3w7UAxyH9 { top:17.625rem;left:16.875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0uE4aFoJDdobe1KxFrLsElHoqamsbik { display:block; }
 }@media only screen and (max-width: 763px) { #RqbMATs4ZKCb1m84dcmTI2BmI7ZrHoH1 { top:1.1875rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuSqT9rZoZwLWGu5XmhQh9B7R4tNvXnI { top:1.1875rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvoy4usySAF4cwPxLSWHS3oDVioev1SA { top:17.625rem;left:32.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzquqxuxXP230d3IfiUbzikVW2uB8v58 { display:block; }
 }@media only screen and (max-width: 763px) { #QQCnNohmlt393O837puy7WlTreyA9NGl { display:block; }#QQCnNohmlt393O837puy7WlTreyA9NGl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sndEaxPFZb0JP6PhI1H2aKFyQTOpFvlh { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkbFd4a2uXDZ9rz2iNXguMdfCGIf5n82 { display:block; }
 }@media only screen and (max-width: 763px) { #DFsQdQGqz0yQvk4uMi6zWlFrKLQNZpVT { top:1.125rem;left:0.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG0WfQBsnA7KCshrNxOfQVFoXU7bOKkU { top:1.1875rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLJVHpOJcE5bymFKk8fVcDcXNz7B5a2O { top:17.625rem;left:16.875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z93BfzhhBsfINQutbWHhR3thV22bVQfy { display:block; }
 }@media only screen and (max-width: 763px) { #xbUwQDgCfrAPVrAFWdyOgMZVuOGgFdgT { top:22.75rem;left:16.781251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaSUabu99BiUSteWNfXskVg4ZVxgTuAa { 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:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Terkkz1XhFZ80S96uXo2Iwi5Rf4S7I { top:20.375rem;left:0.90625rem;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.5rem;left:0.53125rem;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) { #h2BLLr46SVrKTAp4ZRKeIu6xDT5Ig6G3 { top:4.125rem;left:31.937501907349rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L { display:block; }#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mL2quVXGZ9Jt4kwbhSgEKzUNqSMfPPvW { top:21.0625rem;left:16.781251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulPxN51cDSlnQp5AkfPsiLVIebd79T1g { display:block; }
 }@media only screen and (max-width: 763px) { #iqhAraun8Xq6TsfDVum1ZvRG8Weg0Wgv { top:4.75rem;left:16.468751907349rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAo7EE4z7kaDk2KTgdRVi6a9wKb0663e { width:18.5rem;height:2.75rem;top:1.1875rem;left:13.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuigo2ngC4u7iiWmSEV89qMb04VOtoiA { top:4.75rem;left:32.375rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pECmNWT4poQoVVFmwxEDMbmf7JlNQ7f9 { width:18.5rem;height:1.375rem;top:1.1875rem;left:29.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxWqHdfETeetw6bVn8wZfM2J4ARCq8ln { top:21.0625rem;left:32.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmHr4IM8qXtFN1XC8roCvOgLwQETklop { display:block; }
 }@media only screen and (max-width: 763px) { #kpXNlJac7alN5k4n24VBJ0VsyTuVFaLo { width:18.5rem;height:1.375rem;top:1.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fASiK6i0G8lpJbbfJrr1M2Q1OxsPCEu0 { top:10.75rem;left:2.375rem;width:11.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBXdopnt0Q5NV3A0zVPS6mWGc51AX5dV { top:21.125rem;left:0.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhffxnaGtRWouNTz60CTiNzUgRNyTOBz { display:block; }
 }@media only screen and (max-width: 763px) { #kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx { display:block; }#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iO3Re7segblDyB4U0Tnq8dyH1kb1ID9P { width:18.5rem;height:4.125rem;top:1.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVWPGit7fCsGwfbJKy3xzNmsrJ1DXaXR { top:10.875rem;left:3.375rem;width:10.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR2ftFBOsqAk0gNPtaClAkU4pxlufTvs { top:22.3125rem;left:1.625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q99PSTkDpWT9iPN1MptlN33cTEb8JnMK { display:block; }
 }@media only screen and (max-width: 763px) { #E6Nr3WTsF8fazi2pyz6O2g22ivaz2iGE { width:18.5rem;height:1.375rem;top:1.75rem;left:13.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLdJoll9w4plvABGFTub4QEvskJw1Nbo { top:5.1875rem;left:17.812501907349rem;width:12rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uft3sFkXFPWFZM4dJlQpbApt18uFDlJM { top:22.3125rem;left:16.781251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2bDynOccIBhqqnyQsDx3pMcs9q6yFD1 { 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.25rem;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.5rem;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.55rem;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.4375rem;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:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f37oIaOxTDnr1b5TqZ38V5G0D9nzTwHA { top:21.125rem;left:3rem;width:14.0603125rem;height:3.43533125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCFbtDlssGiSkyXBxiMuvyWTKrwilJ63 { display:block; }
 }@media only screen and (max-width: 763px) { #c7THPr87hir1oAEQtzpHdhmzwfvt0VSs { width:15.625rem;height:15.625rem;top:4.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtA60nCpPz93wUURer3qA1AXo3bsQJ3P { top:43.998916625976rem;left:2.9058161377907rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN5S04KdVQG5PHTyUSxMeQaqB6VFhq0p { display:block; }
 }@media only screen and (max-width: 763px) { #J7D02Mn6HFXxFlAXidmK5H5b6uqpDiUV { width:15.625rem;height:15.625rem;top:27.620878219604rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG9uT1JBR3kX6S43wA9sscOTfnnZW1Fz { top:66.875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMEnkxw48WMyOs7zLZTl6X1BkeayleZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #i0gtKkn5yXq7xni1ygoWHdxMcwLs8tgP { width:15.625rem;height:15.625rem;top:50rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHCBesEGllBLBPEZhmLdrfvUmen3WmyE { top:72.5625rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPmPLhf4WTPHVwW4hXTqJrBbQxTLpgSl { display:block; }
 }@media only screen and (max-width: 763px) { #oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn { display:block; }#oLLgGIgm4wrv4d17QC4e9fIt9h2PhqPn > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T03b63DyISq8f7KEc1HD6Qk4gR72TtCi { top:18.123438835144rem;left:2.9687500596046rem;width:14.060125rem;height:3.43515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx17lee4SoAWtzSh2RpWrXdkTzcMhwOU { display:block; }
 }@media only screen and (max-width: 763px) { #LaMoJaV3cGwcKUpT8isdWDJ5i0So28mc { width:15.625rem;height:15.625rem;top:0.93641757965088rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKO6rysJ8HsNeaXhhq39xry3w7UAxyH9 { top:40.499999046326rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0uE4aFoJDdobe1KxFrLsElHoqamsbik { display:block; }
 }@media only screen and (max-width: 763px) { #RqbMATs4ZKCb1m84dcmTI2BmI7ZrHoH1 { width:15.625rem;height:15.625rem;top:23.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuSqT9rZoZwLWGu5XmhQh9B7R4tNvXnI { width:15.625rem;height:15.625rem;top:45.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvoy4usySAF4cwPxLSWHS3oDVioev1SA { top:62.687502861025rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzquqxuxXP230d3IfiUbzikVW2uB8v58 { display:block; }
 }@media only screen and (max-width: 763px) { #QQCnNohmlt393O837puy7WlTreyA9NGl { display:block; }#QQCnNohmlt393O837puy7WlTreyA9NGl > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sndEaxPFZb0JP6PhI1H2aKFyQTOpFvlh { top:17.68593865633rem;left:2.9687500596046rem;width:14.060125rem;height:3.43515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkbFd4a2uXDZ9rz2iNXguMdfCGIf5n82 { display:block; }
 }@media only screen and (max-width: 763px) { #DFsQdQGqz0yQvk4uMi6zWlFrKLQNZpVT { width:15.625rem;height:15.625rem;top:0.81093865633012rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG0WfQBsnA7KCshrNxOfQVFoXU7bOKkU { width:15.625rem;height:15.625rem;top:22.433592224121rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLJVHpOJcE5bymFKk8fVcDcXNz7B5a2O { top:39.5rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z93BfzhhBsfINQutbWHhR3thV22bVQfy { display:block; }
 }@media only screen and (max-width: 763px) { #xbUwQDgCfrAPVrAFWdyOgMZVuOGgFdgT { top:44.1875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaSUabu99BiUSteWNfXskVg4ZVxgTuAa { display:block; }
 }@media only screen and (max-width: 763px) { #H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF { display:block; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzhDDpe33TGTWELpeZAS7WknVEureKuP { width:18.5625rem;height:1.3rem;top:0.9375rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Terkkz1XhFZ80S96uXo2Iwi5Rf4S7I { top:21.25rem;left:2.96875rem;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.3rem;top:27.3125rem;left:0.71875rem;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.6748046875rem;left:2.25rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #iGDzcaBWN1QknbZLRtvIT6wsHklXybSs { top:47.0498046875rem;left:2.96875rem;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.6rem;top:53.5498046875rem;left:0.71875rem;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:4.5984373092651rem;left:2.5937500596046rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #GkCFwSAII6KbTTMd8Cbxt9VgdtsGmPd9 { top:74.162109375rem;left:2.96875rem;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) { #h2BLLr46SVrKTAp4ZRKeIu6xDT5Ig6G3 { width:15.5rem;height:15.5rem;top:57.099218845368rem;left:2.2500000596046rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L { display:block; }#ZxVefrL3FOOyXeFIKWsgMEgoU0N2Kf5L > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mL2quVXGZ9Jt4kwbhSgEKzUNqSMfPPvW { top:65.4375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulPxN51cDSlnQp5AkfPsiLVIebd79T1g { display:block; }
 }@media only screen and (max-width: 763px) { #iqhAraun8Xq6TsfDVum1ZvRG8Weg0Wgv { width:14.6875rem;height:14.6875rem;top:49.5rem;left:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #lAo7EE4z7kaDk2KTgdRVi6a9wKb0663e { width:18.5rem;height:2.6rem;top:45.6875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuigo2ngC4u7iiWmSEV89qMb04VOtoiA { width:14.6875rem;height:14.6875rem;top:3.8rem;left:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #pECmNWT4poQoVVFmwxEDMbmf7JlNQ7f9 { width:18.5rem;height:1.3rem;top:1.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxWqHdfETeetw6bVn8wZfM2J4ARCq8ln { top:19.0625rem;left:2.9687501192093rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmHr4IM8qXtFN1XC8roCvOgLwQETklop { display:block; }
 }@media only screen and (max-width: 763px) { #kpXNlJac7alN5k4n24VBJ0VsyTuVFaLo { width:18.5rem;height:1.3rem;top:25.600006103516rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fASiK6i0G8lpJbbfJrr1M2Q1OxsPCEu0 { width:11.125rem;height:3.625rem;top:30.89999961853rem;left:4.4374998807907rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #vBXdopnt0Q5NV3A0zVPS6mWGc51AX5dV { top:38.96249961853rem;left:2.9687501192093rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhffxnaGtRWouNTz60CTiNzUgRNyTOBz { display:block; }
 }@media only screen and (max-width: 763px) { #kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx { display:block; }#kCEdLm393tFUwB9QXSvGv1uDOOmcGUqx > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iO3Re7segblDyB4U0Tnq8dyH1kb1ID9P { width:18.5rem;height:3.9rem;top:2rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVWPGit7fCsGwfbJKy3xzNmsrJ1DXaXR { width:10.5625rem;height:5rem;top:8.625rem;left:4.75rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #BR2ftFBOsqAk0gNPtaClAkU4pxlufTvs { top:17rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q99PSTkDpWT9iPN1MptlN33cTEb8JnMK { display:block; }
 }@media only screen and (max-width: 763px) { #E6Nr3WTsF8fazi2pyz6O2g22ivaz2iGE { width:18.5rem;height:1.3rem;top:21.6875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLdJoll9w4plvABGFTub4QEvskJw1Nbo { width:12rem;height:15rem;top:24.2375rem;left:4rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Uft3sFkXFPWFZM4dJlQpbApt18uFDlJM { top:40.4875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2bDynOccIBhqqnyQsDx3pMcs9q6yFD1 { 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; }
 }