.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073f66;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; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { background-color: transparent; background-image: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .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); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { border-width: 0; border-radius: 0; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#bpT00UBx23kE2H6eVLDS6vh0PXB9NQaU { position:absolute;display:block;z-index:15021;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:13.3125rem;width:14.625rem;top:0rem;left:-2.033203125rem;overflow:hidden;display:block; }
#mxZgxb34FDdzCNgo8MnUJkpqITmrGi0W { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:16.375rem;top:1.46875rem;left:58.625rem;overflow:hidden;display:block; }
#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8ea5a68-9150-4ca2-b951-ad5e7112ea0f/beautifulwomanwalkingoutherdogfield.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.adaptive-delivery-prevent-bg, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyload, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyloading { background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { background-color: transparent; background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .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); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { border-width: 0; border-radius: 0; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { width:75rem;height:45.4375rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#AhU8WTIN5GrbcEXxdOPPVxNTFnf3LIEf { color:#f3ecec;display:block;width:65.1875rem;position:absolute;font-family:lato;font-size:4.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);top:32.1953125rem;left:2.0625rem;height:5.9306625rem;display:block; }
#lMoXcUr1M7A5EGeIZa0bDx3QS11td9Z3 { box-sizing:content-box;height:5.0625rem;width:61.8125rem;position:absolute;display:block;z-index:15016;background-color:#073f66;background-image:none;top:32.9375rem;left:1.875rem;display:block; }
#XRpoUGPs8C9TIsMZNSzi3FFbJr56slc5 { color:#ffffff;display:block;width:33.5rem;position:absolute;font-family:lato;font-size:3.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:38.6796875rem;left:8.96875rem;height:4.38671875rem;display:block; }
#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { position:relative;display:block; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { background-color: transparent; background-image: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .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); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { border-width: 0; border-radius: 0; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .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; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RSvwfdNwmeTPEDCnWDd3RDEf4LOkscyv { color:#000000;display:block;width:66.375rem;position:absolute;font-family:georgia;font-size:3.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6630859375rem;left:6rem;height:8.7734375rem;font-style:normal;display:block; }
#gFm6BisgFM1LseZiLsUohwtcXxRDOsx3 { color:#000000;display:block;width:62.5625rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:11.9990234375rem;left:6rem;height:8.546875rem;font-style:normal;display:block; }
#InKR6pWyrn4wtHw0TrplBWWrZCGN85rO { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:24.8486328125rem;left:6rem;height:4.5rem;font-style:normal;display:block; }
#BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr { box-sizing:content-box;height:21.4375rem;width:38.0625rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/deyd7RaT/happy_dog_konzerv_ajandek_szaraztap_landing_page_0003s_0000_start_logo_dog_hu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.7236328125rem;left:32.3125rem;display:block; }#BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.adaptive-delivery-prevent-bg, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyload, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyloading { background-image: none; }
#pfATpoJv3FCl9589Vy4CTaCZ67efJciZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:31.875rem;left:6rem; }
#Q2KG7GN92Z6bFGnRVepaRBsQpEwsk2GD { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:32.3125rem;left:9.5rem;height:1.69921875rem;font-style:normal;display:block; }
#lZskQZ0M7gWCv8XhaqxdCS8DB7mf6XOf { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:39.337890625rem;left:9.5rem;height:1.69921875rem;font-style:normal;display:block; }
#ni9uFOLCJXe80i0XLKk4UOIA3zWORu1T { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:35.775390625rem;left:9.5625rem;height:1.69921875rem;font-style:normal;display:block; }
#WEkVzsWAo6pJ8QmIqWoRDcGnDcgye8PS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:35.375rem;left:6rem; }
#OzgVdFy6eURUAnVaQOdeFKO6LaaZxppC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:38.9375rem;left:6rem; }
#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR { position:relative;display:block; }#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR { background-color: transparent; background-image: none; }#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR > .row .container > .video-iframe-container { display: none; }#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR > .row > .video-iframe-container { display: none; }#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR > .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); }#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR { border-width: 0; border-radius: 0; }#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR > .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; }#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mtmKXJGzIyF5G4liz3oJWa5tZh5T6KnQ { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:28.25rem;width:26.25rem;position:absolute;display:block;z-index:15009;top:6.5rem;left:7.5rem;display:block; }
#XyRlxIgFBI4re9cauq6I74vuTtVSKwVQ { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.974609375rem;left:8.1875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#wIJZbFTTmHEhSwZufATOFr9vQHE8IylR { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:17.0625rem;left:8.8125rem;height:12.75rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#sf8b9q7udznEuNToQKIvUaBXTLvTVh2o { border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e8747540-3286-45ab-b0d4-cd4b4a89bbcc/glutenfree.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15010;top:6.1875rem;left:15.875rem;display:block; }#sf8b9q7udznEuNToQKIvUaBXTLvTVh2o.adaptive-delivery-prevent-bg, #sf8b9q7udznEuNToQKIvUaBXTLvTVh2o.lazyload, #sf8b9q7udznEuNToQKIvUaBXTLvTVh2o.lazyloading { background-image: none; }
#xqu3aI4uqg3r6sBkONRgAdmTXeKFFs82 { display:block;width:75rem;position:absolute;font-family:georgia;font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;color:#073f66;font-style:normal;display:block; }
#xyhsu3rnqEf4A7tSd4ryby24x0FnC4zc { border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ab1eaef3-7a19-49d7-bf4d-818325e67a1e/sugarfree.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15014;top:6.1875rem;left:49.5rem;display:block; }#xyhsu3rnqEf4A7tSd4ryby24x0FnC4zc.adaptive-delivery-prevent-bg, #xyhsu3rnqEf4A7tSd4ryby24x0FnC4zc.lazyload, #xyhsu3rnqEf4A7tSd4ryby24x0FnC4zc.lazyloading { background-image: none; }
#o41OplXUVZhBbR2lxlP3Gf5vvuif23bL { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:28.1875rem;width:26.25rem;position:absolute;display:block;z-index:15013;top:6.5rem;left:41.125rem;display:block; }
#Bc64ROOJZ13WIXPFkEyEnzUhzJTJMLag { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:16.8125rem;left:42.4375rem;height:14.34375rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xnUMLz9iU1vX38ZKpCMhp9Q02mv6cwy0 { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:31.162109375rem;left:41.78125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#XsVBTxUtU8qNRyUNGTGtLagR6PnbJFu8 { position:absolute;display:block;z-index:15017;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:13.5625rem;width:13.0625rem;top:29.4375rem;left:30.3125rem;overflow:hidden;display:block; }
#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG { 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; }#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG > .row .container { background-color: transparent; background-image: none; }#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG > .row .container > .video-iframe-container { display: none; }#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG > .row > .video-iframe-container { display: none; }#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG > .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); }#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG > .row .container { border-width: 0; border-radius: 0; }#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#plTnt83SLbSvJKg5OIOnPcdXb5fb7UTe { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4rem;left:8.8125rem;height:4.673825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XaryxfIptW0088a9Fv0TlP9MMC6CN9bk { color:#000000;display:block;width:34rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:11.4990234375rem;left:8.75rem;height:19.86225rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KsTWaXAdyXu8wRWXCrCwaTt1N24e1QJT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:19.1875rem;width:29rem;top:16.9375rem;left:43.931640625rem;overflow:hidden;display:block; }
#V0gUzDAoTN8psBHMRN6x4BTp54ENfele { position:absolute;display:block;z-index:15007;background-color:#073f66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:8.6875rem;left:8.8125rem;display:block; }
#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { position:relative;display:block; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { background-color: transparent; background-image: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .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); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { border-width: 0; border-radius: 0; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .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; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VnZeKy3f5XNt7NNfnvpTGbKa9gRnA23u { color:#000000;display:block;width:74.6875rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uglrt6H9gmGXTsKBiFpGi0od07LuVD5l { box-sizing:content-box;height:24.375rem;width:16.3125rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:10.875rem;left:29.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.375rem rgba(0,0,0,0.07) ;display:block; }
#iByqHF13md80b0Aym0TuhPT6gDQv2rz6 { box-sizing:content-box;height:9.125rem;width:14.25rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/df0201d3-a646-4fbe-b77c-2b9b523c291a/17434197_5865514.crop_5406x3516_0,484.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.75rem;left:30.5rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#iByqHF13md80b0Aym0TuhPT6gDQv2rz6.adaptive-delivery-prevent-bg, #iByqHF13md80b0Aym0TuhPT6gDQv2rz6.lazyload, #iByqHF13md80b0Aym0TuhPT6gDQv2rz6.lazyloading { background-image: none; }
#Ez9Bn1ElwR5TybARvrq4JK5naNPntDEe { box-sizing:content-box;height:24.375rem;width:16.3125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:10.875rem;left:9.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.375rem rgba(0,0,0,0.07) ;display:block; }
#h6kTZP3tPoXlReGOQy0KRIA0RBOmpvvL { box-sizing:content-box;height:24.375rem;width:16.3125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:10.875rem;left:48.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.375rem rgba(0,0,0,0.07) ;display:block; }
#Q6aTpPp7NO12SkXLTA83TdZ1K32NpMT8 { box-sizing:content-box;height:9.125rem;width:14.25rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ff9cb109-7068-4bf6-b2bf-31eec55559ba/2150763316.crop_667x512_0,96.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.75rem;left:10.9375rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }#Q6aTpPp7NO12SkXLTA83TdZ1K32NpMT8.adaptive-delivery-prevent-bg, #Q6aTpPp7NO12SkXLTA83TdZ1K32NpMT8.lazyload, #Q6aTpPp7NO12SkXLTA83TdZ1K32NpMT8.lazyloading { background-image: none; }
#sSslXTZmTaQhBDsyXTisMDXXVxFmS9FI { box-sizing:content-box;height:9.125rem;width:14.25rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0f20e26d-9679-461c-9e5e-1cd9f99d73f1/hand_smartwatchkopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.75rem;left:49.8125rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#sSslXTZmTaQhBDsyXTisMDXXVxFmS9FI.adaptive-delivery-prevent-bg, #sSslXTZmTaQhBDsyXTisMDXXVxFmS9FI.lazyload, #sSslXTZmTaQhBDsyXTisMDXXVxFmS9FI.lazyloading { background-image: none; }
#IKHbzeEWXdqSmPxmQKT26Mr3PpVPvaRn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.1875rem;left:20.8125rem; }
#AWhIrNZ1qVrQ1ttd20TXay606Pf6MeEM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.1875rem;left:22.3125rem; }
#ChXxsGRnyQZRRh3AJNT8zwMSWTnrZB1o { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.1875rem;left:23.75rem; }
#cJmsVTToUSDThv3RFU9Ps0dhBAsRgzHr { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.4375rem;left:10.9375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNeFVrZ5eeLMA6VziqItTRG9F6qLJddE { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:24.75rem;left:11rem;height:4.19824375rem;font-style:normal;display:block; }
#e15rPH9La9W4phVETNCaEXagIQfGgSVi { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:31.1875rem;left:10.9375rem;display:block; }
#QwWQGmvJcoTSe4W1XhlXckJhP5F4LbEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WsODTwgeB1o2cwrZz0pDOGp5kT7T5u31 { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.4375rem;left:30.5rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r1MNZz527NuWkxi6VL1zbOrlgLfw05dW { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:24.75rem;left:30.5rem;height:4.19824375rem;font-style:normal;display:block; }
#XbzAtO8xwTxzoU151KJXsLBPTbTiIpJX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.1875rem;left:43.3125rem; }
#Dw9cJzITVrRsT4NPRkgcnakqFcOm3bls { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.1875rem;left:41.9375rem; }
#JbwSSRSCJl6tVkcoRTxmCHJBgC5l4D8J { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.1875rem;left:40.5625rem; }
#hnDTW6SH5z3TiMJhPOM10dVJCVmqDZXP { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.7125rem;height:2.7125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:31.1875rem;left:30.500001907349rem;display:block; }
#FkwJ4FqoWV6fheTHWnTSLgQ3sJXZVcD0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wsEro07hiCTVCkFeKQeIFZecKBa8yTEw { color:#000000;display:block;width:10.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21.4375rem;left:49.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v0JAX7NVwAzmmOfV6zbxplls335rTXLy { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.1875rem;left:62.6875rem; }
#SAh2Irge7ovFqmDrmKcbzrt8ZVh1J3Dr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.1875rem;left:61.3125rem; }
#oJ5rGlpHTxxz62ZeCq2LGsx9Lw7ppHe9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.1875rem;left:59.875rem; }
#cEnw2lAkbMKqwA4ZwEkcBdoRSSfiTf0r { color:#000000;display:block;width:15rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:24.75rem;left:49.812501907349rem;height:4.19824375rem;font-style:normal;display:block; }
#S2iV1svQ0fa6eqcLvCeKHQtq0pWThan8 { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6125rem;height:2.6125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:31.1875rem;left:49.812501907349rem;display:block; }
#T29mqhSOKr13C1cr9Zgt6kEVoTbP1P7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ro2IvSEahfQb3TOfQq1f07t3XPcvpD3T { color:rgba(0,0,0,0.32);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:5.25rem;left:24.9375rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP { 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; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container { background-color: transparent; background-image: none; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container > .video-iframe-container { display: none; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row > .video-iframe-container { display: none; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .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); }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container { border-width: 0; border-radius: 0; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#t6fp7TCBh4uMAoNrhWIFF0vd3HiE5P27 { position:absolute;display:block;z-index:15026;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.1875rem;width:15rem;top:0.78125rem;left:59.125rem;overflow:hidden;display:block; }
#TQAZXgGFP9llCOZmSMd6lcPyBAzW7uWg { position:absolute;display:block;z-index:15027;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.8125rem;width:13.8125rem;top:0.46875rem;left:0.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g { display:block; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpT00UBx23kE2H6eVLDS6vh0PXB9NQaU { top:0rem;left:0rem;width:14.625rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxZgxb34FDdzCNgo8MnUJkpqITmrGi0W { width:16.375rem;height:3.5625rem;top:1.4375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { position:relative;display:block; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { background-color: transparent; background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .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); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { border-width: 0; border-radius: 0; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:35.9375rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhU8WTIN5GrbcEXxdOPPVxNTFnf3LIEf { width:47.75rem;height:5.875rem;top:32.1875rem;left:0rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMoXcUr1M7A5EGeIZa0bDx3QS11td9Z3 { width:47.75rem;height:5.0625rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRpoUGPs8C9TIsMZNSzi3FFbJr56slc5 { width:33.5rem;height:4.375rem;top:38.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { display:block; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSvwfdNwmeTPEDCnWDd3RDEf4LOkscyv { top:1.625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFm6BisgFM1LseZiLsUohwtcXxRDOsx3 { top:11.9375rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InKR6pWyrn4wtHw0TrplBWWrZCGN85rO { top:24.8125rem;left:0rem;width:22.9375rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr { top:22.6875rem;left:9.6875rem;width:38.0625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfATpoJv3FCl9589Vy4CTaCZ67efJciZ { top:31.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2KG7GN92Z6bFGnRVepaRBsQpEwsk2GD { top:32.3125rem;left:0rem;width:20.9375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZskQZ0M7gWCv8XhaqxdCS8DB7mf6XOf { top:39.3125rem;left:0rem;width:20.9375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni9uFOLCJXe80i0XLKk4UOIA3zWORu1T { top:35.75rem;left:0rem;width:19.4375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEkVzsWAo6pJ8QmIqWoRDcGnDcgye8PS { top:35.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzgVdFy6eURUAnVaQOdeFKO6LaaZxppC { top:38.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR { display:block; }#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtmKXJGzIyF5G4liz3oJWa5tZh5T6KnQ { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRlxIgFBI4re9cauq6I74vuTtVSKwVQ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJZbFTTmHEhSwZufATOFr9vQHE8IylR { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8b9q7udznEuNToQKIvUaBXTLvTVh2o { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqu3aI4uqg3r6sBkONRgAdmTXeKFFs82 { width:47.75rem;height:3.875rem;top:1.1875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyhsu3rnqEf4A7tSd4ryby24x0FnC4zc { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o41OplXUVZhBbR2lxlP3Gf5vvuif23bL { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc64ROOJZ13WIXPFkEyEnzUhzJTJMLag { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnUMLz9iU1vX38ZKpCMhp9Q02mv6cwy0 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsVBTxUtU8qNRyUNGTGtLagR6PnbJFu8 { width:13.0625rem;height:13.5625rem;top:29.4375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3k7c2eu4icmNuV3arc67MgJGDJfZNOG { display:block; }#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plTnt83SLbSvJKg5OIOnPcdXb5fb7UTe { width:31.5rem;height:;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaryxfIptW0088a9Fv0TlP9MMC6CN9bk { width:34rem;height:19.8125rem;top:11.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsTWaXAdyXu8wRWXCrCwaTt1N24e1QJT { top:16.9375rem;left:18.75rem;width:29rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0gUzDAoTN8psBHMRN6x4BTp54ENfele { top:8.6875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { display:block; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnZeKy3f5XNt7NNfnvpTGbKa9gRnA23u { top:0.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uglrt6H9gmGXTsKBiFpGi0od07LuVD5l { top:10.875rem;left:15.875rem;width:16.3125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iByqHF13md80b0Aym0TuhPT6gDQv2rz6 { top:11.75rem;left:16.875rem;width:14.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez9Bn1ElwR5TybARvrq4JK5naNPntDEe { top:10.875rem;left:0rem;width:16.3125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6kTZP3tPoXlReGOQy0KRIA0RBOmpvvL { top:10.875rem;left:31.4375rem;width:16.3125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6aTpPp7NO12SkXLTA83TdZ1K32NpMT8 { top:11.75rem;left:0rem;width:14.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSslXTZmTaQhBDsyXTisMDXXVxFmS9FI { top:11.75rem;left:33.5rem;width:14.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKHbzeEWXdqSmPxmQKT26Mr3PpVPvaRn { top:21.1875rem;left:7.1875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWhIrNZ1qVrQ1ttd20TXay606Pf6MeEM { top:21.1875rem;left:8.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChXxsGRnyQZRRh3AJNT8zwMSWTnrZB1o { top:21.1875rem;left:10.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJmsVTToUSDThv3RFU9Ps0dhBAsRgzHr { top:21.4375rem;left:0rem;width:9.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNeFVrZ5eeLMA6VziqItTRG9F6qLJddE { top:24.75rem;left:0rem;width:13.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e15rPH9La9W4phVETNCaEXagIQfGgSVi { width:11.6875rem;height:2.6875rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwWQGmvJcoTSe4W1XhlXckJhP5F4LbEQ { display:block; }
 }@media only screen and (max-width: 763px) { #WsODTwgeB1o2cwrZz0pDOGp5kT7T5u31 { top:21.4375rem;left:16.875rem;width:9.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1MNZz527NuWkxi6VL1zbOrlgLfw05dW { top:24.75rem;left:16.875rem;width:14.9375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbzAtO8xwTxzoU151KJXsLBPTbTiIpJX { top:21.1875rem;left:29.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw9cJzITVrRsT4NPRkgcnakqFcOm3bls { top:21.1875rem;left:28.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbwSSRSCJl6tVkcoRTxmCHJBgC5l4D8J { top:21.1875rem;left:26.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDTW6SH5z3TiMJhPOM10dVJCVmqDZXP { width:11.5625rem;height:2.5625rem;top:31.1875rem;left:16.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwJ4FqoWV6fheTHWnTSLgQ3sJXZVcD0 { display:block; }
 }@media only screen and (max-width: 763px) { #wsEro07hiCTVCkFeKQeIFZecKBa8yTEw { top:21.4375rem;left:36.1875rem;width:10.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0JAX7NVwAzmmOfV6zbxplls335rTXLy { top:21.1875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAh2Irge7ovFqmDrmKcbzrt8ZVh1J3Dr { top:21.1875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ5rGlpHTxxz62ZeCq2LGsx9Lw7ppHe9 { top:21.1875rem;left:46.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEnw2lAkbMKqwA4ZwEkcBdoRSSfiTf0r { top:24.75rem;left:32.625rem;width:15rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2iV1svQ0fa6eqcLvCeKHQtq0pWThan8 { width:11.5rem;height:2.5rem;top:31.1875rem;left:36.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #T29mqhSOKr13C1cr9Zgt6kEVoTbP1P7x { display:block; }
 }@media only screen and (max-width: 763px) { #ro2IvSEahfQb3TOfQq1f07t3XPcvpD3T { top:5.25rem;left:11.3125rem;width:24.9375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKnIl9QxAKX6s55cL11mFJFJgBasa2EP { display:block; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6fp7TCBh4uMAoNrhWIFF0vd3HiE5P27 { width:15rem;height:4.1875rem;top:0.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQAZXgGFP9llCOZmSMd6lcPyBAzW7uWg { width:13.8125rem;height:4.8125rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g { display:block; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpT00UBx23kE2H6eVLDS6vh0PXB9NQaU { width:1.375rem;height:1.25rem;top:0.78750038146975rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxZgxb34FDdzCNgo8MnUJkpqITmrGi0W { width:16.375rem;height:3.5625rem;top:3.287109375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b99516d-832a-4174-aef5-f9d82283dee1/zaskoczonakobietapatrzacwpudelkopodanejejodznajomegomin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.adaptive-delivery-prevent-bg, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyload, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyloading { background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { background-color: transparent; background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .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); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { border-width: 0; border-radius: 0; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhU8WTIN5GrbcEXxdOPPVxNTFnf3LIEf { width:20rem;height:0;top:7.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMoXcUr1M7A5EGeIZa0bDx3QS11td9Z3 { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRpoUGPs8C9TIsMZNSzi3FFbJr56slc5 { width:20rem;height:0;top:14.7421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { display:block; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSvwfdNwmeTPEDCnWDd3RDEf4LOkscyv { width:19.0625rem;height:1.95rem;top:1.9375009536743rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFm6BisgFM1LseZiLsUohwtcXxRDOsx3 { width:18.375rem;height:12.59375rem;top:4.45rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #InKR6pWyrn4wtHw0TrplBWWrZCGN85rO { width:19.0625rem;height:3.8984375rem;top:44.387500762939rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr { width:20rem;height:21.4375rem;top:20.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfATpoJv3FCl9589Vy4CTaCZ67efJciZ { display:flex;width:2.5rem;height:2.5rem;top:49.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q2KG7GN92Z6bFGnRVepaRBsQpEwsk2GD { width:15.625rem;height:1.3994125rem;top:50.25rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lZskQZ0M7gWCv8XhaqxdCS8DB7mf6XOf { width:11.625rem;height:2.798825rem;top:53.4375rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ni9uFOLCJXe80i0XLKk4UOIA3zWORu1T { width:12.375rem;height:2.798825rem;top:58.0625rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WEkVzsWAo6pJ8QmIqWoRDcGnDcgye8PS { display:flex;width:2.5rem;height:2.5rem;top:53.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OzgVdFy6eURUAnVaQOdeFKO6LaaZxppC { display:flex;width:2.5rem;height:2.5rem;top:57.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR { display:block; }#N2BgwrdHCtvpP5L7iDkF83EaZW8l1aUR > .row .container { width:20rem;height:80.1484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtmKXJGzIyF5G4liz3oJWa5tZh5T6KnQ { width:19.875rem;height:28.25rem;top:6.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRlxIgFBI4re9cauq6I74vuTtVSKwVQ { width:20rem;height:0;top:30.873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJZbFTTmHEhSwZufATOFr9vQHE8IylR { width:20rem;height:0;top:16.9609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8b9q7udznEuNToQKIvUaBXTLvTVh2o { width:9.0625rem;height:9.0625rem;top:6.0859375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqu3aI4uqg3r6sBkONRgAdmTXeKFFs82 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyhsu3rnqEf4A7tSd4ryby24x0FnC4zc { width:9.0625rem;height:9.0625rem;top:50.3984375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o41OplXUVZhBbR2lxlP3Gf5vvuif23bL { width:19.875rem;height:28.1875rem;top:50.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc64ROOJZ13WIXPFkEyEnzUhzJTJMLag { width:20rem;height:0;top:61.0234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnUMLz9iU1vX38ZKpCMhp9Q02mv6cwy0 { width:20rem;height:0;top:75.373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsVBTxUtU8qNRyUNGTGtLagR6PnbJFu8 { width:13.0625rem;height:13.5625rem;top:35.8984375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3k7c2eu4icmNuV3arc67MgJGDJfZNOG { display:block; }#n3k7c2eu4icmNuV3arc67MgJGDJfZNOG > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plTnt83SLbSvJKg5OIOnPcdXb5fb7UTe { width:20rem;height:1.375rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaryxfIptW0088a9Fv0TlP9MMC6CN9bk { width:20rem;height:13.125rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsTWaXAdyXu8wRWXCrCwaTt1N24e1QJT { width:18.125rem;height:12.0625rem;top:21.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0gUzDAoTN8psBHMRN6x4BTp54ENfele { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { display:block; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnZeKy3f5XNt7NNfnvpTGbKa9gRnA23u { width:20rem;height:5.84765625rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uglrt6H9gmGXTsKBiFpGi0od07LuVD5l { width:16.3125rem;height:23.75rem;top:41.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iByqHF13md80b0Aym0TuhPT6gDQv2rz6 { width:14.25rem;height:9.125rem;top:42.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez9Bn1ElwR5TybARvrq4JK5naNPntDEe { width:16.3125rem;height:23.75rem;top:16.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6kTZP3tPoXlReGOQy0KRIA0RBOmpvvL { width:16.3125rem;height:23.75rem;top:66.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6aTpPp7NO12SkXLTA83TdZ1K32NpMT8 { width:14.25rem;height:9.125rem;top:17.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSslXTZmTaQhBDsyXTisMDXXVxFmS9FI { width:14.25rem;height:9.125rem;top:67.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKHbzeEWXdqSmPxmQKT26Mr3PpVPvaRn { display:flex;width:1.4375rem;height:1.4375rem;top:26.9375rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #AWhIrNZ1qVrQ1ttd20TXay606Pf6MeEM { display:flex;width:1.4375rem;height:1.4375rem;top:26.9375rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #ChXxsGRnyQZRRh3AJNT8zwMSWTnrZB1o { display:flex;width:1.4375rem;height:1.4375rem;top:26.9375rem;left:15.625001907349rem; }
 }@media only screen and (max-width: 763px) { #cJmsVTToUSDThv3RFU9Ps0dhBAsRgzHr { width:9.3125rem;height:2.923825rem;top:27.1875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNeFVrZ5eeLMA6VziqItTRG9F6qLJddE { width:13.8125rem;height:4.19824375rem;top:30.5rem;left:2.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e15rPH9La9W4phVETNCaEXagIQfGgSVi { width:11.6875rem;height:2.6875rem;top:36.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwWQGmvJcoTSe4W1XhlXckJhP5F4LbEQ { display:block; }
 }@media only screen and (max-width: 763px) { #WsODTwgeB1o2cwrZz0pDOGp5kT7T5u31 { width:9.3125rem;height:2.923825rem;top:52.1875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1MNZz527NuWkxi6VL1zbOrlgLfw05dW { width:14.9375rem;height:4.19824375rem;top:55.5rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XbzAtO8xwTxzoU151KJXsLBPTbTiIpJX { display:flex;width:1.4375rem;height:1.4375rem;top:51.9375rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #Dw9cJzITVrRsT4NPRkgcnakqFcOm3bls { display:flex;width:1.4375rem;height:1.4375rem;top:51.9375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #JbwSSRSCJl6tVkcoRTxmCHJBgC5l4D8J { display:flex;width:1.4375rem;height:1.4375rem;top:51.9375rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #hnDTW6SH5z3TiMJhPOM10dVJCVmqDZXP { width:11.5625rem;height:2.5625rem;top:61.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwJ4FqoWV6fheTHWnTSLgQ3sJXZVcD0 { display:block; }
 }@media only screen and (max-width: 763px) { #wsEro07hiCTVCkFeKQeIFZecKBa8yTEw { width:10.375rem;height:2.923825rem;top:77.1875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0JAX7NVwAzmmOfV6zbxplls335rTXLy { display:flex;width:1.4375rem;height:1.4375rem;top:76.9375rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #SAh2Irge7ovFqmDrmKcbzrt8ZVh1J3Dr { display:flex;width:1.4375rem;height:1.4375rem;top:76.9375rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #oJ5rGlpHTxxz62ZeCq2LGsx9Lw7ppHe9 { display:flex;width:1.4375rem;height:1.4375rem;top:76.9375rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #cEnw2lAkbMKqwA4ZwEkcBdoRSSfiTf0r { width:13.8125rem;height:4.19824375rem;top:80.5rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S2iV1svQ0fa6eqcLvCeKHQtq0pWThan8 { width:11.5rem;height:2.5rem;top:86.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T29mqhSOKr13C1cr9Zgt6kEVoTbP1P7x { display:block; }
 }@media only screen and (max-width: 763px) { #ro2IvSEahfQb3TOfQq1f07t3XPcvpD3T { width:14.5625rem;height:2.798825rem;top:10.0625rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKnIl9QxAKX6s55cL11mFJFJgBasa2EP { display:block; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6fp7TCBh4uMAoNrhWIFF0vd3HiE5P27 { width:15rem;height:4.1875rem;top:7.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQAZXgGFP9llCOZmSMd6lcPyBAzW7uWg { width:13.8125rem;height:4.8125rem;top:1.25rem;left:3.0625rem;display:block; }
 }