/* @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    */
/*****************************************/

:root {
  --header-sticky-height: 80px !important;
}

/* Global Styles */
body {
  font-family: 'Roboto', sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

/* Header */
header {
  background-color: #10151b;
  padding: 20px;
  color: #fff;
}

.header {
    transition: top 0.3s;
}
.header.hidden {
    top: -140px; /* Adjust to the height of your header */
}


.site_header-row-0-background-layers {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

header h1 {
  margin: 0;
  font-size: 32px;
}


html .site-header .dnd-section .row-fluid {
  max-width: none !important;  
}
html .site-header .site-header__utility {
 display: none; 
}
@media (min-width: 1120px) {
  html .site-header__navigation .hs-menu-item .hs-menu-children-wrapper {
   padding: 20px 25px;
  }
}



@media (min-width: 1120px) and (max-width: 1300px) {
  .site-header__toggle--menu {
    display: block;
  }
  .site-header__menu {
    display: none;
  }
  .site-header__menu-wrapper {
    flex-grow: unset;
    height: auto;
  }
}


@media not screen and (min-width: 1300px) {
    .mobile-menu-active .site-header__menu {
        height: calc(100vh - var(--header-height));
        opacity: 1;
        overflow-y: auto;
        pointer-events: auto;
        visibility: visible;
    }
}

html #hs_cos_wrapper_module_17313630437903 .module-wrapper {
    --padding-top-mobile: 140px;
    --padding-right-mobile: 30px;
    --padding-bottom-mobile: 85px;
    --padding-left-mobile: 30px;
}
  
/* Hero Section */
.hero {
  background-image: url('https://via.placeholder.com/1600x800');
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
}

.hero h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 24px;
  margin-bottom: 40px;
}

.hero button {
  background-color: #ffff;
  border: none;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 2px;
  cursor: pointer;
}
.hs-form-474dd4ad-2310-46af-aaa1-37247cbdf5d8_be7377ef-9ee2-458f-955b-e1262eefc6c6 .hs-button {
    white-space: pre-wrap;
}
.hs-button{
    background: #FFFFFF;
    border-color: #FFFFFF;
    font-family: arial, helvetica, sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center; 
}
.pika-button:hover{color:#fff;background:#2ecc71;box-shadow:none!important;border-radius:3px!important}
}

#hs_cos_wrapper_main_content-module-5 .theme-rich-text ul li, #hs_cos_wrapper_main_content-module-5 .theme-rich-text ul li::before {
}
ul li::before, ol li::before {
    content: var(--bullet-content, "●");
    display: block;
    position: absolute;
    top: -0.1em;
    left: 0px;
    font-size: 1em;
    line-height: inherit;
    color: var(--bullet-color, var(--accent-color));
}

form[id^=hsForm_474dd4ad-2310-46af-aaa1-37247cbdf5d8] .hs-form-field>label {
 color: white; 
}

/* .hs-content-id-182687022660 = home page */



.hs-content-id-182687022660 .row-depth-1.row-number-1.main_content-row-0-force-full-width-section .span12.widget-span.widget-type-cell.dnd-column {
    position: relative;
}
.hs-content-id-182687022660 .row-depth-1.row-number-1.main_content-row-0-force-full-width-section .row-fluid-wrapper.row-depth-1.row-number-2.dnd-row {
    z-index: 10;
    position: relative;
}
#hs_cos_wrapper_module_17313630437903 .module-wrapper {
    background: #0000006b; 
}
.hs-content-id-182687022660 .row-depth-1.row-number-1.main_content-row-0-force-full-width-section .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    margin-bottom: -11px;
}