







/* 1a. Containers */



/* 1b. Colors */







/* 1c. Typography */


























/* 1d. Buttons */





































































/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */









/* 1h. Website footer */





































:root {
  --white-color: #ffffff;
  --black-color: #000;
  --primary-accent: #FAF9F4;
  --primary-color: #2253FF;
  --secondary-color: #07172F;
  --primary-accent: #FAF9F4;
}

.bg_primary{
  background: var(--primary-color) !important;
}
.bg_secondary{
  background: var(--secondary-color) !important;
}
.content-wrapper,
.page-center{
  max-width: 1240px;
  margin: 0 auto;
}
.btn-white-filled {
  background: var(--white-color) !important;
  color: var(--black-color) !important;
}
.btn-black-outlined{
  border-color: 1px solid var(--black-color) !important;
  color: var(--primary-color) !important;
}
footer.site-footer {
  position: relative;
  z-index: 2;
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

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





html {
  font-size: 16px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #424952;
}

/* Paragraphs */

.primary-text-color {
  color: #2253FF;
  font-weight: 900;
}


.secondary-text-color {
  color: #07172F;
  font-weight: 900;
}


.h1 .primary-text-color,
h1 .primary-text-color,
h1 .secondary-text-color,
.h1 .secondary-text-color{
  font-weight: 600;
}

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  ;
  color: #2253FF;
  text-decoration: none;
}

a:hover,
a:focus {
  ;
  color: ;
  text-decoration: none;
}

a:active {
  ;
  color: ;
}

/* Headings */

h1,.h1 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #07172f;
  font-size: 70px;
}

h2,
.h2 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #07172f;
  font-size: 50px;
  text-transform: ;
}

h3,
.h3 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #07172f;
  font-size: 34px;
  text-transform: ;
}

h4,
.h4 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #07172f;
  font-size: 24px;
  text-transform: ;
}

h5,
.h5 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #07172f;
  font-size: 20px;
  text-transform: ;
}

h6,
.h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #38364e;
  font-size: 16px;
  text-transform: ;
}

/* Blockquote */

blockquote {
  border-left-color: #07172F;
}

/* Apply theme line heights */
h1, .h1 {
  line-height: 1.2;
}

h2, .h2 {
  line-height: 1.25;
}

h3, .h3 {
  line-height: 1.2;
}

h4, .h4 {
  line-height: 1.35;
}

h5, .h5 {
  line-height: 1.4;
}

h6, .h6 {
  line-height: 1.45;
}

body, p {
  line-height: 1.55;
}







/* -----------------------------------------
BASE SHARED STYLES
------------------------------------------ */

button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
.btn,
li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite:last-child,
.hs-sec-btn,
.ins-btn{
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-family: Montserrat;
  font-size: 16px;
  color: #ffffff;
  text-transform: none;
  padding-top: 12px;
padding-right: 30px;
padding-bottom: 12px;
padding-left: 30px;
;
  border-radius: 10px;
  transition: all 0.25s ease;
  text-align: center;
}

button:hover,
.button:hover,
.hs-button:hover,
.hs-blog-post-listing__post-button:hover,
.btn:hover,
.ins-btn:hover {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-family: Montserrat;
  font-size: 16px;
  color: #ffffff;
  text-transform: none;
  padding-top: 12px;
padding-right: 30px;
padding-bottom: 12px;
padding-left: 30px;
;
  border-radius: 10px;
  text-align: center;
}


/* ==========================================
PRIMARY FILLED
========================================== */
.hs-button,
.btn-primary-filled {
  background-color: 

  
  
    
  


  rgba(34, 83, 255, 1.0)

;
  border: 2px solid #2253FF;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.btn-primary-filled .btn__icon svg path {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.hs-button:hover,
.hs-button:focus,
.btn-primary-filled:focus,
.btn-primary-filled:hover {
  background-color: 

  
  
    
  


  rgba(0, 56, 255, 1.0)

;
  border: 2px solid #0038ff;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.btn-primary-filled:hover .btn__icon svg path {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* ==========================================
PRIMARY OUTLINED
========================================== */

.btn-primary-outlined {
  background-color: 

  
  
    
  


  rgba(129, 161, 62, 0.0)

;
  border: 2px solid #2253FF;
;
  color: 

  
  
    
  


  rgba(34, 83, 255, 1.0)

;
}

.btn-primary-outlined .btn__icon svg path {
  fill: 

  
  
    
  


  rgba(34, 83, 255, 1.0)

;
}

.btn-primary-outlined:hover,
.btn-primary-outlined:focus {
  background-color: 

  
  
    
  


  rgba(34, 83, 255, 1.0)

;
  border: 2px solid #2253FF;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.btn-primary-outlined:hover .btn__icon svg path {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* ==========================================
SECONDARY FILLED
========================================== */
.btn-secondary-filled {
  background-color: 

  
  
    
  


  rgba(7, 23, 47, 1.0)

;
  border: 2px solid #07172F;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.btn-secondary-filled .btn__icon svg path {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.btn-secondary-filled:hover,
.btn-secondary-filled:focus{
  background-color: 

  
  
    
  


  rgba(29, 184, 205, 0.0)

;
  border: 2px solid #0f2443;
;
  color: 

  
  
    
  


  rgba(15, 36, 67, 1.0)

;
}


.btn-secondary-filled:hover .btn__icon svg path {
  fill: 

  
  
    
  


  rgba(15, 36, 67, 1.0)

;
}


/* ==========================================
SECONDARY OUTLINED
========================================== */
.btn-secondary-outlined{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid #07172F;
;
  color: 

  
  
    
  


  rgba(7, 23, 47, 1.0)

;
}

.btn-secondary-outlined .btn__icon svg path {
  fill: 

  
  
    
  


  rgba(7, 23, 47, 1.0)

;
}

.btn-secondary-outlined:hover,
.btn-secondary-outlined:focus {
  background-color: 

  
  
    
  


  rgba(7, 23, 47, 1.0)

;
  border: 2px solid #07172F;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.btn-secondary-outlined:hover .btn__icon svg path {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* ==========================================
black filled
========================================== */
.btn-black-filled {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border: 2px solid #000000;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.btn-black-filled .btn__icon svg path {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.btn-black-filled:hover {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border: 2px solid #000000;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.btn-black-filled:hover .btn__icon svg path {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* ==========================================
black outlined filled
========================================== */

li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite:last-child{
  background-color: transparent;
  border: 2px solid #000000;
;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite:last-child:hover,
body li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite:focus,
body li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite:last-child:active {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}




@media(max-width:767px){


  body li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite:last-child{
    max-width: 150px;
    margin-left: 35px;
    padding: 6px 25px;
  }

  
  h1 {
    font-size: 30px;
  }
  

  
  h2, .h2 {
    font-size: 25px;
  }
  

  
  h3, .h3 {
    font-size: 22px;
  }
  

  
  h4, .h4 {
    font-size: 20px;
  }
  

  
  h5, .h5 {
    font-size: 18px;
  }
  

  

  
}


/* ==========================================
ACTIVE STATE (shared)
========================================== */








form,
.submitted-message {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #f3f3f3;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(243, 243, 243, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #07172F;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Montserrat; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 34px;
  color: #38364e;
  background-color: 

  
  
    
  


  rgba(7, 23, 47, 1.0)

;
}


/* Labels */

form label {
  color: #07172F;
}

/* Help text */

form legend {
  color: #38364e;
}

/* 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 {
  border: 1px solid #E4E4E4;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #07172F;
  border-radius: 10px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #424952;
}

::-moz-placeholder {
  color: #424952;
}

:-ms-input-placeholder {
  color: #424952;
}

::placeholder {
  color: #424952;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #424952;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #2253FF;

  padding-top: 12px;
padding-right: 30px;
padding-bottom: 12px;
padding-left: 30px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none
  color: #FFFFFF;
  font-size: 16px;
  background-color: 

  
  
    
  


  rgba(34, 83, 255, 1.0)

;
  border-radius: 10px;
  text-transform: none;
}
form .hs-button:hover,
form .hs-button:focus{
  font-size: 16px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(0, 56, 255, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(
    74, 123, 255,
    1.0
  );
  border-color: #4a7bff;
}





/* Table */

table {
  border: 1px solid #78066f;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  margin: 30px 0;
}

/* Table cells */

td,
th {
  border: 1px solid #78066f;

  padding: 10px;

  color: #78066f;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(34, 83, 255, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #78066f;
}





/* ===============================
HEADER BACKGROUND
================================ */

.site-header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* ===============================
NAV LINKS (LEVEL 1)
================================ */

.site-header .hs-menu-wrapper > ul > li > a {
  color: #07172F;
  font-family: Montserrat;
  font-weight: 600;
}

.site-header .hs-menu-wrapper > ul > li > a:hover,
.site-header .hs-menu-wrapper > ul > li > a:focus {
  color: #000007;
}

.site-header .hs-menu-wrapper > ul > li.active > a {
  color: #2f3f57;
}


/* ===============================
CHILD TRIGGER (ARROW)
================================ */

header.site-header
.hs-menu-item.hs-item-has-children > a::before {
  border-right-color: #07172F;
  border-bottom-color: #07172F;
}

header.site-header
.hs-menu-item.hs-item-has-children:hover > a::before {
  border-right-color: #000007;
  border-bottom-color: #000007;
}


/* ===============================
DROPDOWN (LEVEL 2)
================================ */

.site-header .hs-menu-children-wrapper {
  background-color: 

  
  
    
  


  rgba(250, 249, 244, 1.0)

;
  ;
}

.site-header .hs-menu-children-wrapper a {
  color: #07172F;
}

.site-header .hs-menu-children-wrapper a:hover,
.site-header .hs-menu-children-wrapper a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* ===============================
HEADER CTA BUTTONS
================================ */

.site-header .header-extra-menu .hs-button {
  font-family: Montserrat;
}

.site-header .header-extra-menu .hs-sec-btn {
  font-family: Montserrat;
}


/* ===============================
MOBILE NAV COLORS
================================ */

@media (max-width: 991px) {

  .site-header .header-menu-wrap {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .site-header .mobile-toggle .line {
    background-color: #07172F;
  }

  .site-header .hs-menu-wrapper > ul > li {
    border-bottom-color: #57677f;
  }

  .site-header .hs-item-has-children > a::after {
    color: #07172F;
  }
}






footer.site-footer {
  background-color: 

  
  
    
  


  rgba(7, 23, 47, 1.0)

;
}

/* Footer content */

footer.site-footer p,
footer.site-footer h1,
footer.site-footer h2,
footer.site-footer h3,
footer.site-footer h4,
footer.site-footer h5,
footer.site-footer h6,
footer.site-footer label,
footer.site-footer span,
footer.site-footer li,
footer.site-footer img,
footer.site-footer  .footer-social svg,
footer.site-footer .footer-menus-row .hs-menu-wrapper ul>li>a,
footer a
footer strong,
.footer-contact-item a{
  color: #FFFFFF;
  fill: #FFFFFF;
}






.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #424952;
}

.blog-post__tag-link {
  color: #424952;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #1a212a;
}

.blog-post__tag-link:active {
  color: #6a717a;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: ;
}

.blog-related-posts__title-link {
  color: #07172f;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000007;
}

.blog-related-posts__title-link:active {
  color: #2f3f57;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: ;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: ;
}

#comments-listing .comment-reply-to:active {
  color: ;
}





.hs-search-results__title {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #07172f;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: ;
}

.hs-blog-post-listing__post-title-link {
  color: #07172f;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000007;
}

.hs-blog-post-listing__post-title-link:active {
  color: #2f3f57;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #424952;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #424952;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #1a212a;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #6a717a;
}

.hs-pagination__link-icon svg {
  fill: #424952;
}

/* Pricing card */

.card__price {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #07172f;
  font-size: 34px;
}

.card__body svg {
  fill: #2253FF;
}

/* Social follow */

.social-links__icon {
  background-color: #2253FF;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #002bd7;
}

.social-links__icon:active {
  background-color: #4a7bff;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #07172f;
  font-size: 34px;
}
.button-wrapper.dnd_area-dnd_partial-5-module-3 {
  text-align: center;
}
.white-color {
  color: #fff;
}


.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
  flex: 0 0 auto;
}
.row-fluid .span11 {
  width: 91.66%;
  flex: 0 0 auto;
}
.row-fluid .span10 {
  width: 83.33%;
  flex: 0 0 auto;
}
.row-fluid .span9 {
  width: 75%;
  flex: 0 0 auto;
}
.row-fluid .span8 {
  width: 66.66%;
  flex: 0 0 auto;
}
.row-fluid .span7 {
  width: 58.33%;
  flex: 0 0 auto;
}
.row-fluid .span6 {
  width: 50%;
  flex: 0 0 auto;
}
.row-fluid .span5 {
  width: 41.66%;
  flex: 0 0 auto;
}
.row-fluid .span4 {
  width: 33.33%;
  flex: 0 0 auto;
}
.row-fluid .span3 {
  width: 25%;
  flex: 0 0 auto;
}
.row-fluid .span2 {
  width: 16.66%;
  flex: 0 0 auto;
}
.row-fluid .span1 {
  width: 8.33%;
  flex: 0 0 auto;
}

/*  */


.flex_row .col12 {
  width: 100%;
  flex: 0 0 auto;
}
.flex_row .col11 {
  width: 91.66%;
  flex: 0 0 auto;
}
.flex_row .col10 {
  width: 83.33%;
  flex: 0 0 auto;
}
.flex_row .col9 {
  width: 75%;
  flex: 0 0 auto;
}
.flex_row .col8 {
  width: 66.66%;
  flex: 0 0 auto;
}
.flex_row .col7 {
  width: 58.33%;
  flex: 0 0 auto;
}
.flex_row .col6 {
  width: 50%;
  flex: 0 0 auto;
}
.flex_row .col5 {
  width: 41.66%;
  flex: 0 0 auto;
}
.flex_row .col4 {
  width: 33.33%;
  flex: 0 0 auto;
}
.flex_row .col3 {
  width: 25%;
  flex: 0 0 auto;
}

.flex_row .col20 {
  width: 20%;
  flex: 0 0 auto;
}

.flex_row .col2 {
  width: 16.66%;
  flex: 0 0 auto;
}
.flex_row .col1 {
  width: 8.33%;
  flex: 0 0 auto;
}
.flex_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  row-gap: 32px
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}
.section-background,
.section-overlay{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
.section-background{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
To implement a high-performance parallax effect in your HubSpot module, you need a combination of Global CSS (to handle the positioning and layering) and a specific implementation method within your module's HTML.

1. Global CSS for Parallax
Add this to your theme's global CSS file (usually theme-overrides.css or main.css). This ensures that the parallax engine and the overlay system work consistently across all modules.

CSS
/* --- Global Parallax & Background System --- */

/* The parent section MUST have this to contain the background */
.parallax-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Base style for the background layer */
.section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

/* Applied when parallax is active */
.parallax-window {
  background: transparent !important;
  /* Ensures the parallax canvas covers the whole area */
  min-height: 1px; 
}

/* Ensure module content sits above the background/overlay */
.parallax-content {
  position: relative;
  z-index: 10;
}
.relative{
  position: relative;
  z-index: 2;
}
a.hs-button,
a.hs-sec-btn{
  text-decoration: none;
}

.ins-top-cnt{
  margin-bottom: 50px;
}

.ins-top-cnt p:last-child{
  margin: 0;
}
.swiper-pagination-bullet-active{
  background: #2253FF !important;
}
.swiper-button-next, .swiper-button-prev{
  color: #2253FF !important;
}
form {
  padding: 2rem;
  border-radius: 12px;
}
@media (max-width: 991px){
  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    width: 50%;  
  }
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    width: 100%;  
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    width: 100%;
  }

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 16px;

  }

  .ins-top-cnt{
    margin-bottom: 30px;
  }

}

.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding:0;
}


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 16px;
  }


  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    flex: 0 0 auto;
  }
  .row-fluid .span11 {
    width: 91.66%;
    flex: 0 0 auto;
  }
  .row-fluid .span10 {
    width: 83.33%;
    flex: 0 0 auto;
  }
  .row-fluid .span9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .row-fluid .span8 {
    width: 66.66%;
    flex: 0 0 auto;
  }
  .row-fluid .span7 {
    width: 58.33%;
    flex: 0 0 auto;
  }
  .row-fluid .span6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .row-fluid .span5 {
    width: 41.66%;
    flex: 0 0 auto;
  }
  .row-fluid .span4 {
    width: 33.33%;
    flex: 0 0 auto;
  }
  .row-fluid .span3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .row-fluid .span2 {
    width: 16.66%;
    flex: 0 0 auto;
  }
  .row-fluid .span1 {
    width: 8.33%;
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}
.bg_el {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-center,
.content-wrapper {
  z-index: 3;
  position: relative;
}
[class^="col"],
[class*=" col"] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
  .flex_row {
    margin: 0;
  }
  [class^="col"],
  [class*=" col"] {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}