.elementor-32006 .elementor-element.elementor-element-baa1621{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32006{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for image, class: .elementor-element-bd879e7 */header.elementor-location-header .logo-wrap a {
    display: block;
}
header.elementor-location-header .logo-wrap img {
    width: 100%;
    max-width: clamp(10.75rem, 8.295rem + 12.28vw, 14.188rem);
    height: auto;
    display: block;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-9657712 */header nav {
    display: flex;
    align-items: center;
}
header .menu {
    display: flex;
    align-items: center;
    gap: clamp(1.75rem, 0.318rem + 2.23vw, 3rem);
    list-style-type: none;
    margin-right: clamp(1.75rem, 0.318rem + 2.23vw, 3rem);
    margin-bottom: 0px;
}
header .menu > li {
    position: relative;
    
}
header .menu li a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate;
    transition: color 0.6s ease-in-out;
}
header .menu li:hover a {
    color: #0b62e4;
}
header .menu > li > a::after {
    content: "";
    width: calc(100% + 52px);
    height: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 200px;
    box-shadow: 0 15px 35px rgba(11, 98, 228, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
header .menu > li:hover > a::after {
    opacity: 1;
}
header.scrolled .menu li a::after {
    display: none;
}
header .menu li a svg {
    display: block;
    margin-left: 8px;
}
header .menu li a svg path {
    transition: fill 0.6s ease-in-out;
}
header .menu li a:hover svg path {
    fill: #0B62E4;
}
header .menu li .sub-menu {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 28px;
    width: 260px;
    max-height: 0px;
    overflow: hidden;
    padding: 0 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(11, 98, 228, 0.15);
    position: absolute;
    top: calc(100% + 24px);
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}
header.scrolled .menu li .sub-menu {
    top: calc(100% + 16px);
}
header .menu li:hover .sub-menu {
    max-height: 600px;
    padding: 28px 30px;
}
header .menu li .sub-menu li a {
    line-height: 1.5em;
    color: #333333;
    transition: color 0.3s ease-in-out;
}
header .menu li .sub-menu li a:hover {
    color: #0b62e4;
}
header nav .icon-wrap {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}
header nav .icon-wrap a svg {
    display: block;
}
header nav .icon-wrap a svg path {
    transition: all 0.3s ease-in-out
}
header nav .icon-wrap a:hover svg path {
    stroke: #0b62e4;
}
header nav .icon-wrap:last-child {
    margin-right: 8px;
}
header .member-link {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate;
    transition: color 0.6s ease-in-out;
    margin-right: clamp(1.75rem, -0.254rem + 3.13vw, 3.5rem);
}
header .member-link:hover {
    color: #0b62e4;
}
header .member-link::after {
    content: "";
    width: calc(100% + 52px);
    height: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 200px;
    box-shadow: 0 15px 35px rgba(11, 98, 228, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
header .member-link:hover::after {
    opacity: 1;
}
header.scrolled .member-link::after {
    display: none;
}
header nav .btn {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.03em;
    background: linear-gradient(210deg, #1ed1e2 0%, #0b62e4 100%);
    width: 188px;
    height: 55px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: box-shadow 0.3s ease-in-out;
}
header nav .btn:hover {
    box-shadow: 0 15px 35px rgba(11, 98, 228, 0.15);
}
header nav .btn .icon-wrap {
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 100%;
    margin-left: 18px;
}
@keyframes mesFlash {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
header nav .btn:hover svg path:last-child {
    animation: mesFlash 0.8s linear infinite;
}
header .hamburger {
    width: 50px;
    height: 50px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 10px;
    margin-left: 16px;
}
header .hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #333333;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}
header .hamburger.open span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}
header .hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
header .hamburger.open span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}
header .menu-modal {
    position: absolute;
    right: 0px;
    top: calc(100% + 16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 0px;
    border-radius: 15px;
    width: calc(100vw - 32px);
    max-width: 500px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}
header .menu-modal.open {
    max-height: 1000px;
    padding: 30px;
}
header .menu-modal .menu {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    margin: 0;
    padding: 0px;
    width: 100%;
}
header .menu-modal .menu li {
    width: 100%;
    border-bottom: 1px dashed #333333;
    margin-bottom: 16px;
}
header .menu-modal .menu li a {
    margin-bottom: 16px;
    text-align: center;
    justify-content: center;
}
header .menu-modal > .menu > li:hover > a::after {
    display: none;
}
header .menu-modal .menu li .sub-menu {
    max-height: 1000px;
    position: static;
    transform: translate(0);
    background: transparent;
    box-shadow: none;
    padding: 0;
    row-gap: 0px;
    width: 100%;
}
header .menu-modal .menu li .sub-menu li {
    border: none;
    margin: 0;
}
header .menu-modal .icons-wrap {
    display: none;
    align-items: center;
    justify-content: center;
    column-gap: 48px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #333333;
    width: 100%;
}
header .menu-modal .member-link-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
header .menu-modal .member-link {
    margin-right: 0px;
    margin-bottom: 16px;
}
header .menu-modal .btn {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.03em;
    background: linear-gradient(210deg, #1ed1e2 0%, #0b62e4 100%);
    width: 188px;
    height: 55px;
    border-radius: 200px;
    display: none;
    align-items: center;
    justify-content: flex-end;
    transition: box-shadow 0.3s ease-in-out;
}
header .menu-modal .btn:hover {
    box-shadow: 0 15px 35px rgba(11, 98, 228, 0.15);
}
header .menu-modal .btn .icon-wrap {
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 100%;
    margin-left: 18px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    header .container nav .menu {
        display: none;
    }
    header .container nav .member-link {
        display: none;
    }
    header .hamburger {
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    header .container nav > .icon-wrap {
        display: none;
    }
    header .menu-modal .member-link-wrap {
        border-bottom: 1px dashed #333333;
    }
    header .menu-modal .icons-wrap {
        display: flex;
    }
}
@media screen and (max-width: 576px) {
    header .container nav .btn {
        display: none;
    }
    header .menu-modal .btn {
        display: flex;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-baa1621 */header .container {
    width: 100%;
    max-width: 1660px !important;
    margin: 0 auto;
    position: relative;
}
header.entry-header {
    position: static;
}
.ct-container-full {
    padding-top: 120px;
}
main#main {
    padding-top: 120px;
}/* End custom CSS */
/* Start custom CSS */header {
    width: 100%;
    position: fixed;
    top: 52px;
    left: 0;
    z-index: 9999;
    padding: 0 32px !important;
    transition: all 0.3s ease;
}
header.scrolled {
    top: 0;
    background: #ffffff;
    padding: 12px 32px !important;
}
@media screen and (max-width: 576px) {
    header {
        padding: 0 16px !important;
    }
    header.scrolled {
        padding: 0 16px !important;
    }
}/* End custom CSS */