.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/UokvTXhK/Untitled_21.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk.adaptive-delivery-prevent-bg, #rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk.lazyload, #rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk.lazyloading { background-image: none; }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk > .row .container { background-color: transparent; background-image: none; }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,236,246,0.41); }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk > .row .container > .video-iframe-container { display: none; }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,236,246,0.41); }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk > .row > .video-iframe-container { display: none; }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk > .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); }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk > .row .container { border-width: 0; border-radius: 0; }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk > .row > .video-iframe-container {  }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk > .row .container { font-size:0.875rem;font-family:cairo;height:21.125rem;width:60rem;position:relative;display:block; }#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-form-header {  }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;color:#ffffff;width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-text { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:15rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-text {padding-top: 0; padding-bottom: 0;}#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-textarea { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:15rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-select {padding-top: 0; padding-bottom: 0;}#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#098e69;background-image:none;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:10.5rem;height:3.125rem;font-family:roboto;overflow:hidden;box-shadow: 0rem 0.9375rem 0.625rem rgba(9,142,105,0.25) ;font-style:normal; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.875rem;font-weight:400;color:#ffffff;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .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; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-container:first-of-type{padding-top:0;}#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-container:last-of-type{padding-bottom:0;}#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x  { background-color:#078761;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:0.875rem;top:0rem;z-index:100024;position:absolute; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.875rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x {display:block;}#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x { background-color:#078761;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:0.875rem;top:0rem;z-index:100024;position:absolute; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #TQ7C7FhVB6auZIPGsw7KOgymRvvFv1r5 { position:relative; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #eGUTTAJfeSwhlSiCacfaGv7qFWuIbyJa { position:relative; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #uEwfRSMLeFcZgPfkve93trtmo0gNt3It { position:relative; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #CIN15THTKzP1eHW3Z1FTZUz0x0x4TF89 { position:relative; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #BqfCtM6RbobNaXQM3I9J4VJthaQqbPTl { position:relative; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #oL7pTbwLODMKrVAAo6ztDUf1Wa9M0dMz { position:relative; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #h1umxO3K4umEDToyEbuQ04rRiGeb7md6 { position:relative; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #TQpa1hmpfAi2lHJOdKBMMk54qKAgPfQv { position:relative; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #JyfSx0WQPs5enDqrzdlFBO06uv7bUQiQ { position:relative; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #mzaXVh9fWvt45KR5GNxMTyJmDWhgCnJO { position:relative; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #D1pPx0z7RPbRJZX6TeUG4d6yqceZL282 { position:relative; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #dZf93spkwFIhASqrdgamuMdhLrxylTDG { position:relative; }
#EPMTm2C4xu5td7SxThTw88VBk5dA3fIp { position:relative;display:block; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #zx0ITVN88R91NfsxeUb4616EeMdQdkpW { position:relative; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #JqGMZRxHNLIhRp7oTpg64M0w2bbIT7cT { position:relative; }
#Qw9Escs0l7RVz1uWXotu77pf35rRbnkx { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:14.75rem;top:1.0625rem;left:39.6875rem;overflow:hidden;display:block; }
#Ku68aWP6k96HvPxcnmCdC4FcTuFxxlET { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:4.3125rem;top:15.8125rem;left:38.25rem;overflow:hidden;display:block; }
#pAi9npJML93tNb1VSZADWS0E66EgkwpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(237,234,234,0.53);background-image:url("https://images.assets-landingi.com/cFbtbb5G/download.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#pAi9npJML93tNb1VSZADWS0E66EgkwpA.adaptive-delivery-prevent-bg, #pAi9npJML93tNb1VSZADWS0E66EgkwpA.lazyload, #pAi9npJML93tNb1VSZADWS0E66EgkwpA.lazyloading { background-image: none; }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row .container { background-color: transparent; background-image: none; }#pAi9npJML93tNb1VSZADWS0E66EgkwpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row .container > .video-iframe-container { display: none; }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row > .video-iframe-container { display: none; }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .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); }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row .container { border-width: 0; border-radius: 0; }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row > .video-iframe-container {  }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:62.625rem;width:60rem;position:relative;display:block; }#MNnz91uaxDM08HzXVH68vklpKk3BaQfS { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f7b16, #826216);background-image: -moz-linear-gradient(180deg, #0f7b16, #826216);background-image: -ms-linear-gradient(180deg, #0f7b16, #826216);background-image: -o-linear-gradient(180deg, #0f7b16, #826216);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7b16', endColorstr='#826216' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7b16', endColorstr='#826216' );";background-image: linear-gradient(180deg, #0f7b16, #826216);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:6.25rem;width:25.25rem;top:0rem;left:17.25rem;display:block; }
#vIUR4PBvJbSOx1shzGaaO5y42o9z50rT { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#a40000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:13.9375rem;left:49.71875rem;display:block; }
#EC4wWzBarP7RdaJpP9iJWsnrTsssL0BW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SZeeJkwsUasLTuspnR4JOzBZTTnMAFsX { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #096616, #90552b);background-image: -moz-linear-gradient(180deg, #096616, #90552b);background-image: -ms-linear-gradient(180deg, #096616, #90552b);background-image: -o-linear-gradient(180deg, #096616, #90552b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#096616', endColorstr='#90552b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#096616', endColorstr='#90552b' );";background-image: linear-gradient(180deg, #096616, #90552b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:8.25rem;width:11.625rem;top:7.5625rem;left:46.75rem;display:block; }
#wOsd7S6xa6kNZLnWgdLRhcR2zIMtGQW7 { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008200, #9d5725);background-image: -moz-linear-gradient(180deg, #008200, #9d5725);background-image: -ms-linear-gradient(180deg, #008200, #9d5725);background-image: -o-linear-gradient(180deg, #008200, #9d5725);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008200', endColorstr='#9d5725' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008200', endColorstr='#9d5725' );";background-image: linear-gradient(180deg, #008200, #9d5725);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:8.25rem;width:11.625rem;top:7.5625rem;left:16.3125rem;display:block; }
#wmGrnDrcTAQoNKly2o3mZTdNyIeAIhLh { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#8b0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:13.4375rem;left:19.3125rem;display:block; }
#B6M82epyN5KasTaG41ppOxpIvRFt6oC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ANa9UIL1UlsUWZlDd5raErOmpy1xLQ1O { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:11.037109375rem;left:47.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CwiZWCu8tI7WFQUdxdpTva157R5SbDST { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:8rem;left:46.34375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#gC24eyMfhmdqi3RdldOWa9upLiBGcHAE { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c9049, #923e0a);background-image: -moz-linear-gradient(180deg, #1c9049, #923e0a);background-image: -ms-linear-gradient(180deg, #1c9049, #923e0a);background-image: -o-linear-gradient(180deg, #1c9049, #923e0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );";background-image: linear-gradient(180deg, #1c9049, #923e0a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:8.25rem;width:11.625rem;top:7.4375rem;left:31.5625rem;display:block; }
#f3iQaI3wObrfqAF364Lt24wiZtC556NZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:8rem;left:31.125rem;height:;text-align:center;text-align-last:center;display:block; }
#QFzxuGDOBDCXbDfALJatVydou4KHHiGT { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:10.6875rem;left:31.6875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQST1a54TsTM5lXmQTBkUzXZLwc3lxp6 { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#940909;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:13.6875rem;left:34.3125rem;display:block; }
#D2DRXBx4T5cfsxCtQ6zApGfCJKGJN3q6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oEWQzz74P8OPOdn1ITP0pJ8eOEFfobKs { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:7.9375rem;left:15.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#C0mE5m5O2ZVlM2hqThHcPcTsnf4nvemf { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:11.21875rem;left:16.71875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5bH5cVJ96JWDWuFKz1uWRnXMIwpL6vF { background-color:rgba(229,151,43,0.61);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:13.4375rem;left:36.1875rem;display:none; }
#ZKgwaB7r60wLssUrVW7O6rrs71hsHJMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CT9XPfLqbchmQqw7o3IalvWGcyotih1w { color:#ffd023;display:block;width:46.9375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;text-shadow:0.4375rem 0.0625rem 0.1875rem #5f1b1b;top:0.86328125rem;left:6.53125rem;height:2.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9ZhLdFSdwgT0uiaMekfoTsTPJSThnRF { position:absolute;display:block;z-index:100017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c9049, #923e0a);background-image: -moz-linear-gradient(180deg, #1c9049, #923e0a);background-image: -ms-linear-gradient(180deg, #1c9049, #923e0a);background-image: -o-linear-gradient(180deg, #1c9049, #923e0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );";background-image: linear-gradient(180deg, #1c9049, #923e0a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:8.25rem;width:11.625rem;top:7.5625rem;left:1.5625rem;display:block; }
#I4A1LHwmXK7be9ezKOyS3572ywCN17QU { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#8b0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:13.4375rem;left:4.53125rem;display:block; }
#T5ihIyy3aEaBIv3nEs0yu7OWRBrvJ1SC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tt1Ca2SxaTSq0LefCAHCmedetJxJyPPH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:8.03125rem;left:1.125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#Ut3ye4SoDXcFHFcglAEq1Du4FTEUDR5i { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.96875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntnorB8O5f64znAmwTUQbwKF5TsTzQTD { position:absolute;display:block;z-index:100028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008200, #9d5725);background-image: -moz-linear-gradient(180deg, #008200, #9d5725);background-image: -ms-linear-gradient(180deg, #008200, #9d5725);background-image: -o-linear-gradient(180deg, #008200, #9d5725);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008200', endColorstr='#9d5725' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008200', endColorstr='#9d5725' );";background-image: linear-gradient(180deg, #008200, #9d5725);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:8.25rem;width:11.625rem;top:20.75rem;left:7.75rem;display:block; }
#zbzpiULg53RmtpzUuVf10hXbT8xN5gsQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:21.6328125rem;left:6.875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#nLzSsa5GLxo6T0rOHNpucSrmJAPLHB8X { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:23.88671875rem;left:8.15625rem;height:2.111325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mDBhxTJ2xNT1C4U3OWsZ7ANDBXo9QPFw { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#8b0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:26.0625rem;left:10.53125rem;display:block; }
#oL1EMIILFFb70owPPJqW8xRIH3PPtk52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qF5ERlh82Uy7TUqpJVF1AGWKvsBSluLD { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:20.8125rem;left:23.96875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#LXQhPti8FpIBcBI05pO5cgp3i7OAg0rW { position:absolute;display:block;z-index:100028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c9049, #923e0a);background-image: -moz-linear-gradient(180deg, #1c9049, #923e0a);background-image: -ms-linear-gradient(180deg, #1c9049, #923e0a);background-image: -o-linear-gradient(180deg, #1c9049, #923e0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );";background-image: linear-gradient(180deg, #1c9049, #923e0a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:8.25rem;width:11.625rem;top:20.25rem;left:24.15625rem;display:block; }
#Tl3JIDtd4kiBb4WkxxF0IkIl8nzs3dHX { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:23.125rem;left:24.53125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QO5IIO8Hre2qHFIsCWElHyGPI57WIu1N { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#940909;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:26.125rem;left:27.15625rem;display:block; }
#qDDKE5ZbGq4gmqFlKb85UTP8vFBcIgKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gg90RtRHs747XFixOSdF0I95nI2LGRuO { position:absolute;display:block;z-index:100024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #096616, #90552b);background-image: -moz-linear-gradient(180deg, #096616, #90552b);background-image: -ms-linear-gradient(180deg, #096616, #90552b);background-image: -o-linear-gradient(180deg, #096616, #90552b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#096616', endColorstr='#90552b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#096616', endColorstr='#90552b' );";background-image: linear-gradient(180deg, #096616, #90552b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:8.25rem;width:11.625rem;top:20.25rem;left:41.90625rem;display:block; }
#TAyfLdNhCdmHEKCL3EqBnTaikJkmlndN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:20.8125rem;left:41.09375rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#vD4dJvEv5ZsUThtHlQTuLaXNxiqdtoae { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#a40000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:26.125rem;left:44.90625rem;display:block; }
#mC6s1X3eP5nFD6LGN7zimUEHMbHTBhgS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yL5KFi3sXx3a40AipvngVDzRs3xAaGG7 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:23.09375rem;left:42.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zUKHAR7a0TkM2akIRkm7SWbfIQH6mQOJ { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#940909;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:26.125rem;left:27.15625rem;display:none; }
#hS0VmeuzW5mFF9AixMAS9mxyK09nJSI4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hDIDkhtDeIZXqlHBOmGolCGQgp8RZJeE { position:absolute;display:block;z-index:100018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c9049, #923e0a);background-image: -moz-linear-gradient(180deg, #1c9049, #923e0a);background-image: -ms-linear-gradient(180deg, #1c9049, #923e0a);background-image: -o-linear-gradient(180deg, #1c9049, #923e0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );";background-image: linear-gradient(180deg, #1c9049, #923e0a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:8.25rem;width:11.625rem;top:33.375rem;left:42.5rem;display:block; }
#WNTL4KNGfSQ6lzKEpAKDn9c36SMducsS { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#a40000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:38.875rem;left:45.46875rem;display:block; }
#D2w9GOfcH48G8uLZHhNXfg1QedELIeT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AkEFeRWpT6v0sGBabdpyUq4hbikq0dzz { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:36.900390625rem;left:43.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mtOBbpFSPCIqI2b0UrKaWqWmksO2Tdwa { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:34.25rem;left:42.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#IIDmdw4Zgq55lVhPlyMe0tXV7bdcFE4I { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c9049, #923e0a);background-image: -moz-linear-gradient(180deg, #1c9049, #923e0a);background-image: -ms-linear-gradient(180deg, #1c9049, #923e0a);background-image: -o-linear-gradient(180deg, #1c9049, #923e0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );";background-image: linear-gradient(180deg, #1c9049, #923e0a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:8.25rem;width:11.625rem;top:33.375rem;left:24.0625rem;display:block; }
#pAMRkz6Ik0BmTyykGHpA1p3N0TrX156O { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:36.849609375rem;left:24.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mQgcxO9JPuE8QJOfz36mBtOxTBvT78Nt { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#a40000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:38.875rem;left:27.15625rem;display:block; }
#rFquBMW96NuPvPBkW6xJUIIy3bcourcv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xHDSiLtPQfMJen9VSMqdTm1MJBIpKB74 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:34.1875rem;left:22.90625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#cen84nruvdnoMDSBKCrImlWtEq71PLRK { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c9049, #923e0a);background-image: -moz-linear-gradient(180deg, #1c9049, #923e0a);background-image: -ms-linear-gradient(180deg, #1c9049, #923e0a);background-image: -o-linear-gradient(180deg, #1c9049, #923e0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );";background-image: linear-gradient(180deg, #1c9049, #923e0a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:8.25rem;width:11.625rem;top:33.375rem;left:5.6875rem;display:block; }
#nk2rMDcVwumwJDQPWGt5Q8ZiVfmFekQA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:34.25rem;left:4.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#qrmHunMTDRGK50lrQcQpvPV5bhpFduHH { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:36.849609375rem;left:6.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZC3xHrvLvXbQJfFCLBbQ2NrdifeSSEzk { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#a40000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:50.375rem;left:27.15625rem;display:block; }
#C9fdTOsND0GPISvdnD6RI2pBFlT5ANkB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UDBxFtLuCpgU7Qo3b2E6GSPZG4pCt1BE { position:absolute;display:block;z-index:100021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c9049, #923e0a);background-image: -moz-linear-gradient(180deg, #1c9049, #923e0a);background-image: -ms-linear-gradient(180deg, #1c9049, #923e0a);background-image: -o-linear-gradient(180deg, #1c9049, #923e0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9049', endColorstr='#923e0a' );";background-image: linear-gradient(180deg, #1c9049, #923e0a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:8.25rem;width:11.625rem;top:44.8115234375rem;left:24.1875rem;display:block; }
#INly3BD2H2rqQ2ExValeFGZct73THMRB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:46.3125rem;left:23.34375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#xXfmBgPnzOSM0TqWN7hwZANxFqwoBSh1 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:48.287109375rem;left:24.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HDpE6oLe4J6kcCEPp5iWhUDWnmGBLXT2 { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#a40000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:38.875rem;left:9.0625rem;display:block; }
#Zupm0DQ56AhqNmcOVboBTc7UTLah8sCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cnMKiczko5K4ls1F7TSmrqPdugPmTiL6 { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#940909;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:26.125rem;left:27.15625rem;display:none; }
#vmZsT2a9tA0epslOITFWS6sHucOkhTqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r6Ift9Jr5ovGsMXlzu2obPdeJozkKNK1 { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#940909;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:26.125rem;left:27.15625rem;display:none; }
#oDLtfiSlGr1947pzr754ITyGLVuoumeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#caVwD4E1F2EdRORTUAqHBqI4v18LqybW { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#940909;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:26.125rem;left:27.15625rem;display:none; }
#Qgdx1TFITrKTL9trBBgSenMc4G3zkxOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sfsvbTPt8OTNVvVweETOxGSlcTO0inyv { background-color:#fdbd61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#940909;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:26.125rem;left:27.15625rem;display:none; }
#XTd9opE1ZqAr51EAKwEEINpor1nQyu67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F2pkilPuTXlgd4wVExy8GmPNMmAtvfqh { color:#000000;display:block;width:20rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:59.568359375rem;left:22.5625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk { display:block; }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-text {padding-top: 0; padding-bottom: 0;}#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-select {padding-top: 0; padding-bottom: 0;}#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x  { width:15rem;height:auto;top:0rem;left:0rem; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x {display:block;}#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x { width:15rem;height:auto;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #TQ7C7FhVB6auZIPGsw7KOgymRvvFv1r5 {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #eGUTTAJfeSwhlSiCacfaGv7qFWuIbyJa {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #uEwfRSMLeFcZgPfkve93trtmo0gNt3It {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #CIN15THTKzP1eHW3Z1FTZUz0x0x4TF89 {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #BqfCtM6RbobNaXQM3I9J4VJthaQqbPTl {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #oL7pTbwLODMKrVAAo6ztDUf1Wa9M0dMz {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #h1umxO3K4umEDToyEbuQ04rRiGeb7md6 {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #TQpa1hmpfAi2lHJOdKBMMk54qKAgPfQv {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #JyfSx0WQPs5enDqrzdlFBO06uv7bUQiQ {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #mzaXVh9fWvt45KR5GNxMTyJmDWhgCnJO {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #D1pPx0z7RPbRJZX6TeUG4d6yqceZL282 {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #dZf93spkwFIhASqrdgamuMdhLrxylTDG {  }
 }@media only screen and (max-width: 763px) { #EPMTm2C4xu5td7SxThTw88VBk5dA3fIp { display:block; }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #zx0ITVN88R91NfsxeUb4616EeMdQdkpW {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #JqGMZRxHNLIhRp7oTpg64M0w2bbIT7cT {  }
 }@media only screen and (max-width: 763px) { #Qw9Escs0l7RVz1uWXotu77pf35rRbnkx { top:1.0625rem;left:33rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku68aWP6k96HvPxcnmCdC4FcTuFxxlET { top:15.8125rem;left:30.125rem;width:4.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAi9npJML93tNb1VSZADWS0E66EgkwpA { display:block; }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNnz91uaxDM08HzXVH68vklpKk3BaQfS { top:0rem;left:11.125rem;width:25.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIUR4PBvJbSOx1shzGaaO5y42o9z50rT { width:5.6875rem;height:1.9375rem;top:13.9375rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC4wWzBarP7RdaJpP9iJWsnrTsssL0BW { display:block; }
 }@media only screen and (max-width: 763px) { #SZeeJkwsUasLTuspnR4JOzBZTTnMAFsX { top:7.5625rem;left:36.125rem;width:11.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOsd7S6xa6kNZLnWgdLRhcR2zIMtGQW7 { top:7.5625rem;left:10.1875rem;width:11.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmGrnDrcTAQoNKly2o3mZTdNyIeAIhLh { width:5.6875rem;height:1.9375rem;top:13.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6M82epyN5KasTaG41ppOxpIvRFt6oC9 { display:block; }
 }@media only screen and (max-width: 763px) { #ANa9UIL1UlsUWZlDd5raErOmpy1xLQ1O { top:11rem;left:36.9375rem;width:10.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwiZWCu8tI7WFQUdxdpTva157R5SbDST { top:8rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC24eyMfhmdqi3RdldOWa9upLiBGcHAE { top:7.4375rem;left:25.4375rem;width:11.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3iQaI3wObrfqAF364Lt24wiZtC556NZ { top:8rem;left:25rem;width:12.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFzxuGDOBDCXbDfALJatVydou4KHHiGT { top:10.6875rem;left:25.5625rem;width:10.8125rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQST1a54TsTM5lXmQTBkUzXZLwc3lxp6 { width:5.6875rem;height:1.9375rem;top:13.6875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2DRXBx4T5cfsxCtQ6zApGfCJKGJN3q6 { display:block; }
 }@media only screen and (max-width: 763px) { #oEWQzz74P8OPOdn1ITP0pJ8eOEFfobKs { top:7.9375rem;left:9.5625rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0mE5m5O2ZVlM2hqThHcPcTsnf4nvemf { top:11.1875rem;left:10.59375rem;width:10.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5bH5cVJ96JWDWuFKz1uWRnXMIwpL6vF { width:5.6875rem;height:1.9375rem;top:13.4375rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKgwaB7r60wLssUrVW7O6rrs71hsHJMI { display:block; }
 }@media only screen and (max-width: 763px) { #CT9XPfLqbchmQqw7o3IalvWGcyotih1w { width:46.9375rem;height:2.875rem;top:0.8125rem;left:0.40625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9ZhLdFSdwgT0uiaMekfoTsTPJSThnRF { top:7.5625rem;left:0rem;width:11.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4A1LHwmXK7be9ezKOyS3572ywCN17QU { width:5.6875rem;height:1.9375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ihIyy3aEaBIv3nEs0yu7OWRBrvJ1SC { display:block; }
 }@media only screen and (max-width: 763px) { #Tt1Ca2SxaTSq0LefCAHCmedetJxJyPPH { top:8rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut3ye4SoDXcFHFcglAEq1Du4FTEUDR5i { top:10.75rem;left:0rem;width:10.8125rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntnorB8O5f64znAmwTUQbwKF5TsTzQTD { top:20.75rem;left:1.625rem;width:11.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbzpiULg53RmtpzUuVf10hXbT8xN5gsQ { top:21.625rem;left:0.75rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLzSsa5GLxo6T0rOHNpucSrmJAPLHB8X { top:23.875rem;left:2.03125rem;width:10.8125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDBhxTJ2xNT1C4U3OWsZ7ANDBXo9QPFw { width:5.6875rem;height:1.9375rem;top:26.0625rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL1EMIILFFb70owPPJqW8xRIH3PPtk52 { display:block; }
 }@media only screen and (max-width: 763px) { #qF5ERlh82Uy7TUqpJVF1AGWKvsBSluLD { top:20.8125rem;left:17.84375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXQhPti8FpIBcBI05pO5cgp3i7OAg0rW { top:20.25rem;left:18.03125rem;width:11.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3JIDtd4kiBb4WkxxF0IkIl8nzs3dHX { top:23.125rem;left:18.40625rem;width:10.8125rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO5IIO8Hre2qHFIsCWElHyGPI57WIu1N { width:5.6875rem;height:1.9375rem;top:26.125rem;left:21.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDDKE5ZbGq4gmqFlKb85UTP8vFBcIgKZ { display:block; }
 }@media only screen and (max-width: 763px) { #gg90RtRHs747XFixOSdF0I95nI2LGRuO { top:20.25rem;left:35.78125rem;width:11.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAyfLdNhCdmHEKCL3EqBnTaikJkmlndN { top:20.8125rem;left:34.96875rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD4dJvEv5ZsUThtHlQTuLaXNxiqdtoae { width:5.6875rem;height:1.9375rem;top:26.125rem;left:38.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC6s1X3eP5nFD6LGN7zimUEHMbHTBhgS { display:block; }
 }@media only screen and (max-width: 763px) { #yL5KFi3sXx3a40AipvngVDzRs3xAaGG7 { top:23.0625rem;left:36.375rem;width:10.8125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUKHAR7a0TkM2akIRkm7SWbfIQH6mQOJ { width:5.6875rem;height:1.9375rem;top:26.125rem;left:21.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hS0VmeuzW5mFF9AixMAS9mxyK09nJSI4 { display:block; }
 }@media only screen and (max-width: 763px) { #hDIDkhtDeIZXqlHBOmGolCGQgp8RZJeE { top:33.375rem;left:36.125rem;width:11.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTL4KNGfSQ6lzKEpAKDn9c36SMducsS { width:5.6875rem;height:1.9375rem;top:38.875rem;left:39.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2w9GOfcH48G8uLZHhNXfg1QedELIeT6 { display:block; }
 }@media only screen and (max-width: 763px) { #AkEFeRWpT6v0sGBabdpyUq4hbikq0dzz { top:36.875rem;left:36.9375rem;width:10.8125rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtOBbpFSPCIqI2b0UrKaWqWmksO2Tdwa { top:34.25rem;left:35.5rem;width:12.25rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIDmdw4Zgq55lVhPlyMe0tXV7bdcFE4I { top:33.375rem;left:17.9375rem;width:11.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAMRkz6Ik0BmTyykGHpA1p3N0TrX156O { top:36.8125rem;left:18.46875rem;width:10.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQgcxO9JPuE8QJOfz36mBtOxTBvT78Nt { width:5.6875rem;height:1.9375rem;top:38.875rem;left:21.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFquBMW96NuPvPBkW6xJUIIy3bcourcv { display:block; }
 }@media only screen and (max-width: 763px) { #xHDSiLtPQfMJen9VSMqdTm1MJBIpKB74 { top:34.1875rem;left:16.78125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cen84nruvdnoMDSBKCrImlWtEq71PLRK { top:33.375rem;left:0rem;width:11.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk2rMDcVwumwJDQPWGt5Q8ZiVfmFekQA { top:34.25rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrmHunMTDRGK50lrQcQpvPV5bhpFduHH { top:36.8125rem;left:0.375rem;width:10.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC3xHrvLvXbQJfFCLBbQ2NrdifeSSEzk { width:5.6875rem;height:1.9375rem;top:50.375rem;left:21.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9fdTOsND0GPISvdnD6RI2pBFlT5ANkB { display:block; }
 }@media only screen and (max-width: 763px) { #UDBxFtLuCpgU7Qo3b2E6GSPZG4pCt1BE { top:44.75rem;left:18.0625rem;width:11.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #INly3BD2H2rqQ2ExValeFGZct73THMRB { top:46.3125rem;left:17.21875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfmBgPnzOSM0TqWN7hwZANxFqwoBSh1 { top:48.25rem;left:18.46875rem;width:10.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDpE6oLe4J6kcCEPp5iWhUDWnmGBLXT2 { width:5.6875rem;height:1.9375rem;top:38.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zupm0DQ56AhqNmcOVboBTc7UTLah8sCJ { display:block; }
 }@media only screen and (max-width: 763px) { #cnMKiczko5K4ls1F7TSmrqPdugPmTiL6 { width:5.6875rem;height:1.9375rem;top:26.125rem;left:21.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmZsT2a9tA0epslOITFWS6sHucOkhTqO { display:block; }
 }@media only screen and (max-width: 763px) { #r6Ift9Jr5ovGsMXlzu2obPdeJozkKNK1 { width:5.6875rem;height:1.9375rem;top:26.125rem;left:21.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDLtfiSlGr1947pzr754ITyGLVuoumeT { display:block; }
 }@media only screen and (max-width: 763px) { #caVwD4E1F2EdRORTUAqHBqI4v18LqybW { width:5.6875rem;height:1.9375rem;top:26.125rem;left:21.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qgdx1TFITrKTL9trBBgSenMc4G3zkxOs { display:block; }
 }@media only screen and (max-width: 763px) { #sfsvbTPt8OTNVvVweETOxGSlcTO0inyv { width:5.6875rem;height:1.9375rem;top:26.125rem;left:21.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTd9opE1ZqAr51EAKwEEINpor1nQyu67 { display:block; }
 }@media only screen and (max-width: 763px) { #F2pkilPuTXlgd4wVExy8GmPNMmAtvfqh { top:59.5625rem;left:16.4375rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk { display:block; }#rKACguDUBRtXfTMxmuKEebsKXqkFd8Tk > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-text {padding-top: 0; padding-bottom: 0;}#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-select {padding-top: 0; padding-bottom: 0;}#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x  { width:15rem;height:auto;top:9.84375rem;left:1.25rem; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x {display:block;}#BrzepwJDMGkouSTwPTqgBspQFtgGbr9x { width:15rem;height:auto;top:9.84375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #TQ7C7FhVB6auZIPGsw7KOgymRvvFv1r5 {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #eGUTTAJfeSwhlSiCacfaGv7qFWuIbyJa {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #uEwfRSMLeFcZgPfkve93trtmo0gNt3It {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #CIN15THTKzP1eHW3Z1FTZUz0x0x4TF89 {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #BqfCtM6RbobNaXQM3I9J4VJthaQqbPTl {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #oL7pTbwLODMKrVAAo6ztDUf1Wa9M0dMz {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #h1umxO3K4umEDToyEbuQ04rRiGeb7md6 {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #TQpa1hmpfAi2lHJOdKBMMk54qKAgPfQv {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #JyfSx0WQPs5enDqrzdlFBO06uv7bUQiQ {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #mzaXVh9fWvt45KR5GNxMTyJmDWhgCnJO {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #D1pPx0z7RPbRJZX6TeUG4d6yqceZL282 {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #dZf93spkwFIhASqrdgamuMdhLrxylTDG {  }
 }@media only screen and (max-width: 763px) { #EPMTm2C4xu5td7SxThTw88VBk5dA3fIp { display:block; }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #zx0ITVN88R91NfsxeUb4616EeMdQdkpW {  }
 }@media only screen and (max-width: 763px) { #BrzepwJDMGkouSTwPTqgBspQFtgGbr9x #JqGMZRxHNLIhRp7oTpg64M0w2bbIT7cT {  }
 }@media only screen and (max-width: 763px) { #Qw9Escs0l7RVz1uWXotu77pf35rRbnkx { width:9.1875rem;height:9.1875rem;top:0.78125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku68aWP6k96HvPxcnmCdC4FcTuFxxlET { width:5.5625rem;height:7.0625rem;top:1.84375rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pAi9npJML93tNb1VSZADWS0E66EgkwpA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #113e1e, #ece1d5);background-image: -moz-linear-gradient(180deg, #113e1e, #ece1d5);background-image: -ms-linear-gradient(180deg, #113e1e, #ece1d5);background-image: -o-linear-gradient(180deg, #113e1e, #ece1d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#113e1e', endColorstr='#ece1d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#113e1e', endColorstr='#ece1d5' );";background-image: linear-gradient(180deg, #113e1e, #ece1d5);background-size:cover !important;position:relative;z-index:auto;display:block; }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row .container { background-color: transparent; background-image: none; }#pAi9npJML93tNb1VSZADWS0E66EgkwpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row .container > .video-iframe-container { display: none; }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row > .video-iframe-container { display: none; }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .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); }#pAi9npJML93tNb1VSZADWS0E66EgkwpA > .row .container { width:20rem;height:133rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNnz91uaxDM08HzXVH68vklpKk3BaQfS { width:19.875rem;height:6.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIUR4PBvJbSOx1shzGaaO5y42o9z50rT { width:5.875rem;height:2.5625rem;top:61.5625rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EC4wWzBarP7RdaJpP9iJWsnrTsssL0BW { display:block; }
 }@media only screen and (max-width: 763px) { #SZeeJkwsUasLTuspnR4JOzBZTTnMAFsX { width:11.625rem;height:8.25rem;top:30.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOsd7S6xa6kNZLnWgdLRhcR2zIMtGQW7 { width:11.625rem;height:8.25rem;top:9.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmGrnDrcTAQoNKly2o3mZTdNyIeAIhLh { width:5.6875rem;height:1.9375rem;top:15.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6M82epyN5KasTaG41ppOxpIvRFt6oC9 { display:block; }
 }@media only screen and (max-width: 763px) { #ANa9UIL1UlsUWZlDd5raErOmpy1xLQ1O { width:11.1875rem;height:2.2734375rem;top:33.212890625rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwiZWCu8tI7WFQUdxdpTva157R5SbDST { width:12.5rem;height:1.4619125rem;top:30.75rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gC24eyMfhmdqi3RdldOWa9upLiBGcHAE { width:11.625rem;height:8.25rem;top:20.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3iQaI3wObrfqAF364Lt24wiZtC556NZ { width:12.5rem;height:1.4619125rem;top:10.1875rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFzxuGDOBDCXbDfALJatVydou4KHHiGT { width:10.3125rem;height:1.13671875rem;top:12.931640625rem;left:4.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQST1a54TsTM5lXmQTBkUzXZLwc3lxp6 { width:5.6875rem;height:1.9375rem;top:26.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2DRXBx4T5cfsxCtQ6zApGfCJKGJN3q6 { display:block; }
 }@media only screen and (max-width: 763px) { #oEWQzz74P8OPOdn1ITP0pJ8eOEFfobKs { width:12.5rem;height:1.4619125rem;top:20.7646484375rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0mE5m5O2ZVlM2hqThHcPcTsnf4nvemf { width:10.8125rem;height:1.13671875rem;top:23.625rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5bH5cVJ96JWDWuFKz1uWRnXMIwpL6vF { width:5.6875rem;height:1.9375rem;top:35.8125rem;left:7.1875rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #ZKgwaB7r60wLssUrVW7O6rrs71hsHJMI { display:block; }
 }@media only screen and (max-width: 763px) { #CT9XPfLqbchmQqw7o3IalvWGcyotih1w { width:20rem;height:2.375rem;top:2.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #T9ZhLdFSdwgT0uiaMekfoTsTPJSThnRF { width:11.625rem;height:8.25rem;top:40.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4A1LHwmXK7be9ezKOyS3572ywCN17QU { width:5.6875rem;height:1.9375rem;top:46.75rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ihIyy3aEaBIv3nEs0yu7OWRBrvJ1SC { display:block; }
 }@media only screen and (max-width: 763px) { #Tt1Ca2SxaTSq0LefCAHCmedetJxJyPPH { width:12.5rem;height:1.4619125rem;top:41.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut3ye4SoDXcFHFcglAEq1Du4FTEUDR5i { width:10.8125rem;height:0.9746125rem;top:43.9375rem;left:4.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntnorB8O5f64znAmwTUQbwKF5TsTzQTD { width:11.625rem;height:8.25rem;top:52.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbzpiULg53RmtpzUuVf10hXbT8xN5gsQ { width:12.5rem;height:1.4619125rem;top:52.75rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLzSsa5GLxo6T0rOHNpucSrmJAPLHB8X { width:10.8125rem;height:0.9746125rem;top:54.90625rem;left:4.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDBhxTJ2xNT1C4U3OWsZ7ANDBXo9QPFw { width:5.6875rem;height:1.9375rem;top:57.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL1EMIILFFb70owPPJqW8xRIH3PPtk52 { display:block; }
 }@media only screen and (max-width: 763px) { #qF5ERlh82Uy7TUqpJVF1AGWKvsBSluLD { width:12.5rem;height:1.4619125rem;top:64.0625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXQhPti8FpIBcBI05pO5cgp3i7OAg0rW { width:11.625rem;height:8.25rem;top:63.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3JIDtd4kiBb4WkxxF0IkIl8nzs3dHX { width:10.3125rem;height:1.94921875rem;top:66.1875rem;left:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO5IIO8Hre2qHFIsCWElHyGPI57WIu1N { width:5.6875rem;height:1.9375rem;top:69.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDDKE5ZbGq4gmqFlKb85UTP8vFBcIgKZ { display:block; }
 }@media only screen and (max-width: 763px) { #gg90RtRHs747XFixOSdF0I95nI2LGRuO { width:11.625rem;height:8.25rem;top:74.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAyfLdNhCdmHEKCL3EqBnTaikJkmlndN { width:12.5rem;height:2.923825rem;top:75.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD4dJvEv5ZsUThtHlQTuLaXNxiqdtoae { width:5.875rem;height:2.5625rem;top:87.75rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mC6s1X3eP5nFD6LGN7zimUEHMbHTBhgS { display:block; }
 }@media only screen and (max-width: 763px) { #yL5KFi3sXx3a40AipvngVDzRs3xAaGG7 { width:11.1875rem;height:1.94921875rem;top:77.71875rem;left:4.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUKHAR7a0TkM2akIRkm7SWbfIQH6mQOJ { width:5.6875rem;height:1.9375rem;top:80.25rem;left:7.15625rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #hS0VmeuzW5mFF9AixMAS9mxyK09nJSI4 { display:block; }
 }@media only screen and (max-width: 763px) { #hDIDkhtDeIZXqlHBOmGolCGQgp8RZJeE { width:11.625rem;height:8.25rem;top:109.671875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTL4KNGfSQ6lzKEpAKDn9c36SMducsS { width:5.6875rem;height:1.9375rem;top:114.296875rem;left:7.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2w9GOfcH48G8uLZHhNXfg1QedELIeT6 { display:block; }
 }@media only screen and (max-width: 763px) { #AkEFeRWpT6v0sGBabdpyUq4hbikq0dzz { width:10.8125rem;height:1.29980625rem;top:112.322265625rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtOBbpFSPCIqI2b0UrKaWqWmksO2Tdwa { width:12.25rem;height:1.4619125rem;top:109.671875rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIDmdw4Zgq55lVhPlyMe0tXV7bdcFE4I { width:11.625rem;height:8.25rem;top:99.2958984375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAMRkz6Ik0BmTyykGHpA1p3N0TrX156O { width:10.8125rem;height:1.29980625rem;top:102.771484375rem;left:4.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQgcxO9JPuE8QJOfz36mBtOxTBvT78Nt { width:5.6875rem;height:1.9375rem;top:104.796875rem;left:7.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFquBMW96NuPvPBkW6xJUIIy3bcourcv { display:block; }
 }@media only screen and (max-width: 763px) { #xHDSiLtPQfMJen9VSMqdTm1MJBIpKB74 { width:12.5rem;height:1.4619125rem;top:100.1484375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cen84nruvdnoMDSBKCrImlWtEq71PLRK { width:11.625rem;height:8.25rem;top:87.0849609375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk2rMDcVwumwJDQPWGt5Q8ZiVfmFekQA { width:12.5rem;height:1.4619125rem;top:88.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrmHunMTDRGK50lrQcQpvPV5bhpFduHH { width:10.8125rem;height:1.29980625rem;top:90.560546875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC3xHrvLvXbQJfFCLBbQ2NrdifeSSEzk { width:5.6875rem;height:1.9375rem;top:126.5712890625rem;left:7.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9fdTOsND0GPISvdnD6RI2pBFlT5ANkB { display:block; }
 }@media only screen and (max-width: 763px) { #UDBxFtLuCpgU7Qo3b2E6GSPZG4pCt1BE { width:11.625rem;height:8.25rem;top:121.0078125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INly3BD2H2rqQ2ExValeFGZct73THMRB { width:12.5rem;height:1.4619125rem;top:121.984375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfmBgPnzOSM0TqWN7hwZANxFqwoBSh1 { width:10.8125rem;height:1.29980625rem;top:124.4833984375rem;left:4.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDpE6oLe4J6kcCEPp5iWhUDWnmGBLXT2 { width:5.6875rem;height:1.9375rem;top:92.5859375rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zupm0DQ56AhqNmcOVboBTc7UTLah8sCJ { display:block; }
 }@media only screen and (max-width: 763px) { #cnMKiczko5K4ls1F7TSmrqPdugPmTiL6 { width:5.6875rem;height:1.9375rem;top:92.5rem;left:7.4375rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #vmZsT2a9tA0epslOITFWS6sHucOkhTqO { display:block; }
 }@media only screen and (max-width: 763px) { #r6Ift9Jr5ovGsMXlzu2obPdeJozkKNK1 { width:5.6875rem;height:1.9375rem;top:104.859375rem;left:7.1875rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #oDLtfiSlGr1947pzr754ITyGLVuoumeT { display:block; }
 }@media only screen and (max-width: 763px) { #caVwD4E1F2EdRORTUAqHBqI4v18LqybW { width:5.6875rem;height:1.9375rem;top:114.359375rem;left:7.25rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #Qgdx1TFITrKTL9trBBgSenMc4G3zkxOs { display:block; }
 }@media only screen and (max-width: 763px) { #sfsvbTPt8OTNVvVweETOxGSlcTO0inyv { width:5.6875rem;height:1.9375rem;top:126.68359375rem;left:7.25rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #XTd9opE1ZqAr51EAKwEEINpor1nQyu67 { display:block; }
 }@media only screen and (max-width: 763px) { #F2pkilPuTXlgd4wVExy8GmPNMmAtvfqh { width:20rem;height:1.29980625rem;top:130.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }