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;
}

/* 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;
}

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;
        }



    /* Page */
.header-bk-color {
    min-height: 500px;
    color: white;
    width: 100%;
    overflow: hidden;
    background-color: #19437a;
}
.header-bk-img {
    min-height: 500px;
    color: white;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: url(/common/images/products/PP/microsoft/header-image-1.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
#header {
    min-height: 500px;
    color: white;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: url(/common/images/products/PP/microsoft/header-bk.svg);
    background-size: 142%;
    background-position: calc(80% - 288px) 15%;
    background-repeat: no-repeat;
}

.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%;
}
.col-md-3{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

#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.06);
text-align: left;
}

.btn.cfa {
    background-color:#ff9000;
    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: #ff7800;
        transition: background-color .2s ease-in-out;
    }



/* Badges section  */
#badges-section {
}

    #badges-section .row {
        position: relative;
    }

    #badges-section .badges-grp {
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: row;
        color: #484848;
        align-content: center;
        justify-content: space-evenly;
        width: 1030px;
        margin-bottom: 36px;
    }

.badges-grp-wrapper {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;

}
.other-badges-wrapper-mobile {
    display: flex;
    width: 45%;
    justify-content: space-between;
}
#badges-section {
    margin-top: 40px;
}

.badges-grp-container {
    --n: 0;
    width: max-content;
    left: calc(var(--n)*1030px);
    position: relative;
    transition: all 1.1s ease-in-out;
}

    #badges-section h3 {
    text-align: center;
    font-family: "Fira sans",sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 23px;
    height: 33px;
}
.google-badge-content {

}
.google-partner-badge {
    position: relative;
    top: 0;
    width: 95px;
    float: left;
}

#badges-section .col-md-3 {
    text-align: center;
}

#badges-section p {
    width: 260px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    padding-top: 12px;
    padding-left: 14px;
}

.apw svg {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.paypal .icon {
    float: left;
    margin-right: 10px;
    position: relative;
}
    .paypal .icon svg {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        border-radius: 50%;
        background-color: #0087cf;
    }

.badge-wrapper.fb {
    top: 6px;
    position: relative;
}

.badge-wrapper.apw {
    top: 6px;
    position: relative;
    width: 170px;
    height: 76px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 2px;
    text-align: center;
}



.apw img {
    width: 85%;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 7px;
}

.badge-wrapper.ms-badge {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    height: 80px;
    width: 236px;
}

#badges-section .paypal p {
    width: 125px;
    padding-left: 10px
}

#badges-section .col-md-3:last-of-type {
    justify-content: center;
    display: flex;
}

.iframe-badge{
width:220px; height:82px;float: left;
}
.fb svg {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: 200px;
    height: 76px;
    border: 1px solid #f1f4f7;
    border-radius: 4px;
}


.tiktok > .icon {
    position: relative;
    top: 8px;
}

.arrow-left {
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    left: 1vw;
    top: calc(50% - 39px);
    cursor: pointer;
    z-index: 1;
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

.arrow-right {
    right: 1vw;
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: background 0.2s;
    z-index: 1;
    opacity: 0.7;
    top: calc(50% - 39px);
    transition: all 0.2s ease-in-out;
}

    .arrow-left:hover,
    .arrow-right:hover {
        opacity: 1;
        transition: all 0.2s ease-in-out;
    }
