@font-face {
font-family: Montserrat-Regular;
src: url('../fonts/Montserrat-Regular.ttf');
font-weight: normal;
}

@font-face {
font-family: Montserrat-Bold;
src: url('../fonts/Montserrat-Bold.ttf');
font-weight: normal;
}

@font-face {
font-family: Montserrat-Black;
src: url('../fonts/Montserrat-Black.ttf');
font-weight: normal;
}

@font-face {
font-family: Montserrat-Italic;
src: url('../fonts/Montserrat-Italic.ttf');
font-weight: normal;
}

@font-face {
font-family: Montserrat-BoldItalic;
src: url('../fonts/Montserrat-BoldItalic.ttf');
font-weight: normal;
}

@font-face {
font-family: SegoePrint-Bold;
src: url('../fonts/segoeprb.ttf');
font-weight: normal;
}

@font-face {
font-family: fontawesome-brands;
src: url('../fonts/fa-brands-400.ttf');
font-weight: normal;
}

* {
margin: 0;
padding: 0;
outline: none;
}

body {
background: #fff;
font-size: 18px;
line-height: 26px;
font-family: Montserrat-Regular, Arial, sans-serif;
font-weight: normal;
color: #3f3f3e;
text-align: left;
}

body.fixed {
width: 100%;
position: fixed;
top: 0;
left: 0;
overflow-y: scroll;
}

h1 {
font-family: Montserrat-Black;
font-weight: normal;
font-size: 55px;
line-height: 62px;
color: #ff7900;
text-transform: uppercase;
padding: 0 0 10px 0;
}

h1.subpage {
font-size: 40px;
line-height: 50px;
text-transform: none;
padding: 0 0 50px 0;
}

h2 {
font-family: Montserrat-Bold;
font-weight: normal;
font-size: 30px;
line-height: 36px;
color: #3f3f3e;
padding: 0 0 20px 0;
}

h3 {
font-family: Montserrat-Bold;
font-weight: normal;
font-size: 20px;
line-height: 30px;
color: #3f3f3e;
padding: 0;
}

img {
border: 0;
}

p {
padding: 0 0 8px 0;
}

ul {
list-style: none;
padding: 0;
}

ul li {
background: url('../images/icon_point_b.svg') left 4px no-repeat;
background-size: 25px;
list-style: none;
padding: 0 0 8px 45px;
}

ol {
list-style: none;
counter-reset: olcounter;
}

ol li {
counter-increment: olcounter;
position: relative;
padding: 2px 0 15px 40px;
}

ol li::before {
display: block;
content: counter(olcounter);
font-size: 18px;
line-height: 27px;
text-align: center;
width: 27px;
height: 27px;
border: solid 1px #3f3f3e;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
}

strong, b {
font-family: Montserrat-Bold;
font-weight: normal;
}

.clr {
clear: both;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

a, .href {
color: #3f3f3e;
text-decoration: underline;
cursor: pointer;
transition: color 0.4s;
}

.href {
user-select: none;
-webkit-user-select: none;
}

em {
font-family: Montserrat-Italic;
font-weight: normal;
font-style: normal;
}

em strong, em b {
font-family: Montserrat-BoldItalic;
font-weight: normal;
}

.notes, blockquote {
font-family: Montserrat-Italic;
font-weight: normal;
font-size: 16px;
line-height: 24px;
font-style: normal;
}

.notes strong, blockquote strong {
font-family: Montserrat-BoldItalic;
font-weight: normal;
}

.small {
font-size: 16px;
line-height: 24px;
}

.perex {
font-size: 20px;
line-height: 26px;
}

.inputbox {
display: block;
background: #fff;
width: 300px;
height: 48px;
text-align: left;
font-family: Montserrat-Regular;
font-weight: normal;
font-size: 16px;
line-height: 48px;
color: #000;
border: solid 1px #c2c1c1;
border-radius: 24px;
padding: 0 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: border-color 0.4s;
}

textarea.inputbox {
min-height: 160px;
min-width: 645px;
max-width: 645px;
padding: 10px 15px;
line-height: 24px;
}

select.inputbox {
background: #fff url('../images/ico_down.svg') right 10px center no-repeat;
background-size: 15px;
width: 330px;
cursor: pointer;
padding: 0 30px 0 15px;
transition: background-color 0.4s;
}

.inputbox.error {
border-color: #f00;
}

.inputbox.active {
border-color: #745ef5;
}

.required {
position: relative;
}

.required .inputbox {
width: 285px;
padding-right: 30px;
}

.required textarea.inputbox {
min-width: 285px;
max-width: 285px;
}

.required::before {
content: '*';
display: block;
font-family: Montserrat-Bold;
font-weight: normal;
font-size: 20px;
line-height: 20px;
color: #fd5353;
position: absolute;
bottom: 11px;
right: 15px;
}

.required.textarea::before {
bottom: auto;
top: 45px;
}

label {
display: inline-block;
padding-bottom: 5px;
}

.checkbox, .radio, .file {
display: none;
}

.checkbox + label, .radio + label {
position: relative;
padding-left: 30px;
}

.checkbox + label::before, .radio + label::before {
display: block;
content: '';
background: #fff;
width: 20px;
height: 20px;
border: solid 1px #bcbcbc;
border-radius: 4px;
cursor: pointer;
position: absolute;
top: 0;
left: 0;
padding: 0;
user-select: none;
transition: background-color 0.3s, border-color 0.3s;
}

.radio + label::before {
width: 14px;
height: 14px;
border: solid 3px #fff;
border-radius: 50%;
top: 2px;
transition: background-color 0.3s;
box-shadow: 0 0 0 2px #3f3f3e;
}

.checkbox:checked + label::before {
background: #ff7900 url('../images/icon_point_w.svg') center no-repeat;
background-size: 13px;
border-color: #ff7900;
}

.radio:checked + label::before {
background-color: #3f3f3e;
}

.button {
background: #745ef5;
display: inline-block;
min-width: 220px;
text-align: center;
text-decoration: none;
vertical-align: top;
color: #fff;
font-family: Montserrat-Bold;
font-weight: normal;
font-size: 16px;
line-height: 22px;
cursor: pointer;
border: 0;
border-radius: 25px;
padding: 13px 28px;
margin: 0;
box-shadow: 0 5px 20px 10px #f0edfe;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
user-select: none;
-webkit-user-select: none;
transition: background-color 0.4s;
}

.button.orange {
background: #ff7900;
}

.button.btnsmall {
min-width: 100px;
}

.button.white {
background: #fff;
min-width: 100px;
font-family: Montserrat-Regular;
color: #3f3f3e;
border: solid 1px #d8d8d8;
padding: 11px 26px;
box-shadow: 0 5px 15px 5px #f0edfe;
}

.button.clear {
background: transparent;
color: #ff7900;
border: solid 1px #ff7900;
box-shadow: none;
transition: color 0.4s, border-color 0.4s;
}

.progress_bar {
position: relative;
width: 250px;
height: 20px;
border: solid 1px #ff7900;
border-radius: 14px;
margin: 10px 0;
overflow: hidden;
}

.progress_bar .bar {
background: #ff7900;
width: 0%;
height: 100%;
}

.progress_bar .percent {
width: 100%;
height: 100%;
font-size: 14px;
line-height: 18px;
color: #cccccc;
text-align: center;
position: absolute;
top: 0;
left: 0;
}

hr {
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: solid 1px #ff7900;
margin: 15px 0;
}

.report {
background: #fff url('../images/notice_ok.svg') 10px center no-repeat;
background-size: 32px;
max-width: 540px;
height: 0;
overflow: hidden;
font-size: 16px;
line-height: 24px;
color: #6b6c81;
text-align: left;
word-wrap: break-word;
position: relative;
margin: 0 auto;
transition: height 0.3s;
}

.report.active {
height: auto;
}

.report .box {
border: solid 1px #2fb900;
border-radius: 8px;
}

.report.error {
background: #fff url('../images/notice_error.svg') 10px center no-repeat;
background-size: 32px;
color: #e92f2f;
}

.report.error .box {
border-color: #e92f2f;
}

.report a {
font-family: Montserrat-Bold;
text-decoration: none;
}

.report.error a {
color: #e92f2f;
}

.report .textreport {
padding: 20px 35px 15px 50px;
}

.btn_close {
font-size: 40px;
line-height: 40px;
font-family: Montserrat-Regular;
color: #515151;
cursor: pointer;
position: absolute;
top: 0;
right: 5px;
transition: color 0.4s;
}

.bg_waiting {
background: rgba(0, 0, 0, 0.4) url('../images/loading.gif') center no-repeat;
background-size: 60px;
width: 100%;
height: 0;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
opacity: 0;
transition: opacity 0.3s, height 0s 0.3s;
}

.bg_waiting.active {
height: 100%;
opacity: 1;
cursor: wait;
transition: opacity 0.5s;
}

.tooltip {
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
vertical-align: top;
position: relative;
cursor: pointer;
}

.tooltipabs {
position: relative;
}

.tooltipabs .tooltip {
position: absolute;
top: 0;
right: 10px;
}

.tooltip::after {
display: block;
content: '';
background: url('../images/ico_tooltip.svg') center no-repeat;
background-size: 100%;
width: 18px;
height: 18px;
position: absolute;
top: 4px;
left: 4px;
transition: filter 0.4s;
}

.win_tooltip {
background: #fff;
width: 220px;
color: #3f3f3e;
font-size: 14px;
line-height: 18px;
text-align: center;
border: solid 1px #ff7900;
border-radius: 8px;
position: absolute;
top: 0;
left: 30px;
padding: 10px 20px 10px 10px;
opacity: 0;
z-index: 9999;
cursor: auto;
transition: opacity 0.4s;
}

.win_tooltip.active {
opacity: 1;
}

.win_tooltip::after {
content: '×';
font-size: 20px;
line-height: 20px;
color: #3f3f3e;
position: absolute;
top: 3px;
right: 5px;
cursor: pointer;
transition: color 0.4s;
}

.bg_line {
width: 100%;
}

.win_line {
width: 100%;
max-width: 1366px;
position: relative;
margin: 0 auto;
}

.line {
max-width: 1035px;
position: relative;
padding: 0 10px;
margin: 0 auto;
}

.bg_hp_1 {
padding-bottom: 75px;
}

.bg_hp_1 .win_line {
background-position: center top;
background-repeat: no-repeat;
background-size: 100%;
min-height: 800px;
}

.bg_hp_1 .line {
padding-top: 292px;
}

.bg_hp_1 .line .button {
margin-top: 95px;
}

.bg_hp_2 {
padding-bottom: 55px;
}

.bg_hp_2 .win_line {
background: url('../images/bg_hp_2.svg') center top no-repeat;
background-size: 100%;
min-height: 245px;
}

.bg_hp_2 .line {
padding-top: 22px;
}

.bg_hp_2 .bg_text {
display: flex;
}

.bg_hp_2 .bg_text .text {
width: 440px;
}

.bg_hp_2 .bg_text h3 {
font-size: 30px;
line-height: 36px;
color: #ff7900;
padding: 0 0 20px 0;
}

.bg_hp_2 .bg_text h3 strong {
font-size: 40px;
line-height: 46px;
}

.bg_hp_2 .bg_text .text:last-child {
flex-grow: 1;
}

.bg_hp_2 .bg_text .text .bg_items {
display: flex;
flex-flow: column;
padding-top: 25px;
}

.bg_hp_2 .bg_text .text .bg_items .item {
background: #fff url('../images/icon_point.svg') 20px center no-repeat;
background-size: 20px;
font-family: Montserrat-Bold;
font-weight: normal;
font-size: 16px;
line-height: 22px;
width: calc(50% + 80px);
border-radius: 40px;
padding: 19px 30px 19px 50px;
margin-bottom: 10px;
box-shadow: 0 0 20px 10px rgba(232, 229, 253, 0.4);
}

.bg_hp_2 .text_bottom {
padding: 30px 0 20px 0;
}

.bg_hp_2 .text_bottom h2,
.bg_hp_2 .text_bottom h3 {
text-align: center;
padding-bottom: 20px;
}

.bg_hp_2 .text_bottom p {
text-align: right;
}

.bg_hp_3 {
padding-bottom: 180px;
}

.bg_hp_3 .win_line {
background-position: center top;
background-repeat: no-repeat;
background-size: 100%;
min-height: 1130px;
}

.bg_hp_3 .bg_text {
position: absolute;
top: 50px;
left: 620px;
}

.bg_hp_3 .bg_text h2.type_1, .bg_hp_3 .bg_text h2.type_2 {
font-size: 40px;
line-height: 48px;
color: #ff7900;
padding: 0;
}

.bg_hp_3 .bg_text h2.type_2 {
color: #ffbd59;
}

.bg_hp_3 .item {
display: flex;
flex-flow: column;
justify-content: center;
width: 217px;
height: 200px;
position: absolute;
}

.bg_hp_3 .item.item_1 {
top: 895px;
left: 165px;
}

.bg_hp_3 .item.item_2 {
top: 925px;
left: 403px;
}

.bg_hp_3 .item.item_3 {
top: 895px;
left: 634px;
}

.bg_hp_3 .item h3 {
font-size: 24px;
line-height: 30px;
color: #fff;
text-align: center;
padding: 20px 15px;
}

.bg_hp_4 {
padding-bottom: 180px;
}

.bg_hp_4 h2 {
text-align: center;
padding-bottom: 5px;
}

.bg_hp_4 .bg_text {
display: flex;
column-gap: 50px;
}

.bg_hp_4 .bg_text .text {
width: 320px;
text-align: center;
}

.bg_hp_4 .bg_text .text h3 {
font-size: 40px;
line-height: 48px;
text-align: center;
padding-bottom: 25px;
}

.bg_hp_4 .bg_text .text.type_1 * {
color: #fd5353;
}

.bg_hp_4 .bg_text .text.type_2 {
padding-top: 37px;
}

.bg_hp_4 .bg_text .text.type_2 div {
font-size: 16px;
line-height: 24px;
padding-top: 10px;
}

.bg_hp_4 .bg_text .text.type_3 * {
color: #ff7900;
}

.bg_hp_5 {
padding-bottom: 185px;
}

.bg_hp_5 h2 {
padding-bottom: 60px;
}

.bg_hp_5 .perex ul {
padding-left: 50px;
}

.bg_hp_5 .perex strong {
background: #fffbd8;
padding: 5px 3px;
}

.bg_hp_6 {
padding-bottom: 80px;
}

.bg_hp_6 h2 {
font-size: 40px;
line-height: 46px;
text-align: center;
padding-bottom: 80px;
}

.bg_hp_6 .bg_layer_1 {
background: url('../images/bg_hp_6_1.svg') center top no-repeat;
background-size: 100%;
height: 800px;
position: relative;
}

.bg_hp_6 .bg_layer_1 .image_1 {
background: #f1efff url('../images/bg_hp_6_3.svg') 10px 8px no-repeat;
width: 760px;
height: 530px;
overflow: hidden;
border-radius: 12px;
position: absolute;
top: 75px;
left: 228px;
padding-top: 25px;
box-shadow: 0 10px 25px 5px rgba(203, 192, 255, 0.3);
}

.bg_hp_6 .bg_layer_1 .image_1 img {
width: 100%;
height: auto;
}

.bg_hp_6 .bg_layer_1 .bg_image_2 {
background: linear-gradient(180deg, #fff 0%, #f4f2fb 100%);
width: 265px;
border-radius: 12px;
position: absolute;
top: 210px;
left: 858px;
padding: 0 5px 15px 5px;
box-shadow: 0 10px 25px 5px rgba(203, 192, 255, 0.7);
}

.bg_hp_6 .bg_layer_1 .image_2 {
background: url('../images/bg_hp_6_4.svg') center 8px no-repeat;
height: 500px;
overflow: hidden;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
padding-top: 25px;
}

.bg_hp_6 .bg_layer_1 .image_2 img {
width: 100%;
height: auto;
}

.bg_hp_6 .bg_layer_3 {
background: url('../images/bg_hp_6_2.svg') center top no-repeat;
background-size: 100%;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

.bg_hp_6 .bg_layer_1 .text {
font-family: SegoePrint-Bold;
font-weight: normal;
color: #745ef5;
font-size: 16px;
line-height: 24px;
position: absolute;
}

.bg_hp_6 .bg_layer_1 .text.type_1 {
top: 20px;
left: 145px;
}

.bg_hp_6 .bg_layer_1 .text.type_2 {
top: 300px;
left: 120px;
}

.bg_hp_6 .bg_layer_1 .text.type_3 {
top: 465px;
left: 145px;
}

.bg_hp_6 .bg_layer_1 .text.type_4 {
top: 20px;
left: 1100px;
}

.bg_hp_6 .bg_layer_1 .text.type_5 {
top: 450px;
left: 1180px;
}

.bg_hp_7 {
padding-bottom: 140px;
}

.bg_hp_7 .line {
display: flex;
justify-content: space-between;
}

.bg_hp_7 .bg_text {
width: 310px;
}

.bg_hp_7 .bg_text:last-child {
padding-top: 55px;
}

.bg_hp_7 .bg_text h2 {
padding-top: 60px;
}

.bg_hp_7 .bg_text .video {
display: block;
width: 100%;
height: 175px;
border-radius: 10px;
}

.bg_hp_7 .bg_text .text {
font-size: 16px;
line-height: 24px;
padding-top: 18px;
}

.bg_hp_8 {
padding-bottom: 140px;
}

.bg_hp_8 h2 {
text-align: center;
padding-bottom: 45px;
}

.bg_hp_8 h3 {
text-align: center;
padding: 70px 0 20px 0;
}

.bg_hp_8 .text {
font-size: 16px;
line-height: 24px;
text-align: center;
padding: 30px 0 20px 0;
}

.bg_hp_8 .bg_buttons {
display: flex;
justify-content: center;
column-gap: 40px;
}

.bg_hp_9 {
padding-bottom: 105px;
}

.bg_hp_9 .win_line {
background: url('../images/bg_hp_9_1.svg') center top no-repeat;
background-size: 100%;
}

.bg_hp_9 h2 {
text-align: center;
padding-bottom: 50px;
}

.bg_news {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
gap: 20px 15px;
max-width: 1090px;
}

.bg_news .item {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 260px;
height: 260px;
border-radius: 35px;
position: relative;
}

.bg_hp_9 .bg_news .item:nth-child(2), .bg_hp_9 .bg_news .item:nth-child(4) {
margin-top: 30px;
}

.bg_news .item .gradient {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
display: block;
width: 100%;
height: 100%;
border-radius: 35px;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
transition: opacity 0.4s;
}

.bg_news .item .text {
display: block;
width: 200px;
font-family: Montserrat-Bold;
font-weight: normal;
font-size: 20px;
line-height: 26px;
color: #fff;
text-decoration: underline;
position: relative;
padding-bottom: 25px;
}

.bg_hp_9 .line.right {
max-width: 1090px;
padding-top: 50px;
}

.bg_hp_9 .spot {
border-radius: 50%;
position: absolute;
}

.bg_hp_9 .spot.spot_1 {
background: #fd5353;
width: 32px;
height: 32px;
top: 110px;
left: 310px;
}

.bg_hp_9 .spot.spot_2 {
background: #fd5353;
width: 15px;
height: 15px;
top: 310px;
left: 350px;
}

.bg_hp_9 .spot.spot_3 {
background: #fd5353;
width: 15px;
height: 15px;
top: 390px;
left: 348px;
}

.bg_hp_9 .spot.spot_4 {
background: #ff7900;
width: 12px;
height: 12px;
top: 260px;
left: 440px;
}

.bg_hp_9 .spot.spot_5 {
background: #ff7900;
width: 15px;
height: 15px;
top: 310px;
left: 560px;
}

.bg_hp_9 .spot.spot_6 {
background: #ff7900;
width: 15px;
height: 15px;
top: 280px;
left: 1245px;
}

.bg_hp_10 {
padding-bottom: 130px;
}

.bg_hp_10 h2 {
text-align: center;
padding-bottom: 60px;
}

.bg_hp_11 {
padding-bottom: 130px;
}

.bg_hp_11 h2 {
text-align: center;
padding-bottom: 80px;
}

.bg_hp_11 .bg_text {
display: flex;
justify-content: space-around;
}

.bg_hp_11 .bg_text .icon {
display: block;
width: 90px;
height: 90px;
transition: opacity 0.4s;
}

.bg_hp_11 .bg_text .icon.type_1 {
background: url('../images/ico_contract.svg') center no-repeat;
background-size: contain;
}

.bg_hp_11 .bg_text .icon.type_2 {
background: url('../images/ico_invoice.svg') center no-repeat;
background-size: contain;
}

.bg_hp_11 .bg_text .icon.type_3 {
background: url('../images/ico_payment.svg') center no-repeat;
background-size: contain;
}

.bg_hp_11 .bg_text .icon.type_4 {
background: url('../images/ico_voucher.svg') center no-repeat;
background-size: contain;
}

.bg_hp_12 {
padding-bottom: 80px;
}

.bg_hp_12 h2 {
text-align: center;
padding-bottom: 40px;
}

.bg_hp_13 {
padding-bottom: 150px;
}

.bg_hp_13 .line {
display: flex;
justify-content: space-around;
}

.bg_hp_13 .line .item {
width: 280px;
border-right: solid 2px #d3d3d3;
text-align: center;
padding: 80px 50px;
}

.bg_hp_13 .line .item:last-child {
border: 0;
}

.bg_hp_13 .line .item .number {
font-family: Montserrat-Bold;
font-weight: normal;
font-size: 40px;
line-height: 50px;
padding-bottom: 10px;
}

.bg_hp_13 .line .item .text {
font-size: 20px;
line-height: 28px;
}

.bg_employer_1 {
padding-bottom: 70px;
}

.bg_employer_1 .win_line {
background-position: center top;
background-repeat: no-repeat;
background-size: 100%;
min-height: 800px;
}

.bg_employer_1 .line {
padding-top: 292px;
}

.bg_employer_1 .perex {
font-size: 24px;
line-height: 30px;
}

.bg_employer_1 .line .button {
margin-top: 30px;
}

.bg_employer_2 {
padding-bottom: 60px;
}

.bg_employer_2 .win_line {
background: url('../images/bg_hp_2.svg') center top no-repeat;
background-size: 100%;
min-height: 245px;
}

.bg_employer_2 .line {
padding-top: 22px;
}

.bg_employer_2 .bg_text {
display: flex;
}

.bg_employer_2 .bg_text .text {
width: 440px;
font-size: 16px;
line-height: 22px;
}

.bg_employer_2 .bg_text h3 {
font-size: 30px;
line-height: 36px;
color: #ff7900;
padding: 0 0 20px 0;
}

.bg_employer_2 .bg_text h3 strong {
font-size: 40px;
line-height: 46px;
}

.bg_employer_2 .bg_text .text:last-child {
flex-grow: 1;
}

.bg_employer_2 .bg_text .text .bg_items {
display: flex;
flex-flow: column;
}

.bg_employer_2 .bg_text .text .bg_items .item {
background: #fff;
width: calc(65% + 40px);
border-radius: 34px;
padding: 10px 20px;
margin-bottom: 10px;
box-shadow: 0 0 20px 10px rgba(232, 229, 253, 0.4);
}

.bg_employer_2 .bg_text .text .bg_items .item .title {
font-family: Montserrat-Bold;
font-weight: normal;
position: relative;
color: #745ef5;
cursor: pointer;
padding: 10px 0 10px 30px;
transition: color 0.4s;
user-select: none;
-webkit-user-select: none;
}

.bg_employer_2 .bg_text .text .bg_items .item .title::before {
content: '+';
font-family: Montserrat-Regular;
font-weight: normal;
font-size: 40px;
line-height: 40px;
position: absolute;
top: 0;
left: 0;
transition: color 0.4s, transform 0.4s;
}

.bg_employer_2 .bg_text .text .bg_items .item .desc {
height: 0;
overflow: hidden;
padding: 0 0 0 30px;
transition: height 0.5s;
}

.bg_employer_2 .bg_text .text .bg_items .item .desc .box {
padding: 15px 0 7px 0;
}

.bg_employer_21 {
padding-bottom: 85px;
}

.bg_employer_21 h2 {
font-family: Montserrat-Black;
font-weight: normal;
font-size: 40px;
line-height: 50px;
color: #ff7900;
padding: 0 0 40px 0;
}

.bg_employer_21 .bg_items {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px 50px;
padding: 0 0 80px 0;
}

.bg_employer_21 .bg_items .item {
background: #fde4c9;
max-width: 350px;
border-radius: 50px;
padding: 30px 25px 20px 25px;
}

.bg_employer_21 .bg_items .item h3 {
padding: 0 0 10px 0;
}

.bg_employer_21 .bg_items .item:nth-child(odd) {
background: #ff7900;
color: #fff;
}

.bg_employer_21 .bg_items .item:nth-child(odd) h3 {
color: #fff;
}

.bg_employer_21 .text {
background: url('../images/ico_payment.svg') left center no-repeat;
background-size: auto 100%;
display: flex;
align-items: center;
height: 94px;
}

.bg_employer_21 .text h3 {
padding: 0 0 0 120px;
}

.bg_employer_3 {
padding-bottom: 60px;
}

.bg_employer_3 h2 {
padding-bottom: 60px;
}

.bg_employer_3 .perex ul {
padding-left: 50px;
}

.bg_employer_3 .perex strong {
background: #fffbd8;
padding: 5px 3px;
}

.bg_employer_4 {
padding-bottom: 20px;
}

.bg_employer_4 .line {
display: flex;
justify-content: space-between;
align-items: flex-end;
}

.bg_employer_4 h2 {
width: 330px;
padding-bottom: 40px;
}

.bg_employer_4 .circles {
background: url('../images/bg_employer_4.svg') left 25px bottom no-repeat;
background-size: 96.45%;
width: 705px;
height: 550px;
position: relative;
}

.bg_employer_4 .circles .circle {
display: flex;
align-items: center;
width: 120px;
height: 120px;
font-family: Montserrat-Bold;
font-weight: normal;
font-size: 14px;
line-height: 20px;
text-align: center;
border: solid 1px #ffbd59;
border-radius: 50%;
overflow: hidden;
word-wrap: break-word;
position: absolute;
}

.bg_employer_4 .circles .circle .text {
width: 100%;
text-align: center;
}

.bg_employer_4 .circles .circle.type_1 {
top: 180px;
left: 0;
}

.bg_employer_4 .circles .circle.type_2, .bg_employer_4 .circles .circle.type_3, .bg_employer_4 .circles .circle.type_5, .bg_employer_4 .circles .circle.type_7 {
width: 145px;
height: 145px;
font-size: 17px;
line-height: 22px;
border-color: #ff7900;
}

.bg_employer_4 .circles .circle.type_2 {
top: 253px;
left: 63px;
}

.bg_employer_4 .circles .circle.type_3 {
top: 120px;
left: 197px;
}

.bg_employer_4 .circles .circle.type_4 {
width: 120px;
height: 120px;
top: 47px;
left: 305px;
}

.bg_employer_4 .circles .circle.type_5 {
top: 115px;
left: 390px;
}

.bg_employer_4 .circles .circle.type_6 {
width: 130px;
height: 130px;
top: 150px;
left: 570px;
}

.bg_employer_4 .circles .circle.type_7 {
top: 253px;
left: 520px;
}

.bg_employer_4 .circles .circle.type_21 {
font-size: 20px;
line-height: 24px;
color: #fff;
border: 0;
border-radius: 0;
width: 128px;
height: 90px;
top: 330px;
left: 305px;
}

.bg_employer_5 {
padding-bottom: 170px;
}

.bg_employer_5 .line {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 8px 0;
}

.bg_employer_5 .item {
font-size: 16px;
line-height: 24px;
width: 280px;
padding: 20px 30px;
}

.bg_employer_5 .item h3 {
padding-bottom: 13px;
}

.bg_employer_5 .item:first-child {
background: #ff7900;
color: #fff;
border-radius: 15px;
}

.bg_employer_5 .item:first-child h3 {
color: #fff;
}

.bg_employer_6 {
padding-bottom: 160px;
}

.bg_employer_7 {
padding-bottom: 170px;
}

.bg_employer_7 .win_line {
background: url('../images/bg_employer_7.svg') center top no-repeat;
background-size: 100%;
min-height: 432px;
}

.bg_employer_7 h2 {
padding-bottom: 60px;
}

.bg_employer_7 .perex {
padding-right: 400px;
}

.bg_employer_7 .perex ul {
padding-left: 50px;
}

.bg_employer_7 .perex strong {
background: #fffbd8;
padding: 5px 3px;
}

.bg_employer_8 {
padding-bottom: 120px;
}

.bg_employer_8 .line {
display: flex;
column-gap: 110px;
}

.bg_employer_8 .item {
width: 550px;
}

.bg_employer_8 .item.profile {
width: 445px;
min-height: 500px;
position: relative;
}

.bg_employer_8 .item.profile .slide {
width: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: opacity 1s;
}

.bg_employer_8 .item.profile .slide.active {
opacity: 1;
}

.bg_employer_8 .item.profile .image {
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 445px;
}

.bg_employer_8 .item.profile .text {
text-align: right;
padding-top: 10px;
}

.bg_employer_8 h2 {
padding-bottom: 40px;
}

.bg_employer_8 h3 {
padding: 10px 0 20px 0;
}

.bg_employer_8 .text {
font-size: 16px;
line-height: 24px;
}

.bg_employer_8 .text ul li {
padding-left: 35px;
}

.bg_employer_9 {
padding-bottom: 10px;
}

.bg_employer_9 h2 {
padding-bottom: 40px;
}

.bg_employer_9 .text {
position: absolute;
top: 0;
left: 380px;
}

.bg_employer_9 .bg_video {
display: flex;
justify-content: space-between;
column-gap: 10px;
}

.bg_employer_9 .bg_video .item:nth-child(2) {
padding-top: 80px;
}

.bg_employer_9 .bg_video .item:nth-child(3) {
padding-top: 160px;
}

.bg_employer_9 .bg_video .video {
display: block;
width: 100%;
height: 175px;
border-radius: 10px;
}

.bg_employer_9 .bg_video .desc {
font-size: 16px;
line-height: 24px;
padding-top: 15px;
}

.bg_employer_10 {
padding-bottom: 150px;
}

.bg_employer_10 .line {
background: url('../images/bg_employer_10.svg') -50px top no-repeat;
background-size: 539px;
min-height: 559px;
}

.bg_employer_10 .bg_text {
font-size: 16px;
line-height: 24px;
padding: 85px 0 0 450px;
}

.bg_employer_10 .bg_text h2 {
padding-bottom: 25px;
}

.bg_employer_10 .bg_text ul {
padding-left: 20px;
}

.bg_employer_10 .bg_text ul li {
padding-left: 35px;
}

.bg_employer_10 .bg_text .applogo {
display: inline-block;
vertical-align: top;
height: 45px;
margin: 0 15px 10px 0;
}

.bg_employer_10 .bg_text .applogo img {
width: auto;
height: 100%;
transition: opacity 0.4s;
}

.bg_employer_10 .image {
background-position: center 18px;
background-repeat: no-repeat;
background-size: contain;
background-color: #000;
width: 160px;
height: 321px;
position: absolute;
top: 150px;
left: 140px;
transform: rotate(-15deg);
}

.bg_employer_10 .image .frame {
background: url('../images/phone-frame.png') no-repeat;
background-size: 100%;
width: 110%;
height: 110%;
position: absolute;
top: -5%;
left: -5%;
}

.bg_employer_11 {
padding-bottom: 150px;
}

.bg_employer_11 h2 {
text-align: center;
padding-bottom: 45px;
}

.bg_employer_11 h3 {
text-align: center;
padding: 70px 0 20px 0;
}

.bg_employer_11 .text {
font-size: 16px;
line-height: 24px;
text-align: center;
padding: 30px 0 20px 0;
}

.bg_employer_11 .bg_buttons {
display: flex;
justify-content: center;
column-gap: 40px;
}

.bg_employer_12 {
padding-bottom: 90px;
}

.bg_employer_12 h2 {
text-align: center;
padding-bottom: 65px;
}

.bg_employer_12 .perex ul {
padding-left: 20px;
}

.bg_employer_12 .perex strong {
background: #fffbd8;
padding: 5px 3px;
}

.bg_employer_13 .win_line {
background: url('../images/bg_employer_13.svg') center top no-repeat;
background-size: 100%;
min-height: 716px;
}

.bg_employer_13 .line {
padding-top: 155px;
}

.bg_employer_13 .bg_text {
background: rgba(255, 255, 255, 0.9);
max-width: 660px;
text-align: center;
border-radius: 40px;
padding: 70px 30px;
margin: 0 auto;
box-shadow: 0 10px 25px 5px rgba(255, 121, 0, 0.2);
}

.bg_employer_13 h2 {
font-size: 25px;
line-height: 30px;
text-align: center;
padding-bottom: 10px;
}

.bg_employer_13 .text {
font-size: 16px;
line-height: 24px;
padding-bottom: 20px;
}

.bg_employer_14 {
padding-bottom: 105px;
}

.bg_employer_15 {
padding-bottom: 40px;
}

.bg_employee_1 {
padding-bottom: 40px;
}

.bg_employee_1 .win_line {
background-position: center top;
background-repeat: no-repeat;
background-size: 100%;
min-height: 800px;
}

.bg_employee_1 .line {
padding-top: 310px;
}

.bg_employee_1 .line .button {
margin-top: 30px;
}

.bg_employee_2 {
padding-bottom: 120px;
}

.bg_employee_2 .line {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.bg_employee_2 .perex {
background: #fff1e5;
width: 282px;
border-radius: 25px;
position: relative;
padding: 30px 35px;
}

.bg_employee_2 .perex .icon {
background: url('../images/ico_payment.svg') center no-repeat;
background-size: 100%;
width: 54px;
height: 67px;
position: absolute;
top: -55px;
left: 25px;
}

.bg_employee_2 .item {
width: 580px;
}

.bg_employee_2 .item h2 {
padding-bottom: 30px;
}

.bg_employee_2 .item strong {
background: #fffbd8;
padding: 5px 3px;
}

.bg_employee_3 {
padding-bottom: 210px;
}

.bg_employee_4 {
padding-bottom: 80px;
}

.bg_employee_4 h2 {
text-align: center;
padding-bottom: 60px;
}

.bg_employee_5 .win_line {
background: url('../images/bg_employee_5.svg') center top no-repeat;
background-size: 100%;
min-height: 694px;
}

.bg_employee_5 .line {
padding-top: 160px;
}

.bg_employee_5 .bg_text {
font-size: 16px;
line-height: 24px;
padding-right: 500px;
}

.bg_employee_5 .bg_text ul li {
padding-left: 35px;
}

.bg_employee_5 h2 {
padding-bottom: 40px;
}

.bg_employee_5 strong {
background: #fffbd8;
padding: 5px 3px;
}

.bg_employee_5 .bg_image {
width: 422px;
height: 261px;
border: solid 12px rgba(255, 255, 255, 0.8);
border-radius: 38px;
overflow: hidden;
position: absolute;
top: 150px;
left: 790px;
}

.bg_employee_5 .image {
background-position: center top;
background-repeat: no-repeat;
background-size: 100.5%;
width: 100%;
height: 100%;
}

.bg_employee_6 {
padding-bottom: 130px;
}

.bg_employee_6 .line {
background: url('../images/bg_employer_10.svg') -50px top no-repeat;
background-size: 539px;
min-height: 559px;
}

.bg_employee_6 .bg_text {
font-size: 16px;
line-height: 24px;
padding: 85px 0 0 450px;
}

.bg_employee_6 .bg_text h2 {
padding-bottom: 25px;
}

.bg_employee_6 .bg_text ul {
padding-left: 20px;
}

.bg_employee_6 .bg_text ul li {
padding-left: 35px;
}

.bg_employee_6 .bg_text .applogo {
display: inline-block;
vertical-align: top;
height: 45px;
margin: 0 15px 10px 0;
}

.bg_employee_6 .bg_text .applogo img {
width: auto;
height: 100%;
transition: opacity 0.4s;
}

.bg_employee_6 .image {
background-position: center 18px;
background-repeat: no-repeat;
background-size: contain;
background-color: #000;
width: 160px;
height: 321px;
position: absolute;
top: 150px;
left: 140px;
transform: rotate(-15deg);
}

.bg_employee_6 .image .frame {
background: url('../images/phone-frame.png') no-repeat;
background-size: 100%;
width: 110%;
height: 110%;
position: absolute;
top: -5%;
left: -5%;
}

.bg_employee_7 {
padding-bottom: 120px;
}

.bg_employee_7 .line {
text-align: center;
}

.bg_employee_7 h2 {
text-align: center;
padding-bottom: 15px;
}

.bg_employee_7 .text_1 {
padding-bottom: 60px;
}

.bg_employee_7 .text_2 {
padding-top: 100px;
}

.bg_employee_7 .button {
margin-top: 20px;
}

.bg_employee_8 {
padding-bottom: 50px;
}

.bg_employee_8 h2 {
padding-bottom: 40px;
}

.bg_employee_8 .text_1 {
width: 320px;
padding-bottom: 20px;
}

.bg_employee_8 .text_2 {
width: 350px;
position: absolute;
top: -50px;
left: 380px;
}

.bg_employee_8 .bg_video {
display: flex;
justify-content: space-between;
column-gap: 10px;
}

.bg_employee_8 .bg_video .item:nth-child(2) {
padding-top: 60px;
}

.bg_employee_8 .bg_video .item:nth-child(3) {
padding-top: 120px;
}

.bg_employee_8 .bg_video .video {
display: block;
width: 100%;
height: 175px;
border-radius: 10px;
}

.bg_employee_8 .bg_video .desc {
font-size: 16px;
line-height: 24px;
padding-top: 15px;
}

.bg_employee_9 {
padding-bottom: 100px;
}

.bg_employee_10 {
padding-bottom: 30px;
}

.bg_supplier_1 .win_line {
background-position: center top;
background-repeat: no-repeat;
background-size: 100%;
min-height: 800px;
}

.bg_supplier_1 .line {
padding-top: 310px;
}

.bg_supplier_1 .line .button {
margin-top: 30px;
}

.bg_supplier_2 {
padding-bottom: 135px;
}

.bg_supplier_2 .win_line {
background: url('../images/bg_hp_2.svg') center top no-repeat;
background-size: 100%;
min-height: 245px;
}

.bg_supplier_2 .line {
padding-top: 22px;
}

.bg_supplier_2 .bg_text {
display: flex;
}

.bg_supplier_2 .bg_text .text {
width: 440px;
}

.bg_supplier_2 .bg_text .text:last-child {
flex-grow: 1;
}

.bg_supplier_2 .bg_text .text .bg_items {
display: flex;
flex-flow: column;
padding-top: 25px;
}

.bg_supplier_2 .bg_text .text .bg_items .item {
background: #fff url('../images/icon_point.svg') 20px center no-repeat;
background-size: 20px;
font-family: Montserrat-Bold;
font-weight: normal;
font-size: 16px;
line-height: 22px;
width: calc(50% + 80px);
border-radius: 40px;
padding: 19px 30px 19px 50px;
margin-bottom: 10px;
box-shadow: 0 0 20px 10px rgba(232, 229, 253, 0.4);
}

.bg_supplier_3 .win_line {
background: url('../images/bg_supplier_3.svg') center 20px no-repeat;
background-size: 100%;
min-height: 800px;
}

.bg_supplier_3 .line {
max-width: 720px;
}

.bg_supplier_3 h2 {
font-size: 40px;
line-height: 46px;
text-align: center;
padding-bottom: 25px;
}

.bg_supplier_3 .text {
font-size: 16px;
line-height: 24px;
text-align: center;
padding-bottom: 30px;
}

.bg_supplier_3 .video {
display: block;
width: 100%;
height: 400px;
border-radius: 10px;
}

.bg_supplier_3 .desc {
font-size: 16px;
line-height: 24px;
padding-top: 25px;
}

.bg_supplier_4 {
padding-bottom: 90px;
}

.bg_supplier_4 .line {
display: flex;
}

.bg_supplier_4 .item_1 {
width: 350px;
font-size: 20px;
line-height: 28px;
text-align: center;
color: #fd5353;
border-left: solid 1px #fd5353;
border-right: solid 1px #fd5353;
padding: 70px 0;
}

.bg_supplier_4 .item_1 h2 {
font-size: 40px;
line-height: 46px;
text-align: center;
color: #fd5353;
padding: 0;
}

.bg_supplier_4 .item_2 {
width: 600px;
padding: 40px 0 0 90px;
}

.bg_supplier_4 .item_2 h2 {
padding-bottom: 30px;
}

.bg_supplier_4 .item_2 strong {
background: #fffbd8;
padding: 5px 3px;
}

.bg_supplier_5 {
padding-bottom: 50px;
}

.bg_supplier_5 h2 {
text-align: center;
padding-bottom: 60px;
}

.bg_supplier_6 {
padding-bottom: 130px;
}

.bg_supplier_6 .win_line {
background: url('../images/bg_supplier_6.svg') center 30px no-repeat;
background-size: 100%;
min-height: 800px;
}

.bg_supplier_6 .line {
padding-top: 140px;
}

.bg_supplier_6 h2 {
text-align: center;
padding-bottom: 50px;
}

.bg_supplier_6 .bg_items {
display: flex;
column-gap: 15px;
justify-content: center;
}

.bg_supplier_6 .bg_items .item {
background: rgba(255, 255, 255, 0.9);
width: 385px;
min-height: 207px;
border-radius: 30px;
text-align: center;
padding: 30px;
box-shadow: 0 10px 25px 5px rgba(255, 121, 0, 0.2);
}

.bg_supplier_6 .bg_items .item h2 {
font-size: 25px;
line-height: 34px;
padding-bottom: 20px;
}

.bg_supplier_6 .bg_items .item .desc {
font-size: 16px;
line-height: 24px;
padding-top: 20px;
}

.bg_supplier_6 .perex {
padding: 130px 0 0 70px;
}

.bg_supplier_6 .perex ul {
padding-left: 40px;
}

.bg_supplier_7 {
padding-bottom: 60px;
}

.bg_supplier_7 h2 {
padding-bottom: 70px;
}

.bg_supplier_7 .bg_items {
display: flex;
column-gap: 100px;
}

.bg_supplier_7 .bg_items .item {
width: 445px;
}

.bg_supplier_7 .bg_items .item:last-child {
padding-top: 60px;
}

.bg_supplier_7 .bg_items .item .video {
display: block;
width: 100%;
height: 251px;
border-radius: 10px;
}

.bg_supplier_7 .bg_items .item .desc {
font-size: 16px;
line-height: 24px;
padding-top: 20px;
}

.bg_supplier_8 {
padding-bottom: 90px;
}

.bg_supplier_9 {
padding-bottom: 200px;
}

.bg_supplier_9 h2 {
text-align: center;
padding-bottom: 50px;
}

.bg_supplier_9 .bg_buttons {
display: flex;
justify-content: center;
padding-top: 80px;
}

.bg_supplier_10 {
padding-bottom: 130px;
}

.bg_supplier_10 h2 {
text-align: center;
padding-bottom: 50px;
}

.bg_supplier_10 h3 {
text-align: center;
padding-bottom: 50px;
}

.bg_supplier_10 .text {
padding-bottom: 80px;
}

.bg_voucher_1 .win_line {
background-position: center top;
background-repeat: no-repeat;
background-size: 100%;
min-height: 800px;
}

.bg_voucher_1 .line {
padding-top: 310px;
}

.bg_voucher_1 .line .button {
margin-top: 30px;
}

.bg_voucher_2 {
padding-bottom: 20px;
}

.bg_voucher_2 .win_line {
background-position: center top;
background-repeat: no-repeat;
background-size: 100%;
min-height: 323px;
}

.bg_voucher_2 .bg_title {
position: absolute;
top: 50px;
right: 110px;
}

.bg_voucher_2 .bg_title h2 {
font-size: 42px;
line-height: 44px;
padding: 0;
}

.bg_voucher_2 .bg_title h2.type_1 {
color: #ff7900;
}

.bg_voucher_2 .bg_title h2.type_2 {
color: #ffbd59;
}

.bg_voucher_2 .line {
max-width: 1366px;
display: flex;
column-gap: 60px;
padding: 310px 0 0 160px;
}

.bg_voucher_2 .text {
width: 219px;
font-size: 16px;
line-height: 24px;
}

.bg_voucher_2 .text h3 {
padding-bottom: 20px;
}

.bg_voucher_2 .text strong {
background: #fffbd8;
padding: 5px 3px;
}

.bg_voucher_2 .text.type_1 h3 {
color: #fd5353;
}

.bg_voucher_2 .text.type_1 ul li {
background: url('../images/icon_point_r.svg') left 5px no-repeat;
background-size: 20px;
padding: 0 0 8px 32px;
}

.bg_voucher_2 .text.type_2 h3 {
color: #ffba55;
}

.bg_voucher_2 .text.type_2 ul li {
background: url('../images/icon_point_y.svg') left 5px no-repeat;
background-size: 20px;
padding: 0 0 8px 32px;
}

.bg_voucher_2 .text.type_3 h3 {
color: #ff7900;
}

.bg_voucher_2 .text.type_3 ul li {
background: url('../images/icon_point_o.svg') left 5px no-repeat;
background-size: 20px;
padding: 0 0 8px 32px;
}

.bg_voucher_3 {
padding-bottom: 70px;
}

.bg_voucher_3 .win_line {
background: url('../images/bg_voucher_3.svg') center top no-repeat;
background-size: 100%;
min-height: 717px;
}

.bg_voucher_3 .line {
padding-top: 170px;
}

.bg_voucher_3 .bg_text {
display: flex;
column-gap: 100px;
}

.bg_voucher_3 .bg_text .bg_image {
width: 405px;
height: 250px;
border: solid 20px rgba(255, 255, 255, 0.9);
border-radius: 38px;
overflow: hidden;
position: relative;
box-shadow: 0 10px 25px 5px rgba(255, 121, 0, 0.2);
}

.bg_voucher_3 .bg_text .image {
background-position: center top;
background-repeat: no-repeat;
background-size: 100.5%;
width: 100%;
height: 100%;
}

.bg_voucher_3 .bg_text .text {
width: 480px;
font-size: 16px;
line-height: 24px;
}

.bg_voucher_3 .bg_text .text h2 {
padding-bottom: 30px;
}

.bg_voucher_3 .bg_text .text ul li {
background-position: left 5px;
background-size: 20px;
padding: 0 0 8px 32px;
}

.bg_voucher_3 .bg_items {
display: flex;
justify-content: center;
padding-top: 130px;
}

.bg_voucher_3 .bg_items .item {
width: 260px;
height: 245px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
font-size: 20px;
line-height: 26px;
border-left: solid 1px #3f3f3e;
}

.bg_voucher_3 .bg_items .item h2 {
font-size: 40px;
line-height: 46px;
text-align: center;
padding-bottom: 10px;
}

.bg_voucher_3 .bg_items .item:last-child {
border-right: solid 1px #ffdfc3;
}

.bg_voucher_4 {
padding-bottom: 110px;
}

.bg_voucher_4 h2 {
padding-bottom: 80px;
}

.bg_voucher_4 .bg_items {
background: url('../images/bg_voucher_4.svg') center top no-repeat;
background-size: 100%;
min-height: 288px;
position: relative;
}

.bg_voucher_4 .bg_items .text {
width: 450px;
padding-top: 230px;
}

.bg_voucher_4 .bg_items .text .button {
margin-top: 20px;
}

.bg_voucher_4 .bg_items .item {
width: 180px;
font-family: Montserrat-Bold;
font-weight: normal;
font-size: 18px;
line-height: 20px;
text-align: center;
position: absolute;
transform: translateX(-50px);
}

.bg_voucher_4 .bg_items .item.type_1 {
color: #725df4;
top: 120px;
left: 0;
}

.bg_voucher_4 .bg_items .item.type_2 {
color: #a90aff;
top: 120px;
left: 225px;
}

.bg_voucher_4 .bg_items .item.type_3 {
color: #ff7900;
top: 120px;
left: 455px;
}

.bg_voucher_4 .bg_items .item.type_4 {
color: #f14040;
top: 120px;
left: 700px;
}

.bg_voucher_4 .bg_items .item.type_5 {
color: #3f3f3e;
top: 120px;
left: 925px;
}

.bg_voucher_4 .bg_items .item.type_6 {
color: #5041d8;
top: 300px;
left: 700px;
}

.bg_voucher_5 {
padding-bottom: 30px;
}

.bg_voucher_5 .line {
background: url('../images/bg_employer_10.svg') -50px top no-repeat;
background-size: 539px;
min-height: 559px;
}

.bg_voucher_5 .bg_text {
font-size: 16px;
line-height: 24px;
padding: 85px 0 0 450px;
}

.bg_voucher_5 .bg_text h2 {
padding-bottom: 25px;
}

.bg_voucher_5 .bg_text ul {
padding-left: 20px;
}

.bg_voucher_5 .bg_text ul li {
padding-left: 35px;
}

.bg_voucher_5 .bg_text .applogo {
display: inline-block;
vertical-align: top;
height: 45px;
margin: 0 15px 10px 0;
}

.bg_voucher_5 .bg_text .applogo img {
width: auto;
height: 100%;
transition: opacity 0.4s;
}

.bg_voucher_5 .image {
background-position: center 18px;
background-repeat: no-repeat;
background-size: contain;
background-color: #000;
width: 160px;
height: 321px;
position: absolute;
top: 150px;
left: 140px;
transform: rotate(-15deg);
}

.bg_voucher_5 .image .frame {
background: url('../images/phone-frame.png') no-repeat;
background-size: 100%;
width: 110%;
height: 110%;
position: absolute;
top: -5%;
left: -5%;
}

.bg_voucher_6 {
padding-bottom: 130px;
}

.bg_voucher_6 h2 {
text-align: center;
padding-bottom: 60px;
}

.bg_voucher_7 {
padding-bottom: 60px;
}

.bg_voucher_7 h2 {
text-align: center;
padding-bottom: 60px;
}

.bg_voucher_8 {
background: url('../images/bg_voucher_8.svg') center bottom no-repeat;
background-size: 100% 350px;
padding-bottom: 80px;
}

.bg_voucher_8 .line {
display: flex;
column-gap: 110px;
padding-top: 140px;
}

.bg_voucher_8 .line .image img {
max-width: 165px;
width: auto;
height: auto;
}

.bg_voucher_8 .line .text h2 {
font-size: 20px;
line-height: 26px;
padding-bottom: 20px;
}

.bg_contact_1 {
padding-bottom: 60px;
}

.bg_contact_1 .line {
padding-top: 310px;
}

.bg_contact_1 .perex {
padding-bottom: 30px;
}

.bg_contact_1 .bg_items {
display: flex;
column-gap: 20px;
}

.bg_contact_2 {
padding-bottom: 60px;
}

.bg_contact_2 .bg_items {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 20px;
}

.bg_contact_2 .bg_items .item {
width: 270px;
font-size: 16px;
line-height: 24px;
}

.bg_contact_2 .bg_items .item:first-child {
background: #f1efff;
border-radius: 25px;
padding: 30px 40px;
}

.bg_contact_2 .bg_items .item h2 {
font-size: 20px;
line-height: 26px;
padding-bottom: 20px;
}

.bg_contact_2 .bg_items .item .small {
font-size: 12px;
line-height: 16px;
}

.bg_contact_2 .bg_items .item .phone {
background: url('../images/ico_phone.svg') left 2px no-repeat;
background-size: 27px;
font-size: 25px;
line-height: 32px;
text-decoration: none;
padding: 0 0 0 35px;
}

.bg_contact_3 {
padding-bottom: 60px;
}

.bg_contact_3 h2 {
padding-bottom: 35px;
}

.bg_contact_3 #google_map_contact {
width: 100%;
height: 500px;
border-radius: 25px;
}

.mapinfowindowcontact {
width: 150px;
font-size: 14px;
line-height: 20px;
padding: 10px;
}

.mapinfowindowcontact .logo {
width: auto;
height: 33px;
}

.bg_contact_3 .right {
padding-top: 20px;
}

.bg_contact_3 .right .href {
font-size: 16px;
line-height: 24px;
user-select: none;
-webkit-user-select: none;
}

.bg_contact_4 {
padding-bottom: 40px;
}

.bg_contact_4 .win_line {
border-top: solid 1px #ffbb7f;
padding-top: 40px;
}

.bg_contact_4 h2 {
padding-bottom: 60px;
}

.bg_contact_4 .bg_items {
display: flex;
column-gap: 80px;
justify-content: center;
flex-wrap: wrap;
padding-bottom: 80px;
}

.bg_contact_4 .bg_items .item {
width: 218px;
font-size: 16px;
line-height: 24px;
text-align: center;
}

.bg_contact_4 .bg_items .item .bg_photo {
width: 216px;
height: 216px;
border: dashed 1px #ff7900;
border-radius: 50%;
}

.bg_contact_4 .bg_items .item .bg_photo .photo {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 92%;
height: 92%;
border-radius: 50%;
margin: 4%;
}

.bg_contact_4 .bg_items .item h3 {
font-size: 16px;
line-height: 24px;
padding: 30px 0 8px 0;
}

.bg_contact_5 {
padding-bottom: 80px;
}

.bg_contact_5 .win_line {
border-bottom: solid 1px #ffbb7f;
}

.bg_contact_5 h2 {
padding-bottom: 30px;
}

.bg_contact_5 .text {
padding-bottom: 30px;
}

.bg_contact_5 h3 {
padding-bottom: 20px;
}

.bg_contact_5 .bg_items {
display: flex;
align-items: flex-start;
column-gap: 40px;
justify-content: space-between;
font-size: 16px;
line-height: 24px;
padding-bottom: 100px;
}

.bg_contact_5 .bg_items .item_1 {
width: 300px;
}

.bg_contact_5 .bg_items .item_1 .desc {
padding-bottom: 20px;
}

.bg_contact_5 .bg_items .item_1 label {
font-family: Montserrat-Bold;
font-weight: normal;
margin-bottom: 15px;
}

.bg_contact_5 .bg_items .item_2 {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px 0;
width: 680px;
}

.bg_contact_5 .bg_items .item_2 .item {
width: 332px;
}

.bg_contact_5 .bg_items .item_2 .full {
width: 100%;
}

.bg_contact_5 .bg_items .item_2 .full h3 {
padding: 0;
}

.bg_contact_5 .bg_items .item_2 .item.formitem {
height: 0;
overflow: hidden;
transition: height 0.2s;
}

.bg_contact_5 .bg_items .item_2 .note {
font-size: 12px;
line-height: 16px;
}

.bg_contact_6 {
padding-bottom: 80px;
}

.bg_thank {
padding-bottom: 100px;
}

.bg_thank .line {
padding-top: 310px;
}

.bg_thank .bg_items {
display: flex;
justify-content: space-between;
align-items: center;
gap: 40px;
padding-top: 20px;
}

.bg_thank .bg_items img {
width: 100% !important;
height: auto !important;
}

.bg_thank p {
padding-bottom: 15px;
}

.bg_contract_1 {
padding-bottom: 60px;
}

.bg_contract_1 .line {
font-size: 16px;
line-height: 24px;
padding: 310px 0 50px 0;
border-bottom: solid 1px #ffbb7f;
}

.bg_contract_2 {
padding-bottom: 60px;
}

.bg_contract_2 .line {
font-size: 16px;
line-height: 24px;
}

.bg_contract_2 .separator {
border-top: solid 1px #ffbb7f;
padding-bottom: 50px;
}

.bg_contract_2 .bg_items {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
gap: 20px 100px;
padding-bottom: 30px;
}

.bg_contract_2 .bg_items .items {
width: 332px;
}

.bg_contract_2 .bg_items .item {
width: 332px;
margin-bottom: 15px;
}

.bg_contract_2 .bg_items .item label {
line-height: 25px;
vertical-align: top;
}

.bg_contract_2 .bg_items .item label.fileitem {
position: relative;
margin-bottom: 40px;
}

.bg_contract_2 .bg_items .item label.fileitem .button {
min-width: 120px;
font-size: 14px;
line-height: 20px;
border-radius: 20px;
position: absolute;
left: 0;
bottom: -35px;
padding: 6px 20px;
}

.bg_contract_2 .bg_items .item .href {
padding-top: 10px;
}

.bg_contract_2 .bg_items .item.form_provided_1, .bg_contract_2 .bg_items .item.form_provided_5 {
padding-left: 15px;
}

.bg_contract_2 .note {
font-size: 12px;
line-height: 16px;
}

.bg_contract_2 .bg_items .copying {
overflow: hidden;
transition: height 0.5s;
}

.bg_contract_2 .bg_items .formitem {
height: 0;
overflow: hidden;
margin: 0;
transition: height 0.3s;
}

.bg_contract_2 .bg_items .formitem .box {
padding-bottom: 15px;
}

.bg_contract_2 .submit .button, .bg_contract_2 .pdfcontract {
margin-top: 20px;
}

.bg_contract_2 .filename {
color: #745ef5;
margin-bottom: 5px;
}

.bg_other_1_1 {
padding-bottom: 60px;
}

.bg_other_1_1 .line {
font-size: 16px;
line-height: 24px;
padding-top: 310px;
}

.bg_other_1_1 .line h2 {
font-size: 24px;
line-height: 30px;
padding: 10px 0;
}

.bg_other_1_1 .line h3 {
font-size: 18px;
line-height: 22px;
padding: 0 0 5px 0;
}

.bg_other_1_1 .line a {
color: #ff7900;
text-decoration: none;
}

.bg_other_1_1 .line ul li {
background-position: left 7px;
background-size: 20px;
padding: 0 0 8px 30px;
}

.bg_other_2_1 {
padding-bottom: 100px;
}

.bg_other_2_1 .line {
padding-top: 310px;
}

.bg_other_2_1 .text {
font-size: 16px;
line-height: 24px;
padding-bottom: 20px;
}

.bg_other_2_1 .bg_items .item {
display: block;
font-family: Montserrat-Bold;
font-weight: normal;
padding-bottom: 10px;
}

.bg_other_3_1 {
padding-bottom: 60px;
}

.bg_other_3_1 .line {
font-size: 16px;
line-height: 24px;
padding-top: 310px;
}

.bg_other_3_1 .line h2 {
text-align: center;
padding-bottom: 50px;
}

.bg_other_3_1 .line.bg_news {
padding-top: 0;
}

.bg_other_3_51 .win_line {
background: url('../images/bg_other_3_51.svg') center top no-repeat;
background-size: 100%;
min-height: 800px;
}

.bg_other_3_51 .win_line .image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 560px;
height: 560px;
border-radius: 50%;
position: absolute;
top: 100px;
right: 80px;
opacity: 0.8;
}

.bg_other_3_51 .line {
padding-top: 292px;
}

.bg_other_3_51 h1.subpage {
max-width: 500px;
}

.bg_other_3_52 {
padding-bottom: 100px;
}

.bg_other_3_52 .line {
font-size: 16px;
line-height: 24px;
}

.bg_other_3_52 .line h2 {
font-size: 24px;
line-height: 30px;
padding: 10px 0;
}

.bg_other_3_52 .line h3 {
font-size: 18px;
line-height: 22px;
padding: 0 0 5px 0;
}

.bg_other_3_52 .line a {
color: #ff7900;
text-decoration: none;
}

.bg_other_3_52 .line ul li {
background-position: left 7px;
background-size: 20px;
padding: 0 0 8px 30px;
}

.bg_other_3_52 img {
width: auto !important;
height: auto !important;
max-width: 100% !important;
}

.bg_other_4_1 {
padding-bottom: 100px;
}

.bg_other_4_1 .line {
font-size: 16px;
line-height: 24px;
padding-top: 310px;
}

.bg_other_4_1 .item {
width: 332px;
margin: 10px 0;
}

.bg_other_4_1 .item.full {
width: 100%;
}

.bg_other_4_1 .item .button {
margin: 20px 0;
}

.bg_other_4_1 .item .small {
font-size: 14px;
line-height: 18px;
}

.bg_other_4_1 .report {
margin: 0;
}

.bg_other_4_1 .text_2::before {
display: inline-block;
content: '';
width: 500px;
border-top: solid 1px #ff7900;
padding-bottom: 30px;
}

.bg_other_4_1 .text_2 ol li::before {
counter-set: olcounter 2;
}

.bg_other_6_1 .line {
font-size: 16px;
line-height: 24px;
padding-top: 310px;
}

.bg_other_6_2 {
padding-bottom: 100px;
}

.reference {
display: flex;
column-gap: 40px;
}

.slider_reference {
background: #fffbd8;
width: 630px;
height: 520px;
overflow: hidden;
border-radius: 40px;
position: relative;
padding-bottom: 120px;
user-select: none;
-webkit-user-select: none;
}

.slider_reference .slides {
width: 0;
height: 0;
overflow: hidden;
}

.slider_reference .slide {
float: left;
width: 480px;
height: 520px;
overflow: hidden;
margin: 60px 75px;
}

.slider_reference .box {
width: 99999px;
transition: transform 0s;
}

.slider_reference .description {
font-family: Montserrat-Italic;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #010101;
}

.slider_reference .description strong {
font-family: Montserrat-BoldItalic;
font-weight: normal;
}

.slider_reference .signature {
font-size: 14px;
line-height: 20px;
color: #010101;
padding-top: 10px;
}

.slider_reference .logo {
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
width: 150px;
height: 70px;
}

.slider_logos {
width: 400px;
height: 540px;
overflow: hidden;
position: relative;
padding-bottom: 80px;
user-select: none;
-webkit-user-select: none;
}

.slider_logos .slides {
width: 0;
height: 0;
overflow: hidden;
}

.slider_logos .slide {
float: left;
width: 400px;
height: 100%;
text-align: center;
overflow: hidden;
margin: 0;
}

.slider_logos .box {
width: 99999px;
transition: transform 0s;
}

.slider_logos .slide .logo {
display: inline-block;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 120px;
height: 70px;
margin: 20px;
}

.slider_logos.supplier .slide .logo {
display: block;
margin-left: auto;
margin-right: auto;
}

.slider_logos .slide .logo.clicked {
cursor: pointer;
transition: opacity 0.4s;
}

.slider_navigation {
display: flex;
justify-content: center;
column-gap: 10px;
width: 80%;
position: absolute;
left: 0;
bottom: 30px;
padding: 0 10%;
}

.slider_navigation .icon {
width: 13px;
height: 13px;
padding: 5px;
cursor: pointer;
}

.slider_navigation .icon div {
background: #ff7900;
width: 13px;
height: 13px;
border-radius: 50%;
opacity: 0.4;
transition: opacity 0.3s;
}

.slider_navigation .icon.active div {
opacity: 1;
}

.suppllogos {
display: flex;
justify-content: space-between;
}

.suppllogos .supplcateg {
width: 170px;
}

.suppllogos .supplcateg .title {
font-family: Montserrat-Bold;
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #fff;
border-radius: 15px;
padding: 3px 0;
margin-bottom: 40px;
}

.suppllogos .supplcateg .desc {
font-size: 16px;
line-height: 24px;
min-height: 110px;
}

.suppllogos .supplcateg .logo {
display: block;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 73%;
height: 60px;
margin: 25px auto;
}

.suppllogos .supplcateg a.logo {
transition: opacity 0.4s;
}

.mappointsfilter {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 8px;
max-width: 900px;
font-size: 16px;
line-height: 24px;
padding: 30px 0;
}

.mappointsfilter .item {
width: 210px;
padding: 0 10px;
}

.allfilter {
text-align: center;
padding-bottom: 10px;
}

.allfilter .switch {
font-size: 16px;
line-height: 24px;
color: #ff7900;
cursor: pointer;
user-select: none;
transition: color 0.4s;
}

.mappointsfilter_2 {
max-width: 900px;
font-size: 16px;
line-height: 24px;
}

.mappointsfilter_2 .spacer {
border-top: solid 1px #d8d8d8;
height: 30px;
}

.mappointsfilter_2 .items {
display: flex;
flex-wrap: wrap;
max-width: 700px;
margin: 0 auto;
}

.mappointsfilter_2 .item {
width: 210px;
padding: 0 0 12px 0;
}

#google_map_points {
background: #e5e3df;
width: 100%;
height: 510px;
}

.mapinfowindow {
width: 320px;
font-size: 14px;
line-height: 20px;
padding: 5px 0;
}

.mapinfowindow h3 {
font-size: 14px;
line-height: 22px;
color: #fd5353;
padding-bottom: 5px;
}

.mapinfowindow .address {
padding-bottom: 8px;
}

.mapinfowindow .link {
display: block;
color: #ff7900;
text-decoration: none;
padding-bottom: 8px;
transition: color 0.4s;
}

.mapinfowindow .accepts {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 8px 0;
border-top: solid 1px #d8d8d8;
padding: 10px 0;
}

.mapinfowindow .accepts .item {
background: url('../images/icon_point_b.svg') left center no-repeat;
background-size: 15px;
width: 135px;
padding: 0 0 0 20px;
}

.mapinfowindow .accepts.additional a {
display: block;
font-family: Montserrat-Bold;
font-weight: normal;
color: #ff7900;
text-decoration: none;
transition: color 0.4s;
}

.bg_calc {
background: url('../images/bg_calc.svg') top center no-repeat;
background-size: 100%;
width: 100%;
min-height: 847px;
padding: 90px 0 0 0;
}

.bg_calc .bg_bookmarks {
width: 760px;
font-size: 16px;
line-height: 24px;
position: relative;
margin: 95px auto 0 auto;
}

.bg_calc .bg_bookmarks .bookmarks {
display: flex;
column-gap: 10px;
width: 100%;
position: absolute;
left: 0;
bottom: -23px;
}

.bg_calc .bg_bookmarks .bookmark {
background: rgba(255, 255, 255, 0.9);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
cursor: pointer;
padding: 13px 20px 33px 20px;
transition: color 0.4s;
}

.bg_calc .bg_bookmarks .bookmark.active {
background: #fff;
font-family: Montserrat-Bold;
font-weight: normal;
}

.bg_calc .center {
color: #fff;
}

.bg_calc .note {
color: #745ef5;
font-size: 14px;
line-height: 22px;
padding: 0 0 10px 0;
}

.bg_calc .note.error {
color: #e92f2f;
display: none;
}

.bg_calc h2 {
font-size: 40px;
line-height: 46px;
color: #fff;
text-align: center;
padding-bottom: 40px;
}

.bg_calc .calc {
background: #fff;
width: 600px;
font-size: 16px;
line-height: 24px;
border-radius: 25px;
padding: 45px 80px;
margin: 0 auto;
box-shadow: 0 20px 20px 10px rgba(232, 229, 253, 0.4);
}

.bg_calc .calc .text {
font-family: Montserrat-Bold;
font-weight: normal;
}

.bg_calc .calc .form {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
padding: 25px 0;
}

.bg_calc .calc .form label {
width: 340px;
}

.bg_calc .calc .form .inputbox {
background: rgba(116, 94, 245, 0.08);
border-color: rgba(116, 94, 245, 0.56);
width: 150px;
height: 30px;
font-size: 14px;
line-height: 30px;
border-radius: 10px;
padding: 0 15px;
}

.bg_calc .calc .table {
display: flex;
align-items: center;
gap: 10px 0;
justify-content: space-between;
width: 100%;
font-size: 14px;
line-height: 22px;
border-bottom: solid 1px #ffeee0;
padding: 10px 0;
}

.bg_calc .calc .table div {
width: 160px;
text-align: right;
}

.bg_calc .calc .table div.desc {
width: 280px;
text-align: left;
}

.bg_calc .calc .table.title {
color: #9a9a9a;
}

.bg_calc .calc .table.last {
border-color: #745ef5;
margin-bottom: 20px;
}

.bg_calc .calc h3 {
font-size: 25px;
line-height: 34px;
color: #745ef5;
padding-bottom: 5px;
}

.bg_calc .calc .total {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px 0;
font-family: Montserrat-Bold;
font-weight: normal;
color: #745ef5;
}

.bg_calc .calc .total .amount {
font-size: 25px;
line-height: 34px;
padding-left: 20px;
}

.bg_calc .calc .button {
margin-top: 30px;
}

.bg_calc .bottomtext {
font-size: 16px;
line-height: 24px;
text-align: center;
padding-top: 20px;
}

.bg_newsletter .win_line {
background: url('../images/bg_newsletter.svg') center top no-repeat;
background-size: 100%;
min-height: 627px;
}

.bg_newsletter .line {
padding-top: 70px;
}

.bg_newsletter h2 {
text-align: center;
padding-bottom: 40px;
}

.bg_newsletter .bg_text {
background: rgba(255, 255, 255, 0.9);
max-width: 660px;
text-align: center;
border-radius: 40px;
padding: 50px 30px;
margin: 0 auto;
box-shadow: 0 10px 25px 5px rgba(255, 121, 0, 0.2);
}

.bg_newsletter .text {
font-size: 16px;
line-height: 24px;
padding-bottom: 20px;
}

.bg_newsletter .item {
display: inline-block;
vertical-align: top;
width: 400px;
position: relative;
}

.bg_newsletter .item .inputbox {
width: 260px;
border-right: 0;
padding: 0 60px 0 15px;
}

.bg_newsletter .item .button {
display: block;
min-width: 100px;
height: 50px;
line-height: 50px;
border-radius: 24px;
padding: 0 20px;
position: absolute;
top: 0;
right: 0;
box-shadow: none;
}

.bg_newsletter .check {
padding-top: 15px;
}

.bg_newsletter .check .checkbox + label {
font-size: 10px;
line-height: 16px;
text-align: left;
}

.bg_logos {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 40px 60px;
}

.bg_logos .logo {
display: block;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 120px;
height: 70px;
}

.bg_logos a.logo {
transition: opacity 0.4s;
}

.bg_faq {
background: url('../images/bg_faq.svg') center top no-repeat;
background-size: 100% 385px;
}

.bg_faq .win_line {
min-height: 385px;
}

.bg_faq .line {
padding-top: 110px;
}

.bg_faq h2 {
padding-bottom: 55px;
}

.bg_faq .bg_items .item {
background: #fff;
font-size: 20px;
line-height: 26px;
border-radius: 22px;
padding: 10px 30px;
margin-bottom: 20px;
box-shadow: 0 0 20px 10px rgba(232, 229, 253, 0.4);
}

.bg_other_6_2.bg_faq .bg_items .item {
font-size: 16px;
line-height: 24px;
}

.bg_other_6_2.bg_faq .bg_items .item ul li {
background-position: left 7px;
background-size: 20px;
padding: 0 0 8px 30px;
}

.bg_faq .bg_items .item .title {
font-family: Montserrat-Bold;
font-weight: normal;
cursor: pointer;
padding: 10px 30px 10px 0;
position: relative;
transition: color 0.4s;
user-select: none;
-webkit-user-select: none;
}

.bg_other_6_2.bg_faq .bg_items .item .title {
font-size: 20px;
line-height: 26px;
}

.bg_faq .bg_items .item .title::after {
content: '';
background: url('../images/ico_down.svg') center no-repeat;
background-size: 100%;
width: 25px;
height: 18px;
position: absolute;
top: 13px;
right: 0;
transition: transform 0.5s;
}

.bg_faq .bg_items .item .title.active::after {
transform: rotate(-180deg);
}

.bg_faq .bg_items .item .desc {
height: 0;
overflow: hidden;
transition: height 0.5s;
}

.bg_faq .bg_items .item .desc .box {
padding: 15px 0 7px 0;
}

.bg_faq .text {
font-size: 16px;
line-height: 24px;
padding-top: 30px;
}






















.bg_top {
width: 100%;
position: absolute;
top: 0;
left: 0;
}

.bg_top .bg_toolbox {
background: #ff7900;
}

.bg_top .bg_toolbox .line {
color: #fff;
font-size: 15px;
line-height: 22px;
padding: 10px 10px 2px 10px;
}

.bg_top .bg_toolbox .line a {
color: #fff;
}

.bg_top .bg_upper {
background: #fff;
}

.bg_top .bg_upper .line {
display: flex;
column-gap: 30px;
justify-content: flex-end;
height: 57px;
}

.bg_top .bg_upper .menu_upper {
display: flex;
column-gap: 30px;
height: 100%;
padding: 0;
}

.bg_top .bg_upper .menu_upper li {
background: none;
display: flex;
align-items: center;
list-style: none;
height: 100%;
padding: 0;
margin: 0;
}

.bg_top .bg_upper .menu_upper li a {
display: block;
text-decoration: none;
font-size: 14px;
line-height: 20px;
}

.bg_top .bg_upper .menu_upper li.active a {
color: #ff7900;
}

.bg_top .bg_upper .languages {
display: flex;
align-items: center;
}

.bg_top .bg_upper .languages .inputbox {
background-position: right 10px center;
background-size: 10px;
width: auto;
height: 30px;
font-size: 14px;
line-height: 30px;
color: #3f3f3e;
border: solid 1px #d8d8d8;
border-radius: 15px;
padding: 0 30px 0 10px;
}

.bg_top .bg_upper .form_login {
background: #efecff;
display: flex;
align-items: center;
/*justify-content: space-between;*/
justify-content: flex-end;
gap: 0 20px;
width: 500px;
border-bottom-left-radius: 22px;
border-bottom-right-radius: 22px;
padding: 0 12px;
}

.bg_top .bg_upper .form_login .inputbox {
width: 118px;
height: 28px;
font-size: 14px;
line-height: 30px;
border-color: transparent;
border-radius: 15px;
padding: 0 15px;
}

.bg_top .bg_upper .form_login .inputbox.active {
border-color: #745ef5;
}

.bg_top .bg_upper .form_login .button {
min-width: initial;
font-family: Montserrat-Regular;
font-weight: normal;
font-size: 14px;
line-height: 20px;
border-radius: 16px;
padding: 5px 18px;
}

.bg_top .bg_upper .form_login .lostpswd {
font-size: 12px;
line-height: 16px;
}

.bg_top .bg_main {
background: #fff;
overflow: hidden;
transition: height 0.4s;
box-shadow: 0 30px 50px 0 rgba(236, 233, 253, 0.5);
}

.bg_top .bg_main.fixed {
position: fixed;
top: 0;
left: 0;
}

.bg_top .bg_main .logo {
display: block;
float: left;
background: url('../images/benefity-pluxee.svg') left top no-repeat;
background-size: 100%;
width: 150px;
height: 60px;
margin-top: 5px;
}

.bg_top .bg_main .menu_main {
float: right;
width: 760px;
display: flex;
justify-content: space-between;
padding: 0;
}

.bg_top .bg_main .menu_main li {
background: none;
list-style: none;
padding: 0;
margin: 0;
}

.bg_top .bg_main .menu_main li.menulogin {
display: none;
}

.bg_top .bg_main .menu_main li a {
display: block;
font-family: Montserrat-Bold;
font-weight: normal;
text-decoration: none;
font-size: 18px;
line-height: 26px;
color: #3f3f3e;
border-bottom: solid 3px transparent;
padding: 20px 0;
transition: border-color 0.4s;
}

.bg_top .bg_main .menu_main li.active a {
color: #ff7900;
}

.bg_top .bg_main .menu_main .divider {
display: none;
}

.bg_top .bg_main .menumain_open {
display: none;
}

.bg_footer {
background: #ff7900;
}

.bg_footer .win_line {
background: url('../images/bg_footer.svg') center -1px no-repeat;
background-size: 100%;
}

.bg_footer.type_2 .win_line {
background-image: url('../images/bg_footer_2.svg');
}

.bg_footer .line {
background: url('../images/penguin.png') right bottom no-repeat;
background-size: 310px;
min-height: 333px;
color: #fff;
font-size: 13px;
line-height: 20px;
padding-top: 110px;
}

.bg_footer .bg_text {
display: flex;
gap: 40px;
padding-bottom: 40px;
}

.bg_footer h3 {
font-family: Montserrat-Regular;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #fff;
padding-bottom: 25px;
}

.bg_footer .logo {
display: block;
background: url('../images/benefity-pluxee-white.svg') no-repeat;
background-size: 100%;
width: 180px;
height: 71px;
}

.bg_footer .text_social {
padding-top: 40px;
}

.bg_footer .menu_social {
display: flex;
column-gap: 25px;
padding: 0;
}

.bg_footer .menu_social li {
background: none;
list-style: none;
padding: 0;
margin: 0;
}

.bg_footer .menu_social li a {
display: block;
font-family: fontawesome-brands;
font-weight: normal;
text-decoration: none;
color: #fff;
font-size: 26px;
line-height: 30px;
padding: 10px 0;
transition: color 0.4s;
}

.bg_footer .text_rights {
font-size: 12px;
line-height: 20px;
color: #ffbc80;
padding-top: 100px;
}

.bg_footer .menu_footer {
max-width: 200px;
padding: 0;
}

.bg_footer .menu_footer li {
background: none;
list-style: none;
padding: 0;
margin: 0;
}

.bg_footer .menu_footer li a {
display: block;
color: #fff;
padding: 0 0 8px 0;
}

.bg_footer .menu_footer li.active a {
color: #ffbd59;
}

.bg_footer .menu_footer li .sub-menu li a {
font-size: 11px;
line-height: 16px;
color: #fff;
padding: 0 0 5px 10px;
}

.bg_footer .menu_footer li .sub-menu li.active a {
color: #ffbd59;
}

.eu_cookie .bg_line {
position: fixed;
left: 0;
bottom: 40px;
z-index: 9999;
}

.eu_cookie .win_line {
background: rgba(255, 228, 203, 0.95);
border-radius: 50px;
padding: 40px 0 30px 0;
}

.eu_cookie .bg_text {
display: flex;
justify-content: space-between;
align-items: center;
}

.eu_cookie .bg_text .text {
width: calc(72% - 20px);
font-size: 16px;
line-height: 24px;
padding: 0 10px;
}

.eu_cookie .bg_text .text h3 {
text-align: left;
padding-bottom: 5px;
}

.eu_cookie .bg_text .bg_buttons {
display: flex;
flex-direction: column;
gap: 15px;
width: 26%;
margin: 0 auto;
}

.eu_cookie .close {
font-family: Montserrat-Bold;
font-weight: normal;
font-size: 50px;
line-height: 50px;
position: absolute;
top: -40px;
right: 20px;
cursor: pointer;
transition: color 0.4s;
}

@media (hover: hover) {

a:hover, .href:hover {
color: #ff7900;
}

select.inputbox:hover {
background-color: #f6f6f6;
}

.button:hover {
background: #9785ff;
color: #fff;
}

.button.orange:hover {
background: #ffbd5a;
}

.button.white:hover {
background: #f6f6f6;
color: #3f3f3e;
}

.button.clear:hover {
background: transparent;
color: #9785ff;
border-color: #9785ff;
}

.report a:hover {
color: #cccccc;
}

.btn_close:hover {
color: #ff7900;
}

.tooltip:hover::after {
filter: grayscale(0.8);
}

.win_tooltip::after:hover {
color: #ff7900;
}

.bg_news .item:hover .gradient {
opacity: 1;
}

.bg_hp_11 .bg_text .icon:hover {
opacity: 0.6;
}

.bg_employer_2 .bg_text .text .bg_items .item .title:hover {
color: #ff7900;
}

.bg_employer_2 .bg_text .text .bg_items .item .title:hover::before {
color: #ff7900;
transform: rotate(90deg);
}

.bg_employer_10 .bg_text .applogo:hover img, .bg_employee_6 .bg_text .applogo:hover img {
opacity: 0.6;
}

.bg_other_1_1 .line a:hover, .bg_other_3_52 .line a:hover {
color: #cccccc;
}

.bg_faq .bg_items .item .title:hover {
color: #ff7900;
}

.slider_logos .slide .logo.clicked:hover {
opacity: 0.5;
}

.slider_navigation .icon:hover div {
opacity: 1;
}

.suppllogos .supplcateg a.logo:hover {
opacity: 0.6;
}

.allfilter .switch:hover {
color: #ffbd59;
}

.mapinfowindow .link:hover {
color: #ffbd59;
}

.mapinfowindow .accepts.additional a:hover {
color: #ffbd59;
}

.bg_calc .bg_bookmarks .bookmark:hover {
color: #ff7900;
}

.bg_logos a.logo:hover {
opacity: 0.6;
}

.bg_toolbox .line a:hover {
color: #ffbd59;
}

.bg_top .bg_main .menu_main li a:hover {
border-color: #ff7900;
}

.bg_footer .menu_social li a:hover {
color: #ffbd59;
}

.bg_footer .menu_footer li a:hover {
color: #ffbd59;
}

.bg_footer .menu_footer li .sub-menu li a:hover {
color: #ffbd59;
}

.bg_other_type_1_1 .line a:hover {
color: #cccccc;
}

.eu_cookie .bg_text .text a:hover {
color: #fff;
}

.eu_cookie .close:hover {
color: #fff;
}

}

.switched {
height: 0;
overflow: hidden;
transition: height 0.6s;
}

.disable, .bookmarkobj {
display: none;
}

.bookmarkobj.active {
display: block;
}
