html {
    scroll-padding-top: 110px;
}

@media (max-width: 499px) {
    .header{
        padding-bottom: 36px !important;
    }
    .header_title {
        font-size: 28px !important;
        line-height: 44px !important;
        padding-bottom: 36px !important;
    }
    .form-subtitle {
        font-size: 20px !important;
    }
    .form-group{
        margin: 16px 0 0 0 !important;
    }
    .form-control:focus + .control-label {
        top: 9px !important;
    }
    .form-group.label-floating label.control-label{
        top: 39px;
    }
    .form-control:valid:not(:placeholder-shown) + label.control-label {
        top: 9px !important;
    }
    .error:invalid:not(:placeholder-shown) + label.control-label {
        top: 9px !important
    }
    .form-title{
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .form-subtitle {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .faq-form{
        padding-top: 64px !important;
    }
    .email_error{
        margin-top: 0 !important;
    }
    .container-press{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .btn_press_header_txt{
        font-size: 15px !important;
        top: 13px !important;
    }
    .btn_press_header_box{
        width: 190px !important;
    }
    .btn_press_header_base{
        height: 50px !important;
    }
    p.lead{
        font-size: 14px !important;
        line-height: 24px !important;
        margin-bottom: 36px !important;
    }
    .article_list{
        padding-top: 0 !important;
    }
    .hide_show{
        font-size: 18px !important;
        line-height: 27px !important;
    }
    .preview{
        font-size: 16px !important;
        line-height: 30px !important;
    }
    .all.active{
        font-size: 16px !important;
        line-height: 30px !important;
    }
    .plus-icon{
        margin-top: 35px !important;
    }
    .plus-icon:after{
        width: 18px !important;
    }
    .plus-icon:before{
        width: 18px !important;
    }
    .plus-icon.active:after{
        width: 18px !important;
    }
    .plus-icon.active:before{
        width: 18px !important;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .header{
        padding-bottom: 36px !important;
    }
    .header_title {
        font-size: 28px !important;
        line-height: 44px !important;
    }
    .form-subtitle {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .form-group.label-floating label.control-label{
        top: 51px;
    }
    .form-control:focus + .control-label {
        top: 20px !important;
    }
    .form-title{
        font-size: 36px !important;
        line-height: 30px !important;
    }
    .faq-form{
        padding-top: 64px !important;
    }
    .email_error{
        margin-top: 0 !important;
    }
    .container-press{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .btn_press_header_txt{
        font-size: 15px !important;
        top: 13px !important;
    }
    .btn_press_header_box{
        width: 190px !important;
    }
    .btn_press_header_base{
        height: 50px !important;
    }
    p.lead{
        font-size: 14px !important;
        line-height: 24px !important;
        margin-bottom: 36px !important;
    }
    .article_list{
        padding-top: 0 !important;
    }
    .hide_show{
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .preview{
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .all.active{
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .plus-icon{
        margin-top: 35px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-press {
        max-width: 700px !important;
        width: 100% !important;
    }
    .faq_section_title {
        font-size: 36px !important;
    }
    .form-subtitle {
        font-size: 20px !important;
    }
    .form-group.label-floating label.control-label{
        top: 51px;
    }
    .form-control:focus + .control-label {
        top: 20px !important;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .form-group.label-floating label.control-label{
        top: 51px;
    }
    .form-control:focus + .control-label {
        top: 20px !important;
    }
    .container-press {
        max-width: 850px !important;
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .container-press {
        max-width: 933px !important;
        width: 100% !important;
    }
    .form-group.label-floating label.control-label{
        top: 51px;
    }
    .form-control:focus + .control-label {
        top: 20px !important;
    }
}

@media (min-width: 1400px) {
    .container-press {
        max-width: 933px !important;
        width: 100% !important;
    }
}

.container-press{
    margin: auto;
}

.blur-press{
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 2;
    top: var(--headerheight, 90px);
    height: 72px;
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
}

.header {
    position: relative;
    padding-bottom: 50px;
    text-align: center;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F5F7F8 100%) 0% 0% no-repeat padding-box;
}

.header_title {
    font-size: 56px;
    font-weight: 800;
    padding-top: 246px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 72px;
    text-transform: capitalize;
    color: #3F4960;
}

.form-control, .form-group .form-control {
    color: white;
    border: 3px solid #FFFFFF26;
    border-radius: 200px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 20px;
}

.error {
    border: 3px solid #d90000;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
}

.form-group.label-floating label.control-label {
    font-size: 16px;
    line-height: 1.42857143;
    left: 40px;
    color: white;
}

.form-control:focus + .control-label {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px !important;
    line-height: 1.07142857 !important;
    color: #27A1D8 !important;
    left: 55px !important;
    background-color: #1C2A39 !important;
}

.form-control:focus ~ .email_error {
    display: none !important;
}

.form-control:focus ~ .website_error {
    display: none !important;
}

.form-control:focus{
    background-color: rgba(39, 161, 216, 0.1) !important;
    border: 3px solid #27A1D8 !important;
    color: white !important;
}

.form-control:focus, .form-control .form-group {
    border: 3px solid #27A1D8;
    transition-duration: 0.3s !important;
}

.error:required:invalid:not(:placeholder-shown), .error {
    outline: 0 !important;
    border: 3px solid #d90000;
    box-shadow: none !important;
    transition-duration: 0.3s !important;
}

.error:invalid:not(:placeholder-shown), .error {
    outline: 0 !important;
    border: 3px solid #d90000;
    box-shadow: none !important;
    transition-duration: 0.3s !important;
}

#firstname-input .form-control:focus label.control-label .form-group.label-floating {
    top: 7px;
    font-size: 12px;
    line-height: 1.07142857;
    
}

.form-group.label-floating label.control-label {
    will-change: left,top,contents;
}

.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-static label.control-label {
    position: absolute;
    pointer-events: none;
    transition: .2s ease all;
}

.control-label {
    color: #666;
}

#ask .form {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    max-width: 850px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
}

.form-group {
    padding-bottom: 7px;
    margin: 28px 0 0 0;
}

.form-control {
    margin-bottom: 7px;
}

.error:invalid:not(:placeholder-shown) + label.control-label {
    top: 20px;
    font-size: 12px;
    line-height: 1.07142857;
    left: 55px !important;
    background-color: #1C2A39;
    padding-left: 5px;
    padding-right: 5px;
}


.form-control:required:valid + label.control-label {
    top: 16px;
    font-size: 12px;
    line-height: 1.07142857;
    
}

.form-control:valid:not(:placeholder-shown) + label.control-label {
    top: 20px;
    left: 55px;
    background-color: #1C2A39;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 1.07142857;
}

.form-control:invalid:not(:placeholder-shown) + label.control-label {
    top: 20px;
    left: 55px;
    background-color: #1C2A39;
    padding-left: 5px;
    padding-right: 5px;
    color: #d90000;
    font-size: 12px;
    line-height: 1.07142857;
}

.form-group label.control-label {
    font-size: 12px;
    line-height: 1.07142857;
    font-weight: 400;
    
}

.faq-form {
    z-index: 1;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #1C2A39;
    opacity: 0.9;
}

.form-title {
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 46px;
    margin-bottom: 36px;
}

.form-subtitle {
    font-size: 24px;
    color: white;
    margin-bottom: 72px;
    line-height: 44px;
    text-align: center;
    font-weight: 400;
    margin: auto;
    max-width: 700px;
    
}

.form-group textarea {
    resize: none;
}

textarea.form-control {
    height: auto;
}

.error:required:invalid:not(:placeholder-shown) ~ .email_error {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #d90000;
    position: absolute;
}

.form-control:invalid:not(:placeholder-shown) ~ .website_error{
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #d90000;
    position: absolute;
}

.email_error {
    display: none;
    position: absolute;
    margin-left: 28px;
    font-size: 12px;
    font-weight: 300;
    color: #d90000;
    bottom: -25px;
}

.website_error {
    display: none;
    position: absolute;
    margin-left: 28px;
    font-size: 12px;
    font-weight: 300;
    color: #d90000;
    bottom: -25px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.submit-btn{
    background: none;
    border: none;
    color: white;
    font-weight: 800;
    width: 100%;
    margin: auto;
}

.submit-btn:hover{
    cursor: pointer;
}


.btn_submit_box{
    position: relative;
    width: 230px;
    text-align: center;
    margin: auto;
}
.btn_submit_base{
  display: block;
  position: relative;
  padding-right: 30px;
  padding-left: 150px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0px 6px 30px rgb(0 158 217 / 35%);
  background: transparent linear-gradient(78deg, rgba(0, 158, 217, 1) 0%, rgba(54, 208, 220, 1) 100%) 0% 0% no-repeat padding-box;
  color: white;
  border: none;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s;
  z-index: 1;
  height: 70px;
}
.btn_submit_txt{
    display: block;
    z-index: 10;
    position: absolute;
    top: 22px;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: 800;
    font-size: 22px;
    white-space: nowrap;
    transform: scale(0.95);
    color: white;
    text-transform: capitalize;
}

.btn_submit_txt:hover{
    text-decoration: none;
    color: white;
}

.btn_submit_box:hover .btn_submit_base {
    transform: scale(0.95);
    box-shadow: none;
    z-index: 2;
}

.btn_submit_base::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.040);
  border: none;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  z-index: 1;
  height: 70px;
  transform: scale(0, 1);
  transition: 0.3s;
}

.btn_submit_box:hover .btn_submit_base::after{
  transition: 0.3s;
  transform: scale(1);
}

.form-subtitle-link{
    color: #15A0DA;   
    text-decoration: none;
}

.post_success {
    display: none;
    max-width: 820px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding: 15px;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
}

.post_success.active {
    display: block;
    font-weight: 300;
    color: #fff;
    padding: 15px;
    margin-top: 10px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

.success_icon{
    display: none;
    text-align: center;
}

.success_icon.active{
    display: block;
    text-align: center;
}

.submit-btn-box.hide{
    display: none;
}

.post_error {
    display: none;
    max-width: 820px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

.post_error.active {
    display: block;
    max-width: 820px;
    color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    margin-top: 10px;
    font-size: 22;
    font-weight: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

p.lead {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 78px;
    margin-top: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.dl-logo-link {
    color: #009ed9;
}

.dl-logo-link:hover {
    color: #36d0dc;
    text-decoration: none;
}

.internal-nav-scroll{
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.internal-nav-scroll::-webkit-scrollbar {
    display: none !important;
}

.internal-nav {
    text-align: center;
    position: fixed;
    top: var(--headerheight, 90px);
    height: 72px;
    width: 100%;
    background-color: #F5F7F8;
    border: none;
    z-index: 5;
    opacity: 0.9;
    overflow-x: auto !important;
    overflow-y: hidden;
    border-bottom: 1px solid rgba(228, 231, 236, 0.5);
}

.internal-nav-links {
    color: #3F4960;
    margin-right: 13px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.internal-nav-links:hover {
    color: #15A0DA;
    text-decoration: none;
    background: rgba(0, 158, 217, 0.1);
    border-radius: 35px;
    transition: 0.3s;
}

.internal-nav-links.active:hover {
    background-color: #F5F7F8;   
}

.internal-nav-links.active {
    border: 2px solid #15A0DA;
    border-radius: 35px;
    color: #15A0DA;
}


.plus-icon{
    display: inline-block;
    color: #15A0DA;
    float: right;
    padding: 11px 22px 13px 0px;
    margin-top: 50px;
    position: relative;
}

.plus-icon:before{
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    background-color: #15A0DA;
    border-radius: 30px;
    transition: 0.3s;
}

.plus-icon:after{
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 30px;
    background-color: #15A0DA;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.3s;
}

.plus-icon.active:before{
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    background-color: #15A0DA;
    border-radius: 30px;
    transition: 0.2s;
}

.plus-icon.active:after{
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 30px;
    background-color: #15A0DA;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.2s;
}


.hide_show {
    cursor: pointer;
    color: #15A0DA;
    transition: all 218ms ease-out;
    outline: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    width: 85%;
}

.hide_show:hover {
    cursor: pointer;
    color: #3f4960;
}

.all {
    display: none;
}

.all.active {
    display: block;
    color: #3F4960;
    font-size: 18px;
    line-height: 32px;
}

.preview {
    display: block;
    color: #3F4960;
    font-size: 18px;
    line-height: 32px;
}

.preview.active {
    display: none;
}

.article_item {
    border-bottom: 1px solid rgba(63, 73, 96, 0.5);
    padding-bottom: 36px;
    padding-top: 44px;
}

.plus-icon:hover{
    cursor: pointer;
}

.article_list {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    background-color: #F5F7F8;
    padding-bottom: 80px;
}

.link {
    color: #009ed9;
}

.link:hover {
    color: #009ed9;
}

.form-subtitle-link {
    color: #009ed9;
}

.form-subtitle-link:hover{
    color: #36d0dc;
    text-decoration: none;
}

textarea{
    font-family: Jakarta !important;
}

input:-webkit-autofill + label.control-label {
    top: 16px;
    font-size: 12px;
    line-height: 1.07142857;
    color: #fff !important;
}

input:-webkit-autofill
{
    box-shadow: 0 0 0px 1000px #F5F7F8 inset;
    background-color: #F5F7F8 !important;
    color: #fff !important;
    background-clip: content-box;
    -webkit-text-fill-color: #fff !important;
    height: 0px;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    font-size: 1rem !important;
    font-family: Jakarta !important;
    border: 3px solid #FFFFFF26 !important;
}

input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
input:-webkit-autofill::first-line
{
    font-size: 1rem !important;
    font-family: Jakarta !important;
}


.btn_press_header_box{
    position: relative;
    width: 255px;
    text-align: center;
    margin: auto;
}

.btn_press_header_base{
    display: block;
    padding-right: 30px;
    padding-left: 150px;
    padding-top: 16px;
    padding-bottom: 16px;
    box-shadow: 0px 6px 30px rgba(0, 158, 217, 0.35);
    background: transparent linear-gradient(78deg, rgba(0, 158, 217, 1) 0%, rgba(54, 208, 220, 1) 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(12deg, rgba(0, 158, 217, 1) 0%, rgba(54, 208, 220, 1) 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(12deg, rgba(0, 158, 217, 1) 0%, rgba(54, 208, 220, 1) 100%) 0% 0% no-repeat padding-box;
    color: white;
    border: none;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 1;
    height: 70px;
}
.btn_press_header_txt{
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: 800;
    font-size: 22px;
    white-space: nowrap;
    transform: scale(0.95);
    color: white;
}

.btn_press_header_txt:hover{
    text-decoration: none;
    color: white;
}

.btn_press_header_box:hover .btn_press_header_base {
    transform: scale(0.95);
    box-shadow: none;
    z-index: 2;
}

.btn_press_header_base::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.040);
    border: none;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    z-index: 1;
    height: 70px;
    transform: scale(0, 1);
    transition: 0.3s;
}

.btn_press_header_box:hover .btn_press_header_base::after{
  transition: 0.3s;
  transform: scale(1);
}



@media (min-width: 768px){
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.btn-header{
    justify-content: center;
}

.gbcta {
    --background: linear-gradient(45deg, #15A0DA, #36D0DC);
    --shadowcolor: 0, 158, 217;
    --color: #FFFFFF;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: center;
    flex: 0 0 auto;
    align-self: flex-start;
    text-decoration: none;
    position: relative;
  }
  .gbcta::before{
      background: var(--background);
      border-radius: 1000em;
      transition: transform 250ms ease-in-out;
      z-index: 0;
      box-shadow: 0 6px 30px rgba(var(--shadowcolor), 0.35);
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      transform-origin: center;
  }
  .gbcta::after{
      z-index: 1;
      transform: scale(0.3, 1);
      opacity: 0;
      border-radius: 1000em;
      background-color: rgba(255, 255, 255, 0.1);
      transition: transform 200ms, opacity 175ms;
      transition-timing-function: linear; 
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      transform-origin: center;
  }
  .gbcta:hover{
    text-decoration: none;
  }
    .gbcta-txt{
      position: relative;
      z-index: 2;
      color: var(--color);
      font-size: 22px;
      font-weight: 800; 
  }
    .gbcta:hover::before{
      transform: scale(0.95);
      box-shadow: none;
  }
    .gbcta:hover::after {
      transform: scale(0.95, 0.95);
      opacity: 1; 
  }
    .gbcta--lvlone{
      height: 70px;
      max-height: 70px;
      padding: 0 50px; 
  }
    .gbcta--lvltwo{
      height: 56px;
      max-height: 56px;
      padding: 0 30px; 
  }
  
  @media screen and (max-width: 768px){
    .gbcta--lvlone{
      height: 50px;
      max-height: 50px; }
      .gbcta--lvlone .gbcta-txt{
        font-size: 15px; } }