
body {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}

*, ::after, ::before {
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
    color: #6e6d6d;
}

#header {
    color: white;
}

#header .a-content {
    opacity:0;
}

/* Navigation */

.navbar.navbar-inverse {
    background: #FFFFFF;
    height: 78px;
    border: none;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
    z-index: 91;
}

.navbar-sy.scrolling .logo {
    background-image: url("/common/images/hp-new/logo-blue.png");
}

li.active a.link {
    font-weight: 600;
}
.navbar-sy .wrapper {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 30px;
    line-height: 1.428571429;
}

.navbar-sy .logo {
    width: 134px;
    height: 25px;
    margin-top: 30px;
    background-repeat: no-repeat;
    display: block;
}

.navbar-sy {
    height: 91px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}

    .navbar-sy a, a.app {
        text-decoration: none;
        cursor: pointer;
    }

    .navbar-sy ul {
        list-style: outside none none;
        margin: 0;
        height: 91px;
        display: flex;
    }
ul.nav-mid {
    justify-content: center;
}
.navbar-sy li {
    display: flex;
    align-items: center;
    padding-right: 20px;
    font-size: 16px;
    padding-left: 20px;
}
    .navbar-sy.scrolling li a.link {
        transition: all 0.5s ease;
        color: #1483C1;
    }
    .navbar-sy.scrolling .line-right {
        border-right: 1px solid #1483c1;
        padding-right: 30px;
    }

.navbar-sy .btn-cfa {
    background-color: #ff9000;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 6px 20px;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-weight: 500;
    border-radius: 23px;
    border: none;
    transition: background-color .1s ease-in-out;
}
    .navbar-sy .btn-cfa:hover {
        background-color: #ff7800;
        transition: background-color .1s ease-in-out;
    }

    /* dd menu */
.navbar-sy .navbar-dropdown-menu-col li, .navbar-sy .navbar-dropdown-menu-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: none;
    height: initial;
    line-height: initial;
    display: block;
}

.navbar-sy a > svg {
    display: inline-flex;
    height: 8px;
    width: 25px;
    overflow: initial !important;
    fill: #fff;
    position: relative;
    top: -1px;
    /* z-index: -1;*/
    pointer-events: none;
    opacity: 0.7;
}

.navbar-sy a:hover > svg {
    opacity: 1;
}

.navbar-sy.scrolling a > svg {
    fill: #1483C1;
    opacity: 1;
}

.navbar-dropdown-menu-wrapper {
    width: auto;
    display: flex;
    border: 1px solid rgba(0,0,0,0.07);
    line-height: 1;
    flex-direction: row;
    background-color: white;
    position: absolute;
    /*top: 100%;*/
    top: 91px;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.08);
    left: 50%;
    transform: translateX(-50%);
    margin-right: 40px;
    display: none;
    z-index: 9;
    display: flex;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease;
}


.dropdown-content.not-hidden {
    width: auto;
    display: flex !important;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

li.dd-link:hover .dropdown-content {
    width: auto;
    display: flex !important;
    opacity: 1 !important;
    pointer-events: all;
    visibility: visible;
    transition: all 0.3s ease;
}

.navbar-sy:not(.scrolling) li.dd-link:hover {
    background: rgba(255,255,255,0.1);
}

.navbar-sy.scrolling li.dd-link:hover {
    background: #f9f9f9;
}

li.dd-link:hover a > svg {
    opacity: 1;
}

.navbar-sy:not(.scrolling) li.dd-link:hover > a {
    color: rgba(255,255,255,1);
}

.navbar-dropdown-menu-col {
    width: 250px;
    padding: 10px 15px;
}

.navbar-sy .navbar-dropdown-menu-col ul,
.navbar-sy .navbar-dropdown-menu-col li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: none;
    height: initial;
    line-height: initial;
}

.navbar-dropdown-menu-col.gray {
    background-color: #f9f9f9;
}

.navbar-sy .navbar-dropdown-menu-col h4 {
    color: #484848;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-sy .navbar-dropdown-menu-col p {
    color: #6e6d6d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

.navbar-sy .navbar-dropdown-menu-col a {
    color: #1982b4;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.2;
    font-family: 'Roboto', sans-serif;
}

    .navbar-sy .navbar-dropdown-menu-col a:hover {
        color: #1c82bb;
    }

.navbar-sy .navbar-dropdown-menu-col img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    position: relative;
}

.navbar-dropdown-menu-col img.advertise {
    top: 8px;
}

.navbar-dropdown-menu-col img.sell {
    top: 6px;
}

.navbar-dropdown-menu-col img.insights {
    top: 8px;
}

.navbar-dropdown-menu-col img.promotions {
    top: 1px;
}






    /* Page */
#header {
    background-color: #96c262;
    min-height: 500px;
    color: white;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container {
max-width: 1140px;
margin-right: auto;
margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    color: #484848;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.col-md-5 {
    max-width: 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.col-md-3{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}


.shopify-compa {
    position: absolute;
    right: -92px;
    transform: rotate(45deg);
    top: 35px;
    background: #fff;
    width: 340px;
    line-height: 1.3;
    padding: 7px;
    color: #484848;
    font-size: 13px;
    font-weight: 400;
    /*pointer-events: none;*/
    text-align: center;
}

    .shopify-compa span {
        display: block;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        top: 6px;
    }
    .shopify-compa svg {
      position:relative;
    }

#header h1{
font-family: "Fira sans",sans-serif;
font-size: 50px;
font-weight: 600;
line-height: 1.1;
margin-bottom: 20px;
margin-top: 0;
padding-top: 100px;
text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
text-align: left;
}

#header h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 34px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    text-align: left;
    width: 94%;
}

.btn.cfa {
    background-color: #3b72b7;
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    font-size: 22px;
    padding: 15px 40px;
    font-weight: 400;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    text-decoration: none;
}
    .btn.cfa:hover {
        background-color: #356094;
        transition: background-color .2s ease-in-out;
    }


#header .image-section .a-content {
    color: #484848;
    transform: rotate(-15deg);
    transform-origin: top;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    width: max-content;
    height: max-content;
}


.col-md-6.image-section {
    position: absolute;
    right: 133px;
    top: 37px;
    width: 590px;
}

    .col-md-6.image-section svg {
        z-index: 1;
        position: absolute;
        top: 148px;
        transform: translateX(300px);
        opacity:0;
    }



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */

    opacity: 0;
}


.modal-content {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 25px;
    width: 70%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    margin: 0 auto;
}

.close {
    color: #484848;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    right: 10px;
    top: -5px;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }