@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
}
html,
body {
    height: 100%;
    min-height: 100%;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    color: #232c42;
    margin: 0; 
}
a { 
    background-color: transparent; 
}
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}
b, strong {
    font-weight: 900;
}
header {
    position: absolute;
    width: 100%;
}
.hp_keyart {
    background-image:url('../img/jatc-hp-keyart.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    
}
.keyart_holder {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    padding-bottom: 85px;
}
.keyart_holder .top_line {
    color:#69cef2;
    font-size:59px;
    text-transform: uppercase;
    font-weight:700;
    line-height:0.9;
}
.keyart_holder .black_line {
    font-weight: 900;
    font-style: italic;
    color: white;
    font-size: 130px;
    text-transform: uppercase;
    background-image: url(../img/title-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 20px 10px;
    margin-top: 15px;
}
.keyart_holder .button_holder a {
    border: 1px solid white;
    padding: 8px 15px;
    font-size: 21px;
    text-transform: uppercase;
    color: white;
    margin: 65px 10px 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.keyart_holder .button_holder a img {
    margin:0 5px 0 5px;
}
.button_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav-icon {
    display:none;
}
.career {
    padding: 90px 0;
}
.top_career_title {
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #00558b;
    line-height: 0.9;
    text-transform: uppercase;
}
.main_career_title {
    font-size: 70px;
    text-align: center;
    font-weight: 900;
    line-height: 0.9;
    margin-bottom:80px;
    text-transform: uppercase;
}
.career {
    background-image:url('../img/career-bg.webp');
    background-size: cover;
    background-position: bottom center;
}
.career_slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.career_slide .image {
    width: 50%;
}
.career_slide .slide_content {
    width: 50%;
    font-weight:500;
}
.career_slide .top_title {
    font-size: 28px;
    font-weight: 700;
    color: #00558b;
    text-transform: uppercase;
}
.career_slide .slider_title {
    font-size: 68px;
    font-weight: 900;
    color: white;
    background-image: url(../img/career-title.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 20px 20px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}
.career_slide .button_holder {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}
.career_slide .button_holder a {
    border: 1px solid black;
    padding: 8px 15px;
    font-size: 21px;
    text-transform: uppercase;
    color: black;
    margin: 25px 10px 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.career_slide .button_holder a:first-child {
     margin-right:15px;
}
.career_slide .button_holder a:last-child {
    color:#00558b;
    border-color:#69cef2;
}
.career_slide .button_holder a img {
    margin-left:10px;
}
.candidates {
    background-image: url('../img/candidates-bg.webp');
    background-color: #00558b;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding: 90px 0;
    
    color: white;
}
.candidates_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.candiate_content {
    width: 50%;
    padding-right: 9%;
}
.candidates_info .top_title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.candidates_info .candidate_title {
    font-size: 68px;
    font-weight: 900;
    color: #00558b;
    background-image: url(../img/candidates-title.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px 20px 25px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
}
.candidates_info .button_holder {
    display: flex;
    justify-content: flex-start;
}
.candidates_info .button_holder a {
    border: 1px solid white;
    padding: 8px 15px;
    font-size: 21px;
    text-transform: uppercase;
    color: white;
    margin: 25px 0px 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.candidates_info .button_holder a img {
    margin-left:10px;
}
.candidates_info .image {
        width: 50%;
}
.accordion-item, .accordion-button {
    background: none;
    border: none;
}
.accordion-button,
.accordion-body {
    padding: 20px 0;
}
.accordion-button:not(.collapsed) {
    color: white;
    background-color: transparent;
    box-shadow: none;
    font-weight: 700;
    font-size: 37px;
}
.accordion-button.collapsed {
    color: white;
    font-weight: 700;
    font-size: 37px;
}
.accordion-body {
    color: white;
}
.accordion-item .accordion-button{
    border-bottom:2px solid #0479c3;
}
.accordion-item:last-of-type .accordion-button{
    border-bottom:none;
}
.accordion-button::after {
    background-image: none !important;
    content: '\002B';
    font-weight: 500;
    color: #69cef2;
    background-color: transparent;
    border-radius: 100px;
    border: 2px solid #69cef2;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: auto;
    transition: all 0.3sease-in-out;
    border-radius: 100px;
    line-height: 1;
}

.accordion-button:not(.collapsed)::after {
    content: '\2212';
    background-color: transparent;

}
.accordion-button:focus-visible {
    outline: none;
}
.accordion {
    --bs-accordion-btn-focus-box-shadow: none;
}
footer {
    background: black;
    color: white;
    padding: 90px 0;
    min-height: 700px;
}
.footer_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}