/* Theme base styles */

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

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


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}
/* Ridhi css */
.container {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 10px;
}
.header-top{
    background-color: #F7F2F2;
}
.commerce-iq {
  
    padding-top: 34px;
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 34px;
}
.commerce-icon {
    width: 10%;
}
.commerce-menu {
    width: 70%;
}
.commerce-btn {
    width: 20%;
}
.commerce-iq {
    display: flex;
}
li {
    display: inline;
}


.commerce-menu-li a {
    color: #1A1717;
    text-align: center;
    padding: 14px 15px;
    margin: 6px 7px;
    text-decoration: none;
}
.try-btn button {
    background: #f7f2f2;
    border: 1px solid #7800f2;
    color: #7800f2;
    height: 57px;
    width: 185px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-items: center;
}

                                                             /* use automation css */
.auto-left-heading-parent {
    display: flex;
    flex-wrap: wrap;
}
.auto-parent {
    display: flex;
}
.auto-child-right {
    width: 50%;
}
.auto-child-left {
    width: 50%;
}
 
.auto-left-heading-right h2 {
    /* font-size: 56px; */
    /* font-family: Proxima Nova; */
    /* font-size: 56px; */
    /* font-weight: 600; */
    /* line-height: 67px; */
    /* letter-spacing: 0px; */
    /* text-align: left; */

    
    font-weight: 400;
    letter-spacing: 0;
    line-height: 67px;
    text-align: left;
    color: #1A1717;
      font-size: 44px;

}
span.left-head {
    font-family: Proxima Nova;
    font-size: 56px;
    font-weight: 400;
    line-height: 67px;
    letter-spacing: 0px;
    text-align: left;
    color: #7800F2;
}
.auto-parent {
    display: flex;
    padding-top: 30px;
    padding-bottom: 18px;
}
.auto-left-pera p {
    /* position: absolute; */
    width: 100%;
    height: 210px;
    left: 120px;
    top: 110px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #2B2929;
    opacity: 0.8;
   
}
.auto-left-button-parent {
    display: flex;
}
.auto-left-button-parent-right {
    margin-right: 1px;
    margin-left: 40px;
    margin-top: 0px;
}

button.btn-1, button.btn-1 h2 {
    /* font-family: Proxima Nova; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    margin-top: 14px;  
}

button.btn-1 {
    background-color: #7800F2;
    border: none;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    display: flex;
    color: #FFFFFF;
}
button.btn-1 img {
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 10px;
}
 
 

.automation-main {
    padding-bottom: 80px;
  padding-top: 130px;
}
.erro-box {
    display: flex;
}
.erro-img {
    height: 26px;
    width: 24px;
}
.erro-img img {
    width: 100%;
  height: 100%;
}




 
.auto-left-parent {
    width: 50%;
}
.auto-right {
    width: 50%;
}
.auto-left-parent {
    width: 50%;
    display: flex;
}
.ato-line-img {
    margin-bottom: 300px;
    width: 20%;
}
.disputes-heaging h2 {
    width: 488px;
    height: 0px;
   
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 0%;
    color: #1A1717;
    /* flex: none; */
    /* order: 0; */
    /* flex-grow: 0; */
}
.disputes-pera p {
    /* width: 488px; */
    height: 120px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2B2929;
    opacity: 0.8;
    padding-right: 54px;
}
.dispute-right-img img {
    width: 100%;
}

                                                   /* Auto_Disputes css */
 
.shortage-auto-left-parent {
    width: 50%;
}
.shortage-auto-right {
    width: 50%;
}
.shortage-auto-left-parent {
    width: 50%;
    display: flex;
}
.shortage-ato-line-img {
    margin-bottom: 300px;
    width: 20%;
}
.shortage-disputes-heaging h2 {
    width: 488px;
    height: 0px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 0%;
    color: #1A1717;
    /* flex: none; */
    /* order: 0; */
    /* flex-grow: 0; */
}
.shortage-disputes-pera p {
    /* width: 488px; */
    height: 120px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2B2929;
    opacity: 0.8;
    padding-right: 85px;
}


                                                     /* shortage_control css */

.control-main {
    padding-top: 80px;
    padding-bottom: 80px;
}

.control-heading h2 {
    /* position: absolute; */
    display: flex;
    width: 1200px;
    height: 52px;
    left: 120px;
    top: 1701px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    color: #1A1717;
}
.control-parent {
    display: flex;
   
}
.control-left-parent {
    width: 50%;
}
.control-right {
    width: 50%;
}
.control-left-parent {
    width: 50%;
    display: flex;
}
.control-line-img {
    margin-bottom: 300px;
    width: 20%;
}
.control-heaging h2 {
    width: 488px;
    height: 0px;
  
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 0%;
    color: #1A1717;
    /* flex: none; */
    /* order: 0; */
    /* flex-grow: 0; */
}
.control-pera p {
    /* width: 488px; */
    height: 120px;
   
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2B2929;
    opacity: 0.8;
    padding-right: 74px;
}
.control-right-img img {
    width: 100%;
}



                                                            /* What Our Clients Are Saying */

                                                   
  .saying-main 
{
 background: #F7F2F2;
 padding: 120px 0 60px;;
 }                                                  
                                                   
                                                  
.saying-heading h2 {
    display: flex;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #1A1717;
}
.saying-parent {
    display: flex;
}
.saying-left {
    width: 33.33%;
}
.saying-right {
    margin-left: 0;
    width: 66.66%;
}
.left-div-parent {
    display: flex;
}
.left-div-parent {
    display: flex;
    margin-left: 30px;
    padding-top: 30px;
}
.saying-left-div {
    background-color: #A6FAE8;
    margin-bottom: 10px;
    width: 466px;
    height: 400px;
}
.left-div-img {
    width: 5%;
}
.left-div-img {
    width: 5%;
    padding-top: 17px;
}
.left-div-heading {
    width: 95%;
    margin-left: 4px;
}
.left-div-heading h2 {
    color: #2b2929;
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 22px;
    letter-spacing: .3px;
    line-height: 140%;
    width: 92px;
    padding-top: 26px;
}
.left-div-pera {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 15px;
}            
.left-div-pera p {
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #1A1717;
}                 
.left-div-name {
   
    padding-left: 30px;
    padding-right: 194px;
}   
.left-div-name h2 {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2B2929;
}
.left-div-span {
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 176px;
    padding-bottom: 32px;
}
.left-div-span span {
    font-family: Proxima Nova;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #2B2929;
}
.saying-left-img img {
    width: 100%;
}
.saying-left-img {
    width: 466px;
    height: 312px;
}
.saying-left-btn {
    width: 466px;
    margin-top: 74px;
}
.saying-left-btn button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px;
    gap: 10px;
    width: 466px;
    height: 87px;
    left: 120px;
    top: 3990px;
    background: #7800F2;
    border: none;
}
.saying-left-btn span {
    width: 315px;
    height: 24px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
.saying-rt-img img {
    width: 100%;
    height: 100%;
}
.helpful_heading {
    display: flex;
    width: 321px;
    height: 52px;
    /* left: 120px; */
    /* top: 4290px; */
}


                                                                              /* Regian menu */


.home-menu-list {
    display: flex;
    padding-left: -48px;
    margin-left: -16px;
    width: 100%;
}


                                                                               /* helpful resource css */



.helpful.heading {
    width: 100%;
}
.helpful.heading h2 {
    font-family: 'antarcticaextra_light' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #1A1717;
    margin-bottom:40px;
}


.helpful_white {
    width: 31%;
}
.helpful_skyblue {
    width: 32%;
}
 
.helpful_white {
    background: #F7F2F2;
    /* display: flex; */
   
    height: 291px;
    /* left: 0px; */
    /* top: 0px; */
      margin-right: 20px;
}
.helpful_skyblue {
    background: #33CCCC;
   
    height: 291px;
    /* left: 406px; */
      margin-right: 20px;
}
.helpful_black 
{
    height: 291px; 
    background: #1A1717;
}
.white_parent {
    display: flex;
}
.white_pera {
    margin-left: 30px;
    margin-top: 17px;
    width: 351px;
    height: 137px;
  
}
.white_peraa {
    margin-left: 30px;
    margin-top: 17px;
    width: 351px;
    height: 137px;
  
}
.white_parent_child_one {
    width: 10%;
}
.white_parent_child_one {
    width: 10%;
    margin-left: 30px;
    margin-top: 34px;
}
.white_parent_child_two {
    width: 37px;
    height: 22px;
    margin-top: 41px;
}
.white_parent_child_tw {
    width: 37px;
    height: 22px;
    margin-top: 41px;
}
.white_parent_child_tw h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.3px;
    color: #FFFFFF;

}
.white_parent_child_two h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.3px;
    color: #2B2929;

}
.white_pera p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #1A1717;
}
.white_peraa p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}
.btn-pre {
    display: flex;
}
.btn-per-one h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #7800F2;
}
.btn-per-onee h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #A6FAE8;
}
.btn-per-one {
    width: 165px;
    height: 21px;
}
.btn-pre {
    display: flex;
    margin-left: 30px;
}
.btn-per-two {
    width: 5px;
    height: 10px;
}
.btn-per-one {
    height: 21px;
    width: 165px;
    margin-top: 9px;
}
.btn-per-onee {
    height: 21px;
    width: 165px;
    margin-top: 9px;
}
.btn-pre-read {
    width: 100%;
}
.btn-pre-read-box {
    /* display: flex; */
    width: 375px;
    background-color: #7800F2;
    justify-content: center;
    display: flex;
    margin-left: 35%;
}
.btn-per-one-read h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 31px;
    /* flex: none; */
    /* order: 0; */
    /* flex-grow: 0; */
}

















/* Desktop layout */

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

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

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

/* setting up the global values for use throughout the page to match the prototype provided by client */
:root {
  --lightPurple: #7800f2;
  --darkPurple: #330066;
  --lightBlue: #a6fae8;
  --darkBlue: #33cccc;
  --errorOrange: #ff4700;
  --buttonDefaultBackground: var(--lightPurple);
  --buttonDefaultHoverBackground: var(--darkPurple);
  --buttonDefaultPressedBackground: #490192;
  --buttonDefaultDisabledBackground: #dedbd9;
  --buttonSecondaryDefaultColor: var(--lightPurple);
  --buttonSecondaryHoverBackground: var(--lightPurple);
  --buttonSecondaryPressedBackground: rgba(120, 0, 242, 0.7);
  --buttonSecondaryDisabledBackground: #dedbd9;
}
html {
  scroll-behavior: smooth;
}
/* * {
  font-family: Antarctica;
} */
h1 {
  font-family: Antarctica;
  font-size: 56px;
  font-weight: light;
}
h2 {
  font-family: Antarctica;
  font-size: 40px;
  font-weight: light;
}
h3 {
  font-family: Antarctica;
  font-size: 32px;
  font-weight: light;
}
h4 {
  font-family: Antarctica;
  font-size: 20px;
  font-weight: medium;
}

.input input {
  color: #fff !important;
  caret-color: white;
}

/* .accent-text {
  font-family: Antarctica;
  font-size: 20px;
  font-weight: light;
  color: #2b2929;
  /* text opacity 80% */
} */

.body-text {
  font-family: Antarctica;
  font-size: 16px;
  font-weight: light;
  /* text opacity 80% */
}
.body-small {
  font-family: Antarctica;
  font-size: 14px;
  font-weight: regular;
  /* text opacity 80% */
}
.button {
  font-family: Antarctica;
  font-size: 14px;
  font-weight: Medium;
}

/*  */
.conaitner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 10px;
}
.drop-icons {
  padding-right: 25px;
  padding-top: 10px;
}
/* .helpful_white:nth-child(3) .white_pera p {
    color: #fff;
} */
.cal-mod {
  background-color: #f7f2f2;
  padding-top: 90px;
  padding-bottom: 80px;
}
.cal-left {
  flex: 0 0 60%;
  max-width: 60%;
  width: 60%;
  position: relative;
}
.cal-right-inner {
  background: #fff;
  border: 1px solid #7800f2;
  padding: 40px;
  margin-right: 30px;
}

.cal-dep {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(43, 51, 59, 0.15);
  padding: 40px;
  text-align: center;
}
.cal-right {
  width: 40%;
  max-width: 40%;
  flex: 0 0 40%;
}
.text-ct-img h3 {
  font-weight: 400 !important;
  font-size: 32px;
  color: #1a1717;
  margin-bottom: 10px;
}
.image-fixed-section .container .split-box .left .text-content .item {
  align-items: flex-start !important;
  padding-top: 0 !important;
  flex-direction: unset !important;
}

.navigation-sec ul {
  padding: 0;
}
.gtm-set {
    padding-left: 16px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'antarcticalight'!important;
}
.gtm-set p {
  margin-bottom: 0 !important;
  font-family: "antarcticalight" !important;
  font-weight: 400 !important;
  line-height: 22px;
}
.say-title {
  display: flex;
  align-items: baseline;
}
.form-tp form .hs_submit.hs-submit input.hs-button.primary.large {
  background: #33cccc !important;
  padding: 20px !important;
  height: 100% !important;
  border-radius: 0 !important;
}
.navigation-sec ul li {
  padding-right: 10px;
}
.rs-header h1 {
  font-family: "antarcticaextra_light" !important;
  font-weight: 700 !important;
  font-size: 40px;
  line-height: 130%;
  color: #1a1717;
  margin-bottom: 24px;
}
.form-content {
  width: 80%;
}

.form-tp form .input input {
  background-color: #306;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
}

.form-tp form .input input::placeholder {
  color: #a7a2a2 !important;
}

.from-left {
  display: flex;
  align-items: center;
}
.saying-bt-img {
  padding: 22px 0;
  height:400px;
}
.cir-btn2 a.cir-btn {
  color: #7800f2 !important;
}
.say-heading h2 {
  color: #1a1717;
  font-size: 40px;
  font-weight: 700 !important;
  margin-bottom: 24px;
  font-family: "antarcticaextra_light" !important;
}
/* .helpful_white:nth-child(3) h2 {
    color: #fff;
} */
.form-content p {
  color: #fff;
  font-family: "antarcticalight" !important;
  font-size: 16px;
  font-weight:400;
  line-height: 24px;
}
.form-content h2 {
  color: #fff;
  font-family: "antarcticaextra_light" !important;
  font-weight:700 !important;
}
.saying-rt-img img {
  height: 820px !important;
  width: 100%;
  object-fit: cover;
}
.sayt-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sayt-des {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #2b2929;
  margin-top: 10px;
}
.saying-bt-img {
  padding-top: 20px;
  padding-bottom: 10px;
}
.sayt-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2b2929;
}
.saying-div-pos {
  background-color: #fff;
  bottom: 9px;
  padding: 20px;
  position: absolute;
  right: 0;
  width: 60%;
}
.sayting-feedback {
    color: #2b2929;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
    font-family: 'antarcticalight'!important;
    margin:24px 0 32px 0;
}
.saying-rt-cp {
  position: relative;
}
.saying-rt-cp {
  margin-left: 20px;
}
.say-btn a.lp-btn {
  width: 100%;
  display: block;
  text-align: center;
}
.from-sec {
  background-color: #330066;
  padding-top: 80px;
  padding-bottom: 80px;
}
.say-des {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #2b2929;
}
.say-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2b2929;
}
a.lp-btn {
  background-color: #7800f2;
  padding: 20px 20px;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 24px;
  font-family:"antarcticamedium" !important;
  background-color: #7800f2;
}
.saying-feedback p {
  font-family: "antarcticalight" !important;
  margin: 24px 0 32px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #2b2929;
}
.saying-test {
  background-color: #a6fae8;
  padding: 30px;
}

.lp-img {
  margin-right: -110px;
  margin-top: 170px;
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.col-6 {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}
.lp-banner {
  background-color: #f7f2f2;
  padding-top: 165px;
}
.footer-item1 {
  width: 30%;
}
.footer-item2 {
  width: 30%;
}
.footer-item3 {
  width: 25%;
}
.footer-item4 {
  width: 15%;
}

.footer-menu ul {
  display: contents;
}
.footer-menu ul {
  display: contents !important;
}
.footer-item1 .footer-menu ul li a {
  text-transform: uppercase;
}
.footer-btm {
  border-top: 2px solid #3cc;
  margin-top: 40px;
  padding-top: 40px;
  align-items: center;
}

.footer-menu h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}
.footer-social ul li {
  padding-left: 15px;
}
footer.footer-thm {
  background: #1a1717;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer-inr p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.site-header,
.site-header.header-active {
  background-color: #f7f2f2 !important;
}

.footer-social ul {
  justify-content: end !important;
  padding: 0 !important;
}
.footer-menu ul li a {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  width:fit-content
}
.footer-menu ul li a  {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  width:fit-content;
  border: 1px solid transparent ;
}
.footer-item1 a{
  font-size:16px;
}
.footer-menu ul li a:hover{
  border-bottom: 1px solid white 
}
.footer-menu ul li {
  width: 100%;
  display: inline-grid;
}
.footer-inr {
  width: 34%;
  max-width: 34%;
  flex: 0 0 34%;
}
.footer-social {
  width: 33%;
  max-width: 33%;
  flex: 0 0 33%;
  text-align: end;
}

.footer-gt {
  width: 33%;
  max-width: 33%;
  flex: 0 0 33%;
  text-align: center;
}

.white_pera {
  width: 80% !important;
}
/* .mtr-section {
  overflow: hidden !important;
} */

.btn-on-hover-dark :hover {
  background-color: #306 !important;
}

@media screen and (max-width: 852px) {
  .calculator .col-6 {
    flex: 0 50%;
  }
  .cal-right-inner {
    margin-right: 0 !important;
  }

  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .cal-mod {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }
  .lp-banner {
    background-color: #f7f2f2;
    padding-top: 80px;
  }
  .cal-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .footer-item1,
  .footer-item2,
  .footer-item3,
  .footer-item4 {
    width: 50% !important;
  }

  .cal-left {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    margin-bottom: 50px !important;
  }
  .item.image-item img {
    width: 100%;
  }
  .say-btn {
    padding-bottom: 20px;
  }

  .saying-main {
    padding-bottom: 30px !important;
  }
  .helpful_black {
    width: 100% !important;
  }
  .btn-pre-read {
    padding-bottom: 20px;
  
  }
  .navigation-sec ul {
    flex-wrap: wrap;
    line-height: inherit;
    padding: 0 0 22px;
    margin-bottom: 0 !important;
  }
  .image-fixed-section .container .mobile-split-box .item-box:first-child {
    margin-top: 0 !important;
  }
  .image-fixed-section .container .mobile-split-box .item-box img {
    margin-top: 0 !important;
  }
  .mobile-menu .btn-close {
    padding: unset !important;
  }

  .mobile-menu .slide-menu ul {
    display: block;
  }

  .saying-rt-img img {
    height: 400px !important;
  }
  .saying-div-pos {
    position: unset !important;
    width: 100% !important;
  }
  .helpful_parent {
    display: flex !important;
    margin-top:50px !important;
    padding-bottom: 20px;
    flex-direction: row;
    /* flex-wrap: wrap; */
    padding-bottom: 40px;
    justify-content: space-evenly;
    
  }
  .saying-rt-cp {
    margin-left: 0 !important;
  }
  .btn-pre-read-box {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .white_pera,
  .white_peraa {
    width: auto !important;
  }

  .helpful_skyblue {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lp-img {
    margin-right: 0 !important;
  }
  .lp-img {
    margin-top: 45px !important;
    margin-bottom: 40px !important;
  }
  .helpful_white {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .auto-left-parent {
    width: 100% !important;
    flex-wrap: wrap !important;
  }
  .control-parent {
    flex-wrap: wrap;
  }
  .shortage-auto-left-parent {
    display: flex;
    width: 100% !important;
  }

  .saying-right {
    width: 100%;
  }
  .saying-left {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer-item1,
  .footer-item2,
  .footer-item3,
  .footer-item4 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .navigation-sec ul li {
    padding-right: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .cal-heading.d-flex p {
    display: grid;
  }
}

.helpful_white {
  margin-right: 0 !important;
}
.helpful-parent {
  display: flex !important;
  justify-content: space-evenly !important;
}
.slide-menu {
    position: fixed;
    width: 320px;
    max-width: 100%;
    height: 100vh;
    right: 0;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    background: #333;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1000
}
.mobile-menu {
    display: none;
}
.slide-menu,.slide-menu .slider {
    top: 0;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    will-change: transform
}

.slide-menu .slider {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-menu ul {
    padding-left: 0;
    list-style: none;
    position: relative;
    width: 320px;
    max-width: 100%;
    margin: 0
}

.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none
}

.slide-menu ul a {
    color: #fff;
    display: block;
    padding: 12px 24px;
    text-decoration: none;
    background-color: #fff;
}

.slide-menu.no-transition,.slide-menu.no-transition * {
    transition: none!important
}
/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

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

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

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

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

/* Labels */

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

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

@charset "UTF-8";@font-face {
    font-family: Antarctica;
    src: url(../fonts/Antarctica-Regular.woff2) format("woff2"),url(../fonts/Antarctica-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}
.site-header .container .left .main-navigation ul 
{
     margin: 0 !important;
}
@font-face {
    font-family: "Antarctica Light";
    src: url(../fonts/Antarctica-Light.woff2) format("woff2"),url(../fonts/Antarctica-Light.otf) format("opentype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Antarctica Extra Light";
    src: url(../fonts/Antarctica-ExtraLight.woff2) format("woff2"),url(../fonts/Antarctica-ExtraLight.otf) format("opentype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Antarctica Medium";
    src: url(../fonts/Antarctica-Medium.woff2) format("woff2"),url(../fonts/Antarctica-Medium.otf) format("opentype");
    font-weight: 500;
    font-style: normal
}

* {
    font-family: "Antarctica Light",sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

::-webkit-scrollbar-thumb {
    background-color: #2e2e2e
}

::-webkit-scrollbar-thumb:hover {
    background-color: #7715eb
}

body {
    overflow-x: hidden;
    background-color: #fff
}

.h1,h1 {
    font-family: "Antarctica Extra Light",sans-serif;
    font-size: 56px;
    line-height: 120%;
    color: #1a1717;
    margin-bottom: 24px
}

.h1 span,h1 span {
    font-family: inherit;
    color: #7800f2
}

@media (max-width: 1250px) {
    .h1,h1 {
        font-size:50px
    }
}

@media (max-width: 768px) {
    .h1,h1 {
        font-size:40px
    }
}

.h2,h2 {
    font-family: "Antarctica Extra Light",sans-serif;
    font-size: 40px;
    line-height: 130%;
    color: #1a1717;
    margin-bottom: 24px
}

@media (max-width: 1250px) {
    .h2,h2 {
        font-size:36px
    }
}

@media (max-width: 768px) {
    .h2,h2 {
        font-size:28px
    }
}

.h2 span,h2 span {
    font-family: inherit
}

.h3,h3 {
    font-family: "Antarctica Light",sans-serif;
    font-size: 32px;
    line-height: 150%;
    color: #1a1717;
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .h3,h3 {
        font-size:28px
    }
  
}

.h3 span,h3 span {
    font-family: inherit
}

.h4,h4 {
    font-family: "Antarctica Medium",sans-serif;
    font-size: 20px;
    line-height: 140%;
    color: #1a1717
}

@media (max-width: 768px) {
    .h4,h4 {
        font-size:18px
    }
}

.h4 span,h4 span {
    font-family: inherit
}

.accent-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%
}

@media (max-width: 768px) {
    .accent-text {
        font-size:18px
    }
}

.accent-text a,.accent-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    opacity: .8
}

@media (max-width: 768px) {
    .accent-text a,.accent-text p {
        font-size:18px
    }
}

.p,p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2b2929
}

@media (max-width: 768px) {
    .p,p {
        font-size:16px
    }
}

.p-big {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #1a1717
}

@media (max-width: 768px) {
    .p-big {
        font-size:18px
    }
}

.p-strong {
    color: #2b2929;
    font-weight: 600;
    padding-bottom: 5px
}

.p-small {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #2b2929
}

@media (max-width: 768px) {
    .p-small {
        font-size:12px
    }
}

.button-text,a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-decoration: none;
    cursor: pointer;
    transition: all .5s
}

.button-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    height: 60px;
    width: -moz-fit-content;
    width: fit-content;
    background: #7800f2;
    font-family: "Antarctica Medium",sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    transition: all .5s
}

.button-main:hover {
    background: #306
}

.button-main:active,.button-main:focus {
    background: #c2bdba
}

.button-main.disabled {
    background: #e0e0e0;
    color: #a6a6a6
}

.button-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 24px;
    height: 60px;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #7715eb;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #7715eb;
    transition: all .5s
}

.button-secondary:hover {
    border: 1px solid #2e0461;
    color: #2e0461
}

.button-secondary:active,.button-secondary:focus {
    border: 1px solid #44cf6c
}

.button-secondary.disabled {
    border: 1px solid #a6a6a6;
    color: #a6a6a6
}

main {
    display: flex;
    flex-direction: column;
    width: 100%
}

section {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow-x: hidden
}

.container,.progress-container {
    width: 1230px;
    padding: 0 15px
}

@media (max-width: 1366px) {
    .container,.progress-container {
        width:1170px
    }
}

@media (max-width: 1250px) {
    .container,.progress-container {
        width:992px
    }
}

@media (max-width: 992px) {
    .container,.progress-container {
        width:768px
    }
}

@media (max-width: 768px) {
    .container,.progress-container {
        width:568px
    }
}

@media (max-width: 568px) {
    .container,.progress-container {
        width:100%
    }
}

.logged-in .header-container {
    top: 32px
}

.logged-in .site-header .container .left .main-navigation ul li .sub-menu {
    top: 112px
}

.logged-in .top-banner-active .site-header .container .left .main-navigation ul li .sub-menu {
    top: 172px
}

.top-banner-active .site-header .container .left .main-navigation ul li .sub-menu {
    top: 140px
}

.progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #7800f2;
    transition: all linear .1s;
    min-width: 0
}

.header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2000
}

.top-banner {
    background: #306 url(../img/background/banner-bg.svg);
    display: flex;
    justify-content: center;
    min-height: 60px
}

.top-banner .container {
    display: flex;
    background-position-x: -100px;
    background-repeat: no-repeat;
    align-items: center
}

.top-banner .container .left {
    display: flex;
    align-items: center;
    flex-grow: 1
}

.top-banner .container .left .signpost {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #a6fae8;
    position: relative;
    padding: 8px 6px 8px 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-left: -100px
}

@media only screen and (max-width: 600px) {
    .top-banner .container .left .signpost {
        display:none
    }
}

@media (max-width: 1400px) {
    .top-banner .container .left .signpost {
        margin-left:0
    }
}

.top-banner .container .left .signpost:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    width: 0;
    border-width: 20px;
    border-style: solid;
    border-color: #a6fae8;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent
}

.top-banner .container .left div.text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-left: 36px
}

@media only screen and (max-width: 600px) {
    .top-banner .container .left div.text {
        margin-left:0
    }
}

.top-banner .container .left div.text>* {
    color: #fff
}

.top-banner .container .left a {
    color: #a6fae8;
    text-decoration: underline!important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    margin-left: 33px;
    white-space: nowrap
}

.top-banner .container .left a i.fa {
    margin-left: 16px
}

.top-banner .container .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1
}

@media only screen and (max-width: 768px) {
    .top-banner .container .right img {
        display:none
    }
}

.top-banner-active {
    padding-top: 60px
}

.site-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    height: 80px;
    z-index: 2000;
    border-bottom: 1px solid #7715eb
}

.site-header.header-active {
    background-color: #fff
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.site-header .container .left {
    display: flex;
    align-items: center
}

.site-header .container .left .logo {
    margin-left: -100px;
    max-width: none
}

@media (max-width: 1400px) {
    .site-header .container .left .logo {
        margin-left:0
    }
}

.site-header .container .left .main-navigation {
    margin-left: 50px
}

@media (max-width: 1366px) {
    .site-header .container .left .main-navigation {
        margin-left:25px
    }
}

@media (max-width: 1250px) {
    .site-header .container .left .main-navigation {
        display:none
    }
}

.site-header .container .left .main-navigation ul {
    list-style: none;
    display: flex;
    align-items: center
}

.site-header .container .left .main-navigation ul li {
    margin: 0 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #1a1717;
    padding: 8px 2px;
    border-bottom: 2px solid transparent;
    transition: all .5s
}

@media (max-width: 1400px) {
    .site-header .container .left .main-navigation ul li {
        margin:0 6px
    }
}

.site-header .container .left .main-navigation ul li>a {
    color: #1a1717
}

.site-header .container .left .main-navigation ul li>a:hover {
    color: #7800f2
}

.site-header .container .left .main-navigation ul li.has-submenu {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer
}

.site-header .container .left .main-navigation ul li.has-submenu:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: translateX(-6px);
    transition: background .5s
}

.site-header .container .left .main-navigation ul li.has-submenu:after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free"!important;
    content: "\f078";
    color: #000;
    font-size: 10px;
    font-weight: 600;
    margin-left: 11px;
    transition: all .5s
}

.site-header .container .left .main-navigation ul li.has-submenu.active,.site-header .container .left .main-navigation ul li.has-submenu:hover {
    color: #7800f2
}

.site-header .container .left .main-navigation ul li.has-submenu.active:before,.site-header .container .left .main-navigation ul li.has-submenu:hover:before {
    background: #7800f2
}

.site-header .container .left .main-navigation ul li.has-submenu.active:after,.site-header .container .left .main-navigation ul li.has-submenu:hover:after {
    color: #7800f2
}

.site-header .container .left .main-navigation ul li.active .sub-menu {
    display: flex
}

.site-header .container .left .main-navigation ul li .sub-menu {
    display: none;
    justify-content: center;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    cursor: default
}

.site-header .container .left .main-navigation ul li .sub-menu .button-secondary {
    height: 38px;
    padding: 10px;
    letter-spacing: -.02em
}

.site-header .container .left .main-navigation ul li .sub-menu .main-link a {
    font-family: "Antarctica Medium",sans-serif;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    color: #7800f2;
    margin-bottom: 16px;
    transition: all .5s
}

.site-header .container .left .main-navigation ul li .sub-menu .main-link a:hover {
    color: #306
}

.site-header .container .left .main-navigation ul li .sub-menu .main-link p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #595454;
    margin-bottom: 0
}

.site-header .container .left .main-navigation ul li .sub-menu .container .content {
    width: 100%;
    display: flex;
    background: #fff;
    border: 1px solid #dedbd9;
    box-sizing: border-box;
    box-shadow: 16px 16px 32px rgba(151,151,151,.25)
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-platform .column-1-4 {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 30px 24px;
    border-right: 1px solid #dedbd9
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-platform .column-1-4:last-child {
    border-right: none
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-platform .column-1-4 .button-secondary {
    margin-top: 16px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left {
    width: 75%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dedbd9
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .top {
    width: 100%;
    border-bottom: 1px solid #dedbd9;
    padding: 30px 24px;
    display: flex;
    align-items: center
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .top .main-link {
    padding-left: 60px;
    position: relative;
    justify-content: center
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .top .main-link:before {
    width: 34.65px;
    height: 34.65px;
    position: absolute;
    left: 0;
    background: #7800f2;
    transform: rotate(-45deg);
    content: "";
    margin-top: 12px;
    margin-left: 10px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .top .main-link a {
    display: flex;
    flex-direction: row;
    align-items: flex-end
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .top .main-link a:hover span {
    color: #306
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .top .main-link a:hover span i {
    margin-left: 12px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .top .main-link a span {
    display: flex;
    align-items: center;
    margin-left: 25px;
    font-size: 14px;
    transition: all .5s;
    height: 19px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .top .main-link a span i {
    margin-left: 8px;
    transition: all .5s
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .bottom {
    width: 100%;
    height: 100%;
    display: flex
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .bottom .column-1-3 {
    width: 33.3333%;
    padding: 30px 24px;
    border-right: 1px solid #dedbd9
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .bottom .column-1-3:last-child {
    border-right: none
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .bottom .column-1-3 a {
    display: flex;
    flex-direction: column
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .bottom .column-1-3 a img {
    margin-bottom: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .left .bottom .column-1-3 a p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #595454
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .right {
    width: 25%;
    display: flex;
    flex-direction: column
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .right .top {
    width: 100%;
    height: 140px;
    background-image: url(../img/inner-images/about-us-image.png);
    background-size: cover;
    background-position: center;
    content: ""
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .right .bottom {
    width: 100%;
    height: calc(100% - 140px);
    padding: 24px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-retailers .right .bottom a {
    font-family: "Antarctica Medium",sans-serif;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    color: #7800f2;
    margin-top: 16px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .left {
    width: 75%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dedbd9
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .left .bottom,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .left .top {
    width: 100%;
    border-bottom: 1px solid #dedbd9;
    padding: 30px 24px;
    display: flex;
    flex-direction: column
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .left .bottom .title,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .left .top .title {
    font-family: "Antarctica Medium",sans-serif;
    font-size: 17px;
    line-height: 140%;
    color: #1a1717;
    margin-bottom: 16px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .left .bottom p,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .left .top p {
    margin-bottom: 16px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .left .bottom .buttons-row,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .left .top .buttons-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .left .bottom .buttons-row .button-secondary,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .left .top .buttons-row .button-secondary {
    margin-right: 16px;
    margin-bottom: 16px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .left .bottom {
    border-bottom: none
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .right {
    width: 25%;
    display: flex;
    flex-direction: column
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .right .top {
    width: 100%;
    height: 200px;
    background-image: url(../img/inner-images/about-us-image.png);
    background-size: cover;
    background-position: center;
    content: ""
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .right .bottom {
    width: 100%;
    height: calc(100% - 200px);
    padding: 24px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-help .right .bottom a {
    font-family: "Antarctica Medium",sans-serif;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    color: #7800f2;
    margin-top: 16px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .left,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .left {
    width: 75%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dedbd9
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .left .top,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .left .top {
    width: 100%;
    border-bottom: 1px solid #dedbd9;
    padding: 30px 24px;
    display: flex;
    align-items: center
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .left .top .main-link,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .left .top .main-link {
    padding-left: 60px;
    position: relative;
    justify-content: center
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .left .top .main-link:before,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .left .top .main-link:before {
    width: 34.65px;
    height: 34.65px;
    position: absolute;
    left: 0;
    background: #7800f2;
    transform: rotate(-45deg);
    content: "";
    margin-top: 12px;
    margin-left: 10px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .left .bottom,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .left .bottom {
    width: 100%;
    height: 100%;
    display: flex
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .left .bottom .column-1-3,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .left .bottom .column-1-3 {
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    padding: 30px 24px;
    border-right: 1px solid #dedbd9
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .left .bottom .column-1-3:last-child,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .left .bottom .column-1-3:last-child {
    border-right: none
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .left .bottom .column-1-3 .button-secondary,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .left .bottom .column-1-3 .button-secondary {
    margin-top: 16px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .left .bottom .column-1-3 .main-link,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .left .bottom .column-1-3 .main-link {
    margin-bottom: 60px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .left .bottom .column-1-3 .main-link:last-child,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .left .bottom .column-1-3 .main-link:last-child {
    margin-bottom: 0
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .right,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .right {
    width: 25%;
    display: flex;
    flex-direction: column
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .right .top,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .right .top {
    width: 100%;
    height: 200px;
    background-image: url(../img/inner-images/about-us-image.png);
    background-size: cover;
    background-position: center;
    content: ""
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .right .bottom,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .right .bottom {
    width: 100%;
    height: calc(100% - 200px);
    padding: 24px
}

.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-resources .right .bottom a,.site-header .container .left .main-navigation ul li .sub-menu.sub-menu-why-commerceIq .right .bottom a {
    font-family: "Antarctica Medium",sans-serif;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    color: #7800f2;
    margin-top: 16px
}

.site-header .container .right {
    display: flex
}

.site-header .container .right .button-secondary {
    height: 48px;
    padding: 12px;
    margin-left: 10px
}

@media (max-width: 568px) {
    .site-header .container .right>.button-secondary {
        display:none;
    }
}

.site-header .progress-container {
    height: 4px;
    background: 0 0;
    position: relative;
    bottom: -12px;
    display: none
}

.site-header .progress-bar {
    height: 4px;
    background: #7715eb;
    width: 0;
}

 

@media (max-width: 1250px) {
    .mobile-menu {
        display:flex;
        align-items: center;
        margin-left: 30px;
    }
}

.mobile-menu .btn-menu {
    height: 19px;
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: 0 0;
    border: none;
    outline: 0;
    padding: unset !important;
    cursor: pointer;
}

.mobile-menu .btn-menu:hover span {
    background-color: #7800f2;
}

.mobile-menu .btn-menu span {
    width: 100%;
    height: 2px;
    content: "";
    background-color: #1a1717;
    transition: all .5s;
    display: block;
}

.mobile-menu .btn-close {
    height: 25px;
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    position: relative;
}

.mobile-menu .btn-close:hover span {
    background-color: #7800f2;
}

.mobile-menu .btn-close span {
    width: 100%;
    height: 2px;
    content: "";
    background-color: #1a1717;
    transition: all .5s;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
}

.mobile-menu .btn-close span:last-child {
    transform: rotate(-45deg);
}

.mobile-menu .controls {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #7800f2;
}

.mobile-menu .controls .logo {
    width: 99px;
    height: 27px;
}

.mobile-menu .slide-menu {
    background: #fff;
}

@media (max-width: 568px) {
    .mobile-menu .slide-menu {
        width:100%;
    }
}

.mobile-menu .slide-menu .slider {
    top: 80px;
}

@media (max-width: 568px) {
    .mobile-menu .slide-menu ul {
        width:100%;
    }
}

.mobile-menu .slide-menu ul li a {
    padding: 16px;
    color: #1a1717;
}

.mobile-menu .slide-menu ul li a.bold,.mobile-menu .slide-menu ul li a.slide-menu-control {
    font-family: "Antarctica Medium",sans-serif;
}

.mobile-menu .bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.site-footer {
    background-color: #1a1717;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) 
{
    .site-footer 
  {
        padding:50px 0;
    }
  .menu-open {
    transform: translateX(0%) !important;
}
}

.site-footer .container {
    display: flex;
    flex-direction: column;
}

.site-footer .container .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 79px;
}

@media (max-width: 768px) {
    .site-footer .container .top {
        margin-bottom:20px
    }
}

.site-footer .container .top .column .title {
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .site-footer .container .top .column {
        width:100%;
    }
}

.site-footer .container .top .column ul {
    list-style: none;
    padding-left: 0;
}

@media (max-width: 768px) {
    .site-footer .container .top .column ul {
        display:flex;
        flex-wrap: wrap;
    }
}

.site-footer .container .top .column ul li {
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .site-footer .container .top .column ul li {
        margin-right:20px
    }

    .site-footer .container .top .column ul li.title {
        width: 100%;
    }
}

.site-footer .container .top .column ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.site-footer .container .top .column ul li a:hover {
    border-bottom: 1px solid #fff
}

.site-footer .container .top .column ul li a.h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 140%
}

.site-footer .container .top .column ul.sub a {
    font-size: 14px;
    font-weight: 400
}

.site-footer .container hr {
    margin-bottom: 32px;
    border: none;
    border-top: 1px solid #3cc
}

.site-footer .container .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important
}

@media (max-width: 768px) {
    .site-footer .container .bottom {
        flex-direction:column;
        align-items: center
    }
}

.site-footer .container .bottom .left {
    display: flex;
    flex-direction: column;
    width: 33%
}

@media (max-width: 768px) {
    .site-footer .container .bottom .left {
        width:100%;
        order: 3
    }
}

.site-footer .container .bottom .left p {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px
}

@media (max-width: 768px) {
    .site-footer .container .bottom .left p {
        text-align:center
    }
}

.site-footer .container .bottom .left a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

@media (max-width: 768px) {
    .site-footer .container .bottom .left a {
        text-align:center
    }
}

.site-footer .container .bottom .left a:hover {
    text-decoration: underline
}

.site-footer .container .bottom .center {
    width: 33%;
    display: flex;
    justify-content: center
}

@media (max-width: 768px) {
    .site-footer .container .bottom .center {
        width:100%;
        order: 1
    }
}

.site-footer .container .bottom .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33%
}

@media (max-width: 768px) {
    .site-footer .container .bottom .right {
        width:100%;
        order: 2
    }
}

.site-footer .container .bottom .right .socials {
    text-align: right
}

@media (max-width: 992px) {
    .site-footer .container .bottom .right .socials {
        margin-bottom:20px
    }
}

.site-footer .container .bottom .right .socials a {
    margin-left: 24px;
    display: inline-block;
    transition: all .5s
}

.site-footer .container .bottom .right .socials a:hover {
    transform: scale(1.2)
}

.site-footer .container .bottom .right .socials img {
    vertical-align: top
}

.site-footer .container .bottom .right p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000
}

.wpcf7-not-valid-tip,.wpcf7-response-output {
    display: none!important
}

.slick-dots li button:before {
    content: ""!important;
    width: 12px!important;
    height: 12px!important;
    border-radius: 50%;
    background: #dde1ec
}

.slick-dots li.slick-active button:before {
    background: #7715eb
}

.slick-dots li:hover button:before {
    background: #7715eb
}

.form-section {
    padding: 80px 0;
    background-color: #fff;
    background-image: url(../img/form-bg.png);
    background-size: cover;
    background-position: bottom center
}

.form-section .container {
    display: flex;
    flex-wrap: wrap
}

.form-section .container .left {
    width: calc(100% - 696px);
    padding-top: 47px
}

@media (max-width: 1250px) {
    .form-section .container .left {
        width:calc(100% - 600px)
    }
}

@media (max-width: 992px) {
    .form-section .container .left {
        width:100%;
        padding-top: 0;
        margin-bottom: 20px
    }
}

.form-section .container .left h2 {
    max-width: 420px
}

@media (max-width: 992px) {
    .form-section .container .left h2 {
        max-width:none
    }
}

.form-section .container .right {
    width: 696px
}

@media (max-width: 1250px) {
    .form-section .container .right {
        width:600px
    }
}

@media (max-width: 992px) {
    .form-section .container .right {
        width:100%
    }
}

.form-section .container .right .form-box {
    background: #fff;
    border: 1px solid #030303;
    box-sizing: border-box;
    box-shadow: 20px 20px 40px rgba(0,0,0,.25);
    border-radius: 4px;
    padding: 32px 24px 0 24px
}

.form-section .container .right .form-box form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.form-section .container .right .form-box form label {
    color: #000
}

.form-section .container .right .form-box form input,.form-section .container .right .form-box form input:not([type=submit]) {
    background-color: #000;
    border: 1px solid #fff;
    color: #000
}

.form-section .container .right .form-box form input[type=submit] {
    background: #7715eb;
    box-shadow: 5px 5px 20px rgba(70,91,247,.25);
    color: #7715eb;
    border: none;
    cursor: pointer
}

.form-section .container .right .form-box form .column {
    width: calc(50% - 16px);
    margin-bottom: 32px
}

@media (max-width: 568px) {
    .form-section .container .right .form-box form .column {
        width:100%;
        margin-bottom: 16px
    }
}

.form-section .container .right .form-box form .column span {
    display: flex
}

.form-section .container .right .form-box form .column span input {
    width: 100%
}

.form-section .container .right .form-box form .row {
    width: 100%;
    margin-bottom: 32px
}

@media (max-width: 568px) {
    .form-section .container .right .form-box form .row {
        margin-bottom:16px
    }
}

form br {
    display: none!important
}

form label {
    font-family: "Antarctica Medium",sans-serif;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #7715eb;
    margin-bottom: 8px
}

form input,form input:not([type=submit]),form textarea {
    background: #131417;
    border: 1px solid #292b2f;
    box-sizing: border-box;
    font-family: "Antarctica Medium",sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    color: #7715eb
}

form input:not([type=submit]):not(textarea),form input:not(textarea),form textarea:not(textarea) {
    height: 48px
}

form input.wpcf7-not-valid,form input:not([type=submit]).wpcf7-not-valid,form textarea.wpcf7-not-valid {
    border: 1px solid red;
    color: red
}

.wpcf7-checkbox.wpcf7-not-valid {
    border-bottom: none!important
}

.wpcf7-checkbox .wpcf7-list-item-label {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 34px;
    color: #fff
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    font-family: "Antarctica Medium",sans-serif;
    font-size: 16px;
    line-height: 20px
}

.wpcf7-checkbox input[type=checkbox] {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    margin-bottom: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 9999
}

.wpcf7-checkbox input[type=checkbox]+span:before {
    content: "";
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 1px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 0;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 16px
}

.wpcf7-checkbox input[type=checkbox]+span:after {
    display: block;
    position: absolute;
    content: "✓";
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 30px
}

.wpcf7-checkbox input[type=checkbox]:checked+span:before {
    background: #7715eb;
    border: none
}

.wpcf7-checkbox input[type=checkbox]:checked+span:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    visibility: visible
}

.wpcf7-list-item-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000
}

.wpcf7-list-item {
    margin-left: 0
}

.old-slider-section {
    background-color: #f6f3f0;
    padding: 120px 0
}

.old-slider-section .container .split-slideshow {
    display: flex;
    flex-direction: row;
    margin-top: 40px
}

.old-slider-section .container .split-slideshow .slideshow-left,.old-slider-section .container .split-slideshow .slideshow-right {
    flex-grow: 1;
    width: 50%
}

.old-slider-section .container .split-slideshow .slideshow-left {
    display: flex;
    align-items: center
}

.old-slider-section .container .split-slideshow .slideshow-left .item {
    padding-left: 30px;
    padding-right: 10px
}

.old-slider-section .container .split-slideshow .slideshow-left .item p {
    opacity: .8
}

.old-slider-section .container .split-slideshow .slideshow-left .item p:last-child {
    opacity: 1
}

.old-slider-section .container .split-slideshow .slideshow-left .item p:last-child a {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    height: 60px;
    width: -moz-fit-content;
    width: fit-content;
    background: #7800f2;
    font-family: "Antarctica Medium",sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    transition: all .5s
}

.old-slider-section .container .split-slideshow .slideshow-left .item p:last-child a:hover {
    background: #306
}

.old-slider-section .container .split-slideshow .slideshow-left .item p:last-child a:active,.old-slider-section .container .split-slideshow .slideshow-left .item p:last-child a:focus {
    background: #c2bdba
}

.old-slider-section .container .split-slideshow .slideshow-left .item p:last-child a.disabled {
    background: #e0e0e0;
    color: #a6a6a6
}

.old-slider-section .container .split-slideshow .slideshow-left .slick-dots {
    width: -moz-fit-content;
    width: fit-content;
    bottom: initial;
    top: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column
}

.old-slider-section .container .split-slideshow .slideshow-left .slick-dots li {
    margin-bottom: 4px!important
}

.old-slider-section .container .split-slideshow .slideshow-left .slick-dots li button:before {
    background: #c0bbbb!important;
    width: 9px!important;
    height: 9px!important;
    transition: height .3s ease-in-out;
    opacity: 1!important
}

.old-slider-section .container .split-slideshow .slideshow-left .slick-dots li.slick-active {
    margin-bottom: 20px!important
}

.old-slider-section .container .split-slideshow .slideshow-left .slick-dots li.slick-active button:before {
    background: #4f42ef!important;
    border: 1px solid #4f42ef;
    box-sizing: border-box;
    border-radius: 10px;
    width: 9px!important;
    height: 30px!important
}

.old-slider-section .container .split-slideshow .slideshow-right {
    width: calc(50% + 120px);
    margin-right: -175px
}

.old-slider-section .container ul li:before {
    width: auto;
    height: auto;
    border-radius: initial;
    background-color: initial;
    display: initial;
    align-items: initial;
    justify-content: initial
}

.image-fixed-section {
    background-color: #f6f3f0;
    padding: 120px 0 120px 0;
    overflow: unset
}

@media (max-width: 992px) {
    .image-fixed-section {
        padding:50px 0
    }
}

.image-fixed-section .container .split-box {
    display: flex;
    flex-direction: row;
    margin-top: 40px
}

@media (max-width: 768px) {
    .image-fixed-section .container .split-box {
        display:none
    }
}

.image-fixed-section .container .split-box .left,.image-fixed-section .container .split-box .right {
    flex-grow: 1;
    width: 50%
}

.image-fixed-section .container .split-box .left {
    display: flex;
    padding-bottom: 30px
}

.image-fixed-section .container .split-box .left .text-content {
    width: 100%;
    display: flex;
    flex-direction: column
}

.image-fixed-section .container .split-box .left .text-content .item {
    padding: 72px 30px 72px 0;
    height: 100%;
    min-height: 365px;
    box-sizing: border-box;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.image-fixed-section .container .split-box .left .text-content .item p {
    opacity: .8
}

.image-fixed-section .container .split-box .left .text-content .item p:last-child {
    opacity: 1
}

.image-fixed-section .container .split-box .left .text-content .item p:last-child a {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    height: 60px;
    width: -moz-fit-content;
    width: fit-content;
    background: #7800f2;
    font-family: "Antarctica Medium",sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    transition: all .5s
}

.image-fixed-section .container .split-box .left .text-content .item p:last-child a:hover {
    background: #306
}

.image-fixed-section .container .split-box .left .text-content .item p:last-child a:active,.image-fixed-section .container .split-box .left .text-content .item p:last-child a:focus {
    background: #c2bdba
}

.image-fixed-section .container .split-box .left .text-content .item p:last-child a.disabled {
    background: #e0e0e0;
    color: #a6a6a6
}

.image-fixed-section .container .split-box .left .text-content .item li {
    font-size: 16px;
    line-height: 24px;
    color: rgba(43,41,41,.8);
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
    list-style: none
}

.image-fixed-section .container .split-box .left .text-content .item li:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    background: #7800f2
}

.image-fixed-section .container .split-box .left .text-content .item li::marker {
    display: none
}

.image-fixed-section .container .split-box .right {
    width: calc(50% + 120px);
    margin-right: -175px
}

.image-fixed-section .container .split-box .right .image-content {
    position: relative;
    height: 100%
}

.image-fixed-section .container .split-box .right .image-content .item {
    opacity: 0;
    position: sticky;
    top: calc((100vh - 365px)/ 2 + 40px)
}

.image-fixed-section .container .split-box .right .image-content .item img {
    max-width: 680px;
    height: auto;
    filter: drop-shadow(16px 16px 32px rgba(151, 151, 151, .25))
}

.image-fixed-section .container .split-box .right .image-content .item.affix {
    opacity: 1
}

.image-fixed-section .container ul li:before {
    width: auto;
    height: auto;
    border-radius: initial;
    background-color: initial;
    display: initial;
    align-items: initial;
    justify-content: initial
}

.image-fixed-section .container .mobile-split-box {
    display: none;
    flex-direction: column;
    width: 100%
}

@media (max-width: 768px) {
    .image-fixed-section .container .mobile-split-box {
        display:flex
    }
}

.image-fixed-section .container .mobile-split-box .item-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px
}

.image-fixed-section .container .mobile-split-box .item-box p {
    opacity: .8
}

.image-fixed-section .container .mobile-split-box .item-box p a {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    height: 60px;
    width: -moz-fit-content;
    width: fit-content;
    background: #7800f2;
    font-family: "Antarctica Medium",sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    transition: all .5s
}

.image-fixed-section .container .mobile-split-box .item-box p a:hover {
    background: #306
}

.image-fixed-section .container .mobile-split-box .item-box p a:active,.image-fixed-section .container .mobile-split-box .item-box p a:focus {
    background: #c2bdba
}

.image-fixed-section .container .mobile-split-box .item-box p a.disabled {
    background: #e0e0e0;
    color: #a6a6a6
}

.image-fixed-section .container .mobile-split-box .item-box:first-child {
    margin-top: 50px
}

.image-fixed-section .container .mobile-split-box .item-box:last-child {
    margin-bottom: 0
}

.image-fixed-section .container .mobile-split-box .item-box img {
    margin-top: 40px
}

@media (max-width: 768px) {
    .image-fixed-section .container .mobile-split-box .item-box img {
        max-width:100%;
        height: auto
    }
}

.testimonials-section {
    padding: 120px 0
}

@media (max-width: 992px) {
    .testimonials-section {
        padding:25px 0
    }
}

.testimonials-section .container .accent-text {
    margin-bottom: 40px
}

.testimonials-section .container .card {
    display: flex;
    flex-direction: column;
    padding: 30px
}

@media (max-width: 568px) {
    .testimonials-section .container .card {
        padding:20px
    }
}

.testimonials-section .container .card .label {
    display: flex;
    align-items: center;
    font-family: "Antarctica Light",sans-serif;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .3px;
    color: #2b2929
}

.testimonials-section .container .card .label:before {
    display: block;
    width: 12px;
    height: 12px;
    background: #3cc;
    margin-right: 16px;
    margin-top: -1px;
    content: ""
}

.testimonials-section .container .card .accent-text,.testimonials-section .container .card .simple-p {
    margin: 24px 0 32px 0
}

.testimonials-section .container .card .author-name {
    margin-bottom: 8px;
    font-family: "Antarctica Light",sans-serif
}

.testimonials-section .container .card .author-position {
    font-family: "Antarctica Light",sans-serif
}

.testimonials-section .container .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.testimonials-section .container .content .left {
    width: 33.3333%;
    padding-right: 20px
}

@media (max-width: 992px) {
    .testimonials-section .container .content .left {
        width:50%;
        padding-right: 10px
    }
}

@media (max-width: 768px) {
    .testimonials-section .container .content .left {
        width:100%;
        padding-right: 0;
        order: 2
    }
}

.testimonials-section .container .content .left .card {
    margin-bottom: 20px;
    background-color: #a6fae8
}

@media (max-width: 992px) {
    .testimonials-section .container .content .left .card {
        height:calc(100% - 80px)
    }
}

.testimonials-section .container .content .left .card:nth-child(2) {
    height: 400px;
    background-image: url(../img/background/home-testimonials-card-1.png);
    background-size: cover;
    background-position: center;
    position: relative
}

@media (max-width: 1250px) {
    .testimonials-section .container .content .left .card:nth-child(2) {
        height:300px
    }
}

@media (max-width: 992px) {
    .testimonials-section .container .content .left .card:nth-child(2) {
        display:none
    }
}

.testimonials-section .container .content .left .card:nth-child(2):before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    content: "";
    background: #3cc
}

.testimonials-section .container .content .left .button-main {
    width: 100%
}

.testimonials-section .container .content .right {
    width: 66.66666%;
    background-image: url(../img/background/home-testimonials-card-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

@media (max-width: 992px) {
    .testimonials-section .container .content .right {
        width:50%;
        padding-left: 10px;
        background-image: none!important
    }
}

@media (max-width: 768px) {
    .testimonials-section .container .content .right {
        width:100%;
        padding-left: 0;
        margin-bottom: 20px;
        order: 1
    }
}

.testimonials-section .container .content .right .card {
    width: 50%;
    background-color: #f7f2f2
}

@media (max-width: 992px) {
    .testimonials-section .container .content .right .card {
        width:100%
    }
}

.contact-form-section {
    background-color: #2e0461;
    padding: 120px 0 100px 0
}

@media (max-width: 992px) {
    .contact-form-section {
        padding:60px 0
    }
}

.contact-form-section h2,.contact-form-section p {
    color: #fff;
    max-width: 480px
}

.contact-form-section .container {
    display: flex;
    flex-wrap: wrap
}

.contact-form-section .container .left {
    width: 50%
}

@media (max-width: 992px) {
    .contact-form-section .container .left {
        width:100%;
        padding-bottom: 40px
    }
}

.contact-form-section .container .right {
    width: 50%
}

@media (max-width: 992px) {
    .contact-form-section .container .right {
        width:100%
    }
}

.contact-form-section .container .right div[role=form] label {
    color: #fff
}

.contact-form-section .container .right div[role=form] input {
    border: none;
    color: #fff;
    background-color: #2e0461;
    border-bottom: 1px solid #fff
}

.contact-form-section .container .right div[role=form] input.wpcf7-not-valid {
    border-bottom: 1px solid red
}

.contact-form-section .container .right div[role=form] input[type=submit] {
    background-color: #66c9ca;
    border: none;
    color: #000;
    padding: 18px;
    height: auto
}

.contact-form-section .container .right form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-form-section .container .right form .column {
    width: calc(50% - 15px);
    margin-bottom: 24px
}

@media (max-width: 568px) {
    .contact-form-section .container .right form .column {
        width:100%;
        margin-bottom: 16px
    }
}

.contact-form-section .container .right form .column span {
    display: flex
}

.contact-form-section .container .right form .column span input {
    width: 100%
}

.contact-form-section .container .right form .row {
    width: 100%
}

.contact-form-section .container .right form .row .button-main {
    margin-top: 32px;
    cursor: pointer
}

.contact-form-section .hs-form .form-columns-1 {
    width: 50%;
    margin-bottom: 24px
}

.contact-form-section .hs-form .form-columns-1 label {
    display: none
}

.contact-form-section .hs-form .form-columns-1 input {
    border: none;
    color: #fff;
    background-color: #2e0461;
    border-bottom: 1px solid #fff
}

.contact-form-section .hs-form .form-columns-1 input.error {
    border-color: red
}

.contact-form-section .hs-form .hs-error-msgs {
    display: none!important
}

.contact-form-section .hs-form :nth-child(10),.contact-form-section .hs-form :nth-child(11) {
    width: 100%;
    max-width: initial
}

.contact-form-section .hs-form input[type=submit] {
    background-color: #66c9ca;
    border: none;
    color: #000;
    padding: 18px;
    height: auto;
    margin-top: 8px
}

.contact-form-section .hs-form .form-columns-2,.contact-form-section .hs-form .form-columns-3 {
    display: none
}

.contact-form-section .hs-form .legal-consent-container p:nth-child(2) {
    display: none
}

.horizontal-slider-section {
    padding: 120px 0
}

.horizontal-slider-section .container {
    display: flex;
    flex-direction: column
}

.horizontal-slider-section .container .h4 {
    opacity: 1;
    margin-bottom: 16px
}

.horizontal-slider-section .container p {
    opacity: .8
}

.horizontal-slider-section .container .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px
}

.horizontal-slider-section .container .content .slider-horizontal-text .text-slide {
    display: flex;
    flex-direction: column;
    padding-top: 28px;
    position: relative
}

.horizontal-slider-section .container .content .slider-horizontal-text .text-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: "";
    display: block;
    background: #f7f2f2;
    z-index: 2
}

.horizontal-slider-section .container .content .slider-horizontal-text .text-slide .animation-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    content: "";
    display: flex;
    align-items: flex-end;
    z-index: 1
}

.horizontal-slider-section .container .content .slider-horizontal-text .text-slide .animation-line:before {
    height: 1px;
    width: 100%;
    background-color: #f7f2f2;
    content: ""
}

.horizontal-slider-section .container .content .slider-horizontal-text .text-slide .slide-content {
    opacity: .2;
    width: 100%;
    padding-right: 40px
}

.horizontal-slider-section .container .content .slider-horizontal-text .text-slide.slick-current .slide-content {
    opacity: 1
}

.horizontal-slider-section .container .content .slider-horizontal-text .text-slide:after {
    position: absolute;
    top: 11px;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    display: block;
    background: #7800f2;
    z-index: 2
}

.horizontal-slider-section .container .content .slider-horizontal-text .text-slide.done-slide:before {
    background: #7800f2
}

.horizontal-slider-section .container .content .slider-horizontal-text .text-slide.done-slide:after {
    width: 100%
}

.horizontal-slider-section .container .content .slider-horizontal-text .text-slide.slick-current:after {
    width: 100%;
    animation: 5s both drowLine
}

@keyframes drowLine {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.horizontal-slider-section .container .content .slider-horizontal-images {
    width: 100%;
    margin-top: 40px
}

.horizontal-slider-section .container .content .slider-horizontal-images .slick-list {
    overflow: visible
}

.horizontal-slider-section .container .content .slider-horizontal-images .image-slide {
    display: flex;
    justify-content: center
}

.horizontal-slider-section .container .content .slider-horizontal-images .image-slide img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(8px 8px 16px rgba(151, 151, 151, .25))
}

.case-studies-section {
    padding: 120px 0
}

@media (max-width: 992px) {
    .case-studies-section {
        padding:50px 0
    }
}

.case-studies-section .container {
    display: flex;
    flex-wrap: wrap
}

.case-studies-section .container h2 {
    width: 100%;
    margin-bottom: 40px
}

.case-studies-section .container .label {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .3px;
    color: #2b2929
}

.case-studies-section .container .label:before {
    display: block;
    width: 12px;
    height: 12px;
    background: #3cc;
    margin-right: 16px;
    content: ""
}

.case-studies-section .container .h4 {
    margin-bottom: 16px;
    font-size: 24px
}

.case-studies-section .container .blog-link {
    font-family: "Antarctica Medium",sans-serif;
    font-size: 16px;
    line-height: 130%;
    color: #7800f2
}

.case-studies-section .container .blog-link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 18px;
    margin: 0 7px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQgNCA1IDUtNSA1IiBzdHJva2U9IiM3ODAwRjIiLz48L3N2Zz4=)
}

.case-studies-section .container ul {
    list-style: none
}

.case-studies-section .container ul li {
    padding-left: 28px;
    margin-bottom: 16px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2b2929;
    opacity: .8
}

.case-studies-section .container ul li:last-child {
    margin-bottom: 0
}

.case-studies-section .container ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    display: block;
    content: "";
    background: #3cc
}

.case-studies-section .container .left {
    width: 33.3333%;
    padding-right: 10px
}

@media (max-width: 1250px) {
    .case-studies-section .container .left {
        width:100%;
        padding-right: 0;
        margin-bottom: 20px
    }
}

.case-studies-section .container .left .card {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid #c2bdba;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 992px) {
    .case-studies-section .container .left .card .h4 {
        display:block
    }
}

@media (max-width: 1250px) {
    .case-studies-section .container .left .card ul {
        margin-bottom:40px
    }
}

.case-studies-section .container .right {
    width: 66.6666%;
    padding-left: 10px
}

@media (max-width: 1250px) {
    .case-studies-section .container .right {
        width:100%;
        padding-left: 0
    }
}

.case-studies-section .container .right .card {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #f7f2f2;
    position: relative;
    padding: 30px;
    height: 400px
}

@media (max-width: 992px) {
    .case-studies-section .container .right .card {
        height:280px
    }
}

@media (max-width: 768px) {
    .case-studies-section .container .right .card {
        height:250px;
        overflow: hidden
    }
}

@media (max-width: 568px) {
    .case-studies-section .container .right .card {
        padding:20px
    }
}

.case-studies-section .container .right .card .card-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 3
}

@media (max-width: 768px) {
    .case-studies-section .container .right .card .card-left {
        width:60%
    }
}

@media (max-width: 420px) {
    .case-studies-section .container .right .card .card-left {
        width:100%
    }
}

@media (max-width: 992px) {
    .case-studies-section .container .right .card .card-left .h4 {
        display:block
    }
}

@media (max-width: 992px) {
    .case-studies-section .container .right .card .card-left ul {
        display:none
    }
}

.case-studies-section .container .right .card .card-right {
    width: calc(50% - 10px);
    height: 100%;
    position: relative;
    z-index: 3
}

@media (max-width: 768px) {
    .case-studies-section .container .right .card .card-right {
        width:40%
    }
}

@media (max-width: 420px) {
    .case-studies-section .container .right .card .card-right {
        display:none
    }
}

.case-studies-section .container .right .card .card-right:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 225px;
    height: 168px;
    background: #3cc;
    content: "";
    z-index: 2
}

.case-studies-section .container .right .card .card-right:after {
    position: absolute;
    top: -30px;
    right: -40px;
    width: 226px;
    height: 226px;
    background: #a6fae8;
    content: "";
    z-index: 1
}

@media (max-width: 568px) {
    .case-studies-section .container .right .card .card-right:after {
        display:none
    }
}

.case-studies-section .container .right .card .card-right img {
    height: calc(100% + 60px);
    width: auto;
    margin-top: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
    float: right;
    position: relative;
    z-index: 3
}

@media (max-width: 768px) {
    .case-studies-section .container .right .card .card-right img {
        bottom:-30px
    }
}

@media (max-width: 568px) {
    .case-studies-section .container .right .card .card-right img {
        bottom:-20px;
        margin-top: 0;
        margin-right: -30px;
        height: 100%;
        width: auto;
        max-width: none
    }
}

.case-studies-section .container>.button-main {
    margin: 40px auto 0 auto
}

.posts-section {
    padding: 60px 0 120px 0
}

@media (max-width: 992px) {
    .posts-section {
        padding:25px 0 50px 0
    }
}

.posts-section .container h2 {
    margin-bottom: 40px
}

.posts-section .container .label {
    display: flex;
    align-items: center;
    font-family: "Antarctica Light",sans-serif;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .3px;
    color: #2b2929
}

.posts-section .container .label:before {
    display: block;
    width: 12px;
    height: 12px;
    background: #3cc;
    margin-right: 16px;
    content: ""
}

.posts-section .container .h4 {
    margin-top: 24px;
    margin-bottom: 16px
}

.posts-section .container .blog-link {
    font-family: "Antarctica Medium",sans-serif;
    font-size: 16px;
    line-height: 130%;
    color: #7800f2
}

.posts-section .container .blog-link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 18px;
    margin: 0 7px;
    transition: margin .4s;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQgNCA1IDUtNSA1IiBzdHJva2U9IiM3ODAwRjIiLz48L3N2Zz4=)
}

.posts-section .container .blog-link:hover:after {
    margin-left: 15px
}

.posts-section .container .content {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.posts-section .container .content .card {
    width: calc(33.333% - 20px);
    margin: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 992px) {
    .posts-section .container .content .card {
        width:calc(50% - 20px)
    }
}

@media (max-width: 568px) {
    .posts-section .container .content .card {
        width:calc(100% - 20px)
    }
}

.posts-section .container .content .card .card-top {
    margin-bottom: 60px
}

.posts-section .container .content .card .card-bottom .date,.posts-section .container .content .card .card-bottom .time {
    margin-bottom: 24px;
    font-family: "Antarctica Light",sans-serif
}

.posts-section .container .content .card:nth-child(1) {
    background-color: #f7f2f2
}

.posts-section .container .content .card:nth-child(1) .label:before {
    background: #7800f2
}

.posts-section .container .content .card:nth-child(2) {
    background-color: #3cc
}

.posts-section .container .content .card:nth-child(2) .label:before {
    background: #306
}

.posts-section .container .content .card:nth-child(2) .blog-link {
    color: #306
}

.posts-section .container .content .card:nth-child(2) .blog-link:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQgNCA1IDUtNSA1IiBzdHJva2U9IiMzMzAwNjYiLz48L3N2Zz4=)
}

.posts-section .container .content .card:nth-child(3) {
    background-color: #1a1717
}

.posts-section .container .content .card:nth-child(3) .label {
    color: #fff
}

.posts-section .container .content .card:nth-child(3) .blog-link {
    color: #a6fae8
}

.posts-section .container .content .card:nth-child(3) .blog-link:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQgNCA1IDUtNSA1IiBzdHJva2U9IiNBNkZBRTgiLz48L3N2Zz4=)
}

.posts-section .container .content .card:nth-child(3) .h3,.posts-section .container .content .card:nth-child(3) p {
    color: #fff
}

.posts-section .container>.button-main {
    margin: 40px auto 0 auto
}

.icons-section {
    padding: 60px 0 100px 0
}

@media (max-width: 992px) {
    .icons-section {
        padding:25px 0 50px 0
    }
}

.icons-section .container {
    display: flex;
    flex-direction: column
}

.icons-section .container .content {
    width: calc(100% + 40px);
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap
}

.icons-section .container .content .column {
    width: calc(25% - 40px);
    margin: 20px;
    display: flex;
    flex-direction: column
}

.icons-section .container .content .column:before {
    content: url(../img/icons/icon-art.svg);
    margin-bottom: 16px
}

@media (max-width: 1250px) {
    .icons-section .container .content .column {
        width:calc(50% - 40px)
    }
}

@media (max-width: 768px) {
    .icons-section .container .content .column {
        width:calc(100% - 40px)!important
    }
}

.icons-section .container .content .column p {
    opacity: .8
}

body .jquery-modal {
    z-index: 9999999
}

body .modal {
    background: #f7f2f2;
    border-radius: 0;
    max-width: 590px;
    padding: 30px 30px 120px 30px
}

body .modal a.close-modal {
    right: 30px;
    top: 30px;
    background-image: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

body .modal a.close-modal:hover:before {
    color: #7715eb
}

body .modal a.close-modal:before {
    content: "+";
    color: #000;
    font-size: 30px;
    transform: rotate(-45deg);
    text-indent: 1px;
    transition: all .5s
}

body .modal .content h3 {
    margin-bottom: 16px
}

body .modal .content h4 {
    margin-bottom: 40px
}

body .modal .content p {
    opacity: .8
}

.resources-form-section {
    padding: 120px 0 100px 0;
    background: #306;
    background-image: url(../img/blog-form-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative
}

@media (max-width: 768px) {
    .resources-form-section {
        padding:50px 0 40px 0
    }
}

@media (max-width: 568px) {
    .resources-form-section {
        background-image:none
    }
}

.resources-form-section .container {
    display: flex;
    flex-wrap: wrap
}

.resources-form-section .container .left {
    width: 50%
}

@media (max-width: 992px) {
    .resources-form-section .container .left {
        width:100%
    }
}

.resources-form-section .container .left h2,.resources-form-section .container .left p {
    color: #fff
}

.resources-form-section .container .left .hs-form {
    display: flex;
    opacity: .8
}

.resources-form-section .container .left .hs-form .form-columns-1 {
    flex-grow: 1
}

.resources-form-section .container .left .hs-form .form-columns-1 input:not([type=submit]) {
    border: none;
    border-bottom: 1px solid #a7a2a2;
    background: 0 0;
    height: 60px;
    color: #fff;
    width: 100%
}

.resources-form-section .container .left .hs-form .form-columns-1 label {
    display: none
}

.resources-form-section .container .left .hs-form input[type=submit] {
    background: #3cc;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding: 18px;
    color: #1a1717;
    border: none;
    margin-left: 16px;
    cursor: pointer;
    height: 100%
}

.resources-form-section .container .left .hs-form>* {
    display: none
}

.resources-form-section .container .left .hs-form .hs_submit,.resources-form-section .container .left .hs-form :first-child {
    display: block
}

.resources-form-section .container .left .hs-form .legal-consent-container {
    display: none
}

.resources-form-section .container .right {
    width: 50%;
    display: flex;
    justify-content: flex-end
}

@media (max-width: 992px) {
    .resources-form-section .container .right {
        display:none
    }
}

.resources-form-section .container .right>img {
    height: 466px;
    width: auto;
    margin-top: -120px;
    margin-bottom: -100px
}

.category-label {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .3px;
    color: #2b2929;
    margin-bottom: 16px
}

.category-label:before {
    width: 12px;
    height: 12px;
    margin-right: 16px;
    background: #7800f2;
    content: ""
}

.archive-list {
    width: calc(100% + 20px);
    margin: -10px;
    display: flex;
    flex-wrap: wrap
}

.archive-list .post {
    width: calc(50% - 20px);
    margin: 10px;
    display: flex;
    flex-direction: column
}

@media (max-width: 568px) {
    .archive-list .post {
        width:calc(100% - 20px)
    }
}

.archive-list .post.events .bottom,.archive-list .post.webinars .bottom {
    border: none!important
}

.archive-list .post .date-time {
    display: flex;
    gap: 10px
}

.archive-list .post .date,.archive-list .post .time {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #2b2929;
    padding-bottom: 32px
}

.archive-list .post .top {
    width: 100%;
    height: 180px;
    background-image: url(../img/inner-images/post-default-1.png);
    background-size: cover;
    background-position: center;
    content: ""
}

.archive-list .post .bottom {
    height: calc(100% - 180px);
    padding: 30px;
    background-color: #a6fae8;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.archive-list .post .bottom .box {
    margin-bottom: 32px
}

.archive-list .post .bottom .box .categories-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.archive-list .post .bottom .box .categories-row .category-label {
    margin-bottom: 6px;
    margin-right: 16px
}

.archive-list .post .bottom>a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #7800f2
}

.archive-list .post .bottom>a:hover {
    color: #306
}

.archive-list .post .bottom>a:hover:after {
    margin-left: 15px
}

.archive-list .post .bottom .more {
    display: flex;
    align-items: center;
    transition: all .5s
}

.archive-list .post .bottom .more:after {
    margin-left: 10px;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 1px solid #7800f2;
    border-right: 1px solid #7800f2
}

.archive-list .post:nth-child(2n) .bottom {
    border: 1px solid #c2bdba;
    background-color: #fff
}

.archive-list .post:nth-child(6n) .bottom {
    border: 0
}

.archive-list .post:nth-child(3n) .bottom {
    background-color: #f7f2f2
}

.archive-list .post:nth-child(4n) .bottom {
    background-color: #306;
    border: 0
}

.archive-list .post:nth-child(4n) .bottom .category-label {
    color: #fff
}

.archive-list .post:nth-child(4n) .bottom .category-label:before {
    background: #fff
}

.archive-list .post:nth-child(4n) .bottom .h4 {
    color: #fff
}

.archive-list .post:nth-child(3n),.archive-list .post:nth-child(4n),.archive-list .post:nth-child(5n) {
    width: calc(33.3333% - 20px)
}

@media (max-width: 1250px) {
    .archive-list .post:nth-child(3n),.archive-list .post:nth-child(4n),.archive-list .post:nth-child(5n) {
        width:calc(50% - 20px)
    }
}

@media (max-width: 568px) {
    .archive-list .post:nth-child(3n),.archive-list .post:nth-child(4n),.archive-list .post:nth-child(5n) {
        width:calc(100% - 20px)
    }
}

.archive-list .post:nth-child(6n) {
    width: calc(50% - 20px)
}

@media (max-width: 568px) {
    .archive-list .post:nth-child(6n) {
        width:calc(100% - 20px)
    }
}

.title-link:after {
    display: none!important
}

.case-studies-archive-list .post,.ebooks-archive-list .post,.events-archive-list .post,.webinars-archive-list .post {
    width: calc(33.333% - 20px);
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background-color: #f7f2f2
}

@media (max-width: 1250px) {
    .case-studies-archive-list .post,.ebooks-archive-list .post,.events-archive-list .post,.webinars-archive-list .post {
        width:calc(50% - 20px)
    }
}

@media (max-width: 568px) {
    .case-studies-archive-list .post,.ebooks-archive-list .post,.events-archive-list .post,.webinars-archive-list .post {
        width:calc(100% - 20px)
    }
}

.case-studies-archive-list .post .date,.case-studies-archive-list .post .time,.ebooks-archive-list .post .date,.ebooks-archive-list .post .time,.events-archive-list .post .date,.events-archive-list .post .time,.webinars-archive-list .post .date,.webinars-archive-list .post .time {
    color: #2b2929
}

.case-studies-archive-list .post>a,.ebooks-archive-list .post>a,.events-archive-list .post>a,.webinars-archive-list .post>a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #7800f2
}

.case-studies-archive-list .post>a:hover,.ebooks-archive-list .post>a:hover,.events-archive-list .post>a:hover,.webinars-archive-list .post>a:hover {
    color: #306
}

.case-studies-archive-list .post>a:hover:after,.ebooks-archive-list .post>a:hover:after,.events-archive-list .post>a:hover:after,.webinars-archive-list .post>a:hover:after {
    margin-left: 15px
}

.case-studies-archive-list .post>a:after,.ebooks-archive-list .post>a:after,.events-archive-list .post>a:after,.webinars-archive-list .post>a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 18px;
    margin: 0 7px;
    transition: margin .4s;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQgNCA1IDUtNSA1IiBzdHJva2U9IiM3ODAwRjIiLz48L3N2Zz4=)
}

.case-studies-archive-list .post .top,.ebooks-archive-list .post .top,.events-archive-list .post .top,.webinars-archive-list .post .top {
    width: 100%;
    height: auto;
    background-image: none;
    margin-bottom: 32px
}

.case-studies-archive-list .post .top .categories-row,.ebooks-archive-list .post .top .categories-row,.events-archive-list .post .top .categories-row,.webinars-archive-list .post .top .categories-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.case-studies-archive-list .post .top .categories-row .category-label,.ebooks-archive-list .post .top .categories-row .category-label,.events-archive-list .post .top .categories-row .category-label,.webinars-archive-list .post .top .categories-row .category-label {
    margin-bottom: 6px;
    margin-right: 16px
}

.case-studies-archive-list .post .top ul,.ebooks-archive-list .post .top ul,.events-archive-list .post .top ul,.webinars-archive-list .post .top ul {
    list-style: none;
    margin-top: 16px
}

.case-studies-archive-list .post .top ul li,.ebooks-archive-list .post .top ul li,.events-archive-list .post .top ul li,.webinars-archive-list .post .top ul li {
    padding-left: 28px;
    margin-bottom: 16px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2b2929;
    opacity: .8
}

.case-studies-archive-list .post .top ul li:before,.ebooks-archive-list .post .top ul li:before,.events-archive-list .post .top ul li:before,.webinars-archive-list .post .top ul li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: 0;
    background: #3cc;
    content: ""
}

.case-studies-archive-list .post .bottom,.ebooks-archive-list .post .bottom,.events-archive-list .post .bottom,.webinars-archive-list .post .bottom {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: transparent!important;
    border: none!important
}

.case-studies-archive-list .post:nth-child(12),.case-studies-archive-list .post:nth-child(2),.case-studies-archive-list .post:nth-child(7),.ebooks-archive-list .post:nth-child(12),.ebooks-archive-list .post:nth-child(2),.ebooks-archive-list .post:nth-child(7),.events-archive-list .post:nth-child(12),.events-archive-list .post:nth-child(2),.events-archive-list .post:nth-child(7),.webinars-archive-list .post:nth-child(12),.webinars-archive-list .post:nth-child(2),.webinars-archive-list .post:nth-child(7) {
    background-color: #fff;
    border: 1px solid #c2bdba
}

.case-studies-archive-list .post:nth-child(12) span,.case-studies-archive-list .post:nth-child(2) span,.case-studies-archive-list .post:nth-child(7) span,.ebooks-archive-list .post:nth-child(12) span,.ebooks-archive-list .post:nth-child(2) span,.ebooks-archive-list .post:nth-child(7) span,.events-archive-list .post:nth-child(12) span,.events-archive-list .post:nth-child(2) span,.events-archive-list .post:nth-child(7) span,.webinars-archive-list .post:nth-child(12) span,.webinars-archive-list .post:nth-child(2) span,.webinars-archive-list .post:nth-child(7) span {
    color: #2b2929!important
}

.case-studies-archive-list .post:nth-child(13),.case-studies-archive-list .post:nth-child(3),.case-studies-archive-list .post:nth-child(8),.ebooks-archive-list .post:nth-child(13),.ebooks-archive-list .post:nth-child(3),.ebooks-archive-list .post:nth-child(8),.events-archive-list .post:nth-child(13),.events-archive-list .post:nth-child(3),.events-archive-list .post:nth-child(8),.webinars-archive-list .post:nth-child(13),.webinars-archive-list .post:nth-child(3),.webinars-archive-list .post:nth-child(8) {
    background-color: #306
}

.case-studies-archive-list .post:nth-child(13) .date,.case-studies-archive-list .post:nth-child(13) .time,.case-studies-archive-list .post:nth-child(3) .date,.case-studies-archive-list .post:nth-child(3) .time,.case-studies-archive-list .post:nth-child(8) .date,.case-studies-archive-list .post:nth-child(8) .time,.ebooks-archive-list .post:nth-child(13) .date,.ebooks-archive-list .post:nth-child(13) .time,.ebooks-archive-list .post:nth-child(3) .date,.ebooks-archive-list .post:nth-child(3) .time,.ebooks-archive-list .post:nth-child(8) .date,.ebooks-archive-list .post:nth-child(8) .time,.events-archive-list .post:nth-child(13) .date,.events-archive-list .post:nth-child(13) .time,.events-archive-list .post:nth-child(3) .date,.events-archive-list .post:nth-child(3) .time,.events-archive-list .post:nth-child(8) .date,.events-archive-list .post:nth-child(8) .time,.webinars-archive-list .post:nth-child(13) .date,.webinars-archive-list .post:nth-child(13) .time,.webinars-archive-list .post:nth-child(3) .date,.webinars-archive-list .post:nth-child(3) .time,.webinars-archive-list .post:nth-child(8) .date,.webinars-archive-list .post:nth-child(8) .time {
    color: #fff
}

.case-studies-archive-list .post:nth-child(13) .top .category-label,.case-studies-archive-list .post:nth-child(3) .top .category-label,.case-studies-archive-list .post:nth-child(8) .top .category-label,.ebooks-archive-list .post:nth-child(13) .top .category-label,.ebooks-archive-list .post:nth-child(3) .top .category-label,.ebooks-archive-list .post:nth-child(8) .top .category-label,.events-archive-list .post:nth-child(13) .top .category-label,.events-archive-list .post:nth-child(3) .top .category-label,.events-archive-list .post:nth-child(8) .top .category-label,.webinars-archive-list .post:nth-child(13) .top .category-label,.webinars-archive-list .post:nth-child(3) .top .category-label,.webinars-archive-list .post:nth-child(8) .top .category-label {
    color: #fff
}

.case-studies-archive-list .post:nth-child(13) .top .category-label:before,.case-studies-archive-list .post:nth-child(3) .top .category-label:before,.case-studies-archive-list .post:nth-child(8) .top .category-label:before,.ebooks-archive-list .post:nth-child(13) .top .category-label:before,.ebooks-archive-list .post:nth-child(3) .top .category-label:before,.ebooks-archive-list .post:nth-child(8) .top .category-label:before,.events-archive-list .post:nth-child(13) .top .category-label:before,.events-archive-list .post:nth-child(3) .top .category-label:before,.events-archive-list .post:nth-child(8) .top .category-label:before,.webinars-archive-list .post:nth-child(13) .top .category-label:before,.webinars-archive-list .post:nth-child(3) .top .category-label:before,.webinars-archive-list .post:nth-child(8) .top .category-label:before {
    background: #fff
}

.case-studies-archive-list .post:nth-child(13) .top .h4,.case-studies-archive-list .post:nth-child(13) .top a,.case-studies-archive-list .post:nth-child(3) .top .h4,.case-studies-archive-list .post:nth-child(3) .top a,.case-studies-archive-list .post:nth-child(8) .top .h4,.case-studies-archive-list .post:nth-child(8) .top a,.ebooks-archive-list .post:nth-child(13) .top .h4,.ebooks-archive-list .post:nth-child(13) .top a,.ebooks-archive-list .post:nth-child(3) .top .h4,.ebooks-archive-list .post:nth-child(3) .top a,.ebooks-archive-list .post:nth-child(8) .top .h4,.ebooks-archive-list .post:nth-child(8) .top a,.events-archive-list .post:nth-child(13) .top .h4,.events-archive-list .post:nth-child(13) .top a,.events-archive-list .post:nth-child(3) .top .h4,.events-archive-list .post:nth-child(3) .top a,.events-archive-list .post:nth-child(8) .top .h4,.events-archive-list .post:nth-child(8) .top a,.webinars-archive-list .post:nth-child(13) .top .h4,.webinars-archive-list .post:nth-child(13) .top a,.webinars-archive-list .post:nth-child(3) .top .h4,.webinars-archive-list .post:nth-child(3) .top a,.webinars-archive-list .post:nth-child(8) .top .h4,.webinars-archive-list .post:nth-child(8) .top a {
    color: #fff
}

.case-studies-archive-list .post:nth-child(13) a,.case-studies-archive-list .post:nth-child(3) a,.case-studies-archive-list .post:nth-child(8) a,.ebooks-archive-list .post:nth-child(13) a,.ebooks-archive-list .post:nth-child(3) a,.ebooks-archive-list .post:nth-child(8) a,.events-archive-list .post:nth-child(13) a,.events-archive-list .post:nth-child(3) a,.events-archive-list .post:nth-child(8) a,.webinars-archive-list .post:nth-child(13) a,.webinars-archive-list .post:nth-child(3) a,.webinars-archive-list .post:nth-child(8) a {
    color: #fff
}

.case-studies-archive-list .post:nth-child(13) a:after,.case-studies-archive-list .post:nth-child(3) a:after,.case-studies-archive-list .post:nth-child(8) a:after,.ebooks-archive-list .post:nth-child(13) a:after,.ebooks-archive-list .post:nth-child(3) a:after,.ebooks-archive-list .post:nth-child(8) a:after,.events-archive-list .post:nth-child(13) a:after,.events-archive-list .post:nth-child(3) a:after,.events-archive-list .post:nth-child(8) a:after,.webinars-archive-list .post:nth-child(13) a:after,.webinars-archive-list .post:nth-child(3) a:after,.webinars-archive-list .post:nth-child(8) a:after {
    border-color: #fff!important
}

.case-studies-archive-list .post:nth-child(13) li,.case-studies-archive-list .post:nth-child(3) li,.case-studies-archive-list .post:nth-child(8) li,.ebooks-archive-list .post:nth-child(13) li,.ebooks-archive-list .post:nth-child(3) li,.ebooks-archive-list .post:nth-child(8) li,.events-archive-list .post:nth-child(13) li,.events-archive-list .post:nth-child(3) li,.events-archive-list .post:nth-child(8) li,.webinars-archive-list .post:nth-child(13) li,.webinars-archive-list .post:nth-child(3) li,.webinars-archive-list .post:nth-child(8) li {
    color: #fff!important
}

.case-studies-archive-list .post:nth-child(10),.case-studies-archive-list .post:nth-child(14),.case-studies-archive-list .post:nth-child(4),.ebooks-archive-list .post:nth-child(10),.ebooks-archive-list .post:nth-child(14),.ebooks-archive-list .post:nth-child(4),.events-archive-list .post:nth-child(10),.events-archive-list .post:nth-child(14),.events-archive-list .post:nth-child(4),.webinars-archive-list .post:nth-child(10),.webinars-archive-list .post:nth-child(14),.webinars-archive-list .post:nth-child(4) {
    background-color: #a6fae8;
    border: none
}

.case-studies-archive-list .post:nth-child(10) span,.case-studies-archive-list .post:nth-child(14) span,.case-studies-archive-list .post:nth-child(4) span,.ebooks-archive-list .post:nth-child(10) span,.ebooks-archive-list .post:nth-child(14) span,.ebooks-archive-list .post:nth-child(4) span,.events-archive-list .post:nth-child(10) span,.events-archive-list .post:nth-child(14) span,.events-archive-list .post:nth-child(4) span,.webinars-archive-list .post:nth-child(10) span,.webinars-archive-list .post:nth-child(14) span,.webinars-archive-list .post:nth-child(4) span {
    color: #2b2929!important
}

.case-studies-archive-list .post:nth-child(12),.case-studies-archive-list .post:nth-child(6),.ebooks-archive-list .post:nth-child(12),.ebooks-archive-list .post:nth-child(6),.events-archive-list .post:nth-child(12),.events-archive-list .post:nth-child(6),.webinars-archive-list .post:nth-child(12),.webinars-archive-list .post:nth-child(6) {
    width: calc(33.333% - 20px)
}

.case-studies-archive-list .image-post-box,.ebooks-archive-list .image-post-box,.events-archive-list .image-post-box,.webinars-archive-list .image-post-box {
    width: calc(66.6666% - 20px);
    margin: 10px;
    display: flex;
    content: "";
    background-position: center;
    background-size: cover
}

@media (max-width: 1250px) {
    .case-studies-archive-list .image-post-box,.ebooks-archive-list .image-post-box,.events-archive-list .image-post-box,.webinars-archive-list .image-post-box {
        display:none
    }
}

.press-releases-archive-list {
    width: calc(100% + 20px);
    margin: -10px;
    display: flex;
    flex-wrap: wrap
}

.press-releases-archive-list .post {
    width: calc(33.333% - 20px);
    margin: 10px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #c2bdba;
    position: relative
}

@media (max-width: 992px) {
    .press-releases-archive-list .post {
        width:calc(50% - 20px)
    }
}

@media (max-width: 568px) {
    .press-releases-archive-list .post {
        width:calc(100% - 20px)
    }
}

.press-releases-archive-list .post .button-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #7800f2
}

.press-releases-archive-list .post .button-text:hover {
    color: #306
}

.press-releases-archive-list .post .button-text:hover:after {
    margin-left: 15px
}

.press-releases-archive-list .post .button-text:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 18px;
    margin: 0 7px;
    transition: margin .4s;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQgNCA1IDUtNSA1IiBzdHJva2U9IiM3ODAwRjIiLz48L3N2Zz4=)
}

.press-releases-archive-list .post .top {
    width: 100%;
    height: 88px;
    background-image: none;
    border-bottom: 1px solid #c2bdba;
    margin-top: -30px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.press-releases-archive-list .post .top img {
    max-width: 100%;
    height: auto
}

.press-releases-archive-list .post .h4 {
    margin-bottom: 52px
}

.press-releases-archive-list .post .bottom {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: transparent!important;
    position: absolute;
    bottom: 30px;
    left: 30px
}

.press-releases-archive-list .image-post-box {
    width: calc(66.6666% - 20px);
    margin: 10px;
    display: flex;
    content: "";
    background-position: center;
    background-size: cover
}

@media (max-width: 992px) {
    .press-releases-archive-list .image-post-box {
        display:none
    }
}

.podcasts-archive-list .podcast-post {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 30px;
    background-color: #f8f8fa;
    border: 1px solid #c2bdba;
    box-sizing: border-box
}

.podcasts-archive-list iframe {
    max-width: initial!important
}

.podcasts-archive-list+.btn-wrap {
    text-align: center;
    margin-top: 30px;
    width: 100%
}

.podcasts-archive-list+.btn-wrap .btn {
    background: #7800f2;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding: 0 18px;
    color: #fff;
    border: none;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 48px;
    margin: 0 auto
}

aside {
    width: 100%
}

aside .filter-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #c2bdba;
    margin-bottom: 20px
}

aside .filter-box .title-box {
    border-bottom: 1px solid #c2bdba;
    padding: 12px 24px
}

aside .filter-box .categories-list {
    padding: 24px 24px 8px 24px;
    display: flex;
    flex-wrap: wrap
}

aside .filter-box .categories-list .button-secondary {
    height: 38px;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 10px;
    font-size: 14px;
    line-height: 130%
}

aside .form-box {
    width: 100%;
    padding: 30px 30px 0 30px;
    background: #f7f2f2;
    margin-top: 40px;
    overflow: hidden;
    position: relative
}

aside .form-box:before {
    width: 102px;
    height: 102px;
    background: #a6fae8;
    transform: rotate(-45deg);
    position: absolute;
    top: -50px;
    right: -10px;
    content: ""
}

aside .form-box form {
    width: 100%;
    margin-top: 32px
}

aside .form-box form input {
    border: none;
    border-bottom: 1px solid #dedbd9;
    color: #2b2929;
    background: 0 0;
    width: 100%
}

aside .form-box form input[type=submit] {
    background: #7800f2;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding: 0 18px;
    color: #fff;
    border: none;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 32px;
    cursor: pointer
}

aside .form-box form::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #dedbd9
}

aside .form-box form::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #dedbd9
}

.simple-page-page {
    padding-top: 80px
}

.simple-page-page .content-section {
    padding: 40px 0 60px 0
}

.simple-page-page .content-section .container {
    display: flex;
    justify-content: center
}

.simple-page-page .content-section .container .content {
    width: 100%;
    max-width: 794px;
    display: flex;
    flex-direction: column
}

.simple-page-page .content-section .container .content h2,.simple-page-page .content-section .container .content h3,.simple-page-page .content-section .container .content h4,.simple-page-page .content-section .container .content h5 {
    margin-top: 16px;
    margin-bottom: 10px
}

.simple-page-page .content-section .container .content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 40px
}

.simple-page-page .content-section .container .content p {
    margin-bottom: 16px
}

.simple-page-page .content-section .container .content ol {
    padding-left: 24px;
    margin-bottom: 16px
}

.simple-page-page .content-section .container .content ol li {
    margin-bottom: 16px
}

.simple-page-page .content-section .container .content ol li:last-child {
    margin-bottom: 0
}

.simple-page-page .content-section .container .content ul {
    list-style: none;
    margin-bottom: 16px
}

.simple-page-page .content-section .container .content ul li {
    padding-left: 28px;
    margin-bottom: 16px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2b2929;
    opacity: .8
}

.simple-page-page .content-section .container .content ul li:last-child {
    margin-bottom: 0
}

.simple-page-page .content-section .container .content ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    display: block;
    content: "";
    background: #3cc
}

.locations-section {
    padding: 120px 0 100px 0;
    background: #f7f2f2
}

@media (max-width: 768px) {
    .locations-section {
        padding:50px 0 40px 0
    }
}

.locations-section .container {
    display: flex;
    flex-direction: column
}

.locations-section .content {
    width: calc(100% + 40px);
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.locations-section .column {
    width: calc(33.33% - 40px);
    margin: 20px;
    background: #fff
}

@media (max-width: 768px) {
    .locations-section .column {
        width:calc(100% - 40px)
    }
}

.locations-section img {
    height: 246px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.locations-section .text-wrap {
    padding: 24px
}

.locations-section p {
    width: 100%;
    display: flex
}

.locations-section p b {
    color: #353239;
    font-weight: 400;
    width: 80px
}

.locations-section p span {
    color: rgba(53,50,57,.8);
    width: calc(100% - 80px)
}

.locations-section .phone {
    margin-top: 16px
}

.locations-section .address {
    margin-top: 16px
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

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

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

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

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/* Missing Template at Path: \'https:\/\/20901842.fs1.hubspotusercontent-na1.net\/hubfs\/20901842\/antartica\/stylesheet.css\' */