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
}

.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%;
   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(https://w.ladicdn.com/v2/source/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(https://w.ladicdn.com/v2/source/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 350ms 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(https://w.ladicdn.com/source/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(https://w.ladicdn.com/v2/source/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(https://w.ladicdn.com/v2/source/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: inline-flex;
   left: 0;
   transition: left 150ms ease-in-out
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
   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(https://w.ladicdn.com/source/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-box {
   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(https://w.ladicdn.com/v2/source/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)
}

.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;
   box-shadow: 0 0 0 1px #fff
}

.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(https://w.ladicdn.com/v2/source/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(https://w.ladicdn.com/v2/source/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-element[id^=BUTTON_TEXT] {
   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:not([data-selected=""]) {
   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[data-selected=""] {
   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-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-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: 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)
}

.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 5px
}

.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)
}

.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-checkout {
   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 {
   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(https://w.ladicdn.com/v2/source/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
}

@media (min-width:768px) {
   .ladi-fullwidth {
      width: 100vw !important;
      left: calc(-50vw + 50%) !important;
      box-sizing: border-box !important;
      transform: none !important
   }
}

@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: rgba(64, 64, 64, 1);
   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: rgba(64, 64, 64, 1);
   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%;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   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;
   text-transform: inherit;
   -webkit-text-decoration-line: inherit
}

.ladi-spin-lucky .ladi-spin-lucky-label {
   position: absolute;
   top: 50%;
   left: 50%;
   overflow: hidden;
   text-align: center;
   width: 42%;
   padding-left: 12%;
   transform-origin: 0 0;
   -webkit-transform-origin: 0 0;
   text-decoration-line: inherit;
   text-transform: inherit;
   -webkit-text-decoration-line: inherit;
   line-height: 1;
   text-shadow: rgba(0, 0, 0, .5) 1px 0 2px
}
@media (min-width: 768px) {
   .ladi-section .ladi-container {
      width: 1200px;
   }
}

@media (max-width: 767px) {
   .ladi-section .ladi-container {
      width: 420px;
   }
}

body {
   font-family: "Open Sans", sans-serif
}
@media (min-width: 768px) {
   #SECTION_POPUP {
      height: 0px;
   }

   #SECTION1 {
      height: 197.568px;
   }

   #SECTION1>.ladi-section-background {
      background-color: rgb(248, 248, 248);
   }

   #IMAGE2 {
      width: 200px;
      height: 88.1356px;
      top: 5.43221px;
      left: 25.695px;
   }

   #IMAGE2>.ladi-image>.ladi-image-background {
      width: 200px;
      height: 88.1356px;
      top: 0px;
      left: 0px;
      background-image: url("../img/logo-20200810033821.jpg");
   }

   #LINE3 {
      width: 1200px;
      top: 93.5678px;
      left: 0px;
   }

   #LINE3>.ladi-line>.ladi-line-container {
      border-top: 1px solid rgb(180, 180, 180);
      border-right: 1px solid rgb(180, 180, 180);
      border-bottom: 1px solid rgb(180, 180, 180);
      border-left: 0px !important;
   }

   #LINE3>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #LINE4 {
      width: 1200px;
      top: 168.568px;
      left: 0px;
   }

   #LINE4>.ladi-line>.ladi-line-container {
      border-top: 1px solid rgb(180, 180, 180);
      border-right: 1px solid rgb(180, 180, 180);
      border-bottom: 1px solid rgb(180, 180, 180);
      border-left: 0px !important;
   }

   #LINE4>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #BUTTON5 {
      width: 114.712px;
      height: 40px;
      top: 120.5px;
      left: 46px;
   }

   #BUTTON_TEXT5 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT5>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON_TEXT6 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT6>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON6 {
      width: 114.712px;
      height: 40px;
      top: 120.5px;
      left: 167.881px;
   }

   #BUTTON_TEXT8 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT8>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON8 {
      width: 114.712px;
      height: 40px;
      top: 120.5px;
      left: 289.763px;
   }

   #BUTTON_TEXT10 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT10>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON10 {
      width: 114.712px;
      height: 40px;
      top: 120.5px;
      left: 411.644px;
   }

   #BUTTON_TEXT12 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT12>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON12 {
      width: 114.712px;
      height: 40px;
      top: 120.5px;
      left: 533.525px;
   }

   #BUTTON_TEXT14 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT14>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON14 {
      width: 114.712px;
      height: 40px;
      top: 120.5px;
      left: 655.407px;
   }

   #BUTTON_TEXT16 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT16>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON16 {
      width: 114.712px;
      height: 40px;
      top: 120.5px;
      left: 777.288px;
   }

   #IMAGE19 {
      width: 170px;
      height: 47px;
      top: 117px;
      left: 955px;
   }

   #IMAGE19>.ladi-image>.ladi-image-background {
      width: 170px;
      height: 47px;
      top: 0px;
      left: 0px;
      background-image: url("../img/capture-20200810040423.png");
   }

   #SECTION20 {
      height: 8669px;
   }

   #SECTION20>.ladi-section-background {
      background-color: rgb(248, 248, 248);
   }

   #PARAGRAPH21 {
      width: 94px;
      top: 24.932px;
      left: 18.695px;
   }

   #PARAGRAPH21>.ladi-paragraph {
      color: rgb(180, 180, 180);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH22 {
      width: 691px;
      top: 70.932px;
      left: 18.695px;
   }

   #PARAGRAPH22>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 25px;
      line-height: 1.6;
   }

   #IMAGE23 {
      width: 101px;
      height: 40px;
      top: 199.932px;
      left: 11.695px;
   }

   #IMAGE23>.ladi-image>.ladi-image-background {
      width: 101px;
      height: 40px;
      top: 0px;
      left: 0px;
      background-image: url("../img/c2-20200810041252.png");
   }

   #IMAGE24 {
      width: 362.069px;
      height: 163.085px;
      top: 266.89px;
      left: 18.695px;
   }

   #IMAGE24>.ladi-image>.ladi-image-background {
      width: 362.069px;
      height: 163.085px;
      top: 0px;
      left: 0px;
      background-image: url("../img/doc-20200810033749.jpg");
   }

   #PARAGRAPH25 {
      width: 354px;
      top: 5px;
      left: 168.5px;
   }

   #PARAGRAPH25>.ladi-paragraph {
      color: rgb(132, 132, 132);
      font-size: 16px;
      font-style: italic;
      line-height: 1.6;
   }

   #BOX26 {
      width: 691px;
      height: 35px;
      top: 0px;
      left: 0px;
   }

   #BOX26>.ladi-box {
      background-color: rgb(228, 228, 228);
   }

   #PARAGRAPH27 {
      width: 287px;
      top: 266.89px;
      left: 422.695px;
   }

   #PARAGRAPH27>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH28 {
      width: 691px;
      top: 514.89px;
      left: 18.695px;
   }

   #PARAGRAPH28>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH29 {
      width: 691px;
      top: 622.89px;
      left: 18.695px;
   }

   #PARAGRAPH29>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH30 {
      width: 691px;
      top: 764.89px;
      left: 18.695px;
   }

   #PARAGRAPH30>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH31 {
      width: 691px;
      top: 880.89px;
      left: 18.695px;
   }

   #PARAGRAPH31>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH32 {
      width: 537px;
      top: 932.89px;
      left: 89.695px;
   }

   #PARAGRAPH32>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH33 {
      width: 594px;
      top: 993.89px;
      left: 89.695px;
   }

   #PARAGRAPH33>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH34 {
      width: 620px;
      top: 1055.89px;
      left: 89.695px;
   }

   #PARAGRAPH34>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH35 {
      width: 691px;
      top: 1137.89px;
      left: 89.695px;
   }

   #PARAGRAPH35>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #IMAGE36 {
      width: 28px;
      height: 25px;
      top: 934.39px;
      left: 38.695px;
   }

   #IMAGE36>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #IMAGE37 {
      width: 28px;
      height: 25px;
      top: 995.39px;
      left: 38.695px;
   }

   #IMAGE37>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #IMAGE38 {
      width: 28px;
      height: 25px;
      top: 1064.39px;
      left: 38.695px;
   }

   #IMAGE38>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #IMAGE39 {
      width: 28px;
      height: 25px;
      top: 1137.89px;
      left: 38.695px;
   }

   #IMAGE39>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #PARAGRAPH40 {
      width: 691px;
      top: 1193.89px;
      left: 18.695px;
   }

   #PARAGRAPH40>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #BOX41 {
      width: 691px;
      height: 125px;
      top: 1248.93px;
      left: 18.695px;
   }

   #BOX41>.ladi-box {
      background-color: rgb(255, 198, 0);
   }

   #PARAGRAPH42 {
      width: 679px;
      top: 1269.43px;
      left: 24.695px;
   }

   #PARAGRAPH42>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #GROUP43 {
      width: 691px;
      height: 35px;
      top: 1390.97px;
      left: 18.695px;
   }

   #PARAGRAPH44 {
      width: 691px;
      top: 1450.89px;
      left: 18.695px;
   }

   #PARAGRAPH44>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH45 {
      width: 691px;
      top: 1496.89px;
      left: 18.695px;
   }

   #PARAGRAPH45>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH46 {
      width: 691px;
      top: 1601.89px;
      left: 18.695px;
   }

   #PARAGRAPH46>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH47 {
      width: 620px;
      top: 1739.89px;
      left: 89.695px;
   }

   #PARAGRAPH47>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH48 {
      width: 620px;
      top: 1786.89px;
      left: 89.695px;
   }

   #PARAGRAPH48>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH49 {
      width: 620px;
      top: 1862.89px;
      left: 89.695px;
   }

   #PARAGRAPH49>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #IMAGE50 {
      width: 28px;
      height: 25px;
      top: 1741.39px;
      left: 38.695px;
   }

   #IMAGE50>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #IMAGE51 {
      width: 28px;
      height: 25px;
      top: 1793.39px;
      left: 38.695px;
   }

   #IMAGE51>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #IMAGE52 {
      width: 28px;
      height: 25px;
      top: 1864.39px;
      left: 38.695px;
   }

   #IMAGE52>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #PARAGRAPH53 {
      width: 691px;
      top: 1914.89px;
      left: 18.695px;
   }

   #PARAGRAPH53>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #BUTTON54 {
      width: 372px;
      height: 40px;
      top: 2045.93px;
      left: 178.195px;
   }

   #BUTTON54.ladi-animation>.ladi-button {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
   }

   #BUTTON_TEXT54 {
      width: 372px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT54>.ladi-headline {
      color: rgb(163, 156, 244);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #LINE55 {
      width: 597px;
      top: 2094.43px;
      left: 65.695px;
   }

   #LINE55>.ladi-line>.ladi-line-container {
      border-top: 1px solid rgb(0, 0, 0);
      border-right: 1px solid rgb(0, 0, 0);
      border-bottom: 1px solid rgb(0, 0, 0);
      border-left: 0px !important;
   }

   #LINE55>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #BOX56 {
      width: 595px;
      height: 63px;
      top: 2104.93px;
      left: 66.695px;
   }

   #BOX56>.ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
   }

   #PARAGRAPH57 {
      width: 469px;
      top: 2111.43px;
      left: 129.695px;
   }

   #PARAGRAPH57>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
   }

   #PARAGRAPH58 {
      width: 691px;
      top: 2189.89px;
      left: 18.695px;
   }

   #PARAGRAPH58>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #IMAGE59 {
      width: 691px;
      height: 388.112px;
      top: 2286.77px;
      left: 18.695px;
   }

   #IMAGE59>.ladi-image>.ladi-image-background {
      width: 691px;
      height: 388.112px;
      top: 0px;
      left: 0px;
      background-image: url("../img/lab-20200810033806.jpg");
   }

   #PARAGRAPH60 {
      width: 691px;
      top: 2692.89px;
      left: 18.695px;
   }

   #PARAGRAPH60>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH61 {
      width: 691px;
      top: 2881.89px;
      left: 18.695px;
   }

   #PARAGRAPH61>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #IMAGE62 {
      width: 527.754px;
      height: 747.139px;
      top: 3039.36px;
      left: 100.318px;
   }

   #IMAGE62>.ladi-image>.ladi-image-background {
      width: 527.754px;
      height: 747.139px;
      top: 0px;
      left: 0px;
      background-image: url("../img/c3-20200810051036.png");
   }

   #PARAGRAPH63 {
      width: 691px;
      top: 3784.5px;
      left: 18.695px;
   }

   #PARAGRAPH63>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH64 {
      width: 691px;
      top: 4063.5px;
      left: 18.695px;
   }

   #PARAGRAPH64>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH65 {
      width: 691px;
      top: 4142.5px;
      left: 18.695px;
   }

   #PARAGRAPH65>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH66 {
      width: 691px;
      top: 4250.5px;
      left: 18.695px;
   }

   #PARAGRAPH66>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH67 {
      width: 691px;
      top: 4300.5px;
      left: 18.695px;
   }

   #PARAGRAPH67>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH68 {
      width: 691px;
      top: 4470.5px;
      left: 18.695px;
   }

   #PARAGRAPH68>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH69 {
      width: 553px;
      top: 4668.5px;
      left: 87.695px;
   }

   #PARAGRAPH69>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 25px;
      font-weight: bold;
      line-height: 1.6;
   }

   #BOX70 {
      width: 362.069px;
      height: 44.915px;
      top: 429.975px;
      left: 18.695px;
   }

   #BOX70>.ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
   }

   #PARAGRAPH71 {
      width: 297px;
      top: 438.433px;
      left: 51.2295px;
   }

   #PARAGRAPH71>.ladi-paragraph {
      color: rgb(132, 132, 132);
      font-size: 18px;
      font-weight: bold;
      font-style: italic;
      line-height: 1.6;
   }

   #IMAGE72 {
      width: 499px;
      height: 499px;
      top: 4809.43px;
      left: 118.739px;
   }

   #IMAGE72>.ladi-image>.ladi-image-background {
      width: 738px;
      height: 738px;
      top: -96px;
      left: -102px;
      background-image: url("../img/product.png");
   }

   #IMAGE73 {
      width: 125px;
      height: 125px;
      top: 4721.43px;
      left: 563px;
   }

   #IMAGE73>.ladi-image>.ladi-image-background {
      width: 125px;
      height: 125px;
      top: 0px;
      left: 0px;
      background-image: url("../img/gwar-20200810033806.png");
   }

   #IMAGE74 {
      width: 125.447px;
      height: 125px;
      top: 4721.43px;
      left: 426.874px;
   }

   #IMAGE74>.ladi-image>.ladi-image-background {
      width: 125.447px;
      height: 125px;
      top: 0px;
      left: 0px;
      background-image: url("../img/mark-20200810033821.png");
   }

   #PARAGRAPH75 {
      width: 691px;
      top: 5365.5px;
      left: 18.695px;
   }

   #PARAGRAPH75>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #PARAGRAPH76 {
      width: 93px;
      top: 5318.43px;
      left: 252.195px;
   }

   #PARAGRAPH76>.ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(0, 0, 0);
      font-size: 20px;
      line-height: 1.6;
   }

   #PARAGRAPH77 {
      width: 110px;
      top: 5313.93px;
      left: 365.195px;
   }

   #PARAGRAPH77>.ladi-paragraph {
      color: rgb(232, 58, 48);
      font-size: 26px;
      font-weight: bold;
      line-height: 1.6;
   }

   #BOX78 {
      width: 1200px;
      height: 8682px;
      top: -13px;
      left: 0px;
   }

   #BOX78>.ladi-box {
      background-color: rgb(255, 255, 255);
   }

   #BOX79 {
      width: 1200px;
      height: 200px;
      top: -14.432px;
      left: 0px;
   }

   #BOX79>.ladi-box {
      background-color: rgb(255, 255, 255);
   }

   #PARAGRAPH86 {
      width: 309px;
      top: 5567.93px;
      left: 209.695px;
   }

   #PARAGRAPH86>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #IMAGE88 {
      width: 687.088px;
      height: 62.0666px;
      top: 5619.9px;
      left: 18.695px;
      display: flex;
      justify-content: center;
      align-items: center;
   }
   #IMAGE88 .ladi-image {
      width: 318px;
      height: 57px;
   }
   #IMAGE88>.ladi-image>.ladi-image-background {
      width: 318px;
      height: 57px;
      top: 0px;
      left: 0px;
      background-image: url("../img/c4-20200810105535.png");
   }

   #PARAGRAPH89 {
      width: 169px;
      top: 5705.93px;
      left: 18.695px;
   }

   #PARAGRAPH89>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #LINE90 {
      width: 691px;
      top: 5733.93px;
      left: 18.695px;
   }

   #LINE90>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE90>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #IMAGE91 {
      width: 68px;
      height: 68px;
      top: 5760.93px;
      left: 28px;
   }

   #IMAGE91>.ladi-image>.ladi-image-background {
      width: 68px;
      height: 68px;
      top: 0px;
      left: 0px;
      background-image: url("../img/default-avatar-20200810033749.jpg");
   }

   #BOX93 {
      width: 527px;
      height: 36px;
      top: 5760.93px;
      left: 130px;
   }

   #BOX93>.ladi-box {
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(228, 228, 228);
      border-width: 1px;
   }

   #BOX94 {
      width: 527px;
      height: 65px;
      top: 5812.93px;
      left: 130px;
   }

   #BOX94>.ladi-box {
      border-style: solid;
      border-color: rgb(228, 228, 228);
      border-width: 1px;
   }

   #PARAGRAPH95 {
      width: 469px;
      top: 5766.43px;
      left: 142.5px;
   }

   #PARAGRAPH95>.ladi-paragraph {
      color: rgb(84, 84, 84);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH96 {
      width: 469px;
      top: 5822.43px;
      left: 142.5px;
   }

   #PARAGRAPH96>.ladi-paragraph {
      color: rgb(84, 84, 84);
      font-size: 16px;
      line-height: 1.6;
   }

   #BOX97 {
      width: 200px;
      height: 28px;
      top: 5891.93px;
      left: 130px;
   }

   #BOX97>.ladi-box {
      background-color: rgb(16, 72, 145);
   }

   #PARAGRAPH98 {
      width: 123px;
      top: 5893.43px;
      left: 168.5px;
   }

   #PARAGRAPH98>.ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
   }

   #IMAGE99 {
      width: 50px;
      height: 50px;
      top: 6586.93px;
      left: 28px;
   }

   #IMAGE99>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av4-20200810033638.jpg");
   }

   #IMAGE100 {
      width: 56px;
      height: 52px;
      top: 7663.93px;
      left: 28px;
   }

   #IMAGE100>.ladi-image>.ladi-image-background {
      width: 56px;
      height: 52px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av10-20200810033649.jpg");
   }

   #IMAGE101 {
      width: 50px;
      height: 50px;
      top: 5964.93px;
      left: 28px;
   }

   #IMAGE101>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av2-20200810033638.jpg");
   }

   #IMAGE102 {
      width: 50px;
      height: 50px;
      top: 6759.93px;
      left: 28px;
   }

   #IMAGE102>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av5-20200810033638.jpg");
   }

   #IMAGE103 {
      width: 50px;
      height: 50px;
      top: 7198.93px;
      left: 28px;
   }

   #IMAGE103>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av7-20200810033638.jpg");
   }

   #IMAGE104 {
      width: 56px;
      height: 52px;
      top: 8330.93px;
      left: 28px;
   }

   #IMAGE104>.ladi-image>.ladi-image-background {
      width: 56px;
      height: 52px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av14-20200810033649.jpg");
   }

   #IMAGE105 {
      width: 56px;
      height: 52px;
      top: 6384.93px;
      left: 28px;
   }

   #IMAGE105>.ladi-image>.ladi-image-background {
      width: 56px;
      height: 52px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av15-20200810033649.jpg");
   }

   #IMAGE106 {
      width: 50px;
      height: 50px;
      top: 7499.93px;
      left: 28px;
   }

   #IMAGE106>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av9-20200810033649.jpg");
   }

   #IMAGE107 {
      width: 50px;
      height: 50px;
      top: 6179.93px;
      left: 28px;
   }

   #IMAGE107>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av3-20200810033638.jpg");
   }

   #IMAGE108 {
      width: 50px;
      height: 50px;
      top: 6939.93px;
      left: 28px;
   }

   #IMAGE108>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av6-20200810033638.jpg");
   }

   #IMAGE109 {
      width: 56px;
      height: 52px;
      top: 7997.43px;
      left: 28px;
   }

   #IMAGE109>.ladi-image>.ladi-image-background {
      width: 56px;
      height: 52px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av12-20200810033649.jpg");
   }

   #IMAGE110 {
      width: 56px;
      height: 52px;
      top: 8136.93px;
      left: 28px;
   }

   #IMAGE110>.ladi-image>.ladi-image-background {
      width: 56px;
      height: 52px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av13-20200810033649.jpg");
   }

   #IMAGE111 {
      width: 56px;
      height: 52px;
      top: 7858.43px;
      left: 28px;
   }

   #IMAGE111>.ladi-image>.ladi-image-background {
      width: 56px;
      height: 52px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av11-20200810033649.jpg");
   }

   #IMAGE112 {
      width: 50px;
      height: 50px;
      top: 7346.93px;
      left: 28px;
   }

   #IMAGE112>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av8-20200810033649.jpg");
   }

   #PARAGRAPH113 {
      width: 469px;
      top: 5953.93px;
      left: 129.695px;
   }

   #PARAGRAPH113>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH114 {
      width: 580px;
      top: 5990.93px;
      left: 130px;
   }

   #PARAGRAPH114>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH115 {
      width: 580px;
      top: 6119.93px;
      left: 129.695px;
   }

   #PARAGRAPH115>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH119 {
      width: 469px;
      top: 6173.93px;
      left: 130px;
   }

   #PARAGRAPH119>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH120 {
      width: 580px;
      top: 6210.93px;
      left: 130.305px;
   }

   #PARAGRAPH120>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH121 {
      width: 580px;
      top: 6307.93px;
      left: 130.305px;
   }

   #PARAGRAPH121>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE122 {
      width: 691px;
      top: 6144.93px;
      left: 18.695px;
   }

   #LINE122>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE122>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH128 {
      width: 469px;
      top: 6372.93px;
      left: 130px;
   }

   #PARAGRAPH128>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH129 {
      width: 580px;
      top: 6409.93px;
      left: 130.305px;
   }

   #PARAGRAPH129>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH130 {
      width: 580px;
      top: 6506.93px;
      left: 130.305px;
   }

   #PARAGRAPH130>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE131 {
      width: 691px;
      top: 6343.93px;
      left: 18.695px;
   }

   #LINE131>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE131>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH134 {
      width: 469px;
      top: 6577.93px;
      left: 130px;
   }

   #PARAGRAPH134>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH135 {
      width: 580px;
      top: 6614.93px;
      left: 130.305px;
   }

   #PARAGRAPH135>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH136 {
      width: 580px;
      top: 6684.93px;
      left: 130px;
   }

   #PARAGRAPH136>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE137 {
      width: 691px;
      top: 6548.93px;
      left: 18.695px;
   }

   #LINE137>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE137>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH140 {
      width: 469px;
      top: 6751.93px;
      left: 130px;
   }

   #PARAGRAPH140>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH141 {
      width: 580px;
      top: 6788.93px;
      left: 130.305px;
   }

   #PARAGRAPH141>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH142 {
      width: 580px;
      top: 6858.93px;
      left: 130px;
   }

   #PARAGRAPH142>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE143 {
      width: 691px;
      top: 6722.93px;
      left: 18.695px;
   }

   #LINE143>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE143>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH146 {
      width: 469px;
      top: 6930.93px;
      left: 130px;
   }

   #PARAGRAPH146>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH147 {
      width: 580px;
      top: 6967.93px;
      left: 130.305px;
   }

   #PARAGRAPH147>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH148 {
      width: 580px;
      top: 7122.93px;
      left: 130px;
   }

   #PARAGRAPH148>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE149 {
      width: 691px;
      top: 6901.93px;
      left: 18.695px;
   }

   #LINE149>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE149>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH152 {
      width: 469px;
      top: 7189.93px;
      left: 130px;
   }

   #PARAGRAPH152>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH153 {
      width: 580px;
      top: 7226.93px;
      left: 130.305px;
   }

   #PARAGRAPH153>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH154 {
      width: 580px;
      top: 7274.93px;
      left: 130px;
   }

   #PARAGRAPH154>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE155 {
      width: 691px;
      top: 7160.93px;
      left: 18.695px;
   }

   #LINE155>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE155>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH158 {
      width: 469px;
      top: 7339.93px;
      left: 130px;
   }

   #PARAGRAPH158>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH159 {
      width: 580px;
      top: 7376.93px;
      left: 130.305px;
   }

   #PARAGRAPH159>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH160 {
      width: 580px;
      top: 7424.93px;
      left: 130px;
   }

   #PARAGRAPH160>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE161 {
      width: 691px;
      top: 7310.93px;
      left: 18.695px;
   }

   #LINE161>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE161>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH164 {
      width: 469px;
      top: 7488.93px;
      left: 130px;
   }

   #PARAGRAPH164>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH165 {
      width: 580px;
      top: 7525.93px;
      left: 130.305px;
   }

   #PARAGRAPH165>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH166 {
      width: 580px;
      top: 7598.93px;
      left: 130px;
   }

   #PARAGRAPH166>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE167 {
      width: 691px;
      top: 7459.93px;
      left: 18.695px;
   }

   #LINE167>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE167>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH170 {
      width: 469px;
      top: 7652.93px;
      left: 130px;
   }

   #PARAGRAPH170>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH171 {
      width: 580px;
      top: 7689.93px;
      left: 130.305px;
   }

   #PARAGRAPH171>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH172 {
      width: 580px;
      top: 7787.93px;
      left: 130px;
   }

   #PARAGRAPH172>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE173 {
      width: 691px;
      top: 7623.93px;
      left: 18.695px;
   }

   #LINE173>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE173>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH176 {
      width: 469px;
      top: 7847.93px;
      left: 130px;
   }

   #PARAGRAPH176>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH177 {
      width: 580px;
      top: 7884.93px;
      left: 130.305px;
   }

   #PARAGRAPH177>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH178 {
      width: 580px;
      top: 7924.93px;
      left: 130px;
   }

   #PARAGRAPH178>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE179 {
      width: 691px;
      top: 7818.93px;
      left: 18.695px;
   }

   #LINE179>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE179>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH182 {
      width: 469px;
      top: 7986.93px;
      left: 130px;
   }

   #PARAGRAPH182>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH183 {
      width: 580px;
      top: 8023.93px;
      left: 130.305px;
   }

   #PARAGRAPH183>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH184 {
      width: 580px;
      top: 8063.93px;
      left: 130px;
   }

   #PARAGRAPH184>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE185 {
      width: 691px;
      top: 7957.93px;
      left: 18.695px;
   }

   #LINE185>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE185>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH188 {
      width: 469px;
      top: 8125.93px;
      left: 130px;
   }

   #PARAGRAPH188>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH189 {
      width: 580px;
      top: 8162.93px;
      left: 130.305px;
   }

   #PARAGRAPH189>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH190 {
      width: 580px;
      top: 8258.93px;
      left: 130px;
   }

   #PARAGRAPH190>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE191 {
      width: 691px;
      top: 8096.93px;
      left: 18.695px;
   }

   #LINE191>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE191>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH194 {
      width: 469px;
      top: 8319.93px;
      left: 130px;
   }

   #PARAGRAPH194>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH195 {
      width: 580px;
      top: 8356.93px;
      left: 130.305px;
   }

   #PARAGRAPH195>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH196 {
      width: 580px;
      top: 8452.93px;
      left: 130px;
   }

   #PARAGRAPH196>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE197 {
      width: 691px;
      top: 8290.93px;
      left: 18.695px;
   }

   #LINE197>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE197>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #BUTTON198 {
      width: 300px;
      height: 75px;
      top: 8518.93px;
      left: 233px;
   }

   #BUTTON198>.ladi-button>.ladi-button-background {
      background-color: rgb(232, 58, 48);
   }

   #BUTTON198>.ladi-button {
      box-shadow: 0px 15px 20px -20px #000;
      -webkit-box-shadow: 0px 15px 20px -20px #000;
      border-radius: 17px;
   }

   #BUTTON198.ladi-animation>.ladi-button {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
   }

   #BUTTON_TEXT198 {
      width: 276px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT198>.ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 38px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }

   #BOX199 {
      width: 400px;
      height: 46px;
      top: 24.932px;
      left: 777.288px;
   }

   #BOX199>.ladi-box {
      background-color: rgb(27, 16, 145);
   }

   #PARAGRAPH200 {
      width: 299px;
      top: 33.932px;
      left: 789.5px;
   }

   #PARAGRAPH200>.ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 18px;
      line-height: 1.6;
   }

   #BOX201 {
      width: 400px;
      height: 41px;
      top: 70.932px;
      left: 777.288px;
   }

   #BOX201>.ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
   }

   #PARAGRAPH202 {
      width: 469px;
      top: 78.932px;
      left: 789.5px;
   }

   #PARAGRAPH202>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #BOX203 {
      width: 400px;
      height: 41px;
      top: 118.932px;
      left: 777.288px;
   }

   #BOX203>.ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
   }

   #BOX204 {
      width: 400px;
      height: 41px;
      top: 168.932px;
      left: 777.288px;
   }

   #BOX204>.ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
   }

   #PARAGRAPH205 {
      width: 469px;
      top: 126.932px;
      left: 789.5px;
   }

   #PARAGRAPH205>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH206 {
      width: 469px;
      top: 176.932px;
      left: 789.5px;
   }

   #PARAGRAPH206>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #IMAGE207 {
      width: 400px;
      height: 290.683px;
      top: 218.261px;
      left: 777.288px;
   }

   #IMAGE207>.ladi-image>.ladi-image-background {
      width: 400px;
      height: 290.683px;
      top: 0px;
      left: 0px;
      background-image: url("../img/knee-20200810033806.jpg");
   }

   #PARAGRAPH208 {
      width: 287px;
      top: 227.932px;
      left: 789.5px;
   }

   #PARAGRAPH208>.ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 23px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH209 {
      width: 378px;
      top: 319.975px;
      left: 789.5px;
   }

   #PARAGRAPH209>.ladi-paragraph {
      color: rgb(64, 48, 232);
      font-size: 23px;
      font-weight: bold;
      line-height: 1.6;
   }

   #BOX210 {
      width: 400px;
      height: 70.511px;
      top: 438.433px;
      left: 777.288px;
   }

   #BOX210>.ladi-box {
      background-color: rgb(232, 58, 48);
   }

   #PARAGRAPH211 {
      width: 175px;
      top: 447.975px;
      left: 889.788px;
   }

   #PARAGRAPH211>.ladi-paragraph {
      text-decoration-line: underline;
      -webkit-text-decoration-line: underline;
      color: rgb(255, 255, 255);
      font-size: 23px;
      font-weight: bold;
      line-height: 1.6;
   }

   #BOX212 {
      width: 399.814px;
      height: 2216px;
      top: 523.932px;
      left: 777.288px;
   }

   #BOX212>.ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
   }

   #LINE213 {
      width: 350px;
      top: 514.89px;
      left: 802.195px;
   }

   #LINE213>.ladi-line>.ladi-line-container {
      border-top: 2px solid rgb(10, 92, 21);
      border-right: 2px solid rgb(10, 92, 21);
      border-bottom: 2px solid rgb(10, 92, 21);
      border-left: 0px !important;
   }

   #LINE213>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #IMAGE215 {
      width: 337.909px;
      height: 283.844px;
      top: 532.89px;
      left: 808.333px;
   }

   #IMAGE215>.ladi-image>.ladi-image-background {
      width: 337.909px;
      height: 283.844px;
      top: 0px;
      left: 0px;
      background-image: url("../img/sbtestimonial1-20200810033821.jpg");
   }

   #PARAGRAPH216 {
      width: 116px;
      top: 823.89px;
      left: 919.288px;
   }

   #PARAGRAPH216>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }

   #PARAGRAPH217 {
      width: 145px;
      top: 848.89px;
      left: 904.788px;
   }

   #PARAGRAPH217>.ladi-paragraph {
      text-decoration-line: underline;
      -webkit-text-decoration-line: underline;
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH218 {
      width: 380px;
      top: 884.39px;
      left: 789.5px;
   }

   #PARAGRAPH218>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE219 {
      width: 350px;
      top: 1034.39px;
      left: 802.288px;
   }

   #LINE219>.ladi-line>.ladi-line-container {
      border-top: 2px solid rgb(10, 92, 21);
      border-right: 2px solid rgb(10, 92, 21);
      border-bottom: 2px solid rgb(10, 92, 21);
      border-left: 0px !important;
   }

   #LINE219>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #IMAGE220 {
      width: 324.27px;
      height: 327.48px;
      top: 1052.39px;
      left: 817.365px;
   }

   #IMAGE220>.ladi-image>.ladi-image-background {
      width: 324.27px;
      height: 327.48px;
      top: 0px;
      left: 0px;
      background-image: url("../img/sbtestimonial2-20200810033821.jpg");
   }

   #PARAGRAPH221 {
      width: 116px;
      top: 1384.89px;
      left: 921.5px;
   }

   #PARAGRAPH221>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }

   #PARAGRAPH222 {
      width: 145px;
      top: 1409.89px;
      left: 907px;
   }

   #PARAGRAPH222>.ladi-paragraph {
      text-decoration-line: underline;
      -webkit-text-decoration-line: underline;
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH223 {
      width: 380px;
      top: 1440.39px;
      left: 789.5px;
   }

   #PARAGRAPH223>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE224 {
      width: 350px;
      top: 1640.39px;
      left: 804.5px;
   }

   #LINE224>.ladi-line>.ladi-line-container {
      border-top: 2px solid rgb(10, 92, 21);
      border-right: 2px solid rgb(10, 92, 21);
      border-bottom: 2px solid rgb(10, 92, 21);
      border-left: 0px !important;
   }

   #LINE224>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #IMAGE225 {
      width: 294.612px;
      height: 245.51px;
      top: 1658.39px;
      left: 832.194px;
   }

   #IMAGE225>.ladi-image>.ladi-image-background {
      width: 294.612px;
      height: 245.51px;
      top: 0px;
      left: 0px;
      background-image: url("../img/sbtestimonial3-20200810033821.jpg");
   }

   #PARAGRAPH226 {
      width: 116px;
      top: 1914.89px;
      left: 919.195px;
   }

   #PARAGRAPH226>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }

   #PARAGRAPH227 {
      width: 79px;
      top: 1939.89px;
      left: 937.695px;
   }

   #PARAGRAPH227>.ladi-paragraph {
      text-decoration-line: underline;
      -webkit-text-decoration-line: underline;
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH228 {
      width: 380px;
      top: 1965.93px;
      left: 789.5px;
   }

   #PARAGRAPH228>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE229 {
      width: 350px;
      top: 2140.93px;
      left: 802.195px;
   }

   #LINE229>.ladi-line>.ladi-line-container {
      border-top: 2px solid rgb(10, 92, 21);
      border-right: 2px solid rgb(10, 92, 21);
      border-bottom: 2px solid rgb(10, 92, 21);
      border-left: 0px !important;
   }

   #LINE229>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #IMAGE230 {
      width: 323px;
      height: 269.167px;
      top: 2158.93px;
      left: 815.695px;
   }

   #IMAGE230>.ladi-image>.ladi-image-background {
      width: 323px;
      height: 269.167px;
      top: 0px;
      left: 0px;
      background-image: url("../img/sbtestimonial4-20200810033821.jpg");
   }

   #PARAGRAPH231 {
      width: 116px;
      top: 2435.89px;
      left: 919.195px;
   }

   #PARAGRAPH231>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }

   #PARAGRAPH232 {
      width: 79px;
      top: 2453.89px;
      left: 940px;
   }

   #PARAGRAPH232>.ladi-paragraph {
      text-decoration-line: underline;
      -webkit-text-decoration-line: underline;
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH233 {
      width: 380px;
      top: 2478.89px;
      left: 789.5px;
   }

   #PARAGRAPH233>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #BUTTON234 {
      width: 204.5px;
      height: 59.4375px;
      top: 5477px;
      left: 259.989px;
   }

   #BUTTON234>.ladi-button>.ladi-button-background {
      background: rgba(255, 43, 43, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(255, 43, 43, 1.0), rgba(191, 1, 1, 1.0));
      background: linear-gradient(180deg, rgba(255, 43, 43, 1.0), rgba(191, 1, 1, 1.0));
   }

   #BUTTON234>.ladi-button {
      border-style: solid;
      border-color: rgb(191, 1, 1);
      border-width: 2px;
      border-radius: 10px;
   }

   #BUTTON_TEXT234 {
      width: 200px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT234>.ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 25px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }
}

@media (max-width: 767px) {
   #SECTION_POPUP {
      height: 0px;
   }

   #SECTION1 {
      height: 96.8023px;
   }

   #IMAGE2 {
      width: 200px;
      height: 88.1356px;
      top: 0px;
      left: 110.889px;
   }

   #IMAGE2>.ladi-image>.ladi-image-background {
      width: 200px;
      height: 88.1356px;
      top: 0px;
      left: 0px;
      background-image: url("../img/logo-20200810033821.jpg");
   }

   #LINE3 {
      width: 400px;
      top: 79.8023px;
      left: 11.9655px;
   }

   #LINE3>.ladi-line>.ladi-line-container {
      border-top: 1px solid rgb(180, 180, 180);
      border-right: 1px solid rgb(180, 180, 180);
      border-bottom: 1px solid rgb(180, 180, 180);
      border-left: 0px !important;
   }

   #LINE3>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #LINE4 {
      width: 400px;
      top: 21.6491px;
      left: 449px;
      display: none !important;
   }

   #LINE4>.ladi-line>.ladi-line-container {
      border-top: 1px solid rgb(180, 180, 180);
      border-right: 1px solid rgb(180, 180, 180);
      border-bottom: 1px solid rgb(180, 180, 180);
      border-left: 0px !important;
   }

   #LINE4>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #BUTTON5 {
      width: 114.712px;
      height: 21.0056px;
      top: 13.5451px;
      left: 467.644px;
      display: none !important;
   }

   #BUTTON_TEXT5 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT5>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON_TEXT6 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT6>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON6 {
      width: 114.712px;
      height: 21.0056px;
      top: 18.7967px;
      left: 482.644px;
      display: none !important;
   }

   #BUTTON_TEXT8 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT8>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON8 {
      width: 114.712px;
      height: 21.0056px;
      top: 13.5451px;
      left: 481.644px;
      display: none !important;
   }

   #BUTTON_TEXT10 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT10>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON10 {
      width: 114.712px;
      height: 21.0056px;
      top: 13.5451px;
      left: 481.644px;
      display: none !important;
   }

   #BUTTON_TEXT12 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT12>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON12 {
      width: 114.712px;
      height: 21.0056px;
      top: 18.7967px;
      left: 461.644px;
      display: none !important;
   }

   #BUTTON_TEXT14 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT14>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON14 {
      width: 114.712px;
      height: 21.0056px;
      top: 6.45568px;
      left: 468.644px;
      display: none !important;
   }

   #BUTTON_TEXT16 {
      width: 114px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT16>.ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #BUTTON16 {
      width: 114.712px;
      height: 21.0056px;
      top: 8.29364px;
      left: 452.644px;
      display: none !important;
   }

   #IMAGE19 {
      width: 170px;
      height: 24.6816px;
      top: 4.61769px;
      left: 609px;
      display: none !important;
   }

   #IMAGE19>.ladi-image>.ladi-image-background {
      width: 170px;
      height: 47px;
      top: 0px;
      left: 0px;
      background-image: url("../img/capture-20200810040423.png");
   }

   #SECTION20 {
      height: 10227.2px;
   }

   #SECTION20>.ladi-section-background {
      background-color: rgb(248, 248, 248);
   }

   #PARAGRAPH21 {
      width: 94px;
      top: 13.67px;
      left: 10px;
   }

   #PARAGRAPH21>.ladi-paragraph {
      color: rgb(180, 180, 180);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH22 {
      width: 400px;
      top: 44.67px;
      left: 10px;
   }

   #PARAGRAPH22>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 25px;
      line-height: 1.6;
   }

   #IMAGE23 {
      width: 101px;
      height: 40px;
      top: 1447.67px;
      left: 615.5px;
      display: none !important;
   }

   #IMAGE23>.ladi-image>.ladi-image-background {
      width: 101px;
      height: 40px;
      top: 0px;
      left: 0px;
      background-image: url("../img/c2-20200810041252.png");
   }

   #IMAGE24 {
      width: 397.846px;
      height: 179.2px;
      top: 297.35px;
      left: 11.9655px;
   }

   #IMAGE24>.ladi-image>.ladi-image-background {
      width: 397.846px;
      height: 179.2px;
      top: 0px;
      left: 0px;
      background-image: url("../img/doc-20200810033749.jpg");
   }

   #PARAGRAPH25 {
      width: 371px;
      top: 5px;
      left: 14.75px;
   }

   #PARAGRAPH25>.ladi-paragraph {
      color: rgb(132, 132, 132);
      font-size: 16px;
      font-style: italic;
      line-height: 1.6;
   }

   #BOX26 {
      width: 400.5px;
      height: 35px;
      top: 0px;
      left: 0px;
   }

   #BOX26>.ladi-box {
      background-color: rgb(228, 228, 228);
   }

   #PARAGRAPH27 {
      width: 400px;
      top: 531.313px;
      left: 10px;
   }

   #PARAGRAPH27>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH28 {
      width: 400px;
      top: 684.861px;
      left: 10px;
   }

   #PARAGRAPH28>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH29 {
      width: 400px;
      top: 813.705px;
      left: 10px;
   }

   #PARAGRAPH29>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH30 {
      width: 400px;
      top: 1006.7px;
      left: 10px;
   }

   #PARAGRAPH30>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH31 {
      width: 400px;
      top: 1161.86px;
      left: 10px;
   }

   #PARAGRAPH31>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH32 {
      width: 359px;
      top: 1203.7px;
      left: 54.8889px;
   }

   #PARAGRAPH32>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH33 {
      width: 359px;
      top: 1286.7px;
      left: 54.8889px;
   }

   #PARAGRAPH33>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH34 {
      width: 359px;
      top: 1367.7px;
      left: 54.8889px;
   }

   #PARAGRAPH34>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH35 {
      width: 359px;
      top: 1480.18px;
      left: 54.8889px;
   }

   #PARAGRAPH35>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #IMAGE36 {
      width: 25.1378px;
      height: 25px;
      top: 1208.7px;
      left: 10px;
   }

   #IMAGE36>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #IMAGE37 {
      width: 25.1378px;
      height: 25px;
      top: 1286.7px;
      left: 10px;
   }

   #IMAGE37>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #IMAGE38 {
      width: 25.1378px;
      height: 25px;
      top: 1378.18px;
      left: 10px;
   }

   #IMAGE38>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #IMAGE39 {
      width: 25.1378px;
      height: 25px;
      top: 1481.68px;
      left: 14.4889px;
   }

   #IMAGE39>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #PARAGRAPH40 {
      width: 400px;
      top: 1547.18px;
      left: 10.25px;
   }

   #PARAGRAPH40>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #BOX41 {
      width: 400px;
      height: 188.359px;
      top: 1619.18px;
      left: 10.25px;
   }

   #BOX41>.ladi-box {
      background-color: rgb(255, 198, 0);
   }

   #PARAGRAPH42 {
      width: 380px;
      top: 1629.54px;
      left: 21.25px;
   }

   #PARAGRAPH42>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #GROUP43 {
      width: 400.5px;
      height: 35px;
      top: 1827.54px;
      left: 9.75px;
   }

   #PARAGRAPH44 {
      width: 400px;
      top: 1880.54px;
      left: 10.25px;
   }

   #PARAGRAPH44>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH45 {
      width: 400px;
      top: 1918.54px;
      left: 10.25px;
   }

   #PARAGRAPH45>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH46 {
      width: 400px;
      top: 2082.54px;
      left: 10.25px;
   }

   #PARAGRAPH46>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH47 {
      width: 352px;
      top: 2296.05px;
      left: 58.3516px;
   }

   #PARAGRAPH47>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH48 {
      width: 352px;
      top: 2371.05px;
      left: 58.25px;
   }

   #PARAGRAPH48>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH49 {
      width: 352px;
      top: 2452.05px;
      left: 58.25px;
   }

   #PARAGRAPH49>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #IMAGE50 {
      width: 24.6154px;
      height: 25px;
      top: 2303.05px;
      left: 10px;
   }

   #IMAGE50>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #IMAGE51 {
      width: 24.6154px;
      height: 25px;
      top: 2378.05px;
      left: 10.25px;
   }

   #IMAGE51>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #IMAGE52 {
      width: 24.6154px;
      height: 25px;
      top: 2457.05px;
      left: 10.25px;
   }

   #IMAGE52>.ladi-image>.ladi-image-background {
      width: 28px;
      height: 25px;
      top: 0px;
      left: 0px;
      background-image: url("../img/tick-20200810033821.jpg");
   }

   #PARAGRAPH53 {
      width: 400px;
      top: 2512.05px;
      left: 10px;
   }

   #PARAGRAPH53>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #BUTTON54 {
      width: 372px;
      height: 40px;
      top: 2717.05px;
      left: 24px;
   }

   #BUTTON54.ladi-animation>.ladi-button {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
   }

   #BUTTON_TEXT54 {
      width: 372px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT54>.ladi-headline {
      color: rgb(163, 156, 244);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #LINE55 {
      width: 400px;
      top: 2757.05px;
      left: 10px;
   }

   #LINE55>.ladi-line>.ladi-line-container {
      border-top: 1px solid rgb(0, 0, 0);
      border-right: 1px solid rgb(0, 0, 0);
      border-bottom: 1px solid rgb(0, 0, 0);
      border-left: 0px !important;
   }

   #LINE55>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #BOX56 {
      width: 400px;
      height: 42.3529px;
      top: 9873.05px;
      left: 608px;
      display: none !important;
   }

   #BOX56>.ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
   }

   #PARAGRAPH57 {
      width: 400px;
      top: 2772.05px;
      left: 10px;
   }

   #PARAGRAPH57>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
   }

   #PARAGRAPH58 {
      width: 400px;
      top: 2850.57px;
      left: 10px;
   }

   #PARAGRAPH58>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #IMAGE59 {
      width: 400px;
      height: 224.667px;
      top: 3002.6px;
      left: 10px;
   }

   #IMAGE59>.ladi-image>.ladi-image-background {
      width: 400px;
      height: 224.667px;
      top: 0px;
      left: 0px;
      background-image: url("../img/lab-20200810033806.jpg");
   }

   #PARAGRAPH60 {
      width: 400px;
      top: 3240.2px;
      left: 10px;
   }

   #PARAGRAPH60>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH61 {
      width: 400px;
      top: 3530.2px;
      left: 10px;
   }

   #PARAGRAPH61>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #IMAGE62 {
      width: 400px;
      height: 566.278px;
      top: 3764.2px;
      left: 10px;
   }

   #IMAGE62>.ladi-image>.ladi-image-background {
      width: 400px;
      height: 566.278px;
      top: 0px;
      left: 0px;
      background-image: url("../img/c3-20200810051036.png");
   }

   #PARAGRAPH63 {
      width: 400px;
      top: 4341.52px;
      left: 10px;
   }

   #PARAGRAPH63>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH64 {
      width: 400px;
      top: 4799.52px;
      left: 10px;
   }

   #PARAGRAPH64>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH65 {
      width: 400px;
      top: 4893.52px;
      left: 10px;
   }

   #PARAGRAPH65>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH66 {
      width: 400px;
      top: 5015.52px;
      left: 10px;
   }

   #PARAGRAPH66>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH67 {
      width: 400px;
      top: 5081.52px;
      left: 10px;
   }

   #PARAGRAPH67>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH68 {
      width: 400px;
      top: 5333.52px;
      left: 10px;
   }

   #PARAGRAPH68>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH69 {
      width: 400px;
      top: 5635.52px;
      left: 10px;
   }

   #PARAGRAPH69>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 25px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }

   #BOX70 {
      width: 400.001px;
      height: 44.915px;
      top: 476.43px;
      left: 10px;
   }

   #BOX70>.ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
   }

   #PARAGRAPH71 {
      width: 297px;
      top: 484.35px;
      left: 61.5px;
   }

   #PARAGRAPH71>.ladi-paragraph {
      color: rgb(132, 132, 132);
      font-size: 18px;
      font-weight: bold;
      font-style: italic;
      line-height: 1.6;
   }

   #IMAGE72 {
      width: 400px;
      height: 400px;
      top: 5782.31px;
      left: 10px;
   }

   #IMAGE72>.ladi-image>.ladi-image-background {
      width: 588px;
      height: 588px;
      top: -79px;
      left: -78px;
      background-image: url("../img/product.png");
   }

   #IMAGE73 {
      width: 84.2574px;
      height: 84.2575px;
      top: 5721.52px;
      left: 234.126px;
   }

   #IMAGE73>.ladi-image>.ladi-image-background {
      width: 84.2574px;
      height: 84.2575px;
      top: 0px;
      left: 0px;
      background-image: url("../img/gwar-20200810033806.png");
   }

   #IMAGE74 {
      width: 84.5587px;
      height: 84.2575px;
      top: 5722.05px;
      left: 320.441px;
   }

   #IMAGE74>.ladi-image>.ladi-image-background {
      width: 84.5587px;
      height: 84.2575px;
      top: 0px;
      left: 0px;
      background-image: url("../img/mark-20200810033821.png");
   }

   #PARAGRAPH75 {
      width: 400px;
      top: 6244.86px;
      left: 10px;
   }

   #PARAGRAPH75>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.6;
   }

   #PARAGRAPH76 {
      width: 93px;
      top: 6192.86px;
      left: 99.25px;
   }

   #PARAGRAPH76>.ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(0, 0, 0);
      font-size: 20px;
      line-height: 1.6;
   }

   #PARAGRAPH77 {
      width: 110px;
      top: 6188.36px;
      left: 202.75px;
   }

   #PARAGRAPH77>.ladi-paragraph {
      color: rgb(232, 58, 48);
      font-size: 26px;
      font-weight: bold;
      line-height: 1.6;
   }

   #BOX78 {
      width: 420px;
      height: 2122.67px;
      top: 0px;
      left: 0px;
   }

   #BOX78>.ladi-box {
      background-color: rgb(255, 255, 255);
   }

   #BOX79 {
      width: 400px;
      height: 48.0822px;
      top: -4.4331px;
      left: 475px;
      display: none !important;
   }

   #BOX79>.ladi-box {
      background-color: rgb(255, 255, 255);
   }

   #PARAGRAPH86 {
      width: 309px;
      top: 6516.5px;
      left: 55.5px;
   }

   #PARAGRAPH86>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
   }

   #IMAGE88 {
      width: 400px;
      height: 36.1331px;
      top: 6553.5px;
      left: 9px;
      display: flex;
      justify-content: center;
      align-items: center;
   }
   #IMAGE88 .ladi-image {
      width: 201px;
      height: 36px;
   }
   #IMAGE88>.ladi-image>.ladi-image-background {
      width: 201px;
      height: 36px;
      top: 0px;
      left: 0px;
      background-image: url("../img/c4-20200810105535.png");
   }

   #PARAGRAPH89 {
      width: 169px;
      top: 6598.7px;
      left: 5.5px;
   }

   #PARAGRAPH89>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #LINE90 {
      width: 400px;
      top: 6621.7px;
      left: 5.5px;
   }

   #LINE90>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE90>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #IMAGE91 {
      width: 68px;
      height: 68px;
      top: 6638.7px;
      left: 9px;
   }

   #IMAGE91>.ladi-image>.ladi-image-background {
      width: 68px;
      height: 68px;
      top: 0px;
      left: 0px;
      background-image: url("../img/default-avatar-20200810033749.jpg");
   }

   #BOX93 {
      width: 326px;
      height: 27.3245px;
      top: 6638.7px;
      left: 87px;
   }

   #BOX93>.ladi-box {
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(228, 228, 228);
      border-width: 1px;
   }

   #BOX94 {
      width: 326px;
      height: 49.3359px;
      top: 6680px;
      left: 87px;
   }

   #BOX94>.ladi-box {
      border-style: solid;
      border-color: rgb(228, 228, 228);
      border-width: 1px;
   }

   #PARAGRAPH95 {
      width: 400px;
      top: 6639.86px;
      left: 97px;
   }

   #PARAGRAPH95>.ladi-paragraph {
      color: rgb(84, 84, 84);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH96 {
      width: 309px;
      top: 6681.7px;
      left: 97px;
   }

   #PARAGRAPH96>.ladi-paragraph {
      color: rgb(84, 84, 84);
      font-size: 16px;
      line-height: 1.6;
   }

   #BOX97 {
      width: 200px;
      height: 28px;
      top: 6747.7px;
      left: 87px;
   }

   #BOX97>.ladi-box {
      background-color: rgb(16, 72, 145);
   }

   #PARAGRAPH98 {
      width: 123px;
      top: 6750.7px;
      left: 125.5px;
   }

   #PARAGRAPH98>.ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 16px;
      line-height: 1.6;
   }

   #IMAGE99 {
      width: 50px;
      height: 50px;
      top: 7666.31px;
      left: 18.305px;
   }

   #IMAGE99>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av4-20200810033638.jpg");
   }

   #IMAGE100 {
      width: 56px;
      height: 52px;
      top: 9045.31px;
      left: 18.305px;
   }

   #IMAGE100>.ladi-image>.ladi-image-background {
      width: 56px;
      height: 52px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av10-20200810033649.jpg");
   }

   #IMAGE101 {
      width: 50px;
      height: 50px;
      top: 6800.7px;
      left: 9px;
   }

   #IMAGE101>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av2-20200810033638.jpg");
   }

   #IMAGE102 {
      width: 50px;
      height: 50px;
      top: 7908.31px;
      left: 18.305px;
   }

   #IMAGE102>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av5-20200810033638.jpg");
   }

   #IMAGE103 {
      width: 50px;
      height: 50px;
      top: 8500.31px;
      left: 18.305px;
   }

   #IMAGE103>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av7-20200810033638.jpg");
   }

   #IMAGE104 {
      width: 56px;
      height: 52px;
      top: 9899.99px;
      left: 18.305px;
   }

   #IMAGE104>.ladi-image>.ladi-image-background {
      width: 56px;
      height: 52px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av14-20200810033649.jpg");
   }

   #IMAGE105 {
      width: 56px;
      height: 52px;
      top: 7397.3px;
      left: 18.305px;
   }

   #IMAGE105>.ladi-image>.ladi-image-background {
      width: 56px;
      height: 52px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av15-20200810033649.jpg");
   }

   #IMAGE106 {
      width: 50px;
      height: 50px;
      top: 8815.31px;
      left: 18.305px;
   }

   #IMAGE106>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av9-20200810033649.jpg");
   }

   #IMAGE107 {
      width: 50px;
      height: 50px;
      top: 7094.7px;
      left: 18.305px;
   }

   #IMAGE107>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av3-20200810033638.jpg");
   }

   #IMAGE108 {
      width: 50px;
      height: 50px;
      top: 8115.31px;
      left: 18.305px;
   }

   #IMAGE108>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av6-20200810033638.jpg");
   }

   #IMAGE109 {
      width: 56px;
      height: 52px;
      top: 9490.05px;
      left: 18.305px;
   }

   #IMAGE109>.ladi-image>.ladi-image-background {
      width: 56px;
      height: 52px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av12-20200810033649.jpg");
   }

   #IMAGE110 {
      width: 56px;
      height: 52px;
      top: 9651.3px;
      left: 18.305px;
   }

   #IMAGE110>.ladi-image>.ladi-image-background {
      width: 56px;
      height: 52px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av13-20200810033649.jpg");
   }

   #IMAGE111 {
      width: 56px;
      height: 52px;
      top: 9333.31px;
      left: 18.305px;
   }

   #IMAGE111>.ladi-image>.ladi-image-background {
      width: 56px;
      height: 52px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av11-20200810033649.jpg");
   }

   #IMAGE112 {
      width: 50px;
      height: 50px;
      top: 8657.31px;
      left: 18.305px;
   }

   #IMAGE112>.ladi-image>.ladi-image-background {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      background-image: url("../img/av8-20200810033649.jpg");
   }

   #PARAGRAPH113 {
      width: 469px;
      top: 6789.7px;
      left: 110.695px;
   }

   #PARAGRAPH113>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH114 {
      width: 301px;
      top: 6826.7px;
      left: 111px;
   }

   #PARAGRAPH114>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH115 {
      width: 309px;
      top: 7034.7px;
      left: 111px;
   }

   #PARAGRAPH115>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH119 {
      width: 469px;
      top: 7088.7px;
      left: 120.305px;
   }

   #PARAGRAPH119>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH120 {
      width: 295px;
      top: 7125.7px;
      left: 120.61px;
   }

   #PARAGRAPH120>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH121 {
      width: 299px;
      top: 7329.7px;
      left: 120.305px;
   }

   #PARAGRAPH121>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE122 {
      width: 403px;
      top: 7059.7px;
      left: 9px;
   }

   #LINE122>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE122>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH128 {
      width: 469px;
      top: 7388.54px;
      left: 120.305px;
   }

   #PARAGRAPH128>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH129 {
      width: 294px;
      top: 7425.54px;
      left: 120.61px;
   }

   #PARAGRAPH129>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH130 {
      width: 294px;
      top: 7604.54px;
      left: 120.61px;
   }

   #PARAGRAPH130>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE131 {
      width: 407px;
      top: 7359.54px;
      left: 9px;
   }

   #LINE131>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE131>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH134 {
      width: 469px;
      top: 7666.31px;
      left: 120.305px;
   }

   #PARAGRAPH134>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH135 {
      width: 292px;
      top: 7703.31px;
      left: 120.61px;
   }

   #PARAGRAPH135>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH136 {
      width: 280px;
      top: 7802.31px;
      left: 120.305px;
   }

   #PARAGRAPH136>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE137 {
      width: 403px;
      top: 7634.31px;
      left: 9px;
   }

   #LINE137>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE137>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH140 {
      width: 469px;
      top: 7897.31px;
      left: 123.5px;
   }

   #PARAGRAPH140>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH141 {
      width: 291px;
      top: 7934.31px;
      left: 123.805px;
   }

   #PARAGRAPH141>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH142 {
      width: 295px;
      top: 8053.31px;
      left: 120.61px;
   }

   #PARAGRAPH142>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE143 {
      width: 400px;
      top: 7868.31px;
      left: 12.195px;
   }

   #LINE143>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE143>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH146 {
      width: 289px;
      top: 8111.31px;
      left: 120.305px;
   }

   #PARAGRAPH146>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH147 {
      width: 289px;
      top: 8146.31px;
      left: 120.305px;
   }

   #PARAGRAPH147>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH148 {
      width: 293px;
      top: 8431.31px;
      left: 120.61px;
   }

   #PARAGRAPH148>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE149 {
      width: 405px;
      top: 8082.31px;
      left: 9px;
   }

   #LINE149>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE149>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH152 {
      width: 469px;
      top: 8492.31px;
      left: 120.61px;
   }

   #PARAGRAPH152>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH153 {
      width: 284px;
      top: 8528.31px;
      left: 120.61px;
   }

   #PARAGRAPH153>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH154 {
      width: 289px;
      top: 8596.31px;
      left: 120.61px;
   }

   #PARAGRAPH154>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE155 {
      width: 395px;
      top: 8463.31px;
      left: 18.305px;
   }

   #LINE155>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE155>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH158 {
      width: 469px;
      top: 8645.54px;
      left: 120.61px;
   }

   #PARAGRAPH158>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH159 {
      width: 280px;
      top: 8682.54px;
      left: 122.61px;
   }

   #PARAGRAPH159>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH160 {
      width: 282px;
      top: 8753.04px;
      left: 122.61px;
   }

   #PARAGRAPH160>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE161 {
      width: 395px;
      top: 8617.54px;
      left: 18.305px;
   }

   #LINE161>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE161>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH164 {
      width: 469px;
      top: 8810.31px;
      left: 120.61px;
   }

   #PARAGRAPH164>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH165 {
      width: 278px;
      top: 8850.31px;
      left: 120.61px;
   }

   #PARAGRAPH165>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH166 {
      width: 290px;
      top: 8971.31px;
      left: 122.61px;
   }

   #PARAGRAPH166>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE167 {
      width: 391px;
      top: 8782.31px;
      left: 18.305px;
   }

   #LINE167>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE167>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH170 {
      width: 469px;
      top: 9032.31px;
      left: 120.61px;
   }

   #PARAGRAPH170>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH171 {
      width: 292px;
      top: 9069.31px;
      left: 120.915px;
   }

   #PARAGRAPH171>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH172 {
      width: 293px;
      top: 9265.31px;
      left: 120.915px;
   }

   #PARAGRAPH172>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE173 {
      width: 403px;
      top: 9003.31px;
      left: 9.305px;
   }

   #LINE173>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE173>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH176 {
      width: 469px;
      top: 9324.31px;
      left: 120.61px;
   }

   #PARAGRAPH176>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH177 {
      width: 302px;
      top: 9357.31px;
      left: 120.915px;
   }

   #PARAGRAPH177>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH178 {
      width: 580px;
      top: 9423.31px;
      left: 122.61px;
   }

   #PARAGRAPH178>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE179 {
      width: 405px;
      top: 9295.31px;
      left: 9.305px;
   }

   #LINE179>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE179>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH182 {
      width: 469px;
      top: 9481.3px;
      left: 120.61px;
   }

   #PARAGRAPH182>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH183 {
      width: 288px;
      top: 9518.3px;
      left: 120.915px;
   }

   #PARAGRAPH183>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH184 {
      width: 295px;
      top: 9584.3px;
      left: 120.915px;
   }

   #PARAGRAPH184>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE185 {
      width: 405px;
      top: 9452.3px;
      left: 9.305px;
   }

   #LINE185>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE185>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH188 {
      width: 469px;
      top: 9643.05px;
      left: 120.61px;
   }

   #PARAGRAPH188>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH189 {
      width: 293px;
      top: 9680.05px;
      left: 120.915px;
   }

   #PARAGRAPH189>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH190 {
      width: 291px;
      top: 9833.05px;
      left: 122.61px;
   }

   #PARAGRAPH190>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE191 {
      width: 405px;
      top: 9614.05px;
      left: 9.305px;
   }

   #LINE191>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE191>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #PARAGRAPH194 {
      width: 469px;
      top: 9891.3px;
      left: 120.61px;
   }

   #PARAGRAPH194>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH195 {
      width: 295px;
      top: 9928.3px;
      left: 120.915px;
   }

   #PARAGRAPH195>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 18px;
      line-height: 1.6;
   }

   #PARAGRAPH196 {
      width: 287px;
      top: 10083.3px;
      left: 120.915px;
   }

   #PARAGRAPH196>.ladi-paragraph {
      color: rgb(22, 99, 199);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE197 {
      width: 407px;
      top: 9862.3px;
      left: 9.305px;
   }

   #LINE197>.ladi-line>.ladi-line-container {
      border-top: 1px dashed rgb(22, 99, 199);
      border-right: 1px dashed rgb(22, 99, 199);
      border-bottom: 1px dashed rgb(22, 99, 199);
      border-left: 0px !important;
   }

   #LINE197>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #BUTTON198 {
      width: 276px;
      height: 69px;
      top: 10127.3px;
      left: 72px;
   }

   #BUTTON198>.ladi-button>.ladi-button-background {
      background-color: rgb(232, 58, 48);
   }

   #BUTTON198>.ladi-button {
      box-shadow: 0px 15px 20px -20px #000;
      -webkit-box-shadow: 0px 15px 20px -20px #000;
      border-radius: 17px;
   }

   #BUTTON198.ladi-animation>.ladi-button {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
   }

   #BUTTON_TEXT198 {
      width: 300px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT198>.ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 35px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }

   #BOX199 {
      width: 400px;
      height: 46px;
      top: 1301.67px;
      left: 482px;
      display: none !important;
   }

   #BOX199>.ladi-box {
      background-color: rgb(27, 16, 145);
   }

   #PARAGRAPH200 {
      width: 299px;
      top: 895.67px;
      left: 649.5px;
      display: none !important;
   }

   #PARAGRAPH200>.ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 18px;
      line-height: 1.6;
   }

   #BOX201 {
      width: 400px;
      height: 41px;
      top: 1517.67px;
      left: 502px;
      display: none !important;
   }

   #BOX201>.ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
   }

   #PARAGRAPH202 {
      width: 400px;
      top: 1533.67px;
      left: 514px;
      display: none !important;
   }

   #PARAGRAPH202>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #BOX203 {
      width: 400px;
      height: 41px;
      top: 1572.67px;
      left: 510px;
      display: none !important;
   }

   #BOX203>.ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
   }

   #BOX204 {
      width: 400px;
      height: 41px;
      top: 1626.67px;
      left: 525px;
      display: none !important;
   }

   #BOX204>.ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
   }

   #PARAGRAPH205 {
      width: 400px;
      top: 1580.67px;
      left: 537px;
      display: none !important;
   }

   #PARAGRAPH205>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH206 {
      width: 400px;
      top: 1642.67px;
      left: 558px;
      display: none !important;
   }

   #PARAGRAPH206>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #IMAGE207 {
      width: 400px;
      height: 290.683px;
      top: 1738.67px;
      left: 627px;
      display: none !important;
   }

   #IMAGE207>.ladi-image>.ladi-image-background {
      width: 400px;
      height: 290.683px;
      top: 0px;
      left: 0px;
      background-image: url("../img/knee-20200810033806.jpg");
   }

   #PARAGRAPH208 {
      width: 287px;
      top: 1987.67px;
      left: 577.5px;
      display: none !important;
   }

   #PARAGRAPH208>.ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 23px;
      font-weight: bold;
      line-height: 1.6;
   }

   #PARAGRAPH209 {
      width: 378px;
      top: 2041.44px;
      left: 633px;
      display: none !important;
   }

   #PARAGRAPH209>.ladi-paragraph {
      color: rgb(64, 48, 232);
      font-size: 23px;
      font-weight: bold;
      line-height: 1.6;
   }

   #BOX210 {
      width: 400px;
      height: 70.511px;
      top: 3480.35px;
      left: 486px;
      display: none !important;
   }

   #BOX210>.ladi-box {
      background-color: rgb(232, 58, 48);
   }

   #PARAGRAPH211 {
      width: 175px;
      top: 3503.35px;
      left: 491.5px;
      display: none !important;
   }

   #PARAGRAPH211>.ladi-paragraph {
      text-decoration-line: underline;
      -webkit-text-decoration-line: underline;
      color: rgb(255, 255, 255);
      font-size: 23px;
      font-weight: bold;
      line-height: 1.6;
   }

   #BOX212 {
      width: 399.814px;
      height: 2216px;
      top: 3515.86px;
      left: 573px;
   }

   #BOX212>.ladi-box {
      background: #fdfbfb;
      background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
      background: linear-gradient(180deg, #fdfbfb, #eaedee);
   }

   #LINE213 {
      width: 350px;
      top: 1702.86px;
      left: 610px;
      display: none !important;
   }

   #LINE213>.ladi-line>.ladi-line-container {
      border-top: 2px solid rgb(10, 92, 21);
      border-right: 2px solid rgb(10, 92, 21);
      border-bottom: 2px solid rgb(10, 92, 21);
      border-left: 0px !important;
   }

   #LINE213>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #IMAGE215 {
      width: 337.909px;
      height: 283.844px;
      top: 6064.86px;
      left: 581.045px;
      display: none !important;
   }

   #IMAGE215>.ladi-image>.ladi-image-background {
      width: 337.909px;
      height: 283.844px;
      top: 0px;
      left: 0px;
      background-image: url("../img/sbtestimonial1-20200810033821.jpg");
   }

   #PARAGRAPH216 {
      width: 116px;
      top: 6118.7px;
      left: 725px;
      display: none !important;
   }

   #PARAGRAPH216>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }

   #PARAGRAPH217 {
      width: 145px;
      top: 6153.7px;
      left: 710.5px;
      display: none !important;
   }

   #PARAGRAPH217>.ladi-paragraph {
      text-decoration-line: underline;
      -webkit-text-decoration-line: underline;
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH218 {
      width: 380px;
      top: 6762.7px;
      left: -582px;
      display: none !important;
   }

   #PARAGRAPH218>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE219 {
      width: 350px;
      top: 6771.7px;
      left: -609px;
      display: none !important;
   }

   #LINE219>.ladi-line>.ladi-line-container {
      border-top: 2px solid rgb(10, 92, 21);
      border-right: 2px solid rgb(10, 92, 21);
      border-bottom: 2px solid rgb(10, 92, 21);
      border-left: 0px !important;
   }

   #LINE219>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #IMAGE220 {
      width: 324.27px;
      height: 327.48px;
      top: 7234.7px;
      left: -538.135px;
      display: none !important;
   }

   #IMAGE220>.ladi-image>.ladi-image-background {
      width: 324.27px;
      height: 327.48px;
      top: 0px;
      left: 0px;
      background-image: url("../img/sbtestimonial2-20200810033821.jpg");
   }

   #PARAGRAPH221 {
      width: 116px;
      top: 7334.54px;
      left: -396px;
      display: none !important;
   }

   #PARAGRAPH221>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }

   #PARAGRAPH222 {
      width: 145px;
      top: 7403.54px;
      left: -424.5px;
      display: none !important;
   }

   #PARAGRAPH222>.ladi-paragraph {
      text-decoration-line: underline;
      -webkit-text-decoration-line: underline;
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH223 {
      width: 380px;
      top: 7362.54px;
      left: -552px;
      display: none !important;
   }

   #PARAGRAPH223>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE224 {
      width: 350px;
      top: 8756.54px;
      left: 590px;
      display: none !important;
   }

   #LINE224>.ladi-line>.ladi-line-container {
      border-top: 2px solid rgb(10, 92, 21);
      border-right: 2px solid rgb(10, 92, 21);
      border-bottom: 2px solid rgb(10, 92, 21);
      border-left: 0px !important;
   }

   #LINE224>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #IMAGE225 {
      width: 294.612px;
      height: 245.51px;
      top: 8649.54px;
      left: 680.694px;
      display: none !important;
   }

   #IMAGE225>.ladi-image>.ladi-image-background {
      width: 294.612px;
      height: 245.51px;
      top: 0px;
      left: 0px;
      background-image: url("../img/sbtestimonial3-20200810033821.jpg");
   }

   #PARAGRAPH226 {
      width: 116px;
      top: 9514.05px;
      left: 679px;
      display: none !important;
   }

   #PARAGRAPH226>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }

   #PARAGRAPH227 {
      width: 79px;
      top: 9517.05px;
      left: 745.5px;
      display: none !important;
   }

   #PARAGRAPH227>.ladi-paragraph {
      text-decoration-line: underline;
      -webkit-text-decoration-line: underline;
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH228 {
      width: 380px;
      top: 9439.05px;
      left: 684px;
      display: none !important;
   }

   #PARAGRAPH228>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #LINE229 {
      width: 350px;
      top: 9820.05px;
      left: 457px;
      display: none !important;
   }

   #LINE229>.ladi-line>.ladi-line-container {
      border-top: 2px solid rgb(10, 92, 21);
      border-right: 2px solid rgb(10, 92, 21);
      border-bottom: 2px solid rgb(10, 92, 21);
      border-left: 0px !important;
   }

   #LINE229>.ladi-line {
      width: 100%;
      padding: 8px 0px;
   }

   #IMAGE230 {
      width: 323px;
      height: 269.167px;
      top: 9528.41px;
      left: 537.5px;
      display: none !important;
   }

   #IMAGE230>.ladi-image>.ladi-image-background {
      width: 323px;
      height: 269.167px;
      top: 0px;
      left: 0px;
      background-image: url("../img/sbtestimonial4-20200810033821.jpg");
   }

   #PARAGRAPH231 {
      width: 116px;
      top: 9882.2px;
      left: 695px;
      display: none !important;
   }

   #PARAGRAPH231>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }

   #PARAGRAPH232 {
      width: 79px;
      top: 9869.2px;
      left: 721.5px;
      display: none !important;
   }

   #PARAGRAPH232>.ladi-paragraph {
      text-decoration-line: underline;
      -webkit-text-decoration-line: underline;
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH233 {
      width: 380px;
      top: 9675.2px;
      left: 569px;
      display: none !important;
   }

   #PARAGRAPH233>.ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 16px;
      line-height: 1.6;
   }

   #BUTTON234 {
      width: 204.5px;
      height: 59.4375px;
      top: 6408.2px;
      left: 107.75px;
   }

   #BUTTON234>.ladi-button>.ladi-button-background {
      background: rgba(255, 43, 43, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(255, 43, 43, 1.0), rgba(191, 1, 1, 1.0));
      background: linear-gradient(180deg, rgba(255, 43, 43, 1.0), rgba(191, 1, 1, 1.0));
   }

   #BUTTON234>.ladi-button {
      border-style: solid;
      border-color: rgb(191, 1, 1);
      border-width: 2px;
      border-radius: 10px;
   }

   #BUTTON_TEXT234 {
      width: 200px;
      top: 9px;
      left: 0px;
   }

   #BUTTON_TEXT234>.ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 25px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
   }
}