.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#189161;background-image:none;position:relative;display:block; }
#JL1K4tbbUi0ePSUOGMag5T5y2157vesU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container { display: none; }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .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); }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc > .row .container { background-color: transparent; background-image: none; }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc > .row .container > .video-iframe-container { display: none; }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc > .row > .video-iframe-container { display: none; }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc > .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); }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc > .row .container { border-width: 0; border-radius: 0; }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc > .row > .video-iframe-container {  }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#GvzcRWSTfl1Wr1snRpgMGJaJaqwfZG1Q { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:18.375rem;top:0.8718039393425rem;left:1.3103675842285rem;overflow:hidden;display:block; }
#pPdhxim49DMTxZ4rVDfAsfgzH9ubNtAo { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:8.25rem;top:0.8718039393425rem;left:50.810546875rem;overflow:hidden;display:block; }
#wCw5I3LJT0Smcvsd6RtIKPmXTEGCTpiP { color:#2e6e54;display:block;width:9.6875rem;position:absolute;font-family:ubuntu;font-size:0.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.74609375rem;left:50.3125rem;height:0.73046875rem;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;text-align:center;text-align-last:center;display:block; }
#RlKl4E3x3tPbf4EWuiSEHJRMgHrQLFE7 { z-index:100000;top:6.6237564086912rem;left:0.1875rem;background-color:#1bbc9b;background-image: -webkit-linear-gradient(top, #189161, #29b866);background-image: -moz-linear-gradient(top, #189161, #29b866);background-image: -ms-linear-gradient(top, #189161, #29b866);background-image: -o-linear-gradient(top, #189161, #29b866);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );";background-image: linear-gradient(to bottom, #189161, #29b866);background-size:auto !important;border-bottom:0.0625rem solid #29b866;border-left:0.0625rem solid #29b866;border-right:0.0625rem solid #29b866;border-top:0.0625rem solid #29b866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.87571025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QA2nXUSTTpCl1Kbn4Uyux7lNyMZ3kIEG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xNFTQNrSfXlVM7Tr26gBudNTH3wa6K0n { z-index:100001;top:6.6237568855288rem;left:7.404296875rem;background-color:#1bbc9b;background-image: -webkit-linear-gradient(top, #189161, #29b866);background-image: -moz-linear-gradient(top, #189161, #29b866);background-image: -ms-linear-gradient(top, #189161, #29b866);background-image: -o-linear-gradient(top, #189161, #29b866);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );";background-image: linear-gradient(to bottom, #189161, #29b866);background-size:auto !important;border-bottom:0.0625rem solid #29b866;border-left:0.0625rem solid #29b866;border-right:0.0625rem solid #29b866;border-top:0.0625rem solid #29b866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sqBavJiAuNqhgBPxF2KA29hqvok7dbrW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZJVafMCKrmVl24QTuFrTkKNehAwFwQBu { z-index:100002;top:6.62286901474rem;left:12.179332733154rem;background-color:#1bbc9b;background-image: -webkit-linear-gradient(top, #189161, #29b866);background-image: -moz-linear-gradient(top, #189161, #29b866);background-image: -ms-linear-gradient(top, #189161, #29b866);background-image: -o-linear-gradient(top, #189161, #29b866);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );";background-image: linear-gradient(to bottom, #189161, #29b866);background-size:auto !important;border-bottom:0.0625rem solid #29b866;border-left:0.0625rem solid #29b866;border-right:0.0625rem solid #29b866;border-top:0.0625rem solid #29b866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LrpiopC6KAxKNDIiRSEnz132ZShuVQ3D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dczXOfDQC1XpEGdwBhTsMMZZCewmobMz { z-index:100003;top:6.6228691339494rem;left:29.151630401611rem;background-color:#1bbc9b;background-image: -webkit-linear-gradient(top, #189161, #29b866);background-image: -moz-linear-gradient(top, #189161, #29b866);background-image: -ms-linear-gradient(top, #189161, #29b866);background-image: -o-linear-gradient(top, #189161, #29b866);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );";background-image: linear-gradient(to bottom, #189161, #29b866);background-size:auto !important;border-bottom:0.0625rem solid #29b866;border-left:0.0625rem solid #29b866;border-right:0.0625rem solid #29b866;border-top:0.0625rem solid #29b866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WVfiDPeWezdQ4Vea4g9PmsDI8N74vXxZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ex3a5VWLSseO8tzSVswBnmocIEtb7doT { z-index:100004;top:6.6237568855288rem;left:35.429328918457rem;background-color:#1bbc9b;background-image: -webkit-linear-gradient(top, #189161, #29b866);background-image: -moz-linear-gradient(top, #189161, #29b866);background-image: -ms-linear-gradient(top, #189161, #29b866);background-image: -o-linear-gradient(top, #189161, #29b866);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );";background-image: linear-gradient(to bottom, #189161, #29b866);background-size:auto !important;border-bottom:0.0625rem solid #29b866;border-left:0.0625rem solid #29b866;border-right:0.0625rem solid #29b866;border-top:0.0625rem solid #29b866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gvNTazWI3VfOTBFPAGQt0vIkCPVmBHLL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dPCS75fZzSq2kbmVgbziyHfticE4lhc6 { z-index:100005;top:6.6228691339494rem;left:54.746269226074rem;background-color:#1bbc9b;background-image: -webkit-linear-gradient(top, #189161, #29b866);background-image: -moz-linear-gradient(top, #189161, #29b866);background-image: -ms-linear-gradient(top, #189161, #29b866);background-image: -o-linear-gradient(top, #189161, #29b866);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );";background-image: linear-gradient(to bottom, #189161, #29b866);background-size:auto !important;border-bottom:0.0625rem solid #29b866;border-left:0.0625rem solid #29b866;border-right:0.0625rem solid #29b866;border-top:0.0625rem solid #29b866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cQ5HHaqKOVy04vUQtTQkn85prPc0o1wU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ip5G1R8GAO6SdaDCGFxEBIlDdvSRyi4h { z-index:100006;top:6.6228691339494rem;left:49.683059692382rem;background-color:#1bbc9b;background-image: -webkit-linear-gradient(top, #189161, #29b866);background-image: -moz-linear-gradient(top, #189161, #29b866);background-image: -ms-linear-gradient(top, #189161, #29b866);background-image: -o-linear-gradient(top, #189161, #29b866);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );";background-image: linear-gradient(to bottom, #189161, #29b866);background-size:auto !important;border-bottom:0.0625rem solid #29b866;border-left:0.0625rem solid #29b866;border-right:0.0625rem solid #29b866;border-top:0.0625rem solid #29b866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#voySOUzXyafIbfePfXezFLf2vTQrB2eR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ad3s4ROKdEzCDQRbQWT3FgiwEqHiH7J0 { z-index:100006;top:6.6228691339494rem;left:44.369491577149rem;background-color:#1bbc9b;background-image: -webkit-linear-gradient(top, #189161, #29b866);background-image: -moz-linear-gradient(top, #189161, #29b866);background-image: -ms-linear-gradient(top, #189161, #29b866);background-image: -o-linear-gradient(top, #189161, #29b866);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );";background-image: linear-gradient(to bottom, #189161, #29b866);background-size:auto !important;border-bottom:0.0625rem solid #29b866;border-left:0.0625rem solid #29b866;border-right:0.0625rem solid #29b866;border-top:0.0625rem solid #29b866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#H0o3ivX3T0CyCRTE7U0iuD1vMv9tK30S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xfwPFe88ONtdlmipxUfOSD8mz6zu6UiN { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#GU518M89MOU7D4O3gUdrXxSe4c8xMbV4 { z-index:100003;top:6.6219811439512rem;left:20.431282043457rem;background-color:#1bbc9b;background-image: -webkit-linear-gradient(top, #189161, #29b866);background-image: -moz-linear-gradient(top, #189161, #29b866);background-image: -ms-linear-gradient(top, #189161, #29b866);background-image: -o-linear-gradient(top, #189161, #29b866);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#189161', endColorstr='#29b866' );";background-image: linear-gradient(to bottom, #189161, #29b866);background-size:auto !important;border-bottom:0.0625rem solid #29b866;border-left:0.0625rem solid #29b866;border-right:0.0625rem solid #29b866;border-top:0.0625rem solid #29b866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#p5GZKtnPtnaMIiLvCyKO6XeIA5K0R03w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b3MRoWBJQD9wbiAVKFw7hE1miS2SegmC { color:#000000;display:block;width:16.875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:0.3125rem;left:3.125rem;display:none; }
#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { background-color: transparent; background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { border-width: 0; border-radius: 0; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container {  }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:60rem;height:42.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#QifC2MTsVp4v7kunQiDFxfhFDo7iqqTZ { color:#2e6e54;display:block;width:44rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:10.499289512634rem;left:0rem;height:5.19921875rem;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; }
#Vzd98s5T01loxRfO2uvleiclgzvVpJem { background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:4.625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:30.124643325806rem;left:0rem;display:block; }
#kI1VVEJ3TOHpX1we1GW4ifMJJlKK2vHx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qOJT9CR3K5VdaTzv7D0ZB79wVy07C254 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#189161;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:4.625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:30.124643325806rem;left:13.125rem;display:block; }
#DlKRITa12qksh09aJvA2dWIcVrAr1P4o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qIE1pLrt9D6JnwKeXnCQvHvEFBl4M3gv { position:absolute;display:block;z-index:100004;background-color:#189161;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:6.4375rem;width:16.5625rem;top:27.68678855896rem;left:33.999465942382rem;display:block; }
#TyMJHqA5d9nMXUsPlbxf3tDLTuNWlBoH { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.5rem;width:9.5rem;top:26.187320709229rem;left:29.186786651611rem;display:block; }
#vDLik1baS6VRpTXu7lBWi4OetzJo8q8C { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;border-top:0.125rem dashed #189161;border-left:0.125rem dashed #189161;border-right:0.125rem dashed #189161;border-bottom:0.125rem dashed #189161;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.125rem;width:8.125rem;top:26.74928855896rem;left:29.749641418457rem;display:block; }
#B283frf0KI76DhnJ0sFJrTixV6pHmoEe { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:29.2802734375rem;left:39.2783203125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmrpmxIAnFdh4t4IvEzvTWRlU3vmDzTB { color:#2e6e54;display:block;width:44rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:16.812321662903rem;left:0rem;height:11.660125rem;font-style:normal;display:block; }#lmrpmxIAnFdh4t4IvEzvTWRlU3vmDzTB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lmrpmxIAnFdh4t4IvEzvTWRlU3vmDzTB li:before{  }
#Nr3MTJ1tt4yw16VmLHnBIQzThKh9dkLo { box-sizing:content-box;color:#189161;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:37.373046875rem;left:28.059303283691rem;display:block; }
#aXTtdynrTVLrOWqQC17mUAky0X9nkNXe { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.875rem;width:41.875rem;top:0.062499761581421rem;left:18.125rem;overflow:hidden;display:block; }
#GeRoPNMN2VH7gdLi6kas44BAfgQAZ3qe { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:ubuntu;font-size:0.6875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:34.436256408691rem;left:37.373043060302rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtXwH5uPD65x6tUwCVt1Tz3ShnrEvzbD { color:#000000;display:block;width:9.75rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:28.0302734375rem;left:29.0615234375rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#189161;background-image:none;position:relative;display:block; }#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom > .row .container { background-color: transparent; background-image: none; }#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom > .row .container > .video-iframe-container { display: none; }#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom > .row > .video-iframe-container { display: none; }#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom > .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); }#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom > .row .container { border-width: 0; border-radius: 0; }#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom > .row > .video-iframe-container {  }#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { background-color: transparent; background-image: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container > .video-iframe-container { display: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container { display: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .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); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { border-width: 0; border-radius: 0; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container {  }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:60rem;position:relative;display:block; }#RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { color:#189161;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.9998195171356rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ByAHz0UJxhJsc1KNEfZos1lEgWiMqhzS { position:absolute;display:block;z-index:100001;background-color:#189161;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:27.125rem;width:27.125rem;top:10.249466657639rem;left:16.437320709229rem;display:block; }
#ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3rN2bElu/gator3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:22.5rem;width:22.5rem;top:12.560369253159rem;left:18.75rem;display:block; }#ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs.adaptive-delivery-prevent-bg, #ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs.lazyload, #ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs.lazyloading { background-image: none; }
#uZ7g0kvimNQZLM5zV7urLuIfVTLCSZrn { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.5rem;width:9.5rem;top:19.062498807907rem;left:35.999641418457rem;display:block; }
#Mdde6f93cEHldopG2WgvHJTCmZTISPZD { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;border-top:0.125rem dashed #189161;border-left:0.125rem dashed #189161;border-right:0.125rem dashed #189161;border-bottom:0.125rem dashed #189161;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.125rem;width:8.125rem;top:19.624466657639rem;left:36.562496185302rem;display:block; }
#MQ2TLKEhhEN0sErqseM9Liztl4BZnT1H { color:#189161;display:block;width:8rem;position:absolute;font-family:comfortaa;font-size:1.625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:21.749821424484rem;left:36.749820709229rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlCSoT6TFXfrBocSTaUwMxZq618v5Jtm { color:#522d62;display:block;width:8rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:23.37446475029rem;left:36.748043060302rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1RXXmhpb2BmZ1zt2ZEgw00SPwAT6HTS { position:absolute;display:block;z-index:100013;background-color:#189161;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.9375rem;width:10.9375rem;top:35.6875rem;left:3.90625rem;display:block; }
#cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0 { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yLV81Oe1/hodowla.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:37.186608314514rem;left:5.4048290252686rem;display:block; }#cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0.adaptive-delivery-prevent-bg, #cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0.lazyload, #cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0.lazyloading { background-image: none; }
#NTzObUorRRoqh5oTTBwOSbVRowGmBsCE { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:47.6875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aXkQaP84BBtmHskg2FS8q0OA2BdTSA6D { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:49.875rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ms2fTzJ6XRt5iZABACp0ggAzNOltGltv { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:54.375rem;left:20.625rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iWtitriARIfQasU7e6WDffInuRLNFyPU { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:52.1875rem;left:20.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iqpel5d1HVGspBaFu0rHncQmoVhz0XOo { position:absolute;display:block;z-index:100017;background-color:#189161;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.9375rem;width:10.9375rem;top:40.1875rem;left:24.5625rem;display:block; }
#ruhKb1MB0TkDB2mII69DV518JPhecgCF { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/a4dPfGWB/uprawa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:41.5625rem;left:26.0625rem;display:block; }#ruhKb1MB0TkDB2mII69DV518JPhecgCF.adaptive-delivery-prevent-bg, #ruhKb1MB0TkDB2mII69DV518JPhecgCF.lazyload, #ruhKb1MB0TkDB2mII69DV518JPhecgCF.lazyloading { background-image: none; }
#lPi3b0EVmaVTeSCHX5Bn9G5RSuqr1bTF { color:#000000;display:block;width:18.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:49.875rem;left:41.25rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BfSIfcgfCtqaoIcJwTSC7WvhLQkDrQsJ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:47.6875rem;left:41.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CfaTRM8Dv4KZATt7BDXZlQthlJ11yAh7 { position:absolute;display:block;z-index:100021;background-color:#189161;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.9375rem;width:10.9375rem;top:35.6875rem;left:45.1875rem;display:block; }
#yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Be94wVhj/przemysl.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:37.0625rem;left:46.6875rem;display:block; }#yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa.adaptive-delivery-prevent-bg, #yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa.lazyload, #yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa.lazyloading { background-image: none; }
#lDuWwO6Tebs7dlNgyVTukBUUOt39r2vU { box-sizing:content-box;color:#189161;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:61.215366363526rem;left:28.4375rem;display:block; }
#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#189161;background-image:none;position:relative;display:block; }#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq > .row .container { background-color: transparent; background-image: none; }#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq > .row .container > .video-iframe-container { display: none; }#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq > .row > .video-iframe-container { display: none; }#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq > .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); }#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq > .row .container { border-width: 0; border-radius: 0; }#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq > .row > .video-iframe-container {  }#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#lON08aVhQIL55RnkA8FDKDFouS1oHstx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lON08aVhQIL55RnkA8FDKDFouS1oHstx > .row .container { background-color: transparent; background-image: none; }#lON08aVhQIL55RnkA8FDKDFouS1oHstx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lON08aVhQIL55RnkA8FDKDFouS1oHstx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lON08aVhQIL55RnkA8FDKDFouS1oHstx > .row .container > .video-iframe-container { display: none; }#lON08aVhQIL55RnkA8FDKDFouS1oHstx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lON08aVhQIL55RnkA8FDKDFouS1oHstx > .row > .video-iframe-container { display: none; }#lON08aVhQIL55RnkA8FDKDFouS1oHstx > .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); }#lON08aVhQIL55RnkA8FDKDFouS1oHstx > .row .container { border-width: 0; border-radius: 0; }#lON08aVhQIL55RnkA8FDKDFouS1oHstx > .row > .video-iframe-container {  }#lON08aVhQIL55RnkA8FDKDFouS1oHstx > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:60rem;position:relative;display:block; }#Mce7HQyx3bTGI87Z1thRKB5Up3hayyXy { color:#189161;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.9998195171356rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LZ9CnUVTHsEubwMuLOhxZHBzlyelqZJ4 { box-sizing:content-box;color:#189161;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:46.841263771057rem;left:28.4375rem;display:block; }
#QzbxO24JdvX3ttoTAchvHFlkos9hHvwq { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.3125rem;width:22.875rem;top:8.1232213974rem;left:37.124465942382rem;overflow:hidden;display:block; }
#RLGEhuPSQABOoHVJdSIfFysald2cFXUh { color:#000000;display:block;width:39.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:8.4366126060487rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#RLGEhuPSQABOoHVJdSIfFysald2cFXUh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RLGEhuPSQABOoHVJdSIfFysald2cFXUh li:before{  }
#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#522d62;background-image:url("https://images.assets-landingi.com/Jf1br4be/gator_testy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ.adaptive-delivery-prevent-bg, #J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ.lazyload, #J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ.lazyloading { background-image: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { background-color: transparent; background-image: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container > .video-iframe-container { display: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container { display: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .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); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { border-width: 0; border-radius: 0; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container {  }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#MOC8PNBoFZB84XtdR4c5KHVnoJse0MR7 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.62410259246826rem;left:32.436965942382rem;height:7.1484375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VcGvVihSd5fboANwETUzPXwSVbeiG2DE { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:7.6225051879881rem;left:32.436965942382rem;height:2.11230625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#K2rPQSTi3z3kWpgbSVWe7DvSLwiPETo1 { background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:4.6875rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:11.123036384582rem;left:47.749465942382rem;display:block; }
#lMDUBK0NHt33KWMGaqnDERn2FWXO923k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF > .row .container { background-color: transparent; background-image: none; }#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF > .row .container > .video-iframe-container { display: none; }#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF > .row > .video-iframe-container { display: none; }#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF > .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); }#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF > .row .container { border-width: 0; border-radius: 0; }#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF > .row > .video-iframe-container {  }#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF > .row .container { font-size:0.875rem;font-family:arial;height:83.9375rem;width:60rem;position:relative;display:block; }#C1SvmbRLgUkRzEEBraTtxmZlFFpQq6zg { color:#189161;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.9998195171356rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kSJPikP7gOTBQAtw73UksHIVJ8NBqR6O { color:#000000;display:block;width:56.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:7.8728694915769rem;left:1.9362564086914rem;height:21.9287rem;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; }
#gGJ9PzdgKSptUXlv88sP4uBqKKg5vTuf { box-sizing:content-box;color:#189161;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:78.838779449463rem;left:28.4375rem;display:block; }
#qeagzA117TyHHbJzv3TGwgrOdSGwtuJl { color:#000000;display:block;width:56.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:33.338950937381rem;left:1.9362564086914rem;height:14.61913125rem;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; }
#hCNAdzLlr0Q7tbgxgsFq3M4B2Niksg3a { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.625rem;width:49.9375rem;top:50.300067901611rem;left:4.9680385589599rem;overflow:hidden;display:block; }
#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#189161;background-image:none;position:relative;display:block; }#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA > .row .container { background-color: transparent; background-image: none; }#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA > .row .container > .video-iframe-container { display: none; }#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA > .row > .video-iframe-container { display: none; }#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA > .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); }#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA > .row .container { border-width: 0; border-radius: 0; }#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA > .row > .video-iframe-container {  }#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG > .row .container { background-color: transparent; background-image: none; }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG > .row .container > .video-iframe-container { display: none; }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG > .row > .video-iframe-container { display: none; }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG > .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); }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG > .row .container { border-width: 0; border-radius: 0; }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG > .row > .video-iframe-container {  }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG > .row .container { font-size:0.875rem;font-family:arial;height:183.1875rem;width:60rem;position:relative;display:block; }#Fk2bcE8sv9tI4WrGm4qgcPVsUxlh9eRI { color:#189161;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.9998195171356rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TxcHBA3WTwoIb7OC9Zb9SB7gfdg6cuN1 { color:#000000;display:block;width:56.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:9.432693481445rem;left:1.9362564086914rem;height:128.64839375rem;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; }
#sZJDTCpw9KNmMVZGWeWct4mWfHBDBZOR { box-sizing:content-box;color:#189161;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:178.583984375rem;left:28.4375rem;display:block; }
#nUJkPhTopEBg4lyd3lPxevh6JuEAeqTu { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.875rem;width:56.75rem;top:142.58166599274rem;left:1.6237564086914rem;overflow:hidden;display:block; }
#dWuKercdpKiyWImk3pveeVg9y1kxf8FN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#522d62;background-image:url("https://images.assets-landingi.com/IFek8cHa/hodowla_big.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN.adaptive-delivery-prevent-bg, #dWuKercdpKiyWImk3pveeVg9y1kxf8FN.lazyload, #dWuKercdpKiyWImk3pveeVg9y1kxf8FN.lazyloading { background-image: none; }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row .container { background-color: transparent; background-image: none; }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row .container > .video-iframe-container { display: none; }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row > .video-iframe-container { display: none; }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .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); }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row .container { border-width: 0; border-radius: 0; }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row > .video-iframe-container {  }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#VUp377mbNo102NEcSnmoPtAz0q5pmkKI { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.62322425842285rem;left:34.374465942382rem;height:10.72265625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container { background-color: transparent; background-image: none; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container > .video-iframe-container { display: none; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row > .video-iframe-container { display: none; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .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); }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container { border-width: 0; border-radius: 0; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row > .video-iframe-container {  }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#T2s80rMeSFNQNkM1Ktvk2EK4DVU76pKI { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #189161;border-left:0.125rem solid #189161;border-right:0.125rem solid #189161;border-bottom:0.125rem solid #189161;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:25rem;width:18.75rem;top:5.0617980957031rem;left:0rem;display:block; }
#ApR8AcyKe51xAc4BF3v3ORlpLsWtSUfF { color:#522d62;display:block;width:18.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0.12428855895996rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BUn1fJ5SegOD1BJg6vXlFwTvwOMMWxez { color:#189161;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0.43678855895996rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BToTmpWyOPP34D3SxLS8lVDS6nvGwpD8 { background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:4.625rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:27.874298095703rem;left:3.3433933258057rem;display:block; }
#MrQ5u0t9LI6lsGk9hiCEf1ibTTrzgEQE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eF2HaUkWfhisHymAZlhizV7bT0ErpQhB { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:10.9375rem;top:9.2791185379031rem;left:4.0616111755371rem;overflow:hidden;display:block; }
#ZpqKKmTnRoziveSyArANZoADkdxSOl3P { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #189161;border-left:0.125rem solid #189161;border-right:0.125rem solid #189161;border-bottom:0.125rem solid #189161;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:25rem;width:18.75rem;top:5.0617980957031rem;left:40.999641418457rem;display:block; }
#RdPP5bBJJJQvRBudyv4aOd8iNO5ksTSH { background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:4.625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:27.874298095703rem;left:44.375rem;display:block; }
#Boe92p8BvZ5iHrhDxFXoSvZhOmcVwsMB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GNkuiBTHHbTJuP8XIwoRn2J7tJNfkXIv { color:#189161;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:6.8125rem;left:41.437316894531rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#To2weS0ekPzIO8PZrmDpf3w4LZMJ5TCz { color:#522d62;display:block;width:18.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:4.3125rem;left:41.124816894531rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#myQu7WMe9ecRNLIC97RwVSTpXTdv1i6V { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:14.0625rem;top:10.995205879211rem;left:42.96875rem;overflow:hidden;display:block; }
#d83Le6pWh5CgpJk70DZee62FFPw6d14q { box-sizing:content-box;color:#189161;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:36.519878387451rem;left:28.4375rem;display:block; }
#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#189161;background-image:none;position:relative;display:block; }#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS > .row .container { background-color: transparent; background-image: none; }#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS > .row .container > .video-iframe-container { display: none; }#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS > .row > .video-iframe-container { display: none; }#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS > .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); }#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS > .row .container { border-width: 0; border-radius: 0; }#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS > .row > .video-iframe-container {  }#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP > .row .container { background-color: transparent; background-image: none; }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP > .row .container > .video-iframe-container { display: none; }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP > .row > .video-iframe-container { display: none; }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP > .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); }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP > .row .container { border-width: 0; border-radius: 0; }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP > .row > .video-iframe-container {  }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP > .row .container { font-size:0.875rem;font-family:arial;height:223.1875rem;width:60rem;position:relative;display:block; }#lHP5IzLl5sycNMXgEo0GX5NzohVVQo8H { color:#189161;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.9998195171356rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hcvI02pMnKmzvIKUlQZ0LKFkWl9EploD { position:absolute;display:block;z-index:100001;background-color:#189161;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:27.125rem;width:27.125rem;top:8.1875rem;left:0.75rem;display:block; }
#NHkzoyCOqm0LnISfOdQRFPUgmGBCOoqp { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3rN2bElu/gator3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:22.5rem;width:22.5rem;top:10.5rem;left:3.0625rem;display:block; }#NHkzoyCOqm0LnISfOdQRFPUgmGBCOoqp.adaptive-delivery-prevent-bg, #NHkzoyCOqm0LnISfOdQRFPUgmGBCOoqp.lazyload, #NHkzoyCOqm0LnISfOdQRFPUgmGBCOoqp.lazyloading { background-image: none; }
#Cx6UCqnzCorrsNxNb9KAAoOz8WGboiRs { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.5rem;width:9.5rem;top:17rem;left:20.3125rem;display:block; }
#QsyM8L35zGilnpbhxy3ByF7DBPxxmXuc { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;border-top:0.125rem dashed #189161;border-left:0.125rem dashed #189161;border-right:0.125rem dashed #189161;border-bottom:0.125rem dashed #189161;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.125rem;width:8.125rem;top:17.5625rem;left:20.875rem;display:block; }
#XW6OuBnTHchCpmQedig5r4lbuIzn8Hye { color:#189161;display:block;width:8rem;position:absolute;font-family:comfortaa;font-size:1.625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:21.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTUl2mzTnKtffuWcpENPTWsZlJraWG4f { color:#522d62;display:block;width:8rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:21.687143683434rem;left:21.061786651611rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GaI1TUwWqfb8seBO5T4B8JUwTXwhekvT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:42.749465942382rem;left:2.2478675842285rem;height:10.80078125rem;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; }
#OyAIp8lx3MItI8yEeRMno0KLkkgB1WOf { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:39.6875rem;left:2.25rem;height:1.94921875rem;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; }
#BZK2f0PtB4ZGA10qUdxHyzBO6AMNM1N8 { color:#000000;display:block;width:27.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:100024;line-height:1.6;letter-spacing:0;top:10.375rem;left:32.4375rem;height:21.7324125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BZK2f0PtB4ZGA10qUdxHyzBO6AMNM1N8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BZK2f0PtB4ZGA10qUdxHyzBO6AMNM1N8 li:before{  }
#quTHL2cAH7sfUQx7Gg4qWGGrv6WTFsNn { color:#000000;display:block;width:28.875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:42.749465942382rem;left:29.810901641846rem;height:7.71484375rem;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; }
#Xd5h4MR0yaHLomwQD125Q3PUv3DFoTsC { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.4375rem;width:29.3125rem;top:48.372676849365rem;left:0rem;overflow:hidden;display:block; }
#OWwbNgC6CdMoEbU0TwNw05akngV4PRXu { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.625rem;width:31.6875rem;top:55.964130401611rem;left:28.164538630357rem;overflow:hidden;display:block; }
#yt6f4foRPJWffNsi0skyelw4DlNifW9e { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.4375rem;width:58.3125rem;top:71.750705718994rem;left:0.74751281738281rem;overflow:hidden;display:block; }
#S3z6Q5xEQCDXtT6d43a3Zb6ylSU8cCSd { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.625rem;width:59rem;top:107.18751907349rem;left:0.49893379211426rem;overflow:hidden;display:block; }
#rVEEoUa3H6LpdDh5ec6yuPai9RU6SWGR { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.3125rem;width:57.75rem;top:146.81196403503rem;left:1.1239337921143rem;overflow:hidden;display:block; }
#kctGQRLfZME8wD8wUO3TeqTQCf2WPmib { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.5625rem;width:57.8125rem;top:187.43611907959rem;left:1.09375rem;overflow:hidden;display:block; }
#NVyr5WKGbSQ6xOe0UvhHyLiVCUkk9nyz { background-color:#189161;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:4.6875rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:31.27840423584rem;left:34.561431884766rem;display:block; }
#pU8Zb11msGbF3wArUhkRN2dTg8QtREJC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { background-color: transparent; background-image: none; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container > .video-iframe-container { display: none; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row > .video-iframe-container { display: none; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .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); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { border-width: 0; border-radius: 0; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row > .video-iframe-container {  }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:60rem;position:relative;display:block; }#iRntArJFTO8PnPzmg4WieNvb6Fp7PzdT { color:#522d62;display:block;width:29.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.8;letter-spacing:0;top:46.6875rem;left:0rem;height:2.0244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yimwpkWQBRuThU44PbusUTcMIgFxLrpZ { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.6875rem;width:29.6875rem;top:29.9375rem;left:0rem;display:block; }
#PGPvtA3AWPvmMi2AcbINzD8W8A4aAeaU { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.625rem;width:29.6875rem;top:30rem;left:30.3125rem;display:block; }
#i0mb0EpZLVKBIM4LDCS7HEE2OEUdKtfi { color:#522d62;display:block;width:30.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100021;line-height:1.8;letter-spacing:0;top:46.686767578125rem;left:29.499996185302rem;height:2.0244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnIqUMtqhApc1X8LoDfRMTLLRhyy9oXO { color:#522d62;display:block;width:29.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100018;line-height:1.8;letter-spacing:0;top:24.375rem;left:0rem;height:2.0244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EoPhF8cg5uJUJcUEToRx6dTd9MgMTKDB { color:#522d62;display:block;width:29.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100019;line-height:1.8;letter-spacing:0;top:24.375rem;left:30.625rem;height:4.048825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w9uGD2cGN6X2O8POGBnqT711VN2Mm7T0 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.6875rem;width:29.6875rem;top:7.6875rem;left:0rem;display:block; }
#uTtLdhC9v68ddBVwuOHBFLIXUU4u9VcJ { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.625rem;width:29.6875rem;top:7.6875rem;left:30.3125rem;display:block; }
#FWiE0axn6ASHlwL9HeTMW2m6q0efeb4e { box-sizing:content-box;color:#189161;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:50.6875rem;left:28.4375rem;display:block; }
#G1GsKdnnwsScr7GVNqBoEX4AnPgTCQ5i { color:#189161;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8102016448974rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#189161;background-image:none;position:relative;display:block; }#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl > .row .container { background-color: transparent; background-image: none; }#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl > .row .container > .video-iframe-container { display: none; }#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl > .row > .video-iframe-container { display: none; }#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl > .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); }#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl > .row .container { border-width: 0; border-radius: 0; }#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl > .row > .video-iframe-container {  }#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy > .row .container { background-color: transparent; background-image: none; }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy > .row .container > .video-iframe-container { display: none; }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy > .row > .video-iframe-container { display: none; }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy > .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); }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy > .row .container { border-width: 0; border-radius: 0; }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy > .row > .video-iframe-container {  }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#XbphBfzb3lnvOUiki8Qm0HoPeMknE9Md { color:#189161;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.7494506835938rem;left:0rem;height:5.8496125rem;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;text-align:center;text-align-last:center;display:block; }
#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { background-color: transparent; background-image: none; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container > .video-iframe-container { display: none; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row > .video-iframe-container { display: none; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .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); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { border-width: 0; border-radius: 0; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row > .video-iframe-container {  }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#h8qiCTHieGGg6WzGwZ61tIRCPJd6Hwt8 { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.9375rem;width:10.9375rem;top:14.187320709229rem;left:9.2498207092288rem;display:block; }
#J66fqAlpOSLf26PLOF3W1CtWsWkt0ooi { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yLV81Oe1/hodowla.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:15.686786651611rem;left:10.718215942382rem;display:block; }#J66fqAlpOSLf26PLOF3W1CtWsWkt0ooi.adaptive-delivery-prevent-bg, #J66fqAlpOSLf26PLOF3W1CtWsWkt0ooi.lazyload, #J66fqAlpOSLf26PLOF3W1CtWsWkt0ooi.lazyloading { background-image: none; }
#T71dE6Uo64Qi4cTMcBvJ1JngZ0EoJqoA { color:#522d62;display:block;width:29.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100017;line-height:1.8;letter-spacing:0;top:1.280891418457rem;left:0rem;height:6.07324375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5CXJO63TKo0TgFvtGAVISxRCRbJqlVR { color:#189161;display:block;width:29.375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:26.062320709229rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r9kdy0TQI1FH7IUJgRu1USkPeR1UZG2v { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.9375rem;width:10.9375rem;top:14.187320709229rem;left:39.874820709229rem;display:block; }
#JrK1xBIhPw65Dgve63zWlxU9UM7KBpoU { color:#189161;display:block;width:29.375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:26.062320709229rem;left:30.624996185302rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvams0PEPdxDRS0f94pLkfu4lDou2Te5 { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dino96WW/hodowla_drob.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:15.686786651611rem;left:41.374290466309rem;display:block; }#gvams0PEPdxDRS0f94pLkfu4lDou2Te5.adaptive-delivery-prevent-bg, #gvams0PEPdxDRS0f94pLkfu4lDou2Te5.lazyload, #gvams0PEPdxDRS0f94pLkfu4lDou2Te5.lazyloading { background-image: none; }
#T9dfnZqp1cVJEw18f9dXNXo5CSERmiMq { color:#522d62;display:block;width:29.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100018;line-height:1.8;letter-spacing:0;top:1.2492899894714rem;left:30.311611175537rem;height:12.1465rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container { background-color: transparent; background-image: none; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container > .video-iframe-container { display: none; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row > .video-iframe-container { display: none; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .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); }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container { border-width: 0; border-radius: 0; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row > .video-iframe-container {  }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:block; }#dWaX9PmCrGng34aiTOK813XRTDur2nlK { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.9375rem;width:10.9375rem;top:16.312324523926rem;left:9.2498207092288rem;display:block; }
#T4EB1uUaP8TbV1gvxz45au33buUrNNRa { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yLV81Oe1/hodowla.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:17.811790466309rem;left:10.718215942382rem;display:block; }#T4EB1uUaP8TbV1gvxz45au33buUrNNRa.adaptive-delivery-prevent-bg, #T4EB1uUaP8TbV1gvxz45au33buUrNNRa.lazyload, #T4EB1uUaP8TbV1gvxz45au33buUrNNRa.lazyloading { background-image: none; }
#DX8TvlfuywDgJX0lfT5NP9BNe3LIoGE2 { color:#189161;display:block;width:29.375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:28.187324523926rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFxNpkVsBsgFJhIGGubZJR09tH32tCtf { color:#522d62;display:block;width:29.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100022;line-height:1.8;letter-spacing:0;top:2.3748207092285rem;left:0.3125rem;height:8.097625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { position:relative;display:block; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { background-color: transparent; background-image: none; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container > .video-iframe-container { display: none; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row > .video-iframe-container { display: none; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .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); }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { border-width: 0; border-radius: 0; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container > .video-iframe-container {  }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:66.0625rem;width:60rem;position:relative;display:block; }#ExffAoFR4vU631ToIgk0rzO2TuwSTK0f { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.8;letter-spacing:0;top:3.8432006835938rem;left:1.1860790252686rem;height:5.3984375rem;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; }
#aTiSGFTmVhtJDMr6Mwqm7VSpVrJP9inx { position:absolute;display:block;z-index:100018;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:50.625rem;width:31.375rem;top:4.4373164176941rem;left:28.498756408691rem;display:block; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-form-header {  }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:1rem;font-weight:bold;color:#ffffff;width:23.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.9375rem;box-sizing:border-box;height:4rem;color:#522d62;font-size:1rem;overflow:hidden;font-family:comfortaa;font-weight:400;font-style:normal; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-text {padding-top: 0; padding-bottom: 0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.9375rem;box-sizing:border-box;height:4.375rem;color:#522d62;font-size:1rem;overflow:hidden;font-family:comfortaa;font-weight:400;font-style:normal; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.9375rem;box-sizing:border-box;height:4rem;color:#161616;font-family:comfortaa;font-size:0.875rem;overflow:hidden; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-select {padding-top: 0; padding-bottom: 0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:9.625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:14.3125rem;height:4.625rem;font-family:ubuntu;overflow:hidden; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:comfortaa;font-size:0.875rem; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:comfortaa;font-size:0.875rem; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:comfortaa;font-size:0.875rem; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:comfortaa;font-size:0.875rem; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:comfortaa;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.75rem;overflow:hidden;font-style:normal; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:comfortaa;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-container:first-of-type{padding-top:0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-container:last-of-type{padding-bottom:0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100019;position:absolute;top:5.654296875rem;left:31.030715942382rem; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.9375rem; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-info-text { display:block;height:auto;font-family:comfortaa;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG {display:block;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100019;position:absolute;top:5.654296875rem;left:31.030715942382rem; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #qgVRRGvEbVh1RWVxPl8UIUUxv4gnM0qo { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #us8BJRKZFiVo193H7K05R1wqmhGLdDJv { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #nqETcmne2GHQue2yp9uzU9Fg3kBN5H3H { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #ZvyEqEGuVbwsQ6KMzKW525pQNQa8FGrt { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #CQM9g6l5HqnhMCygA3IXwEOPI3quTGI6 { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #LS2zp3s2dxPiIpZdxXu9MSR3oQ7BJT1S { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #winhwXanuzKZOnDPTOZTuhqXldPpVJiq { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #kOs7zC9DTPEC7srN2TTIw3bdyISdtNw8 { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #TLhWokOVM31uVzicNUvKpaTFFc8sPQvl { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #EGBaJzW2P0STmSnr99N1IR4STu65dXZZ { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #h0TidOT6ySyGTEMAuMIak40eJxPy9nMB { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #miphAQQGJ153IutOssIvqd5scJH9sheF { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #bI9wynJuhnSaIkH7y1CqDmFVSRAR0rRM { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #Od0aDPvVSoHy35kawS8q2OcOdTfAHaob { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #c5zn0Sos9e252OLqQdw7TXBXfhDEEmvh { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #sKxgIpGztFxTPKPAqAUW2rMc3QgXdodl { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #AUDR46qGZuAnd792sCTcX4nkKl4G9UmC { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #PA03mGe2oCB5CZ1SODZoSATFAKiWZOo6 { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #paty4pi6Vybr0R246GRe8bUgwMB6aUNk { position:relative; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #MNFibW0prV3g618dtNNg3IClST1aNM8D { position:relative; }
#x6i1LvS82rQ9gisI2A080wg0yxMPkF3P { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.8;letter-spacing:0;top:9.9671897888181rem;left:1.1834144592285rem;height:30.3661875rem;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; }
#IFluxS4gJm1NWs72NRVOB8v0Sdo6T8Zz { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.8;letter-spacing:0;top:41.715204238892rem;left:1.1834144592285rem;height:5.3984375rem;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; }
#n167ObGskiFt2D77Icb6TvTqGexndVh7 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:17.25rem;top:48.25rem;left:1.1875rem;overflow:hidden;display:block; }
#xpkFBSJVTF8pRdO394RgQxdZWvUrvhpa { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:17.4375rem;top:56.3125rem;left:1.1875rem;overflow:hidden;display:block; }
#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 > .row .container { background-color: transparent; background-image: none; }#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 > .row .container > .video-iframe-container { display: none; }#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 > .row > .video-iframe-container { display: none; }#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 > .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); }#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 > .row .container { border-width: 0; border-radius: 0; }#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 > .row > .video-iframe-container {  }#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:60rem;position:relative;display:block; }#lq0Gnx0Tn2hNgnJRUoeE9z1a2zgzoADe { color:#000000;display:block;width:57.0625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:100009;line-height:1.8;letter-spacing:0;top:0.78125rem;left:2.0543308258057rem;height:;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;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GvzcRWSTfl1Wr1snRpgMGJaJaqwfZG1Q { width:18.375rem;height:4.6875rem;top:0.93661218881606rem;left:28.561789274216rem;display:block; }
 }@media only screen and (max-width: 959px) { #pPdhxim49DMTxZ4rVDfAsfgzH9ubNtAo { width:8.25rem;height:3.75rem;top:0.8125rem;left:39.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #wCw5I3LJT0Smcvsd6RtIKPmXTEGCTpiP { width:9.6875rem;height:0.6875rem;top:4.6875rem;left:38.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 959px) { #RlKl4E3x3tPbf4EWuiSEHJRMgHrQLFE7 { top:6.5625rem;left:0rem;width:6.875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 959px) { #QA2nXUSTTpCl1Kbn4Uyux7lNyMZ3kIEG { display:block; }
 }@media only screen and (max-width: 959px) { #xNFTQNrSfXlVM7Tr26gBudNTH3wa6K0n { top:6.5625rem;left:1.279296875rem;width:4.375rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 959px) { #sqBavJiAuNqhgBPxF2KA29hqvok7dbrW { display:block; }
 }@media only screen and (max-width: 959px) { #ZJVafMCKrmVl24QTuFrTkKNehAwFwQBu { top:6.5625rem;left:6.0543327331543rem;width:7.8125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #LrpiopC6KAxKNDIiRSEnz132ZShuVQ3D { display:block; }
 }@media only screen and (max-width: 959px) { #dczXOfDQC1XpEGdwBhTsMMZZCewmobMz { top:6.5625rem;left:23.026630401611rem;width:5.9375rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 959px) { #WVfiDPeWezdQ4Vea4g9PmsDI8N74vXxZ { display:block; }
 }@media only screen and (max-width: 959px) { #ex3a5VWLSseO8tzSVswBnmocIEtb7doT { top:6.5625rem;left:29.304328918457rem;width:8.5625rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #gvNTazWI3VfOTBFPAGQt0vIkCPVmBHLL { display:block; }
 }@media only screen and (max-width: 959px) { #dPCS75fZzSq2kbmVgbziyHfticE4lhc6 { top:6.5625rem;left:42.75rem;width:5rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 959px) { #cQ5HHaqKOVy04vUQtTQkn85prPc0o1wU { display:block; }
 }@media only screen and (max-width: 959px) { #Ip5G1R8GAO6SdaDCGFxEBIlDdvSRyi4h { top:6.5625rem;left:43.0625rem;width:4.6875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 959px) { #voySOUzXyafIbfePfXezFLf2vTQrB2eR { display:block; }
 }@media only screen and (max-width: 959px) { #ad3s4ROKdEzCDQRbQWT3FgiwEqHiH7J0 { top:6.5625rem;left:38.244491577149rem;width:5rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 959px) { #H0o3ivX3T0CyCRTE7U0iuD1vMv9tK30S { display:block; }
 }@media only screen and (max-width: 959px) { #xfwPFe88ONtdlmipxUfOSD8mz6zu6UiN { width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GU518M89MOU7D4O3gUdrXxSe4c8xMbV4 { top:6.5625rem;left:14.306282043457rem;width:8.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #p5GZKtnPtnaMIiLvCyKO6XeIA5K0R03w { display:block; }
 }@media only screen and (max-width: 959px) { #b3MRoWBJQD9wbiAVKFw7hE1miS2SegmC { width:20.375rem;height:8.75rem;top:0.46874997019768rem;left:5.6871445178986rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 959px) { #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:47.75rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QifC2MTsVp4v7kunQiDFxfhFDo7iqqTZ { width:44rem;height:4rem;top:10.436789512634rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vzd98s5T01loxRfO2uvleiclgzvVpJem { width:10rem;height:3.75rem;top:30.062143325806rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kI1VVEJ3TOHpX1we1GW4ifMJJlKK2vHx { display:block; }
 }@media only screen and (max-width: 959px) { #qOJT9CR3K5VdaTzv7D0ZB79wVy07C254 { width:10.18892rem;height:3.62642rem;top:30.062143325806rem;left:11.748046636581rem;display:block; }
 }@media only screen and (max-width: 959px) { #DlKRITa12qksh09aJvA2dWIcVrAr1P4o { display:block; }
 }@media only screen and (max-width: 959px) { #qIE1pLrt9D6JnwKeXnCQvHvEFBl4M3gv { width:16.5625rem;height:6.4375rem;top:27.625rem;left:27.874465942382rem;display:block; }
 }@media only screen and (max-width: 959px) { #TyMJHqA5d9nMXUsPlbxf3tDLTuNWlBoH { width:9.5rem;height:9.5rem;top:26.125rem;left:23.061786651611rem;display:block; }
 }@media only screen and (max-width: 959px) { #vDLik1baS6VRpTXu7lBWi4OetzJo8q8C { width:8.125rem;height:8.125rem;top:26.6875rem;left:23.624641418457rem;display:block; }
 }@media only screen and (max-width: 959px) { #B283frf0KI76DhnJ0sFJrTixV6pHmoEe { width:9.6875rem;height:2.75rem;top:30.375rem;left:33.811965942382rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #lmrpmxIAnFdh4t4IvEzvTWRlU3vmDzTB { width:44rem;height:10.1875rem;top:16.75rem;left:0rem;font-size:1.1875rem;display:block; }#lmrpmxIAnFdh4t4IvEzvTWRlU3vmDzTB li:before{  }
 }@media only screen and (max-width: 959px) { #Nr3MTJ1tt4yw16VmLHnBIQzThKh9dkLo { width:3.125rem;height:3.125rem;top:37.311786651611rem;left:22.746092557907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aXTtdynrTVLrOWqQC17mUAky0X9nkNXe { width:41.875rem;height:41.875rem;top:0rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GeRoPNMN2VH7gdLi6kas44BAfgQAZ3qe { width:13.5625rem;height:0.8125rem;top:34.375rem;left:31.248043060302rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TtXwH5uPD65x6tUwCVt1Tz3ShnrEvzbD { width:9.6875rem;height:2.75rem;top:30.375rem;left:33.811965942382rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #P9RLNErWGFCuq6EmAyVGld5VTRC9cRom { display:block; }#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { width:47.75rem;height:3.25rem;top:2.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ByAHz0UJxhJsc1KNEfZos1lEgWiMqhzS { width:27.125rem;height:27.125rem;top:10.1875rem;left:10.312320709229rem;display:block; }
 }@media only screen and (max-width: 959px) { #ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs { width:22.5rem;height:22.5rem;top:12.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uZ7g0kvimNQZLM5zV7urLuIfVTLCSZrn { width:9.5rem;height:9.5rem;top:19rem;left:29.874641418457rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mdde6f93cEHldopG2WgvHJTCmZTISPZD { width:8.125rem;height:8.125rem;top:19.5625rem;left:30.437496185302rem;display:block; }
 }@media only screen and (max-width: 959px) { #MQ2TLKEhhEN0sErqseM9Liztl4BZnT1H { width:8rem;height:2.125rem;top:21.6875rem;left:30.624820709229rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DlCSoT6TFXfrBocSTaUwMxZq618v5Jtm { width:8rem;height:2.375rem;top:23.3125rem;left:30.623043060302rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #R1RXXmhpb2BmZ1zt2ZEgw00SPwAT6HTS { width:10.9375rem;height:10.9375rem;top:35.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0 { width:9.375rem;height:9.375rem;top:36.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NTzObUorRRoqh5oTTBwOSbVRowGmBsCE { width:11.4375rem;height:1.25rem;top:47.436790466309rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #aXkQaP84BBtmHskg2FS8q0OA2BdTSA6D { width:14.125rem;height:2.375rem;top:49.061790466309rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ms2fTzJ6XRt5iZABACp0ggAzNOltGltv { width:13.3125rem;height:4.75rem;top:53.624820709229rem;left:17.218571424484rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #iWtitriARIfQasU7e6WDffInuRLNFyPU { width:10.375rem;height:1.25rem;top:51.561611175537rem;left:18.62393450737rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #iqpel5d1HVGspBaFu0rHncQmoVhz0XOo { width:10.9375rem;height:10.9375rem;top:39.749824523926rem;left:18.437498807907rem;display:block; }
 }@media only screen and (max-width: 959px) { #ruhKb1MB0TkDB2mII69DV518JPhecgCF { width:9.5rem;height:9.4375rem;top:40.625rem;left:19.186966657639rem;display:block; }
 }@media only screen and (max-width: 959px) { #lPi3b0EVmaVTeSCHX5Bn9G5RSuqr1bTF { width:13.25rem;height:5.9375rem;top:49.061611175537rem;left:34.388670682907rem;font-size:0.9375rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 959px) { #BfSIfcgfCtqaoIcJwTSC7WvhLQkDrQsJ { width:10.4375rem;height:1.25rem;top:47.436079025269rem;left:35.93572306633rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CfaTRM8Dv4KZATt7BDXZlQthlJ11yAh7 { width:10.9375rem;height:10.9375rem;top:35.812149047851rem;left:35.749466657639rem;display:block; }
 }@media only screen and (max-width: 959px) { #yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa { width:9.25rem;height:9.3125rem;top:36.749824523926rem;left:36.645984344922rem;display:block; }
 }@media only screen and (max-width: 959px) { #lDuWwO6Tebs7dlNgyVTukBUUOt39r2vU { width:3.125rem;height:3.125rem;top:61.1875rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq { display:block; }#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lON08aVhQIL55RnkA8FDKDFouS1oHstx { display:block; }#lON08aVhQIL55RnkA8FDKDFouS1oHstx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Mce7HQyx3bTGI87Z1thRKB5Up3hayyXy { width:47.75rem;height:2.125rem;top:2.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #LZ9CnUVTHsEubwMuLOhxZHBzlyelqZJ4 { width:3.125rem;height:3.125rem;top:46.8125rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QzbxO24JdvX3ttoTAchvHFlkos9hHvwq { width:22.875rem;height:36.3125rem;top:8.0625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RLGEhuPSQABOoHVJdSIfFysald2cFXUh { width:26.3125rem;height:33.6875rem;top:8.375rem;left:0rem;font-size:0.875rem;display:block; }#RLGEhuPSQABOoHVJdSIfFysald2cFXUh li:before{  }
 }@media only screen and (max-width: 959px) { #J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ { display:block; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MOC8PNBoFZB84XtdR4c5KHVnoJse0MR7 { width:27.5625rem;height:7rem;top:0.5625rem;left:20.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VcGvVihSd5fboANwETUzPXwSVbeiG2DE { width:27.5625rem;height:2.125rem;top:7.5625rem;left:20.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #K2rPQSTi3z3kWpgbSVWe7DvSLwiPETo1 { width:12.25rem;height:4.6875rem;top:11.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #lMDUBK0NHt33KWMGaqnDERn2FWXO923k { display:block; }
 }@media only screen and (max-width: 959px) { #KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF { display:block; }#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF > .row .container { width:47.75rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #C1SvmbRLgUkRzEEBraTtxmZlFFpQq6zg { width:47.75rem;height:3.25rem;top:2.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kSJPikP7gOTBQAtw73UksHIVJ8NBqR6O { width:47.75rem;height:21.375rem;top:7.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gGJ9PzdgKSptUXlv88sP4uBqKKg5vTuf { width:3.125rem;height:3.125rem;top:67.499113082888rem;left:22.311789274216rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qeagzA117TyHHbJzv3TGwgrOdSGwtuJl { width:47.75rem;height:11.3125rem;top:26.437316894531rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #hCNAdzLlr0Q7tbgxgsFq3M4B2Niksg3a { width:47.75rem;height:24.5625rem;top:39.748765945434rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 959px) { #GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA { display:block; }#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG { display:block; }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG > .row .container { width:47.75rem;height:145.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Fk2bcE8sv9tI4WrGm4qgcPVsUxlh9eRI { width:47.75rem;height:3.25rem;top:2.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TxcHBA3WTwoIb7OC9Zb9SB7gfdg6cuN1 { width:47.75rem;height:100.625rem;top:9.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #sZJDTCpw9KNmMVZGWeWct4mWfHBDBZOR { width:3.125rem;height:3.125rem;top:140.18555450439rem;left:22.311789274216rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nUJkPhTopEBg4lyd3lPxevh6JuEAeqTu { width:47.75rem;height:25.1875rem;top:111.68678092956rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 959px) { #dWuKercdpKiyWImk3pveeVg9y1kxf8FN { display:block; }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row .container { width:47.75rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VUp377mbNo102NEcSnmoPtAz0q5pmkKI { width:16.25rem;height:7.125rem;top:0.56195068359375rem;left:31.249998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AwUUaeRkTc6882kzRBhmwocfM4uNUnEK { display:block; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T2s80rMeSFNQNkM1Ktvk2EK4DVU76pKI { width:18.75rem;height:25rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ApR8AcyKe51xAc4BF3v3ORlpLsWtSUfF { width:18.75rem;height:1.4375rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BUn1fJ5SegOD1BJg6vXlFwTvwOMMWxez { width:18.125rem;height:;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BToTmpWyOPP34D3SxLS8lVDS6nvGwpD8 { width:12.3125rem;height:4.625rem;top:27.8125rem;left:1.2808933258057rem;display:block; }
 }@media only screen and (max-width: 959px) { #MrQ5u0t9LI6lsGk9hiCEf1ibTTrzgEQE { display:block; }
 }@media only screen and (max-width: 959px) { #eF2HaUkWfhisHymAZlhizV7bT0ErpQhB { width:10.9375rem;height:17.5rem;top:9.25rem;left:1.9991111755371rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZpqKKmTnRoziveSyArANZoADkdxSOl3P { width:18.75rem;height:25rem;top:5rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RdPP5bBJJJQvRBudyv4aOd8iNO5ksTSH { width:12.3125rem;height:4.625rem;top:27.8125rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Boe92p8BvZ5iHrhDxFXoSvZhOmcVwsMB { display:block; }
 }@media only screen and (max-width: 959px) { #GNkuiBTHHbTJuP8XIwoRn2J7tJNfkXIv { width:18.125rem;height:;top:6.75rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #To2weS0ekPzIO8PZrmDpf3w4LZMJ5TCz { width:18.75rem;height:1.4375rem;top:4.3125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #myQu7WMe9ecRNLIC97RwVSTpXTdv1i6V { width:14.0625rem;height:14.0625rem;top:10.9375rem;left:32.65625rem;display:block; }
 }@media only screen and (max-width: 959px) { #d83Le6pWh5CgpJk70DZee62FFPw6d14q { width:3.125rem;height:3.125rem;top:36.5rem;left:22.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #l5954nW5LiNzRNxk0cLI48Xqafc2FMyS { display:block; }#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #K3Qc84uzqRsgDncct8L9V5JZZUq21GpP { display:block; }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lHP5IzLl5sycNMXgEo0GX5NzohVVQo8H { width:47.75rem;height:3.25rem;top:2.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hcvI02pMnKmzvIKUlQZ0LKFkWl9EploD { width:24.75rem;height:24.75rem;top:7.4371337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #NHkzoyCOqm0LnISfOdQRFPUgmGBCOoqp { width:22.5rem;height:22.5rem;top:8.5623168945312rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Cx6UCqnzCorrsNxNb9KAAoOz8WGboiRs { width:9.5rem;height:9.5rem;top:13.936767578125rem;left:14.186789274216rem;display:block; }
 }@media only screen and (max-width: 959px) { #QsyM8L35zGilnpbhxy3ByF7DBPxxmXuc { width:8.125rem;height:8.125rem;top:14.499633789062rem;left:14.749644041061rem;display:block; }
 }@media only screen and (max-width: 959px) { #XW6OuBnTHchCpmQedig5r4lbuIzn8Hye { width:8rem;height:2.125rem;top:16.624938964844rem;left:14.936966657639rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vTUl2mzTnKtffuWcpENPTWsZlJraWG4f { width:8rem;height:2.375rem;top:18.562133789062rem;left:14.93607878685rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GaI1TUwWqfb8seBO5T4B8JUwTXwhekvT { width:18.75rem;height:8.3125rem;top:39rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #OyAIp8lx3MItI8yEeRMno0KLkkgB1WOf { width:29.1875rem;height:1.25rem;top:36rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BZK2f0PtB4ZGA10qUdxHyzBO6AMNM1N8 { width:22.6875rem;height:18.6875rem;top:10.375rem;left:24.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#BZK2f0PtB4ZGA10qUdxHyzBO6AMNM1N8 li:before{  }
 }@media only screen and (max-width: 959px) { #quTHL2cAH7sfUQx7Gg4qWGGrv6WTFsNn { width:20rem;height:5.9375rem;top:39rem;left:23.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Xd5h4MR0yaHLomwQD125Q3PUv3DFoTsC { width:34rem;height:36.5625rem;top:68.055723190306rem;left:6.8749997615813rem;display:block; }
 }@media only screen and (max-width: 959px) { #OWwbNgC6CdMoEbU0TwNw05akngV4PRXu { width:47.8125rem;height:22.125rem;top:49.686628341675rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 959px) { #yt6f4foRPJWffNsi0skyelw4DlNifW9e { width:47.75rem;height:29.0625rem;top:98.683425903319rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #S3z6Q5xEQCDXtT6d43a3Zb6ylSU8cCSd { width:47.75rem;height:32.0625rem;top:127.6846408844rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 959px) { #rVEEoUa3H6LpdDh5ec6yuPai9RU6SWGR { width:47.75rem;height:33.3125rem;top:159.62359499931rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 959px) { #kctGQRLfZME8wD8wUO3TeqTQCf2WPmib { width:47.75rem;height:28.5rem;top:192.87462139129rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 959px) { #NVyr5WKGbSQ6xOe0UvhHyLiVCUkk9nyz { width:12.25rem;height:4.6875rem;top:27.561257362366rem;left:30.092327833176rem;display:block; }
 }@media only screen and (max-width: 959px) { #pU8Zb11msGbF3wArUhkRN2dTg8QtREJC { display:block; }
 }@media only screen and (max-width: 959px) { #dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS { display:block; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { width:47.75rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iRntArJFTO8PnPzmg4WieNvb6Fp7PzdT { width:29.375rem;height:1.75rem;top:67.625rem;left:9rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 959px) { #yimwpkWQBRuThU44PbusUTcMIgFxLrpZ { width:29.6875rem;height:16.6875rem;top:50.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 959px) { #PGPvtA3AWPvmMi2AcbINzD8W8A4aAeaU { width:29.6875rem;height:16.625rem;top:71.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #i0mb0EpZLVKBIM4LDCS7HEE2OEUdKtfi { width:30.375rem;height:1.75rem;top:87.9375rem;left:8.625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 959px) { #nnIqUMtqhApc1X8LoDfRMTLLRhyy9oXO { width:19.4375rem;height:1.75rem;top:23.686092376709rem;left:14.155716657639rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 959px) { #EoPhF8cg5uJUJcUEToRx6dTd9MgMTKDB { width:29.375rem;height:3.5rem;top:43.875rem;left:9.3125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 959px) { #w9uGD2cGN6X2O8POGBnqT711VN2Mm7T0 { width:29.6875rem;height:16.625rem;top:7.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 959px) { #uTtLdhC9v68ddBVwuOHBFLIXUU4u9VcJ { width:29.6875rem;height:16.5625rem;top:27.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 959px) { #FWiE0axn6ASHlwL9HeTMW2m6q0efeb4e { width:3.125rem;height:3.125rem;top:91.4375rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #G1GsKdnnwsScr7GVNqBoEX4AnPgTCQ5i { width:47.75rem;height:3.25rem;top:1.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl { display:block; }#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy { display:block; }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XbphBfzb3lnvOUiki8Qm0HoPeMknE9Md { width:47.75rem;height:2.875rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 { display:block; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #h8qiCTHieGGg6WzGwZ61tIRCPJd6Hwt8 { width:10.9375rem;height:10.9375rem;top:7.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #J66fqAlpOSLf26PLOF3W1CtWsWkt0ooi { width:7.9375rem;height:7.9375rem;top:9.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #T71dE6Uo64Qi4cTMcBvJ1JngZ0EoJqoA { width:23.25rem;height:5.3125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #W5CXJO63TKo0TgFvtGAVISxRCRbJqlVR { width:22.375rem;height:1.25rem;top:20.186434745789rem;left:0.014204561710357rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #r9kdy0TQI1FH7IUJgRu1USkPeR1UZG2v { width:10.9375rem;height:10.9375rem;top:14.125rem;left:30.687320709229rem;display:block; }
 }@media only screen and (max-width: 959px) { #JrK1xBIhPw65Dgve63zWlxU9UM7KBpoU { width:23.125rem;height:1.25rem;top:25.999643325806rem;left:24.499466657639rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gvams0PEPdxDRS0f94pLkfu4lDou2Te5 { width:7.9375rem;height:7.9375rem;top:15.625rem;left:32.186790466309rem;display:block; }
 }@media only screen and (max-width: 959px) { #T9dfnZqp1cVJEw18f9dXNXo5CSERmiMq { width:23.4375rem;height:12.3125rem;top:1.1869673728943rem;left:24.186966657639rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr { display:block; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container { width:47.75rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dWaX9PmCrGng34aiTOK813XRTDur2nlK { width:10.9375rem;height:10.9375rem;top:12.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T4EB1uUaP8TbV1gvxz45au33buUrNNRa { width:7.9375rem;height:7.9375rem;top:13.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DX8TvlfuywDgJX0lfT5NP9BNe3LIoGE2 { width:23.4375rem;height:1.25rem;top:24.936079561711rem;left:0.014204561710357rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #aFxNpkVsBsgFJhIGGubZJR09tH32tCtf { width:23.25rem;height:8.8125rem;top:2.3117904663086rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { display:block; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container { width:47.75rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ExffAoFR4vU631ToIgk0rzO2TuwSTK0f { width:17.1875rem;height:3.5rem;top:3.8121452331543rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #aTiSGFTmVhtJDMr6Mwqm7VSpVrJP9inx { width:26.875rem;height:43.375rem;top:4.375rem;left:20.619765191434rem;display:block; }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-regular-label { width:23.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-text { width:23.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-text {padding-top: 0; padding-bottom: 0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-textarea { width:23.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.9375rem; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-select { width:23.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-select {padding-top: 0; padding-bottom: 0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-checkbox-label { width:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG  { width:23.9375rem;height:auto;top:5.625rem;left:21.3125rem; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .radio-container { width:23.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG {display:block;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG { width:23.9375rem;height:auto;top:5.625rem;left:21.3125rem; }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #qgVRRGvEbVh1RWVxPl8UIUUxv4gnM0qo {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #us8BJRKZFiVo193H7K05R1wqmhGLdDJv {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #nqETcmne2GHQue2yp9uzU9Fg3kBN5H3H {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #ZvyEqEGuVbwsQ6KMzKW525pQNQa8FGrt {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #CQM9g6l5HqnhMCygA3IXwEOPI3quTGI6 {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #LS2zp3s2dxPiIpZdxXu9MSR3oQ7BJT1S {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #winhwXanuzKZOnDPTOZTuhqXldPpVJiq {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #kOs7zC9DTPEC7srN2TTIw3bdyISdtNw8 {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #TLhWokOVM31uVzicNUvKpaTFFc8sPQvl {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #EGBaJzW2P0STmSnr99N1IR4STu65dXZZ {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #h0TidOT6ySyGTEMAuMIak40eJxPy9nMB {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #miphAQQGJ153IutOssIvqd5scJH9sheF {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #bI9wynJuhnSaIkH7y1CqDmFVSRAR0rRM {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #Od0aDPvVSoHy35kawS8q2OcOdTfAHaob {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #c5zn0Sos9e252OLqQdw7TXBXfhDEEmvh {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #sKxgIpGztFxTPKPAqAUW2rMc3QgXdodl {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #AUDR46qGZuAnd792sCTcX4nkKl4G9UmC {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #PA03mGe2oCB5CZ1SODZoSATFAKiWZOo6 {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #paty4pi6Vybr0R246GRe8bUgwMB6aUNk {  }
 }@media only screen and (max-width: 959px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #MNFibW0prV3g618dtNNg3IClST1aNM8D {  }
 }@media only screen and (max-width: 959px) { #x6i1LvS82rQ9gisI2A080wg0yxMPkF3P { width:14.6875rem;height:19.375rem;top:8.4366121292112rem;left:0.014204561710357rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #IFluxS4gJm1NWs72NRVOB8v0Sdo6T8Zz { width:18.9375rem;height:3.5rem;top:31.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #n167ObGskiFt2D77Icb6TvTqGexndVh7 { width:17.1875rem;height:6.0625rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #xpkFBSJVTF8pRdO394RgQxdZWvUrvhpa { width:17.4375rem;height:5.9375rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 { display:block; }#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lq0Gnx0Tn2hNgnJRUoeE9z1a2zgzoADe { width:47.75rem;height:;top:0.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XsaZpQr3oM7Q6U3bhETeR9JGZqF9ZNLc > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvzcRWSTfl1Wr1snRpgMGJaJaqwfZG1Q { width:14.1875rem;height:3.5625rem;top:1.1248223781586rem;left:5.8265267014504rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPdhxim49DMTxZ4rVDfAsfgzH9ubNtAo { width:6.5625rem;height:2.9375rem;top:5.654296875rem;left:9.2507401553175rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCw5I3LJT0Smcvsd6RtIKPmXTEGCTpiP { width:3.625rem;height:0;top:5.9028763771057rem;left:16.388493120671rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlKl4E3x3tPbf4EWuiSEHJRMgHrQLFE7 { top:28.310724258423rem;left:6.25rem;width:7.5rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QA2nXUSTTpCl1Kbn4Uyux7lNyMZ3kIEG { display:block; }
 }@media only screen and (max-width: 763px) { #xNFTQNrSfXlVM7Tr26gBudNTH3wa6K0n { top:31.435724258423rem;left:6.875rem;width:6.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqBavJiAuNqhgBPxF2KA29hqvok7dbrW { display:block; }
 }@media only screen and (max-width: 763px) { #ZJVafMCKrmVl24QTuFrTkKNehAwFwQBu { top:34.560724258423rem;left:5.9375rem;width:8.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrpiopC6KAxKNDIiRSEnz132ZShuVQ3D { display:block; }
 }@media only screen and (max-width: 763px) { #dczXOfDQC1XpEGdwBhTsMMZZCewmobMz { top:37.685724258423rem;left:6.5625rem;width:6.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVfiDPeWezdQ4Vea4g9PmsDI8N74vXxZ { display:block; }
 }@media only screen and (max-width: 763px) { #ex3a5VWLSseO8tzSVswBnmocIEtb7doT { top:40.810724258423rem;left:6.875rem;width:6.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvNTazWI3VfOTBFPAGQt0vIkCPVmBHLL { display:block; }
 }@media only screen and (max-width: 763px) { #dPCS75fZzSq2kbmVgbziyHfticE4lhc6 { top:50.185724258423rem;left:6.875rem;width:6.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQ5HHaqKOVy04vUQtTQkn85prPc0o1wU { display:block; }
 }@media only screen and (max-width: 763px) { #Ip5G1R8GAO6SdaDCGFxEBIlDdvSRyi4h { top:47.060724258423rem;left:6.875rem;width:6.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #voySOUzXyafIbfePfXezFLf2vTQrB2eR { display:block; }
 }@media only screen and (max-width: 763px) { #ad3s4ROKdEzCDQRbQWT3FgiwEqHiH7J0 { top:43.935724258423rem;left:6.875rem;width:6.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0o3ivX3T0CyCRTE7U0iuD1vMv9tK30S { display:block; }
 }@media only screen and (max-width: 763px) { #xfwPFe88ONtdlmipxUfOSD8mz6zu6UiN { top:1.1248223781586rem;left:0.014204561710357rem;width:3.4375rem;height:3.4375rem;z-index:100015;color:#189161;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU518M89MOU7D4O3gUdrXxSe4c8xMbV4 { top:6.5625rem;left:5.75rem;width:8.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5GZKtnPtnaMIiLvCyKO6XeIA5K0R03w { display:block; }
 }@media only screen and (max-width: 763px) { #b3MRoWBJQD9wbiAVKFw7hE1miS2SegmC { top:0.375rem;left:3.1383166909218rem;width:16.875rem;height:6.875rem;z-index:100016;font-family:ubuntu;font-weight:700;font-style:normal;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { background-color: transparent; background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QifC2MTsVp4v7kunQiDFxfhFDo7iqqTZ { width:20rem;height:4rem;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vzd98s5T01loxRfO2uvleiclgzvVpJem { width:7.25rem;height:2.8125rem;top:47.12357711792rem;left:1.6873224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI1VVEJ3TOHpX1we1GW4ifMJJlKK2vHx { display:block; }
 }@media only screen and (max-width: 763px) { #qOJT9CR3K5VdaTzv7D0ZB79wVy07C254 { width:7.56392rem;height:2.68892rem;top:47.12357711792rem;left:10.749822199344rem;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlKRITa12qksh09aJvA2dWIcVrAr1P4o { display:block; }
 }@media only screen and (max-width: 763px) { #qIE1pLrt9D6JnwKeXnCQvHvEFBl4M3gv { width:13.0625rem;height:4.125rem;top:29.124998092651rem;left:6.1248221993446rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyMJHqA5d9nMXUsPlbxf3tDLTuNWlBoH { width:7rem;height:6.9375rem;top:28.187498092651rem;left:1.4994671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDLik1baS6VRpTXu7lBWi4OetzJo8q8C { width:6.3125rem;height:6.3125rem;top:28.436965942382rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #B283frf0KI76DhnJ0sFJrTixV6pHmoEe { width:9.8125rem;height:2.75rem;top:29.1240234375rem;left:8.9365234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmrpmxIAnFdh4t4IvEzvTWRlU3vmDzTB { width:20rem;height:9.9375rem;top:36rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;color:#ffffff;display:block; }#lmrpmxIAnFdh4t4IvEzvTWRlU3vmDzTB li:before{  }
 }@media only screen and (max-width: 763px) { #Nr3MTJ1tt4yw16VmLHnBIQzThKh9dkLo { width:3.125rem;height:3.125rem;top:50.998754501343rem;left:8.4374995827675rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aXTtdynrTVLrOWqQC17mUAky0X9nkNXe { width:20rem;height:20rem;top:13.93678855896rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeRoPNMN2VH7gdLi6kas44BAfgQAZ3qe { width:10.75rem;height:1.25rem;top:31.999645233154rem;left:8.4996448159219rem;text-align:center;text-align-last:center;font-size:0.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TtXwH5uPD65x6tUwCVt1Tz3ShnrEvzbD { width:9.75rem;height:4.125rem;top:29.5927734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9RLNErWGFCuq6EmAyVGld5VTRC9cRom { display:block; }#P9RLNErWGFCuq6EmAyVGld5VTRC9cRom > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { width:20rem;height:99.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByAHz0UJxhJsc1KNEfZos1lEgWiMqhzS { width:20rem;height:20rem;top:6.8121490478512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve0BAsp4d6TeAdxTuWhLTwiqHs05VHcs { width:17.5rem;height:17.5rem;top:8.0621490478512rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ7g0kvimNQZLM5zV7urLuIfVTLCSZrn { width:9.5rem;height:9.5rem;top:19.624649047851rem;left:5.2494669556617rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdde6f93cEHldopG2WgvHJTCmZTISPZD { width:8.125rem;height:8.125rem;top:20.1875rem;left:5.8123221993446rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2TLKEhhEN0sErqseM9Liztl4BZnT1H { width:8rem;height:2.0625rem;top:22.375rem;left:5.9996448159218rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlCSoT6TFXfrBocSTaUwMxZq618v5Jtm { width:8rem;height:2.375rem;top:24.186614990234rem;left:5.9996448159218rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1RXXmhpb2BmZ1zt2ZEgw00SPwAT6HTS { width:10.9375rem;height:10.9375rem;top:30.999465942382rem;left:4.4992895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgZnsDtuBTe2EgkhEcQJbPta0iL1eff0 { width:7.9375rem;height:7.9375rem;top:32.499816894531rem;left:6.0307169556617rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzObUorRRoqh5oTTBwOSbVRowGmBsCE { width:18.75rem;height:1.25rem;top:43.186965942382rem;left:0.62499994039536rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXkQaP84BBtmHskg2FS8q0OA2BdTSA6D { width:18.75rem;height:2.375rem;top:45.75rem;left:0.62499994039536rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ms2fTzJ6XRt5iZABACp0ggAzNOltGltv { width:18.75rem;height:3.5625rem;top:89.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWtitriARIfQasU7e6WDffInuRLNFyPU { width:18.75rem;height:1.25rem;top:63.561965942381rem;left:0.62499994039536rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqpel5d1HVGspBaFu0rHncQmoVhz0XOo { width:10.9375rem;height:10.9375rem;top:51.374465942382rem;left:4.4992895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruhKb1MB0TkDB2mII69DV518JPhecgCF { width:7.9375rem;height:7.9375rem;top:52.874816894531rem;left:6.0307169556617rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPi3b0EVmaVTeSCHX5Bn9G5RSuqr1bTF { width:18.75rem;height:4.75rem;top:66.125rem;left:0.62499994039536rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfSIfcgfCtqaoIcJwTSC7WvhLQkDrQsJ { width:18.75rem;height:1.25rem;top:87.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfaTRM8Dv4KZATt7BDXZlQthlJ11yAh7 { width:10.9375rem;height:10.9375rem;top:75.0625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDSUbbIyxAHDfQsF7ZIRRKiBgQl5GZKa { width:7.9375rem;height:7.9375rem;top:76.5625rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDuWwO6Tebs7dlNgyVTukBUUOt39r2vU { width:3.125rem;height:3.125rem;top:95.374282836912rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq { display:block; }#KzCTzQ42x8t1Ob1ueHZg1Qt1xpunlhqq > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lON08aVhQIL55RnkA8FDKDFouS1oHstx { display:block; }#lON08aVhQIL55RnkA8FDKDFouS1oHstx > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mce7HQyx3bTGI87Z1thRKB5Up3hayyXy { width:20rem;height:4.125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ9CnUVTHsEubwMuLOhxZHBzlyelqZJ4 { width:3.125rem;height:3.125rem;top:84.9982175827rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzbxO24JdvX3ttoTAchvHFlkos9hHvwq { width:20rem;height:31.75rem;top:51.249089360237rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLGEhuPSQABOoHVJdSIfFysald2cFXUh { width:18.75rem;height:42.375rem;top:8.1232166290281rem;left:0.62411218881607rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#RLGEhuPSQABOoHVJdSIfFysald2cFXUh li:before{  }
 }@media only screen and (max-width: 763px) { #J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ { background-color:rgba(0,0,0,0);background-image:none;display:block; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { background-color: transparent; background-image: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container > .video-iframe-container { display: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row > .video-iframe-container { display: none; }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .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); }#J74rWW02oSVZQyvo3tgyfUQEZrkyDaBJ > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOC8PNBoFZB84XtdR4c5KHVnoJse0MR7 { width:20rem;height:5.5rem;top:0.93661212921144rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcGvVihSd5fboANwETUzPXwSVbeiG2DE { width:20rem;height:1.75rem;top:6.4346590042112rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2rPQSTi3z3kWpgbSVWe7DvSLwiPETo1 { width:12.3125rem;height:4.625rem;top:9.6866121292112rem;left:3.7801843285561rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMDUBK0NHt33KWMGaqnDERn2FWXO923k { display:block; }
 }@media only screen and (max-width: 763px) { #KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF { display:block; }#KTZ5fnxqJORPSI1V7x7nAlLRt0fQIyGF > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1SvmbRLgUkRzEEBraTtxmZlFFpQq6zg { width:20rem;height:4.125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSJPikP7gOTBQAtw73UksHIVJ8NBqR6O { width:18.75rem;height:38.25rem;top:8.1232376098631rem;left:0.62411218881607rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGJ9PzdgKSptUXlv88sP4uBqKKg5vTuf { width:3.125rem;height:3.125rem;top:76.186950683594rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeagzA117TyHHbJzv3TGwgrOdSGwtuJl { width:20rem;height:14.625rem;top:49.061950683594rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCNAdzLlr0Q7tbgxgsFq3M4B2Niksg3a { width:20rem;height:10.262828535669rem;top:64.624450683594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA { display:block; }#GNzErf1q0IAt4w7OQcXWSHR0f8Wgc9FA > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG { display:block; }#pW3fWGMxdaDWcHNlm1Tg2ZcS2usovCyG > .row .container { width:20rem;height:220.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fk2bcE8sv9tI4WrGm4qgcPVsUxlh9eRI { width:20rem;height:4.125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxcHBA3WTwoIb7OC9Zb9SB7gfdg6cuN1 { width:18.75rem;height:189rem;top:8.4232902526856rem;left:0.62411218881607rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZJDTCpw9KNmMVZGWeWct4mWfHBDBZOR { width:3.125rem;height:3.125rem;top:215.24233436584rem;left:8.4374995827675rem;font-size:2.1875rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #nUJkPhTopEBg4lyd3lPxevh6JuEAeqTu { width:20rem;height:10.5625rem;top:201.55275344849rem;left:0.014204561710357rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #dWuKercdpKiyWImk3pveeVg9y1kxf8FN { background-color:rgba(0,0,0,0);background-image:none;display:block; }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row .container { background-color: transparent; background-image: none; }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row .container > .video-iframe-container { display: none; }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row > .video-iframe-container { display: none; }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .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); }#dWuKercdpKiyWImk3pveeVg9y1kxf8FN > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUp377mbNo102NEcSnmoPtAz0q5pmkKI { width:20rem;height:7.3125rem;top:0.93661212921144rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwUUaeRkTc6882kzRBhmwocfM4uNUnEK { display:block; }#AwUUaeRkTc6882kzRBhmwocfM4uNUnEK > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2s80rMeSFNQNkM1Ktvk2EK4DVU76pKI { width:18.75rem;height:25rem;top:0.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApR8AcyKe51xAc4BF3v3ORlpLsWtSUfF { width:18.75rem;height:1.25rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUn1fJ5SegOD1BJg6vXlFwTvwOMMWxez { width:18.125rem;height:1.25rem;top:2.5rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BToTmpWyOPP34D3SxLS8lVDS6nvGwpD8 { width:12.3125rem;height:4.625rem;top:23.5625rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrQ5u0t9LI6lsGk9hiCEf1ibTTrzgEQE { display:block; }
 }@media only screen and (max-width: 763px) { #eF2HaUkWfhisHymAZlhizV7bT0ErpQhB { width:10.25rem;height:16.3125rem;top:5.2485799789429rem;left:4.8748221993446rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpqKKmTnRoziveSyArANZoADkdxSOl3P { width:18.75rem;height:25rem;top:31.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdPP5bBJJJQvRBudyv4aOd8iNO5ksTSH { width:12.3125rem;height:4.625rem;top:53.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boe92p8BvZ5iHrhDxFXoSvZhOmcVwsMB { display:block; }
 }@media only screen and (max-width: 763px) { #GNkuiBTHHbTJuP8XIwoRn2J7tJNfkXIv { width:18.125rem;height:1.25rem;top:32.8125rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #To2weS0ekPzIO8PZrmDpf3w4LZMJ5TCz { width:18.75rem;height:1.25rem;top:30.3125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myQu7WMe9ecRNLIC97RwVSTpXTdv1i6V { width:14.0625rem;height:14.0625rem;top:36.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d83Le6pWh5CgpJk70DZee62FFPw6d14q { width:3.125rem;height:3.125rem;top:59.7490234375rem;left:8.4375rem;font-size:2.1875rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #l5954nW5LiNzRNxk0cLI48Xqafc2FMyS { display:block; }#l5954nW5LiNzRNxk0cLI48Xqafc2FMyS > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3Qc84uzqRsgDncct8L9V5JZZUq21GpP { display:block; }#K3Qc84uzqRsgDncct8L9V5JZZUq21GpP > .row .container { width:20rem;height:160.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHP5IzLl5sycNMXgEo0GX5NzohVVQo8H { width:20rem;height:2.0625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcvI02pMnKmzvIKUlQZ0LKFkWl9EploD { width:20rem;height:20rem;top:6.8121490478512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHkzoyCOqm0LnISfOdQRFPUgmGBCOoqp { width:17.5rem;height:17.5rem;top:8.0621490478512rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx6UCqnzCorrsNxNb9KAAoOz8WGboiRs { width:9.5rem;height:9.5rem;top:19.624649047851rem;left:5.2494669556617rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsyM8L35zGilnpbhxy3ByF7DBPxxmXuc { width:8.125rem;height:8.125rem;top:20.1875rem;left:5.8123221993446rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW6OuBnTHchCpmQedig5r4lbuIzn8Hye { width:8rem;height:2.0625rem;top:22.375rem;left:5.9996448159218rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTUl2mzTnKtffuWcpENPTWsZlJraWG4f { width:8rem;height:2.375rem;top:24.999282836914rem;left:5.9996448159218rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GaI1TUwWqfb8seBO5T4B8JUwTXwhekvT { width:18.75rem;height:8.3125rem;top:58.3125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OyAIp8lx3MItI8yEeRMno0KLkkgB1WOf { width:18.75rem;height:1.25rem;top:56.5rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZK2f0PtB4ZGA10qUdxHyzBO6AMNM1N8 { width:18.75rem;height:25.6875rem;top:30.936593055725rem;left:0.62411218881607rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }#BZK2f0PtB4ZGA10qUdxHyzBO6AMNM1N8 li:before{  }
 }@media only screen and (max-width: 763px) { #quTHL2cAH7sfUQx7Gg4qWGGrv6WTFsNn { width:20rem;height:10.5rem;top:77.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd5h4MR0yaHLomwQD125Q3PUv3DFoTsC { width:20rem;height:21.5rem;top:82.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWwbNgC6CdMoEbU0TwNw05akngV4PRXu { width:20rem;height:9.25rem;top:98.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt6f4foRPJWffNsi0skyelw4DlNifW9e { width:20rem;height:12.1875rem;top:122.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3z6Q5xEQCDXtT6d43a3Zb6ylSU8cCSd { width:20rem;height:13.4375rem;top:109.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVEEoUa3H6LpdDh5ec6yuPai9RU6SWGR { width:20rem;height:13.9375rem;top:134.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kctGQRLfZME8wD8wUO3TeqTQCf2WPmib { width:20rem;height:11.9375rem;top:148.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVyr5WKGbSQ6xOe0UvhHyLiVCUkk9nyz { width:12.25rem;height:4.6875rem;top:71.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU8Zb11msGbF3wArUhkRN2dTg8QtREJC { display:block; }
 }@media only screen and (max-width: 763px) { #dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS { display:block; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRntArJFTO8PnPzmg4WieNvb6Fp7PzdT { width:20rem;height:3.5rem;top:49rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yimwpkWQBRuThU44PbusUTcMIgFxLrpZ { height:11.25rem;width:20rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGPvtA3AWPvmMi2AcbINzD8W8A4aAeaU { height:11.1875rem;width:20rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0mb0EpZLVKBIM4LDCS7HEE2OEUdKtfi { width:20rem;height:3.5rem;top:64.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnIqUMtqhApc1X8LoDfRMTLLRhyy9oXO { width:20rem;height:1.75rem;top:19.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoPhF8cg5uJUJcUEToRx6dTd9MgMTKDB { width:20rem;height:3.5rem;top:34.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9uGD2cGN6X2O8POGBnqT711VN2Mm7T0 { height:11.25rem;width:20rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTtLdhC9v68ddBVwuOHBFLIXUU4u9VcJ { height:11.1875rem;width:20rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWiE0axn6ASHlwL9HeTMW2m6q0efeb4e { width:3.125rem;height:3.125rem;top:68.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1GsKdnnwsScr7GVNqBoEX4AnPgTCQ5i { width:20rem;height:2.0625rem;top:3.3744668960571rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl { display:block; }#R7g5JD2omwwyhDySWP4MHSlxI2N6PCkl > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy { display:block; }#rGmAFmIz3QKKNt4OrOlpUI2C3d7NCnxy > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbphBfzb3lnvOUiki8Qm0HoPeMknE9Md { width:20rem;height:3.875rem;top:1.1869678497314rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 { display:block; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8qiCTHieGGg6WzGwZ61tIRCPJd6Hwt8 { width:10.9375rem;height:10.9375rem;top:8.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J66fqAlpOSLf26PLOF3W1CtWsWkt0ooi { width:7.9375rem;height:7.9375rem;top:10.3125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T71dE6Uo64Qi4cTMcBvJ1JngZ0EoJqoA { width:20rem;height:7rem;top:0.87358665466306rem;left:0.014204561710357rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5CXJO63TKo0TgFvtGAVISxRCRbJqlVR { width:20rem;height:1.25rem;top:20.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9kdy0TQI1FH7IUJgRu1USkPeR1UZG2v { width:10.9375rem;height:10.9375rem;top:40.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrK1xBIhPw65Dgve63zWlxU9UM7KBpoU { width:20rem;height:1.25rem;top:52.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvams0PEPdxDRS0f94pLkfu4lDou2Te5 { width:7.9375rem;height:7.9375rem;top:41.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9dfnZqp1cVJEw18f9dXNXo5CSERmiMq { width:20rem;height:14rem;top:25.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr { display:block; }#OgTmFA6HSsUIGfsLZiST9nuQ8X6Rz9fr > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWaX9PmCrGng34aiTOK813XRTDur2nlK { width:10.9375rem;height:10.9375rem;top:14.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4EB1uUaP8TbV1gvxz45au33buUrNNRa { width:7.9375rem;height:7.9375rem;top:16.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX8TvlfuywDgJX0lfT5NP9BNe3LIoGE2 { width:20rem;height:1.25rem;top:26.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFxNpkVsBsgFJhIGGubZJR09tH32tCtf { width:20rem;height:10.5rem;top:3.6860151290894rem;left:0.014204561710357rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DriZ6rxfToATXVzmsZvLZpN16bUPi8wu { display:block; }#DriZ6rxfToATXVzmsZvLZpN16bUPi8wu > .row .container { width:20rem;height:109.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExffAoFR4vU631ToIgk0rzO2TuwSTK0f { width:20rem;height:4.5rem;top:0.93659448623656rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTiSGFTmVhtJDMr6Mwqm7VSpVrJP9inx { width:19.8135625rem;height:47.9385625rem;top:57.749464035034rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-text {padding-top: 0; padding-bottom: 0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-select {padding-top: 0; padding-bottom: 0;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG  { width:17.5rem;height:auto;top:58.148958206177rem;left:0rem; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG {display:block;}#smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG { width:17.5rem;height:auto;top:58.148958206177rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #qgVRRGvEbVh1RWVxPl8UIUUxv4gnM0qo {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #us8BJRKZFiVo193H7K05R1wqmhGLdDJv {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #nqETcmne2GHQue2yp9uzU9Fg3kBN5H3H {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #ZvyEqEGuVbwsQ6KMzKW525pQNQa8FGrt {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #CQM9g6l5HqnhMCygA3IXwEOPI3quTGI6 {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #LS2zp3s2dxPiIpZdxXu9MSR3oQ7BJT1S {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #winhwXanuzKZOnDPTOZTuhqXldPpVJiq {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #kOs7zC9DTPEC7srN2TTIw3bdyISdtNw8 {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #TLhWokOVM31uVzicNUvKpaTFFc8sPQvl {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #EGBaJzW2P0STmSnr99N1IR4STu65dXZZ {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #h0TidOT6ySyGTEMAuMIak40eJxPy9nMB {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #miphAQQGJ153IutOssIvqd5scJH9sheF {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #bI9wynJuhnSaIkH7y1CqDmFVSRAR0rRM {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #Od0aDPvVSoHy35kawS8q2OcOdTfAHaob {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #c5zn0Sos9e252OLqQdw7TXBXfhDEEmvh {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #sKxgIpGztFxTPKPAqAUW2rMc3QgXdodl {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #AUDR46qGZuAnd792sCTcX4nkKl4G9UmC {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #PA03mGe2oCB5CZ1SODZoSATFAKiWZOo6 {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #paty4pi6Vybr0R246GRe8bUgwMB6aUNk {  }
 }@media only screen and (max-width: 763px) { #smHA6WrqTzo7dr2hdVHrTRZNBFrU8lMG #MNFibW0prV3g618dtNNg3IClST1aNM8D {  }
 }@media only screen and (max-width: 763px) { #x6i1LvS82rQ9gisI2A080wg0yxMPkF3P { width:20rem;height:30rem;top:5.9286212921142rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFluxS4gJm1NWs72NRVOB8v0Sdo6T8Zz { width:20rem;height:4.5rem;top:37.186610221863rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n167ObGskiFt2D77Icb6TvTqGexndVh7 { width:17.1875rem;height:6rem;top:42.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpkFBSJVTF8pRdO394RgQxdZWvUrvhpa { width:17.4375rem;height:5.9375rem;top:50.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 { display:block; }#SW8qgZ4uCNDlPP0xWXmzWbyEbux1qrD2 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lq0Gnx0Tn2hNgnJRUoeE9z1a2zgzoADe { width:20rem;height:3.9375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }