@backgroundColor: #ffb41e;
@primaryColor: #03d7f5;
@secondaryColor: #5E95DF;
@successColor: #20AC6B;
@infoColor: #0aa3c2;
@warningColor: #CC9900;
@dangerColor: #AE1E2C;
@mainFont: Onest;
@display1Font: 'Onest', sans-serif;
@display1Size: 4.7;
@display2Font: 'Onest', sans-serif;
@display2Size: 4;
@display5Font: 'Onest', sans-serif;
@display5Size: 2.25;
@display7Font: 'Onest', sans-serif;
@display7Size: 2..5;
@display4Font: 'Onest', sans-serif;
@display4Size: 1.25;
@isRoundedImages: true;
@isRoundedButtons: true;
@isLargeButtons: false;
@isGhostButtonBorder: true;
@underlinedLinks: false;
@isAnimatedOnScroll: false;
@isScrollToTopButton: false;
@isPublish: false;
@btn-font-size: 1rem;
@btn-border-radius: 4px;
@btn-padding-y: 1.25rem;
@btn-padding-x: 2rem;

@btn-font-size-sm: .8rem;
@btn-border-radius-sm: 4px;
@btn-padding-y-sm: .6rem;
@btn-padding-x-sm: 1.2rem;

@btn-font-size-md: .8rem;
@btn-border-radius-md: 4px;
@btn-padding-y-md: .6rem;
@btn-padding-x-md: 1.2rem;

@btn-font-size-lg: 1rem;
@btn-border-radius-lg: 4px;
@btn-padding-y-lg: 1.25rem;
@btn-padding-x-lg: 2rem;

.btn when (@isGhostButtonBorder) {
    border-width: 2px;
}

.video-wrapper {
    overflow: hidden;
}

// .btn when not (@isLargeButtons) {
//     padding: 0.75rem 1.5rem !important;
// }

// .btn when (@isLargeButtons) {
//     @media (max-width: 767px) {
//         padding: 0.75rem 1.5rem !important;
//     }
// }


// BACKGROUND

body {
    background-color: @backgroundColor;
}

// fix for builder
& when not (@isPublish) {
    .is-builder .template {
        background-color: @backgroundColor;
    }
}

// FONTS

body {
    font-family: @mainFont;
}

.display-1 {
    font-family: @display1Font;
    font-size: @display1Size *1rem;
    line-height: 1;

    >.mbr-iconfont {
        font-size: @display1Size *1.25rem;
    }
}

.display-2 {
    font-family: @display2Font;
    font-size: @display2Size *1rem;
    line-height: 1.15;

    >.mbr-iconfont {
        font-size: @display2Size *1.25rem;
    }
}

.display-4 {
    font-family: @display4Font;
    font-size: @display4Size *1rem;
    line-height: 1.4;

    >.mbr-iconfont {
        font-size: @display4Size *1.25rem;
    }
}

.display-5 {
    font-family: @display5Font;
    font-size: @display5Size *1rem;
    line-height: 1.2;

    >.mbr-iconfont {
        font-size: @display5Size *1.25rem;
    }
}

.display-7 {
    font-family: @display7Font;
    font-size: @display7Size *1rem;
    line-height: 1.2;

    >.mbr-iconfont {
        font-size: @display7Size *1.25rem;
    }
}

/* ---- Fluid typography for mobile devices ---- */

/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */


@media (max-width: 992px) {
    .display-1 {
        font-size: @display1Size * 0.8rem;
    }
}

@media (max-width: 768px) {
    .display-1 {
        @display1Size-min: @display1Size - (@display1Size - 1) * 0.65;
        font-size: @display1Size * 0.7rem;
        font-size:~"calc( @{display1Size-min}rem + (@{display1Size} - @{display1Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.1 * (@{display1Size-min}rem + (@{display1Size} - @{display1Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }

    .display-2 {
        @display2Size-min: @display2Size - (@display2Size - 1) * 0.65;
        font-size: @display2Size * 0.8rem;
        font-size:~"calc( @{display2Size-min}rem + (@{display2Size} - @{display2Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.3 * (@{display2Size-min}rem + (@{display2Size} - @{display2Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }

    .display-4 {
        @display4Size-min: @display4Size - (@display4Size - 1) * 0.65;
        font-size: @display4Size * 0.8rem;
        font-size:~"calc( @{display4Size-min}rem + (@{display4Size} - @{display4Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.4 * (@{display4Size-min}rem + (@{display4Size} - @{display4Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }

    .display-5 {
        @display5Size-min: @display5Size - (@display5Size - 1) * 0.65;
        font-size: @display5Size * 0.8rem;
        font-size:~"calc( @{display5Size-min}rem + (@{display5Size} - @{display5Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.4 * (@{display5Size-min}rem + (@{display5Size} - @{display5Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }

    .display-7 {
        @display7Size-min: @display7Size - (@display7Size - 1) * 0.65;
        font-size: @display7Size * 0.8rem;
        font-size:~"calc( @{display7Size-min}rem + (@{display7Size} - @{display7Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.4 * (@{display7Size-min}rem + (@{display7Size} - @{display7Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }
}

/* Buttons */
.button-variant(@background) {
    @color: contrast(@background, darken(@background, 50%), #ffffff, 60%);
    @border: @background;
    @active-color: @color;
    @active-border: @active-background;

    @active-background: if(eq(@background, @color),
        #fafafa,
        lighten(@background, 10%));

    &,
    &:active {
        background-color: @background !important;
        border-color: @border !important;
        color: @color !important;
        box-shadow: none;
    }

    &:hover,
    &:focus,
    &.focus,
    &.active {
        color: inherit;
        background-color: @active-background !important;
        border-color: @active-border !important;
        box-shadow: none;
    }

    &.disabled,
    &:disabled {
        color: @active-color !important;
        background-color: @active-background !important;
        border-color: @active-border !important;
    }
}

.button-outline-variant(@color) {
    @active-color: contrast(@color, darken(@color, 50%), #ffffff, 60%);
    @active-background: @color;
    @new-color: if(eq(@color, @active-color),
        #fafafa,
        darken(@color, 17%));

    &,
    &:active {
        background-color: transparent !important;

        & when (@isGhostButtonBorder) {
            border-color: @color;
        }

        & when not (@isGhostButtonBorder) {
            border-color: transparent;
        }

        color: @color;
    }

    &:hover,
    &:focus,
    &.focus,
    &.active {
        color: @new-color !important;
        background-color: transparent !important;

        & when (@isGhostButtonBorder) {
            border-color: @new-color !important;
        }

        & when not (@isGhostButtonBorder) {
            border-color: transparent !important;
        }

        box-shadow: none !important;
    }

    &.disabled,
    &:disabled {
        color: @active-color !important;
        background-color: @active-background !important;
        border-color: @active-background !important;
    }
}

.plan-variant(@className, @color) {
    &@{className} {

        .mbr-plan-subtitle,
        .mbr-plan-price-desc {
            @max: max(red(@color), green(@color), blue(@color));

            & when (@max > 200) {
                color: lighten(@color, 40%);
            }

            & when (@max > 85) and (@max <=200) {
                color: lighten(@color, 25%);
            }

            & when (@max > 50) and (@max <=85) {
                color: lighten(@color, 45%);
            }

            & when (@max <=50) {
                color: lighten(@color, 70%);
            }
        }
    }
}

.button-size(@btn-padding-y, @btn-padding-x, @btn-font-size, @btn-border-radius) {
    padding: @btn-padding-y @btn-padding-x;
    border-radius: @btn-border-radius;
}

.btn {
    .button-size(@btn-padding-y, @btn-padding-x, @btn-font-size, @btn-border-radius);
    & when not (@isLargeButtons) {
        padding: 0.75rem 1.5rem;
    }
    & when (@isLargeButtons) {
        @media (max-width: 767px) {
            padding: 0.75rem 1.5rem;
        }
    }
}

.btn-sm {
    .button-size(@btn-padding-y-sm, @btn-padding-x-sm, @btn-font-size-sm, @btn-border-radius-sm);
}

.btn-md {
    .button-size(@btn-padding-y-md, @btn-padding-x-md, @btn-font-size-md, @btn-border-radius-md);
}

.btn-lg {
    .button-size(@btn-padding-y-lg, @btn-padding-x-lg, @btn-font-size-lg, @btn-border-radius-lg);
}

.bg-primary {
    background-color: @primaryColor !important;
}

.bg-success {
    background-color: @successColor !important;
}

.bg-info {
    background-color: @infoColor !important;
}

.bg-warning {
    background-color: @warningColor !important;
}

.bg-danger {
    background-color: @dangerColor !important;
}

.btn-primary {
    .button-variant(@primaryColor);
}

.btn-secondary {
    .button-variant(@secondaryColor);
}

.btn-info {
    .button-variant(@infoColor);
}

.btn-success {
    .button-variant(@successColor);
}

.btn-warning {
    .button-variant(@warningColor);
}

.btn-danger {
    .button-variant(@dangerColor);
}

.btn-white {
    .button-variant(#ffffff);
}

.btn-black {
    .button-variant(#232323);
}

.btn-primary-outline {
    .button-outline-variant(@primaryColor);
}

.btn-secondary-outline {
    .button-outline-variant(@secondaryColor);
}

.btn-info-outline {
    .button-outline-variant(@infoColor);
}

.btn-success-outline {
    .button-outline-variant(@successColor);
}

.btn-warning-outline {
    .button-outline-variant(@warningColor);
}

.btn-danger-outline {
    .button-outline-variant(@dangerColor);
}

.btn-black-outline {
    .button-outline-variant(#232323);
}

.btn-white-outline {
    .button-outline-variant(#fafafa);
}

.text-primary {
    color: @primaryColor !important;
}

.text-secondary {
    color: @secondaryColor !important;
}

.text-success {
    color: @successColor !important;
}

.text-info {
    color: @infoColor !important;
}

.text-warning {
    color: @warningColor !important;
}

.text-danger {
    color: @dangerColor !important;
}

.text-white {
    color: #fafafa !important;
}

.text-black {
    color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
    color: darken(@primaryColor, 20%) !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
    color: darken(@secondaryColor, 20%) !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.active {
    color: darken(@successColor, 20%) !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.active {
    color: darken(@infoColor, 20%) !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
    color: darken(@warningColor, 20%) !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
    color: darken(@dangerColor, 20%) !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.active {
    color: darken(#fafafa, 20%) !important;
}

a.text-black:hover,
a.text-black:focus,
a.text-black.active {
    color: darken(#232323, 20%) !important;
}

& when (@underlinedLinks) {
    a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
        transition: 0.2s;
        position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;
    }
}

& when not (@underlinedLinks) {
    a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
        position: relative;
        background-image: transparent;
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0px 1.2em;
        background-position: -10000px 1.2em;

        &:hover {
            transition: background-position 2s ease-in-out;
            background-image: linear-gradient(currentColor 50%, currentColor 50%);
            background-position: 0px 1.2em;
        }
    }
}

.nav-tabs .nav-link {
    &.active {
        color: @primaryColor;
    }

    &:not(.active) {
        color: #232323;
    }
}

.alert-success {
    background-color: #70c770;
}

.alert-info {
    background-color: @infoColor;
}

.alert-warning {
    background-color: @warningColor;
}

.alert-danger {
    background-color: @dangerColor;
}

.mbr-section-btn .btn:not(.btn-form) {
    & when (@isRoundedButtons) {
        border-radius: 100px;
    }
}

.mbr-gallery-filter li a when(@isRoundedButtons) {
    border-radius: 100px !important;
}

.mbr-gallery-filter {
    li.active .btn {
        background-color: @primaryColor;
        border-color: @primaryColor;
        color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);

        &:focus {
            box-shadow: none;
        }
    }
}

.nav-tabs .nav-link when(@isRoundedButtons) {
    border-radius: 100px !important;
}

a,
a:hover {
    color: @primaryColor;
}

.mbr-plan-header {
    .plan-variant(~'.bg-primary', @primaryColor);
    .plan-variant(~'.bg-success', @successColor);
    .plan-variant(~'.bg-info', @infoColor);
    .plan-variant(~'.bg-warning', @warningColor);
    .plan-variant(~'.bg-danger', @dangerColor);
}

/* Scroll to top button*/
.scrollToTop_wraper when not(@isScrollToTopButton) {
    display: none;
}

#scrollToTop a when (@isScrollToTopButton) and (@isRoundedButtons) {
    border-radius: 100px;
}

.form-control {
    .display-7;
    font-weight: 400;
    & when(@isRoundedButtons) {
        border-radius: 100px !important;
    }
    &:hover,
    &:focus {
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
        border-color: @primaryColor !important;
    }
}

.form-control:-webkit-input-placeholder {
    .display-7;
    font-weight: 400;
}

blockquote {
    border-color: @primaryColor;
}

/* Forms */
.mbr-form {
    .input-group-btn .btn when(@isRoundedButtons) {
        border-radius: 100px !important;

        &:hover {
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
        }
    }

    .input-group-btn button[type="submit"] when (@isRoundedButtons) {
        border-radius: 100px !important;
        padding: 1rem 3rem;

        &:hover {
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
        }
    }
}

//formstyler
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: @primaryColor;
    color: contrast(@primaryColor, #000000, #ffffff, 60%)
}

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: @primaryColor;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #232323;
    border-bottom-color: #232323;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: @primaryColor;
    border-bottom-color: @primaryColor;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    color: contrast(@primaryColor, #000, #fff, 30%) !important;
    background-color: @primaryColor !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: contrast(@secondaryColor, #000, #fff, 30%) !important;
    background: @secondaryColor !important;
    box-shadow: none !important
}

//lazyload
.lazy-bg {
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    @fillSVG: replace("@{primaryColor}", "#", "%23");
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='@{fillSVG}' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

body {
    overflow-x: hidden;
}

a {
    transition: color 0.6s;
}

.mbr-section-btn, .mbr-section-btn-main {
    .btn {
        padding: 15px 90px;
        border-radius: 8px !important;
        border-width: 1px !important;
        font-weight: 700 !important;

        @media (max-width: 992px) {
            padding: 15px 22px;
        }

        .btn-primary, .btn-secondary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-black, .btn-white {
            border: none !important;
        }

        & when not (@isRoundedButtons) {
            border-radius: 0 !important;
        }

        & when (@isLargeButtons) {
            padding: 22px 90px;

            @media (max-width: 992px) {
                padding: 22px;
            }
        }
    }
}

img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.item-content{

    & when not (@isRoundedImages) {
        border-radius: 0 !important;
    }

    & when (@isRoundedImages) {
        border-radius: 10px !important;
    }
}

.tag-wrap {
    border-radius: 8px;

    & when not (@isRoundedButtons) {
        border-radius: 0 !important;
    }
}

.tag-wrapper {
    border-radius: 30px;

    & when not (@isRoundedButtons) {
        border-radius: 0 !important;
    }
}

.soc-item {
    border-radius: 8px;

    & when not (@isRoundedButtons) {
        border-radius: 0 !important;
    }

    .mbr-iconfont {
        border-radius: 8px;

        & when not (@isRoundedButtons) {
            border-radius: 0 !important;
        }
    }
}

.slide-content .item-wrapper .item-img {
    border-radius: 10px;

    & when not (@isRoundedImages) {
        border-radius: 0 !important;
    }
}

.content-wrapper {
    border-radius: 20px;

    & when not (@isRoundedImages) {
        border-radius: 0 !important;
    }

    img {
        border-radius: 20px !important;

        & when not (@isRoundedImages) {
            border-radius: 0 !important;
        }
    }
}

.google-map iframe {
    border-radius: 20px;

    & when not (@isRoundedImages) {
        border-radius: 0 !important;
    }
}

.card-mini {
    border-radius: 30px !important;

    & when not (@isRoundedImages) {
        border-radius: 0 !important;
    }
}

.title-wrap .item-title {
    border-radius: 15rem;

    & when not (@isRoundedButtons) {
        border-radius: 0 !important;
    }
}

.nav.nav-tabs .nav-link {
    border-radius: 30px !important;

    & when not (@isRoundedButtons) {
        border-radius: 0 !important;
    }
}

.form-control {
    border-radius: 8px !important;

    & when not (@isRoundedButtons) {
        border-radius: 0 !important;
    }
}

@isPublish: true;

.cid-uEQVIfIAFl {
@fullWidth: true;
@showLogo: true;
@logoSize: 2.6;
@showBrand: true;
@showItems: true;
@contentAlign: "2";
@activeItem: #ffffff;
@showIcons: false;
@iconsAmount: "2";
@iconsColor: #ffffff;
@showButtons: true;
@collapsed: false;
@transparent: true;
@sticky: false;
@opacity: 1;
@menuBgColor: #006ba6;
@borderMenu: #ffffff;
@hamburgerColor: #ffffff;
@transparentBg: true;

z-index: 1000;
width: 100%;
position: relative;
.dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .navbar-toggler {
    transform: scale(0.8);
  }
}
.navbar-brand {
  img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px !important;
  }
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  .navbar-caption {
    line-height: inherit !important;
  }
  .navbar-logo a {
    outline: none;
  }
}
.navbar-nav {
  margin: auto;
  margin-left: 0;
  & when (@contentAlign = '2') {
    margin-left: auto;
  }
  & when (@contentAlign = '3') {
    margin-left: auto;
    margin-right: 0;
  }
  .nav-item {
    padding: 0 !important;
    transition: 0.3s all !important;
    .nav-link {
      padding: 16px 28px !important;
      margin: 0 !important;
      border-radius: 1rem !important;
      transition: 0.3s all !important;
      @media (max-width: 1200px) {
        padding: 16px !important;
      }
      &:hover {
        background-color: transparent;
      }
      & when not (@isRoundedButtons) {
        border-radius: 4px !important;
      }
    }
  }
  .open {
    .nav-link {
      &::after {
        transform: rotate(180deg);
      }
    }
  }
  .dropdown-item {
    padding: 12px !important;
    border-radius: 0.5rem !important;
    margin: 0 8px !important;
    transition: 0.3s all !important;
    &:hover {
      background-color: rgba(27, 31, 10, 0.06);
    }
    & when not (@isRoundedButtons) {
      border-radius: 4px !important;
    }
  }
  & when not (@showLogo), (@showBrand) {
    @media (min-width: 992px) {
      padding-left: 1.5rem;
    }
  }
  & when not (@showBrand) {
    @media (min-width: 992px) {
      padding-left: 1.5rem;
    }
  }
}
.nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
  &:hover {
    color: @activeItem !important;
  }
}
.navbar-logo {
  padding-right: 0;
  margin: 0 !important;
  @media (max-width: 767px) {
    padding-left: 1rem;
  }
}
.navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  & when not (@showLogo) {
    @media (min-width: 767px) {
      padding-left: 0;
    }
  }
  font-weight: 700;
  &:hover, &:focus {
    color: @activeItem !important;
  }
  color: #FFFFFF;
}
.nav-dropdown {
  @media (max-width: 767px) {
    padding-bottom: 0.5rem;
  }
}
.nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  @media (max-width: 992px) {
    padding: 16px;
  }
  & when not (@collapsed) {
    @media (min-width: 992px) {
    }
    & when (@transparent) {
      background: rgba(red(@menuBgColor), green(@menuBgColor), blue(@menuBgColor), @opacity) !important;
    }
  }
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: @menuBgColor;
  box-shadow: none;
  position: relative;
  border: 1px solid @borderMenu;
  @media (max-width: 1200px) {
    margin: 1rem 16px 0;
  }
  @media (max-width: 991px) {
    margin: 16px;
  }
  & when not (@isRoundedButtons) {
    border-radius: 0 !important;
  }
}
.iconfont-wrapper {
  color: @iconsColor !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
  &:hover, &:focus {
    opacity: 1;
  }
}
.dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: @menuBgColor;
  & when (@transparent) {
    background: rgba(red(@menuBgColor), green(@menuBgColor), blue(@menuBgColor), @opacity) !important;
  }
  & when not (@isRoundedButtons) {
    border-radius: 4px !important;
  }
}
.nav-item:focus, .nav-link:focus {
  outline: none;
}
.dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  &::after {
    right: 0.5rem;
  }
  .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
    &:before {
      display: inline-block;
      transform: scale(1, 1);
      transition: all 0.25s ease-in-out;
    }
  }
}
.collapsed {
  .dropdown-menu .dropdown-item:before {
    display: none;
  }
  .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  &:not(.navbar-short) {
  }
  &.opened {
    transition: all 0.3s;
  }
  .dropdown-item {
    padding: 0.5rem 1.8rem;
  }
  .navbar-logo img {
    width: auto;
  }
  .navbar-collapse {
    z-index: 1;
    justify-content: flex-end;
    @media (max-width: 992px) {
      position: absolute;
    }
  }
  &.collapsed {
    justify-content: center;
    .nav-item .nav-link::before {
      display: none;
    }
    &.opened {
      .dropdown-menu {
        top: 0;
      }
      @media (min-width: 992px) {
        &:not(.navbar-short) .navbar-collapse when (@showLogo) {
          max-height: ~"calc(98.5vh - @{logoSize}rem)";
        }
      }
    }
    .dropdown-menu {
      .dropdown-submenu {
        left: 0 !important;
      }
      .dropdown-item:after {
        right: auto;
      }
      .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 41%;
      }
    }
    ul.navbar-nav {
      li {
        margin: auto;
      }
    }
    .dropdown-menu .dropdown-item {
      padding: 0.25rem 1.5rem;
      text-align: center;
    }
    .icons-menu {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
  }
  @media (max-width: 767px) {
    .navbar-logo {
      img {
        height: 2rem !important;
      }
    }
    min-height: 72px;
  }
  @media (max-width: 991px) {
    .nav-item .nav-link::before {
      display: none;
    }
    &.opened {
      .dropdown-menu {
        top: 0;
      }
    }
    .dropdown-menu {
      .dropdown-submenu {
        left: 0 !important;
      }
      .dropdown-item:after {
        right: auto;
      }
      .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
      }
    }
    ul.navbar-nav {
      li {
      }
    }
    .dropdown-menu .dropdown-item {
      padding: 0.25rem 1.5rem !important;
      text-align: center;
    }
    .navbar-brand {
      flex-shrink: initial;
      flex-basis: auto;
      word-break: break-word;
      padding-right: 10px;
    }
    .navbar-toggler {
      flex-basis: auto;
    }
    .icons-menu {
      padding-left: 0;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
  }
  &.navbar-short {
    .navbar-logo {
      img {
        height: 2rem;
      }
    }
  }
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
  &[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
  }
}
.navbar.navbar-expand-lg .dropdown {
  .dropdown-menu {
    background: @menuBgColor;
    .dropdown-submenu {
      margin: 0;
      left: 105%;
      transform: none;
      top: -12px;
    }
  }
}
.navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
ul.navbar-nav {
  flex-wrap: wrap;
}
.navbar-buttons {
  text-align: center;
  min-width: 140px;
  @media (max-width: 992px) {
    text-align: left;
  }
}
button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: @hamburgerColor;
    &:nth-child(1) {
      top: 0;
      transition: all 0.2s;
    }
    &:nth-child(2) {
      top: 8px;
      transition: all 0.15s;
    }
    &:nth-child(3) {
      top: 8px;
      transition: all 0.15s;
    }
    &:nth-child(4) {
      top: 16px;
      transition: all 0.2s;
    }
  }
}
nav.opened .hamburger span {
  &:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }
  &:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
  }
  &:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
  }
  &:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }
}
.navbar-dropdown {
  padding: 0 1rem;
}
a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
  @media (max-width: 992px) {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (~'-ms-high-contrast: active'), (~'-ms-high-contrast: none') {
  .navbar {
    height: 70px;
    &.opened {
      height: auto;
    }
  }
  .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% ~"+" 2rem);
    left: -1rem;
  }
}
.navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(~'100% + 20px');
  left: 50%;
  .dropdown-item {
    line-height: 1 !important;
  }
  .dropdown {
    .dropdown-item {
      align-items: center;
      display: flex;
      height: max-content !important;
      min-height: max-content !important;
      &::after {
        display: inline-block;
        position: static;
        margin-left: 0.5rem;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        transition: 0.3s all;
        transform: rotate(-90deg);
      }
    }
  }
  .dropdown.open {
    .dropdown-item {
      &::after {
        transform: rotate(0deg);
      }
    }
  }
}
.mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
  @media (max-width: 1200px) {
    padding-left: 2rem;
  }
  @media (max-width: 992px) {
    padding-left: 0;
  }
  .btn {
    justify-content: center;
    width: auto !important;
    min-width: 180px;
    padding: 12px 24px;
  }
}
.navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
& when (@collapsed) {
  .navbar-brand {
    margin-right: auto;
  }
  .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: @menuBgColor;
    & when (@transparent) {
      border-color: rgba(red(@menuBgColor), green(@menuBgColor), blue(@menuBgColor), @opacity) !important;
      opacity: 1;
      background: rgba(red(@menuBgColor), green(@menuBgColor), blue(@menuBgColor), @opacity) !important;
    }
    @media (max-width: 575px) {
      padding: 1rem;
    }
    & when not (@isRoundedButtons) {
      border-radius: 4px !important;
    }
  }
  .navbar-nav {
    .nav-item {
      .nav-link {
        &::after {
          margin-left: 10px;
        }
      }
    }
    .dropdown-item {
      &:hover {
        background-color: rgba(27, 31, 10, 0.06);
      }
    }
  }
  .navbar .dropdown > .dropdown-menu {
    display: none;
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 0.5rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    .dropdown-item {
      padding: 8px !important;
      line-height: 1 !important;
      margin-bottom: 4px !important;
    }
    .dropdown {
      .dropdown-item {
        align-items: center;
        display: flex;
        height: max-content !important;
        min-height: max-content !important;
        &::after {
          display: inline-block;
          position: static;
          margin-left: 0.5rem;
          margin-top: 0;
          margin-right: 0;
          margin-bottom: 0;
          transition: 0.3s all;
          transform: rotate(0deg);
        }
      }
    }
    .dropdown.open {
      .dropdown-item {
        &::after {
          transform: rotate(180deg);
        }
      }
    }
    .dropdown-submenu {
      position: static;
      width: 100%;
      max-width: 100% !important;
      transform: translateX(0) !important;
      top: 0;
      left: 0;
      padding: 8px !important;
      border-radius: 0.5rem;
      background-color: rgba(27, 31, 10, 0.04) !important;
    }
  }
  .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar .dropdown > .dropdown-submenu.show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    margin-right: auto;
  }
  .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: @menuBgColor;
    & when (@transparent) {
      opacity: 1;
      border-color: rgba(red(@menuBgColor), green(@menuBgColor), blue(@menuBgColor), @opacity) !important;
      background: rgba(red(@menuBgColor), green(@menuBgColor), blue(@menuBgColor), @opacity) !important;
    }
    & when not (@isRoundedButtons) {
      border-radius: 4px !important;
    }
  }
  .navbar-nav {
    .nav-item {
      .nav-link {
        &::after {
          margin-left: 10px;
        }
      }
    }
    .dropdown-item {
      &:hover {
        background-color: rgba(27, 31, 10, 0.06);
      }
    }
  }
  .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
    .dropdown-item {
      padding: 8px !important;
      line-height: 1 !important;
      margin-bottom: 4px !important;
    }
    .dropdown {
      .dropdown-item {
        align-items: center;
        display: flex;
        height: max-content !important;
        min-height: max-content !important;
        &::after {
          display: inline-block;
          position: static;
          margin-left: 0.5rem;
          margin-top: 0;
          margin-right: 0;
          margin-bottom: 0;
          transition: 0.3s all;
          transform: rotate(0deg);
        }
      }
    }
    .dropdown.open {
      .dropdown-item {
        &::after {
          transform: rotate(180deg);
        }
      }
    }
    .dropdown-submenu {
      position: static;
      width: 100%;
      max-width: 100% !important;
      transform: translateX(0) !important;
      top: 0;
      left: 0;
      padding: 8px !important;
      border-radius: 1rem;
      background-color: rgba(27, 31, 10, 0.04) !important;
    }
  }
  .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.navbar-collapse {
  @media (max-width: 575px) {
    padding: 1rem;
  }
}
.navbar-brand, .navbar-toggler, .navbar-collapse {
  position: relative;
  z-index: 1;
}
& when (@menuBgColor = "color") {
  background-color: if(@transparentBg, transparent, @menuBgColor);
}
.nav-link,.dropdown-item {
  color: #FFFFFF;
}
}

.cid-uEQVIfKFbL {
@fullScreen: true;
@fullWidth: false;
@paddingTop: 8;
@paddingBottom: 6;
@showTitle: true;
@title: #ffffff;
@showText: true;
@showButtons: true;
@uname__16: "https://r.mobirisesite.com/1275764/assets/images/g5cc0a3ca81aec0b45ac7072e9829-h_m838hby8.png";
@uname__17: true;
@uname__18: #1b1000;
@bg-value: "https://r.mobirisesite.com/1275764/assets/images/g5cc0a3ca81aec0b45ac7072e9829-h_m838hby8.png";
@bg-type: "image";
@bg-color-value: #1b1000;
@bg-parallax: true;
@transparentBg: true;
@fallBackImage: "https://e.mobirise.com/tradem5/components/header02/../_images/background6.jpg";
@overlay: true;
@overlayColor: #1b1000;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
& when (@bg-type = "color") {
  background-color: if(@transparentBg, transparent, @bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  .image-wrapper {
    margin-bottom: 32px;
    img {
      height: 530px;
      object-fit: cover;
      @media (max-width: 992px) {
        height: 350px;
      }
    }
  }
  .mbr-section-title {
    margin-bottom: 32px;
    span {
      color: @title;
    }
  }
  .text-wrapper {
    .mbr-text {
      display: inline-block;
      width: 60%;
      margin-bottom: 32px;
      @media (max-width: 992px) {
        margin-bottom: 16px;
        width: 100%;
      }
    }
  }
}
.mbr-section-title {
  color: #ffffff;
}
.mbr-text, .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.mbr-section-title, .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
}

.cid-uEQVIfK9Jh {
@paddingTop: 6;
@paddingBottom: 5;
@showTitle: true;
@spacing: true;
@movingLeft: false;
@borderTop: #bbbbbb;
@border: #006ba6;
@uname__11: "https://e.mobirise.com/tradem5/components/gallery07/../_images/background1.jpg";
@uname__12: false;
@uname__13: #ffaa00;
@bg-value: #ffaa00;
@bg-type: "color";
@bg-color-value: #ffaa00;
@bg-parallax: false;
@overlay: false;
@overlayColor: #edefeb;
@overlayOpacity: 0.6;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = "color") {
  background-color: @bg-value;
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
.item:focus, span:focus {
  outline: none;
}
.item {
  cursor: pointer;
}
& when not (@spacing) {
  .grid-container {
    grid-row-gap: 0;
  }
  .grid-container-1, .grid-container-2, .grid-container-3 {
    gap: 0;
  }
}
& when (@spacing) {
  .grid-container {
    grid-row-gap: 14px;
    @media (max-width: 767px) {
      grid-row-gap: 14px;
    }
  }
  .grid-container-1, .grid-container-2, .grid-container-3 {
    gap: 0 14px;
    @media (max-width: 767px) {
      gap: 0 14px;
    }
  }
}
.mbr-section-title {
  margin-bottom: 48px;
  @media (max-width: 992px) {
    margin-bottom: 32px;
  }
  color: #ffffff;
  text-align: center;
}
.content-head {
  max-width: 800px;
}
.container, .container-fluid {
  overflow: hidden;
}
.grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.grid-item {
  padding: 2px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-item img {
  @media (max-width: 1200px) {
    height: 350px;
  }
  @media (max-width: 767px) {
    min-width: 35vw;
    height: 160px;
  }
  min-width: 30vw;
  max-width: 100%;
  height: 530px;
  object-fit: cover;
  border: 1px solid @border;
  box-shadow: 0px -1px 1px @borderTop;
}
.grid-container-1, .grid-container-2, .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.grid-container-1 {
  align-items: flex-end;
}
.grid-container-2 {
  align-items: flex-start;
}
}

.cid-uEQVIfMmZ3 {
@paddingTop: 2;
@paddingBottom: 1;
@linesTitle: "title1";
@speed: 0.03;
@direction: "-1";
@contentColor: #ffffff;
@uname__10: "https://e.mobirise.com/tradem5/components/gallery10/../_images/background1.jpg";
@uname__11: false;
@uname__12: #006ba6;
@bg-value: #006ba6;
@bg-type: "color";
@bg-color-value: #006ba6;
@bg-parallax: false;
@overlay: true;
@overlayColor: #f7f7f7;
@overlayOpacity: 0.7;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
@min-height: 90px;
@min-height-small: (@min-height / 2);
& when (@bg-type = "color") {
  background-color: @bg-value;
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
.item:focus, span:focus {
  outline: none;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.loop-container {
  padding: 10px 0;
}
.item {
  color: @contentColor;
  min-height: @min-height;
  @media (max-width: 768px) {
    min-height: @min-height-small;
  }
}
}

.cid-uEQVIfMN5g {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@title: #ffffff;
@showText: true;
@showNumber: true;
@showCardTitle: true;
@showCardText: true;
@border: #006ba6;
@borderTop: #bbbbbb;
@borderMiddle: #ffffff;
@card: #006ba6;
@showTransparent: false;
@uname__14: "https://e.mobirise.com/tradem5/components/features01/../_images/background1.jpg";
@uname__15: true;
@uname__16: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/features01/../_images/background2.jpg";
@overlay: true;
@overlayColor: #1b1000;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.title-wrapper {
  margin-bottom: 100px;
  @media (max-width: 992px) {
    margin-bottom: 32px;
  }
  .mbr-section-title {
    margin-bottom: 16px;
    span {
      color: @title;
    }
  }
  .mbr-text {
    margin-bottom: 0;
  }
}
.items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.item {
  padding: 0 7px;
  margin-bottom: 14px;
  @media (max-width: 992px) {
    padding: 0 14px;
  }
  .item-wrapper {
    .item-img {
      position: relative;
      border: 1px solid @border;
      box-shadow: 0px -1px 1px @borderTop;
      overflow: hidden;
      background-color: @card;
      & when (@showTransparent) {
        background-color: transparent;
        &::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: @card;
          opacity: 0.5;
        }
      }
      .image-wrap {
        position: relative;
        z-index: 1;
        img {
          height: 220px;
          width: 100%;
          object-fit: cover;
          border-radius: 0 !important;
        }
      }
      .item-number {
        position: relative;
        z-index: 1;
        padding: 24px;
        margin-bottom: 0;
        @media (max-width: 992px) {
          padding: 14px;
        }
      }
    }
    .border-wrap {
      border-top: 2px dashed @borderMiddle;
      margin: 0 10px;
    }
    .item-content {
      overflow: hidden;
      position: relative;
      border: 1px solid @border;
      padding: 24px;
      background-color: @card;
      @media (max-width: 992px) {
        padding: 14px;
      }
      & when (@showTransparent) {
        background-color: transparent;
        &::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: @card;
          opacity: 0.5;
        }
      }
      .item-title {
        position: relative;
        z-index: 1;
        margin-bottom: 16px;
      }
      .item-text {
        position: relative;
        z-index: 1;
        margin-bottom: 0;
      }
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.item-number {
  color: #FFFFFF;
}
.item-title {
  color: #FFFFFF;
}
.item-text {
  color: #FFFFFF;
}
}

.cid-uEQVIfNlPt {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 6;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@title: #ffffff;
@bootstrapTabs: "6";
@tabs: #ffc34b;
@active: #006ba6;
@showCardTitle: true;
@showText: true;
@border: #ffffff;
@card: #1b1000;
@uname__15: "https://e.mobirise.com/tradem5/components/tabs01/../_images/background1.jpg";
@uname__16: false;
@uname__17: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/tabs01/../_images/background1.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.5;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.items-wrap {
  justify-content: space-between;
  align-items: center;
}
.content-wrapper {
  @media (max-width: 992px) {
    margin-bottom: 46px;
  }
  .mbr-section-title {
    margin-bottom: 32px;
    span {
      color: @title;
    }
  }
  .tabs-wrapper {
    border-bottom: none;
    .nav.nav-tabs {
      border: none;
      padding: 0;
      border-radius: 0 !important;
      background-color: transparent;
      display: flex;
      flex-wrap: wrap;
      .nav-item {
        padding: 0;
        border: none;
        display: block;
        margin: 5px;
        .nav-link {
          color: @tabs;
          padding: 8px 14px;
          border: 1px solid @tabs;
          transition: all 0.3s ease-in-out;
        }
        .nav-link.active {
          background-color: @active;
        }
      }
    }
  }
}
.tab-content {
  .tab-pane {
    .item-content {
      border: 1px solid @border;
      background-color: @card;
      overflow: hidden;
      display: flex;
      @media (max-width: 992px) {
        display: block;
      }
      .text-wrapper {
        width: 50%;
        padding: 24px;
        @media (max-width: 992px) {
          width: 100%;
          padding: 14px;
        }
        .item-title {
          margin-bottom: 16px;
        }
        .text-wrap {
          .item-text {
            margin-bottom: 0;
          }
        }
      }
      .image-wrap {
        width: 50%;
        @media (max-width: 992px) {
          width: 100%;
        }
        img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          border-radius: 0 !important;
          @media (max-width: 992px) {
            height: 300px;
          }
        }
      }
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
}
.item-title {
  color: #FFFFFF;
}
.item-text {
  color: #FFFFFF;
}
}

.cid-uEQVIfOo1Q {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@title: #ffffff;
@showText: true;
@showButtons: true;
@uname__13: "https://e.mobirise.com/tradem5/components/article02/../_images/background1.jpg";
@uname__14: false;
@uname__15: #ffaa00;
@bg-value: #ffaa00;
@bg-type: "color";
@bg-color-value: #ffaa00;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/article02/../_images/background1.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.items-wrap {
  justify-content: space-between;
  .card {
    justify-content: center;
  }
}
.content-wrapper {
  @media (max-width: 992px) {
    margin-bottom: 32px;
  }
  .mbr-section-title {
    margin-bottom: 32px;
    span {
      color: @title;
    }
  }
  .text-wrapper {
    .mbr-text {
      display: inline-block;
      width: 80%;
      margin-bottom: 32px;
      @media (max-width: 992px) {
        margin-bottom: 16px;
        width: 100%;
      }
    }
  }
}
.image-wrapper {
  margin-bottom: 32px;
  img {
    height: 530px;
    object-fit: cover;
    @media (max-width: 992px) {
      height: 350px;
    }
  }
}
.mbr-section-title {
  color: #ffffff;
}
.mbr-text, .text-wrapper {
  color: #FFFFFF;
}
.mbr-section-title, .mbr-section-btn {
  color: #FFFFFF;
}
}

.cid-uEQVIfOV6q {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@title: #ffffff;
@showCardTitle: true;
@showCardText: true;
@border: #ffffff;
@card: #006ba6;
@uname__14: "https://e.mobirise.com/tradem5/components/features02/../_images/background1.jpg";
@uname__15: true;
@uname__16: #1b1000;
@bg-value: "https://e.mobirise.com/tradem5/components/features02/../_images/background1.jpg";
@bg-type: "image";
@bg-color-value: #1b1000;
@bg-parallax: true;
@fallBackImage: "https://e.mobirise.com/tradem5/components/features02/../_images/background3.jpg";
@overlay: true;
@overlayColor: #1b1000;
@overlayOpacity: 0.5;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.items-wrap {
  justify-content: space-between;
  align-items: center;
}
.title-wrapper {
  @media (max-width: 992px) {
    margin-bottom: 32px;
  }
  .mbr-section-title {
    margin-bottom: 0;
    span {
      color: @title;
    }
  }
}
.item {
  margin-bottom: 12px;
  @media (max-width: 992px) {
    margin-bottom: 14px;
  }
  .item-wrapper {
    border: 1px solid @border;
    overflow: hidden;
    background-color: @card;
    display: flex;
    @media (max-width: 992px) {
      display: block;
    }
    .item-content {
      padding: 24px;
      width: 60%;
      @media (max-width: 992px) {
        padding: 14px;
        width: 100%;
      }
      .item-title {
        margin-bottom: 16px;
      }
      .item-text {
        margin-bottom: 0;
      }
    }
    .item-img {
      width: 40%;
      @media (max-width: 992px) {
        width: 100%;
      }
      img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 0 !important;
        @media (max-width: 992px) {
          height: 200px;
        }
      }
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
}
.item-title {
  color: #FFFFFF;
}
.item-text {
  color: #FFFFFF;
}
}

.cid-uEQVIfPufM {
@fullScreen: true;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@uname__14: "https://r.mobirisesite.com/1275764/assets/images/photo-1588186939549-c087e0796-h_m8395lri.jpg";
@uname__15: true;
@uname__16: #006ba6;
@bg-value: "https://r.mobirisesite.com/1275764/assets/images/photo-1588186939549-c087e0796-h_m8395lri.jpg";
@bg-type: "image";
@bg-color-value: #006ba6;
@bg-parallax: true;
@fallBackImage: "https://e.mobirise.com/tradem5/components/header02/../_images/background6.jpg";
@overlay: false;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
}

.cid-uEQVIfPEPU {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showCardTitle: true;
@showCardText: true;
@border: #006ba6;
@card: #1b1000;
@showGradient: false;
@gradient: #7541e5;
@uname__14: "https://e.mobirise.com/tradem5/components/features08/../_images/background1.jpg";
@uname__15: true;
@uname__16: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/features08/../_images/background3.jpg";
@overlay: true;
@overlayColor: #1b1000;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.item {
  padding: 0 7px;
  margin-bottom: 14px;
  @media (max-width: 992px) {
    padding: 0 14px;
  }
  .item-wrapper {
    position: relative;
    border: 1px solid @border;
    display: flex;
    overflow: hidden;
    background-color: @card;
    @media (max-width: 992px) {
      display: block;
    }
    & when (@showGradient) {
      background-color: transparent;
      &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, @gradient, @card 30%);
        opacity: 0.5;
      }
    }
    .item-content {
      position: relative;
      z-index: 1;
      padding: 24px;
      width: 50%;
      @media (max-width: 992px) {
        padding: 14px;
        width: 100%;
      }
      .item-title {
        margin-bottom: 16px;
      }
      .item-text {
        margin-bottom: 0;
      }
    }
    .item-img {
      position: relative;
      z-index: 1;
      width: 50%;
      @media (max-width: 992px) {
        width: 100%;
      }
      img {
        min-height: 320px;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 0 !important;
        @media (max-width: 992px) {
          height: 200px;
          min-height: auto;
        }
      }
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.item-title {
  color: #FFFFFF;
}
.item-text {
  color: #FFFFFF;
}
}

.cid-uEQVIfPxy6 {
@fullScreen: true;
@fullWidth: false;
@paddingTop: 12;
@paddingBottom: 5;
@uname__14: "https://e.mobirise.com/tradem5/components/header01/../_images/background1.jpg";
@uname__15: false;
@uname__16: #080813;
@bg-value: "";
@bg-type: "video";
@bg-color-value: #080813;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/header01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
}

.cid-uEQVIfPsf0 {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 7;
@showTitle: true;
@title: #ffffff;
@showIcon: true;
@icon: #ffffff;
@iconBg: #006ba6;
@showCardTitle: true;
@showTags: true;
@tagsBorder: #ffffff;
@border: #006ba6;
@card: #1b1000;
@showGradient: false;
@gradient_1: #aef800;
@gradient_2: #323046;
@gradient_3: #7541e5;
@uname__20: "https://e.mobirise.com/tradem5/components/features07/../_images/background1.jpg";
@uname__21: false;
@uname__22: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/features07/../_images/background1.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.5;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
    span {
      color: @title;
    }
  }
}
.items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.item {
  padding: 0 7px;
  margin-bottom: 14px;
  @media (max-width: 992px) {
    padding: 0 14px;
  }
  .item-wrapper {
    position: relative;
    border: 1px solid @border;
    background-color: @card;
    padding: 24px;
    overflow: hidden;
    @media (max-width: 992px) {
      padding: 14px;
    }
    & when (@showGradient) {
      &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
      }
    }
    .card-box {
      position: relative;
      z-index: 1;
      .icon-wrapper {
        margin-bottom: 32px;
        @media (max-width: 992px) {
          margin-bottom: 16px;
        }
        .icon-wrap {
          width: 120px;
          height: 120px;
          border-radius: 100%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          .mbr-iconfont {
            font-size: 56px;
            color: @icon;
            & when (@showGradient) {
              background: linear-gradient(@icon 80%, transparent);
              -webkit-background-clip: text !important;
              -webkit-text-fill-color: transparent;
            }
          }
        }
      }
      .item-title {
        position: relative;
        z-index: 1;
        margin-bottom: 32px;
        @media (max-width: 992px) {
          margin-bottom: 16px;
        }
      }
      .tags-wrapper {
        .list {
          display: inline-flex;
          justify-content: center;
          flex-wrap: wrap;
          padding: 0;
          margin: 0;
          list-style-type: none;
          .tag-wrapper {
            padding: 8px 14px;
            margin: 5px;
            border: 1px solid @tagsBorder;
          }
        }
      }
    }
  }
  & when (@showGradient) {
    .card_1 {
      &::before {
        background: linear-gradient(45deg, @gradient_1, @card 50%);
      }
    }
    .card_2 {
      &::before {
        background: linear-gradient(45deg, lighten(@gradient_2, 20%), @card 50%);
      }
    }
    .card_3 {
      &::before {
        background: linear-gradient(45deg, @gradient_3, @card 50%);
      }
    }
  }
  .card_1 {
    .card-box .icon-wrapper .icon-wrap {
      background-color: @gradient_1;
    }
  }
  .card_2 {
    .card-box .icon-wrapper .icon-wrap {
      background-color: lighten(@gradient_2, 20%);
    }
  }
  .card_3 {
    .card-box .icon-wrapper .icon-wrap {
      background-color: @gradient_3;
    }
  }
}
& when not (@showGradient) {
  .item-wrapper {
    .card-box .icon-wrapper .icon-wrap {
      background-color: @iconBg !important;
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.item-title {
  color: #ffffff;
}
.list {
  color: #ffffff;
  text-align: center;
}
.item-title, .tags-wrapper, .icon-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.list, .item-wrap {
  color: #FFFFFF;
}
}

.cid-uEQVIfQMI7 {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showButtons: true;
@border: #006ba6;
@container: #ffaa00;
@showGradient: false;
@gradient: #7541e5;
@showCardTitle: true;
@showText: true;
@borderTop: #ffffff;
@card: #1b1000;
@uname__14: "https://e.mobirise.com/tradem5/components/features04/../_images/background2.jpg";
@uname__15: false;
@uname__16: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/features04/../_images/background2.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid @border;
  background-color: @container;
  @media (max-width: 992px) {
    padding: 24px 14px;
  }
  & when (@showGradient) {
    background-color: transparent;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, @gradient, darken(@container, 50%));
      opacity: 0.3;
    }
  }
  .mbr-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
  .items-wrap {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin: 0 -7px;
    .item {
      padding: 0 7px;
      margin-bottom: 14px;
      .item-img {
        position: relative;
        border: 1px solid @border;
        box-shadow: 0px -1px 1px @borderTop;
        overflow: hidden;
        background-color: @card;
        & when (@showGradient) {
          background-color: transparent;
          &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: @card;
            opacity: 0.5;
          }
        }
        .item-title {
          position: relative;
          z-index: 1;
          padding: 24px;
          margin-bottom: 0;
          @media (max-width: 992px) {
            padding: 14px;
          }
        }
        .image-wrap {
          position: relative;
          z-index: 1;
          img {
            height: 350px;
            width: 100%;
            object-fit: cover;
            border-radius: 0 !important;
          }
        }
      }
      .item-content {
        position: relative;
        padding: 24px;
        overflow: hidden;
        border: 1px solid @border;
        background-color: @card;
        @media (max-width: 992px) {
          padding: 14px;
        }
        & when (@showGradient) {
          background-color: transparent;
          &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: @card;
            opacity: 0.5;
          }
        }
        .item-price {
          position: relative;
          z-index: 1;
          margin-bottom: 16px;
        }
        .item-text {
          position: relative;
          z-index: 1;
          margin-bottom: 16px;
        }
        .mbr-section-btn {
          .btn {
            margin-bottom: 0;
          }
        }
      }
    }
  }
}
.btn-wrapper {
  margin-top: -6%;
}
.mbr-section-title {
  color: #ffffff;
}
.item-title {
  color: #ffffff;
}
.item-text {
  color: #FFFFFF;
  text-align: center;
}
.item-price {
  color: #FFFFFF;
  text-align: center;
}
.item-title, .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.mbr-section-title, .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
}

.cid-uEQVIfRHXj {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showButtons: true;
@border: #006ba6;
@container: #ffc34b;
@showGradient: false;
@gradient: #7541e5;
@showCardTitle: true;
@showList: true;
@marker: #006ba6;
@borderTop: #ffffff;
@card: #1b1000;
@uname__15: "https://e.mobirise.com/tradem5/components/features04/../_images/background2.jpg";
@uname__16: false;
@uname__17: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/features04/../_images/background2.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid @border;
  background-color: @container;
  @media (max-width: 992px) {
    padding: 24px 14px;
  }
  & when (@showGradient) {
    background-color: transparent;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, @gradient, darken(@container, 50%));
      opacity: 0.3;
    }
  }
  .mbr-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
  .items-wrap {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin: 0 -7px;
    .item {
      padding: 0 7px;
      margin-bottom: 14px;
      .item-img {
        position: relative;
        border: 1px solid @border;
        box-shadow: 0px -1px 1px @borderTop;
        overflow: hidden;
        background-color: @card;
        & when (@showGradient) {
          background-color: transparent;
          &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: @card;
            opacity: 0.5;
          }
        }
        .item-title {
          position: relative;
          z-index: 1;
          padding: 24px;
          margin-bottom: 0;
          @media (max-width: 992px) {
            padding: 14px;
          }
        }
        .image-wrap {
          position: relative;
          z-index: 1;
          img {
            height: 220px;
            width: 100%;
            object-fit: cover;
            border-radius: 0 !important;
          }
        }
      }
      .item-content {
        position: relative;
        padding: 24px;
        overflow: hidden;
        border: 1px solid @border;
        background-color: @card;
        @media (max-width: 992px) {
          padding: 14px;
        }
        & when (@showGradient) {
          background-color: transparent;
          &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: @card;
            opacity: 0.5;
          }
        }
        .list {
          position: relative;
          z-index: 1;
          margin: 0;
          padding: 0;
          list-style-type: none;
          .item-wrap {
            padding-left: 24px;
            position: relative;
            margin-bottom: 16px;
            &:last-child {
              margin-bottom: 0;
            }
            &::before {
              content: '';
              position: absolute;
              top: 8px;
              left: 0;
              width: 12px;
              height: 12px;
              border-radius: 100%;
              background: @marker;
              & when (@showGradient) {
                background: linear-gradient(-125deg, @marker 30%, darken(@marker, 50%));
              }
            }
          }
        }
      }
    }
  }
  .mbr-section-btn {
    position: relative;
    z-index: 1;
    margin-top: 64px;
    @media (max-width: 992px) {
      margin-top: 14px;
    }
  }
}
.btn-wrapper {
  margin-top: -6%;
}
.mbr-section-title {
  color: #ffffff;
}
.item-title {
  color: #FFFFFF;
}
.list {
  color: #bbbbbb;
}
.mbr-section-title, .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.list, .item-wrap {
  color: #FFFFFF;
}
}

.cid-uEQVIfRyO3 {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 7;
@showTitle: true;
@showCardTitle: true;
@titleBg: #5e95df;
@showPrice: true;
@showButtons: true;
@showList: true;
@marker: #ffb41e;
@border: #ffffff;
@showTransparent: true;
@borderTop: #ffffff;
@card: #1b1000;
@showGradient: false;
@gradient_1: #bcfe1e;
@gradient_2: #7541e5;
@gradient_3: #323046;
@uname__19: "https://e.mobirise.com/tradem5/components/pricing01/../_images/background1.jpg";
@uname__20: false;
@uname__21: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/pricing01/../_images/background1.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.5;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
    & when (@showTitle) {
      @media (max-width: 992px) {
        margin-bottom: 64px;
      }
    }
  }
}
.items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.item {
  padding: 0 7px;
  margin-bottom: 14px;
  & when (@showTitle) {
    margin-bottom: 44px;
    @media (max-width: 992px) {
      margin-bottom: 14px;
    }
  }
  @media (max-width: 992px) {
    padding: 0 14px;
  }
  .item-wrapper {
    .item-content {
      position: relative;
      border: 1px solid @border;
      box-shadow: 0px -1px 1px @borderTop;
      border-bottom: none;
      background-color: @card;
      padding: 24px 24px 32px 24px;
      @media (max-width: 992px) {
        padding: 24px 14px;
      }
      & when (@showGradient) {
        &::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0.5;
          border-radius: 10px;
        }
      }
      .title-wrap {
        position: relative;
        z-index: 1;
        margin-top: -3.4rem;
        @media (max-width: 992px) {
          margin-top: 0;
        }
        .item-title {
          display: inline-flex;
          padding: 14px 32px;
          position: relative;
          z-index: 1;
          margin-bottom: 32px;
          background-color: @titleBg;
          @media (max-width: 992px) {
            margin-bottom: 16px;
            padding: 14px;
          }
        }
      }
      .item-price {
        position: relative;
        z-index: 1;
        margin-bottom: 22px;
        @media (max-width: 992px) {
          margin-bottom: 16px;
        }
      }
      .mbr-section-btn {
        position: relative;
        z-index: 1;
        .btn {
          padding: 15px 22px ;
        }
      }
    }
    .list-wrapper {
      .list {
        padding: 0;
        margin: 0;
        list-style-type: none;
        .tag-wrap {
          padding: 14px 20px 14px 60px;
          border: 1px solid @border;
          position: relative;
          z-index: 1;
          margin-bottom: 2px;
          background-color: @card;
          & when (@showGradient) {
            background-color: darken(@card, 5%);
          }
          &::after {
            content: '';
            position: absolute;
            top: 15px;
            left: 24px;
            width: 25px;
            height: 25px;
            border-radius: 100%;
            background: @marker;
            @media (max-width: 992px) {
              display: none;
            }
            & when (@showGradient) {
              background: linear-gradient(-125deg, @marker 30%, darken(@marker, 50%));
            }
          }
          @media (max-width: 992px) {
            padding: 14px;
          }
        }
      }
    }
  }
  & when (@showGradient) {
    .card_1 .item-content {
      &::before {
        background: linear-gradient(45deg, @gradient_1, @card 50%);
      }
    }
    .card_2 .item-content {
      &::before {
        background: linear-gradient(45deg, @gradient_2, @card 50%);
      }
    }
    .card_3 .item-content {
      &::before {
        background: linear-gradient(45deg, lighten(@gradient_3, 20%), @card 50%);
      }
    }
  }
}
.btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.item-title {
  color: #080813;
}
.list {
  color: #ffffff;
}
.item-price {
  color: #FFFFFF;
  text-align: center;
}
.item-title, .title-wrap, .mbr-section-btn {
  text-align: center;
}
.item-title, .mbr-section-btn, .title-wrap {
  color: #000000;
}
.list, .item-wrap {
  color: #FFFFFF;
}
}

.cid-uEQVIfSkhn {
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: false;
@autoplay: true;
@interval: 3;
@loop: true;
@draggable: true;
@arrows: false;
@arrowsMobile: true;
@arrowsColor: #bcfe1e;
@gap: 5;
@card: #006ba6;
@uname__15: "https://e.mobirise.com/tradem5/components/slider01/../_images/background3.jpg";
@uname__16: false;
@uname__17: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@overlay: true;
@overlayColor: #ffffff;
@overlayOpacity: 0.1;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = "color") {
  background-color: @bg-value;
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
overflow: hidden;
.mbr-section-title {
  margin-bottom: 32px;
  opacity: 0.5;
  @media (max-width: 992px) {
    margin-bottom: 16px;
  }
  color: #ffffff;
}
.embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
  @media (max-width: 767px) {
    min-width: 100%;
    max-width: 100%;
  }
  .slide-content {
    width: 100%;
    .item-wrapper {
      .item-img {
        background-color: @card;
        img {
          height: 120px;
          object-fit: cover;
        }
      }
    }
  }
}
.embla__button--next, .embla__button--prev {
  display: flex;
}
.embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: @arrowsColor !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  & when not (@arrows) {
    display: none;
  }
  & when not (@arrowsMobile) {
    @media (max-width: 768px) {
      display: none;
    }
  }
  &:hover {
    opacity: 0.5 !important;
  }
  &.embla__button--prev {
    right: 48px;
  }
  &.embla__button--next {
    right: 0;
  }
}
.embla {
  position: relative;
  width: 100%;
  & when (@arrows) {
    padding-bottom: 4rem;
  }
}
.embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.embla__viewport.is-draggable {
  cursor: grab;
}
.embla__viewport.is-dragging {
  cursor: grabbing;
}
.embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
}

.cid-uEQVIfTutH {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showBorder: true;
@border: #006ba6;
@uname__13: "https://e.mobirise.com/tradem5/components/video01/../_images/background1.jpg";
@uname__14: false;
@uname__15: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/video01/../_images/background1.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  & when (@showBorder) {
    padding: 46px 24px;
    border: 1px solid @border;
    @media (max-width: 992px) {
      padding: 24px 14px 14px;
    }
  }
  .mbr-section-title {
    margin-bottom: 46px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
}

.cid-uEQVIfTPys {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@title: #ffffff;
@showText: true;
@showButtons: true;
@showBorder: false;
@border_1: #bcfe1e;
@border_2: #292739;
@uname__15: "https://e.mobirise.com/tradem5/components/article01/../_images/background1.jpg";
@uname__16: false;
@uname__17: #006ba6;
@bg-value: #006ba6;
@bg-type: "color";
@bg-color-value: #006ba6;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/article01/../_images/background1.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  .mbr-section-title {
    margin-bottom: 32px;
    span {
      color: @title;
    }
  }
  .text-wrapper {
    .mbr-text {
      display: inline-block;
      width: 60%;
      margin-bottom: 22px;
      @media (max-width: 992px) {
        width: 100%;
        margin-bottom: 16px;
      }
    }
  }
}
.border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, @border_2, @border_1, @border_2);
  @media (max-width: 992px) {
    margin-top: 32px;
  }
}
.mbr-section-title {
  color: #ffffff;
}
.mbr-text, .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.mbr-section-title, .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
}

.cid-uEQVIfTffe {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@border: #006ba6;
@container: #1b1000;
@showGradient: false;
@gradient: #bcfe1e;
@cardAmount: "6";
@icon: #000000;
@iconBg: #5e95df;
@uname__14: "https://e.mobirise.com/tradem5/components/list01/../_images/background2.jpg";
@uname__15: false;
@uname__16: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/list01/../_images/background2.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid @border;
  background-color: @container;
  @media (max-width: 992px) {
    padding: 24px 14px 0 14px;
  }
  & when (@showGradient) {
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, @gradient, @container 50%);
      opacity: 0.5;
    }
  }
  .mbr-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
  .panel-group {
    .card {
      position: relative;
      padding: 24px;
      background-color: transparent;
      border: 1px solid @border;
      margin-bottom: 16px;
      @media (max-width: 992px) {
        padding: 14px;
      }
      .card-header {
        background-color: transparent;
        border: none;
        padding: 0;
        .panel-title {
          display: flex;
          align-items: center;
          justify-content: space-between;
          .panel-title-edit {
            margin-bottom: 0;
          }
          .icon-wrapper {
            width: 50px;
            height: 50px;
            min-width: 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-left: 10px;
            transition: all 0.3s ease-in-out;
            background-color: @iconBg;
            border-radius: 100%;
            .mbr-iconfont {
              transition: all 0.3s ease-in-out;
              font-size: 26px;
              color: @icon;
            }
          }
          &:not(.collapsed) {
            .icon-wrapper {
              transform: rotate(-45deg);
            }
          }
        }
      }
      .panel-collapse {
        .panel-body {
          margin-top: 24px;
          @media (max-width: 992px) {
            margin-top: 14px;
          }
          .panel-text {
            display: inline-block;
            width: 80%;
            margin-bottom: 0;
            @media (max-width: 992px) {
              width: 100%;
            }
          }
        }
      }
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.panel-title-edit {
  color: #ffffff;
}
.panel-text {
  color: #ffffff;
}
.panel-title-edit, .icon-wrapper {
  color: #FFFFFF;
}
.panel-text, .panel-body {
  color: #FFFFFF;
}
}

.cid-uEQVIfUrn9 {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@uname__11: "https://e.mobirise.com/tradem5/components/gallery01/../_images/background1.jpg";
@uname__12: false;
@uname__13: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/gallery01/../_images/background1.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.items-wrap {
  justify-content: center;
  .item {
    margin-bottom: 48px;
    @media (max-width: 992px) {
      margin-bottom: 14px;
    }
    .item-wrapper {
      .item-img {
        img {
          height: 360px;
          width: 100%;
          object-fit: cover;
        }
      }
      .card_1 {
        img {
          transform: rotate(-6deg);
          @media (max-width: 992px) {
            transform: none;
          }
        }
      }
      .card_2 {
        img {
          transform: rotate(6deg);
          @media (max-width: 992px) {
            transform: none;
          }
        }
      }
      .card_3 {
        img {
          transform: rotate(10deg);
          @media (max-width: 992px) {
            transform: none;
          }
        }
      }
    }
  }
}
}

.cid-uEQVIfVBh3 {
@fullWidth: true;
@paddingTop: 6;
@paddingBottom: 5;
@autoplay: true;
@interval: 4;
@loop: true;
@draggable: true;
@arrows: false;
@arrowsMobile: true;
@arrowsColor: #bcfe1e;
@gap: 8;
@showCardText: true;
@showName: true;
@showRole: true;
@border: #ffffff;
@uname__14: "https://e.mobirise.com/tradem5/components/slider02/../_images/background3.jpg";
@uname__15: false;
@uname__16: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@overlay: true;
@overlayColor: #ffffff;
@overlayOpacity: 0.1;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = "color") {
  background-color: @bg-value;
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
overflow: hidden;
.mbr-section-title {
  margin-bottom: 32px;
  opacity: 0.5;
  @media (max-width: 992px) {
    margin-bottom: 16px;
  }
}
.embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  @media (max-width: 767px) {
    min-width: 100%;
    max-width: 100%;
  }
  .slide-content {
    width: 100%;
    .item-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      border: 1px solid @border;
      padding: 24px;
      @media (max-width: 992px) {
        padding: 14px;
      }
      .item-img {
        .image-wrap {
          margin-bottom: 32px;
          @media (max-width: 992px) {
            margin-bottom: 16px;
          }
          img {
            height: 80px;
            width: 80px;
            border-radius: 100% !important;
            display: inline-flex;
            object-fit: cover;
          }
        }
        .item-text {
          position: relative;
          z-index: 1;
          margin-bottom: 32px;
          @media (max-width: 992px) {
            margin-bottom: 16px;
          }
        }
      }
      .item-content {
        position: relative;
        z-index: 1;
        .item-name {
          margin-bottom: 8px;
        }
        .item-role {
          margin-bottom: 0;
        }
      }
    }
  }
}
.embla__button--next, .embla__button--prev {
  display: flex;
}
.embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: @arrowsColor !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  & when not (@arrows) {
    display: none;
  }
  & when not (@arrowsMobile) {
    @media (max-width: 768px) {
      display: none;
    }
  }
  &:hover {
    opacity: 0.5 !important;
  }
  &.embla__button--prev {
    right: 48px;
  }
  &.embla__button--next {
    right: 0;
  }
}
.embla {
  position: relative;
  width: 100%;
  & when (@arrows) {
    padding-bottom: 4rem;
  }
}
.embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.embla__viewport.is-draggable {
  cursor: grab;
}
.embla__viewport.is-dragging {
  cursor: grabbing;
}
.embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.item-menu-overlay {
  opacity: 0 !important;
}
.item-text {
  color: #ffffff;
}
.item-name {
  color: #FFFFFF;
}
.item-role {
  color: #FFFFFF;
}
.item-text, .image-wrap {
  color: #FFFFFF;
}
}

.cid-uEQVIfVWFr {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showBorder: true;
@border: #006ba6;
@uname__13: "https://e.mobirise.com/tradem5/components/image01/../_images/background1.jpg";
@uname__14: false;
@uname__15: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/image01/../_images/background1.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  & when (@showBorder) {
    padding: 24px;
    border: 1px solid @border;
    @media (max-width: 992px) {
      padding: 14px;
    }
  }
  img {
    height: 850px;
    width: 100%;
    object-fit: cover;
    @media (max-width: 1200px) {
      height: 650px;
    }
    @media (max-width: 992px) {
      height: 350px;
    }
    & when (@showBorder) {
      border: 1px solid @border;
    }
  }
}
}

.cid-uEQVIfWsnb {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@title: #ffffff;
@border: #006ba6;
@container: #1b1000;
@showTransparent: false;
@showCardTitle: true;
@titleBg: #006ba6;
@showCardText: true;
@borderRight: #006ba6;
@uname__15: "https://e.mobirise.com/tradem5/components/features09/../_images/background2.jpg";
@uname__16: false;
@uname__17: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/features09/../_images/background2.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid @border;
  background-color: @container;
  @media (max-width: 992px) {
    padding: 24px 14px 0 14px;
  }
  & when (@showTransparent) {
    background-color: transparent;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: @container;
      opacity: 0.5;
    }
  }
  .mbr-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
    span {
      color: @title;
    }
  }
  .items-wrap {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin: 0 -7px;
    .item {
      padding: 0 7px;
      margin-bottom: 14px;
      .item-wrapper {
        padding: 14px 24px 24px;
        border: 1px solid @border;
        height: 100%;
        box-shadow: 1px 0 1px @borderRight;
        @media (max-width: 992px) {
          padding: 14px;
        }
        .card-box {
          .title-wrap {
            .item-title {
              padding: 14px 32px;
              background-color: @titleBg;
              margin-bottom: 16px;
              @media (max-width: 992px) {
                padding: 14px;
              }
            }
          }
          .item-text {
            margin-bottom: 0;
          }
        }
      }
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.item-title {
  color: #ffffff;
  text-align: center;
}
.item-text {
  color: #FFFFFF;
  text-align: center;
}
.item-title, .title-wrap {
  color: #FFFFFF;
}
}

.cid-uEQVIfWtOX {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@border: #006ba6;
@container: #1b1000;
@showTransparent: false;
@showNumber: true;
@showCardTitle: false;
@showCardText: true;
@uname__13: "https://e.mobirise.com/tradem5/components/features03/../_images/background2.jpg";
@uname__14: false;
@uname__15: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/features03/../_images/background2.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid @border;
  background-color: @container;
  @media (max-width: 992px) {
    padding: 24px 14px 0 14px;
  }
  & when (@showTransparent) {
    background-color: transparent;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: @container;
      opacity: 0.5;
    }
  }
  .mbr-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
  .items-wrap {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin: 0 -7px;
    .item {
      padding: 0 7px;
      margin-bottom: 14px;
      .item-wrapper {
        padding: 46px 24px;
        border: 1px solid @border;
        height: 100%;
        @media (max-width: 992px) {
          padding: 14px;
        }
        .card-box {
          .item-number {
            margin-bottom: 16px;
          }
          .item-title {
            margin-bottom: 16px;
          }
          .item-text {
            margin-bottom: 0;
          }
        }
      }
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.item-number {
  color: #FFFFFF;
}
.item-title {
  color: #FFFFFF;
}
.item-text {
  color: #FFFFFF;
}
}

.cid-uEQVIfXx8q {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 6;
@paddingBottom: 8;
@showTitle: true;
@showCardTitle: true;
@titleBg: #ffaa00;
@showCardText: true;
@showButtons: true;
@card: #006ba6;
@border: #ffffff;
@showTransparent: true;
@uname__14: "https://e.mobirise.com/tradem5/components/features05/../_images/background2.jpg";
@uname__15: false;
@uname__16: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/features05/../_images/background2.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.items-wrap {
  justify-content: center;
  margin: 0 -7px;
  .item {
    padding: 0 7px;
    margin-bottom: 14px;
    .item-wrapper {
      position: relative;
      border: 1px solid @border;
      height: 100%;
      overflow: hidden;
      background-color: @card;
      & when (@showTransparent) {
        background-color: transparent;
        &::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: @card;
          opacity: 0.5;
        }
      }
      .card-box {
        position: relative;
        z-index: 1;
        .item-title {
          padding: 14px 24px;
          background-color: @titleBg;
          margin-bottom: 0;
          @media (max-width: 992px) {
            padding: 14px;
          }
        }
        .text-wrapper {
          padding: 24px;
          @media (max-width: 992px) {
            padding: 14px;
          }
          .item-text {
            margin-bottom: 16px;
          }
          .mbr-section-btn {
            width: 100%;
            .btn {
              width: 100%;
              margin-bottom: 0;
            }
          }
        }
      }
    }
  }
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.item-number {
  color: #bcfe1e;
}
.item-title {
  color: #FFFFFF;
}
.item-text {
  color: #FFFFFF;
}
}

.cid-uEQVIfXJuT {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 7;
@showTitle: true;
@showText: true;
@text: #ffffff;
@showNumber: true;
@numberBg: #006ba6;
@showCardTitle: true;
@showTags: true;
@tagsBg: #bbbbbb;
@showIcon: false;
@icon: #ffaa00;
@iconBg: #006ba6;
@border: #f7f7f7;
@card: #1b1000;
@showTransparent: false;
@uname__18: "https://e.mobirise.com/tradem5/components/features06/../_images/background1.jpg";
@uname__19: true;
@uname__20: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/features06/../_images/background4.jpg";
@overlay: true;
@overlayColor: #1b1000;
@overlayOpacity: 0.5;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.title-wrapper {
  margin-bottom: 100px;
  @media (max-width: 992px) {
    margin-bottom: 32px;
  }
  .mbr-section-title {
    margin-bottom: 16px;
  }
  .mbr-text {
    margin-bottom: 0;
    span {
      color: @text;
    }
  }
}
.items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.item {
  padding: 0 7px;
  margin-bottom: 14px;
  & when (@showIcon) {
    margin-bottom: 94px;
    @media (max-width: 992px) {
      margin-bottom: 14px;
    }
  }
  @media (max-width: 992px) {
    padding: 0 14px;
  }
  .item-wrapper {
    position: relative;
    border: 1px solid @border;
    background-color: @card;
    padding: 24px;
    @media (max-width: 992px) {
      padding: 24px 14px;
    }
    & when (@showTransparent) {
      background-color: transparent;
      &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: @card;
        opacity: 0.5;
      }
    }
    .card-box {
      position: relative;
      z-index: 1;
      .number-wrapper {
        margin-top: -3rem;
        @media (max-width: 992px) {
          margin-top: 0;
        }
        .item-number {
          width: 50px;
          height: 50px;
          border-radius: 100%;
          background-color: @numberBg;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 16px;
        }
      }
      .item-title {
        position: relative;
        z-index: 1;
        margin-bottom: 16px;
      }
      .tags-wrapper {
        margin-bottom: 16px;
        .list {
          display: inline-flex;
          justify-content: center;
          flex-wrap: wrap;
          padding: 0;
          margin: 0;
          list-style-type: none;
          .tag-wrap {
            padding: 4px 10px;
            background-color: @tagsBg;
            margin: 5px;
          }
        }
      }
      .icon-wrapper {
        margin-bottom: -5rem;
        @media (max-width: 992px) {
          margin-bottom: 0;
        }
        .icon-wrap {
          width: 120px;
          height: 120px;
          border-radius: 100%;
          background-color: @iconBg;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          .mbr-iconfont {
            font-size: 56px;
            color: @icon;
            & when (@showTransparent) {
              background: linear-gradient(@icon 40%, transparent);
              -webkit-background-clip: text !important;
              -webkit-text-fill-color: transparent;
            }
          }
        }
      }
    }
  }
}
.btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.item-number, .number-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.item-title {
  color: #ffffff;
}
.list {
  color: #ffffff;
  text-align: center;
}
.item-title, .tags-wrapper, .icon-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.list, .item-wrap {
  color: #000000;
}
}

.cid-uEQVIfYGZY {
@fullScreen: true;
@fullWidth: true;
@paddingTop: 3;
@paddingBottom: 3;
@reverseContent: false;
@showTitle: true;
@border: #ffffff;
@container: #555555;
@active: #ffaa00;
@showGradient: false;
@gradient: #7541e5;
@uname__15: "https://e.mobirise.com/tradem5/components/form01/../_images/background2.jpg";
@uname__16: false;
@uname__17: #1b1000;
@bg-value: #1b1000;
@bg-type: "color";
@bg-color-value: #1b1000;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/form01/../_images/background2.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 100px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
  }
}
.items-wrap {
  margin: 0 -7px;
  .card {
    padding: 0 7px;
  }
}
.content-wrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid @border;
  background-color: @container;
  @media (max-width: 992px) {
    padding: 14px;
    margin-bottom: 14px;
  }
  & when (@showGradient) {
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, @gradient, @container 70%);
      opacity: 0.5;
    }
  }
  .form-wrapper {
    .dragArea.row {
      position: relative;
      z-index: 1;
      .form-group {
        margin-bottom: 8px !important;
        .form-control-label {
          width: 100%;
          margin-bottom: 4px;
        }
        .form-control {
          position: relative;
          z-index: 1;
          padding: 14px 24px;
          border: 1px solid @border !important;
          background-color: transparent;
          line-height: 1 !important;
          @media (max-width: 992px) {
            padding: 14px;
          }
          &:hover, &:focus {
            border: 1px solid @active !important;
          }
          &::placeholder {
            color: @active;
          }
        }
        textarea {
          min-height: 120px;
        }
        .form-check {
          padding-left: 2.3em;
          margin-bottom: 16px;
          .form-check-input {
            background-color: @border;
            border-color: @border;
          }
        }
      }
      .mbr-section-btn {
        width: 100%;
      }
    }
  }
}
.google-map {
  height: 100%;
  iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: invert(1);
    @media (max-width: 992px) {
      height: 350px;
      object-fit: cover;
    }
  }
}
.mbr-section-title {
  color: #bcfe1e;
}
label {
  color: #ffffff;
}
.mbr-section-title, .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
}

.cid-uEQVIfZ24d {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@title: #ffffff;
@showSocial: true;
@soc: 6;
@showDesc: true;
@socColor: #ffffff;
@socBg: #006ba6;
@uname__17: "https://e.mobirise.com/tradem5/components/contacts01/../_images/background1.jpg";
@uname__18: false;
@uname__19: #bbbbbb;
@bg-value: #bbbbbb;
@bg-type: "color";
@bg-color-value: #bbbbbb;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/contacts01/../_images/background1.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  .mbr-section-title {
    margin-bottom: 48px;
    @media (max-width: 992px) {
      margin-bottom: 32px;
    }
    span {
      color: @title;
    }
  }
  .social-wrapper {
    .social-wrap {
      display: inline-flex;
      flex-wrap: wrap;
      height: 100%;
      justify-content: center;
      .soc-item {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 16px;
        background-color: @socBg;
        transition: all 0.3s ease-in-out;
        margin: 5px;
        &:hover, &:focus {
          transform: scale(1.05);
        }
        a {
          display: block;
          .mbr-iconfont {
            display: block;
            color: @socColor;
            font-size: 22px;
            width: 22px;
            height: 22px;
          }
        }
        .mbr-desc {
          margin-left: 10px;
          margin-bottom: 0;
        }
      }
    }
  }
}
.mbr-section-title {
  color: #ffffff;
}
.mbr-desc {
  color: #FFFFFF;
}
.mbr-section-title, .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
}

.cid-uEQVIfZj9X {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showNav: true;
@active: #bcfe1e;
@showCopy: true;
@uname__13: "https://e.mobirise.com/tradem5/components/footer01/../_images/background1.jpg";
@uname__14: false;
@uname__15: #006ba6;
@bg-value: #006ba6;
@bg-type: "color";
@bg-color-value: #006ba6;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/tradem5/components/footer01/../_images/background1.jpg";
@overlay: true;
@overlayColor: #080813;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.items-wrap {
  justify-content: center;
  .card {
    justify-content: flex-end;
  }
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 32px;
    @media (max-width: 992px) {
      text-align: center;
    }
  }
}
.nav-wrapper {
  margin-bottom: 32px;
  .list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    .item-wrap {
      padding: 5px 10px;
      margin-bottom: 0;
      transition: all 0.3s ease-in-out;
      &:hover, &:focus {
        color: @active;
      }
    }
  }
}
.mbr-copy {
  margin-bottom: 0;
  @media (max-width: 992px) {
    text-align: center;
  }
  color: #FFFFFF;
}
.mbr-section-title {
  color: #FFFFFF;
}
.list, .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.list, .item-wrap, .nav-wrapper {
  color: #FFFFFF;
}
}

.cid-uEWqCeN5QO {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 7;
@paddingBottom: 7;
@showTitle: true;
@showCardTitle: true;
@showIcon: true;
@icon: #ffffff;
@cardOver: #bbbbbb;
@uname__14: "https://e.mobirise.com/decorm5/components/features06/../_images/background1.jpg";
@uname__15: true;
@uname__16: #cc9900;
@bg-value: #cc9900;
@bg-type: "color";
@bg-color-value: #cc9900;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/decorm5/components/features06/../_images/background1.jpg";
@overlay: true;
@overlayColor: #e2241f;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.title-wrapper {
  .mbr-section-title {
    margin-bottom: 60px;
    @media (max-width: 992px) {
      margin-bottom: 40px;
    }
  }
}
.item {
  padding: 0 5px;
  margin-bottom: 60px;
  @media (max-width: 992px) {
    margin-bottom: 16px;
  }
  &:hover, &:focus {
    .item-wrapper .item-img {
      &::before {
        opacity: .4;
      }
    }
  }
  &:nth-child(2n) {
    .item-wrapper {
      padding-right: 0;
      padding-left: 54px;
      @media (max-width: 992px) {
        padding: 0;
      }
    }
  }
  .item-wrapper {
    padding-right: 54px;
    height: 100%;
    @media (max-width: 992px) {
      padding: 0;
    }
    .item-img {
      position: relative;
      min-height: 400px;
      border-radius: 30px;
      overflow: hidden;
      display: flex;
      & when not (@isRoundedImages) {
        border-radius: 0 !important;
      }
      .image-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 0 !important;
          @media (max-width: 992px) {
            transform: none;
          }
        }
      }
      &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: @cardOver;
        opacity: .3;
        transition: all 0.3s ease-in-out;
        pointer-events: none;
        z-index: 1;
      }
      .item-content {
        padding: 32px;
        position: relative;
        z-index: 2;
        width: 100%;
        pointer-events: none;
        @media (max-width: 992px) {
          padding: 24px;
        }
        .icon-wrapper {
          .mbr-iconfont {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            min-width: 45px;
            border: 1px solid @icon;
            font-size: 16px;
            color: @icon;
            border-radius: 100%;
            margin-bottom: 16px;
            pointer-events: visible;
          }
        }
        .card-title {
          pointer-events: visible;
          margin-bottom: 0;
        }
      }
    }
  }
}
.card {
  justify-content: space-between;
}
.item-menu-overlay {
  .btn-wrapper {
    z-index: 100;
  }
}
.mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.card-title {
  color: #ffffff;
}
}
