/**********************************/


.hpb1 h1 {
    font-size: 80px;
    color: #0B0B0B;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 100px;
}
.hbp1wrap {
    display: flex;
    gap: 100px;
    margin-top: 100px;
    padding-bottom: 200px;
    font-size: 16px;
    border-bottom: 1px solid #989898;
    margin-bottom: 200px;
}

section.hpb2 {
    margin-bottom: 200px;
    margin-top: 200px;
    padding-bottom: 200px;
    border-bottom: 1px solid #989898;
}
.hpb2wrap {
    /* background: url(images/hpb2img1.jpg) no-repeat; */
    /* background-size: auto; */
    /* background-position: center right; */
}
.hpb2wrap {
    position: relative;
}
.hpb2bg {
    position: absolute;
    top: 0;
    left: 60%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hpb2bg figure {
    display: block;
    width: 100%;
    height: 0;
    object-position: center right;
    background: #2b85cc;
    padding-top: 100%;
    position: relative;
	/* display: none; */
}
.hpb2bg figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	padding: 50px;
}
.hpb2wrap a {
    display: block;
    font-family: "Noto Sans", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    color: white !important;
    text-shadow: black 1px 1px 1px, black -1px 1px 1px, black 1px -1px 1px, black -1px -1px 1px;
    text-decoration: none !important;
    margin-bottom: 35px;
	position: relative;
}
.hpb2wrap a:hover {
	color: #212529 !important;
    text-shadow: none;
    text-decoration: none !important;
}
.hpb2link a {
    font-size: 24px;
    text-transform: uppercase;
    color: #0B0B0B;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.hpb2link a:hover {
    text-decoration: underline;
    color: #0b0b0b;
}
.hpb2link a svg {
    height: 22px;
    width: 22px;
}

section.hpb3 {
    margin-bottom: 200px;
    margin-top: 200px;
    padding-bottom: 200px;
    border-bottom: 1px solid #989898;
}
.hpb3wrap {
    display: flex;
    gap: 10px;
}
.hpb3l {
    flex: 50% 0 0;
    background: #FAFAFA;
    padding: 25px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 300px;
}
.hpb3r {
    flex: 50% 0 0;
    background: #2B85CC;
    padding: 25px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.hpb3lt {
    color: #0B0B0B;
    font-size: 80px;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Noto Sans';
    font-weight: 500;
}
.hpb3lb {
    color: #0B0B0B;
    font-size: 80px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Noto Sans';
    font-weight: 500;
}
.hpb3rt {
    color: #0B0B0B;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-weight: 500;
}
.hpb3rb {
    text-align: right;
}


section.hpb4 {
    margin-bottom: 200px;
    margin-top: 200px;
    padding-bottom: 200px;
    border-bottom: 1px solid #989898;
}
.hpb4wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 120px 45px;
}
.hpb4 h2 {
    font-size: 54px;
    color: #0B0B0B;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Noto Sans';
}
.hpb4i {
    flex: calc(33.3% - 30px) 0 0;
}
.hpb4i div {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Noto Sans';
    color: #0B0B0B;
    margin-bottom: 15px;
}
.hpb4i h3 {
    font-size: 24px;
    font-family: 'Noto Sans';
    color: #0B0B0B;
    margin-bottom: 10px;
    font-weight: 500;
}
.hpb4i p {
    color: #5F5F5F;
    margin: 0;
}

section.hpb5 {
    margin-bottom: 200px;
    margin-top: 200px;
}
.hpb5wrap {
    background: #0B0B0B;
    padding: 100px 100px 50px 100px;
    display: flex;
    flex-flow: column;
    gap: 30px;
}
.hpb5wrap h2 {
    color: #fff;
    max-width: 50%;
    font-size: 54px;
    font-family: 'Noto Sans';
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.hpb5wrap p {
    color: #fff;
    max-width: 50%;
    margin: 0;
}
.hpb5wrap div {
    margin-top: 60px;
	text-align: right;
}
.hpb5wrap div a {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Noto Sans';
    font-weight: 500;
}
.hpb5wrap div a:hover {
    color: #fff;
    text-decoration: underline;
}
.hpb5wrap div a svg path {
    stroke: #fff;
}


section.hpb6 {
    margin-bottom: 200px;
    margin-top: 200px;
}
.hpb6 h2 {
    color: #0B0B0B;
    font-size: 54px;
    font-weight: 500;
    font-family: 'Noto Sans';
    text-transform: uppercase;
}
.hpb6 form {
    max-width: 50%;
    margin: 0 auto;
}
.hpb6 form fieldset {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.hpb6 form label {
    margin: 0;
}
.hpb6 form label a {
    color: #0b0b0b;
    font-weight: 700;
    display: inline-block;
    margin-left: 6px;
}
.hpb6 form label input[type="text"], .hpb6 form label input[type="email"], .hpb6 form label textarea {
    border: 1px solid #989898;
    padding: 15px 25px;
    height: auto;
    font-size: 16px;
}
.hpb6 form button.btn {
    background: #0b0b0b;
    color: #fff;
    font-size: 14px;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-weight: 500;
}
.hpb6 input#agree {
    display: none;
    opacity: 0;
}
.hpb6 #agree + svg {
    border: 1px solid #0b0b0b;
    width: 22px;
    height: 22px;
    padding: 2px;
}
.hpb6 #agree+svg {
    border: 1px solid #0b0b0b;
    width: 22px;
    height: 22px;
    padding: 2px;
    margin-right: 15px;
}
.hpb6 #agree:not(:checked) + svg path {
    stroke: #fff;
}
.hpb6 label.agreewrap {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}




@media only screen and (max-width: 767px) {

.hpb1 h1 {
    font-size: 40px;
    color: #0B0B0B;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 50px;
}
.hpb1 .hpb1banner img {
    aspect-ratio: 3/4;
}
.hbp1wrap {
    gap: 30px;
    margin-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    flex-flow: column;
}
section.hpb2 {
    margin-bottom: 100px;
    margin-top: 100px;
    padding-bottom: 100px;
}
.hpb2wrap {
    background: none;
}
.hpb2wrap a {
    font-size: 27px;
    margin-bottom: 15px;
}
.hpb2link a {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    align-items: center;
    background: #0B0B0B;
    text-align: center;
    padding: 15px;
    margin-top: 50px;
}
section.hpb3 {
    margin-bottom: 100px;
    margin-top: 100px;
    padding-bottom: 100px;
}
.hpb3wrap {
    gap: 5px;
    flex-flow: column;
}
.hpb3l {
    gap: 250px;
}
.hpb3lt, .hpb3lb {
    font-size: 40px;
}
.hpb3r {
    font-size: 12px;
    gap: 35px;
}
.hpb3rb {
    text-align: center;
}

section.hpb4 {
    margin-bottom: 100px;
    margin-top: 100px;
    padding-bottom: 100px;
}
.hpb4 h2 {
    font-size: 40px;
}
.hpb4wrap {
    display: flex;
    flex-flow: column;
    gap: 35px;
}
.hpb4i div {
    font-size: 27px;
    margin-bottom: 10px;
}
.hpb4i h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
section.hpb5 {
    margin-bottom: 100px;
    margin-top: 100px;
}
.hpb5wrap {
    padding: 50px 10px;
    gap: 25px;
}
.hpb5wrap h2 {
    max-width: none;
    font-size: 40px;
}
.hpb5wrap p {
    max-width: none;
}
.hpb5wrap div {
    margin-top: 50px;
    text-align: center;
}
.hpb5wrap div a {
    color: #0b0b0b;
    font-size: 20px;
    background: #fff;
    display: block;
    padding: 9px;
}
.hpb5wrap div a svg {
    display: none;
}
section.hpb6 {
    margin-bottom: 100px;
    margin-top: 100px;
}
.hpb6 h2 {
    font-size: 27px;
}
.hpb6 form {
    max-width: none;
}
.hpb6 label.agreewrap {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-flow: row wrap;
    font-size: 14px;
}
.hpb6 #agree+svg {
    width: 18px;
    height: 18px;
    padding: 2px;
    margin-right: 8px;
}
.hpb6 form label a {
    font-weight: 500;
    display: inline-block;
    margin-left: 3px;
}

}