

@import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');


:root {
  --primary: #74CECE;
  --secondary: #0B2349;
  --tertiary: #4D4D4D;
  --brown: #E89365;
}

@font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: 300;
    src: local('Silka'), url('//2705531.fs1.hubspotusercontent-na1.net/hubfs/2705531/raw_assets/public/outdoorindesign-theme/fonts/Silka-Light.woff')format('woff');
 }

@font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: 400;
    src: local('Silka'), url('//2705531.fs1.hubspotusercontent-na1.net/hubfs/2705531/raw_assets/public/outdoorindesign-theme/fonts/Silka-Regular.woff')format('woff');
 }

@font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: 500;
    src: local('Silka'), url('//2705531.fs1.hubspotusercontent-na1.net/hubfs/2705531/raw_assets/public/outdoorindesign-theme/fonts/Silka-Medium.woff')format('woff');
 }

@font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: 600;
    src: local('Silka'), url('//2705531.fs1.hubspotusercontent-na1.net/hubfs/2705531/raw_assets/public/outdoorindesign-theme/fonts/Silka-SemiBold.woff')format('woff');
 }








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */






















/*  */





/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

.dnd-section > .row-fluid {
  max-width: 1375px;
  /*max-width:1376px;*/
}





html {
  font-size: ;
}

body {
  ;
  color: ;
  font-size: 19px;
  background-color:#EFEEED;
  font-family: 'Silka', serif;
  font-weight:400;
}

/* Paragraphs */

p {
  font-size: 19px;
  font-family: 'Silka', serif;
  font-weight:400;  
}

/* Anchors */

a {
  font-family: 'Silka', serif;
  color: #0270E0;
  text-decoration:none;
}

a:hover,
a:focus {
   font-family: 'Silka', serif;
  color: #0048b8;
}

a:active {
   font-family: 'Silka', serif;
  color: #2a98ff;
}

strong{
 font-weight: 500;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #0B2349;
  font-size: 71px;
  text-transform: none;
  font-family: 'Silka', serif;
  font-weight:400;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #0B2349;
  font-size: 41px;
  text-transform: none;
  font-family: 'Silka', serif;
  font-weight:400;
  line-height: 50px;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #0B2349;
  font-size: 24px
  text-transform: none;
  font-family: 'Silka', serif;
  font-weight:400;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #0B2349;
  font-size: 24px;
  text-transform: none;
  font-weight:400;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #0B2349;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #74CECE;
}





button,
.button {
  border: 1px solid #74cece;

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

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(116, 206, 206, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(76, 166, 166, 1.0);
  border-color: #4ca6a6;
}

button:active,
.button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(156, 246, 246, 1.0);
  border-color: #9cf6f6;
}





form,
.submitted-message {
  ;
}

/* Form title */

.form-title {
  color: #74CECE;
}

/* Labels */

form label {
  color: #0B2349;
}

/* Help text */

form legend {
  color: #0B2349;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0B2349;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #0B2349;
}

::-moz-placeholder {
  color: #0B2349;
}

:-ms-input-placeholder {
  color: #0B2349;
}

::placeholder {
  color: #0B2349;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #74cece;

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

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(116, 206, 206, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(76, 166, 166, 1.0);
  border-color: #4ca6a6;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(156, 246, 246, 1.0);
  border-color: #9cf6f6;
}





/* Table */

table {
  border: 1px solid #0B2349;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #0B2349;

  padding: 18px;

  color: #0B2349;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(11, 35, 73, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0B2349;
}





.header {
  /*background-color: 

  
  
    
  


  rgba(116, 206, 206, 1.0)

;*/
  background-color: transparent;
}

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

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

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

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #0B2349;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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(116, 206, 206, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(116, 206, 206, 1.0)

;
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(116, 206, 206, 1.0)

;
  }

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





.footer {
  /*background-color: 

  
  
    
  


  rgba(116, 206, 206, 1.0)

;*/
  background-color:transparent;
  padding:110px 0;
}

/* Footer content */

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





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

/* Blog post */
.blog-related-posts__list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}


.blog-related-posts__list .blog-index__post {
    flex: 0 0 30%;
}

.blog-post__meta a {
  color: ;
}

.blog-post__tag-link {
  color: ;
}

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

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

/* 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 {
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #0B2349;
}

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #0B2349;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #0B2349;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000021;
}

.blog-index__post-title-link:active {
  color: #334b71;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: ;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: ;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: ;
}

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

.pagination__link-icon svg {
  fill: ;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #0B2349;
  font-size: 30px;
}

.card__body svg {
  fill: #0B2349;
}

/* Social follow */

.social-links__icon {
  background-color: #0B2349;
}

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

.social-links__icon:active {
  background-color: #334b71;
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #0B2349;
  font-size: 30px;
}


/*** CUSTOMISE ***/

.text-center{
  text-align:center;
}

.text-left{
  text-align:left;
}

.text-right{
  text-align:right;
}

.mt{ margin-top:20px !important; }
.mt-1{ margin-top:30px !important; }
.mt-2{ margin-top:50px !important; }
.mt-3{ margin-top:80px !important; }

.mb{ margin-bottom:20px !important; }
.mb-1{ margin-bottom:30px !important; }
.mb-2{ margin-bottom:50px !important; }
.mb-3{ margin-bottom:80px !important; }

.pt{ padding-top:20px !important; }
.pt-1{ padding-top:30px !important; }
.pt-2{ padding-top:50px !important; }
.pt-3{ padding-top:80px !important; }

.pb{ padding-bottom:20px  !important; }
.pb-1{ padding-bottom:30px  !important; }
.pb-2{ padding-bottom:50px  !important; }
.pb-3{ padding-bottom:80px  !important; }

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

.ml-0{
    margin-left:0 !important;
}

.mr-0{
    margin-right:0 !important;
}
  

.btn{
    padding: 16px 40px;
    border-radius: 40px;
    font-size: 18px;
    font-weight:500;
      display: inline-block;
}

.btn-primary{
    background-color: var(--primary);
    color:#fff;    
}

.stretch-link{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

.row-fluid-wrapper.row-number-7{
 overflow:hidden; 
}

.row-fluid-wrapper.row-number-7{
 overflow:hidden; 
}



/*** FOOTER ***/

footer .container .row .contacts {
  text-align: right;
}
footer .container .row .contacts a {
  color: var(--secondary);
  font-size: 24px;
  font-weight: 400;
  margin-left: 30px;
  padding-left: 30px;
}
footer .container .row .contacts a:first-child {
  margin-left: 0px;
}
footer .container .row .contacts a.contact {
  position: relative;
}
footer .container .row .contacts a.contact:before {
  content: url(//2705531.fs1.hubspotusercontent-na1.net/hubfs/2705531/raw_assets/public/outdoorindesign-theme/images/icon-mail.svg);
    left: 0;
    position: absolute;
    top: 0;
  
}
footer .container .row .contacts a.phone {
  position: relative;
}
footer .container .row .contacts a.phone:before {
  content: url(//2705531.fs1.hubspotusercontent-na1.net/hubfs/2705531/raw_assets/public/outdoorindesign-theme/images/icon-call-blue.svg);
    left: 0;
    position: absolute;
    top: 0;
}

footer .container .row .navigation {
  /*margin-top: 20px;*/
}

footer .container .row .navigation ul {
  list-style: none;
  display: inline-flex;
  margin: 0;
}
footer .container .row .navigation ul li {
  margin-left: 20px;
}
footer .container .row .navigation ul li:first-child {
  margin-left: 0px;
}
footer .container .row .navigation ul li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary);
}
footer .container .row .copy {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

footer .container .row.socket{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ccc;  
}



@media(max-width:992px){
  
  footer .span3 , footer .span9, footer .span12{
    width: 100% !important;
    text-align: left !important;
    margin-left: 0 !important;   
  }
  
  footer .container .row .contacts {
      text-align: left;
      margin: 20px 0;
  }
  
  footer .container .row .contacts a.contact {
      position: relative;
      display: block;
      margin-left: 0px;
  }  
  
  footer .container .row .contacts a{
    margin-left:0 !important; 
    margin: 10px 0;
    font-size:19px;
  }
  
  
  footer .container .row .navigation ul{
    display: block;
    padding: 3px 0;
  }
  
  footer .container .row .navigation ul li{
   margin-left:0; 
  }
  
   
}


@media(max-width:768px){
  
  footer .container .row .copy{  
    width:100%;
  }
  
  footer .container .row .clients {  
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-top: 30px;
  }  
  
}


.hs-button{
    position: relative;
    padding: 16px 60px 16px 70px !important;
    background-color: #74cece !important;
    border: 0 !important;
    border-radius: 40px !important;
    font-size: 18px !important;
    font-weight: 500;
    display: inline-block;  
}


header{
    position: absolute;
    z-index: 99; 
    width: 100%; 
}
  
.menu.menu--desktop .menu__wrapper .menu__item  .menu__link  {
     text-transform: capitalize;
     font-size:18px;
}


.menu__wrapper > .menu__item:last-child a {
    padding: 16px 40px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    background-color: var(--primary);
    color: #fff;
    text-decoration:none !important;
    position:relative;  
}

.menu__wrapper > .menu__item:last-child a:hover {
    background: #5cb3b4;
}
.menu__wrapper > .menu__item:last-child .menu__link--active-link:after{
      background-color: unset;
}

.menu__wrapper > .menu__item:last-child a:before{
    content: url(//2705531.fs1.hubspotusercontent-na1.net/hubfs/2705531/raw_assets/public/outdoorindesign-theme/images/icon-call.svg);
    top: 3px;
    margin-right: 12px;
    position: relative;
}


.menu__wrapper .menu__item {
    position: relative;
    margin: 0 10px;
}
header .header__container{
  max-width: 1375px;
}



.modal-project{background:rgba(0,0,0,.4);cursor:pointer;display:none;height:100%;position:fixed;text-align:center;top:0;width:100%;z-index:10000;font-family:inherit !important;font-size:21px !important;color:#000 !important} 
.modal-project .helper{display:inline-block;height:100%;vertical-align:middle} 
.modal-project > div{background-color:#fff;display:inline-block;height:auto;max-width:875px;min-width: 312px;vertical-align:middle;width:60%;position:relative;border-radius:0;padding:0} 
.modal-project .popupCloseButton{animation:none;background-color:#000;border:none;border-radius:0;cursor:pointer;display:inline-block;font-family:arial;font-weight:bold;position:absolute;top:0px;right:0px;font-size:12px;line-height:25px;width:25px;height:25px;text-align:center;color:#fff;} 
.modal-project .popupCloseButton:hover{color:#ccc} 
.modal-project .trigger_popup_fricc{cursor:pointer;font-size:20px;margin:20px;display:inline-block;font-weight:bold}
.modal-project .popupWish{display:block} .popupLocation{display:block;font-size:13px;font-weight:100;line-height:22px;margin-top:6px} 
.modal-project .popupLink{display:table;margin:0 auto;padding:10px;margin-top:20px;background-color:#000;color:#fff;text-decoration:none} 
.modal-project .popupLink:hover{text-decoration:none} 
.modal-project .content-modal{ background-color: white!important;    padding: 55px 40px 40px;    border-radius: 0px; }

@media(max-width:1052px){
  .modal-project .popupCloseButton{
    display:none !important;
  }
}


.call-to-action-section{
  padding:110px 0 !important; 
      background-color: #ddd9d6;
}

.gallery-section{
  padding:110px 0 !important; 
      background-color: #fff;
}

.call-to-action-section #call-to-action .container{
  padding:0; 
}


.project-listing .blog-index__post-tags{
  font-size:14px; 
    margin-bottom:0;
}

.project-listing .blog-index__post-tags a{
  font-size:14px; 
  margin-bottom:0;
}

.project-listing  .blog-index__post-title{
line-height: 20px;
}

.project-listing .blog-index__post-image {
    aspect-ratio: 5/4;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
}

.project-listing .blog-index__post-tag {
    background: #75cecf;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 10px 2px;
    font-size: 11px !important;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 10px !important;
    display: inline-block;
}

.project-listing .blog-index__post-tag:hover {
    background: #549494;
    color: #ffff;
}

.project-listing .blog-index__post-title-link {
    color: #0B2349;
    font-family: 'Silka', serif;
}

article.blog-index__post {
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}

article.blog-index__post:hover {
    background: #fff;
    box-shadow: 0px 30px 30px rgb(0 0 0 / 10%);
}


.pixeld{
  color:inherit; 
}

.menu__wrapper .menu__item {
    margin: 0 15px;
}
.menu__item--depth-1 {
    padding: 0.7rem 0 !important;
}

.pretitle{
  font-family: 'Square Peg', cursive;
  font-size:30px;
  color:#E89365;
}

img#stratco-logo-nav {
    max-width: 131px;
    position: relative;
    top: 3px;
}

.menu__submenu .menu__item:last-child {
    border-bottom: 0px solid #d1d6dc !important;
}

.menu.menu--desktop ul li:nth-child(2) > ul > li:last-child:hover a {
    background: #c4122f !important;
}   

.menu.menu--desktop ul li:nth-child(2) > ul > li:last-child:hover a img {
    filter: brightness(10) !important;
}

.client-portal-button:hover {
    color: #fff;
    background: #5bb2b3;
}
.client-portal-button {
    transition: all 0.2s ease-in-out;
    background: #75cecf;
    border-radius: 100px;
    font-weight: 500;
    padding: 10px 38px;
    display: inline-block;
    color: #fff;
}

@media(max-width: 1170px) {
  .menu--desktop ul li:last-child {
    display: none;
  }
}

@media(max-width: 920px) {
  .menu--desktop .menu__wrapper .menu__item {
    margin: 0 10px;
  }
  .menu.menu--desktop .menu__wrapper .menu__item .menu__link {
    font-size: 16px;
  }
}


@media(max-width: 767px) {
  .header__close--toggle {
    margin-right: 0;
  }
  .header__navigation--toggle {
    margin: 0;
  }
  .header__close--toggle.show {
    margin-right: 0!important;
  }
  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDE5Ij48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj48cmVjdCB3aWR0aD0iMjEiIGhlaWdodD0iMSIgeD0iMS41IiB5PSIxLjUiIHJ4PSIuNSIvPjxyZWN0IHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiB4PSIxLjUiIHk9IjkuNSIgcng9Ii41Ii8+PHJlY3Qgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHg9IjEuNSIgeT0iMTcuNSIgcng9Ii41Ii8+PC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
    filter: brightness(5);
  }
  .header__close--toggle {
    filter: brightness(5);
  }
  .menu--mobile .menu__wrapper .menu__item {
    padding: 0 !important;
  }
  .menu--mobile .menu__child-toggle {
    height: 60px;
  }
  .menu--mobile .menu__item--depth-1 {
    border-top: 1px solid #ced4db;
  }
  .menu--mobile .menu__submenu .menu__item {
    border-top: 1px solid #ebeff3;
  }
}

@media(max-width: 550px) {
  #component-hero-banner .h1, #component-hero-banner h1 {
    font-size: 45px;
    line-height: 45px;
  }
  /*  home page  */
  .hs-content-id-78409814816 #component-hero-banner .h1, 
  .hs-content-id-78409814816 #component-hero-banner h1 {
    font-size: 33px;
    line-height: 39px;
  }
}

.hs-content-id-145561849726:after {
    content: '';
    height: 300px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
}

.hs_cos_wrapper_type_form form input {
    width: 100% !important;
}


.accordion_box {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 0;
    cursor: pointer;
}

.accordion_box h4 {
    font-family: 'Silka';
    margin: 0;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    position: relative;
    padding: 30px;
}

.accordion_box h4:after {
    content: '+';
    position: absolute;
    right: 20px;
    top: calc(50% - 20px);
    font-size: 34px;
    color: #75cecf;
}

.accordion_boxtext {
    padding: 0 30px;
}

#component-hero-banner .hero-lp-body .submitted-message p {
    color: #000;
}


.custom-link-more{
color: #0b2349;
    font-weight: 500;
    margin-top: 30px;
    padding: 0 70px 0 0;
    position: relative;
    text-transform: uppercase;
}

.custom-link-more::after{
    content: url(https://2705531.fs1.hubspotusercontent-na1.net/hubfs/2705531/icon-more-blue.svg);
    position: absolute;
    right: 0;
    top: -7px;
}

.buttons .btn:after{

content: url(https://2705531.fs1.hubspotusercontent-na1.net/hubfs/2705531/icon-call.svg);
    left: 35px;
    position: absolute;
    top: 19px;
  
}

.buttons .btn{
    padding: 16px 60px 16px 70px;
    position: relative;
}

.embed-container { position: relative; padding-bottom: 177.77778%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }