







/* 1a. Containers */





/* 1b. Colors */













/* 1c. Typography */


















































 















form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
    background-color:;
    color:;
    border-color:;
}

/* 1e. Forms */

















form{
    background-color: 

  
  
    
  


  rgba(254, 254, 254, 0.0)

;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    background-color:

  
  
    
  


  rgba(254, 254, 254, 0.0)

;
    border-radius:px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: 

  
  
    
  


  rgba(235, 235, 235, 1.0)

;
    color: 

  
  
    
  


  rgba(122, 122, 122, 1.0)

;
}

form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=tel]::placeholder,
form input[type=number]::placeholder,
form input[type=file]::placeholder,
form select::placeholder,
form textarea::placeholder{
    color: #6b7385
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
    color:;
    border-color: 

  
  
    
  


  rgba(255, 154, 0, 1.0)

;
}

.hs-form-booleancheckbox label span{
    color: ;
}







.content-wrapper{
    padding: 0 12px;
}


@media screen and (min-width: 576px){
    .content-wrapper,
    .dnd-section > .row-fluid{
        max-width: 540px;
    }  
}

@media screen and (min-width: 768px){
    .content-wrapper,
    .dnd-section > .row-fluid{
        max-width: 720px;
    }  
}


@media screen and (min-width: 992px){
    .content-wrapper,
    .dnd-section > .row-fluid{
        max-width: 960px;
    }  
}

@media screen and (min-width: 1200px){
    .content-wrapper,
    .dnd-section > .row-fluid{
        max-width: 1140px;
    }  
}

@media screen and (min-width: 1400px){
    .content-wrapper,
    .dnd-section > .row-fluid{
        max-width: 1320px;
    }  
}
@media screen and (min-width: 1921px){
    .dnd_area_about-row-0-max-width-section-centering > .row-fluid {
        max-width: 1980.0px;
    }  
}

.dnd-section,
.content-wrapper--vertical-spacing {
    padding: 100px 0px;
}







body {
    font-size: 18px;
    color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)

;
    font-weight: 400;
    font-family: Alexandria;
    background-color: 

  
  
    
  


  rgba(254, 254, 254, 0.0)

;
}


@media (max-width: 767px){
    body{
        font-size: 16px
    }
}


/* Paragraphs */

body .body-wrapper p,
ul li,
ol li{
    font-size: 18px;
    color: #6b7385;
    font-weight: 400;
    font-family: Alexandria !important;
    line-height: 1.5
}


body.darkModeOn .body-wrapper p {
    color: 
}

@media screen and (min-width: 768px) and (max-width: 991px){
    body .body-wrapper p {
        font-size: 17px;
        line-height: 1.5    
    }
}

@media screen and (max-width: 767px){
    body .body-wrapper p {
        font-size: 16px;
        line-height: 1.5    
    }
}
/* Anchors */

a {
    color: 

  
  
    
  


  rgba(25, 35, 53, 1)

;
}

body.dark a {
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}

a:hover,
a:focus,
a:active {
    color: 

  
  
    
  


  rgba(255, 154, 0, 1)

;
}

body.dark a:hover,
body.dark a:focus,
body.dark a:active {
    color: 

  
  
    
  


  rgba(255, 154, 0, 1.0)

;
}

/* Headings */

h1, .h1 {
    font-family: Alexandria;
    font-size: 52px;
    color: #192335;
    font-weight: 700;
    line-height: 1.19;
}


h2, .h2 {
    font-family: Alexandria;
    font-size: 44px;
    color: #192335;
    font-weight: 700;
    line-height: 1.23;
}



h3, .h3 {
    font-family: Alexandria;
    font-size: 34px;
    color: #192335;
    font-weight: 700;
    line-height: 1.14;
}




h4, .h4 {
    font-family: Alexandria;
    font-size: 30px;
    color: #192335;
    font-weight: 600;
    line-height: 1.25;
}




h5, .h5 {
    font-family: Alexandria;
    font-size: 20px;
    color: #192335;
    font-weight: 600;
    line-height: 1.24;
}




h6, .h6 {
    font-family: Alexandria;
    font-size: 16px;
    color: #192335;
    font-weight: 600;
    line-height: 1.25;
}




body.dark {
    background-color: 

  
  
    
  


  rgba(25, 35, 53, 1.0)

;
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}


body.dark p{
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}

body.dark h1,
body.dark h2, 
body.dark h3, 
body.dark h4,
body.dark h5,
body.dark h6 {
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}

/* Blockquote */

blockquote {
    border-left-color: 

  
  
    
  


  rgba(25, 35, 53, 1.0)

;
}






/* 1d. Buttons */























.primary-btn,
.primary,.hs-btn,
.hs-primary-btn{
    background: linear-gradient(to right, rgba(255, 154, 0, 1), rgba(255, 61, 0, 1), rgba(255, 61, 0, 1), rgba(255, 154, 0, 1));
}






.primary-btn:hover,
.primary:hover,
.hs-btn:hover,
.hs-primary-btn:hover{
    background: linear-gradient(to right, rgba(255, 154, 0, 1), rgba(255, 61, 0, 1), rgba(255, 61, 0, 1), rgba(255, 154, 0, 1));
}




.primary-btn,
.primary,.hs-btn,
.hs-primary-btn{
    border: ;
    border-radius: 5px;
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
    padding: 0px 26px;
    background-size: 300% 100%;
    display: inline-block;
    font-size: 16px ;
    line-height: 60px ;
    text-align: center;
    transition: all 0.4s ease-in-out;
}


.primary-btn span.btn-icon,
.primary span.btn-icon,
.hs-btn span.btn-icon,
.hs-primary-btn span.btn-icon{
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)


}

.primary-btn:hover span.btn-icon,
.primary:hover span.btn-icon,.hs-btn:hover span.btn-icon,
.hs-primary-btn:hover span.btn-icon{
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)


}

.primary:hover,
.hs-btn:hover,
.primary-btn:hover,
.hs-primary-btn:hover,
.primary-btn:focus,
.hs-primary-btn:focus{
    background-color: ;
    border-color: 

  
  
    
  


  rgba(16, 24, 40, 1.0)

;
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
    background-position: 102% 0;
    background-size: 300% 100%;
    transition: all 0.4s ease-in-out;
}

button:active,
.button:active {
    background-color: rgba(255, 42, 41, 0.0);
    border-color: ;
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}

/* 1d. Secondary Buttons */
















.secondary-btn,
.hs-sec-button,
.secondary,
.secondary-button,
.hs-secondary-btn{
    background-color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
    border: 1px solid 

  
  
    
  


  rgba(16, 24, 40, 1.0)

;
    border-radius: 5px;
    color: 

  
  
    
  


  rgba(106, 124, 146, 1.0)

;
    padding: 15px 35px;
    font-size: 15px;
    line-height: 1.5;
}

.secondary-btn:hover,
.hs-sec-button:hover,
.secondary:hover,
.secondary-btn:hover,
.hs-secondary-btn:hover{
    background-color: 

  
  
    
  


  rgba(16, 24, 40, 1.0)

;
    border-color: 

  
  
    
  


  rgba(16, 24, 40, 1.0)

;
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}






form,
.submitted-message {
    font-size: 18px;
    color: #6b7385;
    font-weight: 400
}

/* Form title */

h3.form-title {
    background-color: 

  
  
    
  


  rgba(254, 254, 254, 0.0)

;
    color: 

  
  
    
  


  rgba(25, 35, 53, 1.0)

;
}

/* Form label */

form .hs-form-field label,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=tel]::placeholder,
form input[type=number]::placeholder,
form input[type=file]::placeholder,
form select::placeholder,
form textarea::placeholder{
    color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)

;
}

/* Form help text */

form legend {
    color: 

  
  
    
  


  rgba(58, 58, 58, 1.0)

;
}


/* Form placeholder text */

::-webkit-input-placeholder {
    color: #6b7385;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
    color: #6b7385;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
    background: 

  
  
    
  


  rgba(107, 115, 133, 1.0)

;
}

.fn-date-picker td .pika-button:hover {
    background-color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)

 !important;
}

.fn-date-picker td.is-today .pika-button {
    color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)

;
}

/* Submit button */

form input[type=submit],
form .hs-button {
    border: none;
    border-radius: 5px;
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
    padding: 0px 26px;
    transition: all 0.4s ease;
}



form input[type=submit],
form .hs-button {
    background-color: ;
}




form input[type=submit]:active,
form .hs-button:active {
    background-color: rgba(#null, 0.0);
    border-color: ;
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}

















































header.edu-header .edu-header-top{
    background-color: 

  
  
    
  


  rgba(25, 35, 53, 1.0)

;
}
header.edu-header .edu-header-sec-col .edu-header-content .header-info ul li a{
    color: 

  
  
    
  


  rgba(254, 254, 254, 0.67)


}

header.edu-header .edu-header-sec-col .edu-header-content .header-info ul li a:hover{
    color: 

  
  
    
  


  rgba(254, 254, 254, 0.67)


}

header.edu-header .edu-header-sec-col .edu-header-content .header-info ul li a i{
    color: 

  
  
    
  


  rgba(254, 254, 254, 0.67)


}

header.edu-header .edu-header-sec-col .edu-header-content .header-info ul li a:hover i{
    color: 

  
  
    
  


  rgba(254, 254, 254, 0.67)


}

header.edu-header .edu-header-top ul.social-share-transparent a{
    color: 

  
  
    
  


  rgba(254, 254, 254, 0.67)

;
    width: 30px;
    height: 30px;
}

header.edu-header .edu-header-top ul.social-share-transparent a:hover{
    color: 

  
  
    
  


  rgba(254, 254, 254, 0.67)

;
}
header.edu-header .edu-header-top ul.social-share-transparent a:before{
    background-color: 

  
  
    
  


  rgba(254, 254, 254, 0.0)


}
header.edu-header .edu-header-top ul.social-share-transparent a:hover:before{
    background-color: 

  
  
    
  


  rgba(254, 254, 254, 0.13)


}

.edu-main-header{
    background-color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}

.edu-main-header .header-center .desktop-menu .hs-menu-wrapper>ul>li>a{
    color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)

;
}

.edu-main-header .header-center .desktop-menu .hs-menu-wrapper>ul>li:hover>a{
    color: 

  
  
    
  


  rgba(255, 154, 0, 1.0)

;
}

.edu-main-header .header-center .desktop-menu .hs-menu-wrapper>ul ul li a{
    color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)


}

.edu-main-header .header-center .desktop-menu .hs-menu-wrapper>ul ul li a:hover{
    color: 

  
  
    
  


  rgba(255, 154, 0, 1.0)


}

.edu-main-header .header-center .desktop-menu .hs-menu-wrapper>ul>li>ul{
    background-color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}

.edu-main-header .header-center .desktop-menu .hs-menu-wrapper>ul ul li:hover{
    background-color: 

  
  
    
  


  rgba(254, 254, 254, 0.9)

;
}
.edu-main-header .header-right .quick-access .search-icon a{
    color: 

  
  
    
  


  rgba(20, 19, 59, 1.0)

;
}
.edu-main-header .header-right .quick-access .search-icon a:hover,
.edu-main-header .header-right .quick-access .search-icon .search-trigger.active{
    color: 

  
  
    
  


  rgba(255, 154, 0, 1.0)

 
}

.edu-main-header .header-right .quick-access .search-icon a:after{
    background-color: 

  
  
    
  


  rgba(246, 246, 246, 0.0)

;
}
.edu-main-header .header-right .quick-access .search-icon a:hover:after,
.edu-main-header .header-right .quick-access .search-icon .search-trigger.active:after{
    background-color: 

  
  
    
  


  rgba(246, 246, 246, 1.0)


}


.edu-main-header .header-right .edu-btn a.rbt-marquee-btn:before{
    background: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
    width: calc(100% - 3px * 2);
    height: calc(100% - 3px * 2);
    top: 3px;
    left: 3px;
}




.edu-main-header .header-right .edu-btn a.rbt-marquee-btn:before:hover{
    background: 

  
  
    
  


  rgba(255, 154, 0, 1.0)

;
}



.edu-main-header .header-right .edu-btn a.rbt-marquee-btn{
    color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)

;
    padding-left:22px ;
    padding-right:22px ;
    padding-top:0px ;
    padding-bottom:0px ;
    font-size: 16px;
    line-height: 43px;
}


.edu-main-header .header-right .edu-btn a.rbt-marquee-btn{
    background: linear-gradient(to right, rgba(255, 154, 0, 1), rgba(255, 61, 0, 1))
}





.edu-main-header .header-right .edu-btn a.rbt-marquee-btn:hover{
    background: linear-gradient(to right, rgba(255, 154, 0, 1), rgba(255, 61, 0, 1))
}




.edu-main-header .header-right .edu-btn a.rbt-marquee-btn:hover{
    color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)


}


































footer.footer-wrapper p, 
footer.footer-wrapper li {
    color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)


}

footer.footer-wrapper a{
    color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)

;
}

footer.footer-wrapper a:hover{
    color: 

  
  
    
  


  rgba(255, 154, 0, 1.0)

;
}

.footer-menu .hs-menu-wrapper>ul>li>a, 
.edu-footer .top-footer .contact-section h5{
    color: 

  
  
    
  


  rgba(25, 35, 53, 1.0)


}

.footer-menu .hs-menu-wrapper>ul ul li a,
.copyright-links ul li a{
    color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)


}


footer .hs-menu-wrapper>ul ul li a:hover,
.copyright-links ul li a:hover{
    color: 

  
  
    
  


  rgba(255, 154, 0, 1.0)


}


footer ul.social_icon li a{
    color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)

   
}

footer ul.social_icon li a:hover{
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

   
}

footer ul.social_icon li a:before{
    background: 

  
  
    
  


  rgba(254, 254, 254, 0.0)

   
}

footer ul.social_icon li a:hover:before{
    background: 

  
  
    
  


  rgba(255, 154, 0, 1.0)

   
}

.dark footer.footer-wrapper p, 
.dark footer.footer-wrapper li{
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)


}

.dark .footer-menu .hs-menu-wrapper>ul>li>a, 
.dark .edu-footer .top-footer .contact-section h5{
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)


}

.dark .footer-menu .hs-menu-wrapper>ul ul li a,
.dark .copyright-links ul li a,
.dark footer ul.social_icon li a,
.dark footer.footer-wrapper a,
.dark .edu-main-header .header-right .quick-access .search-icon a{
    color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)


}
.dark footer .hs-menu-wrapper>ul ul li a:hover,
.dark .copyright-links ul li a:hover,
.dark footer.footer-wrapper a:hover,
.dark .edu-main-header .header-right .quick-access .search-icon a:hover{
    color: 

  
  
    
  


  rgba(255, 154, 0, 1.0)


}


















.edu-footer .top-footer .footerlogo .contact-btn a{
    color: 

  
  
    
  


  rgba(107, 115, 133, 1.0)

;
    padding:0px  0px 
}

.edu-footer .top-footer .footerlogo .contact-btn a:hover{
    color: 

  
  
    
  


  rgba(255, 154, 0, 1.0)

;
}

.edu-footer .top-footer .footerlogo .contact-btn a:before{
    top: 1px ;
    left: 1px ;
    height: calc(100% - 1px  * 2);
    width: calc(100% - 1px  * 2);
}










.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
    color: #6b7385;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
    color: 

  
  
    
  


  rgba(255, 154, 0, 1)

;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
    color: 

  
  
    
  


  rgba(255, 154, 0, 1)

;
}

.blog-tag-filter__menu-link--active-item:after {
    background-color: #6b7385;
}

.blog-pagination__link {
    color: #6b7385;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
    background-color: #6b7385;
}

.blog-post__title {
    color: #192335;
    font-family:Alexandria;
    font-size: 52px;
    font-weight: 700;
}

.blog-post__author {
    background-color: #192335;
}












.card__price {
    font-family: Alexandria
        font-size: 34px;
    color: #192335;
    font-weight: 700
}