@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);:root{--layoutBackground:#fff;--headerBackground:#fff;--footerBackground:#f6f6f6;--backgroundColor:#008bf4;--backgroundColor1:#eeeeee;--backgroundColor2:#fff;--backgroundColor3:rgb(0, 0, 90);--backgroundColor4:#e3e3e3;--backgroundColor5:#f3f3f3;--backgroundColor6:#bababa;--borderColor:#c1c4c6;--darkBorderColor:#858585;--lightBorderColor:#fff;--textColor:#000;--titleTextColor:#008bf4;--mutedTextColor:#969696;--lightTextColor:#fff;--footerTextColor:#4c4c4c;--buttonLightTextColor:#858585;--buttonLightBorderColor:#c1c4c6;--buttonLightBackgroundColor:#fff;--menuTextColor:#575757;--menuTextHoverColor:#fff;--menuTextHoverBackground:#008bf4;--menuBackground:#fff;--linearGradientColor1:rgb(0, 141, 243);--linearGradientColor2:rgb(27, 222, 240);--linearGradientColor3:rgb(0, 0, 90);--fontSize:1.4rem;--lineHeight:1.4rem;--fontFamily:"Montserrat",sans-serif;--navbarBackground:#f6f6ff;--navbarFont:"Montserrat",sans-serif;--dangerColor:#dc3545;--successColor:#28a745;--warningColor:#ffc107;--informationColor:#008bf4;--disabledColor:#eee;--logo:url("/img/logo.png");--estendoTextColor:#268954;--estendoLinearGradientColor1:#268954;--estendoLinearGradientColor2:#a5dfa7}:root{--layoutBackground:#fff;--headerBackground:#fff;--footerBackground:#f6f6f6;--backgroundColor:#008bf4;--backgroundColor1:#eeeeee;--backgroundColor2:#fff;--backgroundColor3:rgb(0, 0, 90);--backgroundColor4:#e3e3e3;--backgroundColor5:#f3f3f3;--backgroundColor6:#bababa;--borderColor:#c1c4c6;--darkBorderColor:#858585;--lightBorderColor:#fff;--textColor:#000;--titleTextColor:#008bf4;--mutedTextColor:#969696;--lightTextColor:#fff;--footerTextColor:#4c4c4c;--buttonLightTextColor:#858585;--buttonLightBorderColor:#c1c4c6;--buttonLightBackgroundColor:#fff;--menuTextColor:#575757;--menuTextHoverColor:#fff;--menuTextHoverBackground:#008bf4;--menuBackground:#fff;--linearGradientColor1:rgb(0, 141, 243);--linearGradientColor2:rgb(27, 222, 240);--linearGradientColor3:rgb(0, 0, 90);--fontSize:1.4rem;--lineHeight:1.4rem;--fontFamily:"Montserrat",sans-serif;--navbarBackground:#f6f6ff;--navbarFont:"Montserrat",sans-serif;--dangerColor:#dc3545;--successColor:#28a745;--warningColor:#ffc107;--informationColor:#008bf4;--disabledColor:#eee;--logo:url("/img/logo.png");--estendoTextColor:#268954;--estendoLinearGradientColor1:#268954;--estendoLinearGradientColor2:#a5dfa7}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay,.modal__btn{will-change:transform}.modal{position:fixed;z-index:9999}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center}.modal__container{background-color:var(--backgroundColor2);max-width:750px;max-height:100vh;border-radius:10px;box-sizing:border-box;padding:30px;overflow:auto}@media (max-width:991px){.modal__container{width:100vw;border-radius:0}}.modal__header{display:flex;justify-content:space-between;align-items:center}.modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:var(--titleTextColor);box-sizing:border-box}.modal__close{position:absolute;right:0;top:0;background:0 0;border:0;padding:20px;cursor:pointer}@media (max-width:991px){.modal__close{color:var(--textColor);font-size:40px;padding:0 15px}}.modal__header .modal__close:before{content:"x"}.modal__content{line-height:1.5;color:rgba(0,0,0,.8);padding:0 50px;margin-bottom:30px}@media (max-width:991px){.modal__content{padding:0;margin-bottom:0}}.modal__btn{font-size:.875rem;padding:.5rem 1rem;background-color:var(--backgroundColor4);color:rgba(0,0,0,.8);border-radius:.25rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.modal__btn:focus,.modal__btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.modal__btn-primary{background-color:var(--backgroundColor);color:var(--lightTextColor)}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}*{box-sizing:border-box}body,html{max-width:100%;overflow-x:clip;margin:0;font:normal 14px Montserrat,sans-serif;background-color:var(--layoutBackground)}body h1.title,body h2.title,body h3.title,html h1.title,html h2.title,html h3.title{display:flex;justify-content:center;align-items:center;color:var(--titleTextColor);text-align:center;font-size:24px;margin:15px}@media (max-width:991px){body h1.title,body h2.title,body h3.title,html h1.title,html h2.title,html h3.title{font-size:18px}}body h1.title.title-with-image,body h2.title.title-with-image,body h3.title.title-with-image,html h1.title.title-with-image,html h2.title.title-with-image,html h3.title.title-with-image{margin-bottom:30px}body h1.title img,body h2.title img,body h3.title img,html h1.title img,html h2.title img,html h3.title img{margin-right:15px}@media (max-width:991px){body h1.title img,body h2.title img,body h3.title img,html h1.title img,html h2.title img,html h3.title img{width:35px}}body h1.title .button-title,body h2.title .button-title,body h3.title .button-title,html h1.title .button-title,html h2.title .button-title,html h3.title .button-title{display:inline-flex;align-items:center;justify-content:center;background-color:var(--backgroundColor);color:var(--lightTextColor);padding:5px 30px 5px 20px;border-radius:50px;font-size:28px}body h1.title .button-title img,body h2.title .button-title img,body h3.title .button-title img,html h1.title .button-title img,html h2.title .button-title img,html h3.title .button-title img{margin-right:20px;width:38px}body .btn,html .btn{display:inline-block;cursor:pointer;outline:0;border:none;padding:8px 15px;font-weight:700;white-space:nowrap;font-size:14px;text-decoration:none}body .btn-default,html .btn-default{padding:8px 30px;border:2px solid var(--lightBorderColor);border-radius:20px;color:var(--lightTextColor);background:var(--linearGradientColor1);background:linear-gradient(90deg,var(--linearGradientColor1) 30%,var(--linearGradientColor2) 100%);text-transform:uppercase}body .btn-default.btn-light,html .btn-default.btn-light{background:var(--backgroundColor2);color:var(--textColor);border:1px solid var(--textColor);text-transform:lowercase;font-weight:400}body .btn-type1,html .btn-type1{padding:8px 30px;border:4px solid var(--lightBorderColor);border-radius:20px;color:var(--lightTextColor);background:var(--linearGradientColor1);background:linear-gradient(90deg,var(--linearGradientColor1) 15%,var(--linearGradientColor3) 100%);text-transform:uppercase}@media (max-width:991px){body .btn-type1,html .btn-type1{border:2px solid var(--lightBorderColor)}}body .noty_type__info,html .noty_type__info{background:linear-gradient(90deg,var(--linearGradientColor1) 30%,var(--linearGradientColor2) 100%)}body .noty_type__info .noty_body,html .noty_type__info .noty_body{padding:10px 15px!important}body .noty_layout a,html .noty_layout a{color:inherit}body .form-control,html .form-control{border-radius:20px;border:none;outline:0;background-color:var(--backgroundColor2);padding:10px 15px;color:var(--mutedTextColor)}body .hidden,html .hidden{display:none!important}body .nav-tabs,html .nav-tabs{display:flex;width:100%;margin:0;padding:0;list-style-type:none;border-bottom:1px solid #ddd}body .nav-tabs>li,html .nav-tabs>li{margin-bottom:-1px}body .nav-tabs>li>a,html .nav-tabs>li>a{display:block;margin-right:2px;line-height:1.42857143;padding:10px;border:1px solid transparent;border-radius:4px 4px 0 0}body .nav-tabs>li>a:hover,html .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}body .nav-tabs>li.active>a,body .nav-tabs>li.active>a:focus,body .nav-tabs>li.active>a:hover,html .nav-tabs>li.active>a,html .nav-tabs>li.active>a:focus,html .nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}body .tab-content,html .tab-content{width:100%}body .tab-content>.tab-pane,html .tab-content>.tab-pane{display:none;padding:2.5% 3.5%}body .tab-content>.tab-pane.active,html .tab-content>.tab-pane.active{display:block;background-color:var(--backgroundColor1)}body .tab-content>.active,html .tab-content>.active{display:block}body .only-mobile,html .only-mobile{display:none}@media (max-width:991px){body .only-mobile,html .only-mobile{display:block}}body .breadcrumb,html .breadcrumb{width:100%;max-width:1600px;margin:auto}@media (max-width:991px){body .breadcrumb,html .breadcrumb{text-align:center}}body .breadcrumb ul,html .breadcrumb ul{font-size:0}@media (max-width:991px){body .breadcrumb ul,html .breadcrumb ul{padding:0}}body .breadcrumb ul li,html .breadcrumb ul li{display:inline-block;font-size:14px;line-height:1.5;color:var(--mutedTextColor);font-weight:500}body .breadcrumb ul li:last-child span.delimiter,html .breadcrumb ul li:last-child span.delimiter{display:none}body .breadcrumb ul li>h2,html .breadcrumb ul li>h2{font-weight:500;font-size:14px;display:inline-block}body .breadcrumb ul li>a,body .breadcrumb ul li>h2,body .breadcrumb ul li>span,body .breadcrumb ul li>strong,html .breadcrumb ul li>a,html .breadcrumb ul li>h2,html .breadcrumb ul li>span,html .breadcrumb ul li>strong{margin:0 3px;transition:color .2s ease}body .breadcrumb ul li>strong,html .breadcrumb ul li>strong{font-weight:400}body .breadcrumb ul li>strong.current-item,html .breadcrumb ul li>strong.current-item{font-weight:600;color:var(--textColor)}body .breadcrumb ul li a,html .breadcrumb ul li a{text-decoration:none;color:var(--mutedTextColor);font-weight:600}body .breadcrumb ul li strong,html .breadcrumb ul li strong{text-transform:capitalize}body .breadcrumb .delimiter,html .breadcrumb .delimiter{display:inline-block;margin-right:5px;text-transform:none}body .row,html .row{display:flex;width:100%}@media (max-width:767px){body .row,html .row{flex-wrap:wrap}}body .row>div,html .row>div{margin:0 5px}body .row>div.col-12,html .row>div.col-12{width:100%}body .row>div.col-11,html .row>div.col-11{width:91.663%}body .row>div.col-10,html .row>div.col-10{width:83.33%}body .row>div.col-9,html .row>div.col-9{width:75%}body .row>div.col-6,html .row>div.col-6{width:50%}body .row>div.col-5,html .row>div.col-5{width:41.665%}body .row>div.col-4,html .row>div.col-4{width:33.332%}body .row>div.col-3,html .row>div.col-3{width:25%}body .row>div.col-2,html .row>div.col-2{width:16.666%}body .row>div.col-1,html .row>div.col-1{width:8.333%}body .row>div:first-child,html .row>div:first-child{margin-left:0}body .row>div:last-child,html .row>div:last-child{margin-right:0}@media (max-width:767px){body .row>div[class*=" col-"],body .row>div[class^=col-],html .row>div[class*=" col-"],html .row>div[class^=col-]{width:100%}}body button,html button{font-family:Montserrat,sans-serif}.tippy-box{background-color:#eceaeb;border:1px solid var(--lightBorderColor)}.tippy-box .tippy-content{color:var(--textColor);line-height:normal;padding:15px 25px;text-align:center;font-size:13px}.tippy-box[data-theme~=light-border]{background-color:var(--backgroundColor5);border:1px solid var(--borderColor);color:var(--textColor);box-shadow:0 4px 14px -2px rgba(0,8,16,.5)}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before{border-top-color:var(--backgroundColor5)}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after{border-top-color:var(--borderColor)}