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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid,
.page-center,
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}

/* .dnd-section .dnd-column {
  padding: 0 1rem;
} */

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

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

@font-face { 
  font-family: Gordita-Regular; 
  src: url("//25231604.fs1.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/Fonts/Gordita-Regular/Gordita-Regular.woff2") format("woff2"),
    url("//25231604.fs1.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/Fonts/Gordita-Regular/Gordita-Regular.woff") format("woff"); 
  font-style: normal;
  font-weight: 400; 
}
@font-face { 
  font-family: Gordita-Medium; 
  src: url("//25231604.fs1.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/Fonts/Gordita-Medium/Gordita-Medium.woff2") format("woff2"),
    url("//25231604.fs1.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/Fonts/Gordita-Medium/Gordita-Medium.woff") format("woff"); 
  font-style: normal;
  font-weight: 500; 
}

@font-face { 
  font-family: Gordita-Bold; 
  src: url("//25231604.fs1.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/Fonts/Gordita-Bold/Gordita-Bold.woff2") format("woff2"), 
    url("//25231604.fs1.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/Fonts/Gordita-Bold/Gordita-Bold.woff") format("woff"); 
  font-style:normal; 
  font-weight: 700; 
}


body {
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

img {
    vertical-align: middle;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration:none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

p, ul, ol, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    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;
}

/*   .header-contain-actions .req_demo_btn .header_req-demo:hover {
    color: #773cfd !important;
    background-color: #ffffff !important;
    border-color: #773cfd !important;
  }
  .header-contain-actions .hs_heder_btn a:hover{
    color: #ffffff !important;
    background-color: #773cfd !important;
    border-color: #773cfd !important;
    
} */
/* Fields */

.hs-form-field {
  margin-bottom:0;
}

/* Labels */

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

.legal-consent-container p {
  font-size: 11px;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

.hs_cos_wrapper_type_form,
.form-container{
  position: relative;
  padding: 130px 150px 86px 50px;
  display: block;
}
.form-container,
span#hs_cos_wrapper_backup_unsubscribe_email_simple_subscription form#email-prefs-form,
.password-prompt{
  padding: 40px;
  margin: 40px 0;
}
.form-title {
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
}

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 {
  padding: 0;
  padding-bottom: 12px;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 15px;
  -webkit-transition: 300ms border-color;
  transition: 300ms border-color;
  width: 100%;
  outline:none;
}
textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: transparent;
  line-height: 24px;
  resize: none;
  height: 84px;
}
select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  padding-bottom: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
select option {
  color: #000 !important;
}
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;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #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;
  white-space: normal;
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  text-transform: none;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  cursor: pointer;
  font-size: 18px !important;
  line-height: 28px;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
  width: 302px !important;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 30px;
  background-image: url(https://25231604.fs1.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/images/icon-white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position:center right 32px;
}



/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form#email-prefs-form p {
  margin-bottom: 20px;
}

@media(max-width:767px){
  form input[type=submit], form .hs-button{
    padding: 20px !important;
    font-size: 14px !important;
    line-height: 20px;
    background-position: top 27px right 32px;
  }
}
/* 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;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.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-right: 15px;
  padding-left: 15px;
}

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

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

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

.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.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.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.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.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.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

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

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

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

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

  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.section-title h3 {
    font-family: Gordita-Medium;
    font-style: normal;
    font-weight: 500;
    color: #000b20;
    font-size: 44px;
    line-height: 52px;
}
body {
    overflow-x: hidden;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 0.3
    }

    60% {
        opacity: 0.5
    }

    80% {
        opacity: 0.9
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 0.3
    }

    60% {
        opacity: 0.5
    }

    80% {
        opacity: 0.9
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 0.3
    }

    60% {
        opacity: 0.5
    }

    80% {
        opacity: 0.9
    }

    100% {
        opacity: 1
    }
}

.fadeInUp-scroll.visible {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s
}

.scale-scroll.visible {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.image-animation {
    position: relative;
    overflow: hidden
}

.image-animation::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: left 600ms cubic-bezier(0.835, 0.015, 0.245, 0.995) 0s;
    transition: left 600ms cubic-bezier(0.835, 0.015, 0.245, 0.995) 0s
}

.image-animation::after {
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(247,247,249,0.95)
}

.image-animation.-pastel-green::after {
    background-color: rgba(79,222,123,0.4)
}

.image-animation.-electric-violet::after {
    background-color: rgba(119,60,253,0.4)
}

.image-animation.-supernova::after {
    background-color: rgba(255,197,0,0.4)
}

.image-animation.-coral::after {
    background-color: rgba(255,126,74,0.4)
}

.image-animation.-blue-ribbon::after {
    background-color: rgba(72,60,253,0.4)
}

.image-animation.animate::before {
    left: 100%
}

@-webkit-keyframes image-animation {
    from {
        background-color: #fff
    }

    to {
        background-color: transparent
    }
}

@keyframes image-animation {
    from {
        background-color: #fff
    }

    to {
        background-color: transparent
    }
}

@-webkit-keyframes image-animation-filter {
    0% {
        width: 0
    }

    50% {
        width: 100%
    }
}

@keyframes image-animation-filter {
    0% {
        width: 0
    }

    50% {
        width: 100%
    }
}

.text-title-animation span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms opacity, 300ms visibility;
    transition: 300ms opacity, 300ms visibility
}

.text-title-animation span.show {
    opacity: 1;
    visibility: visible
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        @media only screen and (min-width: 320px) and (max-width: 767px) {
            -webkit-transform:translateY(-4px);
            transform:translateY(-4px)}
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.btn {
    font-family: Gordita-Medium;
    font-style: normal;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 20px 32px;
    font-size: 16px;
}
.btn.btn-white {
    background-color: #fff;
    color: #000b20;
}
.btn.btn-rounded {
    border-radius: 100px;
}
.smartest-commute-body-content-button .btn.btn-white {
    color: #4fde7b;
}
.ml-auto, 
.mx-auto {
    margin-left: auto !important;
}
img.responsively-lazy {
    width: 100%;
}
.banner-section .dnd-section {
    padding: 0;
}
.banner-section .dnd-section > .row-fluid {
    padding-right: 0;
    padding-left: 0;
}
.dnd-section[class*="force-full"] > .row-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.btn.btn-outline {
    border-radius: 100px;
}
.body-container--website .hs_cos_wrapper_type_rich_text p {
    margin: 0 0 15px;
}
.body-container--website form {
    padding: 0;
    position: relative;
}
.body-container--website form input[type=text] {
    width: 75%;
    color: #333 !important;
    padding: 6px;
}
.body-container--website form button:after {
    content: "Search";
}
.body-container--website form button svg {
    display: none;
}
.body-container--website form button {
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 10px;
    margin-left: 5px;
}
.body-container--website form button:hover {
    background-color: inherit;
    border: revert;
    border-width: 1px;
}
.body-container--website .block ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
.body-container--website .block ul li:not(:last-child) {
    padding-bottom: 10px;
}
.body-container--website .block ul li a {
    color: #333;
}
.body-container--website form input[type=text]::-webkit-input-placeholder {
    color: #333 !important;
}
.body-container--website form input[type=text]:-moz-placeholder {
    color: #333 !important;
} /* Firefox 18- */
.body-container--website form input[type=text]::-moz-placeholder {
    color: #333 !important;
} /* Firefox 19+ */
.body-container--website form input[type=text]:-ms-input-placeholder {
    color: #333 !important;
} /* IE10 */
.submitted-message {
    color: #fff;
    border: 2px solid #00a0d2;
    border-color: #46b450;
    margin: 2em 0.5em 1em;
    padding: 20px !important;
}
.body-container--home .hs_cos_wrapper_type_rich_text h2 {
    font-size: 40px;
    font-weight: 400;
    color: #06193e;
}
.body-container--website .hs_cos_wrapper_type_header h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000b20;
    font-weight: 700;
}









@media (max-width: 767px) {
  .btn {
    padding: 18px 22px;
    font-size: 14px;
  }
  .section-title h3 {
      font-size: 24px;
  }
  .body-container--home .hs_cos_wrapper_type_rich_text h2 {
    font-size: 20px;
    text-align: left !important;
  }
  .body-container--home .hs_cos_wrapper_type_rich_text h2 br {
    display: none;
  }
  .body-container--home .hs_cos_wrapper_type_rich_text p {
    text-align: left !important;
  }
  .body-container--website .hs_cos_wrapper_type_header h2 {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.33;
  }
}
.body-two-column .hs_cos_wrapper_type_header {
  margin-bottom: 90px;
  display:block;
}
.body-two-column .hs_cos_wrapper_type_header h1 {
  font-family: Gordita-Bold;
  font-style: normal;
  font-weight: 700;
  color: #000b20;
  font-size: 44px;
  padding: 0;
  margin: 0;
}
.body-two-column .hs_cos_wrapper_type_linked_image{
  margin-bottom: 70px;
  display:block;
}
.body-two-column .hs_cos_wrapper_type_linked_image img {
  width: 100%;
}
.body-two-column .span9.dnd-column {
  padding-left: calc(7.23333% + 15px) !important;
}

.body-two-column h2 {
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
  color: #000b20;
  font-size: 40px;
  margin-bottom: 40px;
}
.body-two-column p {
  font-family: Gordita-Regular;
  font-style: normal;
  font-weight: 400;
  color: #000b20;
  font-size: 18px;
  line-height: 34px;
}
.body-two-column .button,
.body-two-column .hs-button {
  border: solid 1.5px #4fde7b !important;
  color: #4fde7b;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 100px !important;
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 32px !important;
  font-size: 16px;
  background: transparent;
}
.body-two-column .button:hover,
.body-two-column .hs-button:hover{
  background: #4fde7b;
  color: #fff;
  border: solid 1.5px #4fde7b !important;
}
.why-flexigo-sidebar-widget-menu ul li a::after {
  background-image: url(//25231604.fs1.hubspotusercontent-eu1.net/hubfs/25231604/raw_assets/public/flexigoNov2021/images/icon-dark-arrow-right-2.svg);
}

@media(max-width:991px){
  .body-two-column .dnd-section .dnd-column {
    width: 100%;
  }
  .body-two-column .dnd-section .dnd-column {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0;
  }
}

#hs-button_widget_1640246209307, #hs-button_widget_1640258875183{
    font-family: Gordita-Medium !important;
    font-style: normal !important;
    font-weight: 500 !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    padding: 24px 32px !important;
    background-color: #4fde7b !important;
    border-radius: 40px !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 16px !important;
}
.hs-button, input[type=submit], input[type=button] {
    text-decoration: none !important;
    text-transform: none !important;
}
#hs_cos_wrapper_widget_1639665884488 > section > div > div > div:nth-child(2) > div > a.popup_video.desktop-view > img{
  display: none !important;
  }

@media only screen and (min-width: 320px) and (max-width: 767px){
  .body-two-column .hs_cos_wrapper_type_header h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .body-two-column h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .body-two-column p {
    font-size: 14px;
    line-height: 22px;
  }
  .body-two-column .hs_cos_wrapper_type_header {
    margin-bottom: 40px;
  }
  .body-two-column .hs_cos_wrapper_type_linked_image {
    margin-bottom: 35px;
  }
  .body-two-column .button,
  .body-two-column .hs-button{
    padding: 18px 22px !important;
    font-size: 14px !important;
  }
  .body-container--home .dnd-section {
    padding: 20px;
  }
  .body-container--home .dnd-section .dnd-column, 
  .body-container--home .dnd-section>.row-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

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

/* Header DND sections */


header.header-group {
  min-height: 120px;
}
.header-inner {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  -webkit-transition: 0.5s background-color, 0.5s -webkit-box-shadow;
  transition: 0.5s background-color, 0.5s -webkit-box-shadow;
  transition: 0.5s background-color, 0.5s box-shadow;
  transition: 0.5s background-color, 0.5s box-shadow, 0.5s -webkit-box-shadow;
}
.header-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4fde7b), color-stop(25%, #4fde7b), color-stop(25%, #773cfd), color-stop(50%, #773cfd), color-stop(50%, #ffc500), color-stop(75%, #ffc500), color-stop(75%, #ff7e4a), to(#ff7e4a));
  background: linear-gradient(to right, #4fde7b 0, #4fde7b 25%, #773cfd 25%, #773cfd 50%, #ffc500 50%, #ffc500 75%, #ff7e4a 75%, #ff7e4a 100%);
  content: '';
}
.header-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-contain-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contain-logo img {
  width: auto !important;
}
.header-mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: end;
}
.header-contain-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-contain-actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contain-actions .hs_heder_btn a {
    font-family: Gordita-Medium;
    font-style: normal;
    font-weight: 500;
    padding: 14px 26px !important;
    background-color: transparent;
    border-radius: 50px !important;
    color: #fff;
    -webkit-transition: 300ms background-color;
    transition: 300ms background-color;
    font-size: 16px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #773cfd !important;
    color: #773cfd;
}
/* .header-contain-actions .hs_heder_btn a:hover {
  background-color: #4fde7b;
}
 */
.header-contain-actions .req_demo_btn .header_req-demo {
  background-color: #773cfd;
}
/* .header-contain-actions .req_demo_btn .header_req-demo:hover {
  background-color: #4fde7b;
} */
.header-contain-actions li.hs_heder_btn.req_demo_btn {
    margin-left: 8px;
}
.header-contain-actions .hs_heder_btn a.cta_button {
    -moz-box-sizing: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
}





header .header-mega-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-mega-menu ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header-mega-menu ul > li:not(:last-child) {
  margin-right: 40px;
}
.header-mega-menu ul > li > a {
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000b20;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 350ms color;
  transition: 350ms color;
}
.header-inner .container {
  height: 100%;
}
.header-mega-menu ul li.header-contain-menu-item-dropdown > a {
  z-index: 19;
  border-bottom: none;
}
.header-mega-menu #hs_cos_wrapper_mega_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-contain-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.header-contain-menu ul li > a i {
  margin-left: 8px;
}
.header-contain-menu ul li > a i svg {
  overflow: hidden;
  vertical-align: middle;
}
.header-contain-menu .dropdown {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}
.header-contain-menu ul li.header-contain-menu-item-dropdown.open .dropdown {
  opacity: 1;
  visibility: visible;
}
.header-contain-menu .dropdown-filter {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  background-color: rgba(0,11,32,0.3);
}
.header-contain-menu .dropdown .container .col-xl-9 {
  padding-top: 20px;
}
.header-contain-menu .dropdown-contain {
  background-color: #fff;
  border-radius: 10px;
}
.header-contain-menu .dropdown-contain .col-lg-6:first-child {
  padding-right: 35px;
}
.header-contain-menu .dropdown-contain .col-lg-6:last-child {
  padding-left: 35px;
}
.header-contain-menu .dropdown-contain a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-contain-menu .dropdown-contain .left_content {
    padding: 50px 70px;
}
.header-contain-menu .dropdown-contain a:not(:last-child) {
  border-bottom: 1px solid #ebeff4;
}
.header-contain-menu .dropdown-contain-item {
  display: block;
  padding: 20px 30px;
}
.header-contain-menu .dropdown-contain-item-icon {
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin-right: 16px;
    border-radius: 50%;
    float: left;
}
.header-contain-menu .dropdown-contain-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-contain-menu .dropdown-contain-item-icon img {
  width: 100%;
  height: 100%;
}
.header-contain-menu .dropdown-contain-item-content-title {
  padding-top:15px;
}
.header-contain-menu .dropdown-contain-item-content-title h5 {
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
  color: #000b20;
  font-size: 18px;
  line-height: 18px;
}
.header-contain-menu .dropdown-contain-item-content-description p {
  font-family: Gordita-Regular;
  font-style: normal;
  font-weight: 400;
  color: rgba(0,11,32,0.7);
  font-size: 14px;
  line-height: 20px;
}
.header-contain-menu ul li.header-contain-menu-item-dropdown.open > a {
  border-bottom: 1px solid rgba(235,239,244,0.2);
  color: #fff;
}
.header-contain-menu ul li > a i svg path {
  -webkit-transition: 300ms fill;
  transition: 300ms fill;
}
.header-contain-menu ul li.header-contain-menu-item-dropdown.open > a svg path {
  fill: #fff;
}
.header-contain-toggle {
  display: none;
}
.language .header__language-switcher--label-current {
  display: none;
}
.language .lang_switcher_class .globe_class {
  width: auto;
  height: auto;
  background-image: none;
  margin-right: 16px;
}
.language .lang_switcher_class .globe_class .lang_list_class {
  transform: none;
  position: static;
  background-color: transparent;
}
.language .lang_switcher_class .lang_list_class li {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
}
.language .lang_switcher_class .lang_list_class li a {
  font-size: 0;
}
.language .lang_switcher_class .lang_list_class li a:after {
  content: "";
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
  color: #979ca5;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: 300ms color;
  transition: 300ms color;
}
.language .lang_switcher_class .lang_list_class li a:hover:after {
  color: #000b20;
}
.language .lang_switcher_class .lang_list_class li a[data-language="tr"]:after {
  content: "TR";
}
.language .lang_switcher_class .lang_list_class li a[data-language="en"]:after {
  content: "EN";
}
.language .lang_switcher_class .lang_list_class:after, 
.language .lang_switcher_class .lang_list_class:before {
  display:none;
}
html[lang="tr"] .language .lang_switcher_class .lang_list_class li:not(:last-child):after,
html[lang="en"] .language .lang_switcher_class .lang_list_class li:not(:first-child):after {
  content: "/";
  margin-right: 4px;
  margin-left: -0.5px;
  color: #979ca5;
  font-family: Gordita-Regular;
  font-style: normal;
  font-weight: 400;
}
.language .lang_switcher_class .globe_class:hover .lang_list_class {
  display: flex;
}
html[lang="tr"] .language .lang_switcher_class .lang_list_class li a[data-language="tr"]:after,
html[lang="en"] .language .lang_switcher_class .lang_list_class li a[data-language="en"]:after {
  color: #000b20;
}
.language .lang_switcher_class .lang_list_class li:hover {
  background-color: transparent;
}
html[lang="en"] .language .lang_switcher_class .globe_class .lang_list_class {
  flex-direction: row-reverse;
}

.left_content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000b20;
    margin: 0 0 20px;
}
.left_content h5 {
    font-size: 18px;
    color: #000b20;
    margin: 0 0 10px;
}
.left_content p {
    color: #000b20;
    font-size: 16px;
    line-height: 1.3;
    opacity: 0.7;
}
.col-xl-9.dropdown_hover_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.header-contain-menu .dropdown-contain-item.with_image .drop_full-image {
    width: 100%;
}
.header-contain-menu .dropdown-contain-item.with_image {
    padding: 0;
}
.header-contain-menu .dropdown .container .col-xl-9 {
  margin-left: auto;
  margin-right: auto;
}

.sm-md-overflow-none span.dssktop-logo {display: none;}

span.mobile-logo {
    display: none;
}

.sm-md-overflow-none span.mobile-logo {
    display: block;
}




@media only screen and (min-width: 992px) {
  .header-contain-menu ul li > a:hover {
    color: #773cfd;
  }
  .header-contain-menu .dropdown-contain{
    padding-top:20px;
  }
}

@media only screen and (min-width: 1200px) {
  .header-contain-menu .dropdown .container .col-xl-9 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .header-contain-menu .dropdown .col-xl-9.dropdown_hover_area {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-contain-menu ul li > a {
    font-size: 13px;
    line-height: 20px;
  }
  .header-contain-menu ul li:not(:last-child) {
    margin-right: 20px;
  }
  .header-contain-menu .dropdown-contain .left_content {
      padding: 30px 40px;
  }
  .header-contain-menu .dropdown-contain-item {
      padding: 30px 20px;
  }
  .header-contain-menu .dropdown-contain-item-icon {
      width: 50px;
      height: 50px;
  }
  .header-inner .container .dropdown .row {
      margin-left: 0;
      margin-right: 0;
  }
}


@media (max-width: 991px) {
  .language .lang_switcher_class .globe_class .lang_list_class {
    display: block;
    text-align: center;
    background-color: transparent !important;
  }
  html[lang="en"] .language .lang_switcher_class .globe_class .lang_list_class {
    display: flex;
  }
  .language .lang_switcher_class {
    display: block;
    margin-top: 28px;
  }
  .language .lang_switcher_class .globe_class:hover .lang_list_class {
    display: block;
  }
  .language .lang_switcher_class .lang_list_class li a:after {
    color: #fff;
  }
  html[lang="tr"] .language .lang_switcher_class .lang_list_class li a[data-language="tr"]:after, 
  html[lang="en"] .language .lang_switcher_class .lang_list_class li a[data-language="en"]:after {
    color: #fff;
  }
  .language .lang_switcher_class .globe_class {
    margin-right: 0;
  }
  .language .lang_switcher_class .lang_list_class li {
    display: inline-block;
    width: auto;
    margin-right: -4px;
  }
  html[lang="en"] .language .lang_switcher_class .globe_class .lang_list_class {
    flex-direction: row-reverse;
  }
  header.header-group {
    min-height: 70px;
  }
  html[lang="en"] .language .lang_switcher_class .lang_list_class li {
    display: initial;
    width: auto !important;
    margin-right: 0;  
  }
  html[lang="en"] .header-contain-actions ul>li.language {
    width: auto;
  }
  html[lang="en"] .language .lang_switcher_class {
    padding-bottom: 3px;
    margin-top: 33px;
  }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 70px;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .header-inner .container {
    max-width: 100%;
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .header-contain-logo {
    width: 100%;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 26px;
    padding-left: 26px;
  }  
  .header-mega-menu {
    width: 100%;
    padding-right: 26px;
    padding-left: 26px;
    height: 100%;
    padding-top: 16px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-contain-actions {
    width: 100%;
    padding-right: 26px;
    padding-left: 26px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .header-contain-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-contain-toggle button {
    position: relative;
    width: 22px;
    height: 12px;
    border: 0;
    background-color: transparent !important;
    padding: 0;
  }
  .header-contain-toggle button span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000b20;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header-contain-toggle button span:nth-child(1) {
    top: 0;
  }
  .header-contain-toggle button span:nth-child(2) {
    top: 50%;
    -webkit-transform: -1px;
    transform: -1px;
  }
  .header-contain-toggle button span:nth-child(3) {
    top: 100%;
  }
  .header-contain-toggle button:hover {
    background-color: transparent;
  }
  .header-group.open .header-inner {
    height: 100%;
    background-color: #001c4f;
  }
  .header-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-contain-logo {
    width: 100%;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 26px;
    padding-left: 26px;
  }
  .header-group.open .header-contain-toggle button span {
    background-color: rgba(255,255,255,0.8);
  }
  .header-group.open .header-contain-toggle button span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .header-group.open .header-contain-toggle button span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .header-group.open .header-contain-toggle button span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .header-mega-menu #hs_cos_wrapper_mega_menu,
  .header-contain-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-mega-menu ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header-mega-menu ul > li {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-mega-menu ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(235,239,244,0.2);
    margin-right: 0;
  }
  .header-contain-logo {
    border-bottom: 1px solid #fff !important;
  }
  .header-mega-menu ul > li > a {
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #fff !important;
    font-size: 18px;
    line-height: 28px;
  }
  .sm-md-overflow-none {
    overflow: hidden;
  }
  .header-contain-menu ul li > a i svg path {
    fill: #fff;
  }
  .header-contain-menu .dropdown {
    position: relative;
    top: 0;
    display: none;
    height: 0;
    opacity: 1;
    visibility: visible;
  }
  .header-contain-menu ul li.header-contain-menu-item-dropdown.open .dropdown {
    display: block;
    height: auto;
    padding-top: 0;
  }
  .header-contain-menu .dropdown-filter {
    display: none;
  }
  .header-contain-menu .dropdown .container .row {
    margin-right: 0;
    margin-left: 0;
  }
  header .header-contain-menu .dropdown .container .col-xl-1 {
    display: none;
  }
  .header-contain-menu .dropdown .container .col-xl-9 {
    padding-top: 6px;
    padding-right: 0;
    padding-left: 0;
  }
  .header-contain-menu .dropdown-contain {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .header-contain-menu .dropdown-contain .col-lg-6:first-child {
    padding-right: 0;
    padding-left: 10px;
  }
  .header-contain-menu .dropdown-contain .col-lg-6:last-child {
    padding-left: 10px;
  }
  .header-contain-menu .dropdown-contain a {
    margin-bottom: 20px;
  }
  .header-contain-menu .dropdown-contain a:not(:last-child) {
    padding-bottom: 0;
    border: none;
    margin-bottom: 20px;
  }
  .header-contain-menu .dropdown-contain-item-icon {
    display: none;
  }
  .header-contain-menu .dropdown-contain-item-content-description {
    display: none;
  }
  .header-contain-actions {
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-contain-actions ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-contain-actions .req_demo_btn .header_req-demo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
  .header-contain-actions ul > li {
    width: 100%;
  }
  .header-contain-menu .dropdown-contain-item-content-title h5 {
    font-family: Gordita-Regular;
    font-style: normal;
    font-weight: 400;
    color: #fff;
  }
  html[lang="tr"] .language .lang_switcher_class .lang_list_class li a[data-language="tr"]:after,
  html[lang="en"] .language .lang_switcher_class .lang_list_class li a[data-language="en"]:after {
    color: #fff !important;
  }
  .header-contain-actions .req_demo_btn .header_req-demo {
    padding: 16px 26px !important;
    border-radius: 50px !important;
  }
  .language .lang_switcher_class .lang_list_class li a:after {
    color: #fff !important;
  }
  .language .lang_switcher_class .lang_list_class li a:hover:after {
    color: #000b20 !important;
  }
  .header-contain-menu .dropdown-contain {
    background-color: transparent!important;
    margin-top: 21px;
  }
  .header-contain-menu .dropdown-contain-item-content-title h5 {
    border: none;
    margin-bottom: 20px;
    font-family: Gordita-Regular;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    padding: 0;
  }
  .header-contain-menu .dropdown-contain a:not(:last-child) {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
  }
  .header-contain-menu .dropdown-contain a {
    margin-bottom: 0;
  }
  .header-mega-menu ul>li {
    border-bottom: 1px solid rgba(235,239,244,0.2);
    color: #fff;
    position: relative;
  }
  .header-contain-menu .dropdown-contain-item-content-title h5 {
    color: #FFF !important;
  }
  .header-mega-menu ul li.header-contain-menu-item-dropdown>a.child-open {
    border-bottom: 1px solid rgba(235,239,244,0.2);
    color: #fff;
  }
  .child-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .header-contain-menu .dropdown-contain .left_content {
      padding: 0;
  }
  .header-contain-menu .dropdown-contain .left_content > * {
    color: #fff;
  }
  .header-contain-menu .dropdown .container .row > div {
      padding: 0;
  }
  .header-contain-menu .dropdown .container .row > div.left_content {
    padding-bottom: 25px;
    display: none;
  }
  .header-contain-menu .dropdown-contain-item-icon {
      display: inline-block;
      width: 35px;
      height: 35px;
  }
  .header-contain-menu .dropdown-contain-item {
      padding: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .header-contain-menu .dropdown-contain-item-content-title h5 {
      margin: 0;
  }
  .header-contain-menu .dropdown-contain a {
      margin-bottom: 20px !important;
  }
  .header-contain-menu .dropdown-contain-item-content-description p {
      color: #fff;
  }
  .header-contain-actions li.hs_heder_btn.req_demo_btn {
      margin-left: 0;
      margin-bottom: 10px;
  }
  .header-contain-actions .hs_heder_btn a {
      text-align: center;
      display: block;
  }
  .header-contain-actions .hs_heder_btn a {
      color: #fff;
  }
  .header-contain-menu .dropdown-contain-item{
    
  } 
}
.tabs-module {
  padding: 50px 0;
}
.tabs-module h2 {
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 700;
  color: #000b20;
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 30px;
}
.tabs-module .tabs {
  display: flex;
  flex-flow: row wrap;
}
.tabs-module .tabs-nav {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.tabs-module .tabs-nav li {
  padding: 0 10px 10px;
}
.tabs-module .tabs-nav li.active a {
  background-color: #001c4f;
  border-color: #001c4f;
  color: #fff;
}
.tabs-module .tabs-nav li a {
  font-family: Gordita-Regular;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 20px;
  border: 1px solid #ebeff4;
  background-color: #fff;
  border-radius: 10px;
  color: #000b20;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transition: 300ms color, 300ms background-color, 300ms border-color;
  min-width: 180px;
}
.tabs-module .tabs-nav li a:hover {
  background-color: #001c4f;
  border-color: #001c4f;
  color: #fff;
}
.tabs-module .tabs-content {
  padding: 50px 0;
}
.tabs-module .tabs-content .content-holder {
  margin-bottom: 50px;
}
.tabs-module .tabs-content .image-holder {
  border: 1px solid #ebeff4;
  padding: 15px;
  margin-bottom: 30px;
  max-width: 320px;
}
.tabs-module .tabs-content h3 {
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
  color: #000b20;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px;
}
.tabs-module .tabs-content .text {
  color: rgba(0,11,32,0.7);
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.tabs-module .tabs-content .read-more {
  font-family: Gordita-Medium;
  color: #000b20;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
}
.tabs-module .tabs-content .read-more:hover {
  color: #0056b3;
}
.tabs-module .tabs-content .read-more:hover i {
  margin-left: 15px;
}
.tabs-module .tabs-content .read-more i {
  line-height: 1;
  margin: -4px 0 0 10px;
  transition: 300ms margin;
}


@media(min-width: 768px) {
  .tabs-module {
    padding: 60px 0;
  }
  .tabs-module h2 {
    margin-bottom: 40px;
  }
}
@media(min-width: 992px) {
  .tabs-module {
    padding: 80px 0;
  }
  .tabs-module h2 {
    margin-bottom: 50px;
  }
  .tabs-module .tabs-nav {
    margin: 0 -15px;
  }
  .tabs-module .tabs-nav li {
    padding: 0 15px 15px;
  }
  .tabs-module .tabs-content .content-holder {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 50px;
  }
  .tabs-module .tabs-content .image-holder {
    width: 30%;
    margin: 0;
  }
  .tabs-module .tabs-content .content {
    width: 70%;
    padding-left: 30px;
  }
}
@media(min-width: 1200px) {
  .tabs-module h2 {
    margin-bottom: 60px;
  }
}
.footer {
  position: relative;
  padding-top: 126px;
  padding-bottom: 48px;
}
.footer .container {
  position: relative;
  z-index: 11;
}
.footer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70%;
  height: 100%;
  background-image: url(//25231604.fs1.hubspotusercontent-eu1.net/hubfs/25231604/raw_assets/public/flexigoNov2021/images/footer-illustration-1.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
.footer::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: block;
  width: 40%;
  height: 100%;
  background-image: url(//25231604.fs1.hubspotusercontent-eu1.net/hubfs/25231604/raw_assets/public/flexigoNov2021/images/footer-illustration-2.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.footer-widget-item-logo {
  margin-bottom: 32px;
}
.footer-widget-item-description {
  margin-bottom: 52px;
}
.footer-widget-item-description p {
  font-size: 18px;
  line-height: 32px;
}
.footer-widget-item-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
.footer-widget-item-social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 10px 0 0;
  color: #fff;
  -webkit-transition: 400ms background-color;
  transition: 400ms background-color;
}
.footer-widget-item-social ul li:last-child a {
  margin-left:0;
}
.footer-widget-item-list ul {
  list-style: none;
}
.footer-widget-item-list ul li a {
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
}
.footer-widget-item-list ul li:not(:last-child) {
  margin-bottom: 36px;
}

.footer-widget-item-sitemap-title{
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-widget-item-sitemap-list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget-item-sitemap-list ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-widget-item-sitemap-list ul li a {
  font-family: Gordita-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  -webkit-transition: 400ms color;
  transition: 400ms color;
}


.footer-copyright {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 136px;
}
.footer-copyright-company {
  font-family: Gordita-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}
.footer-copyright-description {
  font-family: Gordita-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}

.footer-copyright-company a {
  font-family: Gordita-Bold;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.hs-footer-bottom-right {
    font-size: 14px;
    line-height: 32px;
}
.hs-footer-bottom-right a {
    font-weight: 700;
}



@media only screen and (min-width: 320px) and (max-width: 767px){
  .footer {
    padding-top: 52px;
    padding-bottom: 32px;
  }
  .footer-widget-item-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-widget-item-description {
    margin-bottom: 32px;
    text-align: center;
  }
  .footer-widget-item-social {
    margin-bottom: 56px;
  }
  .footer-widget-item-social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-widget-item-social ul li a {
    width: 46px;
    height: 46px;
  }
  .footer-widget-item-list {
    margin-bottom: 56px;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-widget-item-list ul li{
    margin-bottom: 32px;
  }
  .footer-widget-item-list ul li:last-child{
    margin-bottom: 0;
  }
  .footer-widget-item-sitemap-title{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }
  .footer-widget-item-sitemap {
    margin-bottom: 56px;
  }
  .footer-widget-item-sitemap-list ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .footer-widget-item-sitemap-list ul li a {
    font-size: 14px;
  }
  .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4px;
  }
  .footer-copyright-description {
    margin-bottom: 16px;
  }
  .footer-copyright-description {
    font-size: 12px;
  }
  .footer-widget-item-list ul li a {
    font-size: 16px;
    line-height: 16px;
  }
  .footer-widget-item-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-widget-item-list ul li:not(:last-child) {
    margin-bottom: 32px;
  }
  .footer-widget-item-description p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer::before {
    background-image: url(//25231604.fs1.hubspotusercontent-eu1.net/hubfs/25231604/raw_assets/public/flexigoNov2021/images/footer-illustration-1-mobile.svg);
  }
  .footer::after {
    background-image: url(//25231604.fs1.hubspotusercontent-eu1.net/hubfs/25231604/raw_assets/public/flexigoNov2021/images/footer-illustration-2-mobile.svg);
  }

  .footer .col-1-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-footer-bottom-right {
      font-size: 14px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0; 
}  

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;    
   }
/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}