/* 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.
*/
@font-face {
  font-family: "usual";
  src: url("https://4964185.fs1.hubspotusercontent-na1.net/hubfs/4964185/FrodX/fonts/Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "usual";
  src: url("https://4964185.fs1.hubspotusercontent-na1.net/hubfs/4964185/FrodX/fonts/Light%20Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic
}
@font-face {
  font-family: "usual";
  src: url("https://4964185.fs1.hubspotusercontent-na1.net/hubfs/4964185/FrodX/fonts/Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "usual";
  src: url("https://4964185.fs1.hubspotusercontent-na1.net/hubfs/4964185/FrodX/fonts/Bold.woff") format("woff");
  font-weight: 700;
}

*, *: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;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

/* CSS variables */

:root {
  --gap: 2.127659574%;
}

/* Mobile layout */

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

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--gap));
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--gap));
  }

  .row-fluid .span9 {
    width: calc(75% - var(--gap));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--gap));
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--gap));
  }

  .row-fluid .span6 {
    width: calc(50% - var(--gap));
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--gap));
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--gap));
  }

  .row-fluid .span3 {
    width: calc(25% - var(--gap));
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--gap));
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--gap));
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

.dnd-section > .row-fluid {
  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.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

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

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;
  max-width: 100%;
}
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 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%;
}

form textarea {
  resize: vertical;
}

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;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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
*/

body.nav-opened {
     overflow: hidden;
     position: relative;
     height: 100%;
}
 .site-header {
     height: 98px;
     background: transparent;
     width: 100%;
     max-width: 100%;
     position: fixed;
     top: 0;
     color: #fff;
     transition: transform .3s ease,height .3s ease,border-color .3s ease,background-color .3s ease;
     z-index: 99;
}
 .site-header.preload * {
     -webkit-transition: none !important;
     -moz-transition: none !important;
     -ms-transition: none !important;
     -o-transition: none !important;
     transition: none !important;
}
 .site-header--search-open {
     background: #fff;
}
 .site-header--shrink, .site-header--shrink .site-header__search-form, .site-header--shrink .site-header__search-form .hs-search-field__input[type=text] {
     height: 84px;
}
 .site-header--hidden {
     transform: translateY(-100%) 
}
 .site-header:not(:hover):not(.site-header--scrolling) {
     color: #fff;
     border-color: rgba(255, 255, 255, 0.4) 
}
 .site-header--dark:not(:hover):not(.site-header--scrolling):not(.site-header--mega-menu-open) .site-header__search {
     border-color: rgba(255,255,255,0.4);
}
/*
.site-header:not(:hover):not(.site-header--scrolling) .site-header__hamburger-button-symbol span {
     background: #fff;
}
*/
 .site-header--scrolling, .site-header--mega-menu-open, .site-header:hover {
  background: rgb(0 0 0 / 80%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
 .site-header__container {
     height: 100%;
     display: flex;
     align-items: stretch;
}
 .site-header__branding {
     flex-basis: auto;
     flex-grow: 0;
     flex-shrink: 0;
     height: 100%;
}
 #hs_cos_wrapper_site_logo {
     display: flex;
     align-items: center;
     height: 100%;
     padding: 0 40px;
}
#hs_cos_wrapper_site_logo a {
     display: flex;
    height: 32px;
}
#hs_cos_wrapper_site_logo svg {
    width: 130px;
    height: 32px;
}
#hs_cos_wrapper_site_logo .blue {
    transition: fill 0.3s ease;
}
.site-header:hover #hs_cos_wrapper_site_logo .blue,
.site-header.site-header--shrink #hs_cos_wrapper_site_logo .blue,
.site-header.site-header--search-open #hs_cos_wrapper_site_logo .blue {
     fill: #2266cc!important;  
}
 #hs_cos_wrapper_site_logo_hs_logo_widget img {
     max-width:unset;
}
.site-header__cta {
 display:flex;
 flex-grow:1;
 align-items: center;
 justify-content: flex-end;
 padding: 0 40px;
}
.site-header__cta .fx-btn:after {
 content:none 
}
.site-header__navigation {
     flex-basis: auto;
     flex-grow: 1;
     flex-shrink: 1;
     height: 100%;
     transition: flex-grow .5s ease,flex-basis .5s ease,opacity .5s ease;
}
 #hs_cos_wrapper_navigation-primary {
     height: 100%;
}
 .site-header__navigation .main-navigation {
     height: 100%;
}
 .header-menu {
     height: 100%;
     display: flex;
     justify-content: flex-end;
     align-items: center;
     margin: 0;
     padding: 0;
     list-style: none;
}
 .menu__item {
     height: 100%;
     margin: 0;
}
 .menu__item:focus {
     outline: none 
}
 .menu__link {
     display: flex;
     align-items: center;
     height: 100%;
     padding: 0 20px 0;
     text-decoration: none;
     font-size: 16px;
     font-weight:300;
     color: inherit!important;
     line-height: 1.4;
     white-space: nowrap;
     position: relative;
     transition: color .3s ease;
}
 .site-header--search-open .site-header__navigation {
     flex-basis: 0;
     overflow: hidden;
     flex-grow: 0;
     opacity: 0;
}
 .site-header--search-open .site-header__search {
     flex-grow: 1;
}
 .site-header--search-open .site-header__search, .site-header--search-open .site-header__search-box {
     overflow:visible;
}
 .site-header--search-open .site-header__search-form, .site-header--search-open .site-header__search-close {
     opacity: 1;
     transition-delay: .5s;
}
 .site-header__search {
     display:none!important;
     border-left: 1px solid #C8C8C8;
     flex-basis: 72px;
     flex-grow: 0;
     flex-shrink: 0;
     /*display: flex;*/
     align-items: stretch;
     overflow: hidden;
     transition: flex-grow .5s ease, flex-basis .5s ease, border-color .3s ease 
}
 .site-header__search-toggle {
     display: flex;
     height: 100%;
     flex-basis: auto;
     flex-grow: 0;
     flex-shrink: 0;
     align-items: center;
     justify-content: center;
     width: 64px;
     cursor: pointer;
     transition: color .3s ease;
}
 .site-header--search-open .site-header__search-box {
     flex-grow: 1 
}
 .svg-icon.search-icon {
     display: inline-block;
     width: 20px;
     height: 20px;
}
 .svg-icon.search-icon .search-path {
     stroke-width: 2px;
     transition: stroke .3s ease;
}
 .site-header:not(:hover):not(.site-header--scrolling) .search-path {
     stroke: #fff;
}
/*
 .site-header.site-header--search-open .search-path {
     stroke: #000!important;
}
*/
 .site-header__search-box {
     flex-basis: auto;
     flex-grow: 1;
     overflow: hidden;
     display: flex;
     align-items: center;
     transition: flex-grow .5s ease,flex-basis .5s ease;
}
 .site-header__search-form {
     flex-basis: auto;
     flex-grow: 1;
     height:98px;
     opacity: 0;
     transition: opacity .5s ease;
     transition-delay: 0s;
}
 .site-header__search-form .hs-search-field__input[type="text"] {
     width: 100%;
     height: 98px;
     border: none;
     background: none;
     padding: 0;
     outline: none !important;
     font-size:16px;
     color: #fff;
     transition: opacity .3s ease,color .3s ease;
}
 .site-header__search-form .hs-search-field__input::placeholder {
     color: #fff;
     transition: color .3s ease;
}
 .site-header__search-form .hs-search-field--open .hs-search-field__suggestions {
     font-size:16px;
     border: 1px solid #c8c8c8;
     background: #fff;
     padding: 10px;
}
 .site-header--hidden .site-header__search-form .hs-search-field--open .hs-search-field__suggestions {
     opacity: 0;
     transition: opacity 0.3s ease;
}
 .hs-search-field__suggestions #results-for {
     color:#000;
}
 .site-header__search-close {
     flex-basis: auto;
     flex-grow: 0;
     height: 100%;
     display: flex;
     align-items: center;
     padding: 0 24px;
     cursor: pointer;
     opacity: 0;
     transition: opacity .5s ease;
     transition-delay: 0s;
}
 .nav-opened .site-header__navigation {
     transform: translate(0, 0);
}
.site-header__language-switcher{display:flex;flex-basis:72px;height:100%;align-items:center;justify-content:center}
.site-header__language-switcher--label{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}
.site-header__language-switcher--label,.widget-type-language_switcher,.hs_cos_wrapper_type_language_switcher,.lang_switcher_class,.globe_class{height:inherit!important}
.globe_class{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px'%3E%3Crect fill='none' height='50' width='50'/%3E%3Ccircle cx='25' cy='25' fill='none' r='24' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cellipse cx='25' cy='25' fill='none' rx='12' ry='24' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M6.365,40.438C10.766,37.729,17.479,36,25,36 c7.418,0,14.049,1.682,18.451,4.325' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M43.635,9.563C39.234,12.271,32.521,14,25,14 c-7.417,0-14.049-1.682-18.451-4.325' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2' x1='1' x2='49' y1='25' y2='25'/%3E%3Cline fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2' x1='25' x2='25' y1='1' y2='49'/%3E%3C/svg%3E")!important;background-size:25px!important;width:72px!important}
.lang_list_class{display:block!important;height:0;top:100%!important;width:72px;padding:0!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background: rgba(0,0,0,.8);opacity:0;overflow:hidden;transition:opacity .3s ease-out}
.globe_class:hover .lang_list_class{opacity:1;height:auto}
.lang_list_class li:first-child{display:none}
.lang_list_class li{padding:0!important;background:transparent!important}
.lang_list_class li a{display:block;width:100%;padding:15px 0;font-size:10px;color:#fff!important}
.lang_list_class li a:hover{color:#3cc9d8!important}
.lang_list_class:after,.lang_list_class:before{content:none!important}

 .site-header__hamburger {
     /*border-left: 1px solid #C8C8C8;*/
     transition: border-color .3s ease;
     align-items: stretch;
     flex-basis: auto;
     flex-grow: 0;
     flex-shrink: 0;
     display: none;
}
 .site-header__hamburger-button {
     display: flex;
     align-items: center;
     justify-content: center;
     background: transparent!important;
     border: none!important;
     padding: 0 32px;
     outline: none;
     cursor: pointer;
}
 .site-header__hamburger-button-symbol, .site-header__search-button-symbol {
     position: relative;
     height: 14px;
     width: 24px;
     overflow:hidden;
}
 .site-header__button-bar-top, .site-header__button-bar-mid, .site-header__button-bar-bot{
     top: 0;
     display: block;
     height: 1px;
     width: 100%;
     background: #fff;
     position: absolute;
     left: 0;
     transform: rotate(0deg);
     transition: .3s ease-in-out;
}
.site-header__button-bar-mid {
    top: 6.5px;
    left: unset;
    right: 0;
    width: 75%;
}
 .site-header__button-bar-bot {
     top: auto;
     bottom: 0;
}
.site-header__hamburger-button--active .site-header__button-bar-mid {
     opacity:0;
     right:-20px;
     transition: .1s ease-in-out;
}
 .site-header__hamburger-button--active .site-header__button-bar-top, .site-header__search-close .site-header__button-bar-top {
     transform: rotate(-45deg);
     bottom: 8.5px;
     top: 6.5px;
}
 .site-header__hamburger-button--active .site-header__button-bar-bot, .site-header__search-close .site-header__button-bar-bot {
     transform: rotate(45deg);
     top: 6.5px;
}
 @media(max-width: 1200px) {
     .site-header__branding {
         flex-grow: 1;
         transition: flex-grow .5s ease;
    }
     .site-header__navigation {
         display: block;
         padding: 0;
         transform: translate(100%, 0);
         min-height: calc(100vh - 73px);
         background: #000;
         transition: .3s linear;
         position: fixed;
         left: 0;
         top: 98px;
         width: 100%;
         overflow-x: hidden;
         z-index: 10;
    }
     #hs_cos_wrapper_navigation-primary {
         padding-top: 0;
         padding-right: 0;
    }
     .header-menu {
         display: flex;
         flex-direction: column;
         align-items: flex-start;
         height: auto;
    }
     .menu__item {
         display: block;
         width: 100%;
         padding: 0 32px 0;
    }
     .menu__link {
         padding: 0 32px 0;
         font-size: 22px;
         font-size: 1.375rem;
         width: 100%;
         min-height: 90px;
    }
     .site-header__hamburger {
         display: flex;
    }
}
 @media(max-width: 767px) {
    #hs_cos_wrapper_navigation-primary {
        height: auto;
    }
     .site-header, .site-header__search-form, .site-header__search-form .hs-search-field__input[type=text] {
         height: 74px!important 
    }
     .site-header--search-open .site-header__branding, .site-header--search-open .site-header__hamburger {
         flex-grow: 0;
         flex-basis: 0;
         border: none;
         overflow: hidden;
    }
     .site-header__navigation {
         top: 74px;
    }
    .site-header__navigation .main-navigation {
        padding-bottom: 200px;
    }
     .site-header.nav-opened, .nav-opened .site-header__navigation {
         background-color: #000;
    }
     .menu__link {
         font-size: 18px;
         min-height: 64px;
         padding: 0;
    }
     .site-header--search-open .site-header__search {
         border-left: 1px solid rgba(200,200,200,0);
    }
  .site-header__cta .fx-btn {
    height: 3rem;  
  }   
}
 @media (max-width: 480px) {
     #hs_cos_wrapper_site_logo, .site-header__cta, .menu__item {
         padding: 0 16px;
    }
     #hs_cos_wrapper_site_logo_hs_logo_widget {
         height: 37px;
    }
     .site-header__search {
         flex-basis: 48px;
    }
     .site-header__search-toggle {
         width: 48px;
    }
     .site-header__search-form .hs-search-field--open .hs-search-field__suggestions {
         position: absolute;
         width: 100vw;
         left: -49px;
         font-size: 18px;
         border: none;
    }
     .site-header__search-form .hs-search-field__input[type="text"] {
         font-size:15px;
    }
     .site-header__search-close {
         padding: 0 16px;
    }
     .site-header__hamburger-button {
         padding: 0 16px;
    }
}
#initPreloader{position:fixed;display:flex;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;background:#000;z-index:100;overflow:hidden}
.body-container:not(.body-container--home){padding-top:104px}
.body-container.our-services,.body-container.success-stories,.body-container.about-us{overflow-x:hidden}
.header-menu .menu__item:last-child{position:relative;background:#26c;overflow:hidden;position:relative;transform:translateZ(0);transition:background-color .6s cubic-bezier(.075,.82,.165,1),color .6s cubic-bezier(.075,.82,.165,1)}
.grey{color:#aeaeae}
.light{font-weight:300}
.fs-18{font-size:1.125rem}
.fs-24{font-size:1.5rem}
.fx-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0 2.625rem;border-radius:32px;transition:background-color .6s cubic-bezier(.075,.82,.165,1),color .6s cubic-bezier(.075,.82,.165,1);height:3.73333rem;box-shadow:0 0 50px 0 rgb(0 0 0 / 10%);color:#fff!important;overflow:hidden;transform:translateZ(0);-webkit-tap-highlight-color:transparent}
.who-we-are .fx-btn{padding:0 2.3rem}
.fx-btn.blue{background:#26c}
.fx-btn.green{background:#3cc9d8}
.fx-btn:not(.no-hover):hover{color:#fff}
.fx-btn:not(.no-hover):after{content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='arrow-r' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 11.9988L13.9289 4.92773L12.1612 6.6955L16.2157 10.75L2.99902 10.75L2.99902 13.25L16.2145 13.25L12.1612 17.3033L13.9289 19.0711L21 12L20.9994 11.9994L21 11.9988Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");width:25px;height:22px;margin-left:0.7em;transition:all 0.4s ease 0s}
.fx-btn:not(.no-hover):hover:after{transform:translateX(8px)}
.dnd-section.page-title{position:relative;padding-bottom:0}
.fx-title-wrapper{display:flex;flex-direction:column}
.breadcrumb{display:flex;flex-wrap:wrap;list-style:none;margin:0 0 20px;padding:0}
.breadcrumb-item{display:flex;align-items:center;color:#37b9ca;text-transform:uppercase}
.breadcrumb-item:first-child a{color:#37b9ca!important;text-decoration:underline}
.breadcrumb-item+.breadcrumb-item::before{content:"";width:2px;height:2px;border-radius:50%;margin:0 .3rem;background:#37b9ca}
.breadcrumb-item a{color:#37b9ca!important}
.dnd-section.video-bg{height:0;padding:0}
.yt-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-99}
.fx-btn .ripple{display:block;position:absolute;border-radius:100%;background:rgba(255,255,255,0.25);transform:scale(0);opacity:1;pointer-events:none}
.fx-btn .ripple.animated{animation: ripple 0.6s linear}
@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5)
	}
}
.intro-section__content .h1,.intro-section__content .h2{overflow:hidden;visibility:hidden}
.intro-section__content .h1 span,.intro-section__content .h2 span{display:inline-block;transition:none}
h1 span.word,h2 span.word{overflow:hidden;display:inline-block;position:relative;vertical-align:top}
h1 span.word .holder,h2 span.word .holder{display:inline-block;vertical-align:top}
.img-uncover{position:relative;overflow:hidden;display:inline-block;}
.img-uncover img{transform:scale(1.2);transition:transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);}
.img-uncover.show:hover img{transition-delay:0s;transform:scale(1.02);}
.img-uncover:after{content:"";display:block;position:absolute;top:0;left:0;right:0;width:110%;height:110%;background:#000;transition:transform 1s cubic-bezier(0.77, 0.15, 0, 0.99);z-index:4;}
.img-uncover.show:after{transform:translateX(-100%)}
.img-uncover.show img{transform:scale(1)}
.hero-frodx-home{display:flex;align-items:center;height:100vh;padding:0!important}
.hero-frodx-home h1{max-width:960px;font-size:100px;line-height:normal;color:#fff;font-weight:400;margin-top:50px}
.hero-frodx-home h2{font-size:1.25rem;color:#fff;font-weight:400}
.hero-frodx-home > .row-fluid{position:relative;max-width:100%!important;height:100%;align-items:center;padding:4%}
.hero-frodx-home > .row-fluid:before {
	content: "";
	position: absolute;
	height: 100%;
  top:0;
	left: 0;
	right: 0;
  z-index:-1;
  background: -moz-linear-gradient(top, #26c 0%, #26c 70%, #040e1d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26c), color-stop(100%,#040e1d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left bottom,  #26c 0%, #26c 70%, #040e1d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #26c 0%, #26c 70%, #040e1d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #26c 0%, #26c 70%, #040e1d 100%); /* IE10+ */
  background: linear-gradient(to bottom, #26c 0%, #26c 70%, #040e1d 100%); /* W3C */  
	mix-blend-mode: multiply;
}
.page-title:before {
	content: "";
	position: absolute;
	height: calc(100% + 104px);
  top:-104px;
	left: 0;
	right: 0;
  z-index:-1;
  background: -moz-linear-gradient(top, #26c 0%, #26c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26c), color-stop(100%,#26c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left bottom,  #26c 0%, #26c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #26c 0%, #26c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #26c 0%, #26c 100%); /* IE10+ */
  background: linear-gradient(to bottom, #26c 0%, #26c 100%); /* W3C */
	mix-blend-mode: multiply;
}
.our-partners{display:flex;align-items:center}
.partner-logo{margin-right:30px}
@media(max-width:1300px) {
.hero-frodx-home h1{font-size:70px;max-width:700px}
.partner-logo{width:70px} 
}
@media(min-width:998px) {  
.opportunity .row-fluid .span4,.technology .row-fluid .span4{width:calc(33.33% - 11px)}
}
@media(max-width:997px) {  
.opportunity .row-fluid{flex-wrap:wrap}
.opportunity .row-fluid .span4{width:100%!important}  
}
@media(max-width:480px) { 
.hero-frodx-home h1{font-size:2.375rem;margin-top:0}
.partner-logo{margin-right:20px}
}
.opportunity{position:relative}
.opportunity > .row-fluid{height:100%}
.opportunity > .row-fluid:before {
	content: "";
	position: absolute;
	height: 100%;
  top:0;
	left: 0;
	right: 0;
  z-index:-1;
  background: -moz-linear-gradient(top, #040e1d 0%, #040e1d 70%, #111315 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#040e1d), color-stop(100%,#111315)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left bottom,  #040e1d 0%, #040e1d 70%, #111315 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #040e1d 0%, #040e1d 70%, #111315 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #040e1d 0%, #040e1d 70%, #111315 100%); /* IE10+ */
  background: linear-gradient(to bottom, #040e1d 0%, #040e1d 70%, #111315 100%); /* W3C */  
	mix-blend-mode: multiply;
}
.opportunity h2{visibility:visible;max-width:1170px;margin:0 auto 60px;text-align:center}
.opportunity .row-fluid .span4,.technology .row-fluid > .span4{border:2px solid #fff;margin-bottom:20px}
.technology.center .row-fluid{justify-content:center;column-gap:17px}
.technology .row-fluid>.span4{padding:5% 3% 2%}
.opportunity .row-fluid .span4 > div{height:100%}
.opportunity .row-fluid .span4 a{display:flex;height:100%;align-items:flex-start;padding:16% 9%;color:#fff;-webkit-tap-highlight-color:transparent}
.opp-wrapper{position:relative;display:flex;flex-wrap:wrap}
.opp.title{flex-basis:70%;min-height:160px;font-size:2rem;line-height:2.3rem;color:inherit;font-weight:700}
.opp.shape{display:flex;width:160px}
.opportunity .opp.shape{position:absolute;right:-16px}
.x-l-shape{transition:transform .2s ease-in-out}
.x-r-shape{position:relative;left:-10px;transition:transform .2s ease-in-out}
.opp.shape svg path{fill:rgb(255 255 255 / 40%)}
.opp.desc{flex-basis:100%;font-size:1.125rem;line-height:1.625rem;transition:font-size .3s}
.opp.desc p:after,.gcl:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='arrow-r' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 11.9988L13.9289 4.92773L12.1612 6.6955L16.2157 10.75L2.99902 10.75L2.99902 13.25L16.2145 13.25L12.1612 17.3033L13.9289 19.0711L21 12L20.9994 11.9994L21 11.9988Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");position:relative;display:inline-block;width:18px;height:18px;top:4px;margin-left:5px;transition:all .4s ease 0s}
.gcl:after{content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='arrow-r' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 11.9988L13.9289 4.92773L12.1612 6.6955L16.2157 10.75L2.99902 10.75L2.99902 13.25L16.2145 13.25L12.1612 17.3033L13.9289 19.0711L21 12L20.9994 11.9994L21 11.9988Z' fill='%2337b9ca'%3E%3C/path%3E%3C/svg%3E");transform: rotate(-45deg)}
/* Bottom to top animation */
.opportunity .row-fluid .span4{background:linear-gradient(0deg,#26c 50%,transparent 0);background-size:100% 203%;background-position:top left;transition:all .3s ease-out}
.opportunity .row-fluid .span4:hover{border:2px solid #2266cc;background-position:0 99%;color:#fff}
/*.opportunity .row-fluid .span4:hover .opp.shape .x-l-shape {
 transform: translateX(-20px);
}*/
.opportunity .row-fluid .span4:first-child:hover .opp.shape .x-l-shape{transform:translateX(-10px)}
.opportunity .row-fluid .span4:first-child:hover .opp.shape .x-r-shape {
transform: translateX(10px) rotate(180deg);
/*-webkit-transform: scaleX(-1);
transform: scaleX(-1);*/  
}
/*.opportunity .row-fluid .span4:hover .opp.desc p:after {
 transform: translateX(8px); 
}*/
.opportunity .row-fluid .span4:nth-child(2):hover .opp.shape .x-l-shape{transform:translate(40px, -40px) rotate(90deg)}
.opportunity .row-fluid .span4:nth-child(2):hover .opp.shape .x-r-shape{transform:translate(-30px, 50px) rotate(-90deg)}
.opportunity .row-fluid .span4:nth-child(3):hover .opp.shape .x-l-shape{transform: translate(39px, 27px) rotate(-90deg)}
.opportunity .row-fluid .span4:nth-child(3):hover .opp.shape .x-r-shape{transform: translate(-31px, -36px) rotate(-90deg)}
/* #END Bottom to top animation */
.frodx-testimonials{display:flex;position:relative;height:600px;align-items:center}
.frodx-testimonials:before{content:"";position:absolute;height:100%;left:0;right:0;margin-top:0;z-index:-1;background: #111315;mix-blend-mode:multiply}
.who-we-are{position:relative}
.who-we-are:before{content:"";position:absolute;height:100%;top:0;left:0;right:0;z-index:-1;background:#111315;mix-blend-mode:multiply}
.who-we-are .dnd-column > .dnd-row{background: rgb(0 0 0 / 70%);backdrop-filter: blur(16px);-webkit-backdrop-filter:blur(16px)}
.team-desc{display:flex;align-items:center;justify-content:center;height:100%;padding:90px 60px 100px}
.team-img{width:100%;height:100%}
.team-img img{width:100%;height:100%!important;object-fit:cover}
.who-we-are .fx-btn img{width:160px}
.upcoming-events{background:#000}
.upcoming-events h2{margin-bottom:35px}
.upcoming-events .dnd-column > .dnd-row .dnd-column:first-child,.span6.event{padding:0;border:1px solid #fff}
.event-img img,.span6.event img{width:100%;max-height:300px;object-fit:cover}
.event-desc,.event-date{padding:12px 20px}
.event-desc{border-bottom:1px solid #fff}
.event-desc a{color:#fff}
.event-date > span{display:flex;justify-content:space-between;font-size:.75rem}
.x-d span,.x-p span:nth-child(2){color:#fff;font-weight:700}
.x-p span:first-child{color:#bcbcbc;margin-right:10px}
.x-d .dot{margin:0 4px}
.show-more-btn{display:flex;position:relative;bottom:-6px;color:#fff;font-size:2.25rem;font-weight:300;text-decoration:underline;text-decoration-thickness:0.1rem;text-underline-offset:0.188rem;margin-left:12px;transition:all .4s ease 0s}
.show-more-btn:hover{color:#37b9ca}
.show-more-btn span{position:relative;bottom:-10px;transition:inherit}
.show-more-btn:hover .arr-r{transform:translateX(8px)}
.show-more-btn:hover .arr-r svg path{fill:#37b9ca!important}
.bg-shape{position:relative;opacity:.2}
.bg-shape span{position:absolute;top:-90px;right:-102px}
.sst{font-weight:300;font-size:1.125rem;color:#aeaeae}
.shape-bg{display:none}
.accordion-item{/*cursor:pointer;*/padding:20px 0 0}
.accordion-item-ab{border-top:2px solid #fff}
.accordion-item-title{position:relative;display:flex;align-items:baseline;font-size:1.563rem;line-height:1.3;border-bottom:2px solid #fff;margin-bottom:33px;padding:10px 0}
.accordion-item-title1{position:relative;display:flex;align-items:baseline;font-size:1.563rem;line-height:1.3;border-bottom:1px solid #000;margin-bottom:33px;padding:10px 0}
.accordion-item-title.ab{border-bottom:0;margin:0}
.accordion-item-title h3{display:flex;flex-grow:1;justify-content:space-between;margin:0;font-size:2.25rem}
.accordion-item-title.ab h3,.accordion-item-title.ab1 h3{font-size:24px}
.accordion-item-title.ab1 h3{color:#3cc9d8}
.accordion-item--active .accordion-item-title h3{color:#26c}
.accordion-item-title span{font-size:1.125rem;color:#8d8d8d;font-weight:300;margin-right:22px}
.accordion-item-indicator{flex-basis:20px;flex-shrink:0;position:relative}
.accordion-item-indicator:before,.accordion-item-indicator:after{content:'';width:100%;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;transition:.3s ease}
.accordion-item-indicator:after{transform:translate(-50%,-50%) rotate(90deg)}
.accordion-item--active .accordion-item-indicator:before{background:#26c}
.accordion-item--active .accordion-item-indicator:after{transform:translate(-50%,-50%) rotate(180deg);opacity:0}
/*.accordion-item-content-wrapper:not(.ab){display:none}*/
.accordion-item-content{display:flex}
.acc-l{flex-basis:30%;font-weight:300}
.acc-r{flex-basis:70%;color:#aeaeae}
.acc-r.one p{font-size:1.125rem}
.acc-r.two p{font-size:1.5rem;color:#fff;font-weight:400}
.ab-l{flex-basis:70%}
.ab-r{flex-basis:30%;display:flex}
.ab-r svg{position:relative;height:265px}
.fx-shape-1{right:-40px}
.fx-shape-2{right:-73px}
.fx-shape-3{right:-60px}
.fx-shape-4{right:-5px}
.shape-stroke{stroke:#26c;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;stroke-dashoffset:0}
.ab-l p{font-size:1.125rem;color:#aeaeae;font-weight:300}
.fx-e-list li{display:block;color:#fff;font-size:1.5rem;margin-bottom:40px}
.fx-e-list.counter li:before{content: counter(list-number);counter-increment:list-number;display:inline-flex;font-weight:700;margin-right:33px}
.success-item{float:left;padding:40px 0 120px;border-top:2px solid #fff}
.sc-row{float:left;width:50%}
.sc-row.two{float:right;margin-top:20px}
.sc-row.one p{font-size:1.125rem;color:#aeaeae;font-style:italic}
.sc-row.one img{margin-bottom:25px}
.sc-row.two p{font-size:1.25rem;font-weight:400}
.sc-row.three{display:flex;position:relative;align-items:center;padding-top:33px}
body-container:not(.document) .sc-row.three:before{content:"";position:absolute;top:0;left:0;width:200px;height:2px;border-bottom:2px solid #3CC9D8}
.sc-row.three img{margin-right:30px}
.sc-row.three .client{display:flex;flex-direction:column}
.how-we-succeed{display:flex;width:100%;flex-direction:column;max-width:920px}
.how-we-succeed span{color:#37B9CA;font-size:.875rem;font-weight:400;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}
.how-we-succeed p{font-size:2.25rem;font-weight:700}
/*.technology .span12 > .dnd-row:first-child .span4:first-child{display:flex;align-items:center;border:0}*/
.tech-item{display:flex;flex-direction:column}
.tech-item.intro p,.tech-item .tr:nth-child(2){font-weight:300}
.tech-item h2{font-size:1.5rem;font-weight:700}
.fx-ds{display:flex;overflow:hidden}
.fx-c{flex-basis:50%}
.fx-ds .line{width:2px;background:#fff}
.fx-ds .he{display:flex;height:186px;flex-direction:column;justify-content:center}
.fx-c.abl span{max-width:500px}
.fx-c.abr span{max-width:590px}
.fx-c.abl p{max-width:470px;color:#aeaeae;font-size:1.125rem}
.fx-c.abl p:last-child{margin:0}
.fx-c.abr p{font-size:1.25rem;font-weight:400}
.video.full-width{width:99.225vw;position:relative;margin-left:-49.59vw;left:50%}
.video-container{position:relative;padding-bottom:56.25%;height:0}
.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.fx-th h2{font-size:1.5rem}
.fx-ds .ds{flex-basis:50%}
.fx-ds .cl{background:#000;z-index:1}
.fx-ds.fv{margin:135px 0 0;align-items:center}
.fx-ds .hv{display:flex;height:446px;flex-direction:column;justify-content:center}
.fx-ds .cl p{margin:0}
.fx-gl{display:block;font-size:.875rem;font-weight:400;text-transform:uppercase;letter-spacing:1px;color:#37b9ca;margin-bottom:15px}
.fx-ds ul{list-style:none;font-size:1.5rem;font-weight:400;padding:0}
.fx-ds ul:before{list-style:none;font-size:1.5rem}
.fx-ds ul li{position:relative;margin:10px 0;padding-left:30px}
.fx-ds ul li::before{content:"\2022";color:#37b9ca;display:inline-block;position:absolute;top:-6px;left:6px;font-size:37px;line-height:normal;font-weight:700;width:22px}
.fx-ds .co{display:flex;justify-content:center;flex-direction:column}
.fx-c.abl,.fx-ds .cl p,.fx-ds .co p{font-weight:300}
.fx-ds .cc{display:block;font-size:1.5rem}
.body-container.event .dnd_area-row-2-background-color{position:relative;background-color:transparent!important}
.body-container.event .dnd_area-row-2-background-color:before {
  content:"";
  position: absolute;
  height: 100%;
  top:0;  
  left: 0;
  right: 0;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0,0,0,.9) 0%, #000 30%, #000 60%, #1a53a8 80%, #002358 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left bottom,  rgba(0,0,0,.9) 0%, #000 30%, #000 60%, #1a53a8 80%, #002358 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,.9) 0%, #000 30%, #000 60%, #1a53a8 80%, #002358 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,.9) 0%, #000 30%, #000 60%, #1a53a8 80%, #002358 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,.9) 0%, #000 30%, #000 60%, #1a53a8 80%, #002358 100%); /* W3C */
  mix-blend-mode: multiply;
}
.our-locations{display:flex;align-items:center}
.our-locations h2{margin-top:190px}
.our-locations h2 strong{color:#26c}
.earth-container{width:590px}
.fx-e-container.foo{display:flex;justify-content:space-between}
.fx-e-container.foo .fx-e-item{margin:0!important}
.fx-e-container.foo .fx-e-item:not(.first) .fx-e-line{width:1px;min-width:1px;height:auto;background:#707070;border-radius:0;margin-right:20px}
.fx-e-container.foo .fx-e-info{font-size:0.875rem}
.fx-e-item.first{margin-top:50px}
.fx-e-item{display:flex;margin-bottom:50px}
.fx-e-container:not(.foo) .fx-e-line{width:8px;min-width:8px;height:auto;background:#26c;border-radius:4px;margin-right:14px}
.fx-e-desc{display:flex;flex-direction:column}
.fx-e-label{color:#bcbcbc;font-size:0.875rem}
.fx-e-info{font-size:1.125rem;font-weight:700}
.fx-btn.fwb{margin-bottom:50px}
.fx-btn.fwb:after{position:relative;top:2px;transform:rotate(90deg)}
.fx-btn.fwb:hover:after{transform:rotate(90deg)}
.accordion-item.event .accordion-item-content:not(:first-child){margin-top:40px}
.accordion-item.event .acc-l{color:#b5b5b5}
.accordion-item.event .acc-r{color:#fff;font-weight:300}
.fx-e-list,.fx-ll ul{padding:0;counter-reset:list-number;font-weight:400}
.fx-e-list li,.fx-ll ul li{display:flex;align-items:baseline}
.body-container.policy #hs_cos_wrapper_dnd_area-module-6_{display:block}
.fx-ll ul li{margin-bottom:20px}
.fx-ll ul li a{font-size:0.875rem;color:#fff!important;text-transform:uppercase}
.fx-e-list li:before,{counter-increment:list-number;content:counter(list-number);display:inline-flex;margin-right:33px;font-weight:700}
.fx-ll ul li:before{counter-increment:list-number;content:counter(list-number)".";display:inline-flex;font-size:0.875rem;margin-right:11px;font-weight:400}
.fx-auth{margin-bottom:1.4rem}
.fx-auth img{margin-bottom:0.625rem}
.fx-auth,.fx-ap{display:flex;flex-direction:column}
.fx-ap span:first-child{color:#fff}
.fx-join,.fx-download{border-bottom:2px solid #fff;margin-bottom:1.875rem}
.fx-join h2,.fx-download h3{margin-bottom:0.625rem}
.fx-contact a{display:block;color:#fff;font-size:1.5rem;margin-bottom:20px}
.blog-bg{background:#000}
.author-container {
text-align:center;
}
.author-info span, .author-info p{
font-size: 12px;
}
/* HS form */
.form-title{font-size:38px}
.hs-form{display:flex;flex-wrap:wrap}
.hs-form .hs-form-field{flex-basis:100%}
.hs-form .hs-form-field > label{position:absolute;opacity:0;overflow:hidden;padding:10px 10px 0;-ms-transform:translateY(3px);transform:translateY(3px);transition:all .2s ease-out;z-index:100}
.hs-form .hs-form-field.field-not-empty label{opacity:1;transform:none}
.hs-fieldtype-select select{appearance:none;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23bcbcbc'><polygon points='0,0 100,0 50,50'/></svg>") calc(100% - 10px) 32px / 9px no-repeat transparent}
.hs-form select option{background:#000}
.hs-form-booleancheckbox label{display:flex;align-items:flex-start;cursor:pointer}
.hs-form-booleancheckbox label > input{margin-top:5px}
.hs-form .hs-fieldtype-textarea textarea{height:200px;}
.body-container.policy .dnd-section > .row-fluid > .span4{position:sticky;top:100px;height:100vh;overflow-y:auto}
.hs-form-booleancheckbox label > span{flex-direction:column;display:flex!important}
.hs-form-booleancheckbox label > input,.hs-form-booleancheckbox .hs-form-required{display:none}
.hs-form-booleancheckbox label > span{display:block;padding-bottom:6px;position:relative;padding-left:35px;cursor:pointer;padding-top:2px}
.hs-form-booleancheckbox label > span::before,.hs-form-booleancheckbox label > span::after{content:"";position:absolute;left:0;top:5px;width:20px;height:20px}
.hs-form-booleancheckbox label > span::before{border:.5px solid #bcbcbc;transition:border .35s ease 0}
.hs-form-booleancheckbox label > span::after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.25 26.875'%3E%3Cg%3E%3Cpath fill='%233cc9d8' d='M32.741,0.482c0.159-0.211,0.371-0.317,0.634-0.317c0.263,0,0.476,0.106,0.634,0.317l0.951,0.872 c0.159,0.211,0.238,0.449,0.238,0.713s-0.079,0.476-0.238,0.634L11.182,26.48c-0.213,0.209-0.436,0.317-0.674,0.317 s-0.461-0.108-0.674-0.317l-9.432-9.432c-0.159-0.159-0.238-0.369-0.238-0.634s0.079-0.503,0.238-0.713l0.951-0.872 c0.159-0.211,0.371-0.317,0.634-0.317s0.476,0.106,0.634,0.317l7.847,7.847L32.741,0.482z'/%3E%3C/g%3E%3C/svg%3E") center center / 50% no-repeat;opacity:0;transition:opacity .35s ease 0}
.hs-form-booleancheckbox label > input:checked + span::before{border:.5px solid #bcbcbc}
.hs-form-booleancheckbox label > input:checked + span::after{opacity:1}
.hs-form-booleancheckbox label p{color:#bcbcbc;font-size:.875rem}
.hs-form .legal-consent-container{width:100%;margin-top:20px}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span{margin-left:0!important;color:#fff!important}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span p{margin-bottom:.625rem;margin-left:0!important}
.hs-form .hs-richtext p{color:#bcbcbc}
.hs-form .hs_error_rollup{width:100%}
.hs-form .hs_error_rollup label{color:#ef6b51;font-size:.875rem}
.hs-form .hs_submit{margin-top:33px}
.hs-form .hs-button{display:inline-flex;min-width:200px;height:3.73333rem;justify-content:center;padding:0 2.625rem;transition:background-color .6s cubic-bezier(0.075,0.82,0.165,1) 0s,color .6s cubic-bezier(0.075,0.82,0.165,1) 0}
.submitted-message{color:#5fe1f2}
/* #end HS form */
/*table*/
.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-responsive .table{width:100%;border:0;margin-bottom:1rem;color:#212529}
.table-responsive .table thead th{text-align:left;font-weight:400;background-color:#000;border:0}
.table-responsive .table tbody tr th,.table-responsive .table tbody tr td{background:#25252b;border:none;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease}
.table-responsive .table tbody tr.active th,.table-responsive .table tbody tr.active td,.table-responsive .table tbody tr:hover th,.table-responsive .table tbody tr:hover td{color:#fff;background:#2e2e36}
.table-responsive .table tbody tr:not(.spacer){border-radius:7px;overflow:hidden;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease}
.table-responsive .table tbody tr.spacer td{height:3px;padding:0;font-size:0;background:#000}
/* #end table*/
/* mouse scroll */
.scroll-icon-wrapper{position:absolute;width:24px;height:40px;right:4%;bottom:40px;opacity:1;transition:all .5s ease}
.scroll-icon-wrapper.hide{opacity:0;transform:translateY(-20px)}
.scroll-icon-wrapper .mouse-icon{width:3px;padding:2px 8px;height:25px;border:2px solid #fff;border-radius:40px;box-sizing:content-box}
.scroll-icon-wrapper .scroll-effect{position:relative;width:3px;height:8px;border-radius:25%;background-color:#fff;animation-name:scroll;animation-duration:2.2s;animation-timing-function:cubic-bezier(.15,.41,.69,.94);animation-iteration-count:infinite;transform:translateZ(0);overflow:hidden}
@keyframes scroll{
    0%{
        opacity:0
    }
    10%{
        transform:translateY(2);
        opacity:1
    }
    100%{
        transform:translateY(10px);
        opacity:0
    }
}
/* end mouse scroll */
/* cookie notice */
.cookie-notice{position:fixed;width:100%;max-width:564px;background-color:#000;padding:50px;bottom:0;right:0;opacity:0;transform:translateY(60px);visibility:hidden;z-index:-1;transition:all .5s ease-in-out}
html:not(.hs-inline-edit) .cookie-notice.is-visible{display:block;transform:translateY(0);opacity:1;z-index:300;visibility:visible;transition:all .6s ease-in-out 2s}
.cookie-notice-title,.cookie-notice-btn-holder{display:flex;justify-content:space-between;align-items:center;padding-top:10px}
.close-cookie-notice{height:24px;position:relative;width:24px;border:1px solid #fff;border-radius:50%;cursor:pointer}
.button-bar-top,.button-bar-bot{display:block;position:absolute;height:1px;width:46%;background:#fff}
.button-bar-top{top:10.5px;left:5.5px;transform:rotate(-45deg)}
.button-bar-bot{top:10.5px;left:5.5px;transform:rotate(45deg)}
.cookie-notice-title{margin-bottom:34px}
.cookie-notice-text p{font-size:.875rem}
.cookie-info{color:#bcbcbc;text-decoration:underline}
.consent-btn{cursor:pointer;text-align:center}
.consent-btn.fx-btn::after{content:none}
/* end cookie notice */
/* HS cookie notice*/
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom{border:0!important;box-shadow:none!important}
div#hs-eu-cookie-confirmation,div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{background:#000!important}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{color:#fff!important;font-size:.875rem!important}
#hs_show_banner_button {
    position: fixed;
    background-color: transparent!important;
    border: 0!important;
    font-size: 0!important;  
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-37.5%25' y='-37.5%25' width='175%25' height='175%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='5' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Ccircle id='b' cx='20' cy='20' r='20'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(10 10)'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23FFF' xlink:href='%23b'/%3E%3C/g%3E%3Cpath d='M41.93 29.991a5.996 5.996 0 0 1-5.928-5.993 5.996 5.996 0 0 1-5.993-5.927 6.186 6.186 0 0 0-3.737.6l-3.24 1.651a6.198 6.198 0 0 0-2.71 2.71l-1.645 3.229a6.218 6.218 0 0 0-.6 3.794l.566 3.575a6.212 6.212 0 0 0 1.742 3.42l2.567 2.567a6.19 6.19 0 0 0 3.408 1.737l3.596.57a6.184 6.184 0 0 0 3.775-.598l3.24-1.65a6.2 6.2 0 0 0 2.71-2.71l1.644-3.23a6.215 6.215 0 0 0 .606-3.745zM26.25 35.25a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm1.5-7.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm7.5 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z' fill='%2326c'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
}
#hs_show_banner_button.hide {
    opacity: 0;
}
#hs_show_banner_button:hover {
    transform: translateY(0) scale(1.125);
    transition: all .15s ease;
}
/* end HS cookie notice*/
@media (min-width: 1500px) { 
.shape-bg.sl img{width:890px;max-width:890px!important}  
}
@media (min-width: 1091px) and (max-width: 1499px) {
.shape-bg.sl img{width:800px;max-width:800px!important}    
}
@media(min-width:1201px) and (max-width:1300px) {
.menu__link{font-size:14px}
}
@media (min-width: 1200px) {
.yt-bg video{width:100%;height:100%;object-fit:cover}
.fx-btn:before,.header-menu .menu__item:last-child:before,.hs-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;transform:scaleX(0);transition:transform .6s cubic-bezier(.075,.82,.165,1);transform-origin:center right}
.fx-btn:hover:before,.header-menu .menu__item:last-child:hover:before,.hs-button:hover:before{transform:scaleX(1);transform-origin:center left}
.fx-btn.blue:before,.header-menu .menu__item:last-child:before,.hs-button:before{background-color:#3cc9d8}
.fx-btn.green:not(.no-hover):before{background-color:#26c}
.frodx-testimonials{height:340px}
}
@media(min-width:1091px) {
.shape-bg{display:block;position:relative;opacity:0.1}
.shape-bg.ss > span {position:absolute;top:10px;right:-280px}  
.shape-bg.ss img{width:400px}
.shape-bg.sl>span{position:absolute;right:-380px;top:-15px}
.fx-ds .cl.hv{max-width:416px;padding-right:40px}
.fx-ds .cr.hv{justify-content:space-around;padding-left:50px}
}
@media(max-width:1090px) {
.fx-ds.fv{flex-direction:column;align-items:flex-start}
.fx-ds .line.hv{display:none}
}
@media(min-width: 768px) and (max-width: 900px) {
.ab-l p{font-size:1rem}
.ab-r svg{height:208px}
}
@media(min-width: 768px) {
.who-we-are .row-fluid .span6,.upcoming-events .row-fluid .span6{width:50%}
.upcoming-events > .row-fluid .span6:nth-child(2){display:flex;flex-direction:column;justify-content:flex-end}
.tech-item .tr:nth-child(2){min-height:240px}
.fx-ds.ce{align-items:center}
.fx-c.abr p{margin:0 0 0 50px}
.accordion-item.event .accordion-item-content{padding: 0 40px}  
.accordion-item.event .acc-l{flex-basis:40%;padding-right:20px}
.accordion-item.event .acc-r{flex-basis:60%}
.body-container.event .dnd-section.prijava{padding-left:2rem;padding-right:2rem}
.sc-row.one,.sc-row.three{padding-right:40px}
.sc-cx{max-width:400px}
.show-more-btn{flex-direction:column}  
.fx-e-container.foo{padding-left:1rem;padding-right:1rem}   
.hs-form .hs-form-field{flex-basis:48%}
.hs-form .hs-form-field:nth-child(even){margin-right:4%}
.hs-form .hs-fieldtype-textarea{flex-basis:100%;margin:0!important}
.hs-form .hs-form-field:nth-child(even){margin-right:4%}
}
@media(min-width:767px) {
.acc-r.author-desc{padding-left:30px}
}
@media(max-width:767px) {
.hero-frodx-home h1{font-size:2.375rem}
.dnd-section.opportunity{padding:0 1rem}
.dnd-section.who-we-are{padding:0}
.team-desc{padding:46px 1rem 56px}
/*.dnd-section.upcoming-events{padding:46px 1rem 86px}*/
.event-date,.event-desc{padding:20px 12px}
.x-d,.x-p{display:flex;flex-direction:column}
.event-date .dot,.arr-r{display:none}
.show-more-btn{justify-content:flex-end;font-size:1.125rem;margin-top:12px}
.show-more-btn:before {content: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='arrow-r' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m21 11.999-7.071-7.071-1.768 1.768 4.055 4.054H2.999v2.5h13.216l-4.054 4.053 1.768 1.768L21 12v-.001Z' fill='%23fff'/%3E%3C/svg%3E);width:25px;height:22px;margin-right:0.7em;transition:all .4s ease 0s}
.accordion-item-content{flex-direction:column;padding-right:1rem}
.acc-l,.acc-r{flex-basis:100%}
.technology .row-fluid > .span4{padding:30px}
.technology .span12 > .dnd-row:first-child .span4:first-child{padding:0}
.accordion-item-ab .accordion-item-content{height:270px}
.ab-r{position:absolute;display:flex;align-items:center;justify-content:center;height:100%;left:0;right:0;margin:0 auto;z-index:-1;opacity:.5}
.ab-r svg{width:100%;height:100%;right:0}
.fx-ds{flex-direction:column}
.fx-ds.fv{margin:40px 0 0}  
.fx-ds .line{display:none}
.fx-ds .co{margin-bottom:10px}
.fx-c.abr p{margin-top:20px}
.ab-l p,.fx-ds ul,.fx-ds .cc{font-size:1rem}
.fx-ds ul li::before{font-size:14px;top:3px}
.fx-auth,.fx-ap{align-items:center}  
.accordion-item.event .accordion-item-content:not(:first-child){margin-top:20px}
.fx-e-container.foo{flex-direction:column}
.fx-e-container.foo .fx-e-item{margin-bottom:20px!important}    
.fx-e-container.foo .fx-e-line{display:none}
.success-item{display:flex;flex-direction:column}
.sc-row{width:100%}
.our-locations h2{margin:0;font-size:1.5rem}
.earth-container{width:auto}
.body-container.policy .dnd-section > .row-fluid > .span4{order:2}
.scroll-icon-wrapper{display:none}
.cookie-notice{padding:1rem}
}
@media(max-width:480px) {
.body-container:not(.body-container--home):not(.body-container.event) .yt-bg video{width:120%}  
.dnd-section.page-title{padding:0 1rem}
.fx-title-wrapper h1{font-size:20px}
.breadcrumb-item,.breadcrumb-item a{font-size:.75rem}  
.opportunity .row-fluid .span4 a{padding:0}
.opportunity .row-fluid .span4,.technology .row-fluid .span4{padding:25px}  
.opp.title{font-size:25px}
.opp.desc p{margin:0}
.accordion-item-ab .accordion-item-content{height:220px}  
.success-item,.accordion-item,.accordion-item-ab,.fx-join,.fx-download{margin-right:-1rem}
.success-item{padding-right:1rem}
.img-event{margin-left:-1rem;margin-right:-1rem}
.accordion-item-title.ab{padding:15px 0}
.accordion-item-title{padding:10px 0}
.accordion-item-title h3{font-size:1.125rem!important}
.sc-row.one p,.accordion-item-title span,.sc-row.three .client{font-size:0.875rem}
.sc-row.two p,.fx-c.abr p{font-size:1rem}  
.acc-r.two p{font-size:1.25rem}
.accordion-item-indicator{flex-basis:11px;top:2px;margin-right:1rem}
.fx-e-list li{font-size:1.25rem;margin-bottom:20px}
.fx-ds ul li{padding-left:27px}  
.how-we-succeed p{font-size:1.25rem}
.form-title{font-size:2rem}  
.hs-form .hs_submit{margin: 0 auto}
.cookie-notice-btn-holder{font-size:.875rem}
}
.footer .dnd-section,.footer .dnd-section .dnd-column{padding:0}
.footer .row-number-2{border-top:1px solid #ccc}
.footer .row-number-2,.footer .row-number-5{border-bottom:1px solid #ccc}
.footer .dnd-row>.row-fluid{max-width:1240px;margin:0 auto}
.contact-title,.clients-list-title{font-weight:300}
.clients-list{display:flex;flex-wrap:wrap;justify-content:center}
.client-item{display:flex;height:50px;align-items:center;flex:0 0 auto;margin:10px 22px}
.client-item img{width:100px;height:100%!important}
.footer-logo{width:190px}
.footer-branding .our-partners{width:215px;flex-wrap:wrap;margin-top:30px}
.footer-branding .our-partners .partner-logo{display:flex;flex-basis:50%;justify-content:center;margin-right:0;padding:10px}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:space-around}
.footer-nav ul{margin:0;padding:0;list-style:none}
.footer-nav .contacts{display:flex;flex-direction:column;justify-content:space-between}
.footer-nav ul li{display:flex;flex-direction:column;font-size:.875rem}
.footer-nav ul li:not(:last-child){margin-bottom:32px}
.footer-nav .contacts ul li{margin-bottom:10px}
.footer-nav ul li span{font-size:10px;color:#8e8e8e;font-weight:400}
.footer-nav .nav-col.links li a{color:#000;text-decoration:none}
.footer-nav .nav-col a, .footer-nav .nav-col.links .gcl{color:#37b9ca;text-decoration:underline}
.footer-nav ul li .fgc{color:#000;text-decoration:none}
.footer-info{display:flex;flex-wrap:wrap;align-items:center}
.foo{margin-right:60px}
.footer-info .foo p,.foo a{font-size:.875rem;color:#8e8e8e;margin:0}
@media(min-width: 1200px) {
.footer .dnd-row>.row-fluid .span8{padding-left:3.75rem!important}  
.footer-nav .links ul{position:relative}
/*.footer-nav .links ul li:last-child{position:absolute;width:130px;bottom:0;right:-261px}*/
}
@media(min-width: 768px) {
.footer .dnd-row>.row-fluid .span4{padding:3.75rem 0 3.75rem 1rem}
.footer .dnd-row>.row-fluid .span8{padding:3.75rem 1rem 3.75rem 0;border-left:1px solid #ccc} 
.contact-callout{margin-bottom:75px}
.clients-list-title{text-align:center}
.footer .row-number-8{padding:20px 0}
.footer-info{padding:0 1rem}
.footer-info.cx{padding:1rem}  
}
@media(max-width: 767px) {
.footer .row-number-2>.row-fluid,.footer .row-number-5>.row-fluid,.footer .row-number-8>.row-fluid{padding:0}
.footer .row-number-2 .span4:first-child,.footer .row-fluid .span9,.nav-col.links,.nav-col.contacts,.nav-col.socials{border-bottom:1px solid #ccc}
.foo-m:not(.no-p),.footer-nav .nav-col{display:block;padding:30px 1rem}
.foo-m.foo-logos{padding:30px 1rem 20px}
.client-item{margin:.3rem;flex-basis:22%}
.footer .row-number-5>.row-fluid .span4{order:2}
.footer .row-number-5>.row-fluid .span8{order:1}
.footer-nav .nav-col{flex-basis:100%}
.footer-nav .nav-col.socials ul{display:flex;flex-wrap:wrap}
.footer-nav .nav-col.socials ul li{flex-basis:50%}
.footer-nav .nav-col.socials ul li:nth-child(3){margin:0}
.footer-branding .our-partners{width:100%}
.footer-branding .our-partners .partner-logo{flex-basis:25%}
.foo{margin:0}
.foo.copyright{order:3;flex-basis:100%;margin-top:.5rem}
.foo:nth-child(2):after{content:"|";color:#8e8e8e;margin:.5rem}
}
@media(max-width: 480px) {
.footer-nav{flex-direction:column}
}
/* 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;
  }
}