.m-floorPlanImage__buttons .button, 
.m-floorPlanImage__buttons .textLink {
  display: block;
  text-align: center;
}
div#specialist ul li {
  font-size: 18px;
}
.m-floorPlanImage__buttons .hs_cos_wrapper_type_cta:not(:last-child), 
.m-floorPlanImage__buttons .textLink:not(:last-child) {
  margin-bottom: 20px;
}
.m-floorPlanImage__buttons.mobile-btn{ display:none;}
.m-floorPlanImage__buttons a:first-child {
  margin-right: 10px;
}
a.moreless-button {
  display: none;
}


body.lan-fr div#truecost .def_mar h2 {
  direction: ltr;
}

@media (min-width: 768px) {
  .m-floorPlanImage__buttons .button, 
  .m-floorPlanImage__buttons .textLink {
    display: inline-block;
  }

  .m-floorPlanImage__buttons .hs_cos_wrapper_type_cta:not(:last-child), 
  .m-floorPlanImage__buttons .textLink:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}


.main-wrapper {
    gap: 40px;
    padding: 0px
}

.main-wrapper,.project-container {
    display: flex;
    flex-direction: column
}

.project-container {
    background: #fff;
    overflow: hidden;
    position: relative;
      margin-bottom: 50px;
    transition: transform .3s ease
}


.project-container.full_width_image{
    background-size: cover !important;
    background-position: center center !important;
  margin-bottom:0px;
}


.project-container.active {
    display: flex;
    flex-direction: row
}

.project-image {
    margin: 0 auto;
    overflow: auto;
    width: 50vw;
    position: relative;
    cursor: pointer;
}

.project-image img {
    height: auto;
    width: 100%;
}
.project-title {
    display: none;
}



.project-image:hover .project-title {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    height: 100%;
    background: #0000006b;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.project-details {
    align-items: center;
    background: #f9f9f9;
    display: none;
    flex-direction: row;
    max-height: 900px;
    overflow-x: auto;
    position: relative;
    width: 100%
}

.project-container.full_width_image .project-title {
    align-items: center;
    background: #0000006b;
    color: #fff;
    display: flex;
    font-size: 6rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 100%;
    font-family: owners, sans-serif;
}


.project-container.full_width_image .project-image {

    width: 100vw;
  height:100vh;
}

.m-flexibleImage__image{ transition: transform .3s ease;    height: auto;
   
    width: 100%;
}


.project-container.full_width_image.fixed-image {
    background-attachment: fixed !important;
}
.details-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px;
  background:#fff;

  margin-bottom: 40px;
}


.details-container::-webkit-scrollbar-track{
  display:none;
}
.details-container::-webkit-scrollbar{
  display:none;
}
.details-container::-webkit-scrollbar-thumb{
  display:none;
}

.project-container.active .project-image {
    display: none;
    transition: transform .3s ease
}

.section {
    flex: 0 0 80vw;
    height: 100vh;
    overflow: hidden;
  max-height: 900px;
}

.project-container.active .project-details {
    display: flex;
    height: 100%;
    display: contents;
}

.details-container {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    padding: 20px;
    white-space: inherit;
}
.scroll-arrow {
    color: #ccc;
    cursor: pointer;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    user-select: none;
    z-index: 1;
}

.left-arrow  {
     left: 10px;
     position: absolute;
     width: 60px;
     height: 60px;
     background-size: cover;
     opacity:0.5;
     font-size: 40px!important;
     background-color: #000;
     border-radius: 50%;
     text-align: center;
     padding: 20px 13px;
     line-height: 25px !important;
    font-weight:normal!important;
}

.right-arrow {
    right: 10px;
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: cover;
    opacity: 0.5;
    font-size: 40px !important;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    padding: 20px 13px;
    line-height: 25px !important;
  font-weight:normal!important;
}

.left-arrow:hover,
.right-arrow:hover {
    opacity: 1;
}




.project-container.full_width_image .project-image{

}

@media (max-width:991px){
    .arrow {
        font-size: 0px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .project-container.full_width_image .project-title,
    .project-image:hover .project-title{    font-size: 1.5rem;}

     .right-arrow,
    .left-arrow { display:none!important; }

}





.m-contactCards__buttons .button, 
.m-contactCards__buttons .textLink {
  display: block;
  text-align: center;
}
div#specialist ul li {
  font-size: 18px;
}
.m-contactCards__buttons .hs_cos_wrapper_type_cta:not(:last-child), 
.m-contactCards__buttons .textLink:not(:last-child) {
  margin-bottom: 20px;
}
.m-contactCards__buttons.mobile-btn{ display:none;}
.m-contactCards__buttons a:first-child {
  margin-right: 10px;
}
a.moreless-button {
  display: none;
}


body.lan-fr div#truecost .def_mar h2 {
  direction: ltr;
}

@media (min-width: 768px) {
  .m-contactCards__buttons .button, 
  .m-contactCards__buttons .textLink {
    display: inline-block;
  }


  .m-contactCards__buttons .hs_cos_wrapper_type_cta:not(:last-child), 
  .m-contactCards__buttons .textLink:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
      .o-contactCards .row.white-section {
          display: flex;
          flex-direction: column;
      }
}


.row.white-section {
    padding: 80px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 30px;
    text-align: center;
  box-shadow: 0px 0px 30px #0000001A;
}
.row.white-section .span6:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -3%;
    border-right: 2px dashed #000;
    top: 0;
}

.row.white-section .span6 {
    position: relative;
}

.row.white-section .span6:last-child:after {
    display: none;
}



@media (max-width:991px){

    .row.white-section {
        padding: 40px;
        width: 90%;
        gap: 40px;
      }
    .row.white-section .span6:after {
        border-right:0px dashed #000;
        content: "";
        height: 2px;
        position: absolute;
        right: 0;
        bottom: -20px;
        top: auto;
        width: 100%;
        border-bottom: 2px dashed #000;
    }
}

.m-flexibleImage__buttons .button, 
.m-flexibleImage__buttons .textLink {
  display: block;
  text-align: center;
}
div#specialist ul li {
  font-size: 18px;
}
.m-flexibleImage__buttons .hs_cos_wrapper_type_cta:not(:last-child), 
.m-flexibleImage__buttons .textLink:not(:last-child) {
  margin-bottom: 20px;
}
.m-flexibleImage__buttons.mobile-btn{ display:none;}
.m-flexibleImage__buttons a:first-child {
  margin-right: 10px;
}
a.moreless-button {
  display: none;
}


body.lan-fr div#truecost .def_mar h2 {
  direction: ltr;
}

@media (min-width: 768px) {
  .m-flexibleImage__buttons .button, 
  .m-flexibleImage__buttons .textLink {
    display: inline-block;
  }

  .m-flexibleImage__buttons .hs_cos_wrapper_type_cta:not(:last-child), 
  .m-flexibleImage__buttons .textLink:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  #Pastoral .m-flexibleImage__buttons.mobile-btn{ display:block;}
  #Pastoral .m-flexibleImage__buttons.d-btn { display: none;}
  div#standard { margin-top: -8px;}
}


#truecost .button{margin-bottom:50px;}


.row.m-flexibleCardListing__cardsRow.slider-card {
    flex-direction: column;
    align-items: center;
    text-align: right;
}




.popup-modal .modal-content {
    border-radius: 60px
}

.popup-modal .modal-body {
    padding: 0
}

.popup-modal .menucard-image {
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    max-height: 250px;
    min-height: 250px;
    overflow: hidden;
    width: 100%
}

.popup-modal img.menucard__image {
    object-fit: cover;
    width: 100%
}

.popup-modal .modal-dialog {
    max-width: 665px
}

.popup-modal .menucard__copy {
    padding: 40px 40px 20px
}

.popup-modal ul.allergens-list li,.popup-modal ul.ingredients-list li {
    background: var(--light_peach);
    border-radius: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    padding: 2px 10px
}

.popup-modal ul.allergens-list,.popup-modal ul.ingredients-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding-left: 0
}

.popup-modal ul.ingredients-list li {
    background: Var(--light_apple)
}

.popup-modal .cards__menucard.card {
    border-radius: 60px;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%
}


.mfp-close {
    display: none
}

.mfp-wrap {
    z-index: 99999999999999
}

.popup-modal .cards__menucard.card h4 {
    margin-bottom: 15px
}

.mfp-close-btn-in .mfp-close {
    color: transparent!important
}

@media(max-width: 991px) {
    .popup-modal .modal-content {
        border-radius:30px
    }

    .popup-modal .cards__menucard.card {
        border-radius: 30px;
        overflow: hidden
    }
}
/*! 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.
 */

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0; font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
}

/**
 * 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 */
  background-color:transparent !important;
}


/**
 * 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;
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

@media (max-width: 991px) {

      .row {
          justify-content: center;
     
      }
  .row-fluid {
    display: flex;
    width: 100%;
    flex-direction: column;
}
}
/* Desktop layout */

@media (min-width: 991px) {
  
   .row-fluid {
   justify-content: space-between;
     gap: 40px; 
    
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
  

}
.dnd-section>.row-fluid{

}
.dnd-section>.row-fluid{
    margin: 0 auto;
    max-width: 100% !important;
    width: 100%;
    padding: 0px;
}

.container {
    margin: 0 auto;
    max-width: 1450px !important;
    width: 100%;
    padding: 40px 40px;
}
.dnd-section .dnd-column {
    padding: 0;
}
@media (max-width: 1023px) {

    .dnd-section>.row-fluid{

    }
}



@media (max-width: 991px) {

    .dnd-section>.row-fluid{
          padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999
}

.modal-dialog {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 auto
}

.modal-content {
    border: 0
}

.modal:not(.-video) .modal-content {
    border: 0;
    border-radius: 0;
    border-top: 10px solid var(--red);
    height: auto
}

.modal .modal-body {
    padding: 50px
}

.modal-body .modal-close {
    height: 26px;
    right: 30px;
    top: 50px;
    width: 26px
}

.modal-body .modal-close img {
    width: 100%
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:none
    }
}

@media (min-width: 992px) {
    .modal {
        background-color:#292b33
    }

    .modal-dialog {
        align-items: center;
        display: flex;
        height: 100%;
        margin: 0 auto;
        max-width: 1170px
    }

    .contact-form .modal-dialog {
        align-items: flex-start;
        display: flex;
        height: 100%;
        margin: 0 auto;
        max-width: 875px
    }

    .modal-content {
        border: 0;
        border-radius: 12px;
        height: auto
    }

    .modal-body {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        position: relative
    }

    .modal-close {
        cursor: pointer;
        position: absolute;
        right: 50px;
        top: 50px
    }

    .modal-content .hbspt-form {
        width: 100%
    }
}

.modal.-video {
    background-color: rgba(77,39,119,.9)
}

.modal.-video .modal-dialog {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal.-video .modal-content {
    background-color: transparent;
    margin: 0 15px
}

.modal.-video .modal-body {
    padding: 0
}

.modal.-video .videoWrapper {
    border-radius: 12px;
    overflow: hidden
}

.modal.-video .modal-close {
    bottom: calc(100% + 15px);
    right: 0;
    top: auto
}

.modal-body .modal-close {
    background-image: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Close.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    z-index: 9999
}



.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:focus,.close:hover {
    color: #000;
    opacity: .75;
    text-decoration: none
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    padding: 0
}

.modal,.modal-open {
    overflow: hidden
}

.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content,.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    border-top: 1px solid #e9ecef;
    justify-content: flex-end;
    padding: 1rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width: 576px) {
    .modal-dialog {
        margin:1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}


.testmonial-section h2{text-align:center;}

@media (max-width: 992px) {
  .testmonial-section h2{text-align:left;}
}




.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.row {
    display: flex
;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
  justify-content: space-between;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto
}

.col-1,.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-2,.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-4,.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-8,.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-10,.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}


.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,:after,:before {
        box-shadow: none!important;
        text-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,body {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-21by9:before {
    padding-top: 42.857143%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column,.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column,.flex-sm-row {
        -webkit-box-direction: normal!important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column,.flex-md-row {
        -webkit-box-direction: normal!important
    }

    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column,.flex-lg-row {
        -webkit-box-direction: normal!important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column,.flex-xl-row {
        -webkit-box-direction: normal!important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    -webkit-clip-path: none;
    clip-path: none;
    white-space: normal
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}
* {
    box-sizing:border-box;
}

:focus {
  outline-color: green;
}
.disable-focus-styles :focus {
  outline:0!important;
}

html {
  scroll-behavior:smooth;
}

img {
    max-width:100%;
    height:auto;
}

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

@media(max-width:991px){
    .hero-section.right-image.dnd-section>.row-fluid {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
  
      .right-image .smart-cta .image-col img {
        width: 100%;
    }
}



.content-wrapper {
  max-width: 2500px;
  margin: 0 auto;
  padding: 0;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding:0;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 2500px;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
.nunito-sans-<RUBIX FONT> {
  font-family: "Nunito Sans", serif;
  font-optical-sizing: auto;
  font-weight: <500>;
  font-style: italic;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
/*
| The principal behind the way typography is managed on this site is to
| allow as much definition to be dynamic as possible. This means minimizing
| the use of absolute line heights and letter spacing - favoring ems - as 
| well as using elements to determine spacing.
|
| Useful formulae for transcribing values with their best practice use cases:
|
| letter-spacing    = [Letter Spacing in px] / [Font Size in px] (em)
| letter-spacing    = [Adobe Tracking value] / 1000 (em)
| line-height       = [Line Height in px] / [Font Size in px] (em)
|
| For purposes of site styles, font sizes may be expressed in pixels or
| rems. Rems are assuming the base font size has been calculated to 10px
| and can be interpreted by dividing your intended size by 10.
| To put it plainly, 16px = 1.6rem.
|
*/

  @import url("https://use.typekit.net/btp2mmx.css");






























html {
  font-size: 15px;
}

body {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 15px;
  word-break: break-word;

  
}


body {

    background-color: #ffffff;

}


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

/* Paragraphs */
p {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height:1.6;
  
}

/* Anchors */
a {
    font-style: normal;
    text-decoration: none;
    color: #000;
    font-weight: 900;

}

a:active, 
a:focus, 
a:hover {
   
}


h1,
h2,
h3,
p{margin-bottom:25px;margin-top: 0px;        }

p:last-child{margin-bottom:30px;}

h1,
h2,
h3,
h4,
h5,
h6,
p{
    word-wrap: break-word;
    white-space: break-spaces;
}
/* Headings */
h1,
.widget-type-header h1,
.widget-type-rich_text h1,h1 {

  color: #000000;
  font-size: 38px;
  line-height:48px;
  text-transform: uppercase;
   font-family: "Nunito Sans", serif;
  font-weight:900;
  margin-bottom:25px;
  margin-top:0px;
   font-family: "Nunito Sans", serif;
}


h2,
.widget-type-header h2,
.widget-type-rich_text h2,h2 {

  color: #000000;
  font-size: 32px;
  line-height:44px;
  text-transform: uppercase;
  font-family: "Nunito Sans", serif;
    font-weight:900;
    margin-bottom:25px;
  margin-top:0px;
   font-family: "Nunito Sans", serif;
}

h3,
.widget-type-header h3,
.widget-type-rich_text h3 {

  color: #000000;
  font-size: 20px;
  line-height:24px;
  text-transform: none;
   font-family: "Nunito Sans", serif;
    font-weight:900;
    margin-bottom:25px;
  margin-top:0px;

}

h4,
.widget-type-header h4,
.widget-type-rich_text h4 {

  color: #000000;
  font-size: 18px;
  line-height:22px;
  text-transform: none;
   font-family: "Nunito Sans", serif;
    font-weight:900;
    margin-bottom:25px;
  margin-top:0px;
}
h5,
.widget-type-header h5,
.widget-type-rich_text h5 {

  color: #000000;
   font-size: 16px;
  line-height:18px;
  text-transform: none;
   font-family: "Nunito Sans", serif;
    font-weight:900;
    margin-bottom:25px;
  margin-top:0px;
}
h6,
.widget-type-header h6,
.widget-type-rich_text h6 {

  color: #000000;
    font-size: 12px;
  line-height:14px;
  text-transform: none;
   font-family: "Nunito Sans", serif;
  margin-bottom:15px;
  margin-top:0px;
    font-weight:900;
}

@media only screen and (min-width:768px) {
  h1,
  .widget-type-header h1,
  .widget-type-rich_text h1 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
    color: #000000;
    font-size: 47px;
    text-transform: uppercase;
     font-family: "Nunito Sans", serif;
     font-weight:900;
    line-height: 1.1;
    
  }
    h2,
  .widget-type-header h2,
  .widget-type-rich_text h2 {

    color: #000000;
    font-size: 38px;
    text-transform: uppercase;
     font-family: "Nunito Sans", serif;
     font-weight:900;
    line-height: 1.1;
  }
h3,
  .widget-type-header h3,
  .widget-type-rich_text h3 {
   
    color: #000000;
    font-size: 30px;
    text-transform: none;
     font-family: "Nunito Sans", serif;
     font-weight:900;
    line-height: 1.1;
  }
h4,
  .widget-type-header h4,
  .widget-type-rich_text h4 {

    color: #000000;
    font-size: 24px;
    text-transform: none;
     font-family: "Nunito Sans", serif;
     font-weight:900;
    line-height: 1.1;
  }
h5,
  .widget-type-header h5,
  .widget-type-rich_text h5 {

    color: #000000;
    font-size: 16px;
    text-transform: none;
     font-family: "Nunito Sans", serif;
     font-weight:900;
    line-height: 1.1;
  }
h6,
  .widget-type-header h6,
  .widget-type-rich_text h6 {

    color: #000000;
    font-size: 14px;
    text-transform: none;
    font-family: "Nunito Sans", serif;
     font-weight:900;
    line-height: 1.1;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 2em;
  padding-left: 22px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

.no-list ul,
ul.no-list {
  list-style: none;
}
.hs_cos_wrapper_type_inline_rich_text li + li {
  margin-top:1em;
}
.hs_cos_wrapper_type_inline_rich_text ul ul {
  margin-top:1em;
}


li {
    margin-bottom: 20px;
    line-height: 1.4;
   word-wrap: break-word;
    
}

li:last-child {
    margin-bottom: 30px;
 
}


/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid ;
  margin: 0 0 1em;
  padding-left: 1em;
}

/* Horizontal rules */

hr {
  background-color: var(--c-black);
  border: none;
  color: var(--c-black);
  height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@media(max-width:1024px){
  .widget-type-header h1,
  .widget-type-rich_text h1,h1{
    font-size:45px;
  }
}

@media(max-width:767px){
  .widget-type-header h1,
  .widget-type-rich_text h1,h1{
    font-size:36px;
    margin-bottom:20px;
  }
  p,body{ font-size:14px;margin-bottom:20px;}
  .widget-type-header h2,
  .widget-type-rich_text h2,h2{
    font-size:24px;
    margin-bottom:20px;
    line-height: 35px;
  }
.widget-type-header h4, 
  .widget-type-rich_text h4,
  h4{
    font-size:16px;
    margin-bottom:15px;
  } 
  .widget-type-header h5, 
  .widget-type-rich_text h5, 
    h5{margin-bottom:15px;}
}


}


.cta-btns {
    align-items: center;
    display: flex;
    text-align: center;
    gap: 10px;
}


button,
.button,
.hs-button, 
.hs-blog-post-listing__post-button,
a.primary-button{

    background-color: rgba(0, 0, 0, 1.0);
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 30px 12px 30px;
    border-radius: 0;
    position: relative;
    margin-bottom: 10px;
    border: 0px;
    text-transform: uppercase;
      white-space: nowrap;
}

a.primary-button:hover {
    box-shadow: 5px 5px 0px 0px #d8d8d8;
}



a.secondary-button{
    background: #FFF;
    letter-spacing: .16px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 12px 30px;
    border-radius: 0;
    position: relative;
    margin-bottom: 10px;
    border: 2px solid #000000;
    text-transform: uppercase;
}



a.secondary-button:hover {
    box-shadow: 5px 5px 0px 0px #d8d8d8;
}

a.tertiary {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-right: 54px;
    position: relative;
    border: 0px;
    border-bottom: 2px solid transparent;
    background: none;
    padding: 0;
}
a.tertiary:hover {
    border-bottom: 2px solid #000;
      background: none;
}



a.primary_dark {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 30px 12px 30px;
    border-radius: 0;
    position: relative;
    margin-bottom: 10px;
    border: 0px;
    text-transform: uppercase;
}



a.primary_dark:hover {
    box-shadow: 5px 5px 0px 0px #FFF;
}




a.secondary_dark {
    background: #000;
    letter-spacing: .16px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 12px 30px;
    border-radius: 0;
    position: relative;
    margin-bottom: 10px;
    border: 2px solid #fff;
    text-transform: uppercase;
}



a.secondary_dark:hover {
    box-shadow: 5px 5px 0px 0px #000;
}





a.tertiary_dark {
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-right: 54px;
    position: relative;
    border: 0px;
    border-bottom: 2px solid transparent;
    background: none;
    padding: 0;
}
a.tertiary_dark:hover {
    border-bottom: 2px solid #000;
      background: none;
}





.cta-btns a:first-child{margin-right:20px!important;}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus,
{
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 1.0);
  border-color: #000000;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  background-color: rgba(40, 40, 40, 1.0);
  border-color: #282828;
}
.cta-btn a:first-child{ margin-right:20px;}
.ripple {
  position: absolute;
  background: rgba(255,255,255,.25);
  border-radius: 100%;
  transform: scale(0.2);
  opacity:0;
  pointer-events: none;
  -webkit-animation: ripple .55s;
  -moz-animation: ripple .55s;
  animation: ripple .55s;
}

@-webkit-keyframes ripple {
  from {
    opacity:1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@-moz-keyframes ripple {
  from {
    opacity:1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  from {
    opacity:1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@media(max-width:991px){
  .cta-btn a:first-child {
    margin-right: 20px;
  }
  
  a.primary-button,
   a.secondary-button,
    a.primary_dark,
    a.secondary_dark{
      width:100%!important;

  }
    
      .cta-btns a:first-child{margin-bottom:20px;margin-right:0px!important;}
    
}
@media(max-width:480px){
  a.primary-button {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  a.secondary-button {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  a.primary_dark{
    width: 100%;
    text-align: center;
  }
  .cta-btn a:first-child{ margin-right:0; margin-bottom:20px;}
}
:root {

}



.background {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.background.-parallax {
    background-attachment: inherit
}

.background.-blackout {
    background-color: var(--blackout)
}

.background.-white {
    background-color: var(--white)
}


.background.-grey {
    background-color: var(--grey)
}

.background.-grey80 {
    background-color: var(--grey80)
}

.background.-grey60 {
    background-color: var(--grey60)
}

.background.-grey25 {
    background-color: var(--grey25)
}

.background.-grey15 {
    background-color: var(--grey15)
}

.background.-grey5 {
    background-color: var(--grey5)
}

@media (min-width: 1200px) {
    .background.-parallax {
        background-attachment:fixed
    }
}
















/* Submit button */



form .hs-button:active,form input[type=submit]:active {
    background-color: #ffe441;
    border-color: #282828
}

::-webkit-input-placeholder {
    color: grey;
    opacity: 1
}

::-moz-placeholder {
    color: grey;
    opacity: 1
}

:-ms-input-placeholder {
    color: grey;
    opacity: 1
}

:-moz-placeholder {
    color: grey;
    opacity: 1
}

::placeholder {
    color: grey;
    opacity: 1
}

.submitted-message,form {
   
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

form .input ul.inputs-list li label input[type=checkbox]+span {
        align-items: flex-start;
    display: flex
}

.form-title {
    color: #000
}

form .input ul.inputs-list li label input[type=checkbox]:checked+span:before {
    background: var(--water) url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/tick.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px
}

form .input ul.inputs-list li label input[type=checkbox] {
    display: none!important;
    opacity: 0
}

form .input ul.inputs-list li label input[type=checkbox]+span:before {
  background: #fff;
    border: 2px solid var(--black);
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 10px;
    margin-top: -3px;
    max-width: 17px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 100%;  
}

.hs-form-field {
    margin-bottom: 0;
}

li.hs-form-booleancheckbox span {
    color: #000;
    font-size: 16px
}

form label {
    color: #000;
    display: block;
    margin-bottom: .35rem;
    padding-top: 0;
    text-align: left;
    width: auto;
    letter-spacing: 0.5px;
}

.hidden-labels .hs-fieldtype-select label,.hidden-labels .hs-fieldtype-text label,.hidden-labels .hs-fieldtype-textarea label {
    display: none
}

form legend {
    color: #7a7a7a;
    font-size: 18px
}

.input {
    position: relative
}

.grecaptcha-badge {
    margin: 0!important
}

input[type=email],input[type=file],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea {
    background-color: #fff;
    border: 2px solid #d1d6dc;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    line-height: 1;
    padding: 21px 30px;
    width: 100%
}

input[type=email]:focus,input[type=file]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus {
    outline: none
}

fieldset {
    max-width: 100%!important
}

fieldset.form-columns-2,fieldset.form-columns-3 {
    display: flex
}

fieldset .hs-form-field {
    float: none!important;
    width: 100%!important
}

fieldset .hs-form-field+.hs-form-field {
    margin-left: 15px;
}

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

.inputs-list>li {
    display: block;
    margin: .7rem 0;
    padding: 0;
    width: 100%
}

.inputs-list input,.inputs-list span {
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle
}

.hs-input[type=checkbox],.hs-input[type=radio] {
    border: none;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin-right: .35rem;
    padding: 0;
    width: auto
}

.hs-fieldtype-date .input .hs-dateinput:before {

    content: "\01F4C5";
    position: absolute;
    right: 35px;
    top: 23%;
}


input[type=file] {
    background-color: transparent;
    border: initial;
    box-shadow: none;
    line-height: normal;
    padding: initial
}

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

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

form .header {
    background-color: transparent;
    border: none
}

.legal-consent-container .hs-form-booleancheckbox-display>span,.legal-consent-container .hs-form-booleancheckbox-display>span p {
    font-size: 18px;
    margin-left: 10.666666666666666px
}

.hs-form-required {
    color: red
}

.hs-input.invalid.error {
    border-color: #ef6b51;

}

.hs-error-msg,.hs-error-msgs {
    color: #ef6b51;
    margin-top: 16px
}



form .actions{position:relative;text-align:left;}



.grecaptcha-badge {
    margin: 0 auto
}

.form-dark input::-webkit-input-placeholder {
    color: #fff
}

.form-dark input::-moz-placeholder {
    color: #fff
}

.form-dark input:-ms-input-placeholder {
    color: #fff
}

.form-dark input:-moz-placeholder {
    color: #fff
}

.form-dark input[type=email],.form-dark input[type=file],.form-dark input[type=number],.form-dark input[type=password],.form-dark input[type=tel],.form-dark input[type=text],.form-dark select,.form-dark textarea {
    background-color: var(--c-black);
    color: var(--c-white)
}

.form-dark .hs-button {
    background-color: var(--c-white);
    color: var(--c-black)
}

.single-line-form form {
    display: flex;
    justify-content: center
}

.single-line-form .hs-form-field {
    flex-grow: 1;
    margin-right: -30px
}

.single-line-form label {
    display: none
}

.single-line-form .hs-error-msgs {
    display: none!important
}

@media only screen and (max-width: 991px) {
    .form-module .row-fluid {
        display:block
    }

    .form-module .row-fluid>div {
        width: 100%!important
    }
}

@media only screen and (max-width: 768px) {
    .single-line-form .hs-button {
        font-size:16px
    }
}

@media only screen and (max-width: 767px) {
    .single-line-form form {
        display:block
    }
}


form {
    background: transparent;
    margin: 0 auto;
    max-width: 600px;
}

form input[type=email] {
    border: 1px solid #000000;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    padding: 7px 20px
}

.submitted-message {
    background: transparent;
    line-height: 1.9;
    margin: 0 auto;
    max-width: 330px
}







form input::-webkit-input-placeholder {
    color: #9b9b9b
}

form input:-moz-placeholder,form input::-moz-placeholder {
    color: #9b9b9b
}

form input:-ms-input-placeholder {
    color: #9b9b9b
}


fieldset.form-columns-2>div {
    width: 48.7%!important
}

fieldset.form-columns-2 div:first-child {
    margin-right: 15px
}

fieldset.form-columns-1 .hs-input {
    width: 100%!important
}

input[type=email],input[type=file],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea {
    margin-bottom: 25px;
    padding: 10px 15px!important
}

textarea {
    height: 200px
}

.input {
    margin: 0!important
}

.hs_submit.hs-submit {
    text-align: center
}


.form-title {
    background: transparent;
    display: none
}

.inputs-list>li label {
    color: var(--black);
    display: block;
    font-size: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 900;
    line-height: normal;
    line-height: 26px
}

input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    background: var(--white);
    border: 2px solid var(--black);
    border-radius: 0;
    color: var(--black)!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    padding: 21px 16px;
    border: 1px solid #000;
}

label {
    color: #000;
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    flex-basis: 100%;
    flex-direction: row;
}

.hs_countrys select {
    background-position-x: 91%!important
}


::-ms-input-placeholder {
    color: #000000cc!important
}

::placeholder {
    color: #000000cc!important
}

.hs-error-msg,.hs-error-msgs {
    color: var(--red)!important;
    font-size: 12px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: normal!important;
    margin-bottom: 20px!important;
    margin-top: -30px!important;
    text-transform: none!important
}

input:active,input:focus {
    background: var(--light_water)!important;

}

@media (max-width: 767px) {

    fieldset.form-columns-2>div {
        margin-left: 0!important;
        width: 100%!important
    }

    fieldset.form-columns-2,.custom-module-tabsfieldset.form-columns-3 {
        display: flex;
        flex-direction: column
    }

    fieldset.form-columns-2 div:first-child {
        margin-right: 0
    }



    fieldset.form-columns-2 .hs-input {
        width: 100%!important
    }

  
    .hs_countrys select {
        background-position-x: 96%!important
    }
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-image: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Select-Dropdown.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    border-radius: 5px;
    margin-right: 5rem !important;
    padding: 10px 21px !important;
    position: relative;
    display: block;
    background-position: right 20px center;
}

.submitted-message {
    background: transparent;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center
}
.hs-fieldtype-checkbox>label>span,
.hs-fieldtype-radio>label>span {
    /* border-bottom:2px solid #000; */
    /* display: inline-block; */
    font-size: 16px;
    font-style: normal;
    font-weight: 900!important;
    line-height: 29px;
    /* margin-bottom:25px; */
    /* width:100%; */
}
.hs-fieldtype-checkbox{margin-bottom:30px}
.hs-fieldtype-checkbox>label,
.hs-fieldtype-radio>label {
    border-bottom: 2px solid #000;
      margin-bottom: 25px;
}



.hs-fieldtype-booleancheckbox ul li:last-child {
    margin-bottom: 20px
}

.hs-fieldtype-radio {
    margin-top: 50px
}

.hs-form-booleancheckbox span,.hs-form-radio span {
    text-transform: none!important
}

.hs-fieldtype-radio ul li span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-left: 8px
}

label ul li label input {
    float: left;
    width: 20px
}

.hs-fieldtype-radio .inputs-list>li label {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

input[type=radio] {
    appearance: none!important;
    border: 2px solid #000;
    border-radius: 50%!important;
    box-sizing: border-box!important;
    height: 24px!important;
    line-height: 24px!important;
    margin: 0 5px 15px 0!important;
    min-width: 24px!important;
    padding-block:0!important;padding-inline:0!important;padding: 0!important;
    position: relative!important;
    transition: all .2s linear;
    width: 24px!important
}

input[type=radio]:checked {
    background-color: #000;
    box-shadow: inset 0 0 0 5px var(--water)
}


@media(max-width:991px){
    fieldset.form-columns-2, 
    fieldset.form-columns-3 {
        display: flex;
        flex-direction: column;
    }
  
  fieldset .hs-form-field+.hs-form-field {
      margin-left: 0;
  }
  
    .form-columns-3 .hs-form-field .hs-input {
        width: 100% !important;
    }


}














table {
  border-collapse: collapse;
  border: 0;
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
th,
td {
  border: 1px solid #aaa;
  background-clip: padding-box;
  scroll-snap-align: start;
}
tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}
thead {
  z-index: 1000;
  position: relative;
}
th,
td {
  padding: 0.6rem;
  min-width: 6rem;
  text-align: left;
  margin: 0;
  border: 1px solid #000000;

  padding: 18px;

  color: #000000;
}
thead th {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #FFFFFF;
  position: sticky;
  top: 0;
  border-top: 0;
  background-clip: padding-box;
}
thead th.pin {
  left: 0;
  z-index: 1001;
  border-left: 0;
}
tbody th {
  background-clip: padding-box;
  border-left: 0;
}
tbody {
  z-index: 10;
  position: relative;
}
tbody th {
  position: sticky;
  left: 0;
}
thead th,
tbody th {
  background-color: #f8f8f8;
}
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.footer {
  background-color:rgba(0, 0, 0, 1.0);
  padding: 25px 12px;

}

.footer__container {
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 80px;
    gap: 40px;
}
.copy-content p {
  font-size: 12px;
  font-weight: 300;
}
.copy-content p a{
  font-weight: 700;
  color:#fff;
}
.copy-content p span {
  color: #f9bc19;
}
.copy-content p a:hover{ border-bottom:1px solid #f9bc19;}
/* Footer content tags */
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}


@media(max-width:767px){

  .footer-row-0-padding{ padding:0 !important;}
  .copy-content p {
    font-size: 10px;
  }
  .copy-content p a{
    display:block;
  }
}


.footer {
  padding: 70px 40px 20px 40px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.footer-newsletter {
  margin-bottom: 70px;
}

.footer-newsletter h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-newsletter form {
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    background: var(--yellow);
    padding: 30px 60px 25px 60px;
    border-radius: 40px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-newsletter h4 {
    color: #000;
    margin-bottom: 0px;
    font-size: 27px;
    font-style: normal;
    font-weight: 900;
    line-height: 39px;
}

.footer-newsletter>div:first-child {
    width: 41%;
}

.footer-newsletter div:first-child {
    flex-basis: 15%;
    text-align: left;
    margin-bottom: 0;
}


.footer-newsletter .hs_firstname {
    width: 18%;
    margin-bottom: 25px;
}
.footer-newsletter .hs_lastname {
    width: 18%;
    margin-bottom: 25px;
}
.footer-newsletter .hs_email {
    width: 30%;
    margin-bottom: 25px;
}
.footer-newsletter .hs_submit{}
.footer-newsletter .hs_submit .hs-button[type="submit"]{
    background: #000;
    color: #fff;
    margin-bottom: 3px;
    position: relative;
    display: block;
}

.footer-newsletter .hs_firstname input[type=text],
.footer-newsletter .hs_lastname input[type=text],
.footer-newsletter .hs_email input[type=email] {border-radius: 5px;border: 2px solid #000;background: white;padding: 17px 30px;}

.footer-newsletter .hs_firstname label span,
.footer-newsletter .hs_lastname label span,
.footer-newsletter .hs_email label span {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}


.footer-details {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    flex-basis: 24%;
}

.privacy-links a {
    font-style: normal;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border-bottom: 0px solid #F9BC19;
    opacity: 0.5;
    font-size: 16px;
    line-height: 20px;
    padding-left: 5px;
}

.footer-newsletter form .actions {
    position: relative;
}

.footer-newsletter form .actions:after {
        content: "";
        background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Arrow-dark-bg.svg) no-repeat;
        position: absolute;
        right: 25px;
        width: 18px;
        height: 18px;
        top: 16px;
        display: block;
}

.footer-logos img {
  max-height: 50px;
  margin: 0 10px;
}

.footer-links {
    display: flex
;
    justify-content: flex-start;
    margin: 0px 0;
    flex-basis: 50%;
}

.footer-column {
  text-align: left;
}

.footer-column h3 {
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #000;
}

.footer-sm-section {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
      align-items: center;
}

.footer-mow-logo {
    flex-basis: 10%;
    text-align: left;
}


.footer-mow-logo a {
    background: none;
    border: none;
}
.footer-mow-logo img {
    width: 147px !important;
}


.footer-social {
    display: flex;
    gap: 10px;
    text-align: right;
    justify-content: flex-end;
    width: 137px;
    flex-wrap: wrap;
    flex-basis: 19%;
    color: #fff;
    max-width: 137px;
   min-width: 137px;
}

.footer-social a{
    background-repeat: no-repeat!important;
    width: 40px;
    height: 40px;
    display: block;
    border-bottom: 0px;
    filter: brightness(0) invert(1);
}


a.icon_facebook {
    background: url(//44898660.fs1.hubspotusercontent-na1.net/hubfs/44898660/raw_assets/public/therubixcollective/images/Facebook-icon.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    border-bottom: 0px;
    filter: grayscale(0%);
    filter: brightness(0) invert(1);
}

 {}

.footer-social a.icon_instagram {background: url(//44898660.fs1.hubspotusercontent-na1.net/hubfs/44898660/raw_assets/public/therubixcollective/images/Instagram-icon.svg);}

.footer-social a.icon_twitter {background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-X-resting.svg);}

.footer-social a.icon_tiktok {background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-Tiktok-resting.svg);}

.footer-social a.icon_linkedin {background: url(//44898660.fs1.hubspotusercontent-na1.net/hubfs/44898660/raw_assets/public/therubixcollective/images/Linkedin-Icon.svg);}

.footer-social a.icon_spotify {background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-Spotify-resting.svg);}



.footer-disclaimer {margin: 0px 0 0px 0;font-size: 12px;color: #777;display: flex;border-top: 1px solid #707070;padding-top: 20px;}

.copyrights-text p {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px;
    opacity: 0.5;
}

.footer-disclaimer ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-disclaimer ul li a {
  text-decoration: none;
  color: #000;
  border: none;
  background: none;
}


.privacy-links {
    flex: 2 0 auto;
      display: flex;
    justify-content: flex-end;
}


.footer-links-section {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-logos {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 50%;
}


.footer-logos img:nth-child(1) {
    width: 30%;
}

.footer-logos img:nth-child(2) {
    width: 18%;
}

.footer-logos img:nth-child(3) {
    width: 32%;
}



.footer-social span {
    display: flex;
    row-gap: 0;
    text-align: left;
    width: 100%;
    align-items: center;
    flex-basis: 100%;
    flex-wrap: wrap;
    column-gap: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.footer-links>ul {

}


}



.footer-links ul li {flex-basis: 33%;margin-bottom: 0;}

.footer-links ul li ul li a {
 
}

.footer-links ul li>a {color: #fff; border-bottom: none; font-weight: normal; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px;}

.footer-links ul li.hs-menu-depth-1 {
 text-align: left;
 font-size: 16px;
 font-style: normal;
 color: #fff;
 border-bottom: none;
 margin-bottom: 10px;
}

.privacy-links {
    flex: 2 0 auto;
    max-height: 20px;
  font-size: 16px;
    line-height: 20px;
    padding-left: 5px;
}



.privacy-links ul li {
    margin-bottom: 0px;
    height: 18px;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.privacy-links ul li:first-child {border-left: 0px;}


.footer-links .div span {}

.footer-links div span {
    width: 100%;
    display: block;
    position: relative;
}

p.about-us {
    color: #808080;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
      margin-bottom: 0;
}

.privacy-links ul li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-left: 1px solid #000;
    padding-left: 10px;
}

.privacy-links ul li:first-child a {
    border-left: 0px;
    padding-left: 0px;
}


@media(max-width:1280px){
  
  .footer-newsletter form {
      flex-wrap: wrap;
  }
    .footer-newsletter div:first-child {
        flex-basis: 100%;
        text-align: left;
        margin-bottom: 0;
    }
  
}

@media(max-width:991px){
  
  .footer__container {
       display: flex;
            flex-direction: column;
            gap: 40px;
  }
  
  .footer-links ul li.hs-menu-depth-1:nth-child(2), 
  .footer-links ul li.hs-menu-depth-1:nth-child(3), 
  .footer-links ul li.hs-menu-depth-1:first-child {
      
  }
  
  .footer-newsletter form {
     
  }
  
  .footer-newsletter div:first-child {
     
    }
  .footer-newsletter .hs_firstname {
      
    }
  .footer-newsletter .hs_email {
      
    }
  
  .footer-newsletter .hs_submit {
        width: 100%;
    }
      .footer-newsletter .hs_submit .hs-button[type="submit"] {
        
    }
        .footer-newsletter form .actions:after {
         
      }
  .footer-disclaimer {
   
}
    .footer-newsletter h4{margin-bottom: 30px;}
  
      p.about-us {
       
    }
      .footer-links-section {
     
    }

      .footer-links-section {
     
    }
  .copyrights-text p {
        color: #000;
        margin-bottom: 0px;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-top: 0;
    }
      .privacy-links ul li a {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        border-left: 1px solid #000;
        padding-left: 10px;
    }
      .footer-mow-logo {
        flex-basis: 40%;
        text-align: left;
    }
      .footer-mow-logo img {
        width: 117px !important;
    }
    .footer-social {
        display: flex;
        row-gap: 0;
        text-align: left;
        width: 100%;
        align-items: center;
        flex-basis: 60%;
        flex-wrap: wrap;
        justify-content: flex-start;
        column-gap: 10px;
        color: #fff;
    }

        .footer-social span {
              display: block;
        width: 100%;
        text-align: left;
        color: #fff;
                  margin-bottom: 10px;

      }


        .footer-logos {
          display: flex;
          column-gap: 20px;
          align-items: flex-start;
          flex-direction: row;
          flex-wrap: wrap;
      }
  
  
     .footer-links {
        display: flex;
        justify-content: flex-start;
        flex-basis: 25%;
    }
  
}


 



@media (max-width: 480px) {
    .footer-social a {
        width: 25px;
        height: 25px;
        background-size: 25px !important;
    }
  
      .footer-mow-logo img {
        width: 80px !important;
    }
}
  
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{    overflow-y: hidden;text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

.widget-type-rich_text h4{
  margin-bottom:10px;
  margin-top:0;
}
.img-text {
  background-image: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 40% 100%;
}
.left-img {
  background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%284%29.svg');
  background-repeat: no-repeat;
  background-size: 40% 100%;
  background-position: left center;
}
.form-module {
  background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%282%29.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 53% 930px;
}
.form-module form {
  padding: 10px 50px 50px;
  box-shadow: 0 0 10px #cdcdcd;
}
.speaker-sec a.hs-button {
  border-bottom: 2px solid #000;
}
.speaker-sec a.hs-button:hover {
  border-bottom: 2px solid #F9BC19;
  color:#000 !important;
}
.img-text .row-number-6 .row-fluid>div>div a.hs-button {
  padding: 16px 20px 13px !important;
  height: 49px;
}

@media(max-width:1439px){
  .form-module {
    background-size: 59% 930px;
  }
}

@media(max-width:1250px){
  .form-module {
    background-size: 62% 930px;
  }
}

@media(max-width:991px){
  .form-module {
    background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%283%29.svg');
    background-position: center 270px;
    background-repeat: no-repeat;
    background-size: 100% 810px;
  }
}

@media(max-width:767px){
  .img-text,.left-img {
    background-image: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%281%29.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 80% 50%;
  }
  .form-module form {
    padding: 5px 25px 25px;
  }
  .img-text .row-number-6 .row-fluid > div > div {
    width: 100% !important;
  }
  .img-text .row-number-6 .row-fluid > div > div a.hs-button {
    width: 100%;
    text-align: center;
  }
  .speaker-sec .cta-btns {
    padding-left: 0;
  }
}

@media(max-width:640px){
  .img-text,.left-img {
    background-image: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%281%29.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 80% 30%;
  }
}

@media(max-width:480px){
  .speaker-sec .cta-btns {
    padding-left: 0;
    margin-bottom: 20px;
  }
}










:root {
    --blackout: #14151a;
    --darkgrey: #292b33;
    --white: #fff;
    --grey: #4a4d5a;
    --grey80: #6e717b;
    --grey60: #92949c;
    --grey25: #d2d2d6;
    --grey15: #e4e4e6;
    --grey5: #f6f6f7;
    --lato: 'greycliff-cf', sans-serif;
}