/* GENERAL CSS DEFINITIONS */
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(Source_Sans_Pro/SourceSansPro-Regular.ttf) format('truetype');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: local('Source Sans Pro'), local('SourceSansPro-Light'), url(Source_Sans_Pro/SourceSansPro-Light.ttf) format('truetype');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: local('Source Sans Pro'), local('SourceSansPro-Light'), url(Source_Sans_Pro/SourceSansPro-Light.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(Source_Sans_Pro/SourceSansPro-Regular.ttf) format('truetype');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(Source_Sans_Pro/SourceSansPro-Regular.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(Source_Sans_Pro/SourceSansPro-Semibold.ttf) format('truetype');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(Source_Sans_Pro/SourceSansPro-Semibold.ttf) format('truetype');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(Source_Sans_Pro/SourceSansPro-Semibold.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(Source_Sans_Pro/SourceSansPro-Bold.ttf) format('truetype');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(Source_Sans_Pro/SourceSansPro-Bold.ttf) format('truetype');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(Source_Sans_Pro/SourceSansPro-Bold.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html {
    -webkit-font-smoothing:antialiased;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    margin:0;
}

* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.wp1, .wp2-1, .wp2-2, .wp2-3, .wp2-4, .wp3, .wp4-1, .wp4-2, .wp4-3, .wp4-4, .wp4-5, .wp4-6, .wp5-1, .wp5-2, .wp5-3 {
    visibility:hidden;
}

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown, .rubberBand, .pulse, .rotateIn, .flipInY, .bounceIn {
    visibility: visible;
}

.background {
    width:100%;
    height:100vh;
    min-height:100vh;
    background-repeat:no-repeat;
    background-position: center center;
    background-size:cover;
}

section {
    position:relative;
    display:block;
}

.container {
    margin-left:auto;
    margin-right:auto;
    padding-left:30px;
    padding-right:30px;
    display:table;
}

.container-content-50 {
    float:left;
    width:50%;

}

.container-content-33 {
    float:left;
    width:33.33%;
}

.container-content-25 {
    float:left;
    width:25%;
}

.yudodis {
    z-index:2;
    width:100%;
    font-size:18px;
    color:white;
    background-color:red;
}

h1 {
    text-transform:uppercase;
    font-weight:bold;
}

header {
    position:fixed;
    top: 0;
    left: 0;
    background-color:rgba(255,255,255,0.9);
    width:100%;
    z-index:1;
    z-index: 999;
    height:75px;
    border-bottom:1px solid #a5a5a5;
    box-shadow: 0 1px 10px #a5a5a5;
}

@media screen and (max-width: 767px) {
    header nav {
        /*display: flex;*/
        /*align-items: center;*/
    }
}

a, input[type=submit] {
    text-decoration:none;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    -moz-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
    color:#57ab16;
    border:0;
    outline:none;
}

a img {
    outline:none;
    border:0;
}

a:hover {
    text-decoration:underline;
    color:#458d0e;
}
/* CONTENT SPECIFIC DEFITIONS */

/* MENU */
header nav ul {
    list-style-type:none;
    padding:0 30px;
    margin:0;
    text-align:right;
}

header nav ul li {
    display:inline;
}

header nav ul a {
    display:inline-block;
    padding-left:20px;
    padding-right:20px;
    color:black;
    font-weight:600;
    line-height:75px;
    font-size:20px;
}

.logo {
    padding-left:30px;
    display:block;
    float:left;
    position:absolute;
    z-index:5;
}

@media screen and (max-width: 767px) {
    .logo {
        padding-top: 12px;
    }
}

.logo img {
    padding-top:10px;
    padding-bottom:10px;
    width:auto;
    height:75px;
}
@media screen and (max-width: 767px) {
    .logo img {
        height: 55px;
    }
}

/* RESPONSIVE MENU */
#pullmenu {
    display:none;
    width:100%;
    padding-left:0px;
    padding-right:30px;
    line-height:75px;
    font-size:20px;
    font-weight:600;
    text-transform:uppercase;
    cursor:pointer;
    text-align:right;
}

#pullmenu #menu {
    padding:0 30px;
}

#pullmenu #hmbrgr {
    margin-top:22px;
    vertical-align:middle;
    float:right;
    cursor:pointer;
}

/* HERO SECTION */
.hero {
    padding:10% 0;
    background-image:url('../img/01-background.jpg');
    background-image:url('../img/01-background.svg'), url('../img/01-background.jpg');
    background-color:#64b437;
}

.hero h1 {
    color:black;
    font-size:65px;
    padding:30px;
    line-height:65px;
    font-weight:100;
    letter-spacing:-2px;
}

.hero h1 span {
    font-weight:600;
}

.hero h1:after {
    content: " ";
    margin-top:10px;
    display:block;
    width:80px;
    height:12px;
    background-color:black;
    margin-left:5px;
}

.hero .container {
    position:relative;
}

.hero .container .subheading {
    max-width:920px;
    padding:30px;
    margin-right:100px;
    color:black;
    font-size:30px;
    line-height:46px;
    letter-spacing:0.5px;
}

.hero .container p {
    margin-top:0px;
    margin-bottom:10px;
}

.hero .container h2 {
    color:black;
    text-transform:uppercase;
    margin:0;
    font-size:30px;
}


/* OVERVIEW SECTION */
.overview {
    background-color:white;
    padding:8% 0;
}

.overview h1 {
    font-size:50px;
    line-height:36px;
    color:rgb(87,171,22);
    margin-top:0;
}
@media screen and (max-width: 767px) {
    .overview h1 {
        font-size: 40px;
    }
}

.overview h1 span {
    font-size:30px;
    color:black;
    font-weight:normal;
}

.overview .container .container-content-50 {
    max-width:920px;
    padding:30px;
    font-size:18px;
}

/* MATCHMAKING SECTION */
.matchmaking {
    background-color:#f1f0f0;
    padding:8% 0;
}

.matchmaking h1 {
    font-size:50px;
    line-height:36px;
    color:rgb(87,171,22);
    margin-top:10px;
    margin-bottom:100px;
}
@media screen and (max-width: 767px) {
    .matchmaking h1 {
        font-size: 40px;
    }
}

.matchmaking h1 span {
    font-size:30px;
    color:black;
    font-weight:normal;
}

.matchmaking .container-content-25 {
    color:#565656;
    font-size:18px;
    text-align:center;
    max-width:310px;
    padding-left:25px;
    padding-right:25px;
}

.matchmaking h2 {
    text-transform:uppercase;
    color:black;
    font-size:20px;
    padding-top:15px;
    padding-bottom:15px;
}

/* NETWORKING SECTION */
.networking {
    background-color:#57ab16;
    padding:8% 0;
}

.networking h1 {
    font-size:30px;
    line-height:36px;
    color:black;
    margin-top:10px;
    margin-bottom:50px;
    font-weight:normal;
}

.networking h1 span {
    font-weight:bold;
    color:white;
    font-size:50px;
}

.networking .container-content-50 {
    color:white;
    font-size:18px;
    max-width:530px;
}

.networking .container-content-50:nth-of-type(1) {
    padding-right:35px;
}

.networking .container-content-50:nth-of-type(2) {
    padding-left:35px;
}

.networking .container-content-50 p {
    margin:0;
}

.networking h2 {
    text-transform:uppercase;
    color:black;
    font-weight:normal;
    font-size:18px;
    padding-bottom:15px;
    line-height:25px;
    margin:0;
}

.networking img {
    padding-top:100px;
    padding-bottom:50px;
    margin:0 auto;
    max-width:100%;
}

.networking .container .container-content-33:nth-child(5) {
}

.networking .container .container-content-33:nth-child(6), .networking .container .container-content-33:nth-child(7) {
    padding-left:65px;
}

.networking .container-content-33 .container-content-33 {
    max-width:180px;
}

.networking .container-content-33 p {
    margin:0;
    color:white;
}

/* CLIENTS SECTION */
.clients {
    background-color:#f1f0f0;
    padding:8% 0;
}

.clients .container {
    text-align:center;
}

.clients p {
    font-size:18px;
    max-width:800px;
    margin:0 auto;
}

.clients h1 {
    font-size:50px;
    line-height:50px;
    margin:0;
    color:rgb(87,171,22);
}

.clients .horizontalline {
    margin: 0 auto;
    border-bottom:1px solid #000;
    width:400px;
    margin-bottom:30px;
}

.clients ul {
    list-style-type:none;
    padding:0;
    padding-top:50px;
    margin:0;
    text-align:center;
    max-width:920px;
}

.clients ul li {
    display:inline-block;
    vertical-align:middle;
    padding:30px;
}

.clients ul li img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity:0.4;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, opacity;
    -moz-transition-property: color, opacity;
    transition-property: color, opacity;

}

.clients ul li img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity:1;
}

/* TEAM SECTION */
.team {
    padding: 8% 0;
    background-color:white;
}

.team h1 {
    font-size:50px;
    line-height:36px;
    margin-top:10px;
    margin-bottom:100px;
    font-size:30px;
    color:black;
    font-weight:normal;
}

.team h1 span {
    font-size:50px;
    font-weight:bold;
    color:rgb(87,171,22);
}

.team .container-content-33 {
    text-align:center;
    max-width:400px;
    padding-left:40px;
    padding-right:40px;
}

.team h2, .team h3 {
    font-size:20px;
    padding:0;
    margin:0;
    font-weight:600;
    color:#57ab16;
    text-transform:uppercase;
}

.team h3 {
    color:black;
    margin-bottom:20px;
}

.team p {
    font-size:18px;
}

/* NEWSLETTER SECTION */
.newsletter {
    background-image:url('../img/06-background.jpg');
    background-image:url('../img/06-background.svg'), url('../img/06-background.jpg');
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-color:#458216;
    padding:8% 0;
}

.newsletter h1 {
    text-align:center;
    font-size:50px;
    line-height:36px;
    margin-top:10px;
    margin-bottom:100px;
    font-size:30px;
    color:white;
    font-weight:normal;
    text-transform:none;
}

.newsletter h1 span {
    font-size:50px;
    font-weight:600;
    text-transform:uppercase;
}
@media screen and (max-width: 767px) {
    .newsletter h1 span {
        font-size: 40px;
    }
}

.newsletter input[type=text] {
    display:block;
    width:700px;
    height:40px;
    font-size:18px;
    font-family:'Source Sans Pro', sans-serif;
    padding:10px;
    margin:0 auto;
}

.newsletter input[type=submit] {
    display: block;
    padding: 18px 46px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight:600;
    background-color:transparent;
    cursor:pointer;
    margin:0 auto;
    text-transform:uppercase;
    margin-top:50px;
}
.newsletter input[type=submit]:hover, .newsletter input[type=submit]:focus {
    border-color: #333;
    color: #333;
    text-decoration: none;
}

/* ABOUT CONTAINER */
.about {
    padding:8% 0;
    background-color:white;
}

.about h1 {
    line-height:36px;
    margin-top:10px;
    margin-bottom:60px;
    font-size:30px;
    color:black;
    font-weight:normal;
}

.about h1 span {
    font-size:50px;
    font-weight:bold;
    color:rgb(87,171,22);
}

.about p {
    font-size:18px;
}

.about .container-content-50:first-of-type {
    max-width: 600px;
    padding-right:30px;
}

.about .container-content-50:last-of-type {
    padding-left:30px;
}

.about .locationspan {
    font-size:26px;
    display:block;
}

.about .locationspan:before {
    content:"";
    background:url('../img/07-locationpin.png') no-repeat center;
    padding:0 15px;
}

.about ul {
    list-style-type:none;
    font-size:16px;
    padding:0;
    padding-top:25px;
    margin:0;
}

.about .ulheader {
    font-size:18px;
    color:#57ab16;
}

/* MAP SECTION */
.map {
    background-image:url('../img/08-background.jpg');
    /*background-image:url('../img/08-background.svg'), url('../img/08-background.jpg');*/
    background-color:#e8eee4;
    height:541px;
    min-height:541px;
}

/* FOOTER */
footer {
    display:block;
    width:100%;
    padding:60px 30px;
    color:black;
    font-size:18px;
}

footer .container-content-33:nth-child(2) {
    text-align:center;
}

footer .container-content-33:nth-child(2) a {
    padding-left:10px;
    padding-right:10px;
}

footer .container-content-33:last-of-type {
    text-align:right;
}

footer .inline-tooltip {
    cursor:pointer;
}

#inline-imprint-tooltip h1 {
    font-size:18px;
}

#inline-imprint-tooltip p {
    margin:0;
    font-size:14px;
}

#inline-imprint-tooltip a, footer .inline-tooltip {
    text-decoration:none;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    -moz-transition-property: color, border-color, background-color;;
    transition-property: color, border-color, background-color;
    color:#57ab16;
}


#inline-imprint-tooltip a:hover, footer .inline-tooltip:hover {
    text-decoration:underline;
    color:#458d0e;
}

/* FORMS */
form .form-control {

    max-width: 600px;;
}

form select.form-control {
    max-width: 400px;
}

form label.required:after {
    content: ' *';
    color: #cd0a0a;
}

/* MEDIA QUERIES */
@media screen and (max-width:1100px) {
    /* COLLAPSE MENU */
    #pullmenu {
        display:block!important;
    }

    header nav ul {
        text-align:center!important;
        padding:0!important;
    }

    nav ul {
        display:none;
        height:auto;
    }

    nav ul li {
        width:100%;
        display:block!important;
        background-color:rgba(255,255,255,0.9);
    }

    header nav ul a {
        display:block;
    }

    nav ul li:before {
        content: ""!important;
    }
}

@media screen and (max-width:960px) {
    .hero {
        min-height: unset !important;
        height: auto !important;
    }

    .overview .container-content-50 {
        float:none!important;
        width:100%!important;
    }

    .matchmaking .container-content-25 {
        max-width:100%!important;
        width:50%!important;
        float:none!important;
        display:inline-block!important;
        vertical-align:top;
        padding-bottom:50px;
    }

    .networking .container-content-33 {
        display:inline-block;
        width:50%!important;
        vertical-align:top;
        padding-bottom:50px;
    }

    .clients ul li {
        width:49%;
    }

    .team .container-content-33 {
        vertical-align:top;
        width:100%!important;
        display:block;
        float:none;
        padding-bottom:50px;
    }

    .newsletter input[type=text] {
        width:600px;
    }

    .about .container-content-50 {
        float:none;
        vertical-align:top;
        width:100%!important;
        float:none;
        display:block;
        padding-bottom:50px;
        padding-left:0!important;
    }
}

@media screen and (max-width:655px) {
    .hero {
        min-height: unset !important;
        height: auto !important;
    }

    .hero .subheading {
        margin-right:0!important;
        width:100%;
    }

    .matchmaking .container-content-25 {
        width:100%!important;
        float:none!important;
        display:block!important;
        vertical-align:top;
        padding-bottom:50px;
        max-width:100%!important;
    }

    .networking .container-content-50 {
        width:100%!important;
        float:none;
        display:block;
        vertical-align:top;
        padding-right:0!important;
        padding-left:0!important;
        padding-bottom:50px;
    }

    .networking .container-content-33 {
        width:100%!important;
        max-width:100%!important;
        float:none;
        display:block;
        padding:0!important;
        padding-bottom:50px!important;
    }

    .networking .container-content-33:nth-child(3) {
        padding:0!important;
    }

    .networking img {
        padding-top:0px;
    }

    .clients ul li {
        width:100%;
        display:block;
    }

    .clients .horizontalline {
        width:80%!important;
    }

    .newsletter input[type=text] {
        width:90%;
    }

    .about .container-content-50 {
        float:none;
        vertical-align:top;
        width:100%!important;
        float:none;
        display:block;
        padding-bottom:50px;
        padding-left:0!important;
    }

    .about .container-content-50 .container-content-33 {
        float:none;
        vertical-align:top;
        width:100%!important;
        display:block;
        padding:0!important;
        padding-bottom:20px!important;
    }

    .map {
        height:300px;
        min-height:300px;
    }

    footer .container-content-33:nth-child(2) a {
        padding-left:5px;
        padding-right:5px;
        display:inline-block;
        padding-bottom:20px;
    }
}

@media screen and (max-width:500px) {
    .hero h1 {
        font-size:40px;
        line-height:50px;
        margin-bottom:10px;
    }

    .hero h1:after {
        height:8px;
    }
    .hero .container .subheading {
        font-size:26px;
        line-height:40px;
    }
    .map {
        height:300px;
        min-height:300px;
    }
}

@media screen and (max-device-width:500px) {
    .wp1, .wp2-1, .wp2-2, .wp2-3, .wp2-4, .wp3, .wp4-1, .wp4-2, .wp4-3, .wp4-4, .wp4-5, .wp4-6, .wp5-1, .wp5-2, .wp5-3 {
        visibility:visible;
    }
}

@media screen and (max-height:700px) {
    .hero {
        min-height: unset !important;
        height: auto !important;
    }
}

@media screen and (max-width: 767px) {
    #mc_embed_signup form > * {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* NEW STYLES FOR */
.approach {
    overflow: hidden;
    padding: 8% 0;
    background-color: #57ab16;
}
@media screen and (max-width: 1365px) {
    .approach {
        /*padding-top: 100px;*/
        /*padding-bottom: 100px;*/
    }
}

.approach__grid {
    /*width: 100%;*/
    /*max-width: 1300px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}
.approach__wrapper.approach__wrapper-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .approach__wrapper.approach__wrapper-2 {
        position: relative;
        /*left: -50px;*/
        /*width: calc(100% + 100px);*/
    }
}
.approach__wrapper-1 .approach__wrapper-left {
    width: 100%;
    max-width: 467px;
}
@media screen and (max-width: 1279px) {
    .approach__wrapper-1 .approach__wrapper-left {
        max-width: 427px;
    }
}
@media screen and (max-width: 1023px) {
    .approach__wrapper-1 .approach__wrapper-left {
        max-width: 100%;
        padding-bottom: 30px;
    }
}
.approach__wrapper-1 .approach__wrapper-right {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    min-width: 1px;
    max-width: 100%;
    padding-top: 10px;
}
.approach__wrapper-1 .approach__wrapper-right > div {
    flex: 1;
    min-width: 1px;
    max-width: 100%;
    padding-left: 70px;
    background-image: url('../img/img-approach-line.png');
    background-repeat: no-repeat;
    background-position: -10px -5px;
    /*background-size: contain;*/
}
@media screen and (max-width: 1365px) {
    .approach__wrapper-1 .approach__wrapper-right > div {
        /*background-position: -15px -10px;*/
    }
}
@media screen and (max-width: 1279px) {
    .approach__wrapper-1 .approach__wrapper-right > div {
        padding-left: 50px;
        /*background-position: -15px 10px;*/
    }
}
@media screen and (max-width: 1023px) {
    .approach__wrapper-1 .approach__wrapper-right > div {
        padding-left: 70px;
        /*background-position: -15px -5px;*/
    }
}
@media screen and (max-width: 767px) {
    .approach__wrapper-1 .approach__wrapper-right > div {
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
        flex: 100%;
        padding-left: 50px;
    }
    .approach__wrapper-1 .approach__wrapper-right > div:nth-of-type(1) {
        padding-bottom: 30px;
    }
}
.approach__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .approach__title {
        font-size: 40px;
    }
}

.approach__subtitle {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
}
.approach__btn {
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 187px;
    height: 36px;
    margin-bottom: 43px;
    border-radius: 29.5px;
    background-color: #FFFFFF;
    text-decoration: none;
}
.approach__btn:hover,
.approach__btn:focus {
    text-decoration: none;
}
.approach__btn i {
    display: flex;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.approach__btn i + span {
    padding-left: 10px;
}
.approach__btn i.green {
    background-color: #00C10C;
}
.approach__btn i.blue {
    background-color: #005C8E;
}
.approach__btn span {
    font-weight: 900;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.26px;
}
.approach__desc {
    width: 100%;
    max-width: 295px;
    padding-left: 3px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
    .approach__desc {
        max-width: 100%;
    }
}
.approach__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.approach__img img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.approach__img img:nth-of-type(1) {
    z-index: 2;
    position: relative;
}
.approach__img img:nth-of-type(2) {
    z-index: 1;
    opacity: 0.85;
    position: absolute;
    mix-blend-mode: screen;
}
.approach__img.approach__img--desktop {}
@media screen and (max-width: 767px) {
    .approach__img.approach__img--desktop {
        display: none;
    }
}
.approach__img.approach__img--mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    .approach__img.approach__img--mobile {
        display: flex;
    }

    .approach__img.approach__img--mobile img {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 430px;
    }
}