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

.main-page-content   {
  margin-top: 85px;
}

.main-page-content-lp {
   margin-top: 0px;
 }
/* 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{
  padding:0;
}
.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 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1rem;
}

.body-container--landing-page {
  background-color: #001119;
}

.dnd-section>.row-fluid, .page-center, .header__container, .footer__container, .content-wrapper {
  max-width: 1140px;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1240px;
}

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

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("../../fonts/pro-fa-brands-400-5.8.2.eot") format("embedded-opentype"),
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-brands-400-5.8.2.woff2) format("woff2"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-brands-400-5.8.2.woff) format("woff"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-brands-400-5.8.2.ttf) format("truetype"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-brands-400-5.8.2.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+F082, U+F09A, U+F1D2-F1D3, U+F39E, U+F59E, U+F7BC, U+F841-F842;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("../../fonts/pro-fa-brands-400-5.8.1.eot") format("embedded-opentype"),
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-brands-400-5.8.1.woff2) format("woff2"),
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-brands-400-5.8.1.woff) format("woff"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-brands-400-5.8.1.ttf) format("truetype"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-brands-400-5.8.1.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+F0E1;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("../../fonts/pro-fa-brands-400-5.0.0.eot") format("embedded-opentype"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-brands-400-5.0.0.woff2) format("woff2"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-brands-400-5.0.0.woff) format("woff"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-brands-400-5.0.0.ttf) format("truetype"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-brands-400-5.0.0.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+F081, U+F08C, U+F092, U+F099, U+F09B, U+F0D2-F0D5, U+F113, U+F136, U+F13B-F13C, U+F15A, U+F167-F169, U+F16C-F16E, U+F170, U+F173-F174, U+F17A, U+F17C-F17E, U+F180, U+F184, U+F189-F18C, U+F194, U+F19A-F19B, U+F1A0-F1A4, U+F1A6-F1A7, U+F1A9-F1AA, U+F1B4, U+F1B6-F1B7, U+F1BC-F1BE, U+F1CA-F1CC, U+F1D0-F1D1, U+F1D4-F1D6, U+F1E7, U+F1ED-F1EE, U+F1F0-F1F2, U+F1F4-F1F5, U+F202, U+F208-F209, U+F20D-F20E, U+F211-F213, U+F215, U+F231-F232, U+F237, U+F23A-F23B, U+F23D-F23E, U+F24B-F24C, U+F260-F261, U+F263-F266, U+F268, U+F26A-F26B, U+F26D-F26E, U+F270, U+F27D-F27E, U+F280-F281, U+F284-F285, U+F287-F28A, U+F293-F294, U+F297-F299, U+F2A5-F2A6, U+F2A9, U+F2AB-F2AD, U+F2B0, U+F2B2, U+F2B4, U+F2B8, U+F2C4, U+F2C6, U+F2D6-F2D8, U+F2DA, U+F2DD-F2DE, U+F2E0, U+F35C, U+F368-F374, U+F378-F37D, U+F37F-F380, U+F383-F385, U+F388, U+F38B-F38F, U+F392, U+F394-F397, U+F399-F39A, U+F3A1-F3A4, U+F3A6-F3B2, U+F3B4-F3B8, U+F3BA-F3BC, U+F3C0, U+F3C3-F3C4, U+F3C6-F3C8, U+F3CA, U+F3CC, U+F3D0, U+F3D2, U+F3D4, U+F3D6-F3D7, U+F3DA-F3DB, U+F3DF, U+F3E1-F3E3, U+F3E6-F3E7, U+F3E9-F3EC, U+F3EE-F3EF, U+F3F5-F3F6, U+F3F8-F3F9, U+F3FE, U+F402-F405, U+F407-F408, U+F40A-F40D, U+F411-F417, U+F419, U+F41B-F41D, U+F41F, U+F421, U+F426;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("../../fonts/pro-fa-light-300-5.11.0.eot") format("embedded-opentype"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-light-300-5.11.0.woff2) format("woff2"),
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-light-300-5.11.0.woff) format("woff"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-light-300-5.11.0.ttf) format("truetype"),
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-light-300-5.11.0.svg) format("svg");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+F001, U+F02F, U+F042, U+F08E, U+F091, U+F0F3, U+F104-F105, U+F11B, U+F13D, U+F149, U+F1AC, U+F1EC, U+F223, U+F225, U+F22A-F22C, U+F24D, U+F26C, U+F29D, U+F2EB, U+F2EE, U+F2F3, U+F300, U+F307, U+F323-F324, U+F338, U+F33D, U+F35D, U+F48A, U+F4C0, U+F569, U+F5DC, U+F5EB, U+F601, U+F61B, U+F64C, U+F664, U+F66A, U+F68A, U+F6C0-F6C1, U+F6DF-F6E1, U+F6E8, U+F6F9, U+F70C, U+F7A6, U+F81A, U+F89F-F8A5, U+F8A7-F8B6, U+F8B8-F8B9, U+F8BB-F8C9, U+F8CB-F8D1, U+F8D3, U+F8D5-F8DD, U+F8DF-F8E0, U+F8E2-F8E7, U+F8E9-F8ED, U+F8EF-F8F2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/Jotika_October2020_Folder/Fonts/pro-fa-solid-900-5.10.2.eot") format("embedded-opentype"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-solid-900-5.10.2.woff2) format("woff2"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-solid-900-5.10.2.woff) format("woff"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-solid-900-5.10.2.ttf) format("truetype"),
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-solid-900-5.10.2.svg) format("svg");
  font-style: normal;
  font-weight: 900;
  unicode-range: U+F004-F005, U+F02C, U+F02E, U+F031-F035, U+F04B-F04D, U+F056, U+F073, U+F08D, U+F095, U+F0A3, U+F0C5, U+F0C7-F0C8, U+F0DC-F0DE, U+F0E0, U+F110-F111, U+F129-F12C, U+F133, U+F144, U+F15B-F15C, U+F164-F165, U+F193, U+F197, U+F1AB, U+F1C1-F1C9, U+F1CE, U+F1DC, U+F1F8-F1F9, U+F249, U+F271-F274, U+F29A, U+F29E, U+F2A7, U+F2B6, U+F2E5, U+F2ED, U+F2F2, U+F3FF, U+F45C, U+F462, U+F477-F478, U+F497, U+F4BA, U+F4D3, U+F54C, U+F553, U+F559, U+F56C-F574, U+F5BF, U+F5C1, U+F630, U+F641, U+F696, U+F6A0, U+F6DD, U+F70E, U+F714, U+F71E, U+F783-F784, U+F7A9, U+F7C4, U+F7D9, U+F829-F82A, U+F879;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("../../fonts/pro-fa-solid-900-5.11.1.eot") format("embedded-opentype"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-solid-900-5.11.1.woff2) format("woff2"),
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-solid-900-5.11.1.woff) format("woff"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-solid-900-5.11.1.ttf) format("truetype"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-solid-900-5.11.1.svg) format("svg");
  font-style: normal;
  font-weight: 900;
  font-display: block;
  unicode-range: U+F00D, U+F048, U+F051, U+F0AC, U+F0B0, U+F118-F11A, U+F14E, U+F155, U+F186, U+F19C, U+F1EB, U+F21A, U+F221, U+F22D, U+F2BD, U+F433-F434, U+F436, U+F44E, U+F4DA, U+F4E3, U+F51F, U+F54E, U+F556, U+F567, U+F579-F57A, U+F57C-F585, U+F587, U+F589-F58A, U+F58C, U+F596-F59C, U+F5A4-F5A5, U+F5B3-F5B4, U+F5B8, U+F5C0, U+F5C2-F5C3, U+F5C8, U+F5CE, U+F5DE, U+F67C, U+F69A, U+F6AD, U+F7A2, U+F7A5, U+F7B9-F7BA, U+F806, U+F810;
}
@font-face {
  font-family: "futura-pt";
  src: url("//use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("//use.typekit.net/af/ae4f6c/000000000000000000010096/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), 
    url("//use.typekit.net/af/ae4f6c/000000000000000000010096/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "futura-pt";
  src: url("//use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "futura-pt";
  src: url("//use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), 
    url("//use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
    url("//use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("../../fonts/pro-fa-light-300-5.0.0.eot") format("embedded-opentype"),
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-light-300-5.0.0.woff2) format("woff2"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-light-300-5.0.0.woff) format("woff"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-light-300-5.0.0.ttf) format("truetype"), 
    url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/fonts/pro-fa-light-300-5.0.0.svg) format("svg");
  font-style: normal;
  font-weight: 300;
  font-display: block;
  unicode-range: U+F002, U+F008-F009, U+F00B-F00C, U+F00E, U+F011, U+F013, U+F019, U+F01C, U+F022-F025, U+F02A-F02B, U+F02D, U+F030, U+F040-F041, U+F044, U+F047, U+F049-F04A, U+F04E, U+F050, U+F052-F055, U+F057-F05B, U+F05E, U+F060-F066, U+F068-F06A, U+F074, U+F077-F07A, U+F07C-F07E, U+F085, U+F089, U+F08B, U+F090, U+F093-F094, U+F098, U+F09C-F09E, U+F0A4-F0AB, U+F0B2, U+F0C1, U+F0C3, U+F0C6, U+F0C9, U+F0CE, U+F0D7-F0DB, U+F0E2-F0E3, U+F0E9-F0EA, U+F0EC, U+F0F4, U+F0F8, U+F0FA-F0FE, U+F100-F103, U+F106-F108, U+F10A-F10B, U+F11C, U+F120-F122, U+F124, U+F126-F128, U+F12E, U+F134, U+F137-F13A, U+F13E, U+F141-F143, U+F146, U+F14A-F14D, U+F150-F154, U+F156-F159, U+F175-F178, U+F182-F183, U+F188, U+F191-F192, U+F195, U+F199, U+F1AD-F1AE, U+F1B0, U+F1B2-F1B3, U+F1B8, U+F1BB, U+F1C0, U+F1CD, U+F1D8, U+F1DA, U+F1E0-F1E2, U+F1EA, U+F1FA, U+F1FD-F1FE, U+F204-F206, U+F20B, U+F217-F218, U+F21C, U+F222, U+F224, U+F226-F229, U+F233, U+F238-F239, U+F240-F244, U+F246, U+F255-F258, U+F25A-F25C, U+F28B, U+F28D, U+F290-F292, U+F295, U+F2A1-F2A4, U+F2A8, U+F2C7-F2CB, U+F2CE, U+F2D0, U+F2D2-F2D3, U+F2DB, U+F2E6-F2E7, U+F2EA, U+F2F0-F2F1, U+F2F5-F2F7, U+F2F9, U+F2FD, U+F301, U+F303, U+F308-F30F, U+F31D, U+F320-F322, U+F325-F326, U+F328-F32E, U+F330-F332, U+F336-F337, U+F339-F33C, U+F33E, U+F340-F34C, U+F350-F353, U+F355, U+F358-F35B, U+F360-F367, U+F376, U+F37E, U+F387, U+F389-F38A, U+F390, U+F39B-F39C, U+F3A0, U+F3B3, U+F3BE-F3BF, U+F3C2, U+F3C5, U+F3CD-F3CF, U+F3DE, U+F3E5, U+F3ED, U+F3F0, U+F3F2, U+F3FA-F3FC, U+F400-F401, U+F40E-F410;
}


html {
  font-size: 62.5%;
  background: #f1f1f1;
}

body {
  line-height: 1.4;
  color: #494A52;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 2rem;
}

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

/* Paragraphs */

p {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  margin: 0 0 1.4rem;
  font-weight: 300;
}

/* Anchors */

a {
  cursor: pointer;
  color: #09cacd;
  text-decoration: none;
  transition: color .4s ease-in-out;
}
a:hover {
  color: #001119;
  text-decoration: underline;
}
a:focus {
  color: #001119;
  text-decoration: none;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001119;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  word-break: break-word;
}

h1 {
  font-size: 8rem;
  font-weight: 400;
  line-height: 9rem;
  margin:0 0 30px;
}

h2 {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 4.3rem;
  margin: 0 0 25px;
}

h3 {
  color: #09cacd;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.3rem;
  margin:0 0 20px;
}

h4 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.4rem;
  margin: 0 0 15px;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin:0;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin:0;
}


.body-container--landing-page h1,
.body-container--landing-page h2,
.body-container--landing-page h3,
.body-container--landing-page h4,
.body-container--landing-page h5,
.body-container--landing-page h6, 
.body-container--landing-page body,
.body-container--landing-page p,
.body-container--landing-page ul,
.dark-background h1,
.dark-background h2,
.dark-background h3,
.dark-background h4,
.dark-background h5,
.dark-background h6, 
.dark-background body,
.dark-background p,
.dark-background ul {
  color: #fff;
  
}
.dark-background a {
  color: #09cacd;
}
.dark-background a:hover {
  color: white;
  text-decoration: none;
}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}
ul {
  list-style: square;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul li::marker,
ol li::marker {
  color: #09cacd;
}
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;
  border-left-color: #F8FAFC;
}

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
.button {
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid;
    transition: all .4s ease-in-out;
    box-shadow: 0 5px 10px rgba(0,0,0,.05);
    position: relative
}

.button:last-child {
    margin-right: 0
}

.button:hover {
    text-decoration: none;
    box-shadow: none
}

.button.blue {
    color: #fff;
    background: #09cacd;
    border-color: #09cacd
}

.button.blue:hover {
    background: #001119
}

.button.lightblue {
    color: #fff;
    background: #09cacd;
    border-color: #09cacd
}

.button.lightblue:hover {
    background: #2f6078
}

.button.white {
    color: #09cacd;
    background: #fff;
    border: none
}

.button.white:hover {
    color: #fff;
    background: #09cacd
}

.button.white.outlined {
    border: 1px solid #b2e6ff;
    color: #09cacd
}

.button.white.outlined:hover {
    border-color: #09cacd
}

.button.small {
    padding: 5px 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 21.6px;
    line-height: 21.6/10rem
}

.button.medium {
    padding: 8px 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25.2px;
    line-height: 25.2/10rem;
    min-width: 150px
}

.button.medium.icon {
    padding: 8px 60px 8px 12px
}

.button.medium.icon svg,.button.medium.icon i {
    float: right;
    position: absolute;
    top: 13px;
    right: 12px;
    transition: right .4s ease-in-out
}

.button.medium.icon:hover svg,.button.medium.icon i {
    right: 8px
}

.button.large {
    padding: 10px 25px;
    min-width: 205px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28.8px;
    line-height: 28.8/10rem
}

.button.large.icon {
    padding: 12px 60px 12px 15px
}

.button.large.icon svg,.button.large.icon i {
    float: right;
    position: absolute;
    top: 18px;
    right: 15px;
    transition: right .4s ease-in-out
}

.button.large.icon:hover svg,.button.large.icon i {
    right: 10px
}

.button.square {
    padding: 20px;
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem
}

.button.small-square {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

input[type=submit].button:hover {
    border-color: #09cacd
}
form {
  /* max-width: ;
  font-family: ; */
  background: rgba(9,202,205,.5);
  padding: 0px 50px 50px 50px; 
}
/* .hs_cos_wrapper_type_form {
  background: rgba(9,202,205,1.0);
} */

body form,
body .submitted-message,
body [data-hsfc-id=Renderer] .hsfc-FieldLabel,
body [data-hsfc-id=Renderer] .hsfc-Heading,
body [data-hsfc-id=Renderer] .hsfc-RichText,
body [data-hsfc-id=Renderer] .hsfc-Button {
  font-family: 'futura-pt', sans-serif !important;
}
body [data-hsfc-id=Renderer] h2.hsfc-Heading {
  font-size: 30px !important;
  font-weight: 600;
}
body [data-hsfc-id=Renderer] .hsfc-FieldLabel {
  font-size: 22px !important;
  font-weight: 500;
}
body [data-hsfc-id=Renderer] .hsfc-RichText {
  font-size: 16px !important;
  font-weight: 300;
}
body [data-hsfc-id=Renderer] .hsfc-Button {
  font-size: 20px !important;
  font-weight: 500;
  padding: 15px 53px !important;
}
.form-title {
  background: rgba(9,202,205,.5);
  color: #FFF !important;
  padding: 20px;
  margin-bottom: 0px;
  text-align: center;
}

/* Fields */

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

/* Labels */
form label {
  display: block;
  margin-bottom: 0.35rem;
  color: #fff;
  font-weight: 400;
}

.footer form label {
  display: none;
}

/* Help text */

form legend {
  color: #494A52;
}

/* Inputs */
form input[type=checkbox] {
  margin-top: 7px;
}

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 {
  height: 50px;
  display: inline-block;
  padding: 0.7rem;
  width: 100%;
  color: #001119;
  border: 1px solid #fff !important;
  box-sizing: border-box;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
}

fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  //border-color: #494A52;
}

::-webkit-input-placeholder {
  color: #494A52;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #494A52;
}

.fn-date-picker td.is-selected .pika-button {
  background: #494A52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #494A52 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #494A52;
}

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: 1.5rem;
  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;

}

.legal-consent-container {
  margin-top: 20px;
}

/* Validation */
.hs-form-required {
  color: #fff;
  font-weight: 500;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
margin: 0;
cursor: pointer;
display: inline-block;
font-weight: normal;
line-height:27px;
position: relative;
text-align: center;
transition: all 0.15s linear;
background-color: #09cacd;
border-color: #09cacd;
color: #fff;
border-radius: 0px;
border-style: solid;
border-width: 1px;
box-shadow: 0 5px 10px rgba(0,0,0,.05);
font-weight:500;
font-size: 15px;
margin-bottom:20px;
width:auto;
padding: 15px 53px;
text-decoration: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
background-color: #001119;
border-color: #001119;
color: #fff;
text-decoration:none;
}

form input[type=submit]:active,
form .hs-button:active {
background-color: #fff;
border-color: #fff;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-landing-page .hs-form-checkbox label input {
  width: auto !important;
  margin-top: 0px;
}
.hs-landing-page .hs-form-checkbox-display {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.hs-landing-page .hs-form-checkbox-display input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px !important;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.hs-landing-page .hs-form-checkbox-display input[type="checkbox"]:checked {
  border-color: #000000;
  background-color: #000000;
}

.hs-landing-page .hs-form-checkbox-display input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.hs-landing-page .hs-form-checkbox-display span {
  margin: 0;
  line-height: 1.5;
  color: #555;
}

.hs-landing-page .hs-form-checkbox-display input[type="checkbox"]:hover {
  border-color: #0056b3;
}

.hs-form-checkbox-display:hover span {
  color: #0056b3;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  background-color: #FFF;
  border-color: #494A52;
}

/* Table cells */

td,
th {
  vertical-align: top;
  border-color: #494A52;
  color: #494A52;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

thead th,
thead td {
  background-color: #494A52;
  border-bottom-color: #494A52;
  color: #FFF;
}

tfoot td {
  background-color: #FFF;
  color: #494A52;
}

tbody + tbody {
  border-top-color: #494A52;
}

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

.header {
  /* background-color: #F8FAFC; */
}

.header__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 15px;
}

.header.no-navigation,
.header.no-navigation-lp
{
  padding-top: 40px;
  text-align: center;
  background-color: #001119;
  padding-bottom: 40px;
}


.hs-landing-page .header.no-navigation,
.hs-landing-page .header.no-navigation-lp
{
  background-color: #001119;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}
.sfm-rollback {
  display: none;
}

#sfm-sidebar {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  position: fixed;
  top: 0;
  bottom: 0;
  min-height: 100%;
  line-height: 1;
  z-index: 3000001;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: none;
  transition: none;
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
  width: 300px;
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
  right: 0;
  left: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .25s cubic-bezier(.215,.061,.355,1),background .25s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
  transition: transform .25s cubic-bezier(.215,.061,.355,1),background .25s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

.header.site-header,
.header.no-navigation {
  -webkit-backface-visibility: hidden;
  transition: all .3s cubic-bezier(.215,.061,.355,1);
  -webkit-transition: all .3s cubic-bezier(.215,.061,.355,1);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
  align-items: center;
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
  line-height:20px;
  width: 100%;
}
.header.site-header,
.header.no-navigation-lp{ 
  -webkit-backface-visibility: hidden;
  transition: all .3s cubic-bezier(.215,.061,.355,1);
  -webkit-transition: all .3s cubic-bezier(.215,.061,.355,1);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
  align-items: center;
/*   position: unset; */
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
  line-height:20px;
  width: 100%;
}
.header__container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header__container .col-sm-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.header__container .logo a {
  transition: all .4s ease-in-out;
  display: block;
  margin-top: 5px;
}
.header__container .col-sm-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.header__container .col-sm-8 .main-menu {
  text-align: center;
}
.nav-link-menu-container .hs-menu-wrapper>ul>li {
  display: inline-block;
  float: none;
  position: relative;
}
.nav-link-menu-container .hs-menu-wrapper>ul {
  margin-top: 11px;
}
.nav-link-menu-container .hs-menu-wrapper>ul>li>a {
  padding: 20px 14.5px 30px;
  display: block;
  font-size: 1.6rem;
  transition: all .4s ease-in-out;
  font-weight: 400;
  color: #001119;
}

.nav-link-menu-container .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: none;
  transition: all .4s ease-in-out;
  color: #09cacd;
}

.header__container .col-sm-2.col-6:not(.logo) {
  text-align: right;
}
.header__container .col-sm-2.logo img {
  position: relative;
  top: -3px;
}
.fade-in .header.site-header {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(150,150,150,.2);
}
.header .button {
  color: #fff;
  background-color: #09cacd;
  display: inline-block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid;
  transition: all .4s ease-in-out;
  box-shadow: 0 5px 10px rgba(0,0,0,.05);
  position: relative;
  border-color: #09cacd;
  line-height: 2.52rem;
  min-width: 150px;
  font-size: 1.4rem;
  padding: 8px 60px 8px 12px;
}
.header .button:hover {
  text-decoration: none;
  background-color: #001119;
  transition: all .4s ease-in-out;  
  
}
.fal, .far {
  font-family: "Font Awesome 5 Pro";
}

.fal {
  font-weight: 300;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.button.medium.icon svg, .button.medium.icon i {
  float: right;
  position: absolute;
  top: 13px;
  right: 12px;
  transition: right .4s ease-in-out;
}
.button.medium.icon:hover svg, .button.medium.icon i {
  right: 8px;
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 300px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header--no-navigation .header__logo {
  margin-left: auto;
  margin-right: auto;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

header.no-navigation {
  padding: 21px 0;
}
a.cta_button {
  box-sizing: border-box !important;
}

/* Tablet Styles */

@media(min-width:993px){
  ul.hs-menu-children-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: left;
  }
  ul.hs-menu-children-wrapper > li > a {
    padding: 10px 20px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  } 
  .fade-in .nav-link-menu-container .hs-menu-wrapper>ul>li>a {
    padding-bottom: 29px;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 0 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #fff;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}

@media(max-width:992px){
  .header__container .col-sm-8.mob-hide {
    display: none;
  }
  .sfm-rollback{

    cursor: pointer;
    z-index: 3000000;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .4s cubic-bezier(.215,.061,.355,1);
    transition: all .4s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-font-smoothing: antialiased;
    color: #a4a4a4;
    font-size: 10px;
    height: 100%;
    line-height: 30px;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    right: 0;
    left: auto;
  }
  .sfm-navicon-button {
    position: absolute;
    transition: all .3s ease;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-color: #09cacd;
    left: auto;
    right: 0;
    top: 19px;
    width: 43px;
    height: 43px;

  }
  .sfm-navicon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60%;
    background: #e7e6dd;
    -webkit-transition: all .3s cubic-bezier(.17,.67,.3,1.33);
    transition: all .3s cubic-bezier(.17,.67,.3,1.33);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: -1px 20%;
    height: 1px !important;
    background: #fff;
    z-index: 1;
  }
  .sfm-navicon, .sfm-navicon:after, 
  .sfm-navicon:before, 
  .sfm-sidebar-close:before,
  .sfm-sidebar-close:after {
    height: 1px !important;
  }
  .sfm-label-metro .sfm-navicon, 
  #sfm-mob-navbar .sfm-navicon, 
  .sfm-label-metro .sfm-navicon:after,
  #sfm-mob-navbar .sfm-navicon:after, 
  .sfm-label-metro .sfm-navicon:before,
  #sfm-mob-navbar .sfm-navicon:before {
    background-color: #ffffff;
  }
  .sfm-rollback {
    display: block;
  }
  .sfm-navicon-button .sfm-navicon:after, .sfm-navicon-button .sfm-navicon:before {
    transition: .25s;
    background-color: #ffffff;
  }
  .sfm-navicon:before, .sfm-label-text .sfm-navicon:before, .sfm-label-none .sfm-navicon:before {
    top: 8px;
  }
  .sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:after, .sfm-sidebar-close:before {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #e7e6dd;
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
  }
  .sfm-navicon:after, .sfm-label-text .sfm-navicon:after, .sfm-label-none .sfm-navicon:after {
    top: -8px;
  }
  .sfm-navicon-button:hover .sfm-navicon:after {
    transform: translateY(-2px);
  }
  .sfm-navicon-button:hover .sfm-navicon:before {
    transform: translateY(2px);
  }
  .header.site-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 80px;
  }
  .header.site-header .header__container {
    width: 100%;
  }
  .header__container .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header__container .col-sm-2.logo img {
    top: -2px;
  }
  .header__container .col-sm-2.col-6:not(.logo) .button {
    position: relative;
    right: 0;
  } 
  .mobile-open div#sfm-sidebar {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    box-shadow: 0 0 35px 3px rgba(0,0,0,.33);
  }

  .sfm-sidebar-bg {
    background-color: #09cacd ;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.215,.061,.355,1),background .25s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    transition: transform .25s cubic-bezier(.215,.061,.355,1),background .25s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    width: 300px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -200;
    background-image: url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/images/services-bg.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 0 0;
  }
  .sfm-sidebar-close {
    position: relative;
    top: 0;
    width: 60px;
    height: 50px;
    left: 0;
    cursor: pointer;
    z-index: 10001;
  }
  .sfm-sidebar-close:after, .sfm-sidebar-close:before {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 24px;
    top: 30px;
    left: 14px;
  }
  .sfm-sidebar-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sfm-sidebar-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sfm-logo {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 43px;
  }
  .sfm-nav .hs-menu-wrapper >ul > li> a {
    font-family: inherit;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    padding: 25px 0;
    text-transform: capitalize;
    color: #ffffff;
    padding-left: 14%;
    line-height: 20px;
  }
  .sfm-nav .hs-menu-wrapper >ul > li {
    position: relative;
  }
  .sfm-nav .hs-menu-wrapper >ul{
      overflow: hidden;
    padding-bottom:2px;
  }
  .sfm-nav .hs-menu-wrapper >ul > li:after {
    content: '';
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    z-index: 0;
  }
  .sfm-nav .hs-menu-wrapper >ul > li:last-child:after {
    content: none;
  }
  .sfm-nav .hs-menu-wrapper >ul > li:hover {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.215,.061,.355,1),opacity .4s cubic-bezier(.215,.061,.355,1);
    transition: transform .3s cubic-bezier(.215,.061,.355,1),opacity .4s cubic-bezier(.215,.061,.355,1);
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
  }
  .sfm-nav .hs-menu-wrapper >ul > li:hover> a {
    background: rgba(0,0,0,.15);
    padding-left: 14%;
    margin-left: -2px;
  }
  .sfm-nav .hs-menu-wrapper >ul > li:not(:first-child)> a {
    line-height: 23px;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 70px;
    line-height: 62px;
    cursor: pointer;
    text-align: center;
  }
  ul.hs-menu-children-wrapper {
    display: none;
  }
  .child-trigger i {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .sfm-nav .hs-menu-wrapper>ul>li>ul>li>a {
    color: #fff;
    padding: 25px 19%;
    border-top: 1px solid rgba(0,0,0,0.10);
    font-family: inherit;
    font-weight: normal;
    font-size: 20px;
  }
  .sfm-nav .hs-menu-wrapper>ul>li>ul>li:hover>a {
    background: rgba(0,0,0,.15);
    padding-left: 14%;
    margin-left: -2px;
  }
  div#sfm-overlay-wrapper {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .3s cubic-bezier(.215,.061,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }

  .mobile-open div#sfm-overlay-wrapper {
    -webkit-transform: translate3d(-150px,0,0);
    transform: translate3d(-150px,0,0);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    /* -webkit-filter: none; */
    /* filter: none; */
    visibility:visible;
  }

  #sfm-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #333;
    left: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity .4s cubic-bezier(.215,.061,.355,1);
    transition: opacity .4s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transform: translate3d(0,0,0);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: url() 16 16,pointer;
  }
  .mobile-open #sfm-overlay {
    opacity: 0.6;
  }
  .mobile-open .header.site-header, .mobile-open .body-container-wrapper, .mobile-open footer.footer {
    -webkit-transform: translate3d(-150px,0,0);
    transform: translate3d(-150px,0,0);
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .body-container-wrapper, footer.footer {
    -webkit-backface-visibility: hidden;
    transition: all .3s cubic-bezier(.215,.061,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
  }
  .sfm-sidebar-close:focus:before, .sfm-sidebar-close:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sfm-sidebar-close:focus:after, .sfm-sidebar-close:hover:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media(max-width:992px) and (min-width:800px){
  nav.sfm-nav {
    display: table;
    width: 300px;
    position: absolute;
    height: 100%;
    z-index: 999;
    min-height: 50vh;
    max-height: 100%;
    top: -8px;
    left: 0;
  }
  .sfm-nav .hs-menu-wrapper>ul>li:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    width: 0;
    -webkit-transition: all .15s cubic-bezier(.215,.061,.355,1);
    transition: all .15s cubic-bezier(.215,.061,.355,1);
    display: block;
    top: auto;
    bottom: -2px;
    height: 2px;
    background: #001119;
}

.sfm-nav .hs-menu-wrapper>ul>li:hover:before {
    left: auto;
    width: 100%;
}

  .sfm-va-middle {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2222;
  }
  .sfm-logo img {
    position: relative;
    top: -10px;
  }
}
@media(max-width:480px){
  .header__container .col-sm-2.col-6:not(.logo) .button {
    padding: 8px 40px 8px 12px;
    min-width: 0;
  } 
}
@media(max-height:560px) {
  nav.sfm-nav {
    min-height: 100%;
    position: relative;
  } 
  .sfm-va-middle .hs-menu-wrapper > ul {
    overflow: auto;
    height: 60vh;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.header.site-header{
  position:absolute;
}
}
.footer {
	background-color: #001119;
  position: relative;
}

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
	color: #494A52;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #09cacd;
	text-decoration: underline;
}

.footer__copyright {}

.footer {
	background-image: url(//6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/raw_assets/public/Jotika%20Theme/images/sectors-bg.svg);
	background-position: -1270px -400px;
	background-repeat: no-repeat;
	padding: 70px 0 0;
}

.footer .copy.row {
	border-top: 1px solid rgba(150, 150, 150, .2);
	color: #fff;
	margin-top: 40px;
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.footer .col-sm-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;

}

.footer__copyright p {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 20px;
}

.fa-heart:before {
	content: "\f004";
}

.fa,
.fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.footer .footer-menu {
	margin-top: 42px;
}

.footer .footer-menu li {
	display: inline-block;
	float: none;
	margin-left: -1px;
}

.callback-form form .hs-submit .actions {
	position: relative;
}

.callback-form form .hs-submit .actions:before {
	content: '\f324';
	font-family: 'font awesome 5 pro';
	font-weight: 300;
	display: block;
	font-size: 1.6rem;
	position: absolute;
	top: 23px;
	right: 30px;
	color: #09cacd;
	z-index: 1;
}

.footer .footer-menu ul {
	text-align: right;
	margin: 0;
}

.footer .footer-menu ul li a {
	padding: 16px 10px;
	transition: color .4s ease-in-out;
	line-height: normal;
	font-size: 15px;
}

.footer .footer-menu ul li a:hover {
	text-decoration: underline;
}

.footer img {
	margin-top: 45px;
}

.callback-form {
	padding: 50px;
	text-align: center;
	background: rgba(9,202,205,1.0);
}

.callback-form h2 {
	font-size: 4.8rem;
	line-height: 5.8rem;
	font-weight: 300;
	margin-top: 0;
	color: #fff;
}

.callback-form p {
	font-size: 1.8rem;
	width: 60%;
	margin: 0 auto;
	line-height: 2.4rem;
}

.callback-form h3.form-title {
	display: none;
}

.callback-form form {
	max-width: 68.6%;
	margin: 15px auto 16px;
	width: 100%;
	background: transparent;
	padding: 0;
	position: relative;
}
.callback-form form p {
  width: 100%;
}

footer.footer.footer-no-nav {
	padding-top: 10px;
}

.callback-form form fieldset {
	max-width: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	position: relative;
}

.callback-form form .hs-submit {
	max-width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
  top: 137px;
  right: 36px;
}

.callback-form form fieldset .hs-form-field {
	margin: 0;
}

.callback-form form .hs-submit input.hs-button.primary.large {
	padding: 10px 50px 10px 10px;
	border: 1px solid #fff;
	background-color: #fff;
	color: #09cacd;
	margin-top: 12px;
	transition: all .4s ease-in-out;
	height: auto;
	font-size: 15px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
	line-height: inherit;
	margin-bottom: 0;
}

.callback-form form fieldset .hs-input {
	border: 1px solid #09cacd;
	background-color: rgba(0,167,170,1.0);
	border-color: rgba(0,167,170,1.0);
  border-radius: 0px;
	padding: 15px;
	transition: all .4s ease-in-out;
	color: #fff;
	font-size: 15px;
	font-family: 'futura-pt', sans-serif;
	height: auto;
	line-height: inherit;
	width: 100% !important;
}

.callback-form form fieldset .hs-input::placeholder {
	color: #fff;
}

.callback-form form fieldset .input {
	margin-right: 0 !important;
}
.callback-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
	margin-top: 30px;
}
.callback-form ul.hs-error-msgs {
	position: absolute;
	color: #790000;
	font-weight: 700;
	letter-spacing: normal;
	padding-right: 0;
	width: 100%;
}

.callback-form ul.hs-error-msgs label {
	color: #790000;
	font-weight: 700;
	letter-spacing: normal;
	padding-right: 16px;
	font-size: 12.19px;
	line-height: 27px;
	border-top: 1px solid #c89797;
	border-bottom: 1px solid #c89797;
	background-color: rgba(255, 223, 224, .25);
	padding-bottom: 6px;
	padding-top: 8px;
}

.callback-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
	bottom: 48px;
	text-align: center;
}

.callback-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
	text-align: center;
	border-top: 2px solid #790000;
	border-bottom: 2px solid #790000;
	color: #790000;
	font-size: 15px;
	background: transparent;
	padding: 0;
	margin: 0;
	line-height: 20px;
}

.callback-form form fieldset .hs-form-field {
	margin-right: 15px;
	margin-top: 9px;
	position: relative;
}

.callback-form form fieldset .hs-form-field {
	width: 47% !important;
}

.callback-form form fieldset .hs-form-field .hs-form-required {
	display: none;
}
.callback-form.footer-form form fieldset,
.callback-form.footer-form form .hs-submit{
  display: flex;
  justify-content: center;
  width: auto;
}
.callback-form.footer-form form .hs-submit input[type=submit] {
  min-width: 150px;
}
.callback-form.footer-form form p {
  text-align: left;
  color: white;
  width: 90%;
}

.footer-tab {
  height: 300px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -300px;
  right: 0px;
  background: #001119;
  text-align: left;
  padding: 50px;
}
.footer-tab h3 {
  color: white;
  font-size: 30px;
  line-height: 42px;
  padding-right: 40px;
}
.footer-tab i {
  color: #09cacd;
  font-size: 30px;
  transform: rotate(90deg);
}

@media(max-width:1200px) {
	.callback-form form fieldset .hs-form-field {
		width: 45% !important;
	}
}

@media only screen and (max-width: 992px) {

	.footer img {
		width: auto !important;
		max-width: 96%;
	}
  .callback-form {
    padding: 20px;
  }
	.callback-form form {
		max-width: calc(100% - 16px);
	}

	.callback-form form fieldset .hs-form-field {
		width: 47% !important;
	}
  .footer-tab { 
    display: none;
  }
}

@media(max-width:888px) and (min-width:768px) {
	.callback-form form fieldset .hs-form-field {
		width: 45% !important;
	}
}

@media(max-width:851px) and (min-width:768px) {
	.footer .footer-menu ul li a {
		padding: 16px 4px;
		font-size: 14px;
	}

	.callback-form ul.hs-error-msgs label {
		line-height: normal;
	}
}

@media(max-width:767px) {

	.footer .copy.row {
		margin-top: 28px;
	}

	.footer img {
		max-width: 200px;
		margin-bottom: 3px;
	}

	.callback-form form fieldset .hs-form-field {
		width: 46% !important;
	}

	.callback-form form fieldset {
		max-width: 95%;
	}

	.callback-form form .hs-submit {
		width: 32%;
	}

	.callback-form form fieldset .hs-form-field:last-child {
		margin-right: 0;
	}

	.callback-form p {
		width: 100%;
	}

	.callback-form ul.hs-error-msgs label {
		line-height: normal;
	}
}

@media(max-width:640px) {
	.footer .col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer .copy.row {
		padding-bottom: 42px;
	}

	.callback-form form fieldset {
		max-width: 100%;
		display: block;
	}

	.callback-form form .hs-submit {
		width: 100%;
		display: block;
	}

	.callback-form form {
		display: block;
		max-width: 100%;
		margin-bottom: 42px;
		margin-top: 19px;
	}

	.callback-form form fieldset .hs-form-field {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 8px;
	}

	.callback-form form .hs-submit input.hs-button.primary.large {
		width: 100%;
		line-height: 30px;
	}

	.callback-form form fieldset .hs-form-field:last-child {
		margin-bottom: 8px;
	}

	.callback-form form fieldset .hs-input {
		line-height: 30px;
	}

	.footer .footer-menu ul {
		text-align: left;
	}

	.callback-form form .hs-submit .actions:before {
		right: 15px;
		top: 25px;
	}

	.callback-form ul.hs-error-msgs {
		position: relative;
	}

	.callback-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
		bottom: 0;
	}

	.footer .footer-menu ul li a {
		padding: 0 12px;
		line-height: 27px;
	}

	.footer .footer-menu li {
		float: left;
	}

	.footer .footer-menu ul {
		margin-bottom: 12px;
		overflow: hidden;
		padding-top: 12px;
	}
}

@media(max-width:480px) {

	form fieldset .hs-input {
		width: 100% !important;
	}

	.callback-form {
		padding: 50px 20px;
	}
}

@-moz-document url-prefix() {
	@media(min-width:640px) {
		.callback-form form {
			display: flex;
			flex-wrap: wrap;
		}

		.callback-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
			left: 0;
			right: 0;
		}

		.callback-form form fieldset {
			float: left;
			width: 100%;
			display: block;
			max-width: 72%;
		}

		.callback-form form fieldset .hs-form-field {
			width: 46% !important;
		}

		.callback-form form .hs-submit {
			width: 23.8%;
			max-width: 100%;
			float: left;
			display: block;
			position: relative;
			left: -7px;
		}
	}

	@media(max-width:1200px) and (min-width:640px) {
		.callback-form form fieldset .hs-form-field {
			width: 45% !important;
		}

		.callback-form form .hs-submit {
			width: 27.8%;
		}
	}

	@media(max-width:992px) and (min-width:640px) {
		.callback-form form .hs-submit {
			width: 154px;
		}
	}

	@media(max-width:765px) and (min-width:640px) {
		.callback-form form fieldset {

			max-width: 63%;
		}

		.callback-form form fieldset .hs-form-field {
			width: 43% !important;
		}
	}

}
.card__price {
  color: #494a52;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
.spacing{
  padding:80px 0;
}
/* Menu and simple menu */

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  
}

.hs-menu-item.active a {
  
}

/* 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%;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Video Header */
.jotika-video-header {
  background: #001119;
  padding: 80px 0px;
}
.jotika-video-header h1 {
  color: white;
}
.jotika-video-header p {
  color: white;
  font-size: 18px;
  margin-bottom: 30px;
}
.jotika-video-header .screen {
  background: url(https://6477288.fs1.hubspotusercontent-na1.net/hubfs/6477288/Landing%20Page%20Assets/laptop.svg) center/cover no-repeat;
  width: 100%;
  height: 520px;
  margin-bottom: -155px;
}
.jotika-video-header .vidyard-player-container {
  position: absolute;
  height: 100%;
  text-align: center;
  top: 35px;
  left: 105px;
  width: 656px !important;
  height: 410px !important;
}
.jotika-video-header .vidyard-player-container div[class^=vidyard-div-] {
  padding-bottom: 62.37% !important; 
}
@media(max-width:1400px) {
  .jotika-video-header .screen {
    height: 450px;
  }
  .jotika-video-header .vidyard-player-container {
    top: 30px;
    left: 90px;
    width: 583px!important;
  }
}
@media(max-width:1200px) {
  .jotika-video-header h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .jotika-video-header .screen {
    height: 380px;
  }
  .jotika-video-header .vidyard-player-container {
    top: 26px;
    left: 74px;
    width: 478px!important;
  }
}
@media(max-width:992px) {
  .jotika-video-header {
    text-align: center;
  }
  .jotika-video-header  .button.large.icon {
    margin-bottom: 30px;
  }
  .jotika-video-header .screen {
    height: 430px;
  }
  .jotika-video-header .vidyard-player-container {
    top: 8%;
    left: 12%;
    width: 76% !important;
  }
}
@media(max-width:768px) {
  .jotika-video-header .screen {
    background-size: contain;
    margin-bottom: -200px;
  }
  .jotika-video-header .vidyard-player-container {
    top: 23%;
  }
}
@media(max-width:480px) {
  .jotika-video-header .screen {
    height: 280px;
    margin-bottom: -150px;
  }
  .jotika-video-header .vidyard-player-container {
    top: 27%;
  }
}
/* Jotika Cards */
.jotika-cards {
  background: #09cacd;
  padding: 120px 0px 50px 0px; 
}
.jotika-cards .col-lg-6 {
  margin-bottom: 30px;
}
.jotika-cards .j-card {
  background: #001119;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px;
  height: 100%;
}
.jotika-cards .j-card .card-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: -8%;
  left: -14%;
}
.jotika-cards .j-card .icon-holder {
  padding: 100px 0px;
}
.jotika-cards .j-card p {
  color: white;
}

/* Left Right Blocks */
.jotika-left-right {
  padding: 80px 0px 0px;
}
.jotika-left-right .image-side {
  margin-bottom: 80px;
  height: 400px;
}
.jotika-left-right .image-side img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.jotika-left-right .text-side {
  margin-top: 100px;
}
.jotika-left-right .text-side p {
  font-size: 20px;
  line-height: 30px;
  background: #fff;
  height: 300px;
  margin-left: -150px;
  padding: 50px 100px 50px 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jotika-left-right .row:nth-of-type(even) .image-side {
  order: 12;
}
.jotika-left-right .row:nth-of-type(even) .text-side {
  margin-left: auto;
  margin-right: -150px;
  padding: 50px 50px 50px 100px;
}
@media(max-width:992px) {
  .jotika-left-right .image-side {
    margin-bottom: 0px;
    height: 300px;
  }
  .jotika-left-right .text-side {
    margin-top: 20px;
  }
  .jotika-left-right .text-side p {
    height: auto;
    margin-left: auto;
    padding: 10px 30px 30px 30px;
  }
  .jotika-left-right .row:nth-of-type(even) .image-side {
    order: 0;
  }
  .jotika-left-right .row:nth-of-type(even) .text-side {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px 30px 30px;
  }
}

/* Single Testimonial */


.single-testimonial {
  padding: 0px 0px 80px 0px;
}
.single-testimonial .testimonial {
  margin: 40px 20px;
  padding: 40px;
  background: #e6ebeb;
  text-align: left
}
.single-testimonial .testimonial blockquote {
  font-weight: 300;
  margin-bottom: 30px;
  padding-left: 30px;
  border-left: 2px solid #09cacd
}
.single-testimonial .testimonial blockquote p {
  font-size: 20px;
  line-height: 3rem;
  color: #454d51
}
.single-testimonial .testimonial cite {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  font-style: normal
}
.single-testimonial .testimonial p {
  font-size: 14px;
  font-weight: 300
}
@media(max-width:992px) {
  .single-testimonial .testimonial {
    margin: 0px;
  }
}

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