 
/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */ 
body.page-id-117 .wc-block-cart__submit-container a:hover {
    color: #c6a871;
}
body.page-id-117 .wc-block-cart {
      margin-top: 3em !important;
  }

/*BACK TO TOP CSS START*/
#bk-tp {
  display: flex;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 68px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  border: 1px solid #c6a871;
  border-radius: 50px;
  opacity: 0;  
  visibility: hidden;
  animation: topDown 1s ease-in-out infinite;
}

#bk-tp.show {
  opacity: 1;  
  visibility: visible; 
}

#bk-tp::after {
    content: "";
    background: url(http://primeagentsreferrals.com/wp-content/uploads/2025/10/pm-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 0;
    color: #fff;
    width: 18px;
    height: 30px;
    display: flex;
    object-fit: contain;
    align-items: center;
    justify-content: center;
}

#bk-tp:hover {
  cursor: pointer;
  background-color: #000;
}
#bk-tp:active {
  background-color: #c6a871;
}
@keyframes topDown {
  0% {
    transform: translateY(0); /* Start at the normal position */
  }
  50% {
    transform: translateY(-10px); /* Move 10px up */
  }
  100% {
    transform: translateY(0); /* Back to the normal position */
  }
}
/*BACK TO TOP CSS END*/

body.realtorprofile-template-default ul, 
body.page-id-459 .pilot-point ul, 
body.archive.author .author-points ul {
    padding: unset !important;
}
body#error-page {
    max-width: 100%;
    margin: 0px;
}
body.realtorprofile-template-default li, 
body.page-id-459 .pilot-point li, 
body.archive.author .author-points li {
     list-style: none; 
    padding-left: 30px !important;
    position: relative; 
}
body.realtorprofile-template-default li:before, 
body.page-id-459 .pilot-point li:before, 
body.archive.author .author-points li:before {
    content: '';
    position: absolute; 
    left: 0;
    top: 35%;
    transform: translateY(-50%); 
    width: 20px;
    height: 20px; 
    background-image: url('https://stellixsoft.com/primeagent/wp-content/uploads/2025/10/angle.png');
    background-size: contain; 
    background-repeat: no-repeat;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	width: 100%;
    height: 500px;
    object-fit: cover;
}
AUTHOR LISTINH CSS START
.product-thumb {
    height: 340px;
    overflow: hidden;
    object-fit: contain;
    border-bottom: 1px solid #ccc;
    margin: 0px !important
}
.product-thumb a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.author-info {
    margin-bottom: 15px;
}
.author-btn a {
    color: #fff;
}
.user-products-grid {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    width: 100%;
}
.custom-product-card {
    width: 350px;
}
.product-thumb img {
border-radius: 12px !important;
    width: 350px !important;
     height: 287px !important; 
    object-fit: contain !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1;
    padding: 20px;
}
.custom-product-card {
    padding: 0px !important;
}
.authorinfo-wrap {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 15px 20px 0px;
}
.title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-icons {
    width: 100%;
    max-width: 40%;
    display: flex;
    gap: 20px;
    justify-content: end;
}
.product-icons span {
    display: flex;
    gap: 10px;
}
.user-title {
    width: 100%;
    max-width: 60%;
    text-align-last: left;
}
.user-title h3 {
    text-align: left;
    height: 40px;
}
.loc-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
.loc-wrap span.woocommerce-Price-amount.amount {
    font-size: 15px;
}
.loc-wrap .product-location {
    width: 100%;
    max-width: 50%;
    text-align: left;
}
.loc-wrap .product-price {
    width: 100%;
    max-width: 50%;
    text-align: right;
}
.author-btn {
    background: #c6a972;
    padding: 10px;
}
@media only screen and (max-width:1440px) {
    .custom-product-card {
        width: 340px;
    }
}
@media only screen and (max-width:1024px) {
    .custom-product-card {
        width: 319px;
    }
}
@media only screen and (max-width:768px) {
    .custom-product-card {
        width: 357px;
    }
}
@media only screen and (max-width:425px) {
    .custom-product-card {
        width: 100%;
    }
}
@media only screen and (max-width:320px) {
    .product-thumb {
        height: 260px;
    }
}
AUTHOR LISTINH CSS END


.preloader_main {
  opacity: 1;
  visibility: hidden;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1000;
  opacity: 1;
}
#loader {
  display: flex;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  justify-content: center;
  align-items: center;
}
svg#Layer_1 {
  width: 80%;
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 277.036865234375px;
    stroke-dasharray: 277.036865234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 277.036865234375px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 277.036865234375px;
    stroke-dasharray: 277.036865234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 277.036865234375px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(197, 167, 113);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(197, 167, 113);
  }
}

.prime-agent-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 364.5198059082031px;
    stroke-dasharray: 364.5198059082031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 364.5198059082031px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 364.5198059082031px;
    stroke-dasharray: 364.5198059082031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 364.5198059082031px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(197, 167, 113);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(197, 167, 113);
  }
}

.prime-agent-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 334.0010986328125px;
    stroke-dasharray: 334.0010986328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 334.0010986328125px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 334.0010986328125px;
    stroke-dasharray: 334.0010986328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 334.0010986328125px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(197, 167, 113);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(197, 167, 113);
  }
}

.prime-agent-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 155.0261688232422px;
    stroke-dasharray: 155.0261688232422px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 155.0261688232422px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 155.0261688232422px;
    stroke-dasharray: 155.0261688232422px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 155.0261688232422px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(197, 167, 113);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(197, 167, 113);
  }
}

.prime-agent-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
                       animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
               animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 367.8331298828125px;
    stroke-dasharray: 367.8331298828125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 367.8331298828125px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 367.8331298828125px;
    stroke-dasharray: 367.8331298828125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 367.8331298828125px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
                       animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
               animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 734.205810546875px;
    stroke-dasharray: 734.205810546875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 734.205810546875px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 734.205810546875px;
    stroke-dasharray: 734.205810546875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 734.205810546875px;
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
                       animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
          animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
               animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 417.79168701171875px;
    stroke-dasharray: 417.79168701171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 417.79168701171875px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 417.79168701171875px;
    stroke-dasharray: 417.79168701171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 417.79168701171875px;
  }
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
                       animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
          animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
               animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 833.8778076171875px;
    stroke-dasharray: 833.8778076171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 833.8778076171875px;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 833.8778076171875px;
    stroke-dasharray: 833.8778076171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 833.8778076171875px;
  }
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
                       animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
          animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
               animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 146.94003295898438px;
    stroke-dasharray: 146.94003295898438px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.94003295898438px;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 146.94003295898438px;
    stroke-dasharray: 146.94003295898438px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.94003295898438px;
  }
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
                       animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
          animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
               animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 291.9200134277344px;
    stroke-dasharray: 291.9200134277344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 291.9200134277344px;
  }
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 291.9200134277344px;
    stroke-dasharray: 291.9200134277344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 291.9200134277344px;
  }
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-10 {
  -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
                       animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
          animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
               animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 415.25372314453125px;
    stroke-dasharray: 415.25372314453125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 415.25372314453125px;
  }
}

@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 415.25372314453125px;
    stroke-dasharray: 415.25372314453125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 415.25372314453125px;
  }
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-11 {
  -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
                       animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
          animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
               animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 828.4989013671875px;
    stroke-dasharray: 828.4989013671875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 828.4989013671875px;
  }
}

@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 828.4989013671875px;
    stroke-dasharray: 828.4989013671875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 828.4989013671875px;
  }
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-12 {
  -webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
                       animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
          animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
               animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 422.7523193359375px;
    stroke-dasharray: 422.7523193359375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 422.7523193359375px;
  }
}

@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 422.7523193359375px;
    stroke-dasharray: 422.7523193359375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 422.7523193359375px;
  }
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-13 {
  -webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
                       animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
          animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
               animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 843.457763671875px;
    stroke-dasharray: 843.457763671875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 843.457763671875px;
  }
}

@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 843.457763671875px;
    stroke-dasharray: 843.457763671875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 843.457763671875px;
  }
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-14 {
  -webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
                       animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4000000000000004s both;
          animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
               animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4000000000000004s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 302.2249450683594px;
    stroke-dasharray: 302.2249450683594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 302.2249450683594px;
  }
}

@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 302.2249450683594px;
    stroke-dasharray: 302.2249450683594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 302.2249450683594px;
  }
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-15 {
  -webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
                       animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6000000000000005s both;
          animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
               animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6000000000000005s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 602.5205688476562px;
    stroke-dasharray: 602.5205688476562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 602.5205688476562px;
  }
}

@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 602.5205688476562px;
    stroke-dasharray: 602.5205688476562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 602.5205688476562px;
  }
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-16 {
  -webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
                       animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s both;
          animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
               animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 420.97064208984375px;
    stroke-dasharray: 420.97064208984375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 420.97064208984375px;
  }
}

@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 420.97064208984375px;
    stroke-dasharray: 420.97064208984375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 420.97064208984375px;
  }
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-17 {
  -webkit-animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
                       animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4s both;
          animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
               animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 839.894287109375px;
    stroke-dasharray: 839.894287109375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 839.894287109375px;
  }
}

@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 839.894287109375px;
    stroke-dasharray: 839.894287109375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 839.894287109375px;
  }
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-18 {
  -webkit-animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
                       animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both;
          animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
               animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both;
}

@-webkit-keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 422.75262451171875px;
    stroke-dasharray: 422.75262451171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 422.75262451171875px;
  }
}

@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 422.75262451171875px;
    stroke-dasharray: 422.75262451171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 422.75262451171875px;
  }
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-19 {
  -webkit-animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
                       animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s both;
          animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
               animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s both;
}

@-webkit-keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 843.4583740234375px;
    stroke-dasharray: 843.4583740234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 843.4583740234375px;
  }
}

@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 843.4583740234375px;
    stroke-dasharray: 843.4583740234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 843.4583740234375px;
  }
}

@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-20 {
  -webkit-animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both,
                       animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6000000000000005s both;
          animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both,
               animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6000000000000005s both;
}

@-webkit-keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 358.9779052734375px;
    stroke-dasharray: 358.9779052734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 358.9779052734375px;
  }
}

@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 358.9779052734375px;
    stroke-dasharray: 358.9779052734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 358.9779052734375px;
  }
}

@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-21 {
  -webkit-animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both,
                       animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both;
          animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both,
               animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both;
}

@-webkit-keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 716.0341186523438px;
    stroke-dasharray: 716.0341186523438px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 716.0341186523438px;
  }
}

@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 716.0341186523438px;
    stroke-dasharray: 716.0341186523438px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 716.0341186523438px;
  }
}

@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-22 {
  -webkit-animation: animate-svg-stroke-22 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s both,
                       animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5s both;
          animation: animate-svg-stroke-22 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s both,
               animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5s both;
}

@-webkit-keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 252.82003784179688px;
    stroke-dasharray: 252.82003784179688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 252.82003784179688px;
  }
}

@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 252.82003784179688px;
    stroke-dasharray: 252.82003784179688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 252.82003784179688px;
  }
}

@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-23 {
  -webkit-animation: animate-svg-stroke-23 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6399999999999997s both,
                       animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s both;
          animation: animate-svg-stroke-23 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6399999999999997s both,
               animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s both;
}

@-webkit-keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 503.6398620605469px;
    stroke-dasharray: 503.6398620605469px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 503.6398620605469px;
  }
}

@keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 503.6398620605469px;
    stroke-dasharray: 503.6398620605469px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 503.6398620605469px;
  }
}

@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-24 {
  -webkit-animation: animate-svg-stroke-24 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s both,
                       animate-svg-fill-24 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.4s both;
          animation: animate-svg-stroke-24 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s both,
               animate-svg-fill-24 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.4s both;
}

@-webkit-keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 116.06371307373047px;
    stroke-dasharray: 116.06371307373047px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 116.06371307373047px;
  }
}

@keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 116.06371307373047px;
    stroke-dasharray: 116.06371307373047px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 116.06371307373047px;
  }
}

@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-25 {
  -webkit-animation: animate-svg-stroke-25 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s both,
                       animate-svg-fill-25 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.6000000000000005s both;
          animation: animate-svg-stroke-25 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s both,
               animate-svg-fill-25 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.6000000000000005s both;
}

@-webkit-keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 98.36001586914062px;
    stroke-dasharray: 98.36001586914062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 98.36001586914062px;
  }
}

@keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 98.36001586914062px;
    stroke-dasharray: 98.36001586914062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 98.36001586914062px;
  }
}

@-webkit-keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-26 {
  -webkit-animation: animate-svg-stroke-26 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both,
                       animate-svg-fill-26 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.8s both;
          animation: animate-svg-stroke-26 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both,
               animate-svg-fill-26 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.8s both;
}

@-webkit-keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 81.97998046875px;
    stroke-dasharray: 81.97998046875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 81.97998046875px;
  }
}

@keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 81.97998046875px;
    stroke-dasharray: 81.97998046875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 81.97998046875px;
  }
}

@-webkit-keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-27 {
  -webkit-animation: animate-svg-stroke-27 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s both,
                       animate-svg-fill-27 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6s both;
          animation: animate-svg-stroke-27 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s both,
               animate-svg-fill-27 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6s both;
}

@-webkit-keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 98.36001586914062px;
    stroke-dasharray: 98.36001586914062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 98.36001586914062px;
  }
}

@keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 98.36001586914062px;
    stroke-dasharray: 98.36001586914062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 98.36001586914062px;
  }
}

@-webkit-keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-28 {
  -webkit-animation: animate-svg-stroke-28 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2399999999999998s both,
                       animate-svg-fill-28 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6.2s both;
          animation: animate-svg-stroke-28 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2399999999999998s both,
               animate-svg-fill-28 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6.2s both;
}

@-webkit-keyframes animate-svg-stroke-29 {
  0% {
    stroke-dashoffset: 116.06379699707031px;
    stroke-dasharray: 116.06379699707031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 116.06379699707031px;
  }
}

@keyframes animate-svg-stroke-29 {
  0% {
    stroke-dashoffset: 116.06379699707031px;
    stroke-dasharray: 116.06379699707031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 116.06379699707031px;
  }
}

@-webkit-keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-29 {
  -webkit-animation: animate-svg-stroke-29 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s both,
                       animate-svg-fill-29 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6.4s both;
          animation: animate-svg-stroke-29 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s both,
               animate-svg-fill-29 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6.4s both;
}

@-webkit-keyframes animate-svg-stroke-30 {
  0% {
    stroke-dashoffset: 116.068603515625px;
    stroke-dasharray: 116.068603515625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 116.068603515625px;
  }
}

@keyframes animate-svg-stroke-30 {
  0% {
    stroke-dashoffset: 116.068603515625px;
    stroke-dasharray: 116.068603515625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 116.068603515625px;
  }
}

@-webkit-keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-30 {
  -webkit-animation: animate-svg-stroke-30 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s both,
                       animate-svg-fill-30 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6.6000000000000005s both;
          animation: animate-svg-stroke-30 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s both,
               animate-svg-fill-30 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6.6000000000000005s both;
}

@-webkit-keyframes animate-svg-stroke-31 {
  0% {
    stroke-dashoffset: 103.85578155517578px;
    stroke-dasharray: 103.85578155517578px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 103.85578155517578px;
  }
}

@keyframes animate-svg-stroke-31 {
  0% {
    stroke-dashoffset: 103.85578155517578px;
    stroke-dasharray: 103.85578155517578px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 103.85578155517578px;
  }
}

@-webkit-keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-31 {
  -webkit-animation: animate-svg-stroke-31 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5999999999999996s both,
                       animate-svg-fill-31 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6.8s both;
          animation: animate-svg-stroke-31 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5999999999999996s both,
               animate-svg-fill-31 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6.8s both;
}

@-webkit-keyframes animate-svg-stroke-32 {
  0% {
    stroke-dashoffset: 63.74005126953125px;
    stroke-dasharray: 63.74005126953125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 63.74005126953125px;
  }
}

@keyframes animate-svg-stroke-32 {
  0% {
    stroke-dashoffset: 63.74005126953125px;
    stroke-dasharray: 63.74005126953125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 63.74005126953125px;
  }
}

@-webkit-keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-32 {
  -webkit-animation: animate-svg-stroke-32 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7199999999999998s both,
                       animate-svg-fill-32 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 7s both;
          animation: animate-svg-stroke-32 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7199999999999998s both,
               animate-svg-fill-32 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 7s both;
}

@-webkit-keyframes animate-svg-stroke-33 {
  0% {
    stroke-dashoffset: 104.56927490234375px;
    stroke-dasharray: 104.56927490234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 104.56927490234375px;
  }
}

@keyframes animate-svg-stroke-33 {
  0% {
    stroke-dashoffset: 104.56927490234375px;
    stroke-dasharray: 104.56927490234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 104.56927490234375px;
  }
}

@-webkit-keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.prime-agent-33 {
  -webkit-animation: animate-svg-stroke-33 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.84s both,
                       animate-svg-fill-33 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 7.2s both;
          animation: animate-svg-stroke-33 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.84s both,
               animate-svg-fill-33 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 7.2s both;
}