/*--------- NAVBAR / MENU / NAVIGATION ---------*/

    .navbar .dropdown-menu,
    .navbar .navbar.opened {
          background: #491b4a !important;
        }
    .navbar a { font-size: 13px; text-decoration: none; }
    .navbar .navbar {
          background: rgba(73, 27, 74, 0.7);
          -webkit-backdrop-filter: saturate(180%) blur(50px);
          backdrop-filter: saturate(180%) blur(50px);
        }
    .navbar .dropdown-item:hover,
        .navbar .dropdown-item:focus {
          background: #8e4496 !important;
        }
    .navbar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
          background: #491b4a;
        }

/*--------- PAGE HEADERS ---------*/

    .header-students {
      background-image: url("../images/header-students.jpg");
    } 

    .header-comingsoon {
      background-image: url("../images/comingsoon.jpg");
    }  

    .header-FAQ {
      background-image: url("../images/header-FAQ.jpg");
    }    
    .header-events {
      background-image: url("../images/header-events.jpg");
    }    
    .header-index {
      background-image: url("../images/header-index.jpg");
    }    
    .header-cancel {
      background-image: url("../images/header-cancel.jpg");
    }    

    .header-reg {
      background-image: url("../images/header-reg.jpg");
    }    

    .header-updates {
      background-image: url("../images/header-updates.jpg");
    }   
    .header-virtual {
      background-image: url("../images/header-virtual.jpg");
    }    
    .header-volunteer {
      background-image: url("../images/header-volunteer.jpg");
    } 
    .header-app {
      background-image: url("../images/header-app.jpg");
    }    
    .header-committees {
      background-image: url("../images/header-committees.jpg");
    }        
    .header-happyhr {
      background-image: url("../images/header-happyhr.jpg");
    }  
    .header-education {
      background-image: url("../images/header-education.jpg");
    }    
    .header-labs {
      background-image: url("../images/header-labs.jpg");
    }
    .header-confirm {
      background-image: url("../images/header-confirm.jpg");
    }        
    .header-reghelp {
      background-image: url("../images/header-reghelp.jpg");
    }    
    .header-approvals {
      background-image: url("../images/header-approvals.jpg");
    }   
    .header-reminder {
      background-image: url("../images/header-beforeyougo.jpg");
    }    

    .page-header {
      padding-top: 10rem;
      padding-bottom: 10rem;
    }
    
    .page-header .content {  margin-left: 6rem; }

    .page-header .title-wrap { display: flex; }

    .page-header .section-title { color: #ffffff; }
    
    .page-header .title-addition { color: #ffffff; align-self: flex-end; margin-bottom: 0px; }
    
    .page-header .title-addition span { position: relative; }
    
    .page-header .title-addition span svg {
      position: absolute;
      left: 0;
      bottom: 30px;
      width: 180%;
      height: 15px;
    }

    .page-header .title-addition span svg path { fill: #0089bc; }
    .page-header .section-subtitle span { position: relative; }
    .page-header .section-subtitle span svg {
      position: absolute;
      right: -50px;
      bottom: 50px;
      transform: rotate(20deg);
      width: 68px;
      height: 62px;
    }
    .page-header .section-subtitle span svg path {
      fill: #1f1437;
    }
    .page-header .mbr-text { color: #1f1437; margin: 40px 0; }

    .page-header .section-btn { display: flex; flex-wrap: wrap; }

    .page-header .right-images {
      position: absolute;
      width: 65%;
      height: 100%;
      top: 0;
      right: 0;
      overflow: hidden;
    }

    .page-header .animated-container {
      width: 150%;
      height: 200%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-content: flex-start;
      transform: rotate(25deg);
    }
    .page-header .img {
      width: 270px;
      height: 200px;
      margin: 0.5rem;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
    .page-header .img1 {
      background-image: url("../../../assets/images/giraffe-head-363x897.jpg");
    }
    .page-header .img2 {
      background-image: url("../../../assets/images/giraffe-head-363x897.jpg");
    }
    .page-header .bottom-images {
      display: none;
    }

    @media (max-width: 1199px) {
      .page-header .content { margin-left: 35px; }
    }
    
    @media (max-width: 959px) {
      .page-header .content {
          margin-left: auto;
          margin-right: auto;
          text-align: center;
      }
        .page-header .title-wrap { display: block; }
        .page-header .title-addition span svg { left: -12px; }
        .page-header .section-btn { justify-content: center!important; }
        .page-header .right-images { display: none; }
        .page-header .bottom-images {
            display: block;
            position: absolute;
            width: 100%;
            height: 400px;
            left: 0;
            bottom: 0;
            overflow: hidden;
      }
    }
    
    @media (max-width: 599px) {
      .page-header .section-subtitle span svg {
        display: none;
      }
    }

    @media (max-width: 690px) {
      .page-header .bottom-images {
        display: none;
      }
    }
    
    .page-header .wave-container {
      position: absolute;
      width: 100%;
      height: 100px;
      left: 0;
      bottom: -1px;
      overflow: hidden;
    }
    .page-header .wave-container .wave {
      width: 5500px;
      position: relative;
      left: -3300px;
    }
    .page-header .wave-container .wave svg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      animation: wavy 35s infinite linear;
      backface-visibility: hidden;
    }
    .page-header .wave-container .wave svg path {
      fill: #ffffff;
    }
    
    .page-header .mbr-text,
    .page-header .section-btn {
      color: #ffffff;
      text-align: left;
    }




/*--------- FEATURES SECTIONS ---------*/


        .features {
          padding-top: 1rem;
          padding-bottom: 0rem;
          background-color: #ffffff;
        }
        .features .section-title {
          padding-left: 2rem;
          margin-top: -8px;
          color: #ffffff;
        }

        .features .section-title .highlight {
          display: inline-block;
          background-color: #8e4496;
          border-radius: 10px;
          padding: 0 10px;
          margin-left: -10px;
        }
        .features .section-subtitle {
          padding-left: 2rem;
        }

        .features .text { position: relative; }

        .features .text svg {
          position: absolute;
          top: -25px;
          left: -40px;
          width: 45px;
          height: 40px;
          transform: rotate(9deg);
          display: none;
        }

        .features .text svg path {
          fill: #cd8ad1;
        }

        .features ul li { margin-bottom: 10px; }

        @media (max-width: 991px) {
          .features .section-title {
            text-align: center;
          }
         .features .section-subtitle {
            text-align: center;
            padding-left: 0;
          }
        .features .text {
            margin-top: 40px;
            text-align: center;
          }
        .features .section-btn {
            justify-content: center!important;
          }
        }
        
        @media (max-width: 585px) {
          .features .text svg {
            display: none;
          }
        }



/*--------- LIST SECTIONS ---------*/

        .largelist {
          padding-top: 2rem;
          padding-bottom: 0rem;
          background-color: #ffffff;
        }
        .largelist p { margin: 0; }

        .largelist ul { list-style-type: none; padding: 0; }
        
        .largelist .list { display: flex; flex-direction: column; }
        
        .largelist .list .list-item { display: flex; margin-bottom: 2rem; }

        .largelist .number {
          color: #8e4496;
          margin-right: 2rem;
          flex-shrink: 0;
          text-align: right;
        }

        .largelist .line {
          width: 2px;
          background-color: #69276a;
          margin-right: 2rem;
          flex-shrink: 0;
        }

        .largelist .section-title {
          color: #33d5ad;
          margin-bottom: 2rem;
        }


        @media (max-width: 767px) {
          .largelist .list .list-item {
            flex-direction: column;
          }
        
          .largelist .number {
            margin-right: 0;
            margin-bottom: 1rem;
          }
        
          .largelist .line {
            width: 100%;
            height: 2px;
            margin-right: 0;
            margin-bottom: 2rem;
          }
        }




        .medlist {
          padding-top: 2rem;
          padding-bottom: 0rem;
          background-color: #ffffff;
        }

        .medlist h3 span { font-family: 'Montserrat', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 1.25rem; text-transform: uppercase; font-weight: 600; }

        .medlist p { margin: 0; }

        .medlist ul { list-style-type: none; padding: 0; }
        
        .medlist .list { display: flex; flex-direction: column; }
        
        .medlist .list .list-item { display: flex; margin-bottom: 2rem; }

        .medlist .number {
          color: #8e4496;
          margin-right: 1rem;
          flex-shrink: 0;
          text-align: right;
        }

        .medlist .line {
          width: 2px;
          background-color: #69276a;
          margin-right: 1rem;
          flex-shrink: 0;
        }

        .medlist .section-title {
          color: #33d5ad;
          margin-bottom: 2rem;
        }


        @media (max-width: 767px) { 
            .medlist .list .list-item {
                flex-direction: column;
                text-align: center;
            }
            .medlist .line { display:none; }
            
            .medlist .number {
                margin-right: 0;
                margin-bottom: 1rem;
            }
            
            .medlist h3 span { border-top: 2px solid #69276a; padding-top: 15px; }
            
        }
        

/*--------- ACCORDION ---------*/

        .accordion {
          padding-top: 0;
          padding-bottom: 0;
          background-color: #ffffff;
        }
        .accordion h3,
        .accordion h4,
        .accordion h5,
        .accordion h6,
        .accordion p {
          margin: 0;
        }
        .accordion .section-head {
          margin-bottom: 2.5rem;
        }
        .accordion .mbr-section-subtitle {
          margin-top: 0.5rem;
        }
        .accordion .toggle-panel {
          border-top: 0px solid #69276a;
        }
        .accordion .card .card-header {
          background-color: transparent;
          margin-bottom: 0;
          padding: 0.5rem 0;
          border-bottom: 0px solid #69276a;
        }

        .accordion .show {
          border-bottom: 0px solid #69276a;
        }
        .accordion .panel-title {
          width: 100%;
          display: flex;
          align-items: center;
        }

        a.panel-title { color: #69276a !important; }
        a.panel-title:hover { color: #8e4496 !important; }

        .accordion .mbr-number {
          color: #8e4496;
          width: 20%;
        }

        .accordion .panel-title-edit {
          color: #69276a;
          width: 47%;
        }
   
        .accordion .panel-subtitle-edit {
          color: #69276a;
          width: 33%;
        }
        
        .accordion .mbr-iconfont {
          padding: 0.5rem;
          font-family: 'Moririse2' !important;
          font-size: 0.8rem !important;
          color: #ffffff;
          background-color: #8e4496;
          border-radius: 50%;
            display:none;
        }

        .accordion .panel-body,
        .accordion .card-header {
          padding: 0.5rem 0 2rem;
          display: flex;
        }

        .accordion .panel-body a { color: #8e4496; text-decoration:underline; }

        .accordion .panel-body a:hover { color: #1f1437; transition: 1s; }

        .accordion .image-wrap {
          width: 490px;
          margin-right: 3rem;
          flex-shrink: 0;
        }
        .accordion .image-wrap img {
          width: 100%;
          border-radius: 15px;
        }

        .accordion .panel-content {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
            padding: 0 2rem;
        }

        .accordion .panel-content ul li { margin-bottom: 8px; font-weight: 300; }
        .accordion .list {
          display: flex;
          justify-content: space-between;
        }

        .accordion .mbr-list-odd {
          color: #33d5ad;
          margin-top: 0.6rem;
          margin-right: 0.5rem;
        }

        .accordion .mbr-list-even {
          color: #cd8ad1;
          margin-top: 0.6rem;
          margin-right: 0.5rem;
        }


        @media (max-width: 1399px) { 
            .accordion .list { flex-wrap: wrap; justify-content: space-evenly; }
            .accordion .mbr-list-odd { width: 50%; margin-right: 0; }
            .accordion .mbr-list-even { width: 50%; margin-right: 0; } 
                }

        @media (min-width: 992px) and (max-width: 1199px) { 
            .accordion .mbr-list-odd { width: 100%; margin-right: 0; }
            .accordion .mbr-list-even { width: 100%; margin-right: 0; }
                }


        @media (max-width: 991px) {
            .accordion .card .card-header { padding: 1rem 0 1.5rem;  }
            .accordion .panel-title { flex-direction: column; text-align: center; }
            .accordion .panel-title-edit { width: 100%; margin-bottom: 0.6rem; }
            .accordion .mbr-number { width: 100%; margin-bottom: 0.3rem; } 
            .accordion .mbr-iconfont { margin-top: 1rem; } 
            .accordion .panel-body, .accordion .card-header { flex-direction: column; align-items: center; text-align: center; }
            .accordion .panel-subtitle-edit { width: 100%; }
            .accordion .image-wrap { margin-bottom: 2.5rem; margin-left: auto; margin-right: auto; }
            .accordion .list { margin-top: 2.5rem; justify-content: space-between; }
                }


        @media (max-width: 767px) { 
            .accordion .list { justify-content: center; }
            .accordion .mbr-list-odd { width: 100%; margin-right: 0; }
            .accordion .mbr-list-even { width: 100%; margin-right: 0; }
                }

        @media (max-width: 521px) { .accordion .image-wrap { width: 100%; }
                }

/*--------- TABLES ---------*/

    table { font-size: 14px; }
    thead { background: #491b4a; }
    table h1 { font-size: 2em; }
    table h2 { font-size: 1.5em; }
    table a { color: #0089bc; font-weight: inherit; text-decoration: underline;  }
    table a:hover {color: #1f1437; transition: 1s; text-decoration: underline; }



/*--------- PRICING ---------*/
        .fees {
          padding-top: 2rem;
          padding-bottom: 2rem;
          background-color: #ffffff;
        }

        .fees h3, .fees h4, .fees p { margin: 0; padding:0; }

        .fees h5 { margin: 0 auto; font-size: 1.15rem; font-weight: 600; color: #fff; background: #69276a; padding: 1px 8px; text-transform: uppercase; letter-spacing: 0.5px; }
        
        .fees .section-head { margin-bottom: 2.5rem; }
        .fees .section-subtitle {  margin-top: 0.5rem; }
        
        .fees .card {
          background-color: #e8d9ea;
          border-radius: 25px;
          padding: 2rem;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          margin-bottom: 2rem;
          border-width: 1px;
          border-style: dashed;
          border-color: #8e4496;
          border: none;
        }
        
        .fees .card-white {
          background-color: #ffffff;
          border-radius: 0px;
          padding: 0 1rem;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          margin-bottom: 2rem;
          border-width: 1px;
          border-style: dashed;
          border-color: #8e4496;
          border: none;
        }

        .fees .card-title {
          margin-bottom: 25px;
        }
        .fees .card-subtitle {
          color: #33d5ad;
        }
        .fees .list {
          list-style-type: circle;
          list-style-position: inside;
          margin-bottom: 0;
          padding-left: 1rem;
        }
        .fees .list li {
          margin-bottom: 0.3rem;
        }
        .fees .price {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: flex-end;
          margin-left: 2rem;
        }

        .fees .price-text-wrap {
          display: flex;
          align-items: center;
          margin-left: 0;
        }
        .fees .line {
          width: 1px;
          height: 50px;
          margin: 0 20px;
          background-color: #1f1437;
          opacity: 0.5;
        }
        .fees .mbr-price-text {
          color: #1f1437;
          margin-bottom: 0;
        }
        .fees .mbr-price-number {
          color: #000000;
          margin-bottom: 0;
        }
        .fees .mbr-amount-text {
          color: #1f1437;
          margin-bottom: 0;
        }
        .fees .mbr-amount-number {
          color: #8e4496;
          margin-bottom: 0;
        }
        

    @media (min-width: 992px) and (max-width: 1199px) {
          .fees .card {
            flex-direction: column;
          }
        .fees .price {
            margin-top: 1rem;
          }
        }

    @media (max-width: 767px) {
          .fees .card {
            flex-direction: column;
          }
          .fees .price {
            margin-top: 2rem;
          }
        }
    
    @media (max-width: 350px) {
          .fees .price {
            margin-left: 0;
            align-items: center;
          }
        }



       .compare {
          padding-top: 2rem;
          padding-bottom: 2rem;
          background-color: #ffffff;
        }
        .compare .text {
          color: #1f1437;
          margin-bottom: 3rem;
        }
        .compare .card-title {
          color: #1f1437;
          margin-bottom: 18px;
        }

        .compare .box {
          max-width: 415px;
          border-radius: 10px;
          padding: 1rem 1.5rem;
          margin: 0 auto;
          margin-bottom: 2rem;
        }

        .compare .purple { background-color: #e8d9ea; }
        .compare .gray { background-color: #dadada; }

        .compare .box-head {
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid #69276a;
          margin-bottom: 1rem;
        }
        .compare .box-head .numbers {
          margin-bottom: 18px;
        }
        .compare .box-wrap {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
        }

        .compare .box-wrap .box-tile {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 1rem;
            border-bottom: thin dotted #d1b4d5;
        }
        .compare .box-wrap .box-tile:last-child {
          margin-bottom: 0;
          margin-top: 1rem;
        }
        .compare .tile-text-wrap {
          display: flex;
        }
        .compare svg {
          display: inline-block;
          width: 50px;
          height: 38px;
          margin-left: -0.5rem;
          margin-right: 0.6rem;
          display: none;
        }
        .compare svg path {
          fill: #8e4496;
        }
        .compare .numbers {
          display: flex;
          align-self: center;
        }
        .compare .number {
          width: 60px;
          margin-bottom: 0;
        }
        .compare .number:first-child {
          margin-right: 1rem;
        }
        .compare .tile-text {
          color: #1f1437;
          margin: 0;
          margin-right: 2rem;
        }

        .compare .price {
          display: flex;
        }
        
        .compare .price-text-wrap {
          display: flex;
          align-items: center;
          margin-left: 2rem;
        }

        .compare .line {
          width: 1px;
          height: 50px;
          margin: 0 20px;
          background-color: #1f1437;
          opacity: 0.5;
          opacity: 0;
        }
        .compare .price-text {
          color: #1f1437;
          margin-bottom: 0;
        }
        .compare .price-number {
          color: #1f1437;
          margin-bottom: 0;
        }
        .compare .amount-text {
          color: #1f1437;
          margin-bottom: 0;
        }
        .compare .amount-number {
          color: #1f1437;
          margin-bottom: 0;
        }


        @media (max-width: 991px) { 
            .compare .card-title { text-align: start; }
            .compare .box-wrap { justify-content: center; } 
            .compare .tile-text { text-align: start; } 
            .compare .price { flex-direction: column-reverse; justify-content: center; } .
            compare .price-text-wrap { margin-left: 0; justify-content: center; }
        }


        @media (max-width: 479px) { 
            .compare .box { padding: 1.5rem 1rem; } 
            .compare .box-wrap { flex-wrap: wrap;}
        }

        @media (max-width: 388px) { 
            .compare .box-wrap { width: 100%; }
        }
 


/*--------- BUTTONS ---------*/

    .buttons { margin-bottom: 20px; text-align: center; }

    .button-small { padding: 0.5rem 1rem; border-radius: 15px; margin: 0 10px; color: #fff !important; text-decoration: none !important;}

    .blue-btn { background: #0089bc; font-weight: 500; color: #fff; }
    .blue-btn:hover { background: #1f1437; color: white; transition: 1s; }




/*--------- FOOTER ---------*/

    .footer {
        background: rgb(73,27,74);
        background: linear-gradient(180deg, rgba(73,27,74,1) 0%, rgba(37,14,37,1) 100%);
        }

    .footer a, .footer .list li a { text-decoration: underline; color: #0089bc !important; }

    .footer .iconfont { color: #0089bc; margin-right: 0.5rem; }

    .footer-top .wave-container .wave svg path {
          fill: #491b4a;
        }



.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c68ecc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #57a3e1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bd51bf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bbd5b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 30px;
}
.form-control {
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 30px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 30px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0089bc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}


