@charset "UTF-8";
/* CSS Document */
.cfa-tab-bk{
background-image: linear-gradient(to bottom, #dbeef2 70%, #fff);
background-position: center;
background-size: auto 100% ;
background-repeat: no-repeat;
background-color: #0066b3;
padding: 40px 0;
position: relative;
min-height: 400px;
overflow: hidden;
}
.ipo-tab-graphic{
position: absolute;
right: -410px;
top: 5px;
width: 400px;
height: 390px;
background-image: url("../images/earth-art.svg");
background-size: cover;
opacity: 0.5;
}
.tab-wrap{
width: fit-content;
margin-left: auto;
margin-right: auto;
display: flex;
background-color: #054c9b;
background: linear-gradient(to right, #39bde5, #054c9b) padding-box,
              linear-gradient(to right, #39bde5, #054c9b) border-box;
  border-radius: 999px;
  border: 6px solid transparent;

align-items: center;
position: relative;
margin-top: 0;
}
.tab{
background: none !important;
border: none;
font-size: 20px;
padding: 10px 40px;
border-radius: 9999px;
font-weight: bold;
box-shadow: none;
z-index: 5;
}
.tab.active{
color: #0066b3;
}
.tab-slider{
position: absolute;
width: 50%;
height: 100%;
left: 0;
background: #fff;
z-index: 1;
border-radius: 9999px;
}
.tab-con{
border: none;
background: none;
padding: 0;
}
.tab-wrap.sliderleft .tab-slider{
left: 0;
transition-duration: 0.2s;
z-index: 1;
}
.tab-wrap.sliderright .tab-slider{
left: 50%;
transition-duration: 0.2s;
z-index: 1;
}
.cus-row{
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
margin-left: -15px;
margin-right: -15px;
}
.cus-col1{
padding: 0 15px;
}
.cus-col2{
width: 60%;
padding: 0 15px;
}
@media (max-width: 768px) {
  .tab {
    height: auto;
  }
}
@media (max-width: 576px){
.cus-row{
flex-wrap: wrap;
}
.cus-col1{
width: 100%;
padding: 0 15px 15px;
text-align: center;
}
.cus-col2{
width: 100%;
text-align: center;
}
.tab{
height: 100%;
}
}
.app-row{
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
}
.new-cus-border{
border: 1px solid #0066b3;
background-color: #fff;
border-radius: 15px;
padding: 12px 25px;
border-radius: 15px;
box-shadow: inset 0 0 8px #0066b3;
}
a.point-arrow{
background-image: url("../images/link-Arrow.svg");
background-repeat: no-repeat;
background-position: right center;
background-size: 23px auto;
padding-right: 26px;
color: #00446e;
}
a.point-arrow:hover{
color: #44c5f1;
}
.tab-title-single{
background-color: #054c9b;
background: linear-gradient(to right, #fff, #fff) padding-box,
              linear-gradient(to right, #39bde5, #054c9b) border-box;
  border-radius: 999px;
  border: 6px solid transparent;
font-size: 20px;
padding: 10px 40px;
font-weight: bold;
box-shadow: none;
position: relative;
z-index: 5;
color: #0767a6;
width: 85%;
max-width: 240px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.link-arrow{
padding-left: 14px;
background-image: url("../images/blue-arrow.svg");
background-repeat: no-repeat;
background-position: left top 8px;
background-size: 8px auto;
}