@font-face {
 font-family:"Mitr-Bold.ttf";
 src:url(../fonts/mitr-bold-20201126091707.ttf) format("truetype")
}
@font-face {
 font-family:"Mitr-Medium.ttf";
 src:url(../fonts/mitr-medium-20201126091708.ttf) format("truetype")
}
@font-face {
 font-family:"Mitr-SemiBold.ttf";
 src:url(../fonts/mitr-semibold-20201126091708.ttf) format("truetype")
}
@font-face {
 font-family:"Barlow-Bold.ttf";
 src:url(../fonts/barlow-bold-20210407090356.ttf) format("truetype")
}
@font-face {
 font-family:"Mitr-ExtraLight.ttf";
 src:url(../fonts/mitr-extralight-20201126091707.ttf) format("truetype")
}
body {
 font-family:"Open Sans",sans-serif!important
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 font:inherit;
 vertical-align:baseline;
 box-sizing:border-box;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
 display:block
}
body {
 line-height:1
}
a {
 text-decoration:none
}
ol,
ul {
 list-style:none
}
blockquote,
q {
 quotes:none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
 content:"";
 content:none
}
table {
 border-collapse:collapse;
 border-spacing:0
}
body {
 font-size:12px;
 -ms-text-size-adjust:none;
 -moz-text-size-adjust:none;
 -o-text-size-adjust:none;
 -webkit-text-size-adjust:none;
 background:#fff
}
.ladi-loading {
 width:80px;
 height:80px;
 z-index:900000000000;
 position:fixed;
 top:0;
 left:0;
 bottom:0;
 right:0;
 margin:auto;
 overflow:hidden
}
.ladi-loading div {
 position:absolute;
 width:6px;
 height:6px;
 background:#fff;
 border-radius:50%;
 animation:ladi-loading 1.2s linear infinite
}
.ladi-loading div:nth-child(1) {
 animation-delay:0s;
 top:37px;
 left:66px
}
.ladi-loading div:nth-child(2) {
 animation-delay:-.1s;
 top:22px;
 left:62px
}
.ladi-loading div:nth-child(3) {
 animation-delay:-.2s;
 top:11px;
 left:52px
}
.ladi-loading div:nth-child(4) {
 animation-delay:-.3s;
 top:7px;
 left:37px
}
.ladi-loading div:nth-child(5) {
 animation-delay:-.4s;
 top:11px;
 left:22px
}
.ladi-loading div:nth-child(6) {
 animation-delay:-.5s;
 top:22px;
 left:11px
}
.ladi-loading div:nth-child(7) {
 animation-delay:-.6s;
 top:37px;
 left:7px
}
.ladi-loading div:nth-child(8) {
 animation-delay:-.7s;
 top:52px;
 left:11px
}
.ladi-loading div:nth-child(9) {
 animation-delay:-.8s;
 top:62px;
 left:22px
}
.ladi-loading div:nth-child(10) {
 animation-delay:-.9s;
 top:66px;
 left:37px
}
.ladi-loading div:nth-child(11) {
 animation-delay:-1s;
 top:62px;
 left:52px
}
.ladi-loading div:nth-child(12) {
 animation-delay:-1.1s;
 top:52px;
 left:62px
}
@keyframes ladi-loading {
 0%,
 100%,
 20%,
 80% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.5)
 }
}
.overflow-hidden {
 overflow:hidden
}
.ladi-transition {
 transition:all 150ms linear 0s
}
.opacity-0 {
 opacity:0
}
.pointer-events-none {
 pointer-events:none
}
.ladipage-message {
 position:fixed;
 width:100%;
 height:100%;
 top:0;
 left:0;
 z-index:1000000000;
 background:rgba(0,0,0,.3)
}
.ladipage-message .ladipage-message-box {
 width:400px;
 max-width:calc(100% - 50px);
 height:160px;
 border:1px solid rgba(0,0,0,.3);
 background-color:#fff;
 position:fixed;
 top:calc(50% - 155px);
 left:0;
 right:0;
 margin:auto;
 border-radius:10px
}
.ladipage-message .ladipage-message-box h1 {
 background-color:rgba(6,21,40,.05);
 color:#000;
 padding:12px 15px;
 font-weight:600;
 font-size:16px;
 border-top-left-radius:10px;
 border-top-right-radius:10px
}
.ladipage-message .ladipage-message-box .ladipage-message-text {
 font-size:14px;
 padding:0 20px;
 margin-top:10px;
 line-height:18px;
 -webkit-line-clamp:3;
 -webkit-box-orient:vertical;
 overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box
}
.ladipage-message .ladipage-message-box .ladipage-message-close {
 display:block;
 position:absolute;
 right:15px;
 bottom:10px;
 margin:0 auto;
 padding:10px 0;
 border:none;
 width:80px;
 text-transform:uppercase;
 text-align:center;
 color:#000;
 background-color:#e6e6e6;
 border-radius:5px;
 text-decoration:none;
 font-size:14px;
 font-weight:600;
 cursor:pointer
}
.ladi-wraper {
 width:100%;
 height:100%;
 min-height:100vh;
 overflow:hidden;
 background:#fff
}
.ladi-section {
 margin:0 auto;
 position:relative
}
.ladi-section .ladi-section-arrow-down {
 position:absolute;
 width:36px;
 height:30px;
 bottom:0;
 right:0;
 left:0;
 margin:auto;
 background:url(../fonts/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
 background-position:4px;
 cursor:pointer;
 z-index:90000040
}
.ladi-section.ladi-section-readmore {
 transition:height 350ms linear 0s
}
.ladi-section .ladi-section-background {
 position:absolute;
 width:100%;
 height:100%;
 top:0;
 left:0;
 pointer-events:none;
 overflow:hidden
}
.ladi-container {
 position:relative;
 margin:0 auto;
 height:100%
}
.ladi-element {
 position:absolute
}
.ladi-overlay {
 position:absolute;
 top:0;
 left:0;
 height:100%;
 width:100%;
 pointer-events:none
}
.ladi-carousel {
 position:absolute;
 width:100%;
 height:100%;
 overflow:hidden
}
.ladi-carousel .ladi-carousel-content {
 position:absolute;
 width:100%;
 height:100%;
 left:0;
 transition:left 350ms ease-in-out
}
.ladi-carousel .ladi-carousel-arrow {
 position:absolute;
 width:30px;
 height:36px;
 top:calc(50% - 18px);
 background:url(../fonts/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
 cursor:pointer;
 z-index:90000040
}
.ladi-carousel .ladi-carousel-arrow-left {
 left:5px;
 background-position:-28px
}
.ladi-carousel .ladi-carousel-arrow-right {
 right:5px;
 background-position:-52px
}
.ladi-gallery {
 position:absolute;
 width:100%;
 height:100%
}
.ladi-gallery .ladi-gallery-view {
 position:absolute;
 overflow:hidden
}
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
 background-size:cover;
 background-repeat:no-repeat;
 background-position:center center;
 width:100%;
 height:100%;
 position:relative;
 display:none;
 transition:transform .5s ease-in-out;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 -webkit-perspective:1000px;
 perspective:1000px
}
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.play-video {
 cursor:pointer
}
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.play-video:after {
 content:"";
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 margin:auto;
 width:60px;
 height:60px;
 background:url(../fonts/ladipage-play.svg) no-repeat center center;
 background-size:contain;
 pointer-events:none;
 cursor:pointer
}
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.right {
 left:0;
 transform:translate3d(100%,0,0)
}
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.prev,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.left {
 left:0;
 transform:translate3d(-100%,0,0)
}
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next.left,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.prev.right,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected {
 left:0;
 transform:translate3d(0,0,0)
}
.ladi-gallery .ladi-gallery-view>.next,
.ladi-gallery .ladi-gallery-view>.prev,
.ladi-gallery .ladi-gallery-view>.selected {
 display:block
}
.ladi-gallery .ladi-gallery-view>.selected {
 left:0
}
.ladi-gallery .ladi-gallery-view>.next,
.ladi-gallery .ladi-gallery-view>.prev {
 position:absolute;
 top:0;
 width:100%
}
.ladi-gallery .ladi-gallery-view>.next {
 left:100%
}
.ladi-gallery .ladi-gallery-view>.prev {
 left:-100%
}
.ladi-gallery .ladi-gallery-view>.next.left,
.ladi-gallery .ladi-gallery-view>.prev.right {
 left:0
}
.ladi-gallery .ladi-gallery-view>.selected.left {
 left:-100%
}
.ladi-gallery .ladi-gallery-view>.selected.right {
 left:100%
}
.ladi-gallery .ladi-gallery-control {
 position:absolute;
 overflow:hidden
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-view {
 width:100%
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control {
 top:0;
 width:100%
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
 top:0;
 width:100%
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
 width:100%;
 bottom:0
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-view {
 height:100%
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control {
 height:100%
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-view {
 height:100%
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control {
 height:100%;
 right:0
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
 position:absolute;
 width:30px;
 height:36px;
 top:calc(50% - 18px);
 background:url(../fonts/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
 cursor:pointer;
 z-index:90000040
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
 left:5px;
 background-position:-28px
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
 right:5px;
 background-position:-52px
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
 position:absolute;
 background:url(../fonts/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
 cursor:pointer;
 z-index:90000040
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
 top:calc(50% - 18px);
 width:30px;
 height:36px
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
 left:0;
 background-position:-28px;
 transform:scale(.6)
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
 right:0;
 background-position:-52px;
 transform:scale(.6)
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
 left:0;
 background-position:-28px;
 transform:scale(.6)
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
 right:0;
 background-position:-52px;
 transform:scale(.6)
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
 left:calc(50% - 18px);
 width:36px;
 height:30px
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
 top:0;
 background-position:-77px;
 transform:scale(.6)
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
 bottom:0;
 background-position:3px;
 transform:scale(.6)
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
 top:0;
 background-position:-77px;
 transform:scale(.6)
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
 bottom:0;
 background-position:3px;
 transform:scale(.6)
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
 position:relative
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
 display:-webkit-inline-flex;
 display:inline-flex;
 left:0;
 transition:left 150ms ease-in-out
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
 display:-webkit-inline-flex;
 display:inline-flex;
 left:0;
 transition:left 150ms ease-in-out
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
 display:inline-grid;
 top:0;
 transition:top 150ms ease-in-out
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
 display:inline-grid;
 top:0;
 transition:top 150ms ease-in-out
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
 background-size:cover;
 background-repeat:no-repeat;
 background-position:center center;
 float:left;
 position:relative;
 cursor:pointer;
 filter:invert(15%)
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
 content:"";
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 margin:auto;
 width:30px;
 height:30px;
 background:url(../fonts/ladipage-play.svg) no-repeat center center;
 background-size:contain;
 pointer-events:none;
 cursor:pointer
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
 filter:none
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
 filter:none
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
 margin-right:0!important;
 margin-bottom:0!important
}
.ladi-table {
 position:absolute;
 width:100%;
 height:100%;
 overflow:auto
}
.ladi-table table {
 width:100%
}
.ladi-table table td {
 vertical-align:middle
}
.ladi-table tbody td {
 word-break:break-word
}
.ladi-table table td img {
 cursor:pointer;
 width:100%
}
.ladi-box.loaded {
 position:absolute;
 width:100%;
 height:100%;
 overflow:hidden
}
.ladi-frame {
 position:absolute;
 width:100%;
 height:100%;
 overflow:hidden
}
.ladi-frame .ladi-frame-background {
 height:100%;
 width:100%;
 pointer-events:none
}
.ladi-banner {
 position:absolute;
 width:100%;
 height:100%;
 overflow:hidden
}
.ladi-banner .ladi-banner-background {
 height:100%;
 width:100%;
 pointer-events:none
}
#SECTION_POPUP .ladi-container {
 z-index:90000070
}
#SECTION_POPUP .ladi-container>.ladi-element {
 z-index:90000070;
 position:fixed;
 display:none
}
#SECTION_POPUP .ladi-container>.ladi-element.hide-visibility {
 display:block!important;
 visibility:hidden!important
}
#SECTION_POPUP .popup-close {
 width:30px;
 height:30px;
 position:absolute;
 right:0;
 top:0;
 transform:scale(.8);
 -webkit-transform:scale(.8);
 z-index:9000000080;
 background:url(../fonts/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
 background-position:-108px;
 cursor:pointer;
 display:none
}
.ladi-popup {
 position:absolute;
 width:100%;
 height:100%
}
.ladi-popup .ladi-popup-background {
 height:100%;
 width:100%;
 pointer-events:none
}
.ladi-countdown {
 position:absolute;
 width:100%;
 height:100%
}
.ladi-countdown .ladi-countdown-background {
 position:absolute;
 width:100%;
 height:100%;
 top:0;
 left:0;
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit;
 display:table;
 pointer-events:none
}
.ladi-countdown .ladi-countdown-text {
 position:absolute;
 width:100%;
 height:100%;
 text-decoration:inherit;
 display:table;
 pointer-events:none
}
.ladi-countdown .ladi-countdown-text span {
 display:table-cell;
 vertical-align:middle
}
.ladi-countdown>.ladi-element {
 text-decoration:inherit;
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit;
 position:relative;
 display:inline-block
}
.ladi-countdown>.ladi-element:last-child {
 margin-right:0!important
}
.ladi-button {
 position:absolute;
 width:100%;
 height:100%;
 overflow:hidden
}
.ladi-button:active {
 transform:translateY(2px);
 transition:transform .2s linear
}
.ladi-button .ladi-button-background {
 height:100%;
 width:100%;
 pointer-events:none
}
.ladi-button>.ladi-element {
 width:100%!important;
 height:100%!important;
 top:0!important;
 left:0!important;
 display:table;
 user-select:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none
}
.ladi-button>.ladi-element .ladi-headline {
 display:table-cell;
 vertical-align:middle
}
.ladi-collection {
 position:absolute;
 width:100%;
 height:100%
}
.ladi-collection.carousel {
 overflow:hidden
}
.ladi-collection .ladi-collection-content {
 position:absolute;
 width:100%;
 height:100%;
 left:0;
 transition:left 350ms ease-in-out
}
.ladi-collection .ladi-collection-content .ladi-collection-item {
 display:block;
 position:relative;
 float:left
}
.ladi-collection .ladi-collection-content .ladi-collection-page {
 float:left
}
.ladi-collection .ladi-collection-arrow {
 position:absolute;
 width:30px;
 height:36px;
 top:calc(50% - 18px);
 background:url(../fonts/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
 cursor:pointer;
 z-index:90000040
}
.ladi-collection .ladi-collection-arrow-left {
 left:5px;
 background-position:-28px
}
.ladi-collection .ladi-collection-arrow-right {
 right:5px;
 background-position:-52px
}
.ladi-collection .ladi-collection-button-next {
 position:absolute;
 width:36px;
 height:30px;
 bottom:-40px;
 right:0;
 left:0;
 margin:auto;
 background:url(../fonts/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
 background-position:4px;
 cursor:pointer;
 z-index:90000040
}
.ladi-form {
 position:absolute;
 width:100%;
 height:100%
}
.ladi-form>.ladi-element {
 text-transform:inherit;
 text-decoration:inherit;
 text-align:inherit;
 letter-spacing:inherit;
 color:inherit;
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit
}
.ladi-form .ladi-button>.ladi-element {
 color:initial;
 font-size:initial;
 font-weight:initial;
 text-transform:initial;
 text-decoration:initial;
 font-style:initial;
 text-align:initial;
 letter-spacing:initial;
 line-height:initial
}
.ladi-form>.ladi-element .ladi-form-item-container {
 text-transform:inherit;
 text-decoration:inherit;
 text-align:inherit;
 letter-spacing:inherit;
 color:inherit;
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item {
 text-transform:inherit;
 text-decoration:inherit;
 text-align:inherit;
 letter-spacing:inherit;
 color:inherit
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item-background {
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 background-size:9px 6px!important;
 background-position:right .5rem center;
 background-repeat:no-repeat
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
 width:calc(100% / 3 - 5px);
 max-width:calc(100% / 3 - 5px);
 min-width:calc(100% / 3 - 5px)
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
 margin-left:7.5px
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
 margin-left:7.5px
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
 color:initial
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
 text-transform:inherit;
 text-decoration:inherit;
 text-align:inherit;
 letter-spacing:inherit;
 color:inherit;
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
 text-transform:inherit;
 text-align:inherit;
 letter-spacing:inherit;
 color:inherit;
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
 text-decoration:inherit
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
 text-transform:inherit;
 text-decoration:inherit;
 text-align:inherit;
 letter-spacing:inherit;
 color:inherit;
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit;
 vertical-align:middle
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
 user-select:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
 text-transform:inherit;
 text-decoration:inherit;
 text-align:inherit;
 letter-spacing:inherit;
 color:inherit;
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
 text-transform:inherit;
 text-align:inherit;
 letter-spacing:inherit;
 color:inherit;
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit
}
.ladi-form .ladi-form-item-container {
 position:absolute;
 width:100%;
 height:100%
}
.ladi-form .ladi-form-item {
 width:100%;
 height:100%;
 position:absolute
}
.ladi-form .ladi-form-item-background {
 position:absolute;
 width:100%;
 height:100%;
 top:0;
 left:0;
 pointer-events:none
}
.ladi-form .ladi-form-item.ladi-form-checkbox {
 height:auto
}
.ladi-form .ladi-form-item .ladi-form-control {
 background-color:transparent;
 min-width:100%;
 min-height:100%;
 max-width:100%;
 max-height:100%;
 width:100%;
 height:100%;
 padding:0 5px;
 color:inherit;
 font-size:inherit;
 border:none
}
.ladi-form .ladi-form-item.ladi-form-checkbox {
 padding:10px 5px
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
 margin-top:0!important;
 margin-left:0!important;
 margin-right:0!important;
 display:table;
 border:none
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
 margin-top:0!important;
 margin-left:0!important;
 margin-right:10px!important;
 display:inline-block;
 border:none;
 position:relative
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
 vertical-align:middle;
 width:13px;
 height:13px;
 display:table-cell;
 margin-right:5px
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
 display:table-cell;
 cursor:default;
 vertical-align:middle;
 word-break:break-word
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
 position:absolute;
 top:4px
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
 padding-left:18px
}
.ladi-form .ladi-form-item textarea.ladi-form-control {
 resize:none;
 padding:5px
}
.ladi-form .ladi-button {
 cursor:pointer
}
.ladi-form .ladi-button .ladi-headline {
 cursor:pointer;
 user-select:none
}
.ladi-combobox {
 position:absolute;
 width:100%;
 height:100%
}
.ladi-combobox .ladi-combobox-item-container {
 position:absolute;
 width:100%;
 height:100%;
 text-transform:inherit;
 text-decoration:inherit;
 text-align:inherit;
 letter-spacing:inherit;
 color:inherit;
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item-background {
 position:absolute;
 width:100%;
 height:100%;
 top:0;
 left:0;
 pointer-events:none;
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item {
 width:100%;
 height:100%;
 position:absolute;
 text-transform:inherit;
 text-decoration:inherit;
 text-align:inherit;
 letter-spacing:inherit;
 color:inherit
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option {
 color:initial
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
 background-color:transparent;
 min-width:100%;
 min-height:100%;
 max-width:100%;
 max-height:100%;
 width:100%;
 height:100%;
 padding:0 5px;
 font-size:inherit;
 border:none;
 text-transform:inherit;
 text-align:inherit;
 letter-spacing:inherit;
 color:inherit;
 background-size:inherit;
 background-attachment:inherit;
 background-origin:inherit;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 background-size:9px 6px!important;
 background-position:right .5rem center;
 background-repeat:no-repeat
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
 text-decoration:inherit
}
.ladi-cart {
 position:absolute;
 width:100%;
 font-size:12px
}
.ladi-cart .ladi-cart-row {
 position:relative;
 display:inline-table;
 width:100%
}
.ladi-cart .ladi-cart-row:after {
 content:"";
 position:absolute;
 left:0;
 bottom:0;
 height:1px;
 width:100%;
 background:#dcdcdc
}
.ladi-cart .ladi-cart-no-product {
 text-align:center;
 font-size:16px;
 vertical-align:middle
}
.ladi-cart .ladi-cart-image {
 width:16%;
 vertical-align:middle;
 position:relative;
 text-align:center
}
.ladi-cart .ladi-cart-image img {
 max-width:100%
}
.ladi-cart .ladi-cart-title {
 vertical-align:middle;
 padding:0 5px;
 word-break:break-all
}
.ladi-cart .ladi-cart-title .ladi-cart-title-name {
 display:block;
 margin-bottom:5px
}
.ladi-cart .ladi-cart-title .ladi-cart-title-variant {
 font-weight:700;
 display:block
}
.ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
 position:absolute;
 top:-3px;
 right:-5px;
 background:rgba(150,149,149,.9);
 width:20px;
 height:20px;
 border-radius:50%;
 text-align:center;
 color:#fff;
 line-height:20px
}
.ladi-cart .ladi-cart-quantity {
 width:70px;
 vertical-align:middle;
 text-align:center
}
.ladi-cart .ladi-cart-quantity-content {
 display:-webkit-inline-flex;
 display:inline-flex
}
.ladi-cart .ladi-cart-quantity input {
 width:24px;
 text-align:center;
 height:22px;
 -moz-appearance:textfield;
 border-top:1px solid #dcdcdc;
 border-bottom:1px solid #dcdcdc
}
.ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button,
.ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
 -webkit-appearance:none;
 margin:0
}
.ladi-cart .ladi-cart-quantity button {
 border:1px solid #dcdcdc;
 cursor:pointer;
 text-align:center;
 width:21px;
 height:22px;
 position:relative;
 user-select:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none
}
.ladi-cart .ladi-cart-quantity button:active {
 transform:translateY(2px);
 transition:transform .2s linear
}
.ladi-cart .ladi-cart-quantity button span {
 font-size:18px;
 position:relative;
 left:.5px
}
.ladi-cart .ladi-cart-quantity button:first-child span {
 top:-1.2px
}
.ladi-cart .ladi-cart-price {
 width:100px;
 vertical-align:middle;
 text-align:right;
 padding:0 10px 0 5px
}
.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
 text-decoration:line-through;
 display:block;
 margin-bottom:3px
}
.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
 text-decoration:none;
 color:#e85d04;
 font-weight:700;
 margin-bottom:0
}
.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
 margin-top:5px;
 display:block
}
.ladi-cart .ladi-cart-action {
 width:28px;
 vertical-align:middle;
 text-align:center
}
.ladi-cart .ladi-cart-action button {
 border:1px solid #dcdcdc;
 cursor:pointer;
 text-align:center;
 width:25px;
 height:22px;
 user-select:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none
}
.ladi-cart .ladi-cart-action button:active {
 transform:translateY(2px);
 transition:transform .2s linear
}
.ladi-cart .ladi-cart-action button span {
 font-size:13px;
 position:relative;
 top:.5px
}
.ladi-video {
 position:absolute;
 width:100%;
 height:100%;
 cursor:pointer;
 overflow:hidden
}
.ladi-video .ladi-video-background {
 position:absolute;
 width:100%;
 height:100%;
 top:0;
 left:0;
 pointer-events:none
}
.ladi-group {
 position:absolute;
 width:100%;
 height:100%
}
.ladi-button-group {
 position:absolute;
 width:100%;
 height:100%
}
.ladi-shape {
 position:absolute;
 width:100%;
 height:100%;
 pointer-events:none
}
.ladi-html-code {
 position:absolute;
 width:100%;
 height:100%
}
.ladi-image {
 position:absolute;
 width:100%;
 height:100%;
 overflow:hidden;
 pointer-events:none
}
.ladi-image .ladi-image-background.loaded {
 background-repeat:no-repeat;
 background-position:left top;
 background-size:cover;
 background-attachment:scroll;
 background-origin:content-box;
 position:absolute;
 margin:0 auto;
 width:100%;
 height:100%;
 pointer-events:none
}
.ladi-headline {
 width:100%;
 display:inline-block;
 background-size:cover;
 background-position:center center
}
.ladi-headline a {
 text-decoration:underline
}
.ladi-paragraph {
 width:100%;
 display:inline-block
}
.ladi-paragraph a {
 text-decoration:underline
}
.ladi-list-paragraph {
 width:100%;
 display:inline-block
}
.ladi-list-paragraph a {
 text-decoration:underline
}
.ladi-list-paragraph ul li {
 position:relative;
 counter-increment:linum
}
.ladi-list-paragraph ul li:before {
 position:absolute;
 background-repeat:no-repeat;
 background-size:100% 100%;
 left:0
}
.ladi-list-paragraph ul li:last-child {
 padding-bottom:0!important
}
.ladi-line {
 position:relative
}
.ladi-line .ladi-line-container {
 border-bottom:0!important;
 border-right:0!important;
 width:100%;
 height:100%
}
a[data-action] {
 user-select:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 cursor:pointer
}
a:visited {
 color:inherit
}
a:link {
 color:inherit
}
[data-opacity="0"] {
 opacity:0
}
[data-hidden=true] {
 display:none
}
[data-action=true] {
 cursor:pointer
}
.ladi-hidden {
 display:none
}
.backdrop-popup {
 display:none;
 position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 z-index:90000060
}
.lightbox-screen {
 display:none;
 position:fixed;
 width:100%;
 height:100%;
 top:0;
 left:0;
 bottom:0;
 right:0;
 margin:auto;
 z-index:9000000080;
 background:rgba(0,0,0,.5)
}
.lightbox-screen .lightbox-close {
 width:30px;
 height:30px;
 position:absolute;
 z-index:9000000090;
 background:url(../fonts/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
 background-position:-108px;
 transform:scale(.7);
 -webkit-transform:scale(.7);
 cursor:pointer
}
.lightbox-screen .lightbox-hidden {
 display:none
}
.ladi-animation-hidden {
 visibility:hidden!important
}
.ladi-lazyload {
 background-image:none!important
}
.ladi-list-paragraph ul li.ladi-lazyload:before {
 background-image:none!important
}
.ladi-cart-number {
 position:absolute;
 top:-2px;
 right:-7px;
 background:#f36e36;
 text-align:center;
 width:18px;
 height:18px;
 line-height:18px;
 font-size:11px;
 font-weight:700;
 color:#fff;
 border-radius:100%
}
.ladi-form-quantity {
 display:-webkit-inline-flex;
 display:inline-flex;
 border-color:inherit
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
 text-align:center;
 pointer-events:none;
 -moz-appearance:textfield;
 width:calc(100% - 45px);
 padding:0;
 min-width:24px;
 border-top:1px hidden;
 border-bottom:1px hidden;
 border-color:inherit
}
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button,
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button {
 -webkit-appearance:none;
 margin:0
}
.ladi-form-quantity button {
 border:1px hidden;
 border-color:inherit;
 cursor:pointer;
 text-align:center;
 width:30px;
 height:100%;
 position:relative;
 user-select:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none
}
.ladi-form-quantity button span {
 font-size:18px;
 position:relative;
 left:.5px
}
.ladi-form-quantity button:first-child span {
 top:-1.2px
}
.ladi-form [data-variant=true] select option[disabled] {
 background:#fff;
 color:#b8b8b8!important
}
.ladi-story-page-progress-bar {
 width:100%;
 height:25px;
 position:fixed;
 top:0;
 left:0
}
.ladi-story-page-progress-bar-item {
 height:100%;
 width:100%;
 display:block;
 float:left;
 margin:0 5px;
 position:relative;
 cursor:pointer
}
.ladi-story-page-progress-bar-item:before {
 content:"";
 position:absolute;
 background:rgba(255,255,255,.4);
 border-radius:10px;
 width:100%;
 height:4px;
 margin:auto;
 top:0;
 bottom:0;
 left:0;
 right:0
}
.ladi-story-page-progress-bar-item.active:before {
 background:#fff
}
.ladi-story-page-progress-bar-item span {
 background:#fff;
 border-radius:10px;
 height:4px;
 display:block;
 margin:auto 0;
 top:0;
 bottom:0;
 position:absolute;
 transition:width .3s linear;
 width:0%
}
@media (min-width:768px) {
 .ladi-fullwidth {
  width:100vw!important;
  left:calc(-50vw + 50%)!important;
  box-sizing:border-box!important;
  transform:none!important
 }
 .ladi-fullwidth .ladi-gallery-view-item {
  transition-duration:1.5s
 }
}
@media (max-width:767px) {
 .ladi-element.ladi-auto-scroll {
  overflow-x:scroll;
  overflow-y:hidden;
  width:100%!important;
  left:0!important;
  -webkit-overflow-scrolling:touch
 }
 .ladi-section.ladi-auto-scroll {
  overflow-x:scroll;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch
 }
 .ladi-carousel .ladi-carousel-content {
  transition:left .3s ease-in-out
 }
 .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
  transition:transform .3s ease-in-out
 }
}
.ladi-notify-transition {
 transition:top .5s ease-in-out,bottom .5s ease-in-out,opacity .5s ease-in-out
}
.ladi-notify {
 padding:5px;
 box-shadow:0 0 1px rgba(64,64,64,.3),0 8px 50px rgba(64,64,64,.05);
 border-radius:40px;
 color:#404040;
 background:rgba(250,250,250,.9);
 line-height:1.6;
 width:100%;
 height:100%;
 font-size:13px
}
.ladi-notify .ladi-notify-image img {
 float:left;
 margin-right:13px;
 border-radius:50%;
 width:53px;
 height:53px;
 pointer-events:none
}
.ladi-notify .ladi-notify-title {
 font-size:100%;
 height:17px;
 overflow:hidden;
 font-weight:700;
 overflow-wrap:break-word;
 text-overflow:ellipsis;
 white-space:nowrap;
 line-height:1
}
.ladi-notify .ladi-notify-content {
 font-size:92.308%;
 height:17px;
 overflow:hidden;
 overflow-wrap:break-word;
 text-overflow:ellipsis;
 white-space:nowrap;
 line-height:1;
 padding-top:2px
}
.ladi-notify .ladi-notify-time {
 line-height:1.6;
 font-size:84.615%;
 display:inline-block;
 overflow-wrap:break-word;
 text-overflow:ellipsis;
 white-space:nowrap;
 max-width:calc(100% - 155px);
 overflow:hidden
}
.ladi-notify .ladi-notify-copyright {
 font-size:76.9231%;
 margin-left:2px;
 position:relative;
 padding:0 5px;
 cursor:pointer;
 opacity:.6;
 display:inline-block;
 top:-4px
}
.ladi-notify .ladi-notify-copyright svg {
 vertical-align:middle
}
.ladi-notify .ladi-notify-copyright svg:not(:root) {
 overflow:hidden
}
.ladi-notify .ladi-notify-copyright div {
 text-decoration:none;
 color:#404040;
 display:inline
}
.ladi-notify .ladi-notify-copyright strong {
 font-weight:700
}
.builder-container .ladi-notify {
 transition:unset
}
.ladi-spin-lucky {
 width:100%;
 height:100%;
 border-radius:100%;
 box-shadow:0 0 7px 0 rgba(64,64,64,.6),0 8px 50px rgba(64,64,64,.3);
 background-repeat:no-repeat;
 background-size:cover
}
.ladi-spin-lucky .ladi-spin-lucky-start {
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 margin:auto;
 width:20%;
 height:20%;
 cursor:pointer;
 background-size:contain;
 background-position:center center;
 background-repeat:no-repeat;
 transition:transform .3s ease-in-out;
 -webkit-transition:transform .3s ease-in-out
}
.ladi-spin-lucky .ladi-spin-lucky-start:hover {
 transform:scale(1.1)
}
.ladi-spin-lucky .ladi-spin-lucky-screen {
 width:100%;
 height:100%;
 border-radius:100%;
 transition:transform 7s cubic-bezier(.25,.1,0,1);
 -webkit-transition:transform 7s cubic-bezier(.25,.1,0,1);
 text-decoration-line:inherit;
 -webkit-text-decoration-line:inherit;
 text-transform:inherit
}
.ladi-spin-lucky .ladi-spin-lucky-screen:before {
 background-size:cover;
 background-position:center center;
 background-repeat:no-repeat;
 content:"";
 position:absolute;
 width:100%;
 height:100%;
 top:0;
 left:0;
 pointer-events:none
}
.ladi-spin-lucky .ladi-spin-lucky-label {
 position:absolute;
 top:50%;
 left:50%;
 overflow:hidden;
 width:42%;
 padding-left:12%;
 transform-origin:0 0;
 -webkit-transform-origin:0 0;
 text-decoration-line:inherit;
 -webkit-text-decoration-line:inherit;
 text-transform:inherit;
 line-height:1.6;
 text-shadow:rgba(0,0,0,.5) 1px 0 2px
}
@media (min-width:768px) {
 .ladi-section .ladi-container {
  width:960px
 }
}
@media (max-width:767px) {
 .ladi-section .ladi-container {
  width:420px
 }
}
@media (min-width:768px) {
 #SECTION_POPUP {
  height:0
 }
 #SECTION8 {
  height:470px
 }
 #SECTION8>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION9 {
  height:590px
 }
 #SECTION9>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION10 {
  height:640px
 }
 #SECTION10>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION11 {
  height:619.3px
 }
 #SECTION11>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION12 {
  height:1120.7px
 }
 #SECTION12>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION13 {
  height:580px
 }
 #SECTION13>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION14 {
  height:525px
 }
 #SECTION14>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION15 {
  height:50px
 }
 #SECTION15>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION16 {
  height:120.6px
 }
 #SECTION16>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION17 {
  height:134.7px
 }
 #SECTION17>.ladi-section-background {
  background-color:#e0e0e0
 }
 #HEADLINE18 {
  width:300px;
  top:25.3px;
  left:70px
 }
 #HEADLINE18>.ladi-headline {
  font-family:"Mitr-Bold.ttf";
  color:#0e075f;
  font-size:22px;
  line-height:1.2
 }
 #HEADLINE19 {
  width:310px;
  top:85.3px;
  left:70px
 }
 #HEADLINE19>.ladi-headline {
  color:#000;
  font-size:16px;
  line-height:1.6
 }
 #FORM20 {
  width:270px;
  height:44.5px;
  top:35.3px;
  left:620px
 }
 #FORM20>.ladi-form {
  color:#424242;
  font-size:15px;
  line-height:1.6
 }
 #FORM20 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
 #FORM20 .ladi-form-item .ladi-form-control::placeholder {
  color:#424242
 }
 #FORM20 .ladi-form-item {
  padding-left:13px;
  padding-right:13px
 }
 #FORM20 .ladi-form-item.ladi-form-checkbox {
  padding-left:18px;
  padding-right:18px
 }
 #FORM20 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
  background-image:url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(66%2C%2066%2C%2066%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
 }
 #FORM20 .ladi-form-item-container {
  border-style:solid;
  border-color:#676767;
  border-width:1px;
  border-radius:3px
 }
 #FORM20 .ladi-form-item-container .ladi-form-quantity button {
  background-color:#676767
 }
 #FORM20 .ladi-form-item-background {
  background-color:#fff;
  border-radius:2px
 }
 #BUTTON21 {
  width:138.857px;
  height:35px;
  top:9.5px;
  left:96.4285px;
  display:none!important
 }
 #BUTTON21>.ladi-button>.ladi-button-background {
  background:#0d61f2;
  background:-webkit-linear-gradient(180deg,#0d61f2,#2f7bfe);
  background:linear-gradient(180deg,#0d61f2,#2f7bfe)
 }
 #BUTTON_TEXT21 {
  width:143px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT21>.ladi-headline {
  color:#fff;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #FORM_ITEM25 {
  width:270px;
  height:39.5px;
  top:0;
  left:0
 }
 #SHAPE26 {
  width:17.6392px;
  height:20px;
  top:45.3px;
  left:852.443px
 }
 #SHAPE26:hover>.ladi-shape svg:last-child {
  fill:#3b469e
 }
 #SHAPE26 svg:last-child {
  fill:#0e075f
 }
 #IMAGE28 {
  width:820px;
  height:60px;
  top:10.6px;
  left:70px
 }
 #IMAGE28>.ladi-image>.ladi-image-background.loaded {
  width:820px;
  height:60px;
  top:0;
  left:0;
  background-image:url(../images/header_img1-20210511090901_1.jpg)
 }
 #BUTTON_TEXT30 {
  width:130px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT30>.ladi-headline {
  color:#000;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #BUTTON_TEXT30>.ladi-headline:hover {
  color:#12449a
 }
 #BUTTON30 {
  width:129.901px;
  height:40px;
  top:0;
  left:0
 }
 #BUTTON_TEXT32 {
  width:130px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT32>.ladi-headline {
  color:#000;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #BUTTON_TEXT32>.ladi-headline:hover {
  color:#12449a
 }
 #BUTTON32 {
  width:129.901px;
  height:40px;
  top:0;
  left:110px
 }
 #BUTTON_TEXT34 {
  width:130px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT34>.ladi-headline {
  color:#000;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #BUTTON_TEXT34>.ladi-headline:hover {
  color:#12449a
 }
 #BUTTON34 {
  width:129.901px;
  height:40px;
  top:0;
  left:230px
 }
 #BUTTON_GROUP29 {
  width:820px;
  height:40px;
  top:77.6px;
  left:70px
 }
 #BUTTON_TEXT37 {
  width:130px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT37>.ladi-headline {
  color:#000;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #BUTTON_TEXT37>.ladi-headline:hover {
  color:#12449a
 }
 #BUTTON37 {
  width:129.901px;
  height:40px;
  top:0;
  left:370px
 }
 #BUTTON_TEXT39 {
  width:130px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT39>.ladi-headline {
  color:#000;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #BUTTON_TEXT39>.ladi-headline:hover {
  color:#12449a
 }
 #BUTTON39 {
  width:129.901px;
  height:40px;
  top:0;
  left:540px
 }
 #BUTTON_TEXT41 {
  width:130px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT41>.ladi-headline {
  color:#000;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #BUTTON_TEXT41>.ladi-headline:hover {
  color:#12449a
 }
 #BUTTON41 {
  width:129.901px;
  height:40px;
  top:0;
  left:690.099px
 }
 #BOX43 {
  width:960px;
  height:130px;
  top:-9.4px;
  left:0
 }
 #BOX43>.ladi-box.loaded {
  background-color:#fff
 }
 #HEADLINE44 {
  width:640px;
  top:10px;
  left:70px
 }
 #HEADLINE44>.ladi-headline {
  color:#0245ff;
  font-size:14px;
  line-height:1.6
 }
 #BOX45 {
  width:960px;
  height:60px;
  top:-10px;
  left:0
 }
 #BOX45>.ladi-box.loaded {
  background-color:#fff
 }
 #BOX47 {
  width:960px;
  height:525px;
  top:0;
  left:0
 }
 #BOX47>.ladi-box.loaded {
  background-color:#fff
 }
 #IMAGE49 {
  width:500px;
  height:300px;
  top:185px;
  left:230px
 }
 #IMAGE49>.ladi-image>.ladi-image-background.loaded {
  width:505.618px;
  height:300px;
  top:0;
  left:0;
  background-image:url(../images/one-20210511091727_1.jpg)
 }
 #PARAGRAPH50 {
  width:820px;
  top:40px;
  left:70px
 }
 #PARAGRAPH50>.ladi-paragraph {
  color:#000;
  font-size:18px;
  font-weight:700;
  line-height:1.6
 }
 #PARAGRAPH51 {
  width:820px;
  top:310px;
  left:70px
 }
 #PARAGRAPH51>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX52 {
  width:960px;
  height:590px;
  top:-10px;
  left:0
 }
 #BOX52>.ladi-box.loaded {
  background-color:#fff
 }
 #HEADLINE55 {
  width:820px;
  top:25px;
  left:70px
 }
 #HEADLINE55>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#252525;
  font-size:29px;
  line-height:1.4
 }
 #IMAGE56 {
  width:390px;
  height:230px;
  top:145px;
  left:70px
 }
 #IMAGE56>.ladi-image>.ladi-image-background.loaded {
  width:390px;
  height:282.184px;
  top:-37px;
  left:0;
  background-image:url(../images/img2-20210511092054.jpg)
 }
 #PARAGRAPH58 {
  width:370px;
  top:145px;
  left:500px
 }
 #PARAGRAPH58>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #HEADLINE59 {
  width:797px;
  top:0;
  left:0
 }
 #HEADLINE59>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH60 {
  width:800px;
  top:50px;
  left:0
 }
 #PARAGRAPH60>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #GROUP61 {
  width:800px;
  height:134px;
  top:415px;
  left:90px
 }
 #HEADLINE66 {
  width:797px;
  top:0;
  left:0
 }
 #HEADLINE66>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH67 {
  width:800px;
  top:50px;
  left:0
 }
 #PARAGRAPH67>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #GROUP65 {
  width:800px;
  height:106px;
  top:575px;
  left:90px
 }
 #HEADLINE69 {
  width:797px;
  top:0;
  left:0
 }
 #HEADLINE69>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH70 {
  width:800px;
  top:50px;
  left:0
 }
 #PARAGRAPH70>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #GROUP68 {
  width:800px;
  height:106px;
  top:715px;
  left:90px
 }
 #HEADLINE72 {
  width:797px;
  top:0;
  left:0
 }
 #HEADLINE72>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH73 {
  width:800px;
  top:50px;
  left:0
 }
 #PARAGRAPH73>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #GROUP71 {
  width:800px;
  height:78px;
  top:855px;
  left:90px
 }
 #HEADLINE75 {
  width:817px;
  top:0;
  left:0
 }
 #HEADLINE75>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH76 {
  width:800px;
  top:50.3px;
  left:0
 }
 #PARAGRAPH76>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #GROUP74 {
  width:817px;
  height:106.3px;
  top:974.7px;
  left:90px
 }
 #BOX77 {
  width:960px;
  height:1130px;
  top:-10px;
  left:0
 }
 #BOX77>.ladi-box.loaded {
  background-color:#fff
 }
 #PARAGRAPH78 {
  width:820px;
  top:19.3px;
  left:70px
 }
 #PARAGRAPH78>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX80 {
  width:960px;
  height:620px;
  top:-.7px;
  left:0
 }
 #BOX80>.ladi-box.loaded {
  background-color:#fff
 }
 #PARAGRAPH81 {
  width:820px;
  top:20px;
  left:70px
 }
 #PARAGRAPH81>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX82 {
  width:60.3748px;
  height:240px;
  top:70px;
  left:30.1874px
 }
 #BOX82>.ladi-box.loaded {
  background-color:#169074
 }
 #PARAGRAPH83 {
  width:131px;
  top:0;
  left:0
 }
 #PARAGRAPH83>.ladi-paragraph {
  color:#000;
  font-size:14px;
  text-align:center;
  line-height:1.6
 }
 #BOX86 {
  width:60.3748px;
  height:280px;
  top:90px;
  left:30.1874px
 }
 #BOX86>.ladi-box.loaded {
  background-color:#169074
 }
 #PARAGRAPH87 {
  width:131px;
  top:0;
  left:0
 }
 #PARAGRAPH87>.ladi-paragraph {
  color:#000;
  font-size:14px;
  text-align:center;
  line-height:1.6
 }
 #BOX89 {
  width:60.3748px;
  height:300px;
  top:90px;
  left:30.1874px
 }
 #BOX89>.ladi-box.loaded {
  background-color:#169074
 }
 #PARAGRAPH90 {
  width:131px;
  top:0;
  left:0
 }
 #PARAGRAPH90>.ladi-paragraph {
  color:#000;
  font-size:14px;
  text-align:center;
  line-height:1.6
 }
 #GROUP88 {
  width:130.812px;
  height:390px;
  top:0;
  left:0
 }
 #BOX92 {
  width:60.3748px;
  height:320px;
  top:90px;
  left:30.1874px
 }
 #BOX92>.ladi-box.loaded {
  background-color:#169074
 }
 #PARAGRAPH93 {
  width:131px;
  top:0;
  left:0
 }
 #PARAGRAPH93>.ladi-paragraph {
  color:#000;
  font-size:14px;
  text-align:center;
  line-height:1.6
 }
 #GROUP91 {
  width:130.812px;
  height:410px;
  top:0;
  left:0
 }
 #BOX94 {
  width:161px;
  height:472.01px;
  top:0;
  left:0
 }
 #BOX94>.ladi-box.loaded {
  background-color:#f0f7ff
 }
 #BOX95 {
  width:161px;
  height:472.01px;
  top:0;
  left:161px
 }
 #BOX95>.ladi-box.loaded {
  background-color:#e3effc
 }
 #BOX96 {
  width:161px;
  height:472.01px;
  top:0;
  left:322px
 }
 #BOX96>.ladi-box.loaded {
  background-color:#cfddec
 }
 #BOX97 {
  width:161px;
  height:472.01px;
  top:0;
  left:483px
 }
 #BOX97>.ladi-box.loaded {
  background-color:#b7c7d9
 }
 #GROUP98 {
  width:644px;
  height:472.01px;
  top:0;
  left:6px
 }
 #GROUP98>.ladi-group {
  opacity:.5
 }
 #BOX99 {
  width:5px;
  height:475.004px;
  top:0;
  left:0
 }
 #BOX99>.ladi-box.loaded {
  background-color:#000
 }
 #BOX101 {
  width:651px;
  height:4.98954px;
  top:472.01px;
  left:0
 }
 #BOX101>.ladi-box.loaded {
  background-color:#252525
 }
 #GROUP102 {
  width:651px;
  height:477px;
  top:83px;
  left:152px
 }
 #HEADLINE103 {
  width:110px;
  top:371px;
  left:10.406px
 }
 #HEADLINE103>.ladi-headline {
  color:#000;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE104 {
  width:110px;
  top:431px;
  left:10.406px
 }
 #HEADLINE104>.ladi-headline {
  color:#000;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE105 {
  width:110px;
  top:451px;
  left:10.406px
 }
 #HEADLINE105>.ladi-headline {
  color:#000;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE106 {
  width:110px;
  top:471px;
  left:10.406px
 }
 #HEADLINE106>.ladi-headline {
  color:#000;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #GROUP107 {
  width:130.812px;
  height:496px;
  top:109px;
  left:660.119px
 }
 #GROUP108 {
  width:130.812px;
  height:476px;
  top:129px;
  left:499.454px
 }
 #BOX109 {
  width:960px;
  height:640px;
  top:0;
  left:0
 }
 #BOX109>.ladi-box.loaded {
  background-color:#fff
 }
 #SECTION111 {
  height:625.7px
 }
 #SECTION111>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION112 {
  height:699.7px
 }
 #SECTION112>.ladi-section-background {
  background-color:#e0e0e0
 }
 #PARAGRAPH113 {
  width:820px;
  top:20px;
  left:70px
 }
 #PARAGRAPH113>.ladi-paragraph {
  color:#0245ff;
  font-size:18px;
  line-height:1.6
 }
 #BOX114 {
  width:960px;
  height:590px;
  top:0;
  left:0
 }
 #BOX114>.ladi-box.loaded {
  background-color:#fff
 }
 #BOX116 {
  width:960px;
  height:340px;
  top:0;
  left:0
 }
 #BOX116>.ladi-box.loaded {
  background-color:#fff
 }
 #PARAGRAPH117 {
  width:820px;
  top:40px;
  left:70px
 }
 #PARAGRAPH117>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #SECTION115 {
  height:340px
 }
 #SECTION115>.ladi-section-background {
  background-color:#e0e0e0
 }
 #IMAGE118 {
  width:500px;
  height:470px;
  top:89px;
  left:230px
 }
 #IMAGE118>.ladi-image>.ladi-image-background.loaded {
  width:500px;
  height:666.25px;
  top:-69px;
  left:0;
  background-image:url(../images/two-20210511094406_1.jpg)
 }
 #PARAGRAPH119 {
  width:820px;
  top:20px;
  left:70px
 }
 #PARAGRAPH119>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX120 {
  width:960px;
  height:470px;
  top:0;
  left:0
 }
 #BOX120>.ladi-box.loaded {
  background-color:#fff
 }
 #IMAGE121 {
  width:291.429px;
  height:300px;
  top:329.7px;
  left:240px
 }
 #IMAGE121>.ladi-image>.ladi-image-background.loaded {
  width:317.63px;
  height:324.632px;
  top:-17.305px;
  left:-12.4866px;
  background-image:url(../images/multilan_thai_decor-2-20210512031850.png)
 }
 #BOX122 {
  width:960px;
  height:700px;
  top:-.3px;
  left:0
 }
 #BOX122>.ladi-box.loaded {
  background-color:#fff
 }
 #SECTION124 {
  height:42.65px
 }
 #SECTION124>.ladi-section-background {
  background-color:#eee
 }
 #SECTION125 {
  height:1042.7px
 }
 #SECTION125>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION126 {
  height:863.7px
 }
 #SECTION126>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION127 {
  height:820.7px
 }
 #SECTION127>.ladi-section-background {
  background-color:#e0e0e0
 }
 #IMAGE128 {
  width:18px;
  height:18px;
  top:25px;
  left:70px
 }
 #IMAGE128>.ladi-image>.ladi-image-background.loaded {
  width:18px;
  height:18px;
  top:0;
  left:0;
  background-image:url(../images/face_icon-20210511090856.jpg)
 }
 #PARAGRAPH129 {
  width:820px;
  top:20px;
  left:110px
 }
 #PARAGRAPH129>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX130 {
  width:960px;
  height:620px;
  top:0;
  left:0
 }
 #BOX130>.ladi-box.loaded {
  background-color:#fff
 }
 #PARAGRAPH131 {
  width:820px;
  top:80px;
  left:70px
 }
 #PARAGRAPH131>.ladi-paragraph {
  font-family:"Mitr-Bold.ttf";
  color:#2b68a5;
  font-size:21px;
  line-height:1.6
 }
 #HEADLINE132 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE132>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH133 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH133>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX134 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX134>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male1-20210511095215.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE135 {
  width:820px;
  top:120px;
  left:0
 }
 #LINE135>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE135>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP137 {
  width:820px;
  height:137px;
  top:150px;
  left:70px
 }
 #HEADLINE139 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE139>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH140 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH140>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX141 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX141>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm13-20210511095205.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE142 {
  width:820px;
  top:120px;
  left:0
 }
 #LINE142>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE142>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP138 {
  width:820px;
  height:137px;
  top:320px;
  left:70px
 }
 #HEADLINE144 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE144>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH145 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH145>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX146 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX146>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm11-20210511095205.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE147 {
  width:820px;
  top:100px;
  left:0
 }
 #LINE147>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE147>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP143 {
  width:820px;
  height:117px;
  top:480px;
  left:70px
 }
 #HEADLINE149 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE149>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH150 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH150>.ladi-paragraph {
  color:#2b68a5;
  font-size:18px;
  line-height:1.6
 }
 #BOX151 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX151>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm12-20210511095205.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE152 {
  width:820px;
  top:152px;
  left:0
 }
 #LINE152>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE152>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP148 {
  width:820px;
  height:169px;
  top:2.3px;
  left:70px
 }
 #HEADLINE154 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE154>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH155 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH155>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX156 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX156>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male3-20210511095215.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE157 {
  width:820px;
  top:210px;
  left:0
 }
 #LINE157>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE157>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP153 {
  width:820px;
  height:227px;
  top:194.3px;
  left:70px
 }
 #HEADLINE164 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE164>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH165 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH165>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX166 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX166>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male4-20210511095215.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE167 {
  width:820px;
  top:120px;
  left:0
 }
 #LINE167>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE167>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP163 {
  width:820px;
  height:137px;
  top:454.3px;
  left:70px
 }
 #HEADLINE169 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE169>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH170 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH170>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX171 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX171>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male2-20210511095215.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE172 {
  width:820px;
  top:150px;
  left:0
 }
 #LINE172>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE172>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP168 {
  width:820px;
  height:167px;
  top:624.3px;
  left:70px
 }
 #HEADLINE174 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE174>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH175 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH175>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX176 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX176>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm14-20210511095206.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE177 {
  width:820px;
  top:203px;
  left:0
 }
 #LINE177>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE177>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP173 {
  width:820px;
  height:220px;
  top:10.6px;
  left:70px
 }
 #HEADLINE179 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE179>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH180 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH180>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX181 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX181>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male5-20210511095215.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE182 {
  width:820px;
  top:180px;
  left:0
 }
 #LINE182>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE182>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP178 {
  width:820px;
  height:197px;
  top:263.6px;
  left:70px
 }
 #HEADLINE184 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE184>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH185 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH185>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX186 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX186>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm15-20210511095206.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE187 {
  width:820px;
  top:150px;
  left:0
 }
 #LINE187>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE187>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP183 {
  width:820px;
  height:167px;
  top:493.6px;
  left:70px
 }
 #HEADLINE189 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE189>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH190 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH190>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX191 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX191>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male6-20210511095216.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE192 {
  width:820px;
  top:120px;
  left:0
 }
 #LINE192>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE192>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP188 {
  width:820px;
  height:137px;
  top:693.6px;
  left:70px
 }
 #HEADLINE199 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE199>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH200 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH200>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX201 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX201>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm15-20210511095206.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE202 {
  width:820px;
  top:100px;
  left:0
 }
 #LINE202>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE202>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP198 {
  width:820px;
  height:117px;
  top:-.1px;
  left:70px
 }
 #HEADLINE204 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE204>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH205 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH205>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX206 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX206>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm17-20210511095206.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE207 {
  width:820px;
  top:100px;
  left:0
 }
 #LINE207>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE207>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP203 {
  width:820px;
  height:117px;
  top:149.9px;
  left:70px
 }
 #HEADLINE209 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE209>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH210 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH210>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX211 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX211>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm18-20210511095206.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE212 {
  width:820px;
  top:100px;
  left:0
 }
 #LINE212>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE212>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP208 {
  width:820px;
  height:117px;
  top:299.9px;
  left:70px
 }
 #HEADLINE214 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE214>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH215 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH215>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX216 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX216>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm18-20210511095206.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE217 {
  width:820px;
  top:100px;
  left:0
 }
 #LINE217>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE217>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP213 {
  width:820px;
  height:117px;
  top:449.9px;
  left:70px
 }
 #HEADLINE219 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE219>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH220 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH220>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX221 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX221>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male7-20210511095216.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE222 {
  width:820px;
  top:150px;
  left:0
 }
 #LINE222>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE222>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP218 {
  width:820px;
  height:167px;
  top:599.9px;
  left:70px
 }
 #HEADLINE224 {
  width:740px;
  top:0;
  left:80px
 }
 #HEADLINE224>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH225 {
  width:740px;
  top:40px;
  left:80px
 }
 #PARAGRAPH225>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX226 {
  width:60px;
  height:60px;
  top:0;
  left:0
 }
 #BOX226>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male8-20210511095216.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE227 {
  width:820px;
  top:100px;
  left:0
 }
 #LINE227>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE227>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP223 {
  width:820px;
  height:117px;
  top:799.9px;
  left:70px
 }
 #BUTTON_TEXT228 {
  width:240px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT228>.ladi-headline {
  color:#fff;
  font-size:26px;
  text-align:center;
  line-height:1.6
 }
 #BUTTON228 {
  width:240px;
  height:52.5px;
  top:949.9px;
  left:360px
 }
 #BUTTON228>.ladi-button>.ladi-button-background {
  background:#ff6b2a;
  background:-webkit-linear-gradient(180deg,#ff6b2a,#c71f16);
  background:linear-gradient(180deg,#ff6b2a,#c71f16)
 }
 #BUTTON228>.ladi-button {
  box-shadow:0 15px 20px -15px #797979;
  -webkit-box-shadow:0 15px 20px -15px #797979;
  border-radius:6px
 }
 #BUTTON228>.ladi-button:hover {
  transform:scale(1.05);
  -webkit-transform:scale(1.05)
 }
 #BUTTON228>.ladi-button:hover .ladi-button-background {
  background-color:#f05e1f;
  background-image:none
 }
 #HEADLINE230 {
  width:300px;
  top:10.2px;
  left:330px
 }
 #HEADLINE230>.ladi-headline {
  color:#000;
  font-size:14px;
  text-align:center;
  line-height:1.6
 }
 #BOX231 {
  width:960px;
  height:840px;
  top:-15.7px;
  left:0
 }
 #BOX231>.ladi-box.loaded {
  background-color:#fff
 }
 #BOX232 {
  width:960px;
  height:870px;
  top:-6.4px;
  left:0
 }
 #BOX232>.ladi-box.loaded {
  background-color:#fff
 }
 #BOX233 {
  width:960px;
  height:1050px;
  top:-.1px;
  left:0
 }
 #BOX233>.ladi-box.loaded {
  background-color:#fff
 }
 #BOX234 {
  width:960px;
  height:140px;
  top:-10px;
  left:0
 }
 #BOX234>.ladi-box.loaded {
  background-color:#fff
 }
 #SHAPE235 {
  width:10px;
  height:10px;
  top:984.7px;
  left:70px
 }
 #SHAPE235 svg:last-child {
  fill:#000
 }
 #SHAPE236 {
  width:10px;
  height:10px;
  top:864.7px;
  left:70px
 }
 #SHAPE236 svg:last-child {
  fill:#000
 }
 #SHAPE237 {
  width:10px;
  height:10px;
  top:724.7px;
  left:70px
 }
 #SHAPE237 svg:last-child {
  fill:#000
 }
 #SHAPE238 {
  width:10px;
  height:10px;
  top:584.7px;
  left:70px
 }
 #SHAPE238 svg:last-child {
  fill:#000
 }
 #SHAPE239 {
  width:10px;
  height:10px;
  top:424.7px;
  left:70px
 }
 #SHAPE239 svg:last-child {
  fill:#000
 }
 #GROUP240 {
  width:131px;
  height:396px;
  top:209px;
  left:178.125px
 }
 #GROUP241 {
  width:131px;
  height:456px;
  top:149px;
  left:338.79px
 }
 #NOTIFY242 {
  width:300px;
  height:62px;
  top:10px;
  left:10px;
  bottom:auto;
  right:auto;
  position:fixed;
  z-index:90000060
 }
 #HEADLINE48 {
  width:820px;
  top:25px;
  left:70px
 }
 #HEADLINE48>.ladi-headline {
  font-family:"Mitr-SemiBold.ttf";
  color:#252525;
  font-size:29px;
  line-height:1.4
 }
 #IMAGE248 {
  width:373.484px;
  height:530px;
  top:49.7px;
  left:90px
 }
 #IMAGE248>.ladi-image>.ladi-image-background.loaded {
  width:373.484px;
  height:530px;
  top:0;
  left:0;
  background-image:url(../images/fda_multilan_tl-20210511111501_2.jpg)
 }
 #BOX266 {
  width:365.903px;
  height:494.226px;
  top:0;
  left:0
 }
 #BOX266>.ladi-box.loaded {
  background:#01b0ac;
  background:-webkit-linear-gradient(180deg,#01b0ac,#015f5e);
  background:linear-gradient(180deg,#01b0ac,#015f5e);
  border-radius:6px
 }
 #BUTTON_TEXT268 {
  width:310px;
  top:10.299px;
  left:0
 }
 #BUTTON_TEXT268>.ladi-headline {
  color:#fff;
  font-size:30px;
  font-weight:700;
  text-align:center;
  line-height:1.2
 }
 #BUTTON268 {
  width:310px;
  height:57.2169px;
  top:130px;
  left:0
 }
 #BUTTON268>.ladi-button>.ladi-button-background {
  background:#ffb620;
  background:-webkit-linear-gradient(180deg,#ffb620,#d70e01);
  background:linear-gradient(180deg,#ffb620,#d70e01)
 }
 #BUTTON268>.ladi-button {
  box-shadow:0 15px 20px -15px #0a233e;
  -webkit-box-shadow:0 15px 20px -15px #0a233e;
  border-radius:10px
 }
 #BUTTON268.ladi-animation>.ladi-button {
  animation-name:pulse;
  -webkit-animation-name:pulse;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite
 }
 #FORM_ITEM270 {
  width:309.862px;
  height:51.4952px;
  top:0;
  left:0
 }
 #FORM_ITEM271 {
  width:309.862px;
  height:51.4952px;
  top:62.9386px;
  left:0
 }
 #FORM267 {
  width:326px;
  height:187.217px;
  top:194.226px;
  left:40px
 }
 #FORM267>.ladi-form {
  color:#000;
  font-size:12px;
  line-height:1.6
 }
 #FORM267 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
 #FORM267 .ladi-form-item .ladi-form-control::placeholder {
  color:#000
 }
 #FORM267 .ladi-form-item {
  padding-left:8px;
  padding-right:8px
 }
 #FORM267 .ladi-form-item.ladi-form-checkbox {
  padding-left:13px;
  padding-right:13px
 }
 #FORM267 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
  background-image:url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
 }
 #FORM267 .ladi-form-item-container {
  border-style:solid;
  border-color:#eee;
  border-width:1px;
  border-radius:10px
 }
 #FORM267 .ladi-form-item-container .ladi-form-quantity button {
  background-color:#eee
 }
 #FORM267 .ladi-form-item-background {
  background-color:#fff;
  border-radius:9px
 }
 #HEADLINE280 {
  width:350px;
  top:68.6604px;
  left:11.4434px
 }
 #HEADLINE280>.ladi-headline {
  color:#ffefc3;
  font-size:25px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #GROUP265 {
  width:366px;
  height:494.226px;
  top:55.7736px;
  left:9.99998px
 }
 #BOX282 {
  width:365.903px;
  height:110px;
  top:0;
  left:9.99998px
 }
 #BOX282>.ladi-box.loaded {
  background-color:#10bdb9;
  border-radius:10px 10px 0 0
 }
 #PARAGRAPH283 {
  width:319px;
  top:16.7321px;
  left:33.3677px
 }
 #PARAGRAPH283>.ladi-paragraph {
  font-family:"Mitr-Medium.ttf";
  color:#fff;
  font-size:20px;
  text-align:center;
  line-height:1.6
 }
 #COUNTDOWN_ITEM286 {
  visibility:hidden;
  pointer-events:none
 }
 #COUNTDOWN285 {
  width:310px;
  height:65.2275px;
  top:0;
  left:0
 }
 #COUNTDOWN285>.ladi-countdown {
  font-family:"Barlow-Bold.ttf";
  color:#fff;
  font-size:52px;
  font-weight:700;
  text-align:center
 }
 #COUNTDOWN285>.ladi-countdown>.ladi-element {
  width:calc((100% - 30px * 3)/ 4);
  margin-right:10px;
  height:100%
 }
 #HEADLINE290 {
  width:34px;
  top:4.6802px;
  left:220px
 }
 #HEADLINE290>.ladi-headline {
  font-family:"Mitr-Bold.ttf";
  color:#fff;
  font-size:32px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE290.ladi-animation>.ladi-headline {
  animation-name:flash;
  -webkit-animation-name:flash;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:2s;
  -webkit-animation-duration:2s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite
 }
 #HEADLINE291 {
  width:34px;
  top:6.57737px;
  left:138.086px
 }
 #HEADLINE291>.ladi-headline {
  font-family:"Mitr-Bold.ttf";
  color:#fff;
  font-size:30px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE291.ladi-animation>.ladi-headline {
  animation-name:flash;
  -webkit-animation-name:flash;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:2s;
  -webkit-animation-duration:2s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite
 }
 #GROUP284 {
  width:310px;
  height:65.2275px;
  top:36.3198px;
  left:0
 }
 #GROUP281 {
  width:375.903px;
  height:110px;
  top:0;
  left:0
 }
 #PARAGRAPH292 {
  width:298px;
  top:172.208px;
  left:45.3302px
 }
 #PARAGRAPH292>.ladi-paragraph {
  font-family:"Mitr-ExtraLight.ttf";
  text-decoration-line:line-through;
  -webkit-text-decoration-line:line-through;
  color:#fff;
  font-size:25px;
  text-align:center;
  line-height:1.2
 }
 #PARAGRAPH293 {
  width:298px;
  top:200px;
  left:50px
 }
 #PARAGRAPH293>.ladi-paragraph {
  font-family:"Mitr-Medium.ttf";
  color:#fff;
  font-size:29px;
  text-align:center;
  line-height:1.2
 }
 #PARAGRAPH294 {
  width:313px;
  top:451.716px;
  left:46px
 }
 #PARAGRAPH294>.ladi-paragraph {
  color:#fff;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #GROUP295 {
  width:376px;
  height:550px;
  top:49.7px;
  left:490px
 }
 #BOX299 {
  width:319.75px;
  height:414.41px;
  top:0;
  left:0
 }
 #BOX299>.ladi-box.loaded {
  background:#01b0ac;
  background:-webkit-linear-gradient(180deg,#01b0ac,#015f5e);
  background:linear-gradient(180deg,#01b0ac,#015f5e);
  border-radius:6px
 }
 #BUTTON_TEXT301 {
  width:310px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT301>.ladi-headline {
  color:#fff;
  font-size:30px;
  font-weight:700;
  text-align:center;
  line-height:1.2
 }
 #BUTTON301 {
  width:177.132px;
  height:61px;
  top:128px;
  left:59.628px
 }
 #BUTTON301>.ladi-button>.ladi-button-background {
  background:#ffb620;
  background:-webkit-linear-gradient(180deg,#ffb620,#d70e01);
  background:linear-gradient(180deg,#ffb620,#d70e01)
 }
 #BUTTON301>.ladi-button {
  box-shadow:0 15px 20px -15px #0a233e;
  -webkit-box-shadow:0 15px 20px -15px #0a233e;
  border-radius:10px
 }
 #BUTTON301.ladi-animation>.ladi-button {
  animation-name:pulse;
  -webkit-animation-name:pulse;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite
 }
 #FORM_ITEM303 {
  width:296.388px;
  height:45px;
  top:0;
  left:0
 }
 #FORM_ITEM304 {
  width:296.388px;
  height:45px;
  top:55px;
  left:0
 }
 #FORM300 {
  width:296.388px;
  height:189px;
  top:154.205px;
  left:13.4786px
 }
 #FORM300>.ladi-form {
  color:#000;
  font-size:12px;
  line-height:1.6
 }
 #FORM300 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
 #FORM300 .ladi-form-item .ladi-form-control::placeholder {
  color:#000
 }
 #FORM300 .ladi-form-item {
  padding-left:8px;
  padding-right:8px
 }
 #FORM300 .ladi-form-item.ladi-form-checkbox {
  padding-left:13px;
  padding-right:13px
 }
 #FORM300 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
  background-image:url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
 }
 #FORM300 .ladi-form-item-container {
  border-style:solid;
  border-color:#eee;
  border-width:1px;
  border-radius:10px
 }
 #FORM300 .ladi-form-item-container .ladi-form-quantity button {
  background-color:#eee
 }
 #FORM300 .ladi-form-item-background {
  background-color:#fff;
  border-radius:9px
 }
 #HEADLINE305 {
  width:306px;
  top:45.285px;
  left:8.6726px
 }
 #HEADLINE305>.ladi-headline {
  color:#ffefc3;
  font-size:21px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #GROUP298 {
  width:319.75px;
  height:414.41px;
  top:0;
  left:0
 }
 #BOX307 {
  width:319.75px;
  height:80px;
  top:0;
  left:0
 }
 #BOX307>.ladi-box.loaded {
  background-color:#10bdb9;
  border-radius:10px 10px 0 0
 }
 #PARAGRAPH308 {
  width:279px;
  top:12px;
  left:20.4202px
 }
 #PARAGRAPH308>.ladi-paragraph {
  font-family:"Mitr-Medium.ttf";
  color:#fff;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #COUNTDOWN_ITEM311 {
  visibility:hidden;
  pointer-events:none
 }
 #COUNTDOWN310 {
  width:249.026px;
  height:57px;
  top:0;
  left:0
 }
 #COUNTDOWN310>.ladi-countdown {
  font-family:"Barlow-Bold.ttf";
  color:#fff;
  font-size:34px;
  font-weight:700;
  text-align:center
 }
 #COUNTDOWN310>.ladi-countdown>.ladi-element {
  width:calc((100% - 10px * 3)/ 4);
  margin-right:10px;
  height:100%
 }
 #HEADLINE315 {
  width:30px;
  top:4px;
  left:179.299px
 }
 #HEADLINE315>.ladi-headline {
  font-family:"Mitr-Bold.ttf";
  color:#fff;
  font-size:27px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE315.ladi-animation>.ladi-headline {
  animation-name:flash;
  -webkit-animation-name:flash;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:2s;
  -webkit-animation-duration:2s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite
 }
 #HEADLINE316 {
  width:30px;
  top:4px;
  left:109.571px
 }
 #HEADLINE316>.ladi-headline {
  font-family:"Mitr-Bold.ttf";
  color:#fff;
  font-size:27px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE316.ladi-animation>.ladi-headline {
  animation-name:flash;
  -webkit-animation-name:flash;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:2s;
  -webkit-animation-duration:2s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite
 }
 #GROUP309 {
  width:249.026px;
  height:57px;
  top:23px;
  left:4.98053px
 }
 #GROUP306 {
  width:319.75px;
  height:80px;
  top:0;
  left:0
 }
 #PARAGRAPH317 {
  width:260px;
  top:0;
  left:0
 }
 #PARAGRAPH317>.ladi-paragraph {
  font-family:"Mitr-ExtraLight.ttf";
  text-decoration-line:line-through;
  -webkit-text-decoration-line:line-through;
  color:#fff;
  font-size:19px;
  text-align:center;
  line-height:1.2
 }
 #PARAGRAPH318 {
  width:260px;
  top:0;
  left:0
 }
 #PARAGRAPH318>.ladi-paragraph {
  font-family:"Mitr-Medium.ttf";
  color:#fff;
  font-size:23px;
  text-align:center;
  line-height:1.2
 }
 #PARAGRAPH319 {
  width:310px;
  top:0;
  left:0
 }
 #PARAGRAPH319>.ladi-paragraph {
  color:#fff;
  font-size:16px;
  line-height:1.6
 }
 #GROUP297 {
  width:469px;
  height:414.41px;
  top:0;
  left:0
 }
 #IMAGE320 {
  width:200px;
  height:283.814px;
  top:0;
  left:0
 }
 #IMAGE320>.ladi-image>.ladi-image-background.loaded {
  width:200px;
  height:283.814px;
  top:0;
  left:0;
  background-image:url(../img/fda_multilan_tl-20210511111501.jpg)
 }
 #BOX321 {
  width:960px;
  height:460px;
  top:0;
  left:0
 }
 #BOX321>.ladi-box.loaded {
  background-color:#fff
 }
 #IMAGE322 {
  width:370px;
  height:370px;
  top:10px;
  left:290px
 }
 #IMAGE322>.ladi-image>.ladi-image-background.loaded {
  width:460px;
  height:460px;
  top:-50px;
  left:-39px;
  background-image:url(../img/multilan-thailand-20210129100539.png)
 }
 #SECTION296 {
  height:460px;
  display:none!important
 }
 #SECTION296>.ladi-section-background {
  background-color:#e0e0e0
 }
 #PARAGRAPH323 {
  width:313px;
  top:639.7px;
  left:320px
 }
 #PARAGRAPH323>.ladi-paragraph {
  color:#242424;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #FORM_ITEM324 {
  width:32px;
  height:35px;
  top:124.434px;
  left:294px;
  display:none!important
 }
 #FORM_ITEM325 {
  width:32px;
  height:35px;
  top:124.434px;
  left:252px;
  display:none!important
 }
 #FORM_ITEM326 {
  width:32px;
  height:35px;
  top:124.434px;
  left:210px;
  display:none!important
 }
 #FORM_ITEM327 {
  width:32px;
  height:35px;
  top:124.434px;
  left:168px;
  display:none!important
 }
 #FORM_ITEM328 {
  width:32px;
  height:35px;
  top:124.434px;
  left:126px;
  display:none!important
 }
 #FORM_ITEM329 {
  width:32px;
  height:35px;
  top:124.434px;
  left:84px;
  display:none!important
 }
 #FORM_ITEM330 {
  width:32px;
  height:35px;
  top:124.434px;
  left:42px;
  display:none!important
 }
 #FORM_ITEM331 {
  width:32px;
  height:35px;
  top:124.434px;
  left:0;
  display:none!important
 }
 #IMAGE395 {
  width:300.708px;
  height:300.708px;
  top:0;
  left:0
 }
 #IMAGE395>.ladi-image>.ladi-image-background.loaded {
  width:300.708px;
  height:300.708px;
  top:0;
  left:0;
  background-image:url(../images/tag-text-box-vector-yellow-text-label-removebg-preview-20210204024354.png)
 }
 #PARAGRAPH396 {
  width:121px;
  top:93.503px;
  left:80.53px
 }
 #PARAGRAPH396>.ladi-paragraph {
  color:#000;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #GROUP394 {
  width:300.708px;
  height:300.708px;
  top:169.7px;
  left:260px
 }
}
@media (max-width:767px) {
 #SECTION_POPUP {
  height:0
 }
 #SECTION8 {
  height:819.64px
 }
 #SECTION9 {
  height:557.64px
 }
 #SECTION10 {
  height:592.64px
 }
 #SECTION11 {
  height:1106.64px
 }
 #SECTION12 {
  height:1707.83px
 }
 #SECTION12>.ladi-section-background {
  background-color:#fff
 }
 #SECTION13 {
  height:877.833px
 }
 #SECTION13>.ladi-section-background {
  background-color:#fff
 }
 #SECTION14 {
  height:588.167px
 }
 #SECTION14>.ladi-section-background {
  background-color:#fff
 }
 #SECTION15 {
  height:88.833px
 }
 #SECTION15>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION16 {
  height:191.5px;
  display:none!important
 }
 #SECTION16>.ladi-section-background {
  background-color:#e0e0e0
 }
 #SECTION17 {
  height:219.667px
 }
 #SECTION17>.ladi-section-background {
  background-color:#fff
 }
 #HEADLINE18 {
  width:300px;
  top:20px;
  left:60px
 }
 #HEADLINE18>.ladi-headline {
  font-family:"Mitr-Bold.ttf";
  color:#0e075f;
  font-size:22px;
  text-align:center;
  line-height:1.2
 }
 #HEADLINE19 {
  width:280px;
  top:100px;
  left:70px
 }
 #HEADLINE19>.ladi-headline {
  color:#000;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #FORM20 {
  width:279px;
  height:44.5px;
  top:147px;
  left:71px
 }
 #FORM20>.ladi-form {
  color:#424242;
  font-size:15px;
  line-height:1.6
 }
 #FORM20 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
 #FORM20 .ladi-form-item .ladi-form-control::placeholder {
  color:#424242
 }
 #FORM20 .ladi-form-item {
  padding-left:13px;
  padding-right:13px
 }
 #FORM20 .ladi-form-item.ladi-form-checkbox {
  padding-left:18px;
  padding-right:18px
 }
 #FORM20 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
  background-image:url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(66%2C%2066%2C%2066%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
 }
 #FORM20 .ladi-form-item-container {
  border-style:solid;
  border-color:#676767;
  border-width:1px;
  border-radius:3px
 }
 #FORM20 .ladi-form-item-container .ladi-form-quantity button {
  background-color:#676767
 }
 #FORM20 .ladi-form-item-background {
  background-color:#fff;
  border-radius:2px
 }
 #BUTTON21 {
  width:143.486px;
  height:35px;
  top:9.5px;
  left:99.6428px;
  display:none!important
 }
 #BUTTON21>.ladi-button>.ladi-button-background {
  background:#0d61f2;
  background:-webkit-linear-gradient(180deg,#0d61f2,#2f7bfe);
  background:linear-gradient(180deg,#0d61f2,#2f7bfe)
 }
 #BUTTON_TEXT21 {
  width:139px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT21>.ladi-headline {
  color:#fff;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #FORM_ITEM25 {
  width:279px;
  height:39.5px;
  top:0;
  left:0
 }
 #SHAPE26 {
  width:18.2272px;
  height:20px;
  top:157px;
  left:308.667px
 }
 #SHAPE26:hover>.ladi-shape svg:last-child {
  fill:#3b469e
 }
 #SHAPE26 svg:last-child {
  fill:#0e075f
 }
 #IMAGE28 {
  width:400px;
  height:29.2683px;
  top:20.333px;
  left:600px
 }
 #IMAGE28>.ladi-image>.ladi-image-background.loaded {
  width:400px;
  height:29.2683px;
  top:0;
  left:0;
  background-image:url(../img/header_img1-20210511090901.jpg)
 }
 #BUTTON_TEXT30 {
  width:130px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT30>.ladi-headline {
  color:#000;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #BUTTON_TEXT30>.ladi-headline:hover {
  color:#12449a
 }
 #BUTTON30 {
  width:129.901px;
  height:40px;
  top:0;
  left:0
 }
 #BUTTON_TEXT32 {
  width:130px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT32>.ladi-headline {
  color:#000;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #BUTTON_TEXT32>.ladi-headline:hover {
  color:#12449a
 }
 #BUTTON32 {
  width:129.901px;
  height:40px;
  top:0;
  left:110px
 }
 #BUTTON_TEXT34 {
  width:130px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT34>.ladi-headline {
  color:#000;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #BUTTON_TEXT34>.ladi-headline:hover {
  color:#12449a
 }
 #BUTTON34 {
  width:129.901px;
  height:40px;
  top:0;
  left:230px
 }
 #BUTTON_GROUP29 {
  width:400px;
  height:40px;
  top:50.333px;
  left:490px
 }
 #BUTTON_TEXT37 {
  width:130px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT37>.ladi-headline {
  color:#000;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #BUTTON_TEXT37>.ladi-headline:hover {
  color:#12449a
 }
 #BUTTON37 {
  width:129.901px;
  height:40px;
  top:0;
  left:370px
 }
 #BUTTON_TEXT39 {
  width:130px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT39>.ladi-headline {
  color:#000;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #BUTTON_TEXT39>.ladi-headline:hover {
  color:#12449a
 }
 #BUTTON39 {
  width:129.901px;
  height:40px;
  top:0;
  left:540px
 }
 #BUTTON_TEXT41 {
  width:130px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT41>.ladi-headline {
  color:#000;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #BUTTON_TEXT41>.ladi-headline:hover {
  color:#12449a
 }
 #BUTTON41 {
  width:129.901px;
  height:40px;
  top:0;
  left:690.099px
 }
 #BOX43 {
  width:400px;
  height:54.1667px;
  top:30.333px;
  left:530px
 }
 #BOX43>.ladi-box.loaded {
  background-color:#fff
 }
 #HEADLINE44 {
  width:400px;
  top:28.833px;
  left:10px
 }
 #HEADLINE44>.ladi-headline {
  color:#0245ff;
  font-size:14px;
  line-height:1.6
 }
 #BOX45 {
  width:420px;
  height:90px;
  top:-1.167px;
  left:0
 }
 #BOX45>.ladi-box.loaded {
  background-color:#fff
 }
 #BOX47 {
  width:420px;
  height:50px;
  top:70px;
  left:-490px
 }
 #BOX47>.ladi-box.loaded {
  background-color:#fff
 }
 #IMAGE49 {
  width:400px;
  height:240px;
  top:290px;
  left:10px
 }
 #IMAGE49>.ladi-image>.ladi-image-background.loaded {
  width:404.494px;
  height:240px;
  top:0;
  left:0;
  background-image:url(../img/one-20210511091727.jpg)
 }
 #PARAGRAPH50 {
  width:400px;
  top:21.833px;
  left:10px
 }
 #PARAGRAPH50>.ladi-paragraph {
  color:#000;
  font-size:18px;
  font-weight:700;
  line-height:1.6
 }
 #PARAGRAPH51 {
  width:400px;
  top:441.833px;
  left:10px
 }
 #PARAGRAPH51>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX52 {
  width:400px;
  height:245.833px;
  top:11.833px;
  left:-520px
 }
 #BOX52>.ladi-box.loaded {
  background-color:#fff
 }
 #HEADLINE55 {
  width:400px;
  top:14px;
  left:10px
 }
 #HEADLINE55>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#252525;
  font-size:29px;
  line-height:1.4
 }
 #IMAGE56 {
  width:400px;
  height:230px;
  top:184px;
  left:10px
 }
 #IMAGE56>.ladi-image>.ladi-image-background.loaded {
  width:400px;
  height:282.184px;
  top:-37px;
  left:0;
  background-image:url(../img/img2-20210511092054_1.jpg)
 }
 #PARAGRAPH58 {
  width:400px;
  top:464px;
  left:10px
 }
 #PARAGRAPH58>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #HEADLINE59 {
  width:379px;
  top:0;
  left:.464px
 }
 #HEADLINE59>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH60 {
  width:380px;
  top:50px;
  left:0
 }
 #PARAGRAPH60>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #GROUP61 {
  width:380px;
  height:190px;
  top:684px;
  left:29.536px
 }
 #HEADLINE66 {
  width:379px;
  top:0;
  left:.464px
 }
 #HEADLINE66>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH67 {
  width:380px;
  top:50px;
  left:0
 }
 #PARAGRAPH67>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #GROUP65 {
  width:380px;
  height:134px;
  top:934px;
  left:29.536px
 }
 #HEADLINE69 {
  width:379px;
  top:0;
  left:.464px
 }
 #HEADLINE69>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH70 {
  width:380px;
  top:50px;
  left:0
 }
 #PARAGRAPH70>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #GROUP68 {
  width:380px;
  height:134px;
  top:1114px;
  left:29.536px
 }
 #HEADLINE72 {
  width:379px;
  top:0;
  left:0
 }
 #HEADLINE72>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH73 {
  width:380px;
  top:70px;
  left:0
 }
 #PARAGRAPH73>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #GROUP71 {
  width:380px;
  height:154px;
  top:1304px;
  left:30px
 }
 #HEADLINE75 {
  width:379px;
  top:0;
  left:0
 }
 #HEADLINE75>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH76 {
  width:380px;
  top:80px;
  left:0
 }
 #PARAGRAPH76>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #GROUP74 {
  width:380px;
  height:164px;
  top:1494px;
  left:30px
 }
 #BOX77 {
  width:400px;
  height:245.833px;
  top:14px;
  left:-450px
 }
 #BOX77>.ladi-box.loaded {
  background-color:#fff
 }
 #PARAGRAPH78 {
  width:400px;
  top:16.17px;
  left:10px
 }
 #PARAGRAPH78>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX80 {
  width:400px;
  height:245.833px;
  top:36.17px;
  left:-540px
 }
 #BOX80>.ladi-box.loaded {
  background-color:#fff
 }
 #PARAGRAPH81 {
  width:400px;
  top:19.5333px;
  left:10px
 }
 #PARAGRAPH81>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX82 {
  width:42.682px;
  height:196.337px;
  top:102.487px;
  left:27.7432px
 }
 #BOX82>.ladi-box.loaded {
  background-color:#169074
 }
 #PARAGRAPH83 {
  width:76px;
  top:0;
  left:13px
 }
 #PARAGRAPH83>.ladi-paragraph {
  color:#000;
  font-size:14px;
  text-align:center;
  line-height:1.6
 }
 #BOX86 {
  width:42.6819px;
  height:213.409px;
  top:126.872px;
  left:25.6092px
 }
 #BOX86>.ladi-box.loaded {
  background-color:#169074
 }
 #PARAGRAPH87 {
  width:94px;
  top:0;
  left:4.34301px
 }
 #PARAGRAPH87>.ladi-paragraph {
  color:#000;
  font-size:14px;
  text-align:center;
  line-height:1.6
 }
 #BOX89 {
  width:42.6818px;
  height:256.092px;
  top:116.487px;
  left:19.4144px
 }
 #BOX89>.ladi-box.loaded {
  background-color:#169074
 }
 #PARAGRAPH90 {
  width:78px;
  top:0;
  left:0
 }
 #PARAGRAPH90>.ladi-paragraph {
  color:#000;
  font-size:14px;
  text-align:center;
  line-height:1.6
 }
 #GROUP88 {
  width:77.6577px;
  height:372.579px;
  top:0;
  left:8.46858px
 }
 #BOX92 {
  width:42.6818px;
  height:273.164px;
  top:145.657px;
  left:24.2499px
 }
 #BOX92>.ladi-box.loaded {
  background-color:#169074
 }
 #PARAGRAPH93 {
  width:89px;
  top:0;
  left:0
 }
 #PARAGRAPH93>.ladi-paragraph {
  color:#000;
  font-size:14px;
  text-align:center;
  line-height:1.6
 }
 #GROUP91 {
  width:89px;
  height:418.821px;
  top:0;
  left:0
 }
 #BOX94 {
  width:98.9248px;
  height:438.453px;
  top:0;
  left:0
 }
 #BOX94>.ladi-box.loaded {
  background-color:#f0f7ff
 }
 #BOX95 {
  width:98.9248px;
  height:438.453px;
  top:0;
  left:98.9248px
 }
 #BOX95>.ladi-box.loaded {
  background-color:#e3effc
 }
 #BOX96 {
  width:98.9248px;
  height:438.453px;
  top:0;
  left:197.85px
 }
 #BOX96>.ladi-box.loaded {
  background-color:#cfddec
 }
 #BOX97 {
  width:98.9248px;
  height:438.453px;
  top:0;
  left:296.774px
 }
 #BOX97>.ladi-box.loaded {
  background-color:#b7c7d9
 }
 #GROUP98 {
  width:395.699px;
  height:438.453px;
  top:0;
  left:3.68664px
 }
 #GROUP98>.ladi-group {
  opacity:.5
 }
 #BOX99 {
  width:3.0722px;
  height:441.235px;
  top:0;
  left:0
 }
 #BOX99>.ladi-box.loaded {
  background-color:#000
 }
 #BOX101 {
  width:400px;
  height:4.63481px;
  top:438.453px;
  left:0
 }
 #BOX101>.ladi-box.loaded {
  background-color:#252525
 }
 #GROUP102 {
  width:400px;
  height:443.088px;
  top:83.23px;
  left:10px
 }
 #HEADLINE103 {
  width:94px;
  top:315.896px;
  left:0
 }
 #HEADLINE103>.ladi-headline {
  color:#000;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE104 {
  width:94px;
  top:357.354px;
  left:0
 }
 #HEADLINE104>.ladi-headline {
  color:#000;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE105 {
  width:94px;
  top:383.555px;
  left:0
 }
 #HEADLINE105>.ladi-headline {
  color:#000;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE106 {
  width:101px;
  top:436.747px;
  left:.631px
 }
 #HEADLINE106>.ladi-headline {
  color:#000;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #GROUP107 {
  width:101.631px;
  height:461.747px;
  top:93.23px;
  left:322px
 }
 #GROUP108 {
  width:94.16px;
  height:407.823px;
  top:142.644px;
  left:217.09px
 }
 #BOX109 {
  width:400px;
  height:245.833px;
  top:9.53px;
  left:-470px
 }
 #BOX109>.ladi-box.loaded {
  background-color:#fff
 }
 #SECTION111 {
  height:767.33px
 }
 #SECTION112 {
  height:1036.67px
 }
 #PARAGRAPH113 {
  width:400px;
  top:15.25px;
  left:10px
 }
 #PARAGRAPH113>.ladi-paragraph {
  color:#0245ff;
  font-size:18px;
  line-height:1.6
 }
 #BOX114 {
  width:400px;
  height:245.833px;
  top:10px;
  left:10px
 }
 #BOX114>.ladi-box.loaded {
  background-color:#fff
 }
 #BOX116 {
  width:400px;
  height:245.833px;
  top:16.89px;
  left:-550px
 }
 #BOX116>.ladi-box.loaded {
  background-color:#fff
 }
 #PARAGRAPH117 {
  width:400px;
  top:26.89px;
  left:10px
 }
 #PARAGRAPH117>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #SECTION115 {
  height:401.64px
 }
 #IMAGE118 {
  width:400px;
  height:376px;
  top:115.25px;
  left:10px
 }
 #IMAGE118>.ladi-image>.ladi-image-background.loaded {
  width:400px;
  height:533px;
  top:-69px;
  left:0;
  background-image:url(../img/two-20210511094406.jpg)
 }
 #PARAGRAPH119 {
  width:400px;
  top:7.61px;
  left:10px
 }
 #PARAGRAPH119>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX120 {
  width:400px;
  height:245.833px;
  top:7.61px;
  left:-450px
 }
 #BOX120>.ladi-box.loaded {
  background-color:#fff
 }
 #IMAGE121 {
  width:303.628px;
  height:320px;
  top:656px;
  left:50px
 }
 #IMAGE121>.ladi-image>.ladi-image-background.loaded {
  width:334.942px;
  height:342.326px;
  top:-14.8837px;
  left:-20.093px;
  background-image:url(../images/multilan_thai_decor-2-20210512031850.png)
 }
 #BOX122 {
  width:400px;
  height:245.833px;
  top:575.533px;
  left:-760px
 }
 #BOX122>.ladi-box.loaded {
  background-color:#fff
 }
 #SECTION124 {
  height:51.8062px
 }
 #SECTION124>.ladi-section-background {
  background-color:#eee
 }
 #SECTION125 {
  height:1367.19px
 }
 #SECTION126 {
  height:1356.66px
 }
 #SECTION127 {
  height:1375.66px
 }
 #IMAGE128 {
  width:18px;
  height:18px;
  top:13.83px;
  left:10px
 }
 #IMAGE128>.ladi-image>.ladi-image-background.loaded {
  width:18px;
  height:18px;
  top:0;
  left:0;
  background-image:url(../images/face_icon-20210511090856.jpg)
 }
 #PARAGRAPH129 {
  width:400px;
  top:8.83px;
  left:43px
 }
 #PARAGRAPH129>.ladi-paragraph {
  color:#000;
  font-size:18px;
  text-align:left;
  line-height:1.6
 }
 #BOX130 {
  width:400px;
  height:245.833px;
  top:-1.17px;
  left:-500px
 }
 #BOX130>.ladi-box.loaded {
  background-color:#fff
 }
 #PARAGRAPH131 {
  width:400px;
  top:58.83px;
  left:10px
 }
 #PARAGRAPH131>.ladi-paragraph {
  font-family:"Mitr-Bold.ttf";
  color:#2b68a5;
  font-size:18px;
  line-height:1.6
 }
 #HEADLINE132 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE132>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH133 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH133>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX134 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX134>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male1-20210511095215.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE135 {
  width:400px;
  top:181.255px;
  left:0
 }
 #LINE135>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE135>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP137 {
  width:400px;
  height:198.255px;
  top:108.833px;
  left:10px
 }
 #HEADLINE139 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE139>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH140 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH140>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX141 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX141>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm13-20210511095205.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE142 {
  width:400px;
  top:181.255px;
  left:0
 }
 #LINE142>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE142>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP138 {
  width:400px;
  height:198.255px;
  top:338.828px;
  left:10px
 }
 #HEADLINE144 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE144>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH145 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH145>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX146 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX146>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm11-20210511095205.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE147 {
  width:400px;
  top:181.255px;
  left:0
 }
 #LINE147>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE147>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP143 {
  width:400px;
  height:198.255px;
  top:568.83px;
  left:10px
 }
 #HEADLINE149 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE149>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH150 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH150>.ladi-paragraph {
  color:#2b68a5;
  font-size:18px;
  line-height:1.6
 }
 #BOX151 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX151>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm12-20210511095205.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE152 {
  width:400px;
  top:260px;
  left:0
 }
 #LINE152>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE152>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP148 {
  width:400px;
  height:277px;
  top:34.68px;
  left:10px
 }
 #HEADLINE154 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE154>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH155 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH155>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX156 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX156>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male3-20210511095215.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE157 {
  width:400px;
  top:420px;
  left:0
 }
 #LINE157>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE157>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP153 {
  width:400px;
  height:437px;
  top:364.68px;
  left:10px
 }
 #HEADLINE164 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE164>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH165 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH165>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX166 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX166>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male4-20210511095215.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE167 {
  width:400px;
  top:181.255px;
  left:0
 }
 #LINE167>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE167>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP163 {
  width:400px;
  height:198.255px;
  top:844.68px;
  left:10px
 }
 #HEADLINE169 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE169>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH170 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH170>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX171 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX171>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male2-20210511095215.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE172 {
  width:400px;
  top:250px;
  left:0
 }
 #LINE172>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE172>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP168 {
  width:400px;
  height:267px;
  top:1084.68px;
  left:10px
 }
 #HEADLINE174 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE174>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH175 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH175>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX176 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX176>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm14-20210511095206.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE177 {
  width:400px;
  top:370px;
  left:0
 }
 #LINE177>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE177>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP173 {
  width:400px;
  height:387px;
  top:19.02px;
  left:10px
 }
 #HEADLINE179 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE179>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH180 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH180>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX181 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX181>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male5-20210511095215.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE182 {
  width:400px;
  top:310px;
  left:0
 }
 #LINE182>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE182>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP178 {
  width:400px;
  height:327px;
  top:449.02px;
  left:10px
 }
 #HEADLINE184 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE184>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH185 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH185>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX186 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX186>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm15-20210511095206.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE187 {
  width:400px;
  top:250px;
  left:0
 }
 #LINE187>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE187>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP183 {
  width:400px;
  height:267px;
  top:819.02px;
  left:10px
 }
 #HEADLINE189 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE189>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH190 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH190>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX191 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX191>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male6-20210511095216.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE192 {
  width:400px;
  top:181.255px;
  left:0
 }
 #LINE192>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE192>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP188 {
  width:400px;
  height:198.255px;
  top:1129.02px;
  left:10px
 }
 #HEADLINE199 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE199>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH200 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH200>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX201 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX201>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm15-20210511095206.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE202 {
  width:400px;
  top:132.36px;
  left:0
 }
 #LINE202>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE202>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP198 {
  width:400px;
  height:149.36px;
  top:10px;
  left:10px
 }
 #HEADLINE204 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE204>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH205 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH205>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX206 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX206>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm17-20210511095206.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE207 {
  width:400px;
  top:160px;
  left:0
 }
 #LINE207>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE207>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP203 {
  width:400px;
  height:177px;
  top:202.36px;
  left:10px
 }
 #HEADLINE209 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE209>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH210 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH210>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX211 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX211>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm18-20210511095206.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE212 {
  width:400px;
  top:130px;
  left:0
 }
 #LINE212>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE212>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP208 {
  width:400px;
  height:147px;
  top:422.36px;
  left:10px
 }
 #HEADLINE214 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE214>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH215 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH215>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX216 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX216>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/fm18-20210511095206.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE217 {
  width:400px;
  top:130px;
  left:0
 }
 #LINE217>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE217>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP213 {
  width:400px;
  height:147px;
  top:612.36px;
  left:10px
 }
 #HEADLINE219 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE219>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH220 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH220>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX221 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX221>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male7-20210511095216.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE222 {
  width:400px;
  top:220px;
  left:0
 }
 #LINE222>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE222>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP218 {
  width:400px;
  height:237px;
  top:802.36px;
  left:10px
 }
 #HEADLINE224 {
  width:330px;
  top:0;
  left:70px
 }
 #HEADLINE224>.ladi-headline {
  font-family:"Mitr-Medium.ttf";
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #PARAGRAPH225 {
  width:330px;
  top:38px;
  left:70px
 }
 #PARAGRAPH225>.ladi-paragraph {
  color:#000;
  font-size:18px;
  line-height:1.6
 }
 #BOX226 {
  width:60px;
  height:60px;
  top:1.255px;
  left:0
 }
 #BOX226>.ladi-box.loaded {
  background-size:cover;
  background-attachment:scroll;
  background-origin:content-box;
  background-image:url(../images/male8-20210511095216.jpg);
  background-position:center top;
  background-repeat:repeat
 }
 #LINE227 {
  width:400px;
  top:140px;
  left:0
 }
 #LINE227>.ladi-line>.ladi-line-container {
  border-top:1px solid #a6a6a6;
  border-right:1px solid #a6a6a6;
  border-bottom:1px solid #a6a6a6;
  border-left:0!important
 }
 #LINE227>.ladi-line {
  width:100%;
  padding:8px 0
 }
 #GROUP223 {
  width:400px;
  height:157px;
  top:1082.36px;
  left:10px
 }
 #BUTTON_TEXT228 {
  width:240px;
  top:9px;
  left:0
 }
 #BUTTON_TEXT228>.ladi-headline {
  color:#fff;
  font-size:26px;
  text-align:center;
  line-height:1.6
 }
 #BUTTON228 {
  width:240px;
  height:52.5px;
  top:1272.36px;
  left:90px
 }
 #BUTTON228>.ladi-button>.ladi-button-background {
  background:#ff6b2a;
  background:-webkit-linear-gradient(180deg,#ff6b2a,#c71f16);
  background:linear-gradient(180deg,#ff6b2a,#c71f16)
 }
 #BUTTON228>.ladi-button {
  box-shadow:0 15px 20px -15px #797979;
  -webkit-box-shadow:0 15px 20px -15px #797979;
  border-radius:6px
 }
 #BUTTON228>.ladi-button:hover {
  transform:scale(1.05);
  -webkit-transform:scale(1.05)
 }
 #BUTTON228>.ladi-button:hover .ladi-button-background {
  background-color:#f05e1f;
  background-image:none
 }
 #HEADLINE230 {
  width:300px;
  top:15px;
  left:60px
 }
 #HEADLINE230>.ladi-headline {
  color:#000;
  font-size:14px;
  text-align:center;
  line-height:1.6
 }
 #BOX231 {
  width:400px;
  height:245.833px;
  top:4.68px;
  left:-580px
 }
 #BOX231>.ladi-box.loaded {
  background-color:#fff
 }
 #BOX232 {
  width:400px;
  height:245.833px;
  top:15.02px;
  left:-450px
 }
 #BOX232>.ladi-box.loaded {
  background-color:#fff
 }
 #BOX233 {
  width:400px;
  height:60px;
  top:1262.36px;
  left:-440px
 }
 #BOX233>.ladi-box.loaded {
  background-color:#fff
 }
 #BOX234 {
  width:400px;
  height:54.1667px;
  top:10px;
  left:10px
 }
 #BOX234>.ladi-box.loaded {
  background-color:#fff
 }
 #SHAPE235 {
  width:10px;
  height:10px;
  top:694px;
  left:10px
 }
 #SHAPE235 svg:last-child {
  fill:#000
 }
 #SHAPE236 {
  width:10px;
  height:10px;
  top:944px;
  left:10px
 }
 #SHAPE236 svg:last-child {
  fill:#000
 }
 #SHAPE237 {
  width:10px;
  height:10px;
  top:1124px;
  left:10px
 }
 #SHAPE237 svg:last-child {
  fill:#000
 }
 #SHAPE238 {
  width:10px;
  height:10px;
  top:1314px;
  left:10px
 }
 #SHAPE238 svg:last-child {
  fill:#000
 }
 #SHAPE239 {
  width:10px;
  height:10px;
  top:1504px;
  left:10px
 }
 #SHAPE239 svg:last-child {
  fill:#000
 }
 #GROUP240 {
  width:94px;
  height:340.896px;
  top:213.23px;
  left:12px
 }
 #GROUP241 {
  width:98.503px;
  height:381.622px;
  top:171.766px;
  left:114.436px
 }
 #NOTIFY242 {
  width:300px;
  height:62px;
  top:10px;
  left:10px;
  bottom:auto;
  right:auto;
  position:fixed;
  z-index:90000060
 }
 #HEADLINE48 {
  width:400px;
  top:30px;
  left:10px
 }
 #HEADLINE48>.ladi-headline {
  font-family:"Mitr-SemiBold.ttf";
  color:#252525;
  font-size:29px;
  line-height:1.4
 }
 #IMAGE248 {
  width:401.672px;
  height:570px;
  top:292.703px;
  left:-730px
 }
 #IMAGE248>.ladi-image>.ladi-image-background.loaded {
  width:401.672px;
  height:570px;
  top:0;
  left:0;
  background-image:url(../img/fda_multilan_tl-20210511111501_1.jpg)
 }
 #BOX266 {
  width:398.75px;
  height:530px;
  top:0;
  left:0
 }
 #BOX266>.ladi-box.loaded {
  background:#01b0ac;
  background:-webkit-linear-gradient(180deg,#01b0ac,#015f5e);
  background:linear-gradient(180deg,#01b0ac,#015f5e);
  border-radius:6px
 }
 #BUTTON_TEXT268 {
  width:310px;
  top:8.82736px;
  left:0
 }
 #BUTTON_TEXT268>.ladi-headline {
  color:#fff;
  font-size:30px;
  font-weight:700;
  text-align:center;
  line-height:1.2
 }
 #BUTTON268 {
  width:310px;
  height:49.0409px;
  top:120px;
  left:0
 }
 #BUTTON268>.ladi-button>.ladi-button-background {
  background:#ffb620;
  background:-webkit-linear-gradient(180deg,#ffb620,#d70e01);
  background:linear-gradient(180deg,#ffb620,#d70e01)
 }
 #BUTTON268>.ladi-button {
  box-shadow:0 15px 20px -15px #0a233e;
  -webkit-box-shadow:0 15px 20px -15px #0a233e;
  border-radius:10px
 }
 #BUTTON268.ladi-animation>.ladi-button {
  animation-name:pulse;
  -webkit-animation-name:pulse;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite
 }
 #FORM_ITEM270 {
  width:310px;
  height:44.1368px;
  top:0;
  left:0
 }
 #FORM_ITEM271 {
  width:310px;
  height:44.1368px;
  top:53.945px;
  left:0
 }
 #FORM267 {
  width:326px;
  height:169.041px;
  top:240px;
  left:48px
 }
 #FORM267>.ladi-form {
  color:#000;
  font-size:12px;
  line-height:1.6
 }
 #FORM267 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
 #FORM267 .ladi-form-item .ladi-form-control::placeholder {
  color:#000
 }
 #FORM267 .ladi-form-item {
  padding-left:8px;
  padding-right:8px
 }
 #FORM267 .ladi-form-item.ladi-form-checkbox {
  padding-left:13px;
  padding-right:13px
 }
 #FORM267 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
  background-image:url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
 }
 #FORM267 .ladi-form-item-container {
  border-style:solid;
  border-color:#eee;
  border-width:1px;
  border-radius:10px
 }
 #FORM267 .ladi-form-item-container .ladi-form-quantity button {
  background-color:#eee
 }
 #FORM267 .ladi-form-item-background {
  background-color:#fff;
  border-radius:9px
 }
 #HEADLINE280 {
  width:316px;
  top:127.507px;
  left:40px
 }
 #HEADLINE280>.ladi-headline {
  color:#ffefc3;
  font-size:21px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #GROUP265 {
  width:398.75px;
  height:530px;
  top:0;
  left:2px
 }
 #GROUP265.ladi-animation>.ladi-group {
  animation-name:fadeInRight;
  -webkit-animation-name:fadeInRight;
  animation-delay:.2s;
  -webkit-animation-delay:.2s;
  animation-duration:1.5s;
  -webkit-animation-duration:1.5s;
  animation-iteration-count:1;
  -webkit-animation-iteration-count:1
 }
 #BOX282 {
  width:398.75px;
  height:115px;
  top:0;
  left:2px
 }
 #BOX282>.ladi-box.loaded {
  background-color:#10bdb9;
  border-radius:10px 10px 0 0
 }
 #PARAGRAPH283 {
  width:279px;
  top:20px;
  left:62px
 }
 #PARAGRAPH283>.ladi-paragraph {
  font-family:"Mitr-Medium.ttf";
  color:#fff;
  font-size:21px;
  text-align:center;
  line-height:1.6
 }
 #COUNTDOWN_ITEM286 {
  visibility:hidden;
  pointer-events:none
 }
 #COUNTDOWN285 {
  width:320px;
  height:57px;
  top:0;
  left:0
 }
 #COUNTDOWN285>.ladi-countdown {
  font-family:"Barlow-Bold.ttf";
  color:#fff;
  font-size:49px;
  font-weight:700;
  text-align:center
 }
 #COUNTDOWN285>.ladi-countdown>.ladi-element {
  width:calc((100% - 30px * 3)/ 4);
  margin-right:10px;
  height:100%
 }
 #HEADLINE290 {
  width:30px;
  top:7px;
  left:227.28px
 }
 #HEADLINE290>.ladi-headline {
  font-family:"Mitr-Bold.ttf";
  color:#fff;
  font-size:27px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE290.ladi-animation>.ladi-headline {
  animation-name:flash;
  -webkit-animation-name:flash;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:2s;
  -webkit-animation-duration:2s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite
 }
 #HEADLINE291 {
  width:30px;
  top:7px;
  left:145.552px
 }
 #HEADLINE291>.ladi-headline {
  font-family:"Mitr-Bold.ttf";
  color:#fff;
  font-size:27px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE291.ladi-animation>.ladi-headline {
  animation-name:flash;
  -webkit-animation-name:flash;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:2s;
  -webkit-animation-duration:2s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite
 }
 #GROUP284 {
  width:320px;
  height:57px;
  top:45px;
  left:0
 }
 #GROUP281 {
  width:400.75px;
  height:115px;
  top:0;
  left:0
 }
 #PARAGRAPH292 {
  width:260px;
  top:160px;
  left:72px
 }
 #PARAGRAPH292>.ladi-paragraph {
  font-family:"Mitr-ExtraLight.ttf";
  text-decoration-line:line-through;
  -webkit-text-decoration-line:line-through;
  color:#fff;
  font-size:19px;
  text-align:center;
  line-height:1.2
 }
 #PARAGRAPH293 {
  width:260px;
  top:180px;
  left:72px
 }
 #PARAGRAPH293>.ladi-paragraph {
  font-family:"Mitr-Medium.ttf";
  color:#fff;
  font-size:30px;
  text-align:center;
  line-height:1.2
 }
 #PARAGRAPH294 {
  width:320px;
  top:430px;
  left:40px
 }
 #PARAGRAPH294>.ladi-paragraph {
  color:#fff;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #GROUP295 {
  width:400.75px;
  height:530px;
  top:26px;
  left:10px
 }
 #BOX299 {
  width:398.75px;
  height:511.41px;
  top:0;
  left:0
 }
 #BOX299>.ladi-box.loaded {
  background:#01b0ac;
  background:-webkit-linear-gradient(180deg,#01b0ac,#015f5e);
  background:linear-gradient(180deg,#01b0ac,#015f5e);
  border-radius:6px
 }
 #BUTTON_TEXT301 {
  width:177px;
  top:8.82736px;
  left:0
 }
 #BUTTON_TEXT301>.ladi-headline {
  color:#fff;
  font-size:30px;
  font-weight:700;
  text-align:center;
  line-height:1.2
 }
 #BUTTON301 {
  width:310px;
  height:49.0409px;
  top:107.89px;
  left:0
 }
 #BUTTON301>.ladi-button>.ladi-button-background {
  background:#ffb620;
  background:-webkit-linear-gradient(180deg,#ffb620,#d70e01);
  background:linear-gradient(180deg,#ffb620,#d70e01)
 }
 #BUTTON301>.ladi-button {
  box-shadow:0 15px 20px -15px #0a233e;
  -webkit-box-shadow:0 15px 20px -15px #0a233e;
  border-radius:10px
 }
 #BUTTON301.ladi-animation>.ladi-button {
  animation-name:pulse;
  -webkit-animation-name:pulse;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite
 }
 #FORM_ITEM303 {
  width:310px;
  height:44.1368px;
  top:0;
  left:0
 }
 #FORM_ITEM304 {
  width:310px;
  height:44.1368px;
  top:53.945px;
  left:0
 }
 #FORM300 {
  width:310px;
  height:156.931px;
  top:245.205px;
  left:40px
 }
 #FORM300>.ladi-form {
  color:#000;
  font-size:12px;
  line-height:1.6
 }
 #FORM300 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
 #FORM300 .ladi-form-item .ladi-form-control::placeholder {
  color:#000
 }
 #FORM300 .ladi-form-item {
  padding-left:8px;
  padding-right:8px
 }
 #FORM300 .ladi-form-item.ladi-form-checkbox {
  padding-left:13px;
  padding-right:13px
 }
 #FORM300 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
  background-image:url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E")
 }
 #FORM300 .ladi-form-item-container {
  border-style:solid;
  border-color:#eee;
  border-width:1px;
  border-radius:10px
 }
 #FORM300 .ladi-form-item-container .ladi-form-quantity button {
  background-color:#eee
 }
 #FORM300 .ladi-form-item-background {
  background-color:#fff;
  border-radius:9px
 }
 #HEADLINE305 {
  width:316px;
  top:127.507px;
  left:40px
 }
 #HEADLINE305>.ladi-headline {
  color:#ffefc3;
  font-size:21px;
  font-weight:700;
  text-align:center;
  line-height:1.6
 }
 #GROUP298 {
  width:398.75px;
  height:511.41px;
  top:0;
  left:2px
 }
 #GROUP298.ladi-animation>.ladi-group {
  animation-name:fadeInRight;
  -webkit-animation-name:fadeInRight;
  animation-delay:.2s;
  -webkit-animation-delay:.2s;
  animation-duration:1.5s;
  -webkit-animation-duration:1.5s;
  animation-iteration-count:1;
  -webkit-animation-iteration-count:1
 }
 #BOX307 {
  width:398.75px;
  height:115px;
  top:0;
  left:2px
 }
 #BOX307>.ladi-box.loaded {
  background-color:#10bdb9;
  border-radius:10px 10px 0 0
 }
 #PARAGRAPH308 {
  width:279px;
  top:20px;
  left:62px
 }
 #PARAGRAPH308>.ladi-paragraph {
  font-family:"Mitr-Medium.ttf";
  color:#fff;
  font-size:21px;
  text-align:center;
  line-height:1.6
 }
 #COUNTDOWN_ITEM311 {
  visibility:hidden;
  pointer-events:none
 }
 #COUNTDOWN310 {
  width:320px;
  height:57px;
  top:0;
  left:0
 }
 #COUNTDOWN310>.ladi-countdown {
  font-family:"Barlow-Bold.ttf";
  color:#fff;
  font-size:49px;
  font-weight:700;
  text-align:center
 }
 #COUNTDOWN310>.ladi-countdown>.ladi-element {
  width:calc((100% - 10px * 3)/ 4);
  margin-right:10px;
  height:100%
 }
 #HEADLINE315 {
  width:30px;
  top:7px;
  left:227.28px
 }
 #HEADLINE315>.ladi-headline {
  font-family:"Mitr-Bold.ttf";
  color:#fff;
  font-size:27px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE315.ladi-animation>.ladi-headline {
  animation-name:flash;
  -webkit-animation-name:flash;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:2s;
  -webkit-animation-duration:2s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite
 }
 #HEADLINE316 {
  width:30px;
  top:7px;
  left:145.552px
 }
 #HEADLINE316>.ladi-headline {
  font-family:"Mitr-Bold.ttf";
  color:#fff;
  font-size:27px;
  text-align:center;
  line-height:1.6
 }
 #HEADLINE316.ladi-animation>.ladi-headline {
  animation-name:flash;
  -webkit-animation-name:flash;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:2s;
  -webkit-animation-duration:2s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite
 }
 #GROUP309 {
  width:320px;
  height:57px;
  top:45px;
  left:0
 }
 #GROUP306 {
  width:400.75px;
  height:115px;
  top:0;
  left:0
 }
 #PARAGRAPH317 {
  width:260px;
  top:160px;
  left:72px
 }
 #PARAGRAPH317>.ladi-paragraph {
  font-family:"Mitr-ExtraLight.ttf";
  text-decoration-line:line-through;
  -webkit-text-decoration-line:line-through;
  color:#fff;
  font-size:19px;
  text-align:center;
  line-height:1.2
 }
 #PARAGRAPH318 {
  width:260px;
  top:180px;
  left:72px
 }
 #PARAGRAPH318>.ladi-paragraph {
  font-family:"Mitr-Medium.ttf";
  color:#fff;
  font-size:30px;
  text-align:center;
  line-height:1.2
 }
 #PARAGRAPH319 {
  width:310px;
  top:430px;
  left:42px
 }
 #PARAGRAPH319>.ladi-paragraph {
  color:#fff;
  font-size:16px;
  line-height:1.6
 }
 #GROUP297 {
  width:400.75px;
  height:511.41px;
  top:27.97px;
  left:-500px
 }
 #IMAGE320 {
  width:401.672px;
  height:570px;
  top:17.97px;
  left:10px
 }
 #IMAGE320>.ladi-image>.ladi-image-background.loaded {
  width:401.672px;
  height:570px;
  top:0;
  left:0;
  background-image:url(../img/fda_multilan_tl-20210511111501_1.jpg)
 }
 #BOX321 {
  width:400px;
  height:245.833px;
  top:308.83px;
  left:-760px
 }
 #BOX321>.ladi-box.loaded {
  background-color:#fff
 }
 #IMAGE322 {
  width:370px;
  height:370px;
  top:157.97px;
  left:-470px
 }
 #IMAGE322>.ladi-image>.ladi-image-background.loaded {
  width:460px;
  height:460px;
  top:-50px;
  left:-39px;
  background-image:url(../img/multilan-thailand-20210129100539.png)
 }
 #SECTION296 {
  height:591.97px
 }
 #PARAGRAPH323 {
  width:310px;
  top:986px;
  left:50px
 }
 #PARAGRAPH323>.ladi-paragraph {
  color:#242424;
  font-size:16px;
  text-align:center;
  line-height:1.6
 }
 #FORM_ITEM324 {
  width:32px;
  height:35px;
  top:108.082px;
  left:0;
  display:none!important
 }
 #FORM_ITEM325 {
  width:32px;
  height:35px;
  top:108.082px;
  left:42px;
  display:none!important
 }
 #FORM_ITEM326 {
  width:32px;
  height:35px;
  top:108.082px;
  left:84px;
  display:none!important
 }
 #FORM_ITEM327 {
  width:32px;
  height:35px;
  top:108.082px;
  left:126px;
  display:none!important
 }
 #FORM_ITEM328 {
  width:32px;
  height:35px;
  top:108.082px;
  left:168px;
  display:none!important
 }
 #FORM_ITEM329 {
  width:32px;
  height:35px;
  top:108.082px;
  left:210px;
  display:none!important
 }
 #FORM_ITEM330 {
  width:32px;
  height:35px;
  top:108.082px;
  left:252px;
  display:none!important
 }
 #FORM_ITEM331 {
  width:32px;
  height:35px;
  top:108.082px;
  left:294px;
  display:none!important
 }
 #IMAGE395 {
  width:256.703px;
  height:256.703px;
  top:0;
  left:0
 }
 #IMAGE395>.ladi-image>.ladi-image-background.loaded {
  width:256.703px;
  height:256.703px;
  top:0;
  left:0;
  background-image:url(../img/tag-text-box-vector-yellow-text-label-removebg-preview-20210204024354_1.png)
 }
 #PARAGRAPH396 {
  width:144px;
  top:76.82px;
  left:56.3515px
 }
 #PARAGRAPH396>.ladi-paragraph {
  color:#000;
  font-size:15px;
  text-align:center;
  line-height:1.6
 }
 #GROUP394 {
  width:256.703px;
  height:256.703px;
  top:516px;
  left:170px
 }
}
html {
 scroll-behavior:smooth
}

#FORM_ITEM171 {
    width: 291.805px;
    height: 43.9014px;
    top: 0px;
    left: 0px;
}
#FORM_ITEM173 {
    width: 291.805px;
    height: 45.623px;
    top: 63.7001px;
    left: 0px;
}