

.body-scroll {
    touch-action: none;
width: calc(100% - 15px);
overflow: hidden;
}
.scroll-eff {
width: 420px;
transform: translateX(100%);
}
.scroll-eff1 {
width: 420px;
transform: translateX(0);
}
.gap-4 {
    gap: 1rem;
}

.grid {
    display: grid
;
}
.gap-5 {
    gap: 1.25rem;
}

.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.cursor-pointer {
    cursor: pointer;
}
.flex {
    display: flex
;
}

.eQAbGa .content {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 100px;
    padding-top: 30px;
}
@media (max-width: 1550px) {
    .eQAbGa .content {
        padding-left: 60px;
    }
}
@media (max-width: 1199px) {
    .eQAbGa .content {
        padding-left: 30px;
    }
}


.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.overflow-hidden {
    overflow: hidden;
}
.h-0 {
    height: 0px;
}

.ONXsO {
    text-align: center;
  /*  padding-top: 140px; */
}
@media (max-width: 1550px) {
    .ONXsO {
     /*   padding-top: 90px; */
    }
}


.ONXsO .categoryList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
   
}

.ONXsO .categoryItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0f2137;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    margin-left: 10px;
    padding: 13px 26px;
    margin-top: 10px;
    background-color: #f1f5f8;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.ONXsO .categoryItem:hover {
    background-color: rgb(252, 242, 43);
    color: #111111;
  }
.blog_post h3 a {
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 8px!important;
    color: rgb(15, 33, 55);
    
}
.blog_post .postMeta a:not(:last-of-type)::after {
    content: "•";
    margin-left: 10px;
    margin-right: 10px;
}
.blog_post .postMeta a {
    font-size: 16px;
    color: rgb(15, 33, 55);
    transition: 500ms;
}
@media (max-width: 1199px) {
    .blog_post .postMeta a {
        font-size: 15px;
    }
}


.menu-bar .dropdown-link-title {
    /* font-weight: 600;*/
  }
  .dropdown-link-title {
    font-size: 16px;
    font-weight: 500;
  }
  .menu-bar .nav-link {
    /* font-size: 1rem; */
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.6px;
    /* padding: 0.3rem; */
    min-width: 60px;
    /* margin: 0 0.6rem;*/
  }
  
  .menu-bar .nav-link:hover,
  .dropdown-link:hover {
    color: var(--primary-color);
  }
  
  .nav-start,
  .nav-end,
  .right-container,
  .right-container .search {
    display: flex;
    align-items: center;
  }
  
  .dropdown {
    display: none;
    min-width: 100%;
    border: none !important;
    border-radius: 5px;
    position: static;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }
  
  .dropdown.active {
    display: block;
  }
  
  .dropdown ul {
    /*
    display: flex;
    flex-direction: column;
    
    gap: 0.5rem;
    padding: 1.2rem;
*/
    font-size: 0.95rem;
  }
    
    .dropdown ul li {
        margin: 16px 0!important;
      }
  .dropdown-btn {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    gap: 0.15rem;
  }
  
  .dropdown-link {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 0;
    border-radius: 7px;
    transition: 0.1s ease-in-out;
  }
  
  .dropdown-link p {
    font-size: 0.8rem;
    color: var(--medium-grey);
  }
  
  .right-container {
    display: flex;
    align-items: center;
    column-gap: 1rem;
  }
  
  .right-container .search {
    position: relative;
  }
  
  .right-container img {
    border-radius: 50%;
  }
  
  #hamburger {
    display: none;
    padding: 0.1rem;
    margin-left: 1rem;
    font-size: 1.9rem;
    color: white;
  }
  
  @media (max-width: 1150px) {
    #hamburger {
      display: block;
    }
  
    .container {
      padding: 1.2rem;
    }
  
    .menu {
      display: none;
      position: absolute;
      top: 87px;
      left: 0;
      min-height: 100vh;
      width: 100vw;
    }
  
    .menu-bar li:first-child ul:nth-child(1) {
      border-right: none;
      border-bottom: var(--border);
    }
  
    .dropdown {
      display: none;
      min-width: 100%;
      border: none !important;
      border-radius: 5px;
      position: static;
      top: 0;
      left: 0;
      visibility: visible;
      opacity: 1;
      transform: none;
      box-shadow: none;
    }
  
    .menu.show,
    .dropdown.active {
      display: block;
    }
  
    .dropdown ul {
      padding-left: 0.3rem;
    }
    
    .menu-bar .nav-link {
      display: flex;
      justify-content: space-between;
      width: 100%;
      font-weight: 600;
      font-size: 1.2rem;
      margin: 0;
    }
    .breqjk .food_delivery_navbar .main_menu li a {
      font-size: 11px;
    }
  
    .menu-bar li:first-child .dropdown {
      min-width: 100%;
    }
  
    .breqjk .food_delivery_navbar {
      padding: 0px 0;
    }
    .breqjk .sticky-nav-active .food_delivery_navbar {
      padding: 0 0;
    }
  }
  
.jVkJNT {
min-height: 100vh;
padding: 30px;
}
.henBQC {
display: none;
}
@media only screen and (max-width: 991px) {
.henBQC {
display: flex
;
width: calc(100% - 80px);
position: absolute;
left: 40px;
bottom: 40px;
min-height: 54px;
border-radius: 10px;
font-size: 15px;
overflow: hidden;
z-index: 1;
}
}




::selection {
    background: #333333;
    color: #ffffff;
}

/*!sc*/
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

/*!sc*/
*,*::before,*::after {
    box-sizing: inherit;
}

/*!sc*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*!sc*/
*:focus {
    outline: none;
}

/*!sc*/
html,html a,h1,h2,h3,h4,h5,h6,a,p,li,dl,th,dt,input,textarea,span,div {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

/*!sc*/
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}

/*!sc*/
ul {
    margin: 0;
    padding: 0;
}

/*!sc*/
li {
    list-style-type: none;
}

/*!sc*/
a {
    -webkit-text-decoration: none;
    text-decoration: none;
}

/*!sc*/
a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

/*!sc*/
.reuseModalParentWrapper {
    z-index: 999999!important;
}

/*!sc*/
.reuseModalHolder {
    padding: 0 !important;
}

/*!sc*/
.reuseModalHolder.demo_switcher_modal {
    max-width: 100%!important;
    max-height: 100%!important;
    left: 0!important;
    top: 0!important;
    border: 0 !important;
    background-color: rgba(16,30,77,0.9) !important;
}

/*!sc*/
.reuseModalHolder.demo_switcher_modal .innerRndComponent {
    border-radius: 8px !important;
    overflow: auto;
}

/*!sc*/
@media (min-width: 1201px) {
    .reuseModalHolder.demo_switcher_modal .innerRndComponent {
        width:calc(100% + 20px);
        margin-right: -20px;
    }
}

/*!sc*/
button.modalCloseBtn {
    position: fixed !important;
    z-index: 9999991 !important;
    background-color: transparent !important;
    top: 10px !important;
    right: 10px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
}

/*!sc*/
button.modalCloseBtn span.btn-icon {
    font-size: 22px !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

/*!sc*/
button.modalCloseBtn.alt {
    border-radius: 50% !important;
    z-index: 999999 !important;
    padding: 0 !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    top: 25px !important;
    right: 30px !important;
    min-width: 40px !important;
    min-height: 40px !important;
}

/*!sc*/
button.modalCloseBtn.alt span.btn-icon {
    font-size: 20px !important;
}

/*!sc*/
button.modalCloseBtn.alt:hover {
    opacity: 0.88 !important;
}

/*!sc*/
data-styled.g1[id="sc-global-chyjRJ1"] {
    content: "sc-global-chyjRJ1,"
}

/*!sc*/
.hGRInH {
    margin-top: 0;
    margin-bottom: 1rem;
}

/*!sc*/
data-styled.g2[id="Text__TextWrapper-sc-1vevv34-0"] {
    content: "hGRInH,"
}

/*!sc*/
.fdjCoW {
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
    margin: 0;
}

/*!sc*/
data-styled.g3[id="Link__LinkWrapper-sc-1n8mv3p-0"] {
    content: "fdjCoW,"
}

/*!sc*/
.empLUZ {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}

/*!sc*/
data-styled.g4[id="Image__ImageWrapper-sc-1lwf601-0"] {
    content: "empLUZ,"
}

/*!sc*/
.ciBMEE {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: none !important;
    padding-left: 30px;
    padding-right: 30px;
}

/*!sc*/
@media (min-width: 768px) {
    .ciBMEE {
        max-width:750px;
        width: 100%;
    }
}

/*!sc*/
@media (min-width: 992px) {
    .ciBMEE {
        max-width:970px;
        width: 100%;
    }
}

/*!sc*/
@media (min-width: 1220px) {
    .ciBMEE {
        max-width:1170px;
        width: 100%;
    }
}

/*!sc*/
@media (max-width: 768px) {
}

/*!sc*/
.hzYEWu {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

/*!sc*/
@media (min-width: 768px) {
    .hzYEWu {
        max-width:750px;
        width: 100%;
    }
}

/*!sc*/
@media (min-width: 992px) {
    .hzYEWu {
        max-width:970px;
        width: 100%;
    }
}

/*!sc*/
@media (min-width: 1220px) {
    .hzYEWu {
        max-width:1260px;
        width: 100%;
    }
}

/*!sc*/
@media (max-width: 768px) {
}

/*!sc*/
.hAafdg {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

/*!sc*/
@media (min-width: 768px) {
    .hAafdg {
        max-width:750px;
        width: 100%;
    }
}

/*!sc*/
@media (min-width: 992px) {
    .hAafdg {
        max-width:970px;
        width: 100%;
    }
}

/*!sc*/
@media (min-width: 1220px) {
    .hAafdg {
        max-width:1200px;
        width: 100%;
    }
}

/*!sc*/
@media (max-width: 768px) {
}

/*!sc*/
data-styled.g5[id="style__ContainerWrapper-sc-1vvwqhe-0"] {
    content: "ciBMEE,hzYEWu,hAafdg,"
}

/*!sc*/
.ivBSpN .container {
    padding: 0 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*!sc*/
@media only screen and (min-width: 1220px) and (max-width:1440px) {
    .ivBSpN .container {
        max-width:1170px !important;
    }
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ivBSpN .container {
        padding:0 30px;
    }
}

/*!sc*/
.ivBSpN .logo {
    max-width: 107px;
    width: 100%;
}

/*!sc*/
data-styled.g6[id="navbarstyle__NavbarWrapper-sc-1bkwjs2-0"] {
    content: "ivBSpN,"
}

/*!sc*/
.kjuHIQ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .kjuHIQ {
        padding-right:20px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .kjuHIQ {
        padding-right:calc(75px + 20px);
    }
}

/*!sc*/
@media only screen and (max-width: 1260px) {
    .kjuHIQ {
        padding-right:calc(75px + 30px);
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .kjuHIQ {
        display:none;
    }
}

/*!sc*/
.kjuHIQ a {
    font-size: 16px;
    font-weight: 600;
    margin-right: 46px;
    color: #ffffff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .kjuHIQ a {
        margin-right:40px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .kjuHIQ a {
        margin-right:30px;
    }
}

/*!sc*/
.kjuHIQ a:hover {
    color: #FCF22B;
}

/*!sc*/
data-styled.g7[id="navbarstyle__MenuWrapper-sc-1bkwjs2-1"] {
    content: "kjuHIQ,"
}

/*!sc*/
.iXWSbV {
    border: 0;
    padding: 0;
    min-width: 150px;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #060F1E;
    background-color: #FCF22B;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .iXWSbV {
        font-size:15px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .iXWSbV {
        font-size:14px;
    }
}

/*!sc*/
.iXWSbV:hover {
    background-color: #ECF22F;
}

/*!sc*/
.iXWSbV img {
    margin-left: 11px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .iXWSbV img {
        margin-left:10px;
    }
}

/*!sc*/
.iXWSbV:hover,.iXWSbV:focus {
    content: 0;
    box-shadow: none;
}

/*!sc*/
data-styled.g8[id="navbarstyle__Button-sc-1bkwjs2-2"] {
    content: "iXWSbV,"
}

/*!sc*/
.iFUPHC {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: bold;
}

/*!sc*/
data-styled.g11[id="Heading__HeadingWrapper-sc-1r264sz-0"] {
    content: "iFUPHC,"
}

/*!sc*/
.lkjNin {
    display: inline-block;
}

/*!sc*/
data-styled.g14[id="glidestyle__ButtonWrapper-sc-5bdf3a-2"] {
    content: "lkjNin,"
}

/*!sc*/
.jphxVs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
   /* margin-bottom: 81px; */
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .jphxVs {
       /* margin-bottom:50px; */
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .jphxVs {
        min-height:580px;
        height: auto;
        /*margin-bottom: 40px;*/
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .jphxVs {
        min-height:100vh;
        height: auto;
    }
}

/*!sc*/
.jphxVs .leftbar {
    width: 200px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .jphxVs .leftbar {
        width:170px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .jphxVs .leftbar {
        display:none;
    }
}

/*!sc*/
.jphxVs .leftbar .smooth_scroll {
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 74px;
    font-size: 18px;
    font-weight: 600;
    color: #93a2ab;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .jphxVs .leftbar .smooth_scroll {
        font-size:16px;
       /* margin-bottom: 66px; */
    }
}

/*!sc*/
.jphxVs .leftbar .smooth_scroll .btn_text {
    margin-left: 20px;
}

/*!sc*/
.jphxVs .leftbar .smooth_scroll i {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

/*!sc*/
.jphxVs .leftbar .smooth_scroll:hover {
    color: #294859;
}

/*!sc*/
.jphxVs .leftbar .smooth_scroll:hover i {
    -webkit-animation: jUZSoi 1s infinite;
    animation: jUZSoi 1s infinite;
}

/*!sc*/
data-styled.g19[id="bannerSectionstyle__BannerWrapper-sc-1reg2ix-0"] {
    content: "jphxVs,"
}

/*!sc*/
.intGPa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 200px);
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .intGPa {
        width:calc(100% - 170px);
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .intGPa {
        width:100%;
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .intGPa {
        -webkit-flex-direction:column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*!sc*/
data-styled.g20[id="bannerSectionstyle__ContentWrapper-sc-1reg2ix-1"] {
    content: "intGPa,"
}

/*!sc*/
.gHhqzc {
    width: 450px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 45px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gHhqzc {
        padding-top:30px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gHhqzc {
        width:470px;
        margin-left: 30px;
        padding-right: 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .gHhqzc {
        width:350px;
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .gHhqzc {
        width:calc(100% - 30px);
        max-width: 480px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding-top: 160px;
    }
}

/*!sc*/
.gHhqzc h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 900;
    margin-bottom: 27px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gHhqzc h2 {
        font-size:46px;
        line-height: 64px;
        margin-bottom: 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gHhqzc h2 {
        font-size:42px;
        line-height: 50px;
        margin-bottom: 25px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .gHhqzc h2 {
        font-size:36px;
        line-height: 46px;
        margin-bottom: 20px;
    }
}

/*!sc*/
.gHhqzc h4 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    color: #294859;
    margin-bottom: 22px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gHhqzc h4 {
        font-size:22px;
        line-height: 40px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gHhqzc h4 {
        font-size:18px;
        line-height: 30px;
    }
}

/*!sc*/
.gHhqzc p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 45px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gHhqzc p {
        font-size:16px;
        margin-bottom: 40px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gHhqzc p {
        font-size:15px;
        margin-bottom: 40px;
    }
}

/*!sc*/
.gHhqzc p.highlighted_text {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 17px;
    color: #060F1E;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gHhqzc p.highlighted_text {
        margin:0 0 30px;
    }
}

/*!sc*/
data-styled.g21[id="bannerSectionstyle__TextArea-sc-1reg2ix-2"] {
    content: "gHhqzc,"
}

/*!sc*/
.eZaWMw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 320px;
    width: 100%;
    min-height: 28px;
    border-radius: 80px;
    padding: 3px 28px 3px 4px;
    background-color: #eff0f0;
}

/*!sc*/
.eZaWMw strong {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 51px;
    min-height: 20px;
    padding: 3px 11px;
    border-radius: 30px;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #D50032;
    margin-right: 10px;
}

/*!sc*/
data-styled.g22[id="bannerSectionstyle__HighlightedText-sc-1reg2ix-3"] {
    content: "eZaWMw,"
}

/*!sc*/
.fuOQEp {
    width: calc(100% - 450px);
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .fuOQEp {
        width:calc(100% - 500px);
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .fuOQEp {
        width:calc(100% - 380px);
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .fuOQEp {
        width:100%;
        padding: 70px 0 40px;
    }
}

/*!sc*/
.fuOQEp #charitySlide .glide__slides {
    height: 100vh;
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .fuOQEp #charitySlide .glide__slides {
        height:762px;
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .fuOQEp #charitySlide .glide__slides {
        height:380px;
    }
}

/*!sc*/
.fuOQEp #charitySlide .glide__slides .glide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*!sc*/
.fuOQEp #charitySlide .glide__controls {
    position: absolute;
    bottom: 100px;
    right: calc(100% + 50px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .fuOQEp #charitySlide .glide__controls {
        bottom:50px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .fuOQEp #charitySlide .glide__controls {
        right:calc(100% + 40px);
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .fuOQEp #charitySlide .glide__controls {
        width:100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: inherit;
        right: auto;
        bottom: -40px;
    }
}

/*!sc*/
.fuOQEp #charitySlide .glide__controls div {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 17px;
    margin-left: 20px;
}

/*!sc*/
.fuOQEp #charitySlide .glide__controls div:first-child {
    margin-left: 0;
}

/*!sc*/
.fuOQEp #charitySlide .glide__controls div > span {
    display: inline-block;
    width: 30px;
    height: 2px;
    border-radius: 4px;
    background-color: #294859;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*!sc*/
.fuOQEp #charitySlide .glide__controls div > span::before,.fuOQEp #charitySlide .glide__controls div > span::after {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 4px;
    background-color: #294859;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*!sc*/
.fuOQEp #charitySlide .glide__controls div > span.next_arrow::before {
    right: 0;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

/*!sc*/
.fuOQEp #charitySlide .glide__controls div > span.next_arrow::after {
    right: 0;
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    -webkit-transform-origin: 14px 7px;
    -ms-transform-origin: 14px 7px;
    transform-origin: 14px 7px;
    width: 11px;
}

/*!sc*/
.fuOQEp #charitySlide .glide__controls div > span.prev_arrow::before {
    left: 0;
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

/*!sc*/
.fuOQEp #charitySlide .glide__controls div > span.prev_arrow::after {
    left: 0;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
    -webkit-transform-origin: -3px 6px;
    -ms-transform-origin: -3px 6px;
    transform-origin: -3px 6px;
    width: 11px;
}

/*!sc*/
.fuOQEp #charitySlide .glide__controls div:hover > span {
    width: 100px;
    background-color: #D50032;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .fuOQEp #charitySlide .glide__controls div:hover > span {
        width:70px;
    }
}

/*!sc*/
.fuOQEp #charitySlide .glide__controls div:hover > span::before,.fuOQEp #charitySlide .glide__controls div:hover > span::after {
    background-color: #D50032;
}

/*!sc*/
data-styled.g23[id="bannerSectionstyle__ImageArea-sc-1reg2ix-4"] {
    content: "fuOQEp,"
}

/*!sc*/
.heSqgm {
    width: 100%;
    padding: 81px 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .heSqgm {
        padding:70px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .heSqgm {
        padding:50px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .heSqgm {
        padding:40px 0;
    }
}

/*!sc*/
data-styled.g24[id="featureSectionstyle__SectionWrapper-sc-1ahf3zm-0"] {
    content: "heSqgm,"
}

/*!sc*/
.fOyEDa {
    text-align: center;
    margin-bottom: 90px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .fOyEDa {
        margin-bottom:70px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .fOyEDa {
        margin-bottom:54px;
    }
}

/*!sc*/
.fOyEDa h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 12px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .fOyEDa h2 {
        font-size:36px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .fOyEDa h2 {
        font-size:34px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .fOyEDa h2 {
        font-size:30px;
        margin-bottom: 10px;
    }
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .fOyEDa h2 {
        font-size:28px;
    }
}

/*!sc*/
.fOyEDa p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .fOyEDa p {
        font-size:16px;
        line-height: 32px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .fOyEDa p {
        font-size:15px;
        line-height: 28px;
    }
}

/*!sc*/
data-styled.g25[id="featureSectionstyle__SectionHeader-sc-1ahf3zm-1"] {
    content: "fOyEDa,"
}

/*!sc*/
.bJCUQp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -120px -35px 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .bJCUQp {
        margin:-70px -30px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .bJCUQp {
        margin:-50px -15px 0;
    }
}

/*!sc*/
.bJCUQp .blog_post {
    width: calc(100% / 3);
    padding: 0 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: 120px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .bJCUQp .blog_post {
        margin-top:70px;
        padding: 0 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .bJCUQp .blog_post {
        margin-top:50px;
        padding: 0 15px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .bJCUQp .blog_post {
        width:calc(100% / 2);
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .bJCUQp .blog_post {
        width:100%;
    }
}

/*!sc*/
.bJCUQp .blog_post .thumbnail {
    width: 60px;
    margin-right: 29px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .bJCUQp .blog_post .thumbnail {
        width:42px;
        margin-right: 20px;
    }
}

/*!sc*/
.bJCUQp .blog_post .content h3 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 400;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .bJCUQp .blog_post .content h3 {
        font-size:22px;
        margin: 0 0 10px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .bJCUQp .blog_post .content h3 {
        font-size:18px;
    }
}

/*!sc*/
.bJCUQp .blog_post .content p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #294859;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .bJCUQp .blog_post .content p {
        font-size:16px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .bJCUQp .blog_post .content p {
        font-size:15px;
        line-height: 26px;
    }
}

/*!sc*/
data-styled.g26[id="featureSectionstyle__FeatureWrapper-sc-1ahf3zm-2"] {
    content: "bJCUQp,"
}

/*!sc*/
.gnroKV {
    cursor: pointer;
}

/*!sc*/
.gnroKV.active {
    font-weight: 700;
}

/*!sc*/
data-styled.g29[id="tabsstyle__MenuItem-sc-z2isto-2"] {
    content: "gnroKV,"
}

/*!sc*/
.ekIdkw {
    width: 100%;
    margin: 81px 0;
    background-color: #060F1E;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ekIdkw {
        margin:70px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .ekIdkw {
        margin:50px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .ekIdkw {
        margin:40px 0;
    }
}

/*!sc*/
.ekIdkw .rq_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .ekIdkw .rq_tab {
        -webkit-flex-direction:column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*!sc*/
.ekIdkw .rq_tab .tab_menu {
    width: 450px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 99px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ekIdkw .rq_tab .tab_menu {
        width:350px;
        padding-left: 70px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .ekIdkw .rq_tab .tab_menu {
        width:300px;
        padding-left: 50px;
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .ekIdkw .rq_tab .tab_menu {
        width:100%;
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*!sc*/
.ekIdkw .rq_tab .tab_menu li {
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    margin: 21px 0;
    position: relative;
    color: #ffffff;
    -webkit-transition: color 0.325s ease;
    transition: color 0.325s ease;
}

/*!sc*/
.ekIdkw .rq_tab .tab_menu li p {
    color: #ffffff;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ekIdkw .rq_tab .tab_menu li {
        font-size:16px;
        line-height: 30px;
        margin: 15px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ekIdkw .rq_tab .tab_menu li {
        font-size:14px;
        line-height: 22px;
        margin: 14px 0;
    }
}

/*!sc*/
.ekIdkw .rq_tab .tab_menu li:hover {
    color: #FCF22B;
}

/*!sc*/
.ekIdkw .rq_tab .tab_menu li:hover p {
    color: #FCF22B;
}

/*!sc*/
.ekIdkw .rq_tab .tab_menu li.active {
    font-size: 30px;
    font-weight: 600;
    color: #FCF22B;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ekIdkw .rq_tab .tab_menu li.active {
        font-size:24px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .ekIdkw .rq_tab .tab_menu li.active {
        font-size:20px;
    }
}

/*!sc*/
.ekIdkw .rq_tab .tab_menu li.active::before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #FCF22B;
    position: absolute;
    left: -99px;
    top: calc(50% - 1px);
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ekIdkw .rq_tab .tab_menu li.active::before {
        width:40px;
        left: -70px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .ekIdkw .rq_tab .tab_menu li.active::before {
        width:28px;
        left: -50px;
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .ekIdkw .rq_tab .tab_menu li.active::before {
        width:18px;
        left: -30px;
    }
}

/*!sc*/
.ekIdkw .rq_tab .tab_content {
    width: calc(100% - 450px);
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ekIdkw .rq_tab .tab_content {
        width:calc(100% - 350px);
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .ekIdkw .rq_tab .tab_content {
        width:calc(100% - 300px);
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .ekIdkw .rq_tab .tab_content {
        width:100%;
    }
}

/*!sc*/
data-styled.g32[id="branchSectionstyle__SectionWrapper-sc-1sq40x6-0"] {
    content: "ekIdkw,"
}

/*!sc*/
.eYEBAN {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .eYEBAN {
        -webkit-flex-direction:column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .eYEBAN {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*!sc*/
.eYEBAN .image {
    width: calc(100% - 650px);
    overflow: hidden;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .eYEBAN .image {
        width:calc(100% - 500px);
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .eYEBAN .image {
        width:calc(100% - 432px);
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .eYEBAN .image {
        width:100%;
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .eYEBAN .image {
        -webkit-order:2;
        -ms-flex-order: 2;
        order: 2;
    }
}

/*!sc*/
.eYEBAN .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    right: -1px;
}

/*!sc*/
.eYEBAN .content {
    width: 650px;
    padding: 80px 86px 77px;
    background-color: #FCF22B;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .eYEBAN .content {
        width:500px;
        padding: 70px 65px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .eYEBAN .content {
        width:432px;
        padding: 56px 50px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .eYEBAN .content {
        width:100%;
        padding: 48px 40px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .eYEBAN .content {
        -webkit-order:1;
        -ms-flex-order: 1;
        order: 1;
        padding: 40px 30px;
    }
}

/*!sc*/
.eYEBAN .content h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .eYEBAN .content h4 {
        font-size:14px;
    }
}

/*!sc*/
.eYEBAN .content h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
    margin: 29px 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .eYEBAN .content h2 {
        font-size:36px;
        line-height: 54px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .eYEBAN .content h2 {
        font-size:34px;
        line-height: 50px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .eYEBAN .content h2 {
        font-size:30px;
        line-height: 46px;
        margin: 20px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .eYEBAN .content h2 {
        font-size:28px;
        line-height: 40px;
    }
}

/*!sc*/
.eYEBAN .content h2 strong {
    font-weight: 300;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/*!sc*/
.eYEBAN .content h2 strong:first-child {
    background-image: url(../image/charity/branch/highlight-pattern.29d90646d69ef4833fec868c7dba1667.svg);
}

/*!sc*/
.eYEBAN .content h2 strong:last-child {
    background-image: url(../image/charity/branch/highlight-pattern2.6778979646fa496ace6a2151bc141fef.svg);
}

/*!sc*/
.eYEBAN .content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #294859;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .eYEBAN .content p {
        font-size:16px;
        margin-bottom: 40px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .eYEBAN .content p {
        font-size:15px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .eYEBAN .content p {
        margin-bottom:35px;
    }
}

/*!sc*/
.eYEBAN .content .learn__more-btn::before {
    background-color: #fffa9a;
}

/*!sc*/
data-styled.g33[id="branchSectionstyle__ContentWrapper-sc-1sq40x6-1"] {
    content: "eYEBAN,"
}

/*!sc*/
.ezuhOG {
    width: 100%;
    padding: 81px 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ezuhOG {
        padding:70px 0 50px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .ezuhOG {
        padding:45px 0 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .ezuhOG {
        padding:40px 0 25px;
    }
}

/*!sc*/
data-styled.g34[id="workSectionstyle__SectionWrapper-sc-1wdpva3-0"] {
    content: "ezuhOG,"
}

/*!sc*/
.gTNjZs {
    text-align: center;
    margin-bottom: 90px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gTNjZs {
        margin-bottom:70px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .gTNjZs {
        margin-bottom:54px;
    }
}

/*!sc*/
.gTNjZs h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 12px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gTNjZs h2 {
        font-size:36px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gTNjZs h2 {
        font-size:34px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .gTNjZs h2 {
        font-size:30px;
        margin-bottom: 10px;
    }
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .gTNjZs h2 {
        font-size:28px;
    }
}

/*!sc*/
.gTNjZs p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gTNjZs p {
        font-size:16px;
        line-height: 32px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .gTNjZs p {
        font-size:15px;
        line-height: 28px;
    }
}

/*!sc*/
@media only screen and (min-width: 668px) and (max-width:991px) {
    .gTNjZs p {
        padding:0 60px;
    }
}

/*!sc*/
data-styled.g35[id="workSectionstyle__SectionHeader-sc-1wdpva3-1"] {
    content: "gTNjZs,"
}

/*!sc*/
.hdFZnQ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding: 0 51px;
    position: relative;
    z-index: 1;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .hdFZnQ {
        padding:0;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .hdFZnQ {
        margin:0 -15px;
    }
}

/*!sc*/
.hdFZnQ::before,.hdFZnQ::after {
    content: '';
    display: block;
    width: 422px;
    height: 262px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}

/*!sc*/
.hdFZnQ::before {
    top: 8px;
    left: 0;
    background-image: url(../assets/image/charity/pattern1.147d533946c1978684d11d0bbf569f37.svg);
}

/*!sc*/
.hdFZnQ::after {
    bottom: 40px;
    right: 0;
    background-image: url(../assets/image/charity/pattern2.86a8b1815bbad805d1b4b21fded00739.svg);
}

/*!sc*/
.hdFZnQ .blog_post {
    width: calc(100% / 3 - 50px);
    border-radius: 20px;
    padding: 50px 37px 54px;
    box-shadow: 0 0 100px rgba(175,182,194,0.2);
    background-color: #ffffff;
    margin: 0 25px 25px;
    text-align: center;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .hdFZnQ .blog_post {
        width:calc(100% / 3 - 30px);
        border-radius: 15px;
        padding: 15px 10px 40px;
        margin: 0 15px 25px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .hdFZnQ .blog_post {
        border-radius:10px;
        padding: 30px 18px;
    }
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .hdFZnQ .blog_post {
        width:calc(100% / 2 - 30px);
        margin-bottom: 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .hdFZnQ .blog_post {
        width:100%;
        padding: 45px 30px;
    }
}

/*!sc*/
.hdFZnQ .blog_post .thumbnail img {
    height: 100px;
    width: auto;
    margin-bottom: 38px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .hdFZnQ .blog_post .thumbnail img {
        height:90px;
        margin-bottom: 35px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .hdFZnQ .blog_post .thumbnail img {
        height:80px;
        margin-bottom: 27px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .hdFZnQ .blog_post .thumbnail img {
        height:67px;
        margin-bottom: 20px;
    }
}

/*!sc*/
.hdFZnQ .blog_post .content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .hdFZnQ .blog_post .content h3 {
        font-size:18px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .hdFZnQ .blog_post .content h3 {
        font-size:16px;
        line-height: 28px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .hdFZnQ .blog_post .content h3 {
        font-size:15px;
        line-height: 26px;
        margin-bottom: 8px;
    }
}

/*!sc*/
.hdFZnQ .blog_post .content p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #294859;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .hdFZnQ .blog_post .content p {
        font-size:15px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .hdFZnQ .blog_post .content p {
        line-height:25px;
    }
}

/*!sc*/
data-styled.g36[id="workSectionstyle__FeatureWrapper-sc-1wdpva3-2"] {
    content: "hdFZnQ,"
}

/*!sc*/
.hXMebu {
    width: 100%;
    margin: 81px 0;
    padding: 60px;
    background-image: url(../image/charity/milestone-bg.81862df61b4361d7acb68e5c17076ea4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .hXMebu {
        margin:70px 0;
        padding: 50px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .hXMebu {
        padding:30px;
        margin: 50px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .hXMebu {
        margin:40px 0;
        padding-bottom: 10px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .hXMebu {
        padding:10px;
        background-size: cover;
        margin-bottom: 40px;
    }
}

/*!sc*/
data-styled.g37[id="milestoneBlockstyle__BlockWrapper-sc-1gpq77c-0"] {
    content: "hXMebu,"
}

/*!sc*/
.bBqOyr {
    max-width: 323px;
    padding: 62px 55px 70px;
    border-radius: 10px;
    background-color: #FCF22B;
    text-align: center;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .bBqOyr {
        padding:56px 45px 56px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .bBqOyr {
        max-width:300px;
        padding: 45px 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .bBqOyr {
        max-width:280px;
        padding: 40px 30px;
    }
}

/*!sc*/
.bBqOyr p {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #060F1E;
    margin: 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .bBqOyr p {
        font-size:18px;
        line-height: 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .bBqOyr p {
        font-size:15px;
        line-height: 28px;
    }
}

/*!sc*/
.bBqOyr h2 {
    font-size: 80px;
    line-height: 70px;
    font-weight: 700;
    color: #060F1E;
    margin: 30px 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .bBqOyr h2 {
        font-size:56px;
        line-height: 56px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .bBqOyr h2 {
        font-size:48px;
        line-height: 40px;
        margin: 28px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .bBqOyr h2 {
        font-size:44px;
        line-height: 40px;
        margin: 22px 0;
    }
}

/*!sc*/
.bBqOyr .learn__more-btn {
    margin-top: 40px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .bBqOyr .learn__more-btn {
        margin-top:45px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .bBqOyr .learn__more-btn {
        margin-top:40px;
    }
}

/*!sc*/
.bBqOyr .learn__more-btn::before {
    background-color: #fffa9a !important;
}

/*!sc*/
data-styled.g38[id="milestoneBlockstyle__MilestoneCard-sc-1gpq77c-1"] {
    content: "bBqOyr,"
}

/*!sc*/
.UNbYJ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 920px;
    width: 100%;
    margin: 0 auto 75px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .UNbYJ {
        margin:0 auto 70px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .UNbYJ {
        margin:0 auto 50px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .UNbYJ {
        margin:0 auto 40px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .UNbYJ {
        margin:0 auto 15px;
    }
}

/*!sc*/
data-styled.g39[id="milestoneBlockstyle__CounterWrapper-sc-1gpq77c-2"] {
    content: "UNbYJ,"
}

/*!sc*/
.gRatPX {
    text-align: center;
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .gRatPX {
        margin-bottom:30px;
    }
}

/*!sc*/
.gRatPX h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gRatPX h3 {
        font-size:40px;
        line-height: 46px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gRatPX h3 {
        font-size:34px;
        line-height: 40px;
        margin-bottom: 13px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .gRatPX h3 {
        font-size:30px;
        line-height: 36px;
        margin-bottom: 10px;
    }
}

/*!sc*/
.gRatPX p {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gRatPX p {
        font-size:18px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gRatPX p {
        font-size:16px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .gRatPX p {
        font-size:15px;
    }
}

/*!sc*/
data-styled.g40[id="milestoneBlockstyle__CounterItem-sc-1gpq77c-3"] {
    content: "gRatPX,"
}

/*!sc*/
.kJJJEu {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*!sc*/
.irtvvx {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

/*!sc*/
@media screen and (min-width: 480px) {
    .irtvvx {
        width:50%;
    }
}

/*!sc*/
@media screen and (min-width: 768px) {
    .irtvvx {
        width:50%;
    }
}

/*!sc*/
.ioKPNG {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

/*!sc*/
@media screen and (min-width: 480px) {
    .ioKPNG {
        width:30%;
        margin-top: 13px;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 15px;
    }
}

/*!sc*/
@media screen and (min-width: 768px) {
    .ioKPNG {
        width:35%;
        margin-top: 0;
        padding-right: 0;
    }
}

/*!sc*/
@media screen and (min-width: 990px) {
    .ioKPNG {
        width:30%;
    }
}

/*!sc*/
.gflBvJ {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*!sc*/
@media screen and (min-width: 480px) {
    .gflBvJ {
        width:70%;
    }
}

/*!sc*/
@media screen and (min-width: 768px) {
    .gflBvJ {
        width:65%;
    }
}

/*!sc*/
@media screen and (min-width: 990px) {
    .gflBvJ {
        width:70%;
    }
}

/*!sc*/
.bRtzCa {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

/*!sc*/
@media screen and (min-width: 480px) {
    .bRtzCa {
        width:50%;
    }
}

/*!sc*/
@media screen and (min-width: 768px) {
    .bRtzCa {
        width:50%;
    }
}

/*!sc*/
@media screen and (min-width: 990px) {
    .bRtzCa {
        width:33.33%;
    }
}

/*!sc*/
data-styled.g41[id="Box__BoxWrapper-sc-h6r1fp-0"] {
    content: "kJJJEu,irtvvx,ioKPNG,gflBvJ,bRtzCa,"
}

/*!sc*/
.gVzkhX {
    width: 100%;
    padding: 81px 0 51px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gVzkhX {
        padding:70px 0 40px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gVzkhX {
        padding:50px 0 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .gVzkhX {
        padding:40px 0 20px;
    }
}

/*!sc*/
.gVzkhX .row {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
data-styled.g42[id="humanityBlockstyle__BlockWrapper-sc-lffluw-0"] {
    content: "gVzkhX,"
}

/*!sc*/
.rqEqu {
    padding-right: 20px;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .rqEqu {
        padding-right:0;
    }
}

/*!sc*/
.rqEqu img {
    max-width: 100%;
    height: auto;
}

/*!sc*/
data-styled.g43[id="humanityBlockstyle__ImageWrapper-sc-lffluw-1"] {
    content: "rqEqu,"
}

/*!sc*/
.fYupGi {
    padding-left: 37px;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .fYupGi {
        padding-left:30px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .fYupGi {
        padding-left:0;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .fYupGi {
        margin-top:10px;
    }
}

/*!sc*/
.fYupGi h5 {
    font-size: 16px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #EE2541;
    margin-bottom: 30px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .fYupGi h5 {
        margin-bottom:27px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .fYupGi h5 {
        font-size:14px;
        margin-bottom: 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .fYupGi h5 {
        font-size:13px;
        margin-bottom: 15px;
    }
}

/*!sc*/
.fYupGi h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
    margin-bottom: 40px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .fYupGi h2 {
        font-size:40px;
        line-height: 60px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .fYupGi h2 {
        font-size:34px;
        line-height: 50px;
        margin-bottom: 27px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .fYupGi h2 {
        font-size:30px;
        line-height: 46px;
        margin-bottom: 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .fYupGi h2 {
        font-size:28px;
        line-height: 40px;
    }
}

/*!sc*/
.fYupGi p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 29px;
    color: #294859;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .fYupGi p {
        font-size:16px;
        margin-bottom: 27px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .fYupGi p {
        font-size:15px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .fYupGi p {
        margin-bottom:20px;
    }
}

/*!sc*/
.fYupGi .learn__more-btn::before {
    background-color: #FCF22B;
}

/*!sc*/
data-styled.g44[id="humanityBlockstyle__ContentWrapper-sc-lffluw-2"] {
    content: "fYupGi,"
}

/*!sc*/
.kVWFqk {
    margin-bottom: 50px;
    padding-top: 5px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .kVWFqk {
        padding-top:0;
        margin-bottom: 45px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .kVWFqk {
        margin-bottom:40px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .kVWFqk {
        margin-bottom:30px;
    }
}

/*!sc*/
data-styled.g45[id="humanityBlockstyle__List-sc-lffluw-3"] {
    content: "kVWFqk,"
}

/*!sc*/
.gBQbDh {
    font-size: 20px;
    line-height: 40px;
    padding: 10px 0;
    color: #060F1E;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gBQbDh {
        font-size:18px;
        line-height: 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gBQbDh {
        font-size:16px;
        line-height: 24px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .gBQbDh {
        font-size:15px;
        line-height: 20px;
    }
}

/*!sc*/
data-styled.g46[id="humanityBlockstyle__Item-sc-lffluw-4"] {
    content: "gBQbDh,"
}

/*!sc*/
.kEAbQK {
    width: 100%;
    padding: 81px 0 51px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .kEAbQK {
        padding:70px 0 40px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .kEAbQK {
        padding:50px 0 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .kEAbQK {
        padding:40px 0 10px;
    }
}

/*!sc*/
.kEAbQK .row {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .kEAbQK .row .col:first-child {
        -webkit-order:2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 15px;
    }
}

/*!sc*/
data-styled.g47[id="promotionBlockstyle__BlockWrapper-sc-8xs9t0-0"] {
    content: "kEAbQK,"
}

/*!sc*/
.ccpRYN {
    padding-right: 50px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ccpRYN {
        padding-right:40px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .ccpRYN {
        padding-right:0;
    }
}

/*!sc*/
.ccpRYN h5 {
    font-size: 16px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #EE2541;
    margin-bottom: 30px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ccpRYN h5 {
        margin-bottom:27px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .ccpRYN h5 {
        font-size:14px;
        margin-bottom: 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .ccpRYN h5 {
        font-size:13px;
        margin-bottom: 15px;
    }
}

/*!sc*/
.ccpRYN h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
    margin-bottom: 40px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ccpRYN h2 {
        font-size:40px;
        line-height: 60px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .ccpRYN h2 {
        font-size:34px;
        line-height: 50px;
        margin-bottom: 27px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .ccpRYN h2 {
        font-size:30px;
        line-height: 46px;
        margin-bottom: 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .ccpRYN h2 {
        font-size:28px;
        line-height: 40px;
    }
}

/*!sc*/
.ccpRYN p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 29px;
    color: #294859;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ccpRYN p {
        font-size:16px;
        margin-bottom: 27px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .ccpRYN p {
        font-size:15px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .ccpRYN p {
        margin-bottom:20px;
    }
}

/*!sc*/
.ccpRYN .learn__more-btn::before {
    background-color: #FCF22B;
}

/*!sc*/
data-styled.g48[id="promotionBlockstyle__ContentWrapper-sc-8xs9t0-1"] {
    content: "ccpRYN,"
}

/*!sc*/
.yyihZ {
    margin-bottom: 50px;
    padding-top: 5px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .yyihZ {
        padding-top:0;
        margin-bottom: 45px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .yyihZ {
        margin-bottom:40px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .yyihZ {
        margin-bottom:30px;
    }
}

/*!sc*/
data-styled.g49[id="promotionBlockstyle__List-sc-8xs9t0-2"] {
    content: "yyihZ,"
}

/*!sc*/
.hsdUMa {
    font-size: 20px;
    line-height: 40px;
    padding: 10px 0;
    color: #060F1E;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .hsdUMa {
        font-size:18px;
        line-height: 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .hsdUMa {
        font-size:16px;
        line-height: 24px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .hsdUMa {
        font-size:15px;
        line-height: 20px;
    }
}

/*!sc*/
data-styled.g50[id="promotionBlockstyle__Item-sc-8xs9t0-3"] {
    content: "hsdUMa,"
}

/*!sc*/
.hYkKmI {
    padding-left: 37px;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .hYkKmI {
        padding-left:30px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .hYkKmI {
        padding-left:0;
    }
}

/*!sc*/
.hYkKmI img {
    max-width: 100%;
    height: auto;
}

/*!sc*/
data-styled.g51[id="promotionBlockstyle__ImageWrapper-sc-8xs9t0-4"] {
    content: "hYkKmI,"
}

/*!sc*/
.jwxzvm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

/*!sc*/
data-styled.g52[id="inputGroupstyle__ComponentWrapper-sc-1b0wb2l-0"] {
    content: "jwxzvm,"
}

/*!sc*/
.brVQjE {
    width: calc(100% - 180px);
    height: 65px;
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px;
    border: 2px solid #f2f2f2;
    border-right-width: 1px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #294859;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .brVQjE {
        font-size:16px;
        height: 60px;
    }
}

/*!sc*/
.brVQjE::-webkit-inner-spin-button,.brVQjE::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*!sc*/
.brVQjE::-webkit-input-placeholder {
    color: #616970;
}

/*!sc*/
.brVQjE::-moz-placeholder {
    color: #616970;
}

/*!sc*/
.brVQjE:-ms-input-placeholder {
    color: #616970;
}

/*!sc*/
.brVQjE::placeholder {
    color: #616970;
}

/*!sc*/
data-styled.g53[id="inputGroupstyle__Input-sc-1b0wb2l-1"] {
    content: "brVQjE,"
}

/*!sc*/
.gvQuhI {
    position: relative;
    width: 180px;
}

/*!sc*/
data-styled.g54[id="inputGroupstyle__SelectWrapper-sc-1b0wb2l-2"] {
    content: "gvQuhI,"
}

/*!sc*/
.dUsIxu {
    cursor: pointer;
    height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    border: 2px solid #f2f2f2;
    border-left-width: 1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .dUsIxu {
        height:60px;
    }
}

/*!sc*/
.dUsIxu .text {
    color: #294859;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .dUsIxu .text {
        font-size:16px;
        margin-right: 15px;
    }
}

/*!sc*/
data-styled.g55[id="inputGroupstyle__CurrentOption-sc-1b0wb2l-3"] {
    content: "dUsIxu,"
}

/*!sc*/
.iJDpiU {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    box-shadow: 0 3px 9px -2px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 2;
}

/*!sc*/
.iJDpiU.active {
    opacity: 1;
    visibility: visible;
}

/*!sc*/
.iJDpiU li {
    cursor: pointer;
    font-size: 18px;
    padding: 15px 20px;
    color: #616970;
    border-bottom: 2px solid #f2f2f2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .iJDpiU li {
        font-size:16px;
    }
}

/*!sc*/
.iJDpiU li:last-child {
    border-bottom: 0;
}

/*!sc*/
.iJDpiU li:hover {
    color: #294859;
    background-color: #f2f2f2;
}

/*!sc*/
.iJDpiU li.selected {
    color: #294859;
    font-weight: 600;
}

/*!sc*/
data-styled.g56[id="inputGroupstyle__Dropdown-sc-1b0wb2l-4"] {
    content: "iJDpiU,"
}

/*!sc*/
.eodzYX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0 -10px;
}

/*!sc*/
.eodzYX h4,.eodzYX p {
    margin: 0;
}

/*!sc*/
.eodzYX h4 {
    margin-bottom: 7px;
}

/*!sc*/
.eodzYX label {
    position: relative;
    padding: 15px 25px;
    box-sizing: border-box;
    border: 2px solid #f4f2fa;
    border-radius: 10px;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*!sc*/
.eodzYX label.active {
    background-color: #f4f2fa;
}

/*!sc*/
.eodzYX label input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

/*!sc*/
data-styled.g57[id="radioGroupstyle__ComponentWrapper-sc-1t7wfea-0"] {
    content: "eodzYX,"
}

/*!sc*/
.kWbPLd {
    width: 100%;
    padding: 130px 0 20px;
    margin: 81px 0;
    background-color: #060F1E;
    background-image: url(../image/charity/map-alt.6e9d01a132b093ade5e6c962e5adc84c.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .kWbPLd {
        margin:70px 0;
        padding: 120px 0 20px;
    }
}

/*!sc*/
@media only screen and (min-width: 992px) and (max-width:1360px) {
    .kWbPLd {
        margin:50px 0;
        padding: 100px 0 20px;
    }

    .kWbPLd .row > .col:first-child {
        width: 53%;
    }

    .kWbPLd .row > .col:last-child {
        width: 47%;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .kWbPLd {
        margin:40px 0;
        padding: 80px 0 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .kWbPLd .row > .col {
        width:100%;
    }
}

/*!sc*/
data-styled.g58[id="donateSectionstyle__SectionWrapper-sc-1290jxs-0"] {
    content: "kWbPLd,"
}

/*!sc*/
.ceLKaw {
    padding-right: 99px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ceLKaw {
        padding-right:40px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .ceLKaw {
        padding-right:0;
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .ceLKaw {
        max-width:465px;
    }
}

/*!sc*/
.ceLKaw > p {
    color: #ffffff;
    font-size: 18px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ceLKaw > p {
        font-size:16px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .ceLKaw > p {
        font-size:15px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .ceLKaw > p {
        line-height:30px;
    }
}

/*!sc*/
data-styled.g59[id="donateSectionstyle__ContentArea-sc-1290jxs-1"] {
    content: "ceLKaw,"
}

/*!sc*/
.ehXwCI {
    font-size: 40px;
    line-height: 70px;
    font-weight: 300;
    margin: 0 0 20px;
    color: #ffffff;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .ehXwCI {
        font-size:36px;
        line-height: 54px;
        margin: 0 0 27px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .ehXwCI {
        font-size:34px;
        line-height: 52px;
        margin-bottom: 25px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .ehXwCI {
        font-size:30px;
        line-height: 46px;
        margin-bottom: 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .ehXwCI {
        font-size:28px;
        line-height: 40px;
    }
}

/*!sc*/
.ehXwCI span {
    color: #FCF22B;
}

/*!sc*/
data-styled.g60[id="donateSectionstyle__Heading-sc-1290jxs-2"] {
    content: "ehXwCI,"
}

/*!sc*/
.icfgxF {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 56px;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .icfgxF {
        margin-top:50px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .icfgxF {
        margin-top:40px;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*!sc*/
@media only screen and (min-width: 481px) and (max-width:667px) {
    .icfgxF {
        -webkit-flex-direction:row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .icfgxF {
        margin-top:30px;
    }
}

/*!sc*/
.icfgxF .learn__more-btn {
    color: #FCF22B !important;
}

/*!sc*/
.icfgxF .learn__more-btn::before {
    background-color: rgba(255,255,255,0.1) !important;
}

/*!sc*/
.icfgxF .learn__more-btn .hyphen {
    background-color: #FCF22B!important;
}

/*!sc*/
.icfgxF .learn__more-btn:hover {
    color: #060F1E!important;
}

/*!sc*/
.icfgxF .learn__more-btn:hover::before {
    background-color: #FCF22B!important;
}

/*!sc*/
.icfgxF .learn__more-btn:hover .hyphen {
    background-color: #060F1E!important;
}

/*!sc*/
.icfgxF .learn__more-btn.alt {
    color: #060F1E!important;
}

/*!sc*/
.icfgxF .learn__more-btn.alt::before {
    width: 100%;
    background-color: #FCF22B!important;
}

/*!sc*/
.icfgxF .learn__more-btn.alt .hyphen {
    background-color: #060F1E!important;
}

/*!sc*/
.icfgxF p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 22px;
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .icfgxF p {
        padding:7.5px 0;
        opacity: 0;
    }
}

/*!sc*/
@media only screen and (min-width: 481px) and (max-width:667px) {
    .icfgxF p {
        padding:0 20px;
        opacity: 1;
    }
}

/*!sc*/
data-styled.g61[id="donateSectionstyle__ButtonGroup-sc-1290jxs-3"] {
    content: "icfgxF,"
}

/*!sc*/
.cobQss {
    padding: 50px;
    border-radius: 10px;
    background-color: #ffffff;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .cobQss {
        padding:50px 45px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cobQss {
        padding:40px 35px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .cobQss {
        padding:30px 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .cobQss {
        max-width:448px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .cobQss {
        margin-top:20px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cobQss .input_group input {
        width:calc(100% - 140px);
        padding: 0 15px;
        font-size: 15px;
        height: 56px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .cobQss .input_group input {
        border-top-left-radius:5px;
        border-bottom-left-radius: 5px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .cobQss .input_group input {
        width:calc(100% - 110px);
        margin-bottom: 10px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cobQss .input_group .select_wrapper {
        width:140px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .cobQss .input_group .select_wrapper {
        width:110px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cobQss .input_group .select_wrapper .current_option {
        height:56px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .cobQss .input_group .select_wrapper .current_option {
        border-top-right-radius:5px;
        border-bottom-right-radius: 5px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cobQss .input_group .select_wrapper .current_option .text {
        font-size:15px;
        margin-right: 10px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cobQss .input_group .select_wrapper .current_option svg {
        width:12px;
        height: auto;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cobQss .input_group .select_wrapper .dropdown {
        top:56px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .cobQss .input_group .select_wrapper .dropdown {
        border-radius:5px;
    }
}

/*!sc*/
.cobQss .radio_group {
    margin-top: 50px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .cobQss .radio_group {
        margin-top:45px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cobQss .radio_group {
        margin-top:35px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .cobQss .radio_group {
        margin-top:25px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .cobQss .radio_group {
        -webkit-flex-direction:column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cobQss .radio_group label {
        padding:10px 15px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .cobQss .radio_group label {
        width:100%;
        margin: 10px 0;
    }
}

/*!sc*/
.cobQss .radio_group label.active {
    border-color: #FCF22B;
    background-color: #FCF22B;
}

/*!sc*/
.cobQss .radio_group label h4 {
    font-size: 20px;
    font-weight: 600;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .cobQss .radio_group label h4 {
        font-size:16px;
        margin-bottom: 5px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cobQss .radio_group label h4 {
        font-size:15px;
    }
}

/*!sc*/
.cobQss .radio_group label p {
    color: #294859;
    font-size: 14px;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cobQss .radio_group label p {
        font-size:13px;
    }
}

/*!sc*/
data-styled.g62[id="donateSectionstyle__DonationForm-sc-1290jxs-4"] {
    content: "cobQss,"
}

/*!sc*/
.glLCwK {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    border: 0;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    background-color: #D50032;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 50px;
    text-transform: uppercase;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .glLCwK {
        font-size:18px;
        height: 60px;
        margin-top: 45px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .glLCwK {
        font-size:16px;
        margin-top: 35px;
        height: 56px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .glLCwK {
        font-size:14px;
        margin-top: 25px;
        height: 54px;
        border-radius: 5px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .glLCwK {
        margin-top:20px;
    }
}

/*!sc*/
.glLCwK img {
    margin-left: 13px;
}

/*!sc*/
.glLCwK::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background: repeating-linear-gradient( -45deg,#D50032,#D50032 10px,#FF282F 10px,#FF282F 20px );
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .glLCwK::before {
        background:repeating-linear-gradient( -45deg,#D50032,#D50032 8px,#FF282F 8px,#FF282F 16px );
    }
}

/*!sc*/
.glLCwK:hover::before {
    left: 0;
    opacity: 0.2;
    visibility: visible;
}

/*!sc*/
data-styled.g63[id="donateSectionstyle__DonateButton-sc-1290jxs-5"] {
    content: "glLCwK,"
}

/*!sc*/
.gLYSDQ {
    width: 100%;
    padding: 81px 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gLYSDQ {
        padding:70px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gLYSDQ {
        padding:45px 0 50px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .gLYSDQ {
        padding:40px 0;
    }
}

/*!sc*/
data-styled.g64[id="mapSectionstyle__SectionWrapper-sc-1fazgl6-0"] {
    content: "gLYSDQ,"
}

/*!sc*/
.iuudQp {
    text-align: center;
    margin-bottom: 90px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .iuudQp {
        margin-bottom:70px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .iuudQp {
        margin-bottom:54px;
    }
}

/*!sc*/
.iuudQp h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 12px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .iuudQp h2 {
        font-size:36px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .iuudQp h2 {
        font-size:34px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .iuudQp h2 {
        font-size:30px;
        margin-bottom: 10px;
    }
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .iuudQp h2 {
        font-size:28px;
    }
}

/*!sc*/
.iuudQp p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .iuudQp p {
        font-size:16px;
        line-height: 32px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .iuudQp p {
        font-size:15px;
        line-height: 28px;
    }
}

/*!sc*/
data-styled.g65[id="mapSectionstyle__SectionHeader-sc-1fazgl6-1"] {
    content: "iuudQp,"
}

/*!sc*/
.bGwFzA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*!sc*/
data-styled.g66[id="mapSectionstyle__ImageWrapper-sc-1fazgl6-2"] {
    content: "bGwFzA,"
}

/*!sc*/
.kcnnvc {
    width: 100%;
    padding: 81px 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .kcnnvc {
        padding:70px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .kcnnvc {
        padding:50px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .kcnnvc {
        padding:40px 0;
    }
}

/*!sc*/
data-styled.g67[id="fundraiserSectionstyle__SectionWrapper-sc-ebdbm7-0"] {
    content: "kcnnvc,"
}

/*!sc*/
.bYsRFj {
    text-align: center;
    margin-bottom: 90px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .bYsRFj {
        margin-bottom:70px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .bYsRFj {
        margin-bottom:54px;
    }
}

/*!sc*/
.bYsRFj h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 12px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .bYsRFj h2 {
        font-size:36px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .bYsRFj h2 {
        font-size:34px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .bYsRFj h2 {
        font-size:30px;
        margin-bottom: 10px;
    }
}

/*!sc*/
.bYsRFj p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .bYsRFj p {
        font-size:16px;
        line-height: 32px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .bYsRFj p {
        font-size:15px;
        line-height: 28px;
    }
}

/*!sc*/
data-styled.g68[id="fundraiserSectionstyle__SectionHeader-sc-ebdbm7-1"] {
    content: "bYsRFj,"
}

/*!sc*/
.ftGasG {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .ftGasG {
        -webkit-flex-direction:column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*!sc*/
data-styled.g69[id="fundraiserSectionstyle__ContentArea-sc-ebdbm7-2"] {
    content: "ftGasG,"
}

/*!sc*/
.jNSXWj {
    width: 50%;
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .jNSXWj {
        width:42%;
    }
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .jNSXWj {
        width:100%;
    }
}

/*!sc*/
data-styled.g70[id="fundraiserSectionstyle__ImageWrapper-sc-ebdbm7-3"] {
    content: "jNSXWj,"
}

/*!sc*/
.gMtozb {
    width: 50%;
    padding-left: 100px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gMtozb {
        padding-left:70px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gMtozb {
        padding-left:60px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .gMtozb {
        width:48%;
        padding-left: 40px;
    }
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .gMtozb {
        width:100%;
        padding-left: 0;
        margin-top: 30px;
    }
}

/*!sc*/
.gMtozb h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 22px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gMtozb h3 {
        font-size:26px;
        margin-bottom: 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gMtozb h3 {
        font-size:22px;
        margin-bottom: 15px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .gMtozb h3 {
        line-height:36px;
        margin-bottom: 10px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .gMtozb h3 {
        font-size:20px;
        line-height: 30px;
    }
}

/*!sc*/
.gMtozb p {
    font-size: 18px;
    line-height: 28px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gMtozb p {
        font-size:16px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gMtozb p {
        font-size:15px;
    }
}

/*!sc*/
data-styled.g71[id="fundraiserSectionstyle__TextWrapper-sc-ebdbm7-4"] {
    content: "gMtozb,"
}

/*!sc*/
.dPiUMK {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 26px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .dPiUMK {
        margin-bottom:20px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .dPiUMK {
        margin-bottom:15px;
    }
}

/*!sc*/
.dPiUMK h4 {
    color: #D50032;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .dPiUMK h4 {
        font-size:16px;
        line-height: 26px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .dPiUMK h4 {
        font-size:14px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .dPiUMK h4 {
        font-size:13px;
    }
}

/*!sc*/
.dPiUMK .text_btn {
    color: #060F1E;
    font-weight: 600;
    font-size: 18px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .dPiUMK .text_btn {
        font-size:16px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .dPiUMK .text_btn {
        font-size:14px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .dPiUMK .text_btn {
        font-size:13px;
    }
}

/*!sc*/
.dPiUMK .text_btn i {
    margin-left: 5px;
}

/*!sc*/
data-styled.g72[id="fundraiserSectionstyle__TextAndLink-sc-ebdbm7-5"] {
    content: "dPiUMK,"
}

/*!sc*/
.geRzUW {
    width: 100%;
    margin-top: 50px;
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .geRzUW {
        margin-top:40px;
    }
}

/*!sc*/
.geRzUW p {
    margin-top: 0;
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .geRzUW p {
        margin:0 0 10px;
    }
}

/*!sc*/
.geRzUW h5 {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .geRzUW h5 {
        font-size:16px;
        line-height: 28px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .geRzUW h5 {
        font-size:15px;
    }
}

/*!sc*/
data-styled.g73[id="fundraiserSectionstyle__DonationProgressbar-sc-ebdbm7-6"] {
    content: "geRzUW,"
}

/*!sc*/
.ckzmGC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 23px;
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .ckzmGC {
        margin-bottom:20px;
    }
}

/*!sc*/
.ckzmGC::before,.ckzmGC::after {
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #F0F0F0;
    position: absolute;
    bottom: -7px;
    left: 0;
}

/*!sc*/
.ckzmGC::after {
    width: 56%;
    background-color: #D50032;
}

/*!sc*/
.ckzmGC p {
    line-height: 30px;
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .ckzmGC p:last-child {
        display:none;
    }
}

/*!sc*/
data-styled.g74[id="fundraiserSectionstyle__BarArea-sc-ebdbm7-7"] {
    content: "ckzmGC,"
}

/*!sc*/
.cmSsuk {
    color: #060F1E !important;
    margin-top: -6px !important;
}

/*!sc*/
.cmSsuk strong {
    color: #D50032;
    font-size: 40px;
    line-height: 28px;
    font-weight: 700;
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .cmSsuk strong {
        font-size:32px;
    }
}

/*!sc*/
data-styled.g75[id="fundraiserSectionstyle__CurrentStatus-sc-ebdbm7-8"] {
    content: "cmSsuk,"
}

/*!sc*/
.iOyItw {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .iOyItw {
        margin-top:45px;
    }
}

/*!sc*/
@media only screen and (min-width: 768px) and (max-width:991px) {
    .iOyItw {
        margin-top:30px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .iOyItw {
        margin-top:30px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/*!sc*/
data-styled.g76[id="fundraiserSectionstyle__ShareArea-sc-ebdbm7-9"] {
    content: "iOyItw,"
}

/*!sc*/
.cDzsVZ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 230px;
    height: 65px;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    color: #060F1E;
    background-color: #FCF22B;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .cDzsVZ {
        font-size:15px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cDzsVZ {
        height:56px;
        min-width: 200px;
        font-size: 14px;
    }
}

/*!sc*/
.cDzsVZ img {
    margin-left: 13px;
}

/*!sc*/
.cDzsVZ::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background: repeating-linear-gradient( -45deg,#FCF22B,#FCF22B 10px,#ECF22F 10px,#ECF22F 20px );
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .cDzsVZ::before {
        background:repeating-linear-gradient( -45deg,#FCF22B,#FCF22B 8px,#ECF22F 8px,#ECF22F 16px );
    }
}

/*!sc*/
.cDzsVZ:hover::before {
    left: 0;
    opacity: 0.8;
    visibility: visible;
}

/*!sc*/
data-styled.g77[id="fundraiserSectionstyle__DonateButton-sc-ebdbm7-10"] {
    content: "cDzsVZ,"
}

/*!sc*/
.hVGzoX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .hVGzoX {
        margin-top:20px;
    }
}

/*!sc*/
data-styled.g78[id="fundraiserSectionstyle__ShareList-sc-ebdbm7-11"] {
    content: "hVGzoX,"
}

/*!sc*/
.klLPgf {
    margin-right: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #060F1E;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .klLPgf {
        font-size:18px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .klLPgf {
        font-size:15px;
        margin-right: 25px;
    }
}

/*!sc*/
.klLPgf:last-child {
    margin-right: 0;
}

/*!sc*/
.klLPgf svg {
    width: 20px;
    fill: #060F1E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*!sc*/
.klLPgf a:hover.twitter svg {
    fill: #38A1F3;
}

/*!sc*/
.klLPgf a:hover.facebook svg {
    fill: #3b5998;
}

/*!sc*/
data-styled.g79[id="fundraiserSectionstyle__Item-sc-ebdbm7-12"] {
    content: "klLPgf,"
}

/*!sc*/
.gpQShh {
    width: 100%;
    padding: 81px 0 50px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .gpQShh {
        padding:70px 0 50px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .gpQShh {
        padding:50px 0 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .gpQShh {
        padding:40px 0 10px;
    }
}

/*!sc*/
data-styled.g80[id="blogSectionstyle__SectionWrapper-sc-1jub7ce-0"] {
    content: "gpQShh,"
}

/*!sc*/
.fjynxU {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 90px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .fjynxU {
        margin-bottom:70px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .fjynxU {
        margin-bottom:54px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .fjynxU {
        -webkit-flex-direction:column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: self-start;
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start;
    }
}

/*!sc*/
data-styled.g81[id="blogSectionstyle__SectionHeader-sc-1jub7ce-1"] {
    content: "fjynxU,"
}

/*!sc*/
.keflZG {
    max-width: 631px;
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .keflZG {
        max-width:400px;
    }
}

/*!sc*/
.keflZG h2 {
    font-size: 50px;
    font-weight: 300;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .keflZG h2 {
        font-size:36px;
        margin-bottom: 15px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .keflZG h2 {
        font-size:34px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .keflZG h2 {
        font-size:30px;
        margin-bottom: 10px;
    }
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .keflZG h2 {
        font-size:28px;
    }
}

/*!sc*/
data-styled.g82[id="blogSectionstyle__TitleArea-sc-1jub7ce-2"] {
    content: "keflZG,"
}

/*!sc*/
.sHnkQ {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .sHnkQ {
        font-size:16px;
        line-height: 32px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .sHnkQ {
        font-size:15px;
        line-height: 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .sHnkQ {
        font-size:15px;
        line-height: 28px;
    }
}

/*!sc*/
.sHnkQ .link {
    color: #D50032;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    margin-left: 5px;
}

/*!sc*/
data-styled.g83[id="blogSectionstyle__Text-sc-1jub7ce-3"] {
    content: "sHnkQ,"
}

/*!sc*/
.glyKnf .text__btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #D50032;
    font-size: 17px;
    line-height: 28px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .glyKnf .text__btn {
        font-size:16px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .glyKnf .text__btn {
        font-size:15px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .glyKnf .text__btn {
        margin:10px 0 0;
    }
}

/*!sc*/
.glyKnf .text__btn .arrow {
    width: 60px;
    height: 2px;
    border-radius: 4px;
    margin-left: 26px;
    position: relative;
    background-color: #D50032;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .glyKnf .text__btn .arrow {
        width:50px;
        margin-left: 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .glyKnf .text__btn .arrow {
        width:35px;
        margin-left: 15px;
    }
}

/*!sc*/
.glyKnf .text__btn .arrow::before,.glyKnf .text__btn .arrow::after {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 4px;
    background-color: #D50032;
    position: absolute;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*!sc*/
.glyKnf .text__btn .arrow::before {
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

/*!sc*/
.glyKnf .text__btn .arrow::after {
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    -webkit-transform-origin: 14px 7px;
    -ms-transform-origin: 14px 7px;
    transform-origin: 14px 7px;
    width: 11px;
}

/*!sc*/
.glyKnf .text__btn:hover .arrow::before {
    width: 11px;
    -webkit-transform-origin: 15px -3px;
    -ms-transform-origin: 15px -3px;
    transform-origin: 15px -3px;
}

/*!sc*/
.glyKnf .text__btn:hover .arrow::after {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    width: 14px;
}

/*!sc*/
data-styled.g84[id="blogSectionstyle__LinkArea-sc-1jub7ce-4"] {
    content: "glyKnf,"
}

/*!sc*/
.jiuqCt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -50px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .jiuqCt {
        margin:0 -35px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .jiuqCt {
        margin:0 -30px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .jiuqCt {
        margin:0 -20px;
    }
}

/*!sc*/
.jiuqCt .blog_post {
    width: calc(33% - 100px);
    margin: 0 50px 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 100px rgba(175,182,194,0.2);
    background-color: #ffffff;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .jiuqCt .blog_post {
        width:calc(33% - 70px);
        margin: 0 35px 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .jiuqCt .blog_post {
        width:calc(33% - 60px);
        margin: 0 30px 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .jiuqCt .blog_post {
        width:calc(33% - 40px);
        margin: 0 20px 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .jiuqCt .blog_post {
        width:100%;
    }
}

/*!sc*/
.jiuqCt .blog_post .thumbnail img {
    width: 100%;
    object-fit: cover;
}

/*!sc*/
.jiuqCt .blog_post .content {
    padding: 20px 20px 20px;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .jiuqCt .blog_post .content {
      /*  padding:30px 40px 45px; */
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .jiuqCt .blog_post .content {
       /* padding:20px 30px 35px; */
    }
}

/*!sc*/
.jiuqCt .blog_post .content .title {
    color: #060F1E;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    margin: 0 0 24px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .jiuqCt .blog_post .content .title {
        font-size:22px;
        line-height: 36px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .jiuqCt .blog_post .content .title {
        font-size:20px;
        line-height: 34px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .jiuqCt .blog_post .content .title {
        font-size:18px;
        line-height: 30px;
        margin: 0 0 15px;
    }
}

/*!sc*/
.jiuqCt .blog_post .content .excerpt {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 27px;
}

/*!sc*/
@media only screen and (max-width: 1600px) {
    .jiuqCt .blog_post .content .excerpt {
        font-size:17px;
        line-height: 28px;
    }
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .jiuqCt .blog_post .content .excerpt {
        font-size:16px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .jiuqCt .blog_post .content .excerpt {
        font-size:15px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .jiuqCt .blog_post .content .excerpt {
        margin-bottom:20px;
    }
}

/*!sc*/
.jiuqCt .blog_post:nth-child(2) .content .title {
   /* padding-right: 78px; */
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .jiuqCt .blog_post:nth-child(2) .content .title {
        padding-right:0;
    }
}

/*!sc*/
.jiuqCt .blog_post .learn_more {
    padding-top: 14px;
}

/*!sc*/
.jiuqCt .blog_post .learn_more .learn__more-btn::before {
    background-color: rgba(252,242,43,0.25);
}

/*!sc*/
data-styled.g85[id="blogSectionstyle__PostArea-sc-1jub7ce-5"] {
    content: "jiuqCt,"
}

/*!sc*/
.eKUCLv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 81px 0;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .eKUCLv {
        padding:50px 0;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .eKUCLv {
        padding:30px 0 40px;
    }
}

/*!sc*/
data-styled.g86[id="clientBlockstyle__SectionWrapper-sc-1kkjtw9-0"] {
    content: "eKUCLv,"
}

/*!sc*/
.kjMQaP {
    max-width: 524px;
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .kjMQaP {
        max-width:600px;
    }
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .kjMQaP {
        width:calc(100% - 60px);
        margin: 0 auto;
    }
}

/*!sc*/
.kjMQaP::before,.kjMQaP::after {
    content: '';
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to right,#fafbfe,rgba(255,255,255,0));
    z-index: 1;
}

/*!sc*/
.kjMQaP::before {
    left: 0;
}

/*!sc*/
.kjMQaP::after {
    right: 0;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

/*!sc*/
data-styled.g87[id="clientBlockstyle__ImageSlider-sc-1kkjtw9-1"] {
    content: "kjMQaP,"
}

/*!sc*/
.iFeaBo {
    height: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-animation: fzuGoj 20s linear infinite;
    animation: fzuGoj 20s linear infinite;
}

/*!sc*/
.iFeaBo a {
    margin: 0 22px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: brightness(0.85);
    filter: brightness(0.85);
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .iFeaBo a img {
        max-width:90%;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .iFeaBo a img {
        max-width:80%;
    }
}

/*!sc*/
.iFeaBo a:hover {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

/*!sc*/
data-styled.g88[id="clientBlockstyle__ImageSlide-sc-1kkjtw9-2"] {
    content: "iFeaBo,"
}

/*!sc*/
.cpOJmQ {
    width: 100%;
    padding: 90px 0 40px;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cpOJmQ {
        padding:60px 0 30px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .cpOJmQ {
        padding:50px 0 30px;
    }
}

/*!sc*/
.cpOJmQ .col-one .logo {
    width: 110px;
    margin: 0 0 45px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .cpOJmQ .col-one .logo {
        margin-bottom:40px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cpOJmQ .col-one .logo {
        margin-bottom:30px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .cpOJmQ .col-one .logo {
        margin-bottom:20px;
    }
}

/*!sc*/
.cpOJmQ .col-one .mail {
    font-size: 18px;
    color: #D50032;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .cpOJmQ .col-one .mail {
        font-size:16px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cpOJmQ .col-one .mail {
        font-size:15px;
    }
}

/*!sc*/
.cpOJmQ .widget_title {
    color: #060F1E;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 24px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .cpOJmQ .widget_title {
        font-size:18px;
        margin-bottom: 20px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cpOJmQ .widget_title {
        font-size:16px;
        margin-bottom: 15px;
    }
}

/*!sc*/
.cpOJmQ .text {
    color: #616970;
    font-size: 18px;
    margin-bottom: 20px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .cpOJmQ .text {
        font-size:16px;
        margin-bottom: 15px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cpOJmQ .text {
        font-size:15px;
    }
}

/*!sc*/
.cpOJmQ .copyright {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 156px;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .cpOJmQ .copyright {
        padding-top:125px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .cpOJmQ .copyright {
        padding-top:60px;
    }
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .cpOJmQ .copyright {
        padding-top:30px;
    }
}

/*!sc*/
data-styled.g89[id="footerstyle__FooterWrapper-sc-bgxqo9-0"] {
    content: "cpOJmQ,"
}

/*!sc*/
.hdIqsz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 104px;
    margin-top: 45px;
    position: relative;
    min-height: 24px;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .hdIqsz {
        margin-top:40px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .hdIqsz {
        margin-top:30px;
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .hdIqsz {
        margin-top:20px;
    }
}

/*!sc*/
.hdIqsz select {
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #525F7F;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    z-index: 1;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .hdIqsz select {
        font-size:16px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .hdIqsz select {
        font-size:15px;
    }
}

/*!sc*/
.hdIqsz svg {
    position: absolute;
    top: 1px;
    right: 10px;
}

/*!sc*/
.hdIqsz svg path {
    fill: #616970;
}

/*!sc*/
data-styled.g90[id="footerstyle__SelectWrapper-sc-bgxqo9-1"] {
    content: "hdIqsz,"
}

/*!sc*/
.HCcjS {
    width: 100%;
}

/*!sc*/
data-styled.g91[id="footerstyle__List-sc-bgxqo9-2"] {
    content: "HCcjS,"
}

/*!sc*/
.klZBFf a {
    color: #616970;
    font-size: 18px;
    line-height: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .klZBFf a {
        font-size:16px;
        line-height: 36px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .klZBFf a {
        font-size:15px;
    }
}

/*!sc*/
.klZBFf a:hover,.klZBFf a:focus {
    outline: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #294859;
}

/*!sc*/
data-styled.g92[id="footerstyle__ListItem-sc-bgxqo9-3"] {
    content: "klZBFf,"
}

/*!sc*/
.dTtTxz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .dTtTxz {
        width:100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}

/*!sc*/
.dTtTxz p {
    margin-bottom: 0 !important;
}

/*!sc*/
data-styled.g93[id="footerstyle__CopyrightText-sc-bgxqo9-4"] {
    content: "dTtTxz,"
}

/*!sc*/
.eNa-dzX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .eNa-dzX {
        margin:0 auto;
    }
}

/*!sc*/
.eNa-dzX li {
    margin: 0 5px;
}

/*!sc*/
.eNa-dzX li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1;
    color: #616970;
    position: relative;
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .eNa-dzX li a {
        width:20px;
        heigt: 40px;
        margin-bottom: 10px;
    }
}

/*!sc*/
.eNa-dzX li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #294859;
    position: absolute;
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/*!sc*/
.eNa-dzX li a i {
    position: relative;
    z-index: 1;
}

/*!sc*/
.eNa-dzX li a i svg {
    width: 18px;
    height: auto;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .eNa-dzX li a i svg {
        width:16px;
    }
}

/*!sc*/
@media only screen and (max-width: 580) {
    .eNa-dzX li a i svg {
        width:14px;
    }
}

/*!sc*/
.eNa-dzX li.linkedin a::before {
    background-color: #0077B5;
}

/*!sc*/
.eNa-dzX li.facebook a::before {
    background-color: #3b5998;
}

/*!sc*/
.eNa-dzX li.twitter a::before {
    background-color: #38A1F3;
}

/*!sc*/
.eNa-dzX li.github a::before {
    background-color: #211f1f;
}

/*!sc*/
.eNa-dzX li:hover a {
    color: #ffffff;
}

/*!sc*/
.eNa-dzX li:hover a::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*!sc*/
data-styled.g94[id="footerstyle__SocialList-sc-bgxqo9-5"] {
    content: "eNa-dzX,"
}

/*!sc*/
body {
    font-family: 'Open Sans',sans-serif;
}

/*!sc*/
h1,h2,h3,h4,h5,h6 {
    color: #060F1E;
    font-family: 'Open Sans',sans-serif;
}

/*!sc*/
section {
    position: relative;
}

/*!sc*/
img {
    max-width: 100%;
    height: auto;
}

/*!sc*/
p {
    color: #616970;
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .drawer .drawer-content-wrapper {
        width:320px !important;
    }
}

/*!sc*/
.drawer .drawer-content-wrapper .reusecore-drawer__close {
    position: absolute;
    top: 20px;
    right: 30px;
}

/*!sc*/
.drawer .drawer-content-wrapper .reusecore-drawer__close > button {
    box-shadow: 0px 8px 38px 0px rgba(16,172,132,0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*!sc*/
.drawer .drawer-content-wrapper .reusecore-drawer__close > button svg {
    width: 22px;
    height: 22px;
}

/*!sc*/
.drawer .drawer-content-wrapper .reusecore-drawer__close > button:hover {
    opacity: 0.9;
}

/*!sc*/
.drawer .drawer-content-wrapper .scrollspy__menu {
    margin-top: 40px;
    padding: 50px 40px;
    max-height: 505px;
    overflow-x: auto;
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .drawer .drawer-content-wrapper .scrollspy__menu {
        padding:30px 10px;
    }
}

/*!sc*/
@media only screen and (max-width: 320px) {
    .drawer .drawer-content-wrapper .scrollspy__menu {
        max-height:380px;
    }
}

/*!sc*/
.drawer .drawer-content-wrapper .scrollspy__menu li {
    margin: 35px 0;
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .drawer .drawer-content-wrapper .scrollspy__menu li {
        margin:25px 0;
    }
}

/*!sc*/
.drawer .drawer-content-wrapper .scrollspy__menu li:first-child {
    margin-top: 0;
}

/*!sc*/
.drawer .drawer-content-wrapper .scrollspy__menu li:last-child {
    margin-bottom: 0;
}

/*!sc*/
.drawer .drawer-content-wrapper .scrollspy__menu li a {
    display: block;
    color: #060F1E;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*!sc*/
@media only screen and (max-width: 480px) {
    .drawer .drawer-content-wrapper .scrollspy__menu li a {
        font-size:16px;
    }
}

/*!sc*/
.drawer .drawer-content-wrapper .scrollspy__menu li a:hover {
    color: #D50032;
}

/*!sc*/
.drawer .drawer-content-wrapper .scrollspy__menu li.active a {
    color: #D50032;
    position: relative;
}

/*!sc*/
.drawer .drawer-content-wrapper .scrollspy__menu li.active a:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    background-color: #D50032;
    position: absolute;
    top: calc(50% - 1px);
    left: -30px;
}

/*!sc*/
data-styled.g95[id="sc-global-fZkPIG1"] {
    content: "sc-global-fZkPIG1,"
}

/*!sc*/
.dTPcXV {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background-image: url(../image/new\ image/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 1310px;
    background-position: bottom center;
    overflow-x: hidden;
}

/*!sc*/
@media only screen and (min-width: 1220px) and (max-width:1440px) {
    .dTPcXV .container {
        max-width:1170px;
    }
}

/*!sc*/
.dTPcXV .navbar {
    height: 94px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 22px 0;
    -webkit-transition: padding 0.2s ease,background-color 0.1s ease;
    transition: padding 0.2s ease,background-color 0.1s ease;
}

/*!sc*/
.dTPcXV .navbar::before {
    width: calc(100% - 650px);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    background: linear-gradient(#0000006e,rgba(0,0,0,0));
    right: 0;
    top: 0;
    z-index: -1;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .dTPcXV .navbar::before {
        width:calc(100% - 620px);
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .dTPcXV .navbar::before {
        width:calc(100% - 500px);
    }
}

/*!sc*/
@media only screen and (max-width: 991px) {
    .dTPcXV .navbar::before {
        display:none;
    }
}

/*!sc*/
.dTPcXV .sticky-nav-active .navbar {
    padding: 16px 0;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/*!sc*/
.dTPcXV .sticky-nav-active .navbar::before {
    display: none;
}

/*!sc*/
.dTPcXV .sticky-nav-active .navbar .smooth_scroll {
    color: #060F1E;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

/*!sc*/
.dTPcXV .sticky-nav-active .navbar .smooth_scroll:hover {
    color: #294859;
}

/*!sc*/
.dTPcXV .learn__more-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Open Sans',sans-serif;
    color: #060F1E;
    font-size: 14px;
    font-weight: 700;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    height: 50px;
    min-width: 151px;
    padding: 0 20px;
    position: relative;
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .dTPcXV .learn__more-btn {
        font-size:13px;
    }
}

/*!sc*/
.dTPcXV .learn__more-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 40px;
    width: 72px;
    background-color: #FCF22B;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*!sc*/
.dTPcXV .learn__more-btn .btn_text {
    z-index: 1;
}

/*!sc*/
.dTPcXV .learn__more-btn .hyphen {
    width: 20px;
    height: 2px;
    margin-right: 9px;
    background-color: #060F1E;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 1;
}

/*!sc*/
.dTPcXV .learn__more-btn:hover::before {
    width: 100%;
}

/*!sc*/
.dTPcXV .learn__more-btn:hover .hyphen {
    -webkit-animation: kveFYr 1s linear;
    animation: kveFYr 1s linear;
}

/*!sc*/
.dTPcXV .reusecore-drawer__handler .drawer_btn {
    border: 0;
    width: 80px;
    height: 100px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 60px;
    z-index: 99999;
    background-color: #D50032;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .dTPcXV .reusecore-drawer__handler .drawer_btn {
        width:75px;
    }
}

/*!sc*/
@media only screen and (max-width: 1360px) {
    .dTPcXV .reusecore-drawer__handler .drawer_btn {
        right:30px;
    }
}

/*!sc*/
.dTPcXV .reusecore-drawer__handler .drawer_btn:hover {
    background-color: #e00032;
}

/*!sc*/
.dTPcXV .reusecore-drawer__handler .drawer_btn:hover,.dTPcXV .reusecore-drawer__handler .drawer_btn:focus {
    outline: 0;
}

/*!sc*/
.dTPcXV .reusecore-drawer__handler .drawer_btn ul {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 5px;
    height: 22px;
    width: 26px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/*!sc*/
@media only screen and (max-width: 1440px) {
    .dTPcXV .reusecore-drawer__handler .drawer_btn ul {
        -webkit-transform:scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

/*!sc*/
@media only screen and (max-width: 667px) {
    .dTPcXV .reusecore-drawer__handler .drawer_btn ul {
        -webkit-transform:scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/*!sc*/
.dTPcXV .reusecore-drawer__handler .drawer_btn ul li {
    width: 5px;
    height: 4px;
    background-color: #ffffff;
}

/*!sc*/
.dTPcXV .reusecore-drawer__handler .drawer_btn i {
    font-size: 22px;
    position: absolute;
    font-weight: 900;
    color: #ffffff;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/*!sc*/
.dTPcXV .reusecore-drawer__handler .drawer_btn.active ul {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
}

/*!sc*/
.dTPcXV .reusecore-drawer__handler .drawer_btn.active i {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    visibility: visible;
}

/*!sc*/
data-styled.g96[id="charitystyle__CharityWrapper-sc-1ljly0e-0"] {
    content: "dTPcXV,"
}

/*!sc*/
.hNZpYi {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    overflow: hidden;
}

/*!sc*/
data-styled.g97[id="charitystyle__ContentWrapper-sc-1ljly0e-1"] {
    content: "hNZpYi,"
}

/*!sc*/
.huEqcQ {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    background-color: #FCF22B;
    min-height: 48px;
    min-width: 48px;
    border-radius: 0px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*!sc*/
.huEqcQ span.btn-text {
    padding-left: 5px;
    padding-right: 5px;
}

/*!sc*/
.huEqcQ span.btn-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.huEqcQ span.btn-icon > div {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/*!sc*/
.huEqcQ:focus {
    outline: none;
}

/*!sc*/
.huEqcQ.is-material {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
}

/*!sc*/
.huEqcQ.is-loading .btn-text {
    padding-left: 10px;
    padding-right: 10px;
}

/*!sc*/
.fykArW {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    background-color: #FCF22B;
    min-height: 48px;
    min-width: 48px;
    border-radius: 0px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #060F1E;
    background-color: #FCF22B;
    border-color: #FCF22B;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    padding-left: 22px;
    padding-right: 22px;
}

/*!sc*/
.fykArW span.btn-text {
    padding-left: 5px;
    padding-right: 5px;
}

/*!sc*/
.fykArW span.btn-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.fykArW span.btn-icon > div {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/*!sc*/
.fykArW:focus {
    outline: none;
}

/*!sc*/
.fykArW.is-material {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
}

/*!sc*/
.fykArW.is-loading .btn-text {
    padding-left: 10px;
    padding-right: 10px;
}

/*!sc*/
.fykArW:hover {
    background-color: #ECF22F;
    border-color: #ECF22F;
}

/*!sc*/
data-styled.g98[id="buttonstyle__ButtonStyle-sc-13ebl9m-0"] {
    content: "huEqcQ,fykArW,"
}

/*!sc*/
.MCOhu {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0px 8px 35px 0px rgba(124,180,66,0.7);
    overflow: hidden;
    z-index: 9;
}

/*!sc*/
@media (min-width: 768px) {
    .MCOhu {
        -webkit-animation:0.7s bUAlsY infinite ease-in-out;
        animation: 0.7s bUAlsY infinite ease-in-out;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }
}

/*!sc*/
@media (max-width: 767px) {
    .MCOhu {
        bottom:15px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
}

/*!sc*/
.MCOhu img {
    width: 100%;
    height: auto;
    display: block;
}

/*!sc*/
.MCOhu .envato-buy-button {
    width: 100%;
    border-radius: 0;
}

/*!sc*/
data-styled.g100[id="style__EnvatoButtonWrapper-sc-qfyiwh-0"] {
    content: "MCOhu,"
}

/*!sc*/
.dxsbAL {
    width: 40px;
    position: fixed;
    z-index: 99991;
    right: 0;
    top: calc(50% - 110px / 2);
}

/*!sc*/
@media (max-width: 767px) {
    .dxsbAL {
        width:34px;
    }
}

/*!sc*/
.dxsbAL .reusecore__button {
    width: 100%;
    min-width: 100%;
    padding: 12px 0 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 400;
    font-size: 12px;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -webkit-transition: padding-right 0.3s ease;
    transition: padding-right 0.3s ease;
}

/*!sc*/
@media (max-width: 767px) {
    .dxsbAL .reusecore__button {
        padding:7px 0 7px;
    }
}

/*!sc*/
.dxsbAL .reusecore__button .btn-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

/*!sc*/
.dxsbAL .reusecore__button .btn-icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

/*!sc*/
.dxsbAL .reusecore__button .btn-icon svg {
    fill: #ffffff;
    -webkit-animation: dzGqrz 4s linear infinite;
    animation: dzGqrz 4s linear infinite;
}

/*!sc*/
@media (min-width: 768px) {
    .dxsbAL .reusecore__button:hover {
        padding-right:12px;
    }
}

/*!sc*/
data-styled.g101[id="style__DemoSwitcherWrapper-sc-1w8besc-0"] {
    content: "dxsbAL,"
}

/*!sc*/
@-webkit-keyframes kveFYr {
    0% {
        -webkit-transform: translateX(-1px);
        -ms-transform: translateX(-1px);
        transform: translateX(-1px);
    }

    50% {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/*!sc*/
@keyframes kveFYr {
    0% {
        -webkit-transform: translateX(-1px);
        -ms-transform: translateX(-1px);
        transform: translateX(-1px);
    }

    50% {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/*!sc*/
data-styled.g107[id="sc-keyframes-kveFYr"] {
    content: "kveFYr,"
}

/*!sc*/
@-webkit-keyframes jUZSoi {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/*!sc*/
@keyframes jUZSoi {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/*!sc*/
data-styled.g108[id="sc-keyframes-jUZSoi"] {
    content: "jUZSoi,"
}

/*!sc*/
@-webkit-keyframes fzuGoj {
    from {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/*!sc*/
@keyframes fzuGoj {
    from {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/*!sc*/
data-styled.g109[id="sc-keyframes-fzuGoj"] {
    content: "fzuGoj,"
}

/*!sc*/
@-webkit-keyframes dzGqrz {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*!sc*/
@keyframes dzGqrz {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*!sc*/
data-styled.g110[id="sc-keyframes-dzGqrz"] {
    content: "dzGqrz,"
}

/*!sc*/
@-webkit-keyframes bUAlsY {
    from {
        -webkit-transform: translateY(5px) scale(.8);
        -ms-transform: translateY(5px) scale(.8);
        transform: translateY(5px) scale(.8);
    }

    to {
        -webkit-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }
}

/*!sc*/
@keyframes bUAlsY {
    from {
        -webkit-transform: translateY(5px) scale(.8);
        -ms-transform: translateY(5px) scale(.8);
        transform: translateY(5px) scale(.8);
    }

    to {
        -webkit-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }
}

/*!sc*/
data-styled.g111[id="sc-keyframes-bUAlsY"] {
    content: "bUAlsY,"
}



@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQ.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVQ.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
