*, *: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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.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%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.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%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

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


.banner-section .dnd-section {
  padding: 0;
}
@font-face { 
  font-family: "OpenSans"; 
  src: url("https://cdn-cngjn.nitrocdn.com/nmmHhcWIHrqoURAULaeUgQFGTExXWbea/assets/static/source/wp-content/themes/tta/assets/fonts/OpenSans/0b20bea3846b47464b9a36b71ce576fb.OpenSans-Regular.woff") format("woff");
  font-style: normal; 
  font-weight: 400; 
  font-stretch: normal; 
}

@font-face { 
  font-family: "OpenSans"; 
  src: url("https://cdn-cngjn.nitrocdn.com/nmmHhcWIHrqoURAULaeUgQFGTExXWbea/assets/static/source/wp-content/themes/tta/assets/fonts/OpenSans/f3e03676c6c205c55fe39ed3cf2964ed.OpenSans-Bold.woff") format("woff");
  font-style: normal; 
  font-weight: 700; 
  font-stretch: normal; 
}

@font-face { 
  font-family: "Questrial"; 
  src: url("https://fonts.gstatic.com/s/questrial/v13/QdVUSTchPBm7nuUeVf70viFl.woff2") format("woff2");
  font-style: normal;
  font-weight: 400; 
  font-display: fallback; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

@font-face { 
  font-family: "Poppins"; 
  src: url("https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2") format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: fallback; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
@font-face { 
  font-family: "OpenSans"; 
  src: url("https://cdn-cngjn.nitrocdn.com/nmmHhcWIHrqoURAULaeUgQFGTExXWbea/assets/static/source/wp-content/themes/tta/assets/fonts/OpenSans/5b4ea3534f256fb8b879a0d9bf6297f3.OpenSans-SemiBold.woff") format("woff");
  font-style: normal; 
  font-weight: 600; 
  font-stretch: normal; 
  font-display: swap;
}

@font-face { 
  font-family: "OpenSans"; 
  src: url("https://cdn-cngjn.nitrocdn.com/nmmHhcWIHrqoURAULaeUgQFGTExXWbea/assets/static/source/wp-content/themes/tta/assets/fonts/OpenSans/0b20bea3846b47464b9a36b71ce576fb.OpenSans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400; 
  font-stretch: normal;
  font-display: swap;
}

@font-face { 
  font-family: "NunitoSans"; 
  src: url("https://cdn-cngjn.nitrocdn.com/nmmHhcWIHrqoURAULaeUgQFGTExXWbea/assets/static/source/wp-content/themes/tta/assets/fonts/OpenSans/8329ee8619a17c6b6b946f18a446e007.NunitoSans-SemiBold.woff") format("woff");
  font-style: normal; 
  font-weight: 600; 
  font-stretch: normal; 
  font-display: swap;
}

      @font-face {
        font-family: "Questrial";
        src: url("https://fonts.gstatic.com/s/questrial/v13/QdVUSTchPBm7nuUeVf70viFluW44JQ.woff2")
          format("woff2");
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC,
          U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
          U+FEFF, U+FFFD;
      }

      @font-face {
        font-family: "Poppins";
        src: url("https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2")
          format("woff2");
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC,
          U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
          U+FEFF, U+FFFD;
      }

      @font-face {
        font-family: "Open Sans";
        src: url("https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2")
          format("woff2");
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC,
          U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
          U+FEFF, U+FFFD;
      }


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

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* 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;
}
img{
  max-width:100%;
}
/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
form input[type="submit"], form .hs-button {


   
    background-image: none !important;

    border-style: solid !important;
    border-width: 2px !important;
    font-size: 16px !important;
    line-height: 18px !important;
    padding-bottom: 5px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 5px !important;
    text-align: center !important;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
.hs-button.primary.large {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 27px;
    min-height: 50px;
  display: flex;
justify-content: center;
align-items: center;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

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

/* Help text - legends */

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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

.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: transparent !important;

box-shadow: 0 0 4px #a94442 inset !important;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-nav__line, .toggle-btn span {
    position: absolute;
    height: 2px;
    transition: all .2s ease-in-out;
}
.header-nav__line {
    top: 0;
    left: 0;
    width: 0;
    background: #4344CE;
}


.header.js__header {
  height: 103px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all .3s ease-in-out;
}
.btn:hover {
    background: #757cda;
    border-color: #757cda;
    box-shadow: 0 10px 20px rgba(21,28,123,.4) !important;
}.btn:hover::after {
    opacity: 1;
    margin-left: 10px;
}
.header-wrapper {
  max-width: 1286px !important;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 16px;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  max-width: 176px;
  z-index: 4;
  position: relative;
  margin-top: -10px;
}
.header .header-nav.js__header-nav {
  display: flex;
  position: relative;
}
.header .hs-menu-wrapper ul {
  display: flex;
  list-style-type: none;
  margin: 3px 5px 0 0;
  padding: 0;
  align-items: center;
}
.header .hs-menu-item.hs-menu-depth-1 {
  margin-left: 38px;
  display: flex;
  align-items: flex-end;
}
.header .hs-menu-item.hs-menu-depth-1 > a {

  transition: all .2s ease-in-out;
  padding-bottom: 1px;
  align-items: center;
  z-index: 2;
  display: flex;
  position: relative;
  color: rgba(56,63,81,.8);
  font-family: OpenSans,Arial,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.header .toggle-btn.js__toggle-nav {
    display: none;
}
@media(max-width:1000px){
  .header{
    height: 70px !important;;
  }
  .header .toggle-btn.js__toggle-nav {
    display: block;
    margin-left: 20px;
    z-index: 3;
    position: relative;
    width: 26px;
    height: 40px;
    border-radius: 14px;
  }

 .header .toggle-btn span:nth-child(1) {
    top: 12px;
  }

 .header .toggle-btn span {
    right: 0;
    display: block;
    width: 26px;
    background: #3e4492;
    border-radius: 1px;
    position: absolute;
    height: 2px;
    transition: all .2s ease-in-out;
  }
 .header .toggle-btn span:nth-child(2) {
    top: 22px;
  }
  .header .header-nav.js__header-nav {
    display: none;
  }
 .mobile-menu-open .header .header-nav.js__header-nav {
    display: flex;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    padding: 100px 0;
    height: 100vh;
    z-index: 3;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: auto;
}
 .mobile-menu-open .header  .hs-menu-wrapper ul {
    flex-direction: column;
    overflow-y: scroll;
    padding-bottom: 30px;
    margin: 0;
    height: 100%;
    justify-content: center;
}

.mobile-menu-open  .header ul .hs-menu-item.hs-menu-depth-1 {
    margin: 0 0 20px;
}


.mobile-menu-open .header ul .hs-menu-item.hs-menu-depth-1 > a {
    font-size: 20px;
    transition: all .2s ease-in-out;
    padding-bottom: 1px;
    align-items: center;
    z-index: 2;
    font-weight: 400;
    display: flex;
    position: relative;
  line-height: 1.375;
}
.header .logo {
    margin-top: 0;
}
 .mobile-menu-open .header .toggle-btn span:nth-child(1) {
    transform: rotate(225deg);
    top: 20px;
}
  .mobile-menu-open .header .toggle-btn span:nth-child(2) {
    top: 20px;
    transform: rotate(-225deg);
}
  .mobile-menu-open .header .header-nav.js__header-nav #hs_cos_wrapper_navigation_primary {
    display: block;
    overflow: auto;
    position: relative;
    max-height: 100vh;
    padding-top: 30px;
    width: 100%;
}
}
.scroll {
    overflow: hidden;
}
.scroll-wrapper{
      overflow: hidden;
}
/*First Form Media Query Starts Here */

.tve_p_lb_content.tve-tl-anim.tl-anim-instant.bSe.cnt.tve-leads-triggered {
  width: 100%;
  max-width: 650px;
  margin: auto !important;
  text-align: left;
  overflow: visible;
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.tve_p_lb_overlay {
  transition: opacity 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  background: #000;
  height: 100vh !important;
}
#tve-p-scroller {
  max-height: none !important;
}
article {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.thrv_wrapper.thrv_contentbox_shortcode.thrv-content-box.cb_style_15.safari-ios-decoration-fix {
  z-index: 6;
  max-width: 767px;
  padding: 40px 35px !important;
  margin: 0px 0px 0px -13px !important;
}
.tve_p_lb_background .tve_p_lb_content {
  box-sizing: border-box !important;

  position: relative;
  background-color: #fff;

  width: 100%;
  max-width: 650px;
  margin: auto !important;
  text-align: left;
  overflow: visible;
}
.tve_p_lb_background .tve_p_lb_content .tve_p_lb_inner {
  max-height: none !important;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.tve_p_lb_background .tve_p_lb_content .tve_p_lb_inner {
  max-height: none !important;
}
.tve_p_lb_background .tve_p_lb_content {
  text-align: left;
}
body .tl-style article {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
article {
  box-sizing: border-box;

  transition: opacity 1s ease-in-out;
  width: 100%;
}
.thrv_wrapper.thrv_text_element,
.thrv_wrapper.thrv_heading,
.thrv_wrapper.thrv_paste_content,
.thrv_wrapper.thrv-ct,
.thrv_wrapper.thrv-page-section,
.thrv_wrapper.thrv_symbol,
.thrv_wrapper.thrv-plain-text {
  margin: 0;
  margin-top: 0px;
}
.thrv-page-section.safari-ios-decoration-fix,
.thrv-content-box.safari-ios-decoration-fix {
  -webkit-transform: translate3d(0, 0, 0) !important;
}
.tve-page-section-out[data-clip-id],
.tve-content-box-background[data-clip-id] {
  transform: rotateZ(0);
}
.thrv-page-section .tve-page-section-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  box-sizing: border-box;
  top: 0;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  overflow: hidden;
}
.thrv_icon.tcb-icon-display {
  display: table;
}
.thrv-page-section .tve-page-section-in {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.thrv_wrapper div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.thrv_icon {
  line-height: 0;
}
.tcb-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;

  box-sizing: content-box;

  transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
}
svg.tcb-icon path:not([fill="none"]),
symbol[id^="tcb-icon-"] path:not([fill="none"]) {
  fill: inherit !important;
  stroke: inherit !important;

  transition: none;
}
.tcb-icon {
  line-height: 1em;
  stroke-width: 0;
}
.tve-page-section-in > .thrv_wrapper:last-child,
.tve-page-section-in > .tcb-clear:last-child > .thrv_wrapper {
  margin-bottom: 0;
}
.thrv_wrapper.thrv-columns {
  padding: 0;
}
.thrv_wrapper div {
  box-sizing: content-box;
}
[data-css="tve-u-46041102ded2ee"] {
  margin-top: 0px !important;
}
.tcb-flex-row {
  display: -webkit-box;

  display: -ms-flexbox;
  display: flex;

  flex-wrap: nowrap;
  -webkit-box-align: stretch;

  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;

  flex-direction: row;
  -webkit-box-pack: justify;

  justify-content: space-between;
  margin-top: 0;
}
.tcb--cols--2:not(.tcb-resized) > .tcb-flex-col {
  max-width: 50%;
}
.thrv_wrapper div {
  box-sizing: content-box;
}
.tcb-flex-col {
  -webkit-box-flex: 1;

  flex: 1 1 auto;
  padding-top: 0px;
}
.tcb-flex-row .tcb-col {
  box-sizing: border-box;
}
.tcb-col {
  height: 100%;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

  flex-direction: column;
  position: relative;
}
.thrv_wrapper.thrv_contentbox_shortcode {
  position: relative;
}
.thrv-page-section.safari-ios-decoration-fix,
.thrv-content-box.safari-ios-decoration-fix {
  -webkit-transform: translate3d(0, 0, 0) !important;
}
.thrv_wrapper.thrv-content-box {
  box-sizing: border-box;

  min-height: 10px;
}
.thrv_wrapper .tve-content-box-background {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  overflow: hidden;
  background-clip: padding-box;
}
.thrv_wrapper.thrv-content-box
div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
  box-sizing: border-box;
}
.tve-page-section-out[data-clip-id],
.tve-content-box-background[data-clip-id] {
  transform: rotateZ(0);
}
.tve-cb {
  clear: both;
  overflow: visible;
  width: 100%;
  z-index: 1;
  position: relative;
}
.tcb--cols--2:not(.tcb-resized) > .tcb-flex-col {
  max-width: 50%;
}
.tcb-flex-row .tcb-flex-col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tcb-flex-col {
  -webkit-box-flex: 1;

  flex: 1 1 auto;
  padding-top: 0px;
}
.thrv_wrapper .tve-content-box-background {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  overflow: hidden;
  background-clip: padding-box;
}
.thrv_wrapper.thrv_text_element,
.thrv_wrapper.thrv_heading,
.thrv_wrapper.thrv_paste_content,
.thrv_wrapper.thrv-ct,
.thrv_wrapper.thrv-page-section,
.thrv_wrapper.thrv_symbol,
.thrv_wrapper.thrv-plain-text {
  margin: 0;
  margin-bottom: 0px;
}
.thrv_wrapper.thrv-content-box
div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
  box-sizing: border-box;
}
.thrv_text_element {
  overflow-wrap: break-word;
}
.thrv_wrapper.thrv-content-box
div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
  box-sizing: border-box;
}
.tve_p_lb_content.tve-tl-anim.tl-anim-instant.bSe.cnt.tve-leads-triggered {
  background-color: #fff;

  width: 100%;
  max-width: 650px;
  margin: auto !important;
  text-align: left;
  overflow: visible;
  position: relative;
  background-color: #fff;
}


.thrv_text_element a:not(.tcb-button-link),
.tcb-styled-list a:not(.tcb-button-link),
.tcb-numbered-list a:not(.tcb-button-link) {
  font-size: inherit;
}
.tve_et_click {
  cursor: pointer;
}
.thrv_wrapper.thrv-content-box
div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
  box-sizing: border-box;
}
span.tcb-button-texts > span {
  display: block;
  padding: 0;
}
.thrv_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.thrv-button,
.thrv-button-group-item,
.tve-form-button {
  line-height: 0;
}
.thrv-button,
.thrv-button-group-item,
.tve-form-button {
  display: table !important;
}

.thrv-button a.tcb-button-link,
.thrv-button-group-item a.tcb-button-link,
.tve-form-button a.tcb-button-link {
  text-decoration: none !important;
  color: #fff;
}
a.tcb-button-link {
  box-sizing: border-box;

  display: inline-flex;
  -webkit-box-align: center;
  justify-content: center;
  -webkit-align-items: center;

  width: 100%;
  text-align: center;

  -webkit-mask-image: -webkit-radial-gradient(#fff, #fff);
  -webkit-mask-size: 100%, 100%;
  -webkit-mask-position: 0, 0;
}
.tve_et_click {
  cursor: pointer;
}
span.tcb-button-icon {
  display: none;
  font-size: 1em;
  line-height: 0;
  position: relative;
}
.thrv_icon.thrv_wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.thrv_wrapper div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.thrv_icon {
  line-height: 0;
}
.thrv_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.thrv_icon {
  text-align: center;
}
span.tcb-button-icon .tcb-icon {
  height: 1em;
}
.tcb-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;

  box-sizing: content-box;

  transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
}
.tcb-icon {
  line-height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.scroll-wrapper {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999992;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  display:none;
}
svg.tcb-icon path:not([fill="none"]),
symbol[id^="tcb-icon-"] path:not([fill="none"]) {
  fill: inherit !important;
  stroke: inherit !important;

  transition: none;
}
.scroll-wrapper.btn-clicked.model-open {
  display: block;
}
.model-open .custom-model-main{
  display: block;
}
.close-btn:hover{
  border-bottom-left-radius: 25px !important;
  overflow: hidden !important;
  background-color: rgba(245,250,248,.15) !important;
  box-shadow: rgba(0,0,0,.09) 1px -1px 12px 0px inset !important;
}

/*First Form CSS Ends Here */




/*Second Form CSS*/
.second-form-wrapper {
    display: none;
}
.tve-l-open.tve-o-hidden .tve_p_lb_background.tve-scroll {
  overflow-y: auto;
}
.tve-l-open.tve-o-hidden .tve_p_lb_background {
  overflow-x: hidden;
}
.tve_p_lb_background {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999992;
  padding: 10px;
}
.second-form-wrapper.second-btn-clicked.opened {
display: flex;
}
:not(#tve) [data-css="tve-u-36041104184db5"]:hover {
    border-bottom-left-radius: 25px !important;
    overflow: hidden !important;
    background-color: rgba(245,250,248,.15) !important;
    box-shadow: rgba(0,0,0,.09) 1px -1px 12px 0px inset !important;
}

.second-form > .hs-form {
    color: rgba(56,63,81,.8);
    font-family: OpenSans,Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
}
.second-form form > .hs-form-field{
  margin:0;
}
.second-form > .hs-form > div{
margin:0;
}
.second-form > .hs-form > div > label{
display:none;
}

.second-form > .hs-form > div >.input{
position: relative;
z-index: 1 !important;
}
.second-form form input{
border: 1px solid #ccc;
font-family: Questrial;
font-weight: 400;
font-size: 15px;
letter-spacing: 2px;
line-height: 1.12em;
margin: 0px 0px 10px !important;
background-image: none !important;
background-color: rgba(255,255,255,0) !important;
padding: 15px !important;
font-family:Questrial;
opacity: .7;

height: auto;box-sizing: border-box !important;float: none !important;
max-width: none;
width: 100% !important;
border-radius: 5px;
      color: #13141c !important;

}
.second-form form input:hover {
    color: #13141c !important;
    opacity: 1;
}
[data-css="tve-u-186041104184dc4"] > a {
    color: #7e7f84 !important;
}
.second-form form label{
display:none;
}
.second-form form > .hs-submit > .actions{
font-family: Poppins;
font-weight: 400;


font-size: 16px;
position: relative;
z-index: 1 !important;

line-height: 1.375;
}
.second-form form .inputs-list{
  display:none !important;
}
.second-form form input[type="submit"], form .hs-button{
  
  border-style: none !important;
border-width: 0 !important;
}
.second-form form .hs-button.primary.large{

border-radius: 5px;
overflow: hidden;
font-size: 17px !important;
font-family: Poppins;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
line-height: 1.12em !important;
text-align: center;
margin: 0px !important;
padding: 15px !important;

--background-color: #f39a3e !important;
--tve-applied-background-color: #f39a3e !important;float: none !important;
max-width: none;
width: 100% !important;box-sizing: border-box !important;color: #fff !important;
opacity: 1;
}
.second-form > .hs-form:after{
content: "";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}



.tve_p_lb_background.tve_lb_opening .tve_p_lb_overlay,
.tve_post_lightbox .tve_p_lb_background .tve_p_lb_overlay,
.tve_p_lb_background.tve_lb_open .tve_p_lb_overlay {
  opacity: 0.8;

  transition: opacity 0.3s ease-out;
}
.tve_p_lb_background .tve_p_lb_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  background: #000;
}
.tve_p_lb_background .tve_p_lb_content .tve_p_lb_inner {
  max-height: none !important;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.tve_p_lb_background .tve_p_lb_content {
  text-align: left;
  width: 100%;
  max-width: 650px;
  margin: auto !important;
  text-align: left;
  overflow: visible;
  position: relative;
  background-color: #fff;
  box-sizing: border-box !important;
}
article {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
article {
  box-sizing: border-box;

  transition: opacity 1s ease-in-out;
  width: 100%;
}
.thrv_wrapper.thrv_text_element,
.thrv_wrapper.thrv_heading,
.thrv_wrapper.thrv_paste_content,
.thrv_wrapper.thrv-ct,
.thrv_wrapper.thrv-page-section,
.thrv_wrapper.thrv_symbol,
.thrv_wrapper.thrv-plain-text {
  margin: 0;
  margin-top: 0px;
}
.thrv-page-section.safari-ios-decoration-fix,
.thrv-content-box.safari-ios-decoration-fix {
  -webkit-transform: translate3d(0, 0, 0) !important;
}
.thrv-page-section {
  position: relative;

  box-sizing: border-box !important;
}
.tve-page-section-out[data-clip-id],
.tve-content-box-background[data-clip-id] {
  transform: rotateZ(0);
}
.thrv-page-section .tve-page-section-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;

  overflow: hidden;
}
.thrv-page-section .tve-page-section-in {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.thrv_icon.tcb-icon-display {
  display: table;
}
.thrv_icon {
  line-height: 0;
}
.tcb-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;

  box-sizing: content-box;

  transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
}
svg.tcb-icon path:not([fill="none"]),
symbol[id^="tcb-icon-"] path:not([fill="none"]) {
  fill: inherit !important;
  stroke: inherit !important;

  transition: none;
}
.tcb-icon {
  line-height: 1em;
  stroke-width: 0;
}
.thrv_wrapper div {
  box-sizing: content-box;
}
.tcb-flex-row {
  display: flex;

  flex-wrap: nowrap;
  -webkit-box-align: stretch;

  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;

  flex-direction: row;
  -webkit-box-pack: justify;

  justify-content: space-between;
  margin-top: 0;
}
.tcb--cols--2:not(.tcb-resized) > .tcb-flex-col {
  max-width: 50%;
}
.tcb-flex-row .tcb-flex-col {
  box-sizing: border-box;
}
.tcb-flex-col {
  -webkit-box-flex: 1;

  flex: 1 1 auto;
  padding-top: 0px;
}
.tcb-col {
  height: 100%;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

  flex-direction: column;
  position: relative;
}
.thrv_wrapper.thrv-content-box {
  box-sizing: border-box;
  min-height: 10px;
}
.thrv-page-section.safari-ios-decoration-fix,
.thrv-content-box.safari-ios-decoration-fix {
  -webkit-transform: translate3d(0, 0, 0) !important;
}
.thrv_wrapper.thrv_contentbox_shortcode {
  position: relative;
}
.thrv_wrapper .tve-content-box-background {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  overflow: hidden;
  background-clip: padding-box;
}
.thrv_wrapper.thrv-content-box
div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
  box-sizing: border-box;
}
.tve-page-section-out[data-clip-id],
.tve-content-box-background[data-clip-id] {
  transform: rotateZ(0);
}
.tve-cb {
  clear: both;
  overflow: visible;
  width: 100%;
  z-index: 1;
  position: relative;
  min-height: 10px;
}
.thrv_wrapper.thrv-content-box
div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
  box-sizing: border-box;
}
.thrv_wrapper.thrv-content-box
div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.thrv_wrapper.thrv_text_element,
.thrv_wrapper.thrv_heading,
.thrv_wrapper.thrv_paste_content,
.thrv_wrapper.thrv-ct,
.thrv_wrapper.thrv-page-section,
.thrv_wrapper.thrv_symbol,
.thrv_wrapper.thrv-plain-text {
  margin: 0;
}
.thrv_text_element {
  overflow-wrap: break-word;
}
.thrv_wrapper.thrv_lead_generation {
  width: 100%;
  overflow: unset !important;
  position: relative;
}
button,
input {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.thrv_wrapper.thrv-content-box
div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
  box-sizing: border-box;
}
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container {
  color: #555;
  --tcb-applied-color: #555;
  font-family: Roboto, sans-serif;
}
.thrv_wrapper.thrv-content-box
div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
  box-sizing: border-box;
}
.thrv_wrapper.thrv-content-box
div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
  box-sizing: border-box;
}
.thrv_lead_generation_container .tve_lg_input_container.tve_lg_input {
  display: flex;
}
.tve_lg_input_container {
  position: relative;
  z-index: 1 !important;
}
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container {
  color: #555;
  --tcb-applied-color: #555;
  font-family: Roboto, sans-serif;
}
.tve_lg_input_container {
  position: relative;
  z-index: 1 !important;
}
.thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit {
  margin: 0;
}
.tve_lg_input_container {
  position: relative;
  z-index: 1 !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
.tve_clearfix::after,
.tve_cb_cnt::after,
.thrv_post_grid::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
button,
input {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.tve_clearfix::after,
.tve_cb_cnt::after,
.thrv_post_grid::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.thrv_wrapper.thrv_lead_generation::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.thrv_wrapper.thrv-content-box
div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
  box-sizing: border-box;
}
.thrv_wrapper.thrv_text_element,
.thrv_wrapper.thrv_heading,
.thrv_wrapper.thrv_paste_content,
.thrv_wrapper.thrv-ct,
.thrv_wrapper.thrv-page-section,
.thrv_wrapper.thrv_symbol,
.thrv_wrapper.thrv-plain-text {
  margin: 0;
}
.thrv_text_element a:not(.tcb-button-link),
.tcb-styled-list a:not(.tcb-button-link),
.tcb-numbered-list a:not(.tcb-button-link) {
  font-size: inherit;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
.tcb--cols--2:not(.tcb-resized) > .tcb-flex-col {
  max-width: 50%;
}
[data-css="tve-u-56041104184db7"] > .tcb-flex-col {
  padding-left: 0px;
}
.tcb-flex-row .tcb-flex-col {
  box-sizing: border-box;
}
.tcb-flex-col {
  -webkit-box-flex: 1;

  flex: 1 1 auto;
  padding-top: 0px;
}
.thrv_wrapper .tve-content-box-background {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  overflow: hidden;
  background-clip: padding-box;
}

/*Second Form CSS Ends Here*/


/*Footer Css Starts Here*/

 
.insights > a {
  margin-left: 14px !important;
}
.quick-links > a {
  margin-left: 27px !important;
}
.legal > a {
  margin-left: 41px !important;
}
.hs-menu-item.hs-menu-depth-2.learn > a {
  margin-left: 14px !important;
}
.hs-menu-item.hs-menu-depth-2.trading-strategy > a {
  margin-left: 14px !important;
}
.hs-menu-item.hs-menu-depth-2.giving > a {
  margin-left: 27px;
}
.hs-menu-item.hs-menu-depth-2.members > a {
  margin-left: 27px;
}

.hs-menu-item.hs-menu-depth-2.terms-and-conditions > a {
  margin-left: 41px !important;
}


.footer-navs {
  color: #fff !important;
  border-top: 1px solid rgba(108,114,208,.3);
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 73px;
  padding-bottom: 105px;
}
.footer-navs .hs-menu-wrapper > ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
}


.footer-navs .hs-menu-wrapper > ul > li {
  float: left;
  width: 25%;
}
.hs-menu-children-wrapper {
  padding: 0;
  list-style: none;
  margin-top: 25px;
  padding-bottom: 105px;

}
.footer-navs .hs-menu-wrapper > ul > li > a:first-child {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.hs-menu-item.hs-menu-depth-2 {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255,255,255,.7);
  margin-bottom: 25px;
}.hs-menu-item.hs-menu-depth-2 > a {
  color: #fff;
  position: relative;
}
.hs-menu-children-wrapper li > a::after {

  height: 1px;
  left: 0;
  right: 100%;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  transition: all .2s ease-in-out;
  display: block;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  background: #111337;
  height: 71px;
  padding: 21px 15px;
  align-items: flex-end;
  font-size: 12px;
  line-height: 1.33333;
  color: #e8e8e8;
  text-rendering: auto !important;
  font-family: OpenSans,Arial,sans-serif;
  font-weight: 400;
  width: 100%;
}
.footer-bottom img {
  margin-right: 10px;
}
.copyright {
  font-size: 12px;
  line-height: 1.33333;
  color: #e8e8e8 !important;
}
.copyright > b {
  font-size: 12px;
  line-height: 1.33333;
  color: #e8e8e8;
}
.footer {
  background: url("https://5272000.fs1.hubspotusercontent-na1.net/hubfs/5272000/raw_assets/public/TheTradingAnalyst_August2021/images/footer%20banner.png") center center no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding-top: 100px;
    color: rgba(56,63,81,.8);
    font-family: OpenSans,Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    text-rendering: auto !important;
    }.wrap {
      width: 100%;
      max-width: 1285px;
      padding: 0 15px;
      margin: 0 auto;
}.footer .section-title {
  font-size: 16px;
  line-height: 1.5;
}
.footer .section-title {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 65px;
  color: #fff;
  position: relative;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 46px;
  font-family: OpenSans,Arial,sans-serif;
  font-weight: 400;
}.section-title h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.36111;
  margin: 0 0 11px;
  margin-bottom: 11px;
  color: #fff;
  margin-bottom: 14px;
  font-family: OpenSans,Arial,sans-serif;
}
.footer .section-title .btn {
  margin: 35px auto 0;
  max-width: 210px;
  display: flex;
}
.btn {
  text-align: center;
  min-height: 50px;
  padding: 5px 35px;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  box-shadow: 0 10px 20px rgba(251,154,54,.4) !important;
  border-radius: 5px;
  border: 2px solid #fb9a36;
  line-height: 1.1;
  transition: all .2s ease-in-out !important;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.btn::after {
  width: 14px;
  height: 14px;
  content: "";
  background: url("https://cdn-cngjn.nitrocdn.com/nmmHhcWIHrqoURAULaeUgQFGTExXWbea/assets/static/optimized/wp-content/themes/tta/assets/img/icons/eb7457adcc86f7143ce66ef612230a16.btn-icon.svg") center center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  opacity: 0;
  margin-left: -14px;
  transition: all .2s ease-in-out;
}

.hs-menu-item.hs-menu-depth-2 > a:hover::after {
  right: 0;
}
.hs-menu-item.hs-menu-depth-2 > a::after {
  height: 1px;
  left: 0;
  right: 100%;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  transition: all .2s ease-in-out;
}


/*Footer Form Media Query Starts Here*/
@media(max-width:1000px){
  .footer .section-title{
    padding-bottom: 60px;
  }

  
}


@media(max-width:750px){
  .insights > a {
    margin-left: 10px !important;
  }
  .quick-links > a {
    margin-left:0 !important;
  }
  .legal > a {
    margin-left: 10px !important;
  }
  .hs-menu-item.hs-menu-depth-2.learn > a {
    margin-left: 10px !important;
  }
  .hs-menu-item.hs-menu-depth-2.trading-strategy > a {
    margin-left: 10px !important;
  }
  .hs-menu-item.hs-menu-depth-2.giving > a {
    margin-left: 0 !important;
  }
  .hs-menu-item.hs-menu-depth-2.members > a {
    margin-left: 0 !important;
  }
  .hs-menu-item.hs-menu-depth-2.terms-and-conditions > a{
    margin-left: 10px !important;
  }
  .footer-navs {

    padding-bottom: 50px;


  }
  .footer-navs .hs-menu-wrapper > ul{
    margin: 0 auto;
    display: flex;flex-wrap: wrap;
    width:100%;

  }
  .hs-menu-children-wrapper{
    padding:0;
  }
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    width: 50%;

    float: right;
    /*! display: flex; */
  }
}
@media (max-width:600px){
  .footer-navs .hs-menu-wrapper > ul{
    padding: 0;
  }
  .footer-navs .hs-menu-wrapper > ul li{
    font-size: 15px;
  }
}
/*Footer Form Media Query Ends Here*/





/*Footer Form Media Query Starts Here*/


@media (min-width: 300px) {

  /*First Form Media Query Starts Here */
  [data-css="tve-u-06041102ded2e8"] {
    z-index: 0;
    padding: 0px !important;
    margin-top: 0px !important;
  }
  [data-css="tve-u-06041102ded2e8"] .tve-page-section-in {
    display: block;
  }
  [data-css="tve-u-26041102ded2ec"] {
    min-height: 1px !important;
  }
  [data-css="tve-u-36041102ded2ed"] {
    font-size: 11px;
    width: 11px;
    height: 11px;
    color: #fff;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 12;
    background-image: none !important;
    padding: 15px !important;
    margin: 0px !important;
  }
  :not(#tve) [data-css="tve-u-36041102ded2ed"] > :first-child {
    color: #13141c;
  }
  [data-css="tve-u-36041102ded2ed"] {
    font-size: 11px;
  }
  [data-css="tve-u-56041102ded2ef"] {
    margin-left: 0px;
    min-height: inherit;
    padding: 0px !important;
  }
  [data-css="tve-u-56041102ded2ef"] > .tcb-flex-col {
    padding-left: 0px;
  }
  [data-css="tve-u-56041102ded2ef"] > .tcb-flex-col > .tcb-col {
    min-height: 1px;
    justify-content: center;
  }
  [data-css="tve-u-76041102ded2f1"] {
    background-image: url("https://5272000.fs1.hubspotusercontent-na1.net/hubfs/5272000/raw_assets/public/TheTradingAnalyst_August2021/images/footer%20form%201%20image.png") !important;
    background-size: cover !important;
    background-position: 28% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    margin-right: 14px !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: 28% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-top: 0px !important;
    background-position: 28% 50% !important;
    background-repeat: no-repeat !important;
  }
  [data-css="tve-u-86041102ded2f2"] > .tve-cb {
    display: block;
  }
  [data-css="tve-u-106041102ded2f4"] {
    min-height: 1px;
  }
  [data-css="tve-u-56041102ded2ef"] > .tcb-flex-col {
    padding-left: 0px;
  }
  [data-css="tve-u-56041102ded2ef"] > .tcb-flex-col > .tcb-col {
    min-height: 1px;
    justify-content: center;
  }
  [data-css="tve-u-136041102ded2f7"] {
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
  [data-css="tve-u-126041102ded2f6"] > .tve-cb {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  [data-css="tve-u-146041102ded2f8"] {
    color: #000;
  }
  [data-css="tve-u-156041102ded2f9"] {
    padding: 0px !important;
    margin-bottom: 25px !important;
  }
  :not(#tve) [data-css="tve-u-166041102ded2fa"] {
    letter-spacing: 1px;
    font-family: Questrial !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    color: #13141c !important;
    text-align: center;
    line-height: 1.45em;
  }
  [data-css="tve-u-26041102ded2ec"] p {
    margin: 0px !important;
    padding: 0px !important;
  }
  [data-css="tve-u-176041102ded2fb"] {
    --tve-alignment: left;
    padding: 0px !important;
    margin-bottom: 25px !important;
  }
  [data-css="tve-u-176041102ded2fb"] {
    --tve-alignment: left;
    padding: 0px !important;
    margin-bottom: 25px !important;
  }
  :not(#tve) [data-css="tve-u-186041102ded2fc"] {
    letter-spacing: 1px;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    font-family: Poppins !important;
    font-weight: var(--g-regular-weight, normal) !important;
    font-size: 14px !important;
    color: #13141c !important;
    line-height: 1.45em;
  }
  [data-css="tve-u-196041102ded2fd"] {
    --tve-font-size: 16px;
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-letter-spacing: 2px;
    --tcb-local-color-62516: #1372d3;
    --tve-color: #fff;
    --tve-alignment: center;
    float: none;
    max-width: 244px;
    --tcb-local-color-3e1f8: #f39a3e !important;
    margin-left: auto !important;
    margin-right: auto !important;
    --tve-applied-max-width: 600px !important;

    width: 244px;
  }
  :not(#tve) [data-css="tve-u-196041102ded2fd"] .tcb-button-link {
    line-height: 1.2em;
    font-size: var(--tve-font-size, 16px) !important;
  }
  [data-css="tve-u-196041102ded2fd"] .tcb-button-link {
    border-radius: 5px;
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 2px);

    padding: 18px !important;

  }
  :not(#tve) [data-css="tve-u-196041102ded2fd"] .tcb-button-link span {
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    color: var(--tve-color, #fff);
    --tcb-applied-color: #fff;
  }
  :not(#tve) [data-css="tve-u-196041102ded2fd"] .tcb-button-link span {
    color: var(--tve-color, #fff);
    --tcb-applied-color: #fff;
  }
  :not(#tve) [data-css="tve-u-206041102ded2fe"] {
    --g-regular-weight: 400;
    --g-bold-weight: 600;
    font-family: "Open Sans" !important;
    font-weight: var(--g-regular-weight, normal) !important;
    font-size: 17px !important;
  }
  [data-css="tve-u-216041102ded2ff"] {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  :not(#tve) [data-css="tve-u-226041102ded300"] {
    letter-spacing: 0px;
    font-family: Questrial !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #7e7f84 !important;
  }
  [data-css="tve-u-26041102ded2ec"] p {
    margin: 0px !important;
    padding: 0px !important;
  }
  [data-css="tve-u-226041102ded300"] {
    line-height: 1.45em !important;
  }
  :not(#tve) [data-css="tve-u-236041102ded301"] {
    color: #7e7f84 !important;
  }
  :not(#tve) [data-css="tve-u-246041102ded302"] {
    color: inherit !important;
    --tve-applied-color: inherit !important;
    font-size: 10px !important;
  }


  /*First Form Media Query Ends Here */



  /*Second Form Media Query Starts Here */

  [data-css="tve-u-n30vi2ovoexp4"] {
    overflow: hidden;
    padding: 0px !important;
    border-radius: 0px !important;
  }
  [data-css="tve-u-06041104184db1"] {
    z-index: 0;
    padding: 0px !important;
    margin-top: 0px !important;
  }
  [data-css="tve-u-16041104184db3"] {
    clip-path: url("#clip-right-1muzfsn433hz6");
    background-color: #fff !important;
  }
  [data-css="tve-u-06041104184db1"] .tve-page-section-in {
    display: block;
  }
  [data-css="tve-u-26041104184db4"] {
    min-height: 1px !important;
  }
  [data-css="tve-u-36041104184db5"] {
    font-size: 11px;
    width: 11px;
    height: 11px;
    color: #fff;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 12;
    background-image: none !important;
    padding: 15px !important;
    margin: 0px !important;
  }
  :not(#tve) [data-css="tve-u-36041104184db5"] > :first-child {
    color: #13141c;
  }
  [data-css="tve-u-36041104184db5"] {
    font-size: 11px;
  }
  [data-css="tve-u-46041104184db6"] {
    margin-top: 0px !important;
  }
  [data-css="tve-u-56041104184db7"] {
    margin-left: 0px;
    min-height: inherit;
    padding: 0px !important;
  }
  [data-css="tve-u-56041104184db7"] > .tcb-flex-col {
    padding-left: 0px;
  }
  [data-css="tve-u-56041104184db7"] > .tcb-flex-col > .tcb-col {
    min-height: 1px;
    justify-content: center;
  }
  [data-css="tve-u-76041104184db9"] {
    z-index: 6;
    max-width: 479px;
    padding: 40px !important;
    margin: 0px !important;
  }
  [data-css="tve-u-76041104184db9"] > .tve-cb {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  [data-css="tve-u-76041104184db9"] > .tve-cb {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  [data-css="tve-u-106041104184dbc"] {
    padding: 0px !important;
    margin-bottom: 25px !important;
  }
  :not(#tve) [data-css="tve-u-116041104184dbd"] {
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    font-family: Poppins !important;
    font-weight: var(--g-regular-weight, normal) !important;
    font-size: 25px !important;
    line-height: 1.375;
  }
  [data-css="tve-u-26041104184db4"] p {
    margin: 0px !important;
    padding: 0px !important;
  }
  [data-css="tve-u-136041104184dbf"] {
    float: none;
    max-width: 270px;
    padding: 0px !important;
    margin: 0px auto 15px !important;
  }
  :not(#tve) [data-css="tve-u-146041104184dc0"] input {
    border: 1px solid #ccc;
    font-family: Questrial;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.12em;
    margin: 0px 0px 10px !important;
    background-image: none !important;
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 15px !important;
  }
  :not(#tve) [data-css="tve-u-146041104184dc0"] input,
  :not(#tve) [data-css="tve-u-146041104184dc0"] input::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  [data-css="tve-u-156041104184dc1"] {
    --tve-font-weight: var(--g-regular-weight, normal);
    --tve-font-family: Poppins;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    --tve-border-radius: 5px;
    --tve-font-size: 17px;
  }
  :not(#tve) [data-css="tve-u-156041104184dc1"] button {
    border: none #5f5f5f;

    font-size: var(--tve-font-size, 17px);
    font-family: var(--tve-font-family);
    font-weight: var(--tve-font-weight, var(--g-regular-weight, normal));
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.12em;
    text-align: center;
    margin: 0px !important;
    padding: 15px !important;
    background-image: none !important;
    background-color: #f39a3e !important;
    --background-color: #f39a3e !important;
    color: #fff;
    cursor: pointer;
    float: none !important;
    max-width: none;
    width: 100% !important;
    box-sizing: border-box !important;
    --tve-applied-background-color: #f39a3e !important;
  }
  [data-css="tve-u-166041104184dc2"] {
    padding: 0px !important;
  }
  :not(#tve) [data-css="tve-u-176041104184dc3"] {
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    font-family: Poppins !important;
    font-weight: var(--g-regular-weight, normal) !important;
    font-size: 10px !important;
    color: #7e7f84 !important;
  }
  [data-css="tve-u-176041104184dc3"] {
    line-height: 1.3em !important;
  }
  [data-css="tve-u-186041104184dc4"] {
    color: #7e7f84 !important;
  }
  [data-css="tve-u-206041104184dc6"] {
   background-image: url("https://5272000.fs1.hubspotusercontent-na1.net/hubfs/5272000/raw_assets/public/TheTradingAnalyst_August2021/images/footer%20form%202%20image.png") !important;
    margin-right: 0px !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: 10% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    padding-right: 0px !important;
    background-position: 10% 50% !important;
    background-repeat: no-repeat !important;
  }
  [data-css="tve-u-56041104184db7"] > .tcb-flex-col > .tcb-col {
    min-height: 1px;
    justify-content: center;
  }
  [data-css="tve-u-226041104184dc8"] {
    clip-path: url("#clip-right-5165yyni1i20r");
    background-image: none !important;
  }
  :not(#tve) [data-css="tve-u-126041104184dbe"] {
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    font-family: Poppins !important;
    font-weight: var(--g-regular-weight, normal) !important;
    font-size: 25px !important;
    line-height: 1.375;
  }

  /*Second Form Media Query Ends Here */
}


/*Footer Form Media Query Ends Here*/
