/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
 }


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

/* Responsive grid */

.row-fluid {
    width: 100%;
    *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 1rem;
}

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

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

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

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

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


  

html, body{
  overflow-x: hidden;
}

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

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

/* Paragraphs */

p {

}
em {
  color: #073763;
  font-style: italic;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {

}

/* Lists */

ul,
ol {

}

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
  max-width: 100%;
}


/* Figure */
figure {
  margin: 0;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.3s linear;
  white-space: normal;
  padding: 11px 44.5px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 100px;
  text-transform: none;
}

/* Button size */
button.uk-button-small,
.button.uk-button-small{
  padding: 8px 30px;
  font-size: 14px;
}

button.uk-button-large,
.button.uk-button-large{
  padding: 15px 52px;
  font-size: 20px;
}

/* Fill button */
.button.uk-button-primary{
  background: #007883;
  color: #ffffff;
  border: 2px solid #007883;
}

.button.uk-button-primary:hover,
.button.uk-button-primary:active{
  background: #FFC000;
  border-color: #FFC000;
  color: #ffffff;
}

/* Bordered button */
.button.uk-button-default{
  color: #007883;
  border: 2px solid #007883;
}

.button.uk-button-default:hover{
  background: #007883;
  color: #ffffff;
  border: 2px solid #007883;
}

/* Text button */
.button.uk-button-text{
  color: #007883;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.button.uk-button-text:hover {
  color: #007883;
}

.button.uk-button-text:hover::before{
  border-bottom: 1px solid #007883;
}

.button span{
  display: flex;
  align-items: center;
  justify-content: center;
}

.button span svg,
.button img{
  margin-left: 15px;
  transition: all 0.15s linear;
  height: 22px;
  fill: #007883;
}

.button.uk-button-text:hover span svg {
  fill: #007883;
}




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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

















/* Transition */


/* Box Shadow */

    
















/* Transition */


/* Box Shadow */



  
  
  
  
  
  
  
  /* 1. Colors */
  
  
  
  
  
  
  
  
  
    
  /* Fonts */
  
  
  
  /* Bodycopy */
  
  
  
  
  
  
  /* Link  */
  
  
  
  
  
  /* H1 */
  
  
  
  
  
  
  
  /* H2 */
  
  
  
  
  
  
  
  /* H3 */
  
  
  
  
  
  
  
  
  /* H4 */
  
  
  
  
  
  
  
  
  /* H5 */
  
  
  
  
  
  
  
  
  /* H6 */
  
  
  
  
  
  
  

  
  
  
  
  
  
  
  
  

  
  
  

  
/* Form Title  */







/* Form Style */





/* Form Input Style */
/* Label Style  */




/* Input Style  */






/* Input Style  */



/* Button Style  */





















    /* Fields */
    
    .hs-form-field {
      margin-bottom: 5px !important;
    }
    
    /* Labels */
    
    form {
      position: relative;
      z-index: 999;
    }
    
    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;
      padding: 14px 24px;
      width: 100%;
      line-height: 30px;
    
    }
    
    form input[type=checkbox],
    form input[type=radio] {
      cursor: pointer !important;
      width: 18px !important;
      height: 18px !important;
      padding: 0 !important;
      margin: 3px 5px !important;
      line-height: normal !important;
      border: 2px solid !important;
      border-color: rgba(220,223,232,1.0) !important;
      vertical-align: middle !important;
      background-color: rgba(255,255,255,1.0) !important;
      border-radius: 5px !important;
    }
    form input[type="checkbox"]:checked {
  background: yellow;
  margin:0px;
  position: relative;
  &:before {
    font-family: FontAwesome;
    content: '\f00c';
    display: block;
    color: grey;
    font-size: 13px;
    position: absolute;
  }
}

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

    
    /* Inputs - date picker */
    
    .hs-dateinput {
      position: relative;
    }
    
    .hs-dateinput:before {
      content:'\01F4C5';
      position: absolute;
      right: 10%;
      top: 50%;
      transform: translateY(-50%);
    }
    
    .fn-date-picker .pika-table thead th {
      color: #FFF;
    }
    
    .fn-date-picker td.is-selected .pika-button {
      border-radius: 0;
      box-shadow: none;
    }
    
    .fn-date-picker td .pika-button:hover,
    .fn-date-picker td .pika-button:focus {
      border-radius: 0 !important;
      color: #FFF;
    }
    
    /* Inputs - file picker */
    
    form input[type=file] {
      background-color: transparent;
      border: initial;
      padding: initial;
    }
    
    /* Headings and text */
    
    form .hs-richtext,
    form .hs-richtext p {
      font-size: 0.875rem;
      margin: 0 0 1.4rem;
    }
    
    form .hs-richtext img {
      max-width: 100% !important;
    }
    
    /* GDPR */
    
    .legal-consent-container .hs-form-booleancheckbox-display > span,
    .legal-consent-container .hs-form-booleancheckbox-display > span p {
      margin-left: 1rem !important;
    }
    
    /* Validation */
    
    .hs-form-required {
      color: #EF6B51;
    }
    
    .hs-input.invalid.error {
      border-color: #EF6B51;
    }
    
    .hs-error-msg {
      color: #EF6B51;
      margin-top: 0.35rem;
    }
    
    /* Submit button */
    
    form input[type=submit],
    form .hs-button {
      cursor: pointer;
      display: inline-block;
      text-align: center;
      transition: all 0.15s linear;
      white-space: normal;
    }
    
    /* Captcha */
    
    .grecaptcha-badge {
      margin: 0 auto;
    }
    
    form input {
      outline: none;
    }
    
    /* Button */
    .hs-button,
    input {
      appearance: none;
      -webkit-appearance: none;
      -ms-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      outline: none;
    }
    
    form {
      
      background-color: #FFFFFF;
      
      
      padding: 40px;

      
      
      
      border-radius: 20px
        
    }
    
    .form-title {
      font-family: Asap; font-style: normal; font-weight: 700; text-decoration: none;
      font-size: 27px;
      line-height: 42px;
      text-transform: none;
      letter-spacing: 0;
      margin-top: 0px;
margin-bottom: 0px;

    }
    
    form input:focus {
      outline: 0;
    }
    
    form input {
      appearance: none;
      -webkit-appearance: none;
      -ms-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      border: 0;
    }
    
    form .hs-button, form input[type="submit"] {
      box-shadow: none;
      border:0;
    }
    
    form label {
      font-family: Asap, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
      font-size: 18px;
      text-transform: none;
    }
    
    form input[type="email"], 
    form input[type="file"], 
    form input[type="number"], 
    form input[type="password"], 
    form input[type="tel"], 
    form input[type="text"], 
    form select, form textarea {
      background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
      font-family: Asap, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
      font-size: 18px;
      border-radius: 21px;
      border: 2px solid #007883;

      -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
    }
    
    form input::placeholder,
    form textarea::placeholder{
      color: #656565;
      font-weight: 400;
      Letter-spacing: -0.5px;
      font-size: 18px;
    }
    
    .hs-error-msg {
      font-family: Asap; font-style: normal; font-weight: 400; text-decoration: none;
      font-size: 16px;
    }
    
    form input[type="email"]:focus, 
    form input[type="file"]:focus, 
    form input[type="number"]:focus, 
    form input[type="password"]:focus, 
    form input[type="tel"]:focus, 
    form input[type="text"]:focus, 
    form select:focus, 
    form textarea:focus,
    form textarea:focus-visible{
      border-color: 

  
  
    
  

  rgba(0, 120, 131, 1.0)

;
      outline: 0;
    }
    
    form .hs-button, 
    form input[type="submit"] {
      font-family: Asap, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
      font-size: 18px;
      color: #FFF;
      text-transform: none;
      background-color: 

  
  
    
  

  rgba(0, 120, 131, 1.0)

;
      border-radius: 100px;
      padding-top: 13px;
padding-right: 43px;
padding-bottom: 13px;
padding-left: 43px;
;
      -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
      border: 1px solid #ffffff;
;
    }
    
    
    form .hs-button:hover, 
    form input[type="submit"]:hover {
      background-color: #FFC000;
      color: #ffffff;
      border-color: #FFC000;
    }
    
    
    @media only screen and (max-width: 767px) {
      form {
        padding:25px !important;
      }
    }
/* 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;
}

table th {
  font-family: Asap, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #007883; 
  font-size: 16px;
  padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;

  border: 1px solid #fffff;

}

table td {
  font-family: Asap, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #007883; 
  font-size: 16px;
  border: 1px solid #ffffff;

  padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;


}
/* @import url('http://example.com/example_style.css'); */

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

















/* Transition */


/* Box Shadow */

    /*****************************************/
    /* Start your style declarations here    */
    /*****************************************/
    .pillar-jump-main {
      position: relative;
    }
    
    .pillar-jump-main ul li::before {
      display: none;
    }
    
    .pillar-jump-main ul li {
      padding-left: 0;
    }
    
    .pillar-nav-inner {  
      position: relative;
      top: 13px;
      left: 0px;  
      margin: 0;  
      list-style: none; 
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
    }
    
    
    #nav {
      position: relative;
      width: 270px; 
      float:left;
      padding-left: 0;
      -webkit-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);;
      -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
    }
    
    .pillar-jump-main.v-menu-show #nav {
      opacity: 1;
      visibility: visible;
      position: fixed;
      top: 150px;
    }
    
    .pillar-jump-main.v-menu-hide #nav {
      opacity: 0;
      visibility: hidden;
    }
    
    
    #nav li {   
      transition: all ease 0.3s;
      margin-bottom: 0;  
      width:100%;
      float: right;
      clear: both;
      position: relative;
      display: block;
    }
    
    .nav-visible {
      display: block;
    }
    
    #nav a {
      display: inline-block;
      padding: 15px 20px;
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 400;
      color: #007883;
    }
    
    /* .pillar-nav-inner{
    background-color: #fff;
    
    
    } */
    
    ul.pillar-nav h5 {
      color: #fff;
      background-color: #007883;
      padding: 15px 20px;
      margin-bottom: 0;
    }
    
    .pillar-nav-inner a {	
      position: relative;
      z-index: 1;
      color: ;
      font-size: 16px;  
      padding: 15px 20px;
      width: 100%;
      -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
      border-bottom: 1px solid #e4e4e4;
    
    }
    
    .pillar-nav-inner li:hover a,
    .pillar-nav-inner li:focus a{ 
      color: #007883;
    }
    
    #nav li.active-pillartab a {
      color: #007883;
    }
    
    .pillar-jump-end {  
      height: 1px;
    }
    
    /* .pillar-jump-main.pnav_right #anchormenu {
    left: initial;
    right: 15px;
    }
    
    .pillar-jump-main.pnav_right #anchormenu li {
    float: right;
    clear: both;
    }
    
    .pillar-jump-main.pnav_left #anchormenu li {
    float: left;
    clear: both;
    } */
    
    .pillar-tab-description-main {
      padding-left: 70px;
    }
    
    /* Responsive CSS */
    @media only screen and (max-width: 1024px) {
      #nav,
      .pillar-jump-main.v-menu-show #nav{
        width: 170px;
      }
    
      .pillar-tab-description-main {
        padding-left: 30px;
      }
    
    }
    
    @media only screen and (max-width: 767px) {
      #anchormenu a {
        font-size: 14px;
      }
    
      #nav, .pillar-jump-main.v-menu-show #nav {
        width: 100%;
        position: static;
      }
    
      .pillar-nav-inner {
        float: left;
        width: 100%;
        margin-bottom: 30px;
      }
    
      .pillar-tab-description-main {
        padding-left: 0px;
      }
    }

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


















/* Transition */


/* Box Shadow */



.header{
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 16px 48px rgb(0 0 0 / 8%);
  z-index: 1111;
  background-color: #ffffff;
}

.rp-placeholder-header {
  float: left;
  width: 100%;
}

.header .header-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1400px;
  padding: 10px 32px;
  margin: 0 auto;
}

.header .nav-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;

}


.header .menu-btn {
  display: none;
}

.header .logo-conatiner{
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Navigation starts here */
.hs-menu-wrapper ul {
  list-style: none;
}

.header .hs-menu-wrapper > ul{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding:0;
}

.header ul a,
.header ul a:hover {
  text-decoration: none;
}

.header .hs-menu-depth-1 {
  position: relative;
  transition: all 0.5s;
}

.header .hs-menu-depth-1 > a:link,
.header .hs-menu-depth-1 > a:visited{
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  font-weight: 400;
  font-size: 16px;
  line-height: 70px;
  letter-spacing: -0.5px;
  color: #007883;
}

.header .hs-menu-children-wrapper {
  border-radius: 8px;
  border: 1px solid #f4f4f4;
}

.header .hs-menu-children-wrapper li:first-child,
.header .hs-menu-children-wrapper li:first-child a{
  border-radius: 8px 8px 0 0;
}

.header .hs-menu-children-wrapper li:last-child,
.header .hs-menu-children-wrapper li:last-child a {
  border-radius: 0 0 8px 8px;
}

.header .hs-menu-depth-1 > a:hover,
.header .hs-menu-depth-1 > a:active{
  color: #007883;
}



.header ul .hs-menu-children-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  padding: 0;
  -webkit-box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    -o-box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    -ms-box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);;
  margin: 0 -100px;
}

.header .hs-menu-item .hs-menu-children-wrapper {
  margin: 0;
  padding: 0 !important;
}

.header .hs-menu-children-wrapper .hs-menu-item > a {
  display: flex;
  background-color: #ffffff;
  color: #666;
  padding: .3rem 0.5rem;
  font-size: 18px;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
}

.header .hs-menu-children-wrapper .hs-menu-item > a:hover,
.header .hs-menu-children-wrapper .hs-menu-item > a:active{
  color: #3452ff;
}


/* .header .hs-menu-children-wrapper .hs-menu-item:not(:last-child){
border-bottom: 1px solid #666;
} */


.header .hs-menu-children-wrapper .hs-menu-item {
  position: relative;
  background-color: #f9f3f3;
}

.header .hs-menu-children-wrapper .hs-menu-children-wrapper{
  top: 0;
  left: 100%;
  padding-left: 12px;
  cursor: pointer;
  transform: translateX(10px);
}


.header .hs-menu-item:hover > .hs-menu-children-wrapper{
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}


/* humburger menu */
.header .hamburger-menu-container{
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.header .hamburger-menu{
  width: 32px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .hamburger-menu div{
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #666;
  position: relative;
  z-index: 1001;
  transition: .5s;
}


.header .hamburger-menu div::before,
.header .hamburger-menu div::after{
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #666;
  border-radius: 3px;
  transition: .5s;
}

.header .hamburger-menu div::before{
  transform: translateY(-9px);
}

.header .hamburger-menu div::after{
  transform: translateY(9px);
}

.header #check{
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 32px;
  height: 50px;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}

.header #check:checked ~ .hamburger-menu-container .hamburger-menu div{
  background-color: transparent;
}

.header #check:checked ~ .hamburger-menu-container .hamburger-menu div::before{
  transform: translateY(0) rotate(-45deg);
}

.header #check:checked ~ .hamburger-menu-container .hamburger-menu div::after{
  transform: translateY(0) rotate(45deg);
}

.drop-arrow {
  margin-left: 5px;
}

.header .hs-menu-children-wrapper .hs-item-has-children .drop-arrow i {  
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.header .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  color:#ffc000;
  background-color: #fafafa;  
}

.header .hs-menu-wrapper li:not(.hs-menu-depth-1):hover > a, 
.header .hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1):hover > a {
  color:#ffc000;
  background-color: #fafafa;  
}

.header .hs-menu-wrapper li.hs-menu-depth-1:hover > a {
  color:#ffc000;
}

.drop-arrow {
  font-size: 12px;
}

.header .hs-menu-item .hs-menu-children-wrapper {
  background-color: #fff;
  padding: 12px 0 !important;

}

.header .hs-menu-children-wrapper li {
  padding: 0 12px;
  background-color: #fff !important;
}

/* Header Search CSS */
.uk-modal-full {
  z-index: 11111;
}

.uk-search {
  padding: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #D8D8D8;
}

.uk-search-large .uk-search-input {
  color: #007883;
}

.uk-close {  
  color: ;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.uk-close svg {
  width: 24px;
}

.uk-close:hover {
  color: #007883;
}
.uk-navbar-toggle svg path {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.uk-navbar-toggle:hover svg path {
  stroke: #007883;
}


/*  Language CSS */
.lang_list_class{
  width: 180px;
  top: 25px !important;
  padding: 10px 0 0 !important;
}


.lang_list_class:after, 
.lang_list_class:before{
  margin-left: -9px !important;
}


.globe_class {  
  background-image: none !important;
  width: 24px !important;
  height: 24px !important;  
}

.lang_switcher_link {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;  
}

.globe_class::before,
.globe_class::after {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;  
}

.globe_class::before {
  position: absolute;
  content:"";
  background-image: url(https://4057429.fs1.hubspotusercontent-na1.net/hubfs/4057429/Orphic-2022/Icons/language-icon.svg);  
}

.lang_list_class{
  width: 180px;
}


.lang_list_class li a:hover {
  color: #007883 !important;
}

.lang_list_class li:first-child {
  border-top: 1px solid  #d8d8d8 !important;
  border-radius: 8px 8px 0 0;
}

.lang_list_class li:last-child  {
  border-bottom: 1px solid  #d8d8d8 !important;
  border-radius: 0 0 8px 8px;
}

.lang_list_class li {
  border-color: #d8d8d8 !important;
}

.lang_list_class::before {
  border-bottom-color: #d8d8d8 !important;
}

.lang_list_class li {
  text-align: center;
}

.lang_list_class li a {
  padding: 5px 12px;  
  border-radius: 6px;
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.lang_list_class li {
  padding-bottom: 0 !important;
}

.lang_list_class li:last-child {
  padding-bottom: 15px !important;
}

.lang_list_class li a:hover {
  background-color:#fafafa;  
}

/* .globe_class::after {
  position: absolute;
  content:"";
  background-image: url(https://4057429.fs1.hubspotusercontent-na1.net/hubfs/4057429/Lagom-2022/Icons/theme-green-color-language-icon.svg);
  opacity: 0;
} */

.lang_switcher_class {	
  margin-top: 6px;
  padding: 0 15px 0 20px;
}

.globe_class:hover::before {
  opacity: 0.8;
}

.globe_class:hover::after {
  opacity: 1;
}

.uk-button.menu-button {
  margin-left: 20px;
}

/* Header Search CSS */
.uk-search.uk-search-large {
  box-shadow: none;
  border: 0;
}

.uk-search-large .uk-search-input {
  height: initial;
  background: 0 0;
  font-size: 24px;
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 5px;
  line-height: 28px;
  padding: 15px 0;
  text-align: left !important;
  font-family: Asap;
}

.search__info {
  font-weight: 600;
}

.hamburger-menu-container .lang_switcher_class {
  display: none;   
}

.nav-btn .lang_switcher_class {
  display: inline-block;
}

.nav-btn .uk-navbar-toggle {
  display: flex;
}

.hamburger-menu-container .uk-navbar-toggle {
  display: none;
}



/* Menu Button */

.uk-button.menu-button{
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
  margin-left: 12px;
}



/* MEDIA QUERY FOR RESPONSIVE */
@media (max-width: 1200px){

  .header .hs-menu-depth-1 > a{
    padding: 0 10px;
  }
}


@media (max-width: 1199px){

  .header-container{
    padding: 0 28px;
  }

  .header .hamburger-menu-container{
    display: flex;
  }

  .header #check{
    display: block;
  }

  .header .nav-btn{
    position: absolute;
    height: calc(100vh - 70px);
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: .65s;
    padding: 20px;

  }


  .header .hs_cos_wrapper{
    width: 100%;
  }


  .header .drop-down-btn{
    display: block;
  }

  .header .hs-menu-item a.active .drop-down-btn::before {
    left: -5px;
    transform: rotate(45deg);
  }
  .header .hs-menu-item a.active .drop-down-btn::after {
    left: 5px;
    transform: rotate(-45deg);
  }

  .header .hs-menu-children-wrapper .drop-down-btn{
    transform: rotate(0deg);
  }

  .header #check:checked ~ .nav-btn{
    transform: translateX(0);
  }

  .header .hs-menu-wrapper{
    flex: initial;
    width: 100%;
  }

  .header .hs-menu-wrapper > ul{
    flex-direction: column;;
  }

  .header .hs-menu-item{
    width: 100%;
  }

  .header .hs-menu-item > a{
    line-height: 1;
    padding: 20px;
  }

  .header .hs-menu-item:not(:last-child){
    border-bottom: 1px solid #DFDFDF;
  }


  .header .hs-menu-depth-1:hover > a::after,
  .hs-menu-depth-1:hover > a::after{
    width: 0;
  }

  .header .hs-menu-depth-1 > a::after{
    width: 0%;
    bottom: 0;
    height: 0;
    display: none;
  }

  .header .hs-menu-children-wrapper {
    position: relative;
    top: 100%;
    max-height: 0;
    opacity: 0;
    transition: all 0.4s;
    border-radius: 8px;
    overflow: hidden;
    top: 100%;
    z-index: 100000;
    width: 100%;
    transform: translateY(0px);
  }

  .header .hs-menu-children-wrapper .hs-menu-children-wrapper{
    top: 100%;
    left: 0;
    padding-left: 0px;
    transform: translateX(0px);
    width: 95%;
    margin: 0 auto;
  }

  .header .hs-menu-children-wrapper .hs-menu-item > a{
    padding: 20px;
  }

  .header .hs-menu-item a.active  + .hs-menu-children-wrapper{
    max-height: calc(100vh - 84.200px);
    opacity: 1;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    transform: translateY(0px);
  }


  .btn-outline,
  .btn-outline:link,
  .btn-outline:visited {
    margin: 12px 0;
  }

  .header .menu-btn{
    flex: initial;
    width: 100%;
    padding: 12px;
    justify-content: flex-start;
  }

  .select-box .options-conatiner {
    position: static;
  }


  .header ul .hs-menu-children-wrapper {
    position: relative;    
    overflow: initial;
    transform: none;
    left: initial;
    max-height: initial;
    box-shadow: none;
    top: initial;    
    display: none;

  }

  .header ul .hs-menu-children-wrapper {
    width: 100%;
  }  

  .header ul .hs-menu-children-wrapper.show-child-menu{
    visibility: visible !important;
    opacity: 1 !important;
    display: block;

  }

  .header .hs-menu-children-wrapper .hs-menu-children-wrapper{
    top: 0;
    left: 100%;
    margin: 0;  
    cursor: pointer;
    transform: translateX(10px);
  }

  .drop-arrow i,  
  .header .hs-menu-children-wrapper .hs-item-has-children .drop-arrow i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
  }

  .drop-arrow.roate-arrow i,
  .header .hs-menu-children-wrapper .hs-item-has-children .drop-arrow.roate-arrow i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }

  .drop-arrow {    
    position: absolute;
    right: 0;
    z-index: 11;
  }

  /*  Manu Button  */
  .uk-button.menu-button{
    width: 100%;
    margin: 0;
  }

  .header .nav-btn {
    display: none;
  }

  .header .nav-btn.show-drop-menu {
    display:flex;
  }

  .header .nav-btn {
    border-top: 1px solid #efefef;
    padding-top: 5px;
  }

  .header .hs-menu-children-wrapper {    
    border: 0;
  }

  .header .hs-menu-children-wrapper .hs-menu-children-wrapper {
    width: 100%;
    position: relative;
    top: auto;
    left: 0;
    padding-left: 0;
    transform: translateX(0);    
    margin: 0 auto;
  }

  .header .hs-menu-children-wrapper li:first-child, .header .hs-menu-children-wrapper li:first-child a {
    border-radius: 0;
  }

  .header .hs-menu-children-wrapper li:last-child, .header .hs-menu-children-wrapper li:last-child a {
    border-radius: 0;
  }

  .header .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper,
  .header .hs-menu-children-wrapper li{
    padding: 0 !important;
  }

  .header .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover,
  .header .hs-menu-wrapper li:not(.hs-menu-depth-1):hover > a{   
    background-color: #fff;
  }


  .header ul .hs-menu-children-wrapper {
    left: 0;
  }

  /* Language CSS   */
  .nav-btn .lang_switcher_class {
    display: none;
  }

  .hamburger-menu-container .lang_switcher_class {
    display: inline-block;
  }

  .hamburger-menu-container .lang_switcher_class {	
    float: right;
    margin-top: 0;
    margin-right: 10px;
  }  

  .nav-btn .uk-navbar-toggle {
    display: none;
  }

  .hamburger-menu-container .uk-navbar-toggle {
    display: flex;
    margin-right: 10px;
    padding-left: 0;
    min-height: initial;
  } 

  .hamburger-menu-container .uk-navbar-toggle svg{
    width: 28px;
  }

  .header .header-container {
    padding: 10px 20px;
  }

  .header #check {
    right: 14px;
  }

  .header ul .hs-menu-children-wrapper {
    left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .uk-search-large .uk-search-input {
    font-size: 22px;    
    line-height: 26px;
    padding: 10px 0;    
  }

  .hamburger-menu-container .uk-navbar-toggle svg {
    width: 34px;
  }  
}

















/* Transition */


/* Box Shadow */


















/* Transition */


/* Box Shadow */



  
  
  
  
  
  
  
  /* 1. Colors */
  
  
  
  
  
  
  
  
  
    
  /* Fonts */
  
  
  
  /* Bodycopy */
  
  
  
  
  
  
  /* Link  */
  
  
  
  
  
  /* H1 */
  
  
  
  
  
  
  
  /* H2 */
  
  
  
  
  
  
  
  /* H3 */
  
  
  
  
  
  
  
  
  /* H4 */
  
  
  
  
  
  
  
  
  /* H5 */
  
  
  
  
  
  
  
  
  /* H6 */
  
  
  
  
  
  
  

  
  
  
  
  
  
  
  
  

  
  
  

  
/* Form Title  */







/* Form Style */





/* Form Input Style */
/* Label Style  */




/* Input Style  */






/* Input Style  */



/* Button Style  */





















/* Footer CSS */

.rp-footer-top .footer-content-wrapper{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;

}
.social-items span{
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-items svg {
  width: 18px;
  height: 18px;
}

.social-items svg path {
  fill: #007883;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.social-items:hover svg path {
  fill: #ffffff;
}

.social-items:hover {
  background: #007883;
}

.rp-footer-inner {
  display: flex;
  flex-wrap: wrap;
}

.rp-footer-left {
  width: 50%;
  margin-bottom: 40px;
}

.rp-footer-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.footer-col li.hs-menu-item{list-style:none;}
.rp-footer-right .footer-col {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 25px;
}

.footer-nav-wrap ul {
  padding-left: 0;
}

.rp-footer-right .hs-menu-children-wrapper {
  padding-left: 15px;
  list-style: initial;
}

.rp-footer-right .drop-arrow {	
  display: none;
}

.rp-footer-logo {
  margin-bottom: 30px;
}

.rp-footer-copytext {
  margin-bottom: 30px;
  max-width: 50%;
}

.rp-footer-social-media {
  display: flex;
  flex-wrap: wrap;
}

.social-items {
  width: 35px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  border: 1px solid #007883;
  border-radius: 50%;
  background: #ffffff;
}

.footer-col h6 {
  margin-bottom: 20px;
  color: #007883;
  font-weight: 600;
  letter-spacing: -0.2px;
  font-size: 22px;
}

.footer-col .hs-menu-item {
  margin-bottom: 10px;
}

.footer-col .hs-menu-item a {
  color: #007883;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
  font-weight: 400;
  letter-spacing: -0.2px
}

.footer-col .hs-menu-item a:hover {
  color: #ffc000;
}

.rp-footer {
  float: left;
  width: 100%;
}

.rp-footer-top {
  padding-top: 90px;
  background-color: ;
}

.rp-footercopyright {
  padding: 30px 0;
  border-top:1px solid rgba(190, 194, 207, .3);
  background-color: ;
}

.text-white .footer-col .hs-menu-item a {
  color: rgba(255,255,255,0.7);
}

.text-white .footer-col .hs-menu-item a:hover {
  color: #ffc000;
}

.social-items {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.social-items:last-child {
  margin-right:0;
}

/*  Responsive CSS */
@media only screen and (max-width: 991px) {
  .rp-footer-left {
    width: 40%;
  }

  .rp-footer-right {
    width: 60%;
  }

  .rp-footer-copytext {   
    max-width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .rp-footer-left {
    width: 1000%;
  }

  .rp-footer-right {
    width: 100%;
  }

  .rp-footer-copytext {
    margin-bottom: 20px;
  }

  .rp-footer-right .footer-col {
    width: 100%;
    padding: 0;
  }

  .footer-col h6 {
    margin-bottom: 15px;
  }

  .rp-footercopyright {
    padding: 30px 0;
  }

  .rp-footer-copytext {
    max-width: 100%;
  }

  .rp-footer-inner {
    text-align: center;
  }

  .rp-footer-social-media {
    justify-content: center;
  }

  .social-items {
    justify-content: center;
  }
}

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

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

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

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