/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/**
 * templateType: CSS
 * author: Gracjan Drozdek
 * created: 2022-02-14
 **/




body {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.3;
  font-size: 18px;
  word-break: break-word;
}

/* Paragraphs */

p {
  font-size: 110%;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin: 0 0 11.5px;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4, 
h5, .h5,
h6, .h6 {
  margin: 0 0 11px;
}

h1, .h1 { font-size: 32px; }
h2, .h2 { font-size: 24.3px; }
h3, .h3 { font-size: 28px; }
h4, .h4 { font-size: 20px; }

@media (min-width:768px) {
  h1, .h1 { font-size: 40px; }
  h2, .h2 { font-size: 32.5px; }
  h3, .h3 { font-size: 28px; }
  h4, .h4 { font-size: 20px; }
}

h1, .h1,
h2, .h2 {
  font-weight: 600;
}

h2, .h2 {
  color: #330000;
  text-transform: uppercase;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

main ul {
  list-style-type: none;
  padding: 0;
}

main ul li {
  position: relative;
  padding: 0;
  padding-bottom: 11px;
  margin-left: 30px;
  font-size: 110%;
  font-weight: 300;
}

main ul li:before {
  position: absolute;
  top: 0.4rem;
  left: -30px;
  width: 0.6em;
  height: 0.6em;
  background-color: #FF9933;
  content: "";
}

@media (max-width: 767px) {
  main ul li:before [
    top: 0.45rem;
  ]
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}



/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form ul li:before {
  display: none;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%!important;;
  background: #f5f8fa;
  border: 1px solid #cbd6e2;
  outline: none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background: #330000;
  border: none;
  color: #fff;
  transition: .4s;
  white-space: normal;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 20px;
}

form input[type=submit]:hover,
form .hs-button:hover {
  background: #FF9933;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Form columns */
@media (min-width: 768px) {
  .hs-form .form-columns-3 .hs-form-field:last-child {
    margin-right: 0!important;
    width: 33%;
  }

  .hs-form .form-columns-3 .hs-form-field:last-child .input {
    margin-right: 0!important;
  }
}

/* Legal consent container */
.hs-form .legal-consent-container input[type="checkbox"] {
  margin-top: 4px;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/



.header.header-no-navigation {
  display: flex;
  width: 100%;
}

.header .header-inner {
  width: 100%;
  background: #fff;
  height: 68px;
}

/* Header logo */
.header .header-inner .site-logo .logo {
  width: 200px;
  margin-left: 55px;
  display: inline-block; 
  float: left;
}

.header .header-inner .site-logo .logo a {
  display: block;
  padding: 18px;
  padding-left: 20px;
}

.header .header-inner .site-logo .logo img {
  width: 100%!important;
  height: 33px;
}

.header .header-inner .site-logo .logo-label {
  display: inline-block;
  color: #FF9933;
  letter-spacing: 1.1px;
  position: relative;
  margin-top: 28px;
  font-size: 18px;
}

@media(max-width: 767px) {
  .header .header-inner .site-logo .logo {
    margin-left: 0;
  }
  .header .header-inner .site-logo .logo-label {
    display: none;
  }
}

/* Modules */



footer {
  background-color: #330000;
  padding: 1rem 0;
}

footer.footer-compact a {
  text-decoration: none;
  transition: .3s;
  color: #fff;
}

footer.footer-compact a:hover {
  text-decoration: underline;
  color: #FF9933
}

footer.footer-compact .footer-company-info .contact-data span,
footer.footer-compact .company-data span {
  display: inline-block;
  color: #fff;
}

footer.footer-compact .footer-company-info .contact-data span a, 
footer.footer-compact .footer-company-info .contact-data span,
footer.footer-compact .company-data span {
  font-size: 16px;
  font-weight: 300;
}

footer.footer-compact .footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
} 

footer.footer-compact .footer-menu ul li {
  display: inline-block;
}  

@media (max-width: 767px) {
  footer.footer-compact .footer-menu {
    text-align: center;
  }
}


/* Utilities */



/* TRANSFORMATION */
/*--------------------------------------------------------------------------*/

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.flip {
  transform: scaleX(-1);
}
.w100 { 
  width: 100%; 
}
@media (max-width:767px){
  .sm-w100 {
    width: 100%; 
  }
}


/* ASPECT RATIO BOX */
/*--------------------------------------------------------------------------*/

.aspect-ratio {
  position: relative;
}
.aspect-ratio.ratio-6x4 {
  padding-bottom: 66.6%;
}
.aspect-ratio.ratio-1x1 {
  padding-bottom: 100%;
}
.aspect-ratio.ratio-4x5 {
  padding-bottom: 48.25%;
}
.aspect-ratio.ratio-16x9 { 
  padding-bottom: 56.25%; 
}
.aspect-ratio > img, .aspect-ratio > .placeholder-img, .sm-aspect-ratio > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width:767px) {
  .sm-aspect-ratio {
    position: relative;
  }
  .sm-aspect-ratio.sm-ratio-1x1 {
    padding-bottom: 100%;
  }
  .sm-aspect-ratio.sm-ratio-6x4 {
    padding-bottom: 66.6%;
  }
}

.placeholder-img {
  background-image: url(//6422060.fs1.hubspotusercontent-na1.net/hubfs/6422060/raw_assets/public/Cadventure_2022/images/grayscale-mountain.png);
  background-position: center;
  background-size: cover;
  background-color: #e1e1e1;
}



/* TEXT TRANSFORM */
/*--------------------------------------------------------------------------*/

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-normal {
  text-transform: none;
}


/* FONT COLOR CLASSES */
/*--------------------------------------------------------------------------*/

.font-color-primary,
.color-primary {
  color: #330000;
}
.font-color-secondary,
.color-secondary,
.font-color-soft-blue,
.color-soft-blue {
  color: #FF9933;
}
.font-color-white,
.color-white {
  color: #fff;
}


/* FONT WEIGHT CLASSES */
/*--------------------------------------------------------------------------*/

.font-weight-700, .font-weight-700 p {
  font-weight: 700;
}
.font-weight-600, .font-weight-600 p {
  font-weight: 600;
}
.font-weight-400, .font-weight-400 p {
  font-weight: 400;
}
.font-weight-300, .font-weight-300 p {
  font-weight: 300;
}


/* BACKGROUND CLASSES */
/*--------------------------------------------------------------------------*/

/* red */
.bg-primary {
  background: #330000;
}

/* black */
.bg-secondary {
  background: #FF9933;
}

/* black */
.bg-grey {
  background: #e1e1e1;
}


/* ALIGN */
/*--------------------------------------------------------------------------*/

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
@media (max-width:767px) {
  .align-sm-left   { text-align: left;   }
  .align-sm-center { text-align: center; }
  .align-sm-right  { text-align: right;  }
}


/* DISPLAY */
/*--------------------------------------------------------------------------*/

.d-none {
  display: none !important;
}

.hidden {
  visibility: hidden;
}


/* DISPLAY mobile (default: 576px) */
/*--------------------------------------------------------------------------*/

@media (min-width:280px) {
  .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;
  }
}


/* DISPLAY tablet (default: 768px) */
/*--------------------------------------------------------------------------*/

@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;
  }
}


/* DISPLAY desktop (default: 992px) */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .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;
  }
}


/* DISPLAY widescreen (default: 1200px) */
/*--------------------------------------------------------------------------*/

@media (min-width:1920px) {
  .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;
  }
}


/* MARGIN */
/*--------------------------------------------------------------------------*/

.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;
}


/* MARGIN CLASSES */
/*--------------------------------------------------------------------------*/

  /* Mobile classes */
  @media(max-width:767px){
    .sm-mt-x0 { margin-top:    0px !important; }
    .sm-mr-x0 { margin-right:  0px !important; }
    .sm-mb-x0 { margin-bottom: 0px !important; }
    .sm-ml-x0 { margin-left:   0px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .mt-x0 { margin-top:    0px !important; }
    .mr-x0 { margin-right:  0px !important; }
    .mb-x0 { margin-bottom: 0px !important; }
    .ml-x0 { margin-left:   0px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-mt-x1 { margin-top:    16px !important; }
    .sm-mr-x1 { margin-right:  16px !important; }
    .sm-mb-x1 { margin-bottom: 16px !important; }
    .sm-ml-x1 { margin-left:   16px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .mt-x1 { margin-top:    16px !important; }
    .mr-x1 { margin-right:  16px !important; }
    .mb-x1 { margin-bottom: 16px !important; }
    .ml-x1 { margin-left:   16px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-mt-x2 { margin-top:    32px !important; }
    .sm-mr-x2 { margin-right:  32px !important; }
    .sm-mb-x2 { margin-bottom: 32px !important; }
    .sm-ml-x2 { margin-left:   32px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .mt-x2 { margin-top:    32px !important; }
    .mr-x2 { margin-right:  32px !important; }
    .mb-x2 { margin-bottom: 32px !important; }
    .ml-x2 { margin-left:   32px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-mt-x3 { margin-top:    48px !important; }
    .sm-mr-x3 { margin-right:  48px !important; }
    .sm-mb-x3 { margin-bottom: 48px !important; }
    .sm-ml-x3 { margin-left:   48px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .mt-x3 { margin-top:    48px !important; }
    .mr-x3 { margin-right:  48px !important; }
    .mb-x3 { margin-bottom: 48px !important; }
    .ml-x3 { margin-left:   48px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-mt-x4 { margin-top:    64px !important; }
    .sm-mr-x4 { margin-right:  64px !important; }
    .sm-mb-x4 { margin-bottom: 64px !important; }
    .sm-ml-x4 { margin-left:   64px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .mt-x4 { margin-top:    64px !important; }
    .mr-x4 { margin-right:  64px !important; }
    .mb-x4 { margin-bottom: 64px !important; }
    .ml-x4 { margin-left:   64px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-mt-x5 { margin-top:    80px !important; }
    .sm-mr-x5 { margin-right:  80px !important; }
    .sm-mb-x5 { margin-bottom: 80px !important; }
    .sm-ml-x5 { margin-left:   80px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .mt-x5 { margin-top:    80px !important; }
    .mr-x5 { margin-right:  80px !important; }
    .mb-x5 { margin-bottom: 80px !important; }
    .ml-x5 { margin-left:   80px !important; }
  }
   



/* PADDING CLASSES */
/*--------------------------------------------------------------------------*/

  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x0 { padding-top:    0px !important; }
    .sm-pr-x0 { padding-right:  0px !important; }
    .sm-pb-x0 { padding-bottom: 0px !important; }
    .sm-pl-x0 { padding-left:   0px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x0 { padding-top:    0px !important; }
    .pr-x0 { padding-right:  0px !important; }
    .pb-x0 { padding-bottom: 0px !important; }
    .pl-x0 { padding-left:   0px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x1 { padding-top:    16px !important; }
    .sm-pr-x1 { padding-right:  16px !important; }
    .sm-pb-x1 { padding-bottom: 16px !important; }
    .sm-pl-x1 { padding-left:   16px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x1 { padding-top:    16px !important; }
    .pr-x1 { padding-right:  16px !important; }
    .pb-x1 { padding-bottom: 16px !important; }
    .pl-x1 { padding-left:   16px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x2 { padding-top:    32px !important; }
    .sm-pr-x2 { padding-right:  32px !important; }
    .sm-pb-x2 { padding-bottom: 32px !important; }
    .sm-pl-x2 { padding-left:   32px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x2 { padding-top:    32px !important; }
    .pr-x2 { padding-right:  32px !important; }
    .pb-x2 { padding-bottom: 32px !important; }
    .pl-x2 { padding-left:   32px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x3 { padding-top:    48px !important; }
    .sm-pr-x3 { padding-right:  48px !important; }
    .sm-pb-x3 { padding-bottom: 48px !important; }
    .sm-pl-x3 { padding-left:   48px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x3 { padding-top:    48px !important; }
    .pr-x3 { padding-right:  48px !important; }
    .pb-x3 { padding-bottom: 48px !important; }
    .pl-x3 { padding-left:   48px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x4 { padding-top:    64px !important; }
    .sm-pr-x4 { padding-right:  64px !important; }
    .sm-pb-x4 { padding-bottom: 64px !important; }
    .sm-pl-x4 { padding-left:   64px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x4 { padding-top:    64px !important; }
    .pr-x4 { padding-right:  64px !important; }
    .pb-x4 { padding-bottom: 64px !important; }
    .pl-x4 { padding-left:   64px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x5 { padding-top:    80px !important; }
    .sm-pr-x5 { padding-right:  80px !important; }
    .sm-pb-x5 { padding-bottom: 80px !important; }
    .sm-pl-x5 { padding-left:   80px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x5 { padding-top:    80px !important; }
    .pr-x5 { padding-right:  80px !important; }
    .pb-x5 { padding-bottom: 80px !important; }
    .pl-x5 { padding-left:   80px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x6 { padding-top:    96px !important; }
    .sm-pr-x6 { padding-right:  96px !important; }
    .sm-pb-x6 { padding-bottom: 96px !important; }
    .sm-pl-x6 { padding-left:   96px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x6 { padding-top:    96px !important; }
    .pr-x6 { padding-right:  96px !important; }
    .pb-x6 { padding-bottom: 96px !important; }
    .pl-x6 { padding-left:   96px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x7 { padding-top:    112px !important; }
    .sm-pr-x7 { padding-right:  112px !important; }
    .sm-pb-x7 { padding-bottom: 112px !important; }
    .sm-pl-x7 { padding-left:   112px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x7 { padding-top:    112px !important; }
    .pr-x7 { padding-right:  112px !important; }
    .pb-x7 { padding-bottom: 112px !important; }
    .pl-x7 { padding-left:   112px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x8 { padding-top:    128px !important; }
    .sm-pr-x8 { padding-right:  128px !important; }
    .sm-pb-x8 { padding-bottom: 128px !important; }
    .sm-pl-x8 { padding-left:   128px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x8 { padding-top:    128px !important; }
    .pr-x8 { padding-right:  128px !important; }
    .pb-x8 { padding-bottom: 128px !important; }
    .pl-x8 { padding-left:   128px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x9 { padding-top:    144px !important; }
    .sm-pr-x9 { padding-right:  144px !important; }
    .sm-pb-x9 { padding-bottom: 144px !important; }
    .sm-pl-x9 { padding-left:   144px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x9 { padding-top:    144px !important; }
    .pr-x9 { padding-right:  144px !important; }
    .pb-x9 { padding-bottom: 144px !important; }
    .pl-x9 { padding-left:   144px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x10 { padding-top:    160px !important; }
    .sm-pr-x10 { padding-right:  160px !important; }
    .sm-pb-x10 { padding-bottom: 160px !important; }
    .sm-pl-x10 { padding-left:   160px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x10 { padding-top:    160px !important; }
    .pr-x10 { padding-right:  160px !important; }
    .pb-x10 { padding-bottom: 160px !important; }
    .pl-x10 { padding-left:   160px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x11 { padding-top:    176px !important; }
    .sm-pr-x11 { padding-right:  176px !important; }
    .sm-pb-x11 { padding-bottom: 176px !important; }
    .sm-pl-x11 { padding-left:   176px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x11 { padding-top:    176px !important; }
    .pr-x11 { padding-right:  176px !important; }
    .pb-x11 { padding-bottom: 176px !important; }
    .pl-x11 { padding-left:   176px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x12 { padding-top:    192px !important; }
    .sm-pr-x12 { padding-right:  192px !important; }
    .sm-pb-x12 { padding-bottom: 192px !important; }
    .sm-pl-x12 { padding-left:   192px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x12 { padding-top:    192px !important; }
    .pr-x12 { padding-right:  192px !important; }
    .pb-x12 { padding-bottom: 192px !important; }
    .pl-x12 { padding-left:   192px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x13 { padding-top:    208px !important; }
    .sm-pr-x13 { padding-right:  208px !important; }
    .sm-pb-x13 { padding-bottom: 208px !important; }
    .sm-pl-x13 { padding-left:   208px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x13 { padding-top:    208px !important; }
    .pr-x13 { padding-right:  208px !important; }
    .pb-x13 { padding-bottom: 208px !important; }
    .pl-x13 { padding-left:   208px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x14 { padding-top:    224px !important; }
    .sm-pr-x14 { padding-right:  224px !important; }
    .sm-pb-x14 { padding-bottom: 224px !important; }
    .sm-pl-x14 { padding-left:   224px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x14 { padding-top:    224px !important; }
    .pr-x14 { padding-right:  224px !important; }
    .pb-x14 { padding-bottom: 224px !important; }
    .pl-x14 { padding-left:   224px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x15 { padding-top:    240px !important; }
    .sm-pr-x15 { padding-right:  240px !important; }
    .sm-pb-x15 { padding-bottom: 240px !important; }
    .sm-pl-x15 { padding-left:   240px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x15 { padding-top:    240px !important; }
    .pr-x15 { padding-right:  240px !important; }
    .pb-x15 { padding-bottom: 240px !important; }
    .pl-x15 { padding-left:   240px !important; }
  }
  


/* PADDING CLASSES FOR DRAG AND DROP TEMPLATES */
/*--------------------------------------------------------------------------*//* DIVERSE */
/*--------------------------------------------------------------------------*/
.richtext-wrapper img {
  width: 100%!important;
}

/* Modules */



.hs-inline-edit .anchor {
  padding: 16px;
  background: rgb(220, 53, 69, 0.1);
}

.hs-inline-edit .anchor:after {
  content: 'Anker: 'attr(id);
  text-align: center;
}


.angle {
  width: 40px;
  height: 40px;
  background-color: transparent;
}

.angle.angle-primary {  
  border-left: 10px solid #330000;
  border-bottom: 10px solid #330000;
}

.angle.angle-secondary {  
  border-left: 10px solid #FF9933;
  border-bottom: 10px solid #FF9933;
}


.cards .card {
  border: 1px solid #330000;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.cards .card .no-bg {
  background-color: #fff;
}

.cards .card .card-header {
  padding: 11px 18px 22px;
  font-size: 20px;
}

.cards .card .card-body {
  padding: 26px 45px;
}

.cards .card .card-body .card-text {
  margin-bottom: 1.5rem;
}

.cards .card .card-actions {
  margin-top: auto;
  padding: 0 45px;
}

.cards .card .card-actions .btn.btn-secondary:hover {
  background-color: #fff;
  color: #FF9933;
}

.card .angle-wrapper {
  position: relative;
  height: 40px;
} 

.card .angle {
  position: absolute;
  bottom: 0;
  left: 0;
}


.simple-banner-wrapper.banner-small figure.simple-banner {
   height: 330px;
}

.simple-banner-wrapper.banner-bigger figure.simple-banner {
   height: 570px;
}

figure.simple-banner {
  margin: 0;
  width: 100%;
  position: relative;
}

figure.simple-banner img.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

figure.simple-banner .banner-inner {
  max-width: 1140px;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

figure.simple-banner .banner-inner figcaption {
  background-color: #330000;
  padding: 22px 35px 26px;
  display: inline-block;
  position: relative;
  min-width: 600px;
  max-width: 700px;
}

figure.simple-banner .banner-inner figcaption.with-subtext {
  margin-bottom: 35px;
}

figure.simple-banner .banner-inner figcaption .banner-headline > * {
  color: #fff;
  margin: 0;
}

figure.simple-banner .banner-inner figcaption .banner-subheadline > * {
  color: #FF9933;
  font-weight: 400;
  font-size: 28px;
}

figure.simple-banner .banner-inner figcaption .angle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-left: 10px solid #FF9933;
  border-bottom: 10px solid #FF9933;
  background-color: transparent;
}

figure.simple-banner .banner-inner .banner-subtext p {
  font-size: 28px 
}

/* Overlay */
.simple-banner-wrapper .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Fullsize banner */
.simple-banner-wrapper.banner-fullsize figure.simple-banner {
  height: calc(100vh - 68px);
}

.simple-banner-wrapper.banner-fullsize figure.simple-banner .banner-inner {
  top: 50%;
  transform: translateY(-50%);
}

.simple-banner-wrapper .banner-subtext-mobile {
    font-size: 25px;
    margin-top: 16px;
  }

/* Mobile */
@media(max-width: 767px) {
  
  /* mobile fullsize banner */
  .simple-banner-wrapper.banner-fullsize.mobile-fullsize figure.simple-banner {
    height: calc(100vh - 68px)!important;
  }
  
  .simple-banner-wrapper.banner-small figure.simple-banner,
  .simple-banner-wrapper.banner-bigger figure.simple-banner,
  .simple-banner-wrapper.banner-fullsize figure.simple-banner{
    height: auto!important;
  }
  
  .simple-banner-wrapper.banner-small figure.simple-banner img,
  .simple-banner-wrapper.banner-bigger figure.simple-banner img,
  .simple-banner-wrapper.banner-fullsize:not(.mobile-fullsize) figure.simple-banner img {
    min-height: 220px;
    height: auto;
  }
  
  figure.simple-banner .banner-inner,
  .simple-banner-wrapper.banner-fullsize figure.simple-banner .banner-inner {
    position: relative;
    top: auto!important;
    bottom: 0!important;
    transform: translateY(0%)!important;
  }
  
  .simple-banner-wrapper.banner-fullsize.mobile-fullsize .banner-inner {
    position: absolute!important;
    top: 50%!important;
    transform: translate(-50%)!important; 
    padding: 0 1rem;
  }
  
  figure.simple-banner .banner-inner figcaption {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }
  
  .simple-banner-wrapper.banner-fullsize figure.simple-banner .banner-inner .banner-subtext {
    padding-top: 1rem;
  }
  .simple-banner-wrapper.banner-fullsize figure.simple-banner .banner-inner .banner-subtext p{
    font-size: 20px;
  }
  
  figure.simple-banner .banner-inner figcaption.with-subtext {
    margin-bottom: 0;
  }
  
}


.btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: .4s;
}

.btn.btn-primary {
  background-color: #330000;
}

.btn.btn-primary:hover {
  background-color: #FF9933;
}

.btn.btn-secondary {
  background-color: #FF9933;
}

.btn.btn-fluid {
  width: 100%;
}


.slick-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*  Dots */
.slick-slider .slick-dots {
  text-align: center;
}

.slick-slider .slick-dots li {
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
}

.slick-slider .slick-dots li:before {
  border-radius: 100%;
  margin-right: 16px;
  margin-left: 0;
  cursor:
}

.slick-slider .slick-dots li.slick-active:before {
  background-color: #330000;
}

.slick-slider.inverted .slick-dots li.slick-active:before {
  background-color: #fff;
}

.slick-slider.inverted .slick-dots li:before {
  background-color: #FF9933;
}

.slick-slider .slick-dots li button {
  display: none;
}

/* Arrows */
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 90px;
  height: 90px;
  background: transparent;
  font-size: 0;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-slider .slick-arrow.slick-prev {
  left: -90px;
  background-image: url("https://beratung.cadventure.de/hubfs/Cadventure_2022/Icons/arrow-left-dark-blue.png")
}

.slick-slider .slick-arrow.slick-next {
  right: -90px;
  background-image: url("https://beratung.cadventure.de/hubfs/Cadventure_2022/Icons/arrow-right-dark-blue.png")
}

/* inverted */
.slick-slider.inverted .slick-arrow.slick-next {
  background-image: url("https://beratung.cadventure.de/hubfs/Cadventure_2022/Icons/arrow-right-white.svg")
}

.slick-slider.inverted .slick-arrow.slick-prev {
  background-image: url("https://beratung.cadventure.de/hubfs/Cadventure_2022/Icons/arrow-left-white.svg")
}

/* Mobile */
@media(max-width: 767px) {
  .slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slick-slider .slick-arrow.slick-next {
    right: -28px;
  }
  .slick-slider .slick-arrow.slick-prev {
    left: -28px;
  }
}

/* testimonials slider */
.testimonials-slider .testimonial-slide,
.testimonials-text-slider .testimonial-text-slide {
  margin: 0 16px;
}

.testimonials-slider .testimonial-slide .testimonial-item {
  position: relative;
  padding-bottom: 100%;
}

.testimonials-slider .testimonial-slide .testimonial-item .testimonial-inner {
  position: absolute;
  padding: 16px;
  border: 1px solid #003056;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials-slider .testimonial-slide .testimonial-item.with-button .testimonial-inner {
  padding-bottom: 66px;
}

.testimonials-slider .testimonial-slide .testimonial-item .testimonial-inner .testimonial-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonials-text-slider.inverted .testimonial-text-item {
  color: #fff;
}

/* Mobile */
@media(max-width: 767px) {
  .testimonials-text-slider .testimonial-text-slide {
    margin: 0 32px;
  }
  .slick-slider.testimonials-text-slider .slick-arrow.slick-next {
    right: -16px;
  }
  .slick-slider.testimonials-text-slider .slick-arrow.slick-prev {
    left: -16px;
  }
}


.contact-person {
  position: relative;
}

.contact-person .bg-image {
  width: 100%;
  height: 100%;
  object-fit:cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}

.contact-person .contact-person-image {
  margin-top: -55px;
  margin-right: 2rem;
  position: relative;
}

.contact-person .contact-person-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-person .contact-person-image .angle {
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact-person .contact-info {
  padding-top: 2rem;
}

.contact-person-wrapper .contact-info .contact-headline.h2 {
  margin: 0;
}

.contact-person-wrapper .contact-info .contact-person-name.h2{
  margin-bottom: 2rem;
}

.contact-person-wrapper .contact-info .contact-person-phone {
  margin-bottom: 1rem;
}

.contact-person .contact-info .button-wrapper .btn {
  font-size: 32.5px;
  text-transform: uppercase;
  color: #330000;
}

.contact-person .contact-info .button-wrapper .btn:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .contact-person .container {
    padding: 0!important;
  }
  .contact-person-wrapper .contact-info .contact-person-phone {
    margin-bottom: 0.5rem;
  }
  .contact-person .contact-info .button-wrapper .btn {
    width: 100%;
    font-size: 24.3px;
  }
  .contact-person .contact-info {
    padding-top: 0;
  }
}


.content-banner {
  position: relative;
}

.content-banner .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.content-banner .content {
  padding: 80px 0px;
}

.content-banner .content .bim-element {
  position: relative;
}

.content-banner .content .bim-element .text {
  color: #fff;
  font-size: 105px;
  font-weight: 600;
  padding-left: 45px;
  padding-bottom: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.content-banner .content .bim-element .angle {
  width: 60px;
  height: 60px;
  background: transparent;
  border-left: 15px solid #fff;
  border-bottom: 15px solid #fff;
}

.content-banner .content .content-box {
  background-color: rgba(51, 0, 0, .8);
  color: #fff;
  padding: 32px;
  position: relative;
  transition: 300ms;
}

/* headline */
.content-banner .content .content-headline {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

/* list */
.content-banner .content .content-text ul,
.content-banner .content .content-text ul li,
.content-banner .content .content-text ul li p {
  font-size: 30px;
}

.content-banner .content .content-text ul li:before {
  top: 12px;
}

.content-banner .content .content-box:hover .btn-secondary {
  background-color: #fff;
  color: #330000;
}

.content-banner .content .content-box:hover .btn-secondary svg path {
  stroke: #330000;
}

.content-banner .content .content-box .form-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.content-banner .content .content-box .btn.btn-fluid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  font-size: 130%;
  letter-spacing: 1.2px;
  padding-right: 2.5rem;
  font-weight: 500;
}

.content-banner .content .content-box .btn.btn-fluid svg {
  width: 48px;
  height: 48px;
  top: 4px;
  position: absolute;
  right: 0;
  transition: 300ms;
}

.content-banner .content .content-box .btn.btn-fluid svg path {
  transition: 300ms;
}

@media (max-width: 767px) {
  .content-banner .content .bim-element {
    padding-top: 2rem;
  }
  /* headline */
  .content-banner .content .content-headline {
    font-size: 28px;
  }
  /* list */
  .content-banner .content .content-text ul,
  .content-banner .content .content-text ul li,
  .content-banner .content .content-text ul li p {
    font-size: 24px;
  }
  .content-banner .content .content-text ul li:before {
    top: 9px;
  }
}


/* Bootstrap and Hubspot Grid */




/* GENERIC */
/* ---------------------------------------- */

@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
    box-sizing: inherit;
}


/* CONTAINER */
/* ---------------------------------------- */

.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px !important;
}

.container-xl {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1332px !important;
}

.container-fluid {
    width: 100%;
    /*padding-right: 16px;
    padding-left: 16px;*/
    margin-right: auto;
    margin-left: auto;
}

.container-full-width {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}




/* ROWS */
/* ---------------------------------------- */

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px;
}
.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


/* GUTTER */
/* ---------------------------------------- */

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

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

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

.no-gutters-y {
    margin-top: 0;
    margin-bottom: 0;
}

.no-gutters-y > .col,
.no-gutters-y > [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width:767px) {
    .no-sm-gutters {
        margin: 0;
    }
    .no-sm-gutters > .col, .no-sm-gutters > [class*="col-"] {
        padding: 0;
    }

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

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

    .no-sm-gutters-y {
        margin-top: 0;
        margin-bottom: 0;
    }

    .no-sm-gutters-y > .col,
    .no-sm-gutters-y > [class*="col-"] {
      padding-top: 0;
      padding-bottom: 0;
    }
}


/* COLUMNS */
/* ---------------------------------------- */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 16px;
}
.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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}


/* GRIDCELLS */
/*--------------------------------------------------------------------------*/

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

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -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 */
/* ---------------------------------------- */

.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 */
/* ---------------------------------------- */

.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%;
}


/* MOBILE GRID ORDER OFFSET  */
/* ---------------------------------------- */

.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;
    width: auto;
    max-width: none;
}
.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%;
}




/* TABLET GRID ORDER OFFSET */
/* ---------------------------------------- */

@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;
        width: auto;
        max-width: none;
    }
    .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%;
    }
}


/* DESKTOP GRID ORDER OFFSET  */
/* ---------------------------------------- */

@media (min-width:1024px) {
    .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;
        width: auto;
        max-width: none;
    }
    .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%;
    }
}


/* WIDESCREEN GRID ORDER OFFSET  */
/* ---------------------------------------- */

@media (min-width:1920px) {
    .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;
        width: auto;
        max-width: none;
    }
    .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%;
    }
}


/* FLEXBOX ALIGN */
/* ---------------------------------------- */

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


/* FLEXBOX WRAP */
/* ---------------------------------------- */

.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;
}


/* FLEXBOX JUSTIFY */
/* ---------------------------------------- */

.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;
}


/* FLEXITEMS */
/* ---------------------------------------- */

.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;
}


/* MOBILE FLEXBOX  */
/* ---------------------------------------- */

.flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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;
}

/* TABLET FLEXBOX  */
/* ---------------------------------------- */

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
}

/* DEKSTOP FLEXBOX  */
/* ---------------------------------------- */

@media (min-width:1024px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
}

/* WIDESCREEN FLEXBOX  */
/* ---------------------------------------- */

@media (min-width:1920px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
}

/* DISPLAY */
/* ---------------------------------------- */

.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* MOBILE DISPLAY */
/* ---------------------------------------- */
@media (max-width:767px) {
    .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-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/* TABLET DISPLAY */
/* ---------------------------------------- */

@media (min-width:768px) and (max-width:1023px) {
    .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-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


/* DESKTOP DISPLAY */
/* ---------------------------------------- */

@media (min-width:1024px) and (max-width:1919px) {
    .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-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


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

/* VISIBILITY CLASSES */
/* ---------------------------------------- */

.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none;
    visibility: hidden;
}

/* SIMPLE VISIBILITY */
/* ---------------------------------------- */

/* Hide only for */
@media (max-width:767px) {
    .hide-mobile-only {
        display: none;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .hide-tablet-only {
        display: none;
    }
}
@media (min-width:1024px) and (max-width:1919px) {
    .hide-desktop-only {
        display: none;
    }
}
@media (min-width:1920px) and (max-width:3840px) {
    .hide-widescreen-only {
        display: none;
    }
}

/*
Hide up
we don't need mobile_up because it will hide for every screens
use hide-mobile-only if you need to hide just for mobile
*/

@media (min-width:768px) {
    .hide-tablet-up {
        display: none;
    }
}
@media (min-width:1024px) {
    .hide-desktop-up {
        display: none;
    }
}
@media (min-width:1920px) {
    .hide-widescreen-up {
        display: none;
    }
}

/*
Hide down
we don't need mobile_down  because it will hide or for no screens
we also don't have widescreen_down because it will hide for every screens
use hide-widescreen-only if you need to hide just for widescreen
*/
@media (max-width:1023px) {
    .hide-tablet-down {
        display: none;
    }
}
@media (max-width:1919px) {
    .hide-desktop-down {
        display: none;
    }
}


/* LAYOUT */
/* -------------------------------------- */

@media (min-width:1024px) {
    html, body {
        height: 100%;
    }
    body > .body-wrapper {
        min-height: 100%;
        display: grid;
        grid-template-rows: auto 1fr auto;
        grid-template-columns: 100%;
    }
}
.footer-container-wrapper,
.header-container-wrapper,
.body-container-wrapper {
    position: relative;
}


/* DND CONTAINERS */
/* -------------------------------------- */

.content-wrapper {
    margin: 0 auto;
    padding: 0 16;
}
@media screen and (min-width:1920px) {
    .content-wrapper {
        padding: 0;
    }
}

/* DnD Max Width Sections */
[class*='max-width-section'] .hs-form {
    padding: 0;
}

/* DnD Area Custom Class */
.container-fluid.dnd_area {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
.container-fluid.dnd-area > .row-fluid-wrapper {
    margin-left: -16px !important;
    margin-right: -16px !important;
}

/* DnD Area Container */
.container-fluid > .container-fluid {
    padding: 0;
    width: auto !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
}

/* DnD Can Contain Oversized Height Modules That Overlap Multiple Sub-Rows */
.dnd-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
    height: 100%;
    padding: 16px;
}

[class*='max-width-section-centering'] > .row-fluid {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* VERTICAL ALIGNMENT */
.row-fluid-wrapper .row-fluid-wrapper .row-fluid-wrapper [class*='vertical-alignment'] {
    height: 100%;
}
.row-fluid-wrapper .row-fluid-wrapper .row-fluid-wrapper [class*='vertical-alignment'] > .row-fluid {
    height: 100%;
    align-items: center;
}
.row-fluid-wrapper .row-fluid-wrapper .row-fluid-wrapper [class*='vertical-alignment'] > .row-fluid .hs_cos_wrapper_widget {
    height: auto;
}


/* SET MAX-WIDTH LIKE BOOTSTRAP */
/* -------------------------------------- */




/* HUBSPOT GRID TO BOOTSTRAP */
/* -------------------------------------- */
/* Note: This it not the original, it's modified to fit the bootstraps grid */

.row-fluid-wrapper {
    padding: 16px;
}

/* DND Area spaces*/
.dnd-section {
    padding-top: ;
    padding-bottom: ;
}
@media (min-width:768px) {
    .dnd-section {
        padding-top: ;
        padding-bottom: ;
    }
}
@media (min-width:1024px) {
    .dnd-section {
        padding-top: ;
        padding-bottom: ;
    }
}

@media (max-width:767px), print and (orientation: portrait) {
    .row-fluid-wrapper .row-fluid-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }
    .container-fluid.dnd-area > .row-fluid-wrapper {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.row-fluid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto;
    height: 100%;
    margin: -16px;
}
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    position: relative;
    display: inline-block;
    float: none !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    vertical-align: top;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}


.row-fluid > .span12 { width: 100% !important; }
.row-fluid > .span11 { width: 91.66666666% !important; }
.row-fluid > .span10 { width: 83.33333333% !important; }
.row-fluid > .span9  { width: 75% !important; }
.row-fluid > .span8  { width: 66.66666666% !important; }
.row-fluid > .span7  { width: 58.33333333% !important; }
.row-fluid > .span6  { width: 50% !important; }
.row-fluid > .span5  { width: 41.66666666% !important; }
.row-fluid > .span4  { width: 33.33333333% !important; }
.row-fluid > .span3  { width: 25% !important; }
.row-fluid > .span2  { width: 16.6666666% !important; }
.row-fluid > .span1  { width: 8.33333333% !important; }

.container-fluid {
    *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}
.container-fluid:after {
    clear: both;
}


/* MOBILE GRID OVERWRITE */
/* -------------------------------------- */

@media (max-width:767px), print and (orientation: portrait) {
    .row-fluid {
        min-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
    .row-fluid > .span12, .row-fluid > .span11,
    .row-fluid > .span10, .row-fluid > .span9,
    .row-fluid > .span8,  .row-fluid > .span7,
    .row-fluid > .span6,  .row-fluid > .span5,
    .row-fluid > .span4,  .row-fluid > .span3,
    .row-fluid > .span2,  .row-fluid > .span1  {
        width: 100% !important;
    }
}


/* TABLET GRID OVERWRITE */
/* -------------------------------------- */

@media (min-width:768px) and (max-width:1023px), print and (orientation: portrait) {
    .row-fluid [class*="span"] {
        display: block;
        float: none  !important;;
        width: 100%;
        min-height: 0 !important;;
        margin-left: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
  .row-fluid > .span6  { width: 100% !important; }
  .row-fluid > .span3  { width: 50% !important; }
}


/* Fonts */

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(//6422060.fs1.hubspotusercontent-na1.net/hubfs/6422060/raw_assets/public/Cadventure_2022/fonts/source-sans-pro-v18-latin-300.woff2) format('woff2'), /* Super Modern Browsers */
       url(//6422060.fs1.hubspotusercontent-na1.net/hubfs/6422060/raw_assets/public/Cadventure_2022/fonts/source-sans-pro-v18-latin-300.woff) format('woff'); /* Modern Browsers */
} 
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(//6422060.fs1.hubspotusercontent-na1.net/hubfs/6422060/raw_assets/public/Cadventure_2022/fonts/source-sans-pro-v18-latin-regular.woff2) format('woff2'), /* Super Modern Browsers */
       url(//6422060.fs1.hubspotusercontent-na1.net/hubfs/6422060/raw_assets/public/Cadventure_2022/fonts/source-sans-pro-v18-latin-regular.woff) format('woff'); /* Modern Browsers */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(//6422060.fs1.hubspotusercontent-na1.net/hubfs/6422060/raw_assets/public/Cadventure_2022/fonts/source-sans-pro-v18-latin-600.woff2) format('woff2'), /* Super Modern Browsers */
       url(//6422060.fs1.hubspotusercontent-na1.net/hubfs/6422060/raw_assets/public/Cadventure_2022/fonts/source-sans-pro-v18-latin-600.woff) format('woff'); /* Modern Browsers */
}


/* libraries */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}