

/*start accessibility*/
#accessibility-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #17285F;
}
li.contrast.access-element:hover {
    background: transparent;
}
.accessibility-menu ul li.active, 
.accessibility-menu ul li:hover {
    background: #17285F;
}
li.contrast.access-element a {
    color: #17285F;
}
li.contrast.access-element:hover a {
    color: #17285F;
}


/*end accessibility*/

body {
    direction: rtl;
    font-family: "Heebo", sans-serif;
    color: #00293B;
    line-height: initial;
}
.wrapper {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}
.container {
    width: 100%;
    max-width: 100%;
    padding-left: clamp(1.5rem, 0.3557rem + 4.2577vw, 6.25rem);
    padding-right: clamp(1.5rem, 0.3557rem + 4.2577vw, 6.25rem);
}

h1, .h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: clamp(1.25rem, 0.4671rem + 2.9132vw, 4.5rem);
    letter-spacing: clamp(-0.0125rem, -0.0047rem + -0.0291vw, -0.045rem);
}
h1 span, .h1 span {
    display: block;
    letter-spacing: normal;
    color: #2CA6DA;
}

h2, .h2 {
    margin-top: 0;
    margin-bottom: clamp(0.875rem, 0.6943rem + 0.6723vw, 1.625rem);
    font-weight: 700;
    font-size: clamp(1.25rem, 0.6478rem + 2.2409vw, 3.75rem);
    letter-spacing: clamp(-0.0125rem, -0.0065rem + -0.0224vw, -0.0375rem);
}
h2 span, .h2 span {
    letter-spacing: normal;
    color: #2CA6DA;
}
h3, .h3 {
    font-size: clamp(1.875rem, 1.7244rem + 0.5602vw, 2.5rem);
    font-weight: 700;
    line-height: 1;
}

.subtitle {
    color: #494E52;
    font-size: clamp(1rem, 0.8193rem + 0.6723vw, 1.75rem);
    margin-bottom: clamp(1.75rem, 1.2682rem + 1.7927vw, 3.75rem);
}


.footer {
    position: relative;
    padding-top: clamp(1rem, 0.458rem + 2.0168vw, 3.25rem);
    padding-bottom: clamp(1.125rem, 0.1915rem + 3.4734vw, 5rem);
}
.logo-footer {
    width: clamp(4.375rem, 1.695rem + 9.972vw, 15.5rem);
    display: inline-block;
    float: left;
}
.logo-footer img {
    width: 100%;
}

.link {
    font-weight: 700;
    color: #2CA6DA;
    font-size: clamp(0.75rem, 0.5955rem + 0.5747vw, 1.5rem);
    text-decoration: none;
}
.link:hover {
    color: #2CA6DA;
    text-decoration: underline;
}
.btn-link {
    color: #2CA6DA;
    height: 45px;
    text-decoration: none;
    border: none;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-weight: 700;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: -0.09px;
    font-size: clamp(1.125rem, 1.0478rem + 0.2874vw, 1.5rem);
}
.btn-link:hover {
    background: #2CA6DA;
    text-decoration: none;
    color: #000;
    border-color: #2CA6DA;
}

.grecaptcha-badge{
    visibility: hidden;
}