*, *:before, *:after {
  box-sizing: border-box;
}




.workInner-layout .banner-wrapper .banner-masthead-content > *:last-child {
    margin-bottom: 0;
}
.hs_advanced_image_video .m-video-container .m-video-start:before {
    background: url(https://25857247.fs1.hubspotusercontent-eu1.net/hubfs/25857247/raw_assets/public/Mobas_September2022/images/play-icon.svg) center no-repeat;
}
.m-update {
    padding: 0 0 2.1rem;
    overflow: hidden;
    width: 100%
}
.m-update .m-flex-container {
    padding: 0!important
}

.m-update a {
    border: 0;
    color: #111
}

.m-update a:focus h3,
.m-update a:hover h3 {
    border-bottom: 2px solid #111
}

.m-update img {
    width: 100%
}

.m-update h3 {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 1rem;
    display: inline!important;
    margin: 0 0 1em
}
.m-update-type {
    color: #000;
    opacity: .5;
    font-size: .875rem;
    display: block;
    font-weight: 700;
    letter-spacing: 2;
    line-height: 1.71428571429;
    margin: 0 0 1em;
    text-transform: uppercase;
}
.m-update .m-update-content,.m-update .m-update-media {
    padding: 0 1em;
    width: calc(100%);
}
.m-update .m-update-media {
    margin: 0 0 1em;
}
.hs-testimonialSlider .m-slider-quotes .m-slider-controls .m-slider-next:after {
    background: url(https://25857247.fs1.hubspotusercontent-eu1.net/hubfs/25857247/raw_assets/public/Mobas_September2022/images/white-chevron.svg) no-repeat;
}






@media (min-width: 768px) {
    .m-update {
        padding:0 0 2.25rem;
    }
      .m-update h3 {
        font-size:1.2em;
        margin: 0 0 1.3rem;
    }
}

@media (min-width: 992px) {
  .m-update {
    padding:0 0 3rem;
  }
  .m-update .m-update-media {
    margin:0;
  }
  .m-update .m-update-content,
  .m-update .m-update-media {
    width:calc(50%);
  }
}

@media (min-width: 1200px) {
  .m-update {
    padding:0 0 3.75rem;
  }
  .m-update h3 {
    font-size:1.3em;
  }

}

@media (min-width: 1440px) {
  .m-update {
    padding:0 0 4.5rem;
  }
}

@media (min-width: 768px) {
  .m-update {
    width:calc(50% - 1em);
  }
}


@media (max-width: 767px) {
  .workInner-layout .banner-wrapper .banner {
      height: 75vh;
      min-height: 460px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid,
.footer__container,
.header__container,
.page-center,
.m-container {
   margin: 0 auto;
   position: relative;
   padding: 0 2em;
   width: calc(100% - 4em);
   box-sizing: content-box;
}
.dnd-section .dnd-column {
  padding: 0 15px;
}
.dnd-section .dnd-column:first-child {
   padding-lefT:0;
}
.dnd-section .dnd-column:last-child {
   padding-right:0;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
   line-height: 1.15;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
   line-break: strict;
   word-break: break-all;
}

/* Paragraphs */

p {
   margin: 0 0 1.5rem;
   line-height:1.8;
}

/* Anchors */

a {
   cursor: pointer;
   border-bottom: 1px solid currentColor;
   text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 1.4rem;
}
h1 {
   margin: 0 0 1.6rem;
   line-height: 1.2;
}
h2 {
   margin: 0 0 1rem;
   line-height: 1.3em;
}
h3 {
   line-height: 1.2em;
   margin: 0 0 1rem;
}
h4 {
   line-height: 1.5em;
   margin: 0 0 1rem;
}

@media (min-width: 768px) {
   h1 {
      line-height: 1.0606;;
   }
   h2 {
      margin: 0 0 1.3rem;
   }
   h3 {
      margin: 0 0 1.3rem;
   }
   h4 {
      margin: 0 0 1.3rem;
   }
}
img {
   display:block;
   height:auto;
   max-width:100%;
}

/* Lists */
li {
   line-height: 1.70666666667;
}
ul,
ol {
}

ul ul,
ol ul,
ul ol,
ol ol {
}

ul.no-list {
   list-style: none;
}

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   border-left: 2px solid;
   margin: 0 0 1.4rem;
   padding-left: 15px;
}

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}

@media(max-width: 992px) and (min-width: 768px) {
   .mig-container-wrapper .body-container h1 {
      font-size: 3em;
   }
   .mig-container-wrapper .body-container h2 {
      font-size: 2.5em;
   }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=slick.min.css.map */
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
   margin: 0 0 2em;
}

/* Labels */

form .hs-form-field > label,
form legend {
   display: block;
   font-size: .8rem;
   font-weight: 300;
   margin: 0 0 0.5em;
   opacity: .8;
}

/* Help text - legends */


/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   font-family: inherit;
   font-size: 100%;
   line-height: 1.15;
   margin: 0;
   background: #fff;
   border: 1px solid #d7d7d7;
   border-radius: 0;
   color: #000;
   font-weight: 300;
   outline: 0;
   padding: 1rem;
   width: 100%;
   max-width:767px;
   display:block;
}

form fieldset {
  max-width: 100% !important;
}
textarea {
   overflow: auto;
}
/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
   color: #111;
   font-weight: 300;
   padding-left: 3px;
}


form .hs-error-msgs label {
   color: #ef6b51;
   display: block;
   margin: 10px 0 25px;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.hs-button,
.button,
.btn {
   background: 0 0;
   color: #ab2328;
   border: 2px solid #ab2328;
   display: inline-block;
   font-size: .875rem;
   font-weight: 700;
   letter-spacing: 1.4px;
   line-height: 1.5rem;
   outline: 0;
   padding: 0.7rem 1.8rem;
   position: relative;
   text-decoration: none;
   text-transform: uppercase;
   transition: color .4s ease;
   outline: 0;
   cursor:pointer;
   white-space: normal;
   z-index:1;
}
form .actions {
   margin: 0 0 2em;
   position:relative;
   display:inline-block;
}
form .actions:before,
form .hs-button:before,
.hs-button:before,
.button:before,
.btn:before {
   background: #ab2328;
   bottom: 0;
   content: '';
   display: block;
   height: 100%;
   left: 0;
   position: absolute;
   transition: width .4s ease;
   width: 0;
   z-index: -1;
}
form .actions .hs-button:before {
   content:none;
}
form .actions:hover:before,
form .hs-button:hover:before,
.hs-button:hover:before,
.button:hover:before,
.btn:hover:before {
   width: 100%;
}


/* Captcha */
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
   font-size: 15px;
}
.custom-header {
   position: relative;
   min-height: 6.25rem;
   display: flex;
   flex-wrap: wrap;
}
.custom-header .content-wrapper {
   align-items: center;
   display: flex;
   justify-content: space-between;
   max-width: 1440px;
}
.site-logo {
   border: 0;
   display: inline-block;
   z-index: 101;
}
.site-logo img {
   width: 120px !important;
   margin-top: -5px;
   filter: brightness(0);
   display: block;
}
.scrollBar {
   background-color: #ab2328;
   height: var(--scrollPos);
   left: 0;
   position: fixed;
   top: 0;
   width: 15px;
   z-index: 3;
}
@media (min-width: 768px) {
   .scrollBar {
      width: 20px;
   }
}
@media (min-width: 992px) {
   .custom-menu-primary {
      display: flex;
      justify-content: flex-end;
   }
   .mobile-trigger {
      display: none !important;
   }
}

@media(max-width: 991px) {
   .custom-menu-primary {
      background: #111;
      position: fixed;
      right: -100%;
      top: 0;
      height: 100vh;
      width: 100%;
      opacity: 0;
      z-index: 100;
      transition: all .4s ease;
   }
   .mobile-trigger {
      line-height: 1.15;
      color: #fff;
      background: 0 0;
      border: none;
      display: inline-block;
      font-size: 2rem;
      height: 1em;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      width: 1em;
      z-index: 101;
      cursor: pointer;
   }
   .mobile-trigger .m-nav-toggle-line {
      width: 100%;
      height: 2px;
      display: block;
      background-color: #111;
      position: absolute;
      transition: all .3s cubic-bezier(.215,.61,.355,1);
      z-index: 101;
   }
   .mobile-trigger .m-nav-toggle-line:nth-child(1) {
      top: 20%;
   }
   .mobile-trigger .m-nav-toggle-line:nth-child(2) {
      top: 50%;
      transform: translate3d(0,-50%,0);
   }
   .mobile-trigger .m-nav-toggle-line:nth-child(3) {
      top: 50%;
      transform: translate3d(0,-50%,0);
   }
   .mobile-trigger .m-nav-toggle-line:nth-child(4) {
      bottom: 20%;
   }
   .mobile-open .custom-menu-primary {
      opacity: 1;
      transform: translateX(-100%);
      transition: all .4s ease;

   }
  .mobile-open #hs_cos_wrapper_navigation-primary {
    height: 100%;
  }

   body.mobile-open {
      overflow: hidden;
   }
   .mobile-open .mobile-trigger .m-nav-toggle-line {
      background-color: #fff;
   }
   .mobile-open .mobile-trigger .m-nav-toggle-line:nth-child(1) {
      transform: scaleX(0);
      transition: none;
   }
   .mobile-open .mobile-trigger .m-nav-toggle-line:nth-child(2) {
      transform: translate3d(0,-50%,0) rotate(45deg);
   }
   .mobile-open .mobile-trigger .m-nav-toggle-line:nth-child(3) {
      transform: translate3d(0,-50%,0) rotate(-45deg);
   }
   .mobile-open .mobile-trigger .m-nav-toggle-line:nth-child(4) {
      transform: scaleX(0);
      transition: none;
   }
   .mobile-open .site-logo img {
      filter: brightness(0) invert(1);
   }
}
footer.footer .content-wrapper {
   max-width: 1440px;
}
footer .m-footer-sub {
   padding: 3em 0;
   position: relative;
   width: 100%;
   border-top: 1px solid #f0f0f0;
}
footer .m-footer-sub:before {
   background: #fff;
   content: '';
   display: block;
   height: 1px;
   left: 0;
   opacity: .2;
   position: absolute;
   top: 0;
   width: 100%;
}
.m-flex-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   width: 100%;
}
footer .m-footer-sub .m-flex-container {
   justify-content: space-between;
   width: 100%;
   align-items: center;
}
footer .m-footer-sub .m-footer-logo {
   align-items: center;
   display: flex;
   flex-direction: column;
}
.m-footer-logo img {
   max-width: 110px !important;
}
.m-footer-logo > div:first-child {
   border: 0;
   margin: 0;
   font-size: .875rem;
}
.footer-bottom-section p {
   line-height: 1rem;
   margin: 0;
   font-size: .875rem;
}
.footer-bottom-section p span {
   opacity: .8;
   font-weight: 400;
}
.footer-bottom-section p a {
   font-weight: 500;
   border: 0;
   opacity: 1;
}
.footer-social-icons-md {
   align-items: center;
   display: flex;
   justify-content: center;
   width: 100%;
}
.footer-social-icons-md a {
   font-weight: 500;
   font-size: .875rem;
   border: 0;
   display: inline-block;
   margin: 0 1.6em 0 0;
   height: 25px;
   opacity: 1;
   width: 25px;
}
.footer-social-icons-md a:last-child {
   margin-right: 0;
}
.footer-social-icons-md a img {
   display: block;
   height: 25px;
   width: 25px;
   filter: invert(1) brightness(100%);
}
.footer-top-section {
   padding: 4.2em 0;
}
.footer-flex {
   margin: 0 -1em;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
}
.footer-flex .footer-col {
   padding: 0 1em;
   width: calc((100%/12 * 12));
   margin: 0 0 2em;
}
.footer-top-section h4 {
   font-size: 1.4rem;
   font-weight: 300;
   line-height: 1.2em;
   margin: 0 0 1rem;
   font-weight: 700;
   font-family: Merriweather,serif;
   font-size: 2.13333rem!important;
   line-height: 1.1875;
}
.footer a {
   font-size: .875rem;
   border: 0;
   font-weight: 500;
}
.footer-menu .hs-menu-wrapper > ul {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -1em;
}
.footer-menu .hs-menu-wrapper > ul > li {
   width: 33.3333333333%;
   padding: 0 1em;
}
.footer-menu .hs-menu-wrapper > ul > li > a:empty {
   display: none;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
   line-height: 1.8em;
   font-size: .875rem;
   font-weight: 700;
   margin: 0 0 0.6rem;
   cursor: text;
   display: block;
   text-decoration: none;
   border: none;
}
.footer-menu .hs-menu-wrapper > ul ul ul li {
   font-weight: 300;
   line-height: 1.6rem;
   list-style: none;
   padding: 0 0 5px 0;
}
.footer-menu .hs-menu-wrapper > ul ul ul li a {
   font-size: .875rem;
   border: 0;
   font-weight: 300;
}
.footer-menu .hs-menu-wrapper > ul ul ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li:not(:first-child) {
   margin-top: 1.2rem;
}
.footer-contact-details-column a {
   font-weight: 700;
   margin: 0;
   line-height: 1.5em;
   border-bottom: 0;
   display: inline-block;
   font-size: 1.2em;
}
.footer-contact-details-column a:first-of-type {
   margin-bottom: 0.5rem;
}
.footer-contact-details-column a:last-of-type {
   margin: 0 0 1.35rem;
}
.footer-contact-details-column h5 {
   line-height: 1.8em;
   font-size: .875rem;
   margin: 0;
   font-weight: 300;
}
.footer-contact-details-column address {
   font-size: 1rem;
   font-style: normal;
   font-weight: 300;
   line-height: 1.8em;
   margin: 0 0 1.5rem;
   font-size: .875rem;
   font-weight: 500;
}
.footer-contact-details-column address:last-child {
   margin-bottom: 0;
}
footer.footer .footer-bottom-section p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #111;
}


@media (min-width: 768px) {
   footer .m-footer-sub .m-footer-logo {
      align-items: flex-end;
      flex-direction: row;
   }
}

footer .m-footer-sub .m-footer-logo, footer .m-footer-sub .m-footer-social {
   padding: 0 1em;
   width: calc((100%/12 * 12));
}
@media (min-width: 768px) {
   footer .m-footer-sub .m-footer-logo, footer .m-footer-sub .m-footer-social {
      padding: 0 1em;
      width: calc((100%/12 * 6));
   }
   .m-footer-logo > div:first-child {
      margin: 0 3em 0 0;
   }
   .footer-social-icons-md {
      justify-content: flex-end;
   }
   .footer-top-section {
      padding: 4.5rem 0;
   }
   .footer-flex .footer-col {
      padding: 0 1em;
      width: calc((100%/12 * 6));
      margin: 0 0 2em;
   }
   .footer-top-section h4 {
      margin: 0 0 1.3rem;
   }
   .footer-flex .footer-col.footer-contact-details-column {
      padding: 0 1em;
      width: calc((100%/12 * 6));
      margin: 0 0 2em;
   }
   .footer-flex .footer-col.footer-menu-col {
      width: 50%;
   }
   .footer-contact-details-column a {
      font-size: 1.25em;
   }
}

@media (min-width: 992px) {
   .footer-top-section {
      padding: 6em 0;
   }
}

@media (min-width: 1200px) {
   .footer-flex .footer-col {
      padding: 0 1em;
      width: calc((100%/12 * 3));
      margin: 0;
   }
   .footer-flex .footer-col.footer-contact-details-column {
      padding: 0 1em;
      width: calc((100%/12 * 3));
      margin: 0;
   }
   .footer-contact-details-column a {
      font-size: 1.35em;
   }
}

@media(max-width: 1199px) {
   .footer-flex .footer-col.footer-col-1 {
      order: 1;
   }
   .footer-flex .footer-col.footer-contact-details-column {
      order: 2;
   }
   .footer-flex .footer-col.footer-menu-col {
      order: 3;
      width: 100%;
   }
}
@media(max-width: 767px) {
   .footer-flex .footer-col:last-child {
      margin: 0;
   }
   .footer-menu .hs-menu-wrapper > ul > li {
      width: 100%;
   }
   .footer-menu .hs-menu-wrapper > ul > li:not(:last-child) {
      margin-bottom: 2em;
   }
   .footer-flex .footer-col.footer-col-1 {
      box-sizing: content-box;
      padding-right: 0;
      margin-right: -3px;
   }
   .footer-flex .footer-col {
      order: initial !important;
   }
   .footer-bottom-section p {
      line-height: 1rem;
      margin: 0 0 1rem 0;
      text-align: center;
   }
}

@media(max-width: 575px) {
   .m-footer-logo img {
      margin: 0 0 1em 0;
   }
}

@media(max-width: 360px) {
  .footer-top-section h4 {
      font-size: 1.9rem!important;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.banner-section .dnd-section {
   padding: 0;
}
.banner-section .dnd-section > .row-fluid,
.dnd-section[class*="force-full-width-section"] > .row-fluid {
   max-width: 100%;
   width: 100% !important;
   padding: 0 !important;
}
.m-sub-title {
   font-family: Merriweather,serif;
   font-size: 2.3em;
   font-weight: 700;
   line-height: 1.15;
   margin: 0 0 1.6rem;
   max-width: 790px;
}
.m-row {
   margin: 0 -1em;
}
.m-flex-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   width: 100%;
}
.m-content,
.m-content-update {
   padding: 0 0 2.1rem;
}
.m-content a,
.m-content-update a {
   color: #111;
}
.m-content h2,
.m-content h3,
.m-content h4,
.m-content-update h2,
.m-content-update h3,
.m-content-update h4 {
   font-weight: 700;
}
.m-content .m-content-container,
.m-content-update .m-content-container {
   max-width: 790px;
}
.m-content .m-content-container>:last-child,
.m-content-update .m-content-container>:last-child {
   margin: 0;
}
.m-content-update.m-large .m-content-container>:first-child,
.m-content.m-large .m-content-container>:first-child {
   font-size: 1.2em;
   font-weight: 300;
   line-height: 1.5em;
   margin: 0 0 1rem;
}
.m-block-title {
   font-size: 2.13333em;
   line-height: 1.1875;
   font-weight: 700;
   padding: 0 0 1.4rem;
   margin: 0!important;
   width: 100%;
}
.m-block-title+a {
   margin-top: 1em;
}
.transformation-inner-layout .banner-wrapper .banner-masthead-content {
   max-width: 860px;
}



.advanced-accordion-wrapper .m-listing-services .m-flex-container .m-service-accordion article.m-active .m-accordion-title:after {
   background: url(https://25857247.fs1.hubspotusercontent-eu1.net/hubfs/25857247/raw_assets/public/Mobas_September2022/images/chevron-red.svg) center/cover no-repeat;
}
.advanced-accordion-wrapper .m-listing-services .m-flex-container .m-service-accordion article .m-accordion-title:after {
   background: url(https://25857247.fs1.hubspotusercontent-eu1.net/hubfs/25857247/raw_assets/public/Mobas_September2022/images/down-chevron.svg) center/cover no-repeat;
}
.m-slider-controls {
   align-items: center;
   background: #111;
   bottom: 0;
   color: #fff;
   display: flex;
   position: absolute;
   padding: 2.5% 3.6%;
   right: 0;
}
.m-slider-controls .m-slider-count {
   font-size: 1.2em;
   font-weight: 300;
   line-height: 1.5em;
   margin: 0 0 1rem;
   color: #575757;
   display: inline-block;
   letter-spacing: 14px;
   margin: 0!important;
}
.m-slider-controls .m-slider-count .m-slider-current {
   color: #fff;
   font-weight: 700;
}
.m-slider-controls .m-slider-next {
   margin: 0 0 0 .4em;
}

.m-slider-controls .m-slider-next:after {
   background: url(https://25857247.fs1.hubspotusercontent-eu1.net/hubfs/25857247/raw_assets/public/Mobas_September2022/images/red-chevron.svg) no-repeat;
   background-size: auto;
   background-size: 11px 20px;
   content: '';
   display: inline-block;
   height: 20px;
   width: 11px;
}




@media (min-width: 768px) {
   .m-content,
   .m-content-update {
      padding: 0 0 2.25rem;
   }
   .m-content-update.m-large .m-content-container>:first-child,
   .m-content.m-large .m-content-container>:first-child {
      font-size:1.3em;
      margin: 0 0 1.3rem;
   }
}

@media (min-width: 992px) {
   .m-content,
   .m-content-update {
      padding: 0 0 3rem;
   }
}

@media (min-width: 1200px) {
   .m-content,
   .m-content-update {
      padding: 0 0 3.75rem;
   }
}

@media (min-width: 1440px) {
   .m-content,
   .m-content-update {
      padding: 0 0 4.5rem;
   }
}

@media (min-width: 768px) {
   .m-sub-title {
      font-size: 2.8em;
      line-height: 1.0434;
   }
}
@media (min-width: 1200px) {
   .m-sub-title {
      font-size: 3.06666667em;
   }
   .m-content-update.m-large .m-content-container>:first-child,
   .m-content.m-large .m-content-container>:first-child {
      font-size:1.5em;
   }
}
.m-content-expertise,.m-content-work {
   padding: 0 0 4.2rem;
}
.m-content-expertise .m-content-col:last-of-type img,
.m-content-work .m-content-col:last-of-type img {
   width: 100%!important;
   height: auto!important;
}

.m-content-expertise:nth-of-type(2),.m-content-work:nth-of-type(2) {
   padding: 4.2rem 0;
}
.m-content-expertise:nth-of-type(2) .m-content-col>div:first-child>:first-child,
.m-content-work:nth-of-type(2) .m-content-col>div:first-child>:first-child {
   font-size: 1.2em;
   font-weight: 300;
   line-height: 1.5em;
   margin: 0 0 1rem;
}
.m-content-expertise .m-content-col:first-child,.m-content-work .m-content-col:first-child {
   padding: 0 1em;
   width: calc((100%/12 * 12));
}
.m-content-expertise .m-content-col:first-child h2,.m-content-work .m-content-col:first-child h2 {
   font-size: 1.2em;
   font-weight: 300;
   line-height: 1.5em;
   margin: 0 0 1rem;
   font-weight: 700;
}
.m-content-expertise .m-content-col:first-child img,.m-content-work .m-content-col:first-child img {
   background: #f0f0f0;
   height: auto;
   max-width: 250px;
   margin-bottom: 2em;
   width: 100%;
}
.m-content-expertise .m-content-col:last-child,.m-content-work .m-content-col:last-child {
   padding: 0 1em;
   width: calc((100%/12 * 12));
}
.m-content-expertise .m-content-col a[target=_blank],.m-content-work .m-content-col a[target=_blank] {
   border: 0;
   font-weight: 700;
   letter-spacing: 1.4px;
   text-transform: uppercase;
}
.m-content-expertise .m-content-col a[target=_blank]:focus,
.m-content-expertise .m-content-col a[target=_blank]:hover,
.m-content-work .m-content-col a[target=_blank]:focus,
.m-content-work .m-content-col a[target=_blank]:hover {
   border-bottom: 2px solid #111;
}
.m-content-expertise .m-text-stats,.m-content-work .m-text-stats {
   padding: 4.2rem 0 0;
}
.m-content-expertise .m-text-stats .m-text-stat,.m-content-work .m-text-stats .m-text-stat {
   padding: 0 1em;
   width: calc((100%/12 * 12));
}
.m-content-expertise .m-text-stats .m-text-stat p,
.m-content-work .m-text-stats .m-text-stat p {
   font-size: 1.2em;
   font-weight: 300;
   line-height: 1.5em;
   margin: 0 0 1rem;
   font-weight: 700;
   border-top: 3px solid #111;
   padding-top: 1em;
}
.m-teaser-case-studies,
.m-teaser-updates,
.m-teaser-work {
   padding: 0 0 2.1rem;
}
.m-teaser-case-studies.more .m-row .m-flex-container,
.m-teaser-updates.more .m-row .m-flex-container,
.m-teaser-work.more .m-row .m-flex-container {
   padding: 0;
}

.m-teaser-case-studies .m-flex-container,
.m-teaser-updates .m-flex-container,
.m-teaser-work .m-flex-container {
   justify-content: space-between;
}

.m-teaser-case-studies .m-flex-container:first-of-type,
.m-teaser-updates .m-flex-container:first-of-type,
.m-teaser-work .m-flex-container:first-of-type {
   align-items: flex-start;
   padding: 0 0 2.1rem;
}
.m-teaser-case-studies .m-flex-container:first-of-type h2,
.m-teaser-updates .m-flex-container:first-of-type h2,
.m-teaser-work .m-flex-container:first-of-type h2 {
   padding: 0;
}

.m-teaser-case-studies .m-flex-container:last-of-type,
.m-teaser-updates .m-flex-container:last-of-type,
.m-teaser-work .m-flex-container:last-of-type {
   justify-content: flex-start;
}
.m-case-study {
   padding: 0 1em;
   width: calc((100%/12 * 12));
   border: 0;
   margin: 0 0 2em;
}
.m-case-study article {
   background: #f0f0f0;
   height: 100%;
   display: flex;
   flex-direction: column;
}
.m-case-study article img {
   width: 100%;
}
.m-case-study article .m-case-study-content {
   padding: 2em;
   flex: 1 0 auto;
   display: flex;
   flex-direction: column;
}
.m-case-study article .m-case-study-content h4 {
   font-size: 1.1em;
   font-weight: 700;
   line-height: 1.5em;
   margin: 0 0 1rem;
   display: inline-block;
   width: 100%;
   flex: 1 0 auto;
}
.m-case-study article .m-case-study-content .m-client-name {
   color: #000;
   opacity: .5;
   display: block;
   font-weight: 700;
   line-height: 1.71428571429;
   font-size: .875rem;
   letter-spacing: 2;
   margin: 0 0 1em;
   text-transform: uppercase;
}
.m-case-study article .m-case-study-content span {
   color: #ab2328;
   font-size: .9em;
   font-weight: 700;
   letter-spacing: .7px;
   text-transform: uppercase;
}
.m-case-study:focus article,.m-case-study:hover article {
   background: #ab2328;
   color: #fff;
}
.m-case-study:focus article .m-client-name,
.m-case-study:focus article h4,
.m-case-study:focus article span,
.m-case-study:hover article .m-client-name,
.m-case-study:hover article h4,
.m-case-study:hover article span {
   color: #fff;
}




.contact-info-wrapper .m-cta-container .m-flex-container a:focus.m-email:before,
.contact-info-wrapper .m-cta-container .m-flex-container a:hover.m-email:before {
   background: url(https://25857247.fs1.hubspotusercontent-eu1.net/hubfs/25857247/raw_assets/public/Mobas_September2022/images/mail-white.svg) center/cover no-repeat;
}
.contact-info-wrapper .m-cta-container .m-flex-container a:focus.m-tel:before,
.contact-info-wrapper .m-cta-container .m-flex-container a:hover.m-tel:before {
   background: url(https://25857247.fs1.hubspotusercontent-eu1.net/hubfs/25857247/raw_assets/public/Mobas_September2022/images/phone-white.svg) center/cover no-repeat;
}
.contact-info-wrapper .m-cta-container .m-flex-container a.m-email:before {
   background: url(https://25857247.fs1.hubspotusercontent-eu1.net/hubfs/25857247/raw_assets/public/Mobas_September2022/images/mail.svg) center/cover no-repeat;
}
.contact-info-wrapper .m-cta-container .m-flex-container a.m-tel:before {
   background: url(https://25857247.fs1.hubspotusercontent-eu1.net/hubfs/25857247/raw_assets/public/Mobas_September2022/images/phone.svg) center/cover no-repeat;
}
.m-teaser-case-studies h2 {
   font-size: 1.4rem;
   font-weight: 300;
   line-height: 1.2em;
   margin: 0 0 1rem;
   font-weight: 700;
}
.m-view-more {
   display: flex;
   justify-content: center;
}
.m-work {
   border: 0;
   color: #fff !important;
   display: inline-block;
   padding: 0;
   position: relative;
   width: 100%;
}
.m-work * {
   color: inherit !important;
}
.work-featured-img {
   padding-bottom: 100%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   opacity: .8;
   width: 100%;
}
.m-work article {
   background: #111;
}
.m-work article:after {
   background: #111;
   bottom: 0;
   content: '';
   display: block;
   height: 100%;
   left: 0;
   opacity: 0;
   position: absolute;
   transition: opacity .4s ease;
   width: 100%;
}
.m-work article img {
   opacity: .8;
   width: 100%;
}
.m-work article .m-work-content {
   align-items: flex-end;
   bottom: 0;
   display: flex;
   height: 85%;
   left: 0;
   margin: auto;
   overflow: hidden;
   position: absolute;
   right: 0;
   top: 0;
   width: 85%;
}
.m-work article .m-work-content .m-work-content-area {
   transform: translateY(85px);
   transition: transform .4s ease;
   z-index: 2;
}
.m-work article .m-work-content .m-work-content-area h3 {
   font-size: 1.2em;
   font-weight: 300;
   line-height: 1.5em;
   margin: 0 0 1rem;
   font-weight: 700;
   margin: 0!important;
}
.m-work article .m-work-content .m-work-content-area .m-work-transformation {
   display: block;
   font-size: .8em;
   font-weight: 500;
   letter-spacing: 1.4px;
   opacity: 0;
   margin: .5em 0 0;
   text-transform: uppercase;
   transition: opacity .2s ease;
}
.m-listing-case-studies .m-case-studies-filter-container .m-case-studies-filter-toggle:after {
   background: url(https://25857247.fs1.hubspotusercontent-eu1.net/hubfs/25857247/raw_assets/public/Mobas_September2022/images/down-chevron.svg) center no-repeat;
}


.m-work article .m-work-content .m-work-content-area .m-work-transformation:after {
   background: url(https://25857247.fs1.hubspotusercontent-eu1.net/hubfs/25857247/raw_assets/public/Mobas_September2022/images/red-arrow.svg) no-repeat;
   background-size: 35px 26px;
   content: '';
   display: block;
   height: 36px;
   margin: 3em 0 0;
}
.m-work:focus article:after,
.m-work:hover article:after {
   opacity: .8;
}
.m-work:focus article .m-work-content .m-work-content-area,
.m-work:hover article .m-work-content .m-work-content-area {
   transform: translateY(0);
}
.m-work:focus article .m-work-content .m-work-content-area .m-work-transformation,
.m-work:hover article .m-work-content .m-work-content-area .m-work-transformation {
   opacity: 1;
   transition: opacity .2s ease .4s;
}
.m-new-listing-title {
   margin: 0 0 3.5rem;
}
.m-new-listing-title h2 {
   font-size: 2rem;
   font-weight: 700;
   line-height: 1.3em;
   margin: 0 0 1rem;
   color: #ab2328;
}
body a.btn.btn-black {
   color: #111;
   border-color: #111;
}
body a.btn.btn-black:before {
   background: #111;
}
body a.btn.btn-black:before {
   background: #111;
}
body a.btn.btn-black:hover {
   color: #fff;
}
.brand-solutions-inner-layout .body-container-wrapper .dnd-section {
   padding: 2.1rem 0;
}
.m-new-block-title {
   margin: 0 0 3.5rem;
}
.m-new-block-title h2 {
   font-size: 1.5625rem;
   font-weight: 700;
   text-transform: uppercase;
}
.m-new-block-title h3 {
   font-family: Merriweather,serif;
   font-size: 2.3em;
   font-weight: 700;
   line-height: 1.15;
   margin: 0 0 1.6rem;
   margin: 0;
   font-weight: 300;;
}
.m-content-two-columns--new .m-new-block-title {
   margin: 0 0 1.5rem;
}
.m-content-two-columns--new .m-new-block-title h2:last-child {
   margin: 0;
} 
b, strong {
   font-weight: 400;
}
.m-teaser-case-studies .m-row .m-flex-container {
   align-items: stretch;
}
.transformation-layout .m-new-block-title.empty_title {
   display: none;
}
.transformation-inner-layout .content-with-animation-wrapper .m-content {
   padding: 2.1rem 0;
}
.m-teaser-updates h2,.m-teaser-work h2 {
   font-size: 1.4rem;
   font-weight: 300;
   line-height: 1.2em;
   margin: 0 0 1rem;
   font-weight: 700;
}
.careers-layout .content-with-animation-wrapper .m-content {
   padding: 4.2rem 0;
   padding-top:0 !important;
}
.m-block-title+a {
   margin-top: 1em;
}
a.m-view-all {
   border-bottom: 2px solid #fff;
   color: #ab2328;
   display: inline-block;
   font-size: .9em;
   font-weight: 500;
   margin-top: 0 0 2em;
   letter-spacing: 1.4px;
   text-transform: uppercase;
}
a.m-view-all:hover,
a.m-view-all:focus {
   border-bottom: 1px solid #ab2328;
}
.boltform .form-title:empty {
   display: none;
}
.boltform {
   padding-top: 17px;
}
.boltform form .hs-input {
   max-width: 100%;
}
form textarea.hs-input {
   height: 114px;
}
.boltform form .hs-richtext p {
   font-size: .8rem;
   line-height: 1.8em;
   margin: 0 0 1.5rem;
}
.boltform .cs-label {
   color: #000;
   display: block;
   font-size: .8rem;
   font-weight: 300;
   margin: 0 0 0.5em;
   opacity: .8;
}
.boltform .cs-label.required:after {
   content: " *";
   color: #111;
   font-weight: 300;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-y: hidden;
   overflow-x: auto;
   padding: 5.5px 0;
}
.content-with-animation-wrapper.top_bottom_spacing .m-content {
   padding: 2.1rem 0;
}
.full-width-type2-layout .two-col-eq-content-wrapper .m-content-two-columns--new .m-new-block-title.empty_title {
   display: none;
}
body a.btn.btn-alt {
   color: #fff;
   border-color: #fff;
}
body a.btn.btn-alt:before {
    background: #fff;
}
body a.btn.btn-alt:hover,
body a.btn.btn-alt:focus {
   color: #111;
}
.btn-alt:focus:before,
.btn-alt:hover:before, 
.btn-black:focus:before, 
.btn-black:hover:before, 
.btn:focus:before, 
.btn:hover:before, 
.actions:focus:before,
.hs-button:focus:before {
   width: 100%;
}
.homepage-layout .two-col-eq-content-wrapper .m-content-two-columns--new .m-new-block-title {
   margin: 0 0 3.5rem;
}
.homepage-layout .two-col-eq-content-wrapper .m-content-two-columns--new {
   padding: 0 0 4.2rem;
}
.homepage-layout .clients-gallery-wrapper .m-listing-clients {
   padding: 0 0 4.2rem;
}
.hs_milestone,
.hs-animatedColumn_content, 
.hs_comparisonImages  {
   overflow: hidden;
}

/* Global Media */

@media (min-width: 768px) {
   .brand-solutions-inner-layout .body-container-wrapper .dnd-section {
      padding:2.25rem 0;
   }
   .m-block-title {
      padding:0 0 1.5rem;
   }
   .m-block-title {
      width:auto;
   }
   .m-block-title+a {
      margin:0;
   }
   .m-slider-controls .m-slider-count {
      font-size:1.3em;
      margin: 0 0 1.3rem;
   }
   .m-content-expertise,.m-content-work {
      padding:0 0 4.5rem;
   }
   .m-content-expertise:nth-of-type(2),.m-content-work:nth-of-type(2) {
      padding:4.5rem 0;
   }
   .m-content-expertise:nth-of-type(2) .m-content-col>div:first-child>:first-child,.m-content-work:nth-of-type(2) .m-content-col>div:first-child>:first-child {
      font-size:1.3em;
      margin: 0 0 1.3rem;
   }
   .m-content-expertise .m-content-col:first-child h2,.m-content-work .m-content-col:first-child h2 {
      font-size:1.3em;
      margin: 0 0 1.3rem;
   }
   .m-content-expertise .m-text-stats,.m-content-work .m-text-stats {
      padding:4.5rem 0 0;
   }
   .m-content-expertise .m-text-stats .m-text-stat,.m-content-work .m-text-stats .m-text-stat {
      padding:0 1em;
      width: calc((100%/12 * 4));
   }
   .m-content-expertise .m-text-stats .m-text-stat p,
   .m-content-work .m-text-stats .m-text-stat p {
      font-size:1.3em;
      margin: 0 0 1.3rem
   }
   .m-teaser-case-studies,
   .m-teaser-updates,
   .m-teaser-work {
      padding:0 0 2.25rem;
   }
   .m-teaser-case-studies .m-flex-container:first-of-type,
   .m-teaser-updates .m-flex-container:first-of-type,
   .m-teaser-work .m-flex-container:first-of-type {
      padding:0 0 2.25rem;
   }
   .m-case-study {
      padding:0 1em;
      width: calc((100%/12 * 6));
   }
   .m-case-study article .m-case-study-content h4 {
      font-size:1.2em;
      margin: 0 0 1.3rem;
   }
   .m-teaser-case-studies h2 {
      font-size: 1.6em;
      margin: 0 0 1.3rem;
   }
   .m-work {
      width:50%;
   }
   .m-work article .m-work-content .m-work-content-area h3 {
      font-size:1.3em;
      margin: 0 0 1.3rem;
   }
   .m-new-listing-title h2 {
      font-size:2.2em;
      margin: 0 0 1.3rem;
   }
   .m-new-block-title h3 {
      font-size:2.8em;
      line-height: 1.0434;
   }
   .transformation-inner-layout .content-with-animation-wrapper .m-content {
      padding: 2.25rem 0;
   }
   .m-teaser-updates h2,.m-teaser-work h2 {
      font-size:1.6em;
      margin: 0 0 1.3rem;
   }
   .careers-layout .content-with-animation-wrapper .m-content {
      padding: 4.5rem 0;
   }
   .m-block-title + a {
      margin: 0;
   }
   .content-with-animation-wrapper.top_bottom_spacing .m-content {
      padding: 2.25rem 0;
   }
   .homepage-layout .two-col-eq-content-wrapper .m-content-two-columns--new {
      padding: 0 0 4.5rem;
   }
   .homepage-layout .clients-gallery-wrapper .m-listing-clients {
      padding: 0 0 4.5rem;
   }
}

@media (min-width: 992px) {
   .brand-solutions-inner-layout .body-container-wrapper .dnd-section {
      padding:3rem 0;
   }
   .m-block-title {
      padding:0 0 2rem;
   }
   .m-content-expertise,.m-content-work {
      padding:0 0 6rem;
   }
   .m-content-expertise:nth-of-type(2),.m-content-work:nth-of-type(2) {
      padding:6rem 0;
   }
   .m-content-expertise .m-content-col:first-child,.m-content-work .m-content-col:first-child {
      padding:0 1em;
      width: calc((100%/12 * 4));
   }
   .m-content-expertise .m-content-col:first-child h2,.m-content-work .m-content-col:first-child h2 {
      max-width:260px;
   }
   .m-content-expertise .m-content-col:last-child,.m-content-work .m-content-col:last-child {
      padding:0 1em;
      width: calc((100%/12 * 8));
   }
   .m-content-expertise .m-text-stats,.m-content-work .m-text-stats {
      padding:6rem 0 0;
   }
   .m-teaser-case-studies,
   .m-teaser-updates,
   .m-teaser-work {
      padding:0 0 3rem;
   }
   .m-teaser-case-studies .m-flex-container:first-of-type,
   .m-teaser-updates .m-flex-container:first-of-type,
   .m-teaser-work .m-flex-container:first-of-type {
      padding:0 0 3rem;
   }
   .m-case-study {
      padding:0 1em;
      width: calc((100%/12 * 4));
   }
   .m-work {
      width:33.333%;
   }
   .transformation-inner-layout .content-with-animation-wrapper .m-content {
      padding: 3rem 0;
   }
   .careers-layout .content-with-animation-wrapper .m-content .m-content-container {
      width: calc((100%/12 * 8));
      max-width: 100%;
      padding-right: 2em;
   }
   .careers-layout .content-with-animation-wrapper .m-content {
      padding: 6rem 0;
   }
   .content-with-animation-wrapper.top_bottom_spacing .m-content {
      padding: 3rem 0;
   }
   .homepage-layout .two-col-eq-content-wrapper .m-content-two-columns--new {
      padding: 0 0 6rem;
   }
   .homepage-layout .clients-gallery-wrapper .m-listing-clients {
      padding: 0 0 6rem;
   }

}

@media (min-width: 1200px) {
   .m-new-block-title h3 {
      font-size:3.06666667em;
   }
   .brand-solutions-inner-layout .body-container-wrapper .dnd-section {
      padding:3.75rem 0;
   }
   .m-block-title {
      padding:0 0 2.5rem;
   }
   .m-slider-controls .m-slider-count {
      font-size:1.5em;
   }
   .m-content-expertise,.m-content-work {
      padding:0 0 7.5rem;
   }
   .m-content-expertise:nth-of-type(2),.m-content-work:nth-of-type(2) {
      padding:7.5rem 0;
   }
   .m-content-expertise:nth-of-type(2) .m-content-col>div:first-child>:first-child,
   .m-content-work:nth-of-type(2) .m-content-col>div:first-child>:first-child {
      font-size:1.5em;
   }
   .m-content-expertise .m-content-col:first-child h2,
   .m-content-work .m-content-col:first-child h2 {
      font-size:1.5em;
   }
   .m-content-expertise .m-text-stats,.m-content-work .m-text-stats {
      padding:7.5rem 0 0;
   }
   .m-content-expertise .m-text-stats .m-text-stat p,
   .m-content-work .m-text-stats .m-text-stat p {
      font-size:1.5em
   }
   .m-teaser-case-studies,
   .m-teaser-updates,
   .m-teaser-work {
      padding:0 0 3.75rem;
   }
   .m-teaser-case-studies .m-flex-container:first-of-type,
   .m-teaser-updates .m-flex-container:first-of-type,
   .m-teaser-work .m-flex-container:first-of-type {
      padding:0 0 3.75rem;
   }
   .m-case-study article .m-case-study-content h4 {
      font-size:1.3em;
   }
   .m-teaser-case-studies h2 {
      font-size: 2em;
   }
   .m-work article .m-work-content .m-work-content-area h3 {
      font-size:1.5em;
   }
   .m-new-listing-title h2 {
      font-size:2.6em;
   }
   .transformation-inner-layout .content-with-animation-wrapper .m-content {
      padding: 3.75rem 0;
   }
   .m-teaser-updates h2,.m-teaser-work h2 {
      font-size:2em;
   }
   .careers-layout .content-with-animation-wrapper .m-content {
      padding: 7.5rem 0;
   }
   .content-with-animation-wrapper.top_bottom_spacing .m-content {
      padding: 3.75rem 0;
   }
   .homepage-layout .two-col-eq-content-wrapper .m-content-two-columns--new {
      padding: 0 0 7.5rem;
   }
   .homepage-layout .clients-gallery-wrapper .m-listing-clients {
      padding: 0 0 7.5rem;
   }
}

@media (min-width: 1440px) {
   .brand-solutions-inner-layout .body-container-wrapper .dnd-section {
      padding:4.5rem 0;
   }
   .m-block-title {
      padding:0 0 3rem;
   }
   .m-content-expertise,
   .m-content-work {
      padding:0 0 9rem;
   }
   .m-content-expertise:nth-of-type(2),
   .m-content-work:nth-of-type(2) {
      padding:9rem 0;
   }
   .m-content-expertise .m-text-stats,
   .m-content-work .m-text-stats {
      padding:9rem 0 0;
   }
   .m-teaser-case-studies,
   .m-teaser-updates,
   .m-teaser-work {
      padding:0 0 4.5rem;
   }
   .m-teaser-case-studies .m-flex-container:first-of-type,
   .m-teaser-updates .m-flex-container:first-of-type,
   .m-teaser-work .m-flex-container:first-of-type {
      padding:0 0 4.5rem;
   }
   .transformation-inner-layout .content-with-animation-wrapper .m-content {
      padding: 4.5rem 0;
   }
   .careers-layout .content-with-animation-wrapper .m-content {
      padding: 9rem 0;
   }
   .content-with-animation-wrapper.top_bottom_spacing .m-content {
      padding: 4.5rem 0;
   }
   .homepage-layout .two-col-eq-content-wrapper .m-content-two-columns--new {
      padding: 0 0 9rem;
   }
   .homepage-layout .clients-gallery-wrapper .m-listing-clients {
      padding: 0 0 9rem;
   }
}

@media(max-width: 480px) {
   .transformation-layout .m-sub-title {
      font-size: 2em;
   }
}