/* beautify ignore:start */
/* 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.
*/

/* RESET DECLARATIONS */
*,
*: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 {
  /* We set line-height using fields.json 
  line-height: 1.15; */
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

body {
  margin: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  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;
}*/



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

/* TABLE FILE RULES */
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

/* 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: 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.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: 1280px) {
    .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 24px;
  /* outline: 1px solid hotpink; */
}
.dnd-section>.row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column .content-wrapper {
  /* padding-left: 20px; */
  /* padding-right: 20px; */
}

@media (min-width: 480px) {
  .dnd-section .dnd-column .content-wrapper {
    /* padding-left: 16px; */
    /* padding-right: 16px; */
  }
}

@media screen and (min-width: 1280px) {
  .content-wrapper {
    /* padding-left: 24px; */
    /* padding-right: 24px; */
  }
}

@media screen and (min-width: 1940px) {
  .content-wrapper {
    /* padding-left: 40px; */
    /* padding-right: 40px; */
  }
}

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

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

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

/* pre {
  overflow: auto;
} */

/* code {
  vertical-align: bottom;
} */

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* font sizes for screen size less than 1280px */
@media (max-width:1280px){
h1{font-size: 40px;}
h2{font-size: 32px;}
h3{font-size: 24px;}
h4{font-size: 16px;}
h5{font-size: 16px;}
h6{font-size: 14px;}
p,li,span{font-size: 16px;}
}
/* font sizes for screen size less that 767px */
@media (max-width:767px){
h1{font-size: 30px;}
h2{font-size: 27px;}
h3{font-size: 24px;}
h4{font-size: 16px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
p,li,span{font-size: 14px;}
}
/* Body Text styles based on style guide*/
.body-text-regular {
  font-weight:normal;
}

.body-text-bold {
font-weight:700;
}

.body-text-small {
font-weight:normal;
font-size:14px;
}
/* 1d. Buttons */








button,
.button, .transparent-cta, .white-cta, .grey-cta {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border: 1px solid;
  text-transform:uppercase;
}





button,
.button, .white-cta, .grey-cta {
  border: 1px solid #e63c2b;

  padding-top: 16px;
padding-right: 36px;
padding-bottom: 16px;
padding-left: 36px;

  font-family: rig-sans, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: #e63c2b;
  border-radius: 0px;
  color: #000000;
  text-transform:uppercase;
  margin-right: 16px;
  letter-spacing:1.6px;
  font-size: 16px;
  
}

.transparent-cta {
border: 1px solid #e63c2b;

  padding-top: 16px;
padding-right: 36px;
padding-bottom: 16px;
padding-left: 36px;

  font-family: rig-sans, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: transparent;
  border-radius: 0px;
  color: #000000;
  text-transform:uppercase;
  margin-right: 16px;
  letter-spacing:1.4px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.white-cta:hover,
.white-cta:focus,
.grey-cta:hover,
.grey-cta:focus,{
  font-family: rig-sans, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
 background-color: transparent;
  border-color: #707070;
  text-decoration:none;
}

.fw-bg-light .transparent-cta:hover,
.fw-bg-light .transparent-cta:focus,
.fw-bg-dark .transparent-cta:hover,
.fw-bg-dark .transparent-cta:focus,{
font-family: rig-sans, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
 background-color: var(--p-orange);
  border-color: var(--p-orange);
  text-decoration:none;
}

button:active,
.button:active{
  font-family: rig-sans, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: #e63c2b;
  border-radius: 0px;
  text-decoration:none;
}

.fw-bg-light .transparent-cta, .fw-bg-light .transparent-cta:active {
background-color: transparent;
  border-color: var(--s-black);
  color: var(--s-black);
}

.fw-bg-dark .transparent-cta, .fw-bg-dark .transparent-cta:active {
background-color: transparent;
  border-color: var(--s-white);
  color: var(--s-white);
}

.fw-bg-dark .white-cta, .fw-bg-light .white-cta,
.fw-bg-dark .white-cta:active, .fw-bg-light .white-cta:active{
background-color: var(--s-white);
  border-color: var(--s-white);
  color: var(--s-black);
}

.fw-bg-dark .white-cta:hover, .fw-bg-dark .white-cta:focus,
.fw-bg-dark .grey-cta:hover, .fw-bg-dark .grey-cta:focus{
background-color: transparent;
  border-color: var(--s-white);
  color: var(--s-white);
  text-decoration:none;
}

.fw-bg-light .white-cta:hover, .fw-bg-light .white-cta:focus,
.fw-bg-light .grey-cta:hover, .fw-bg-light .grey-cta:focus {
background-color: transparent;
  border-color: var(--s-black);
  color: var(--s-black);
  text-decoration:none;
}

.fw-bg-dark .grey-cta, .fw-bg-light .grey-cta,
.fw-bg-dark .grey-cta:active, .fw-bg-light .grey-cta:active{
background-color: var(--s-grey-f2);
  border-color: var(--s-grey-f2);
  color: var(--s-black);
  text-decoration:none;
}
form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea{        width: 100%!important;padding: 17.3px 22px;background:transparent;border:1px solid #464646;font-size:18px;}
form textarea{height:176px;}
form ::-webkit-input-placeholder { /* Edge */ color: #5C5C5C; }
form :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #5C5C5C; }
form ::placeholder { color: #5C5C5C; }
form .hs-form-field>label{font-size:18px;}

form .hs-form-field{margin-bottom:13px;}
form fieldset{max-width:100%!important;}
form fieldset.form-columns-2 .hs-form-field{width:48.3%!important;    margin-right: 3.3%;}
form fieldset.form-columns-3 .hs-form-field{width:31.1%!important;    margin-right: 3.3%;}
form fieldset.form-columns-2 .hs-form-field:last-child,form fieldset.form-columns-3 .hs-form-field:last-child{margin-right:0;}
form .hs-form-field .input{margin-right:0!important;}
form ul.inputs-list.multi-container { display: flex;align-items: center;flex-wrap: wrap; }
form ul.inputs-list.multi-container li { margin-right: 40px; }
form ul.inputs-list.multi-container li:last-child { margin-right:0px; }
form div.hs-form-field .input>ul>li>label { cursor: pointer; }
form .input ul.inputs-list li label input[type="radio"] { opacity: 0; display: none !important; }
form .input ul.inputs-list li label input[type="radio"]+span{display:block;padding-left: 33px; position: relative;}
form .input ul.inputs-list li label input[type="radio"]+span:before { top: 50%; transform: translateY(-50%);left:0;position:absolute; content: ''; background: #fff; display: inline-block; vertical-align: middle; width: 23px; height: 23px; padding: 2px; margin-right: 10px; text-align: center; border-radius: 50%; }
form .input ul.inputs-list li label input[type="radio"]:checked+span:before { background: #E73D2C; background-size: 14px; background-position: center center; border-radius: 50%; box-shadow: 0 0 0 6px #fff inset; }
form input.hs-button.primary.large {     margin-top: 12px;cursor:pointer;transition:all 0.5s ease;background: #e73d2c; padding: 14.5px; color: #fff; border: 1px solid transparent; text-transform: none; font-size: 16px; font-weight: 700; line-height: 1.5; text-transform: uppercase; max-width: 225px; display: block; width: 100%; margin:0 auto; }
form input.hs-button.primary.large:hover{background: transparent;    border: 1px solid #fff;}


/* Fields */

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

/* Labels */

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

/* Help text */

/* form legend {
  font-size: 0.875rem;
} */

/* Inputs */

/* form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

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

/* 

/* Submit button */

form input[type=submit],
form .hs-button {
    {
      {
      button_border
    }
  }

    {
      {
      button_spacing
    }
  }

    {
      {
      button_font.style
    }
  }

  ;

  background-color: {
      {
      button_bg_color
    }
  }

  ;

  border-radius: {
      {
      button_corner_radius
    }
  }

  ;

  color: {
      {
      button_font.color
    }
  }

  ;

  font-size: {
      {
      button_font.size~button_font.size_unit
    }
  }

  ;

  text-transform: {
      {
      button_text_transform
    }
  }

  ;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba( {
        {
        color_variant(theme.buttons.background.color.color, -40)|convert_rgb
      }
    }

    , {
        {
        theme.buttons.background.color.opacity / 100
      }
    }

  );

  border-color: {
      {
      color_variant(theme.buttons.border.border.top.color, -40)
    }
  }

  ;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba( {
        {
        color_variant(theme.buttons.background.color.color, 40)|convert_rgb
      }
    }

    , {
        {
        theme.buttons.background.color.opacity / 100
      }
    }

  );

  border-color: {
      {
      color_variant(theme.buttons.border_color.color, 40)
    }
  }

  ;
}

*/
/* Inputs - checkbox/radio */
/* 
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

/* Inputs - date picker */
/* 
.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */
/* 
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

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

/* Validation */

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

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

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

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

/* Captcha */

/* .grecaptcha-badge {
  margin: 0 auto;
} */

@media (max-width:1440px){
form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {  padding: 12.3px 22px; font-size: 16px; }
form textarea { height: 116px; }
}


@media (max-width:767px){
form ul.inputs-list.multi-container li { margin-right: 1%; width: 49%; }
form .input ul.inputs-list li label input[type="radio"]+span:before {width: 19px; height: 19px;}
form .input ul.inputs-list li label input[type="radio"]:checked+span:before { box-shadow: 0 0 0 5px #fff inset; }
}


@media (max-width: 640px){
form fieldset.form-columns-2 .hs-form-field,form fieldset.form-columns-3 .hs-form-field{width:100%!important;    margin-right: 0;}
form ul.inputs-list.multi-container li { margin-right:0; width: 100%; }
}

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

/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* Shared CSS Styles used on different modules, that don't fit into buttons, forms, typography, help or utilities
* 
*
 */
html {
  scroll-behavior: smooth;
}
  
/* TODO: Update BG Styles to your specific theme */

.fw-bg-white {
    background-color: var(--s-white);
}

.fw-bg-black {
    background-color: var(--s-black);
}

.fw-bg-grey {
    background-color: var(--s-grey-f5);
}

.fw-bg-black-grey {
  background-color: #262626;
}
.fw-bg-black-2 {
  background-color: #1a1a1a;
}
.fw-bg-grey-2 {
  background-color: #f2f2f2;
}
.fw-bg-grey-3 {
  background-color: #e6e6e6;
}

section.section-height {
  height: 100vh;
}
section.first-section-height {
  height: 100vh;
  padding-top:300px;
}
.hidden-tag{ visibility:hidden;font-size:1px;}
.fw-bg-light h1, .fw-bg-light h2, .fw-bg-light h3, .fw-bg-light h4, .fw-bg-light h5, .fw-bg-light h6, .fw-bg-light p, .fw-bg-light a, .fw-bg-light li, .fw-bg-light span, .fw-bg-light time{
color: var(--s-black);
}

.fw-bg-dark h1, .fw-bg-dark h2, .fw-bg-dark h3, .fw-bg-dark h4, .fw-bg-dark h5, .fw-bg-dark h6, .fw-bg-dark p, .fw-bg-dark a, .fw-bg-dark li, .fw-bg-dark span, .fw-bg-dark time{
color: var(--s-white);
}

.full-width {
    width: 100%;
    max-width: 100vw;
}

.v-small {
    padding-top: 24px;
    padding-bottom: 24px;
}

.v-medium {
    padding-top: 40px;
    padding-bottom: 40px;
}

.v-large {
    padding-top: 64px;
    padding-bottom: 64px;
}

.v-xl {
    padding-top: 96px;
    padding-bottom: 96px;
}

.arrow-circle {
    border: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    background: #efefef;
    justify-content: center;
    border-radius: 50%;
}
.arrow-circle-white-bg {
    border: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    background: var(--s-white);
    justify-content: center;
    border-radius: 50%;
    position: relative;
    left: 0;
    right:0;
    margin:10px auto;
}
.arrow-circle-grey-bg {
    border: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    background: #EFEFEF;
    justify-content: center;
    border-radius: 50%;
   margin:10px auto;
}

span.down {
    transform: rotate(
45deg);
    -webkit-transform: rotate(
45deg);
}
span.arrow {
    border: solid var(--s-black);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: relative;
    top: 0;
    left: 0;
}

.img-bg,.global-footer-cta.img-bg,.global-footer-template.img-bg {
    background-repeat:no-repeat; 
    background-size:cover; 
    background-position:center;
  }

@media screen and (min-width: 200px) {
    .v-small, {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .v-medium {
        padding-top: 24px;
        padding-bottom:24px;
    }

    .v-large {
        padding-top: 32px;
        padding-bottom:32px;
    }

    .v-xl {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media screen and (min-width: 1280px) {
    .v-small {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .v-medium {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .v-large {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .v-xl {
        padding-top: 120px;
        padding-bottom: 120px;
    }

}

@media screen and (min-width: 1940px) {
    .v-small {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .v-medium {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .v-large {
        padding-top: 132px;
        padding-bottom: 132px;
    }

    .v-xl {
        padding-top: 200px;
        padding-bottom: 200px;
    }

}

@media (max-width: 1600px){
section.first-section-height{ padding-top: 190px; }
}

@media (max-width: 1440px){
section.first-section-height{ padding-top: 160px; }
}

@media (max-width:1360px) {
section.first-section-height{ padding-top: 120px; }
}

@media (max-width: 1200px){
section.first-section-height,
section.section-height{
  height:auto;
  }
}

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

/* Utility Classes used across many different modules
* These are basic building blocks of components that are commonly used
*
 */
/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 18px;
    width: 3px;
   margin: -11px 0 0 -2px;
    padding: 1px;
    border-radius: 0;
  opacity: 1
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    position: absolute;
    z-index: 1;
    height: 18px;
    width: 2px;
    border: 0;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -2px;
    padding: 1px;
    border-radius: 0;
    opacity: 0.5;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    height: 18px;
    width: 1px;
   margin: -11px 0 0 -2px;
    padding: 1px;
    border-radius: 0;
}

#fp-nav.fw-color-light ul li .fp-tooltip{
color: var(--s-white);
}
#fp-nav.fw-color-light ul li a span{
  background-color:var(--s-white);
}
#fp-nav.fw-color-dark ul li .fp-tooltip{
color: var(--s-black);
}
#fp-nav.fw-color-dark ul li a span{
background-color:var(--s-black);
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
    max-width: 50px;
    overflow: unset;
    font-family: rig-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
}
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li:hover .fp-tooltip{ display: none;}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 15px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
/* 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;
  }
}

/* beautify ignore:end */

.reqData {
    display: block;
    text-align: center;
    padding: 40px 0px 30px;
    margin: 0px;
}
.reqData li {
    display: inline-block;
    list-style: none;
    border: 1px solid #000;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.blog-index {
   padding: 10px 0!important;
}
.blog-index__post-summary a {
    color: #000;
}
@media screen and (min-width: 1280px){
.blog-index__post--small {
    flex: 0 0 calc(88% / 3)!important;
    margin: 2%;
}
}