html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
.body_wrap {
    max-width: 2560px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.s01_wrap {
    height: 100vh;
    width: 100%;
    background-image: url(../images/s01_background_img_1349x657px.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.s01_container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.s01_content_container {
    text-align: center;
    line-height: 1.5;
}
.s01_content_container h1 {
    font-size: 90px;
    text-transform: uppercase;
    color: #2e2e2e;
    font-family: sans-serif;
    font-weight: 600;
}
.s01_content_container h2 {
    font-size: 25px;
    margin-bottom: 60px;
    font-family: sans-serif;
}
.s01_a_container a {
    text-decoration: none;
    font-size: 22px;
    font-family: sans-serif;
    color: white;
    background-color: #2e2e2e;
    padding: 15px 55px;
    border-radius: 45px;
    display: inline-block
}
.s02_wrap {
    width: 100%;
    padding: 200px 0px;;
}
.s02_container {
    width: 60%;
    margin: auto;
}
.s02_title_container h2 {
    text-align: center;
    font-size: 60px;
    line-height: 1.5;
    margin-bottom: 50px;
    font-family: sans-serif;
    color: #2e2e2e;
}
.s02_text_container p {
    text-align: justify;
    margin-bottom: 45px;
    line-height: 1.5;
    font-size: 22px;
    text-indent: 50px;
    font-family: sans-serif;
}
.s03_wrap {
    width: 100%;
    padding: 200px 0px;
    background-image: url(../images/s03_background_img_1349x670px.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.s03_container {
    width: 70%;
    margin: auto;
}
.s03_svg_container img {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.s03_title_container h2 {
    text-align: center;
    font-size: 60px;
    line-height: 1.5;
    margin-bottom: 50px;
    font-family: sans-serif;
    color: #2e2e2e;
}
.s03_bullet_container {
    
}
.s03_flex_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56%;
    margin: auto;
    margin-bottom: 50px;
}
.s03_text_container p {
    font-family: sans-serif;
    font-size: 27px;
    margin-left: 20px;
}
.br_mobile_only {
    display: none;
}
.s01_a_container {
    margin: auto;
    text-align: center;
}
.s01_a_container2 {
    margin-top: 20px;
}
@media only screen and (max-width: 1920px) {
/*
    .s01_wrap {
        background-image: url(../images/s01_background_img_1903x969px.jpg);
    }
*/
/*
    .s03_wrap {
        background-image: url(../images/s03_background_img_1903x889px.jpg);
    }
*/
    .s01_content_container h1 {
        font-size: 60px;
    }
    .s01_content_container h2 {
        font-size: 23px;
    }
    .s02_title_container h2 {
        font-size: 50px;
    }
    .s02_text_container p {
        font-size: 20px;
    }
    .s03_title_container h2 {
        font-size: 50px;
    }
    .s03_text_container p {
        line-height: 1.4;
        font-size: 24px;
    }
    .s03_wrap {
        padding: 150px 0px;
    }
    .s02_wrap {
        padding: 150px 0px;
    }
}
@media only screen and (max-width: 1600px) {
    .s03_flex_item {
        width: 70%;
    }
}
@media only screen and (max-width: 1440px) {
/*
    .s01_wrap {
        background-image: url(../images/s01_background_img_1349x657px.jpg);
    }
*/
/*
    .s03_wrap {
        background-image: url(../images/s03_background_img_1349x650px.jpg);
    }
*/
    .s01_content_container h1 {
        font-size: 50px;
    }
    .s01_content_container h2 {
        font-size: 20px;
    }
    .s01_a_container a {
        padding: 12px 35px;
        font-size: 20px;
    }
    .s02_title_container h2 {
        font-size: 40px;
    }
    .s02_text_container p {
        font-size: 17px;
    }
    .s03_title_container h2 {
        font-size: 40px;
    }
    .s03_svg_container img {
        width: 30px;
    }
    .s03_text_container p {
        font-size: 20px;
    }
    .s03_flex_item {
        width: 80%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1280px) {
/*
    .s01_wrap {
        background-image: url(../images/s01_background_img_1263x913px.jpg);
    }
*/
/*
    .s03_wrap {
        background-image: url(../images/s03_background_img_1263x650px.jpg);
    }
*/
}
@media only screen and (max-width: 1024px) {
/*
    .s01_wrap {
        background-image: url(../images/s01_background_img_1007x657px.jpg);
    }
*/
/*
    .s03_wrap {
        background-image: url(../images/s03_background_img_1007x522px.jpg);
    }
*/
    .s01_content_container h1 {
        font-size: 40px;
    }
    .s01_content_container h2 {
        font-size: 17px;
    }
    .s01_container {
        width: 90%;
        margin: auto;
    }
    .s01_a_container a {
        font-size: 17px;
    }
    .s02_wrap {
        padding: 100px 0px;
    }
    .s02_container {
        width: 90%;
    }
    .s02_title_container h2 {
        font-size: 35px;
    }
    .s02_text_container p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .s03_wrap {
        padding: 100px 0px;
    }
    .s03_title_container h2 {
        font-size: 35px;
    }
    .s03_container {
        width: 80%;
    }
    .s03_flex_item {
        width: 90%;
    }
    .s03_svg_container img {
        width: 25px;
    }
    .s03_text_container p {
        font-size: 17px;
    }
}
@media only screen and (max-width: 800px) {
/*
    .s01_wrap {
        background-image: url(../images/s01_background_img_783x489px.jpg);
    }
*/
/*
    .s03_wrap {
        background-image: url(../images/s03_background_img_783x606px.jpg);
    }
*/
}
@media only screen and (max-width: 768px) {
/*
    .s01_wrap {
        background-image: url(../images/s01_background_img_ipad_768x1024px.jpg);
    }
*/
/*
    .s03_wrap {
        background-image: url(../images/s03_background_img_ipad_768x609px.jpg);
    }
*/
}
@media only screen and (max-width: 450px) {
    .s01_wrap {
        background-image: url(../images/s01_background_img_375x667px.jpg);
    }
    .s03_wrap {
        background-image: url(../images/s03_background_img_375x839px.jpg);
    }
    .s03_flex_item {
        width: 100%;
    }
    .s02_title_container h2 {
        padding: 0px 15px;
    }
    .s01_a_container2 {
        line-height: 1.4;
    }
    
}
@media only screen and (max-width: 320px) {
/*
    .s01_wrap {
        background-image: url(../images/s01_background_img_320x568px.jpg);
    }
*/
/*
    .s03_wrap {
        background-image: url(../images/s03_background_img_320x727px.jpg);
    }
*/
    .s01_content_container h1 {
        font-size: 35px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
    .s02_title_container h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .s03_title_container h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .s01_a_container2 {
        line-height: 1.4;
    }
    .br_mobile_only {
        display: block;
    }
    .s01_a_container2 a {
        display: inline-block
    }
}