







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */




.cartos h1, .cartos h2, .cartos h3, .cartos h4, .cartos h5, .cartos h6, p {
  font-family:"Hanken Grotesk",sans-serif;
}























/* 1d. Buttons */














a.button {
  color:#ffffff;
  background:#1A2A56;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

a.button:hover {
  color:#1A2A56 !important;
  background:#93DD53 !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.cartos .body-container {
  padding-top:60px;
}

.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 10px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #211e1e;
  font-size: 10px;
}

/* Paragraphs */

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

/* Anchors */

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

a:hover,
a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #cc5600;
}

a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffa648;
}

/* Headings */

h1, .h1 {
  font-family:'Hanken Grotesk',sans-serif;
  font-weight:800;
  color: #211e1e;
  font-size: 48px;
  text-transform: none;
}

.heading-text h1 {
  margin-bottom:0px !important;
}

h2, .h2 {
  font-weight: 700; text-decoration: none; font-family: Archivo, sans-serif; font-style: normal;
  color: #211e1e;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Archivo, sans-serif; font-style: normal;
  color: #211e1e;
  font-size: 30px;
  text-transform: none;
}

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

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Archivo, sans-serif; font-style: normal;
  color: #211e1e;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Archivo, sans-serif; font-style: normal;
  color: #211e1e;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #ffffff;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #f47e20;

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

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(244, 126, 32, 1.0)

;
  border-radius: 12px;
  color: #211e1e;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid rgba(255, 255, 255, 0%);
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 12px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 166, 72, 1.0);
  border-color: #ffa648;
}





form,
.submitted-message {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Archivo; 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: 30px;
  color: #211e1e;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #211e1e;
}

/* Help text */

form legend {
  color: #211e1e;
}

/* 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: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #211e1e;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #211e1e;
}

::-moz-placeholder {
  color: #211e1e;
}

:-ms-input-placeholder {
  color: #211e1e;
}

::placeholder {
  color: #211e1e;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #f47e20;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(244, 126, 32, 1.0)

;
  border-radius: 12px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 166, 72, 1.0);
  border-color: #ffa648;
}





/* Table */

table {
  border: 1px solid #211e1e;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td, th {
  border: 1px solid #211e1e;

  padding: 18px;

  color: #211e1e;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(244, 126, 32, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #211e1e;
}





.cartos .itt-header-section .navbar {
    border-radius: 0px;
    box-shadow: unset;
    margin: 0px;
    padding: 15px 30px;
}

.cartos .itt-header-section .container {
  width:100%;
  max-width:100%;
}

.cartos .header {
  background-color: #1A2A56;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .26);
  position: fixed;
  width: 100%;
  z-index: 2;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #211e1e;
  font-family: Montserrat;
}

.menu__child-toggle-icon {
  border-top-color: #211e1e;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #494646;
}

.menu__child-toggle-icon:active {
  border-top-color: #494646;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #211e1e;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #f47e20;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #f47e20;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #211e1e;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #f47e20;
}

button.navbar-toggler {
  background-color:none !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

button.navbar-toggler:hover {
  background:none !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.menu__link {
  color: #ffffff;
  font-weight:600;
  font-family: 'Hanken Grotesk';
  font-size: 16px !important;
  text-transform: none;
  letter-spacing:0px;
  padding:0px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.menu__link:hover {
  color: #93DD53 !important;
  font-weight:600;
  font-family: 'Hanken Grotesk';
  font-size: 16px !important;
  text-transform: none;
  letter-spacing:1px;
  padding:0px 5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.cartos .navbar-toggler .hamburger-toggle .hamburger span {
    background: #ffffff !important;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Montserrat;
}

.header__language-switcher-label-current:after {
  border-top-color: #211e1e;
}

.header__language-switcher--label-current .lang_list_class {
    display: none;
    position: absolute;
    top: 50px;
    right: -12px;
    left: auto;
    -webkit-transform: translate(0%);
    transform: translate(0%);
    text-align: center;
    z-index: 100;
    list-style-type: none;
    padding: 4px;
    margin: 0;
    width: 100%;
    text-align: left;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: white;
    min-width: 175px;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #211e1e;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(245, 245, 245, 1.0)

;
}

.cartos .main-footer-section {
  background:#1A2A56;
}

/* Footer content */

.footer {
  background-color: #1a2a56;
}

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff !important;
}

.main-footer-section .itt-footer-info .itt-footer-logo {
    margin-bottom: 0px;
}

.main-footer-section .itt-footer-links {
    margin-top: 70px;
}

.footer-links-title {
  margin:0px;
}

.footer-text-p, .main-footer-section .itt-footer-links ul li a {
  color:#ffffff;
  letter-spacing: 0px;
  padding: 0px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.main-footer-section .itt-footer-links ul li a:hover {
  color: #93dd53 !important;
  letter-spacing: 1px;
  padding: 0 5px;
  text-decoration:none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.main-footer-section .itt-footer-awards {
    margin: 4rem 0rem;
}

.main-footer-section .itt-footer-copyright-text {
    color: #ffffff;
}





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

/* Blog post */

.blog-post__meta a {
  color: #211e1e;
}

.blog-post__tag-link {
  color: #211e1e;
}

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

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

/* Blog related posts */
.blog-related-posts__title-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.blog-related-posts__title-link {
  color: #211e1e;
}

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

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

.blog-related-posts__content .rel-desc h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-family: Archivo, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #211e1e;
}





#hs_cos_wrapper_widget_1749226797077 .card {
  text-align:center;
}

#hs_cos_wrapper_widget_1749226797077 .card__text * {
   color:#ffffff !important;
}


/* Timeline With Scrolling Animation Overrides */

.row-fluid .timeline-with-scrolling-animation-timeline-main .timeline-with-scrolling-animation-heading-main {
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}

.timeline-with-scrolling-animation-timeline-main.widget_1748526513627 h3 {
    font-family: "Hanken Grotesk";
    font-weight: 600 !important;
    text-transform: unset !important;
}

.row-fluid .timeline-with-scrolling-animation-timeline-main .timeline-with-scrolling-animation-timeline-outer .timeline-section h3 {
    margin-bottom: 0px;
    line-height: 30px !important;
}

/* Service Cards Overrides */

.service_card.service_layout_one .box .main-box {
  box-shadow:none !important;
}

/* Parallax Banner Overrides */

.widget_1747861469070 .heading-txt h1 {
  font-size:36px !important;
  line-height:36px !important;
  margin-bottom:10px !important;
}

.widget_1747861469070 .heading-txt p {
  margin-bottom:15px !important;
}

.cartos .dew_parallax_banner.txt-cont {
/*     width: calc(75% - 200px) !important; */
/*     max-width: 588px !important; */
    max-width:438px !important;
    padding-top: 15px !important;
/*     padding-right: 100px; */
    padding-bottom: 15px !important;
/*     padding-left: 100px; */
}

/* .cartos .dew_parallax_banner.txt-cont {
  width: 44% !important;
} */

.widget_1747861469070 .heading-txt p {
  margin-bottom:25px !important;
}

@media(min-width: 768px) {
  .cartos .dew_parallax_banner.txt-cont
        width: 46% !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
  }
/*   .cartos .dew_parallax_banner.txt-cont {
    width: calc(87% - 200px) !important;
    max-width: 588px !important;
    padding-top: 50px !important;
    padding-right: 100px;
    padding-bottom: 50px !important;
    padding-left: 100px; */
  }
  .widget_1747861469070 .heading-txt h1 {
    line-height:48px !important;
    font-size:48px !important;
    margin-bottom:10px;
  }
}

/* @media(min-width: 1024px) {
  .cartos .dew_parallax_banner.txt-cont {
    width: calc(66% - 200px) !important;
  }
}

@media(min-width: 1200px) {
  .widget_1747861469070 .txt-cont {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
} */

/* Testimonials Overrides */

.slick-center .client-img img {
    width: 50px;
    max-width: unset !important;
}

/* Fancy Flip Card Overrides */

.fancy-flip-card-back .fancy-flip-card-content p {
   color:#1a2a56 !important;
}

/* Service Card Overrides */

.service_card.service_layout_one .main-box .text-box h4, .service_card.service_layout_one .main-box .text-box p {
    color: #1a2a56 !important;
    font-family: 'Hanken Grotesk' !important;
}

.service_card .main-box .text-box h4 {
    font-size: 24px !important;
    font-weight: 800 !important;
}

/* dew Parallax Banner Overrides */

#hs_cos_wrapper_module_1747940857306 .kohorta-narration-text, #hs_cos_wrapper_module_1747940857306 .kohorta-narration-animated-text {
  justify-content:unset !important;
}

/* .cartos .dew_parallax_banner.txt-cont {
  width: calc(66% - 200px) !important;
  max-width:588px !important;
} */

.widget_1747861469070 .txt-cont {
    padding-top: 50px;
    padding-right: 100px;
    padding-bottom: 50px;
    padding-left: 100px;
}

.cartos .heading-txt h1 {
  color:#1a2a56 !important;
}

.cartos .heading-txt p {
  font-family:"Hanken Grotesk";
}

.cartos .left-btn a {
  display: inline-block;
  padding: 15px 30px !important;
  color: #ffffff !important;
  border: none;
  background: #1A2A56;
  font-size:14px;
  font-weight:600;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.cartos .left-btn a:hover {
  color: #1A2A56 !important;
  font-size:14px;
  font-weight:600;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

/* 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-weight: 700; text-decoration: none; font-family: Archivo, sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #211e1e;
}

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

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

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

/* Blog pagination */

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

.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: #000000;
}

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

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

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Archivo, sans-serif; font-style: normal;
  color: #211e1e;
  font-size: 30px;
}

.card__body svg {
  fill: #f47e20;
}

/* Social follow */

.social-links__icon {
  background-color: #f47e20;
}

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

.social-links__icon:active {
  background-color: #ffa648;
  font-weight: 700; text-decoration: none; font-family: Archivo, sans-serif; font-style: normal;
  color: #211e1e;
  font-size: 30px;
}