body
{
	margin:0;
	padding:0;
    font-family: 'Manrope', sans-serif;
}
*
{
    box-sizing: border-box;
}
header, section, footer
{
	width:100%;
	float:left;
}
ul
{
	margin:0;
	padding:0;
	list-style:none;
}
img
{
	max-width:100%;
}
input,textarea {
    outline: none;
}
.auto-container
{
	max-width:1260px;
	margin:auto;
}
h1,h2,h3,h4,h5,h6
{
    font-family: 'Montserrat', sans-serif;
}
.heading43 {
    font-weight: 800;
    font-size: 43px;
    line-height: 135%;
    color: #323232;
    margin: 0;
}
.heading-yellow {
    color: #F8B200;
}
.heading-voilet {
	color: #5133CD;
}
.heading-gray {
	color: #323232;
}
p, li{
    font-weight: 500;
    font-size: 20px;
    line-height: 181%;
    color: #000;
}
/*home page css start*/
header {
    padding: 40px 0 0;
    position: absolute;
    z-index: 1;
}
.nav-outer {
    width: auto;
    float: right;
    margin: 9px 0 0 0;
}
.logo-outer {
    width: auto;
    display: inline-block;
}
.nav-outer li {
    display: inline-block;
    margin: 10px 0 0px;
}
.nav-outer li a {
    list-style: none;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
    margin: 0px 0 0px 60px;
}
.nav-outer li:last-child {
    margin: 0;
}
.Request-btn {
    /* background: linear-gradient(to right, rgba(118,84,255,1) 0%, rgba(98,61,247,1) 100%); */
    transition-duration: 0.50s;
    border-radius: 100px;
    display: inline-block;
    /* background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%) , radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) , #653FFF; */
    padding: 5px 32px 5px 6px;
    letter-spacing: 1.5px;
    background: linear-gradient(94.37deg, #653FFF 0.47%, #883FFF 90.73%);
    box-shadow: 4px 4px 61px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}
.Request-btn span {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    margin: 0 10px 0 0;
    padding: 12px 9px 0;
    text-align: center;
   position: relative;
    vertical-align: middle;
}
.Request-btn span::before{
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: rgba(255,255,255,0.21);
    mix-blend-mode: overlay;
    opacity: 1; */
}
.Request-btn:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(40, 29, 57, 1);
}
.header ul {
  overflow: hidden;
}
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    top: -30px;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
@media (min-width: 992px) {
  .header li {
    float: left;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
.banner-outer {
    background:#626262;
   /*  background: url(../images/banner-img.png) no-repeat center; */
    background: url(../images/Home.jpg) no-repeat center;
    background-size:100% 100%;
}
.banner-inner {
    width: 100%;
    display: inline-block;
    padding: 135px 0 15px 0;
    text-align: center;
    position:relative;
}
.banner-inner::before
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 135px;
    width: 192px;
    background-size: contain;
}
.banner-inner h1 {
    font-size: 55px;
    font-weight: 800;
    line-height: 1.3em;
    color: #fff;
    margin: 0;
    letter-spacing: -0.03em;
}
.banner-inner p {
    font-size: 29px;
    font-weight: 600;
    color: #FFC70A;
    margin: 10px 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.21em;
}
.banner-inner p span {
    margin: 0 15px -20px 0;
    display: inline-block;
    top: 3px;
    position: relative;
}
.banner-inner li {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin: 0 20px 10px;
    letter-spacing: 0.05em;
}
.banner-inner li span {
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}
.banner-video-con {
    width: 100%;
    text-align: center;
    margin: auto;
    max-width: 1150px;
}
.banner-video-inner {
    position: relative;
    padding-top: 56%;
    border-radius: 20px;
    box-shadow: 16px 15px 48px rgb(38 38 38 / 9%);
    overflow: hidden;
    margin-bottom: -5px;
}
.banner-video-inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 99.9%;
    width: 99.9%;
}
.banner-video-inner img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    cursor: pointer;
    width: 100%;
    /* border-radius: 20px; */
}
/*section02 css start*/
.section02-con {
    padding: 10px 0 0;
}
.instant-access-outer {
    display: flex;
    flex-wrap: wrap;
    background: #0A0A0A; /* fallback for old browsers */
    border-radius: 20px;
    padding: 0px 73px 61px 20px;
    width: 100%;
    background: rgba(10,10,10,1); /* modern browsers */
    background: -moz-linear-gradient(left, rgba(10,10,10,1) 0%, rgba(38,38,38,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10,10,10,1)), color-stop(100%, rgba(38,38,38,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgba(10,10,10,1) 0%, rgba(38,38,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(10,10,10,1) 0%, rgba(38,38,38,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgba(10,10,10,1) 0%, rgba(38,38,38,1) 100%); /* IE10 preview */
    background: linear-gradient(to right, rgba(10,10,10,1) 0%, rgba(38,38,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0A0A0A', endColorstr='#262626', GradientType=1 ); /* IE6-9 */
    border: 1px solid #333333; /* darker border for a dark theme */
    margin: 50px 0 70px;
}
.buy-now-btn {
    padding: 7px 29px 6px 11px;
    transition-duration: 0.50s;
    border-radius: 100px;
    display: inline-block;
    font-size: 31px;
    color: #fff;
    text-decoration: none;
    margin: 18px 0 10px 0;
    font-weight: 600;
    /* background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%) , radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) , #653FFF;
    box-shadow: 4px 4px 61px rgba(0, 0, 0, 0.14); */
    background: linear-gradient(94.37deg, #653FFF 0.47%, #883FFF 90.73%);
box-shadow: 4px 4px 61px rgba(0, 0, 0, 0.14);
border-radius: 10px;
}
.buy-now-btn-yellow
{
    background: radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #FFAE00;
}
.buy-now-btn span {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    margin: 0 10px 0 0;
    text-align: center;
   position: relative;
    vertical-align: middle;
}
.buy-now-btn span::before{
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: rgba(255,255,255,0.21);
    mix-blend-mode: overlay;
    opacity: 1; */
}
.instant-access-lft {
    width: 60%;
    display: inline-block;
}
.instant-access-ryt {
    width: 40%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 92px 0 0 0;
}
.instant-access-ryt h2 {
    color: #323232;
    font-size: 31px;
    font-weight: 700;
    margin: 0;
}
.instant-access-ryt h3 {
    color: #F8B200;
    font-size: 67px;
    font-weight: 800;
    margin: 0;
}
.instant-access-ryt p {
    color: #5F5F5F;
    font-size: 13px;
    font-weight: 500;
    margin: 2px 0 22px;
}
.pay-card-outer {
    padding: 12px 20px 22px;
    border-radius: 20px;
}
.pay-card-outer h4 {
    font-size: 13px;
    color: #323232;
    font-weight: 500;
    margin: 0 0 20px;
}
.pay-card-outer h4 span {
    margin: 0 10px 0 0;
    position: relative;
    top: 9px;
}
.pay-card-outer li {
	display: inline-block;
	width: 70px;
	margin: 0 5px 0;
}
.steps-outer {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}
.steps-outer h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 143%;
    color: #323232;
    margin: 20px 0 10px;
}
.steps-outer h2 strong
{
	color:#F8B200;
	font-weight: 800;
}
.steps-outer p {
    font-size: 22px;
    font-weight: 600;
    color: #5F5F5F;
    line-height: 188%;
    margin: 0;
}
.steps-inner {
    background: #fff8e7;
    padding: 40px 30px;
    border-radius: 30px;
    text-align: center;
    margin: 50px 0 133px;
}
.steps-inner li span {
    width: 125px;
    display: inline-block;
    position: relative;
    z-index: 2;
    border: 2px solid #F8B200;
    padding: 25px;
    background: white;
    border-radius: 50%;
}
.steps-inner li {
    background: #fff;
    width: 30.33%;
    display: inline-block;
    border-radius: 30px;
    padding: 30px 44px;
    margin: 0 10px;
    position: relative;
}
.steps-inner li::before {
    content: "";
    position: absolute;
    left: 160px;
    top: 60px;
    width: 442.32px;
    height: 55.72px;
    background: url(../images/step-line1.png) no-repeat center;
    background-size: contain;
    z-index: 1;
}
.steps-inner li::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 102px;
    width: 18px;
    height: 18px;
    background: url(../images/step-line-arrow.png) no-repeat center;
    background-size: contain;
    z-index: 1;
}
.steps-inner li:nth-child(2)::before {
    background-image: url(../images/step-line2.png);
}
.steps-inner li:nth-child(2)::after {
    top: 56px;
}
.steps-inner li:last-child::before,
.steps-inner li:last-child::after{
    display: none;
}
.steps-inner li h2 {
    color: #323232;
    font-size: 23px;
    font-weight: 700;
    margin: 13px 0 0;
    line-height: 132%;
    font-family: 'Manrope', sans-serif;
}
.steps-inner li p {
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0 0;
    line-height: 188%;
    opacity: 0.7;
}
.steps-inner li h3 {
    font-size: 50px;
    font-weight: 800;
    line-height: 90px;
    margin: 20px 0;
	opacity: 0.5;
}
.marketer-outer {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 0 67px;
}
.marketer-outer h2 {
    color: #F8B200;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin: 0;
}
.marketer-outer h3 {
    color: #323232;
    font-weight: 800;
    font-size: 45px;
    line-height: 112%;
    margin: 15px 0 88px;
}
.marketer-left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.marketer-left img {
    max-width: 350px;
    /* float: right; */
}
.marketer-ryt {
    width: 49%;
    display: inline-block;
    text-align: left;
    padding: 0 0 0 20px;
}
.marketer-ryt li img {
    width: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0 14px 0 0;
}
.marketer-ryt li span {
    display: inline-block;
    width: 85%;
    font-size: 20px;
    line-height: 159%;
    color: #323232;
    opacity: 0.8;
    font-weight: 500;
}
.marketer-ryt li {
    width: 100%;
    display: inline-block;
    margin: 0 0 40px;
}
/*section02 css end*/
/*succeed outer css start*/
.succeed-outer {
    background: url(../images/succeed-bg.png) no-repeat center;
    background-size: cover;
    border-radius: 0px 260px;
    padding: 124px 0 150px;
    text-align: center;
}
.succeed-inner {
    display: inline-block;
    width: 100%;
}
.succeed-inner h2 {
    font-weight: 700;
    font-size: 26px;
    color: #5133CD;
    text-transform: uppercase;
}
.succeed-inner h3 {
    font-weight: 800;
    font-size: 45px;
    line-height: 112%;
    color: #000;
    margin: 15px 0 40px;
}
.succeed-left img {
    max-width: unset;
    float: right;
}
.succeed-left {
    width: 50%;
    display: inline-block;
}
.succeed-ryt {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 50px 0 0 40px;
}
.succeed-ryt p
{
	font-weight: 500;
	font-size: 20px;
	line-height: 159%;
	color: #000;
}
.succeed-ryt p strong {
    font-weight: 700;
}
/*succeed outer css end*/
/*facts outer css start*/
.facts-outer {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.facts-outer h2 {
    font-weight: 800;
    font-size: 274px;
    line-height: 138%;
    background: linear-gradient(170.29deg, #E0E0E0 6.5%, rgba(238, 212, 144, 0.479167) 53.74%, rgba(211, 205, 187, 0) 97.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.6;
    margin: 0;
    line-height: 280px;
}
.facts-outer h3 {
    font-weight: 800;
    font-size: 45px;
    line-height: 112%;
    color: #323232;
    margin: 0;
}
.facts-outer h3 strong
{
	font-weight: 800;
	color: #F8B200;
}
.facts-outer h4 {
    font-weight: 400;
    font-size: 35px;
    color: #323232;
    margin: 15px 0;
}
.facts-outer p {
    font-weight: 500;
    font-size: 20px;
    line-height: 159%;
    color: #323232;
    opacity: 0.8;
    margin: 20px 0 69px;
}
.facts-left-list {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    display: flex;
            flex-direction: column;
            gap: 20px;
}
.fact-section {
    display: flex;
    align-items: center;
    gap: 20px;
    background: beige;
    padding: 20px;
}
.fact-details {
    flex: 1;
}
.fact-details  ul {
    list-style-type: none;
    padding: 0;
}
.fact-details ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.fact-details  ul li img {
    width: 20px;
    height: 20px;
}
.fact-section img {
    max-width: 300px; /* Adjust this size as needed */
    height: auto;
}
.facts-left-list li span {
    font-weight: 500;
    font-size: 20px;
    line-height: 159%;
    color: #323232;
    opacity: 0.8;
    text-align: left;
    margin: 0 0 31px;
    width: 90%;
    float: left;
}
.facts-left-list li img {
    float: left;
    margin: 1px 11px 0 0;
}
/*facts outer css end*/
/*service type css start*/
.service-type-inner {
    background: #f6f5fc;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
}
.service-type-inner h2 {
    background: #5133CD;
    text-align: center;
    font-weight: 800;
    font-size: 43px;
    color: #fff;
    margin: 0;
    border-radius: 30px 30px 0 0;
    padding: 40px 0px;
}
.decription-outer {
    width: 100%;
    display: inline-block;
    padding: 46px 55px 0;
}
.service-inner-left {
    width: 54%;
    display: inline-block;
    padding: 0 50px 0 0;
}
.service-inner-ryt {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.service-inner-left p {
    margin-top: 0px;
}
.service-inner-ryt img {
    border-radius: 30px;
}
.listing-services {
    width: 100%;
    display: inline-block;
    padding: 0 50px 50px 60px;
}
.listing-services h3 {
    text-align: left;
    font-weight: 700;
    font-size: 31px;
    color: #5133CD;
    text-transform: uppercase;
    margin: 40px 0 37px;
}
.service-type-outer {
    padding: 30px 0 0px;
}
.listing-services li {
    font-weight: 700;
    font-size: 20px;
    color: #323232;
    opacity: 0.8;
    width: 100%;
    float: left;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.listing-services ul {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.listing-services li img {
    width: 42px;
    float: left;
    margin: 0px 10px 0 0;
    align-self: flex-start;
}
.listing-services li span {
    width: calc(100% - 53px);
    float: left;
    align-self: center;
}
.your-help-outer h2 {
    font-weight: 800;
    font-size: 45px;
    line-height: 112%;
    color: #323232;
    margin: 129px 0 70px;
    text-align: center;
}
.your-help-outer h2 strong {
    font-weight: 800;
    color: #F8B200;
}
.your-help-left {
    width: 50%;
    display: inline-block;
    padding: 0 20px 0 70px;
}
.your-help-ryt {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.your-help-left p {
    font-weight: 500;
    font-size: 20px;
    line-height: 159%;
    color: #323232;
    opacity: 0.8;
}
.saw-success-outer {
    padding: 54px 0 0;
}
.saw-success-outer h2 {
    text-align: center;
    font-weight: 800;
    font-size: 63px;
    color: #5133CD;
    margin: 20px 0 20px;
}
.saw-success-outer p {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 159%;
    color: #323232;
    opacity: 0.8;
    margin: 0;
}
.saw-success-content-img {
    background: url(../images/saw-success-content-bg.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    display: inline-block;
}
.saw-success-outer h3 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #323232;
    opacity: 0.8;
    font-family: 'Manrope', sans-serif;
    margin: 34px 0 0;
}
.saw-listing {
    padding: 30px 5px 30px;
    border-radius: 30px;
    margin: 40px 0 0;
    background: #fbc600;
    box-shadow: 0px 10px 54px rgba(38, 45, 118, 0.06);
    border-radius: 20px;
}
.saw-listing img
{
	width:100%;
}
section.still-outer {
    padding: 100px 0 50px;
}
.still-inner {
    width: 100%;
    display: inline-block;
}
.still-left {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    padding: 50px 0 0;
}
.still-ryt {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.still-left h2 {
    font-weight: 800;
    font-size: 43px;
    line-height: 135%;
    color: #323232;
    margin: 40px 0 37px;
}
.still-left h2 strong {
    font-weight: 800;
    color: #F8B200;
}
.still-left p {
    font-weight: 500;
    font-size: 20px;
    line-height: 159%;
    color: #323232;
    opacity: 0.8;
    margin: 0 0 30px;
    padding-right: 20%;
}
.still-left p strong {
    font-size: 25px;
    font-weight: 900;
}
.still-con {
    padding: 56px 39px;
    margin: 50px 0 0 0;
    background: linear-gradient(273.04deg, rgba(200, 187, 255, 0.32) -9.35%, rgba(255, 199, 10, 0.01) 106.71%);
    backdrop-filter: blur(6px);
    border-radius: 30px;
}
.listing-services.still-con  p {
    text-align: center;
    margin: 0 0 40px;
    font-size: 200%;
}
.still-con li {
    font-weight: 500;
    padding-bottom: 3px;
}
.listing-services.still-con li img {
    width: auto;
}
.listing-services.still-con li span {
    width: calc(100% - 94px);
    margin-left: auto;
}
.still-con li strong
{
	font-weight:600;
}
.intrested-outer {
    padding: 70px 0;
    text-align: center;
    border-radius: 30px;
    margin: 6px 0 0;
}
.intrested-outer-content {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
}
.intrested-outer-content-left {
    width: 60%;
}
.intrested-outer-content-right {
    margin-left: auto;
    max-width: 40%;
}
.intrested-outer h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 135%;
    color: #323232;
    margin: 0;
}
.intrested-outer h3 {
    font-weight: 800;
    font-size: 67px;
    color: #F8B200;
    margin: 25px 0 40px;
}
.intrested-outer p {
    font-weight: 500;
    font-size: 20px;
    line-height: 159%;
    color: #323232;
    opacity: 0.8;
    margin: 0 0 31px;
}
.intrested-outer p strong
{
	font-weight:600;
}
/*service type css end*/
/*local-lead-outer-css-start*/
.local-lead-outer {
    background: url(../images/local-lead-bg.png) no-repeat center;
    background-size: cover;
    border-radius: 0px 260px;
    padding:100px 0 0 0;
}
.local-lead-inner {
    width: 100%;
    display: inline-block;
}
.local-lead-left {
    width: 50%;
    display: inline-block;
    text-align: right;
}
.local-lead-ryt {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 22px 0 0;
}
.local-lead-ryt h2 {
    font-weight: 800;
    font-size: 43px;
    line-height: 143%;
    color: #fff;
    margin: 0;
}
.local-lead-ryt h3 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    color: #FFC70A;
    margin: 20px 0;
}
.local-lead-ryt img {
    max-width: 100%;
    mix-blend-mode: overlay;
}
.client-outer {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 50px 0 0;
}
.client-outer h2 {
    font-weight: 800;
    font-size: 43px;
    line-height: 143%;
    color: #fff;
}
.client-outer h2 strong
{
	color:#FFC600;
	font-weight: 800;
}
.client-outer li {
    background: #FFF;
    border-radius: 20px;
    width: 363px;
    padding: 25px 20px 30px;
    position: relative;
    display: inline-block;
    margin: 0 9px;
    vertical-align: top;
}
.client-outer li h3 {
    font-weight: 700;
    font-size: 58px;
    line-height: 110%;
    margin: 0;
    text-transform: uppercase;
}
.client-outer li p {
    font-weight: 600;
    font-size: 18px;
    line-height: 171%;
    color: #323232;
    margin: 0px 0 30px;
    min-height: 90px;
}
.client-outer li span img {
    border-radius: 20px;
    display: inline-block;
    z-index: 99;
    position: relative;
}
.client-outer li:first-child span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 165px;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    background: #F8B200;
    opacity: 0.3;
}
.client-outer li:nth-child(2n) span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 165px;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    background: #5133CD;
    opacity: 0.3;
}
.client-outer li:nth-child(3n) span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 165px;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    background: #807D76;
    opacity: 0.3;
}
.watch-video iframe {
    border-radius: 20px;
}
.watch-video {
    width: 100%;
    display: flex;
    text-align: center;
    margin:99px 0 -130px;
    flex-wrap: wrap;
    flex-direction: column;
}
.watch-video h2 {
    font-weight: 800;
    font-size: 43px;
    color: #fff;
}
/*local-lead-outer-css-end*/
/*business-benifits css start*/
.business-benifits-outer {
    /* padding: 100px 0 163px 0; */
    padding: 0 0 50px 0;
}
.business-benifits {
    text-align: center;
   /*  background: linear-gradient(101.18deg, rgb(244 169 30 / 10%) 0.08%, rgb(255 198 0 / 10%) 100.06%); */
    background: #f6f5fc;
    border-radius: 30px;
    padding: 60px 30px 60px;
}
.business-benifits h3 {
    padding-bottom: 30px;
}
.business-benifits-listing {
    display: flex;
    flex-wrap: wrap;
}
.business-benifits-single {
    width: 33.33%;
    padding: 14px;
}
.business-benifits-inner {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 78.12%);
    box-shadow: 0px 10px 54px rgba(38, 45, 118, 0.06);
    border-radius: 20px;
    padding: 45px 36px 45px;
    height: 100%;
}
.business-benifits-inner h4 {
    font-size: 21px;
    line-height: 132%;
    text-align: center;
    color: #323232;
    margin: 17px 0 5px;
}
.business-benifits-inner p {
    font-size: 16px;
    margin: 0px 0 0px;
}
/*business-benifits css end*/
/*one-time-access css start*/
.one-time-access-outer {
    background: url(../images/instant-access-bg.png) no-repeat center;
    background-size: cover;
    padding: 73px 62px 88px 52px;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
}
.one-time-access-left
{
    width: 60%;
}
.one-time-access-outer .instant-access-ryt {
    padding-top: 0;
}
.one-time-access-outer  .pay-card-outer {
    background: transparent;
    border: 1px solid #fff;
}
.one-time-access-outer  .instant-access-ryt p {
    color: #ffffff;
}
.one-time-access-outer  .pay-card-outer h4 img {
    filter: invert(00) brightness(100);
}
/*one-time-access css end*/
/*finding-tools css start*/
.finding-tools-outer {
    padding: 145px 0 0 0;
}
.finding-tools-outer .heading43 {
    text-align: center;
    padding-bottom: 70px;
}
.finding-tools-inner {
    display: flex;
    flex-wrap: wrap;
}
.finding-tools-img {
	order: 2;
	width: 50%;
}
.finding-tools-content {
    width: 50%;
    padding-right: 30px;
    padding-top: 70px;
}
.finding-tools-listing {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 62px;
}
.finding-tools-listing-text {
	margin-left: auto;
	width: 500px;
}
.finding-tools-listing-text h4 {
	margin: 0;
	font-size: 21px;
	line-height: 132%;
	color: #323232;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
}
.finding-tools-listing-text p {
	font-size: 16px;
	line-height: 188%;
	margin: 7px 0 0;
}
/*finding-tools css end*/
/*everything-business css start*/
.everything-business {
    padding-top: 90px;
}
.everything-business .heading43 {
	text-align: center;
}
.everything-business h4 {
    font-weight: 400;
    font-size: 35px;
    line-height: 112%;
    text-align: center;
    color: #323232;
    margin: 20px 0 60px;
}
.everything-tools-inner {
	display: flex;
	flex-wrap: wrap;
}
.everything-tools-inner .finding-tools-img {
	order: unset;
}
.everything-tools-right {
    width: 50%;
    padding-left: 80px;
    padding-top: 57px;
}
.everything-tools-right p {
	margin: 0;
}
.everything-tools-right ul {
    padding: 16px 0 0;
}
.everything-tools-right li {
    font-weight: 700;
    background: url(../images/listing-icon.svg) no-repeat left top 6px;
    margin-top: 23px;
    padding-left: 35px;
}
/*everything-business css end*/
/*categories css start*/
.categories-outer {
	/* background: linear-gradient(206.37deg, #FAFBFD 5.09%, #E4EAF2 58.03%, #E4EAF2 83.5%); */
    /* background: url(../images/categories-bg.png) repeat-y center top;
    background-size: contain; */
    background: #F4F6FA;
	/* padding: 116px 0 90px; */
	padding: 30px 0 30px;
}
.categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -21px;
}
.categories-single {
	width: 50%;
	padding: 21px;
}
.categories-single-custom {
	width: 33.33%;
	padding: 21px;
}
.categories-inner {
    /* background: linear-gradient(156.11deg, rgba(255, 255, 255, 0.9) 3.38%, rgba(255, 255, 255, 0.4) 76.32%); */
    backdrop-filter: blur(6px);
    border-radius: 30px;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    padding: 56px 34px 59px;
    text-align: center;
}
.categories-inner h3 {
    font-size: 36px;
    line-height: 123%;
    text-align: center;
    color: #323232;
    margin: 0;
    font-family: 'Manrope', sans-serif;
}
.categories-inner p {
    font-weight: 500;
    font-size: 23px;
    line-height: 159%;
    text-align: center;
    color: #323232;
    opacity: 0.8;
    padding: 0 6%;
    min-height: 102px;
    margin: 23px 0 0px;
}
.categories-inner img {
    width: 100%;
    height: 315px;
}
.categories-inner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 276px;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background: #FFEEC4;
    z-index: -1;
}
.categories-single.categories-single:nth-child(2n) .categories-inner::before {
    background: #C4B6FF;
}
.categories-single-custom.categories-single:nth-child(2n) .categories-inner::before {
    background: #C4B6FF;
}
.categories-inner-custom {
    /* background: linear-gradient(156.11deg, rgba(255, 255, 255, 0.9) 3.38%, rgba(255, 255, 255, 0.4) 76.32%); */
    backdrop-filter: blur(6px);
    border-radius: 30px;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    padding: 56px 34px 59px;
    text-align: center;
}
.categories-inner-custom h3 {
    font-size: 16px;
    line-height: 123%;
    text-align: center;
    color: #323232;
    margin: 0;
    font-family: 'Manrope', sans-serif;
}
.categories-inner-custom p {
    font-weight: 500;
    font-size: 23px;
    line-height: 159%;
    text-align: center;
    color: #323232;
    opacity: 0.8;
    padding: 0 6%;
    min-height: 102px;
    margin: 23px 0 0px;
}
.categories-inner-custom img {
    width: 100%;
    height: 315px;
    object-fit: contain;
}
/*categories css end*/
/*cat-features css start*/
.cat-features-outer {
    background: url(../images/cat-features-bg.png) no-repeat center;
    background-size: cover;
    border-radius: 0 260px;
    margin: 108px 0 123px;
    position: relative;
    padding: 137px 0 120px;
}
/* .cat-features-outer::before, */
    .cat-features-outer::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -50px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 66px solid #E5EBF3;
}
.cat-features-outer::after {
	top: 100%;
	border-top-color: #FFC70A;
}
.cat-features-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.cat-features-single {
	width: 33.33%;
	padding: 15px;
}
.cat-features-iner {
	height: 100%;
	padding: 30px 14px 29px 30px;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 78.12%);
	box-shadow: 0px 10px 54px rgba(38, 45, 118, 0.06);
	border-radius: 20px;
}
.cat-features-top {
	display: flex;
	flex-wrap: wrap;
}
.cat-features-top h4 {
	margin: 0;
	font-weight: 700;
	font-size: 21px;
	line-height: 132%;
	color: #807D76;
	padding: 0 0 0 20px;
        font-family: 'Manrope', sans-serif;
	max-width: 82%;
	width: 100%;
}
.cat-features-bottom {
	font-weight: 500;
	font-size: 16px;
	line-height: 188%;
	color: #807D76;
	padding: 13px 0 0;
}
/*cat-features css end*/
/*money-back css start*/
.instant-access-outer.money-back {
	background: url(../images/money-back-bg.png) no-repeat center;
	background-size: cover;
	padding-top: 70px;
}
.money-back .instant-access-ryt p{
    color: #fff;
}
.money-back .instant-access-ryt {
	padding: 00px 0 0 0;
}
/*money-back css end*/
.platform-inner {
    text-align: center;
    margin: 110px 0 100px;
}
.platform-inner h2 {
    font-weight: 700;
    font-size: 31px;
    line-height: 137%;
    color: #323232;
    margin: 0;
}
.platform-inner h3 {
    font-weight: 800;
    font-size: 43px;
    line-height: 137%;
    color: #F8B200;
    margin: 20px 0 10px;
}
.platform-text p {
    text-align: left;
}
.your-help-left.platform-text {
    padding: 36px 5% 0 0;
}
.real-time-inner {
    background: #fff8e7;
    padding: 80px 43px;
    border-radius: 30px;
	text-align:center;
}
.real-time-inner h2 {
    font-weight: 800;
    font-size: 45px;
    line-height: 137%;
    margin: 0;
    color: #323232;
}
.real-time-inner h2 strong
{
	color:#F8B200;
	font-weight: 800;
}
.real-time-inner h3 {
    font-weight: 400;
    font-size: 29px;
    line-height: 137%;
    text-align: center;
    color: #323232;
    margin: 18px 0 0px;
}
.real-time-inner .your-help-left.platform-text {
    padding: 39px 1% 0 10px;
}
.real-time-inner .your-help-ryt {
    padding: 30px 0 0;
}
.first-market-flex {
    display: flex;
    text-align: left;
    padding-top: 50px;
}
.first-market-left {
    width: 50%;
}
.first-market-right {
    width: 50%;
}
/*converting css start*/
.converting-outer-bg {
    padding: 105px 0 40px;
    margin: 0 0 63px;
    background: url(../images/converting-outer-bg.png) no-repeat center;
    background-size: contain;
}
.converting-outer {
    padding: 80px 0 0;
}
.converting-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.converting-inner-left {
    width: 56%;
    display: inline-block;
	vertical-align:top;
}
.converting-inner-ryt {
    width: 43%;
    display: flex;
    justify-content: center;
}
.converting-inner-ryt.converting-inner-ryt1 img {
    max-width: unset;
}
.converting-inner-ryt img{
    max-width: inherit;
}
.converting-inner-left h2 {
    font-weight: 800;
    font-size: 43px;
    line-height: 137%;
    color: #323232;
}
.converting-inner-left h2 strong
{
	color:#F8B200;
	font-weight: 800;
}
.converting-inner-left p {
    font-weight: 500;
    font-size: 20px;
    line-height: 159%;
    color: #323232;
    opacity: 0.8;
    padding: 0 150px 0 0;
}
/*converting css end*/
/*ai-service-outer css start*/
.rejection-outer {
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    background: #eeebfa;
    padding: 56px 40px 90px;
}
.rejection-outer h2 {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 43px;
    color: #323232;
}
.rejection-outer h2 strong
{
	font-weight: 800;
    color: #5133CD;
}
.rejection-left {
    width: 50%;
}
.rejection-ryt {
    width: 50%;
    padding: 0 0 0 40px;
}
.rejection-ryt p {
    font-weight: 500;
    font-size: 20px;
    line-height: 159%;
    color: #323232;
    opacity: 0.8;
}
.first-market-outer {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 90px 0 50px;
}
.first-market-outer h3 {
    color: #5133CD;
    font-weight: 700;
    font-size: 23px;
    background: #f6f1ff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 6px;
    border: 1px dashed #c7b1f5;
}
.research-outer {
    background: url(../images/reserch.png) no-repeat;
    padding: 74px 35% 90px 112px;
    background-size: cover;
	border-radius:20px;
}
.research-outer h2 {
    color: #fff;
    font-size: 36px;
}
.research-outer p {
    color: #fff;
    padding: 0 110px 0 0;
}
.revenue-outer {
    width: 100%;
    display: inline-block;
    padding: 110px 0 0;
    text-align: center;
}
/*ai-service-outer css end*/
/*figure-bussiness css start*/
.figure-bussiness {
    background: url(../images/figure-bg.png) no-repeat;
    background-size: cover;
    padding: 140px 0 230px;
    border-radius: 230px 0px 230px 0;
}
.figure-bussiness-inner {
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.figure-bussiness-inner h2 {
    width: 100%;
    color: #fff;
    margin: 0 0 80px;
}
.figure-bussiness-inner p {
    color: #fff;
	opacity: 0.8;
}
.figure-bussiness-left {
    width: 50%;
    text-align: left;
}
.figure-bussiness-ryt {
    width: 50%;
}
.figure-bussiness-ryt img {
    max-width: 720px;
    position: relative;
    left: -130px;
}
.upgrade-inner {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 120px 50px 109px;
    background: url(../images/rocket-bg.png) no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    margin: -90px 0 0 0;
    border-radius: 40px 40px 0 0;
}
.upgrade-inner-left {
    width: 70%;
    padding: 90px 0 0;
}
.upgrade-inner-ryt {
    width: 30%;
}
.upgrade-inner-left h2 {
    font-weight: 800;
    font-size: 54px;
    color: #FFC600;
    background: radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%) , radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) , #653FFF;
    padding: 15px 60px;
    display: inline-block;
    border-radius: 60px;
	margin:0;
}
.upgrade-inner-left h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 143%;
    color: #fff;
}
.upgrade-para {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.pricing-outer {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.pricing-inner {
    width: 360px;
    border-radius: 20px;
    background: #fff;
    padding: 40px 30px;
    margin: 0 10px 20px;
}
.blue-shade-bg-con {
    background: -webkit-linear-gradient(top, rgba(254,254,255,1) 0%, rgba(239,237,246,1) 51%, rgba(229,226,241,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,255,1) 0%, rgba(239,237,246,1) 51%, rgba(229,226,241,1) 100%);
    padding: 0 60px 65px;
    border-radius: 0 0 30px 30px;
}
.pricing-inner h3 {
    font-weight: 700;
    font-size: 32px;
    margin: -15px 0 0px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.pricing-inner h2
{
    font-weight: 500;
    font-size: 20px;
    line-height: 181%;
    color: rgba(50, 50, 50, 0.80);
}
.pricing-inner p {
    min-height: 180px;
}
.gift-today-outer {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: -webkit-linear-gradient(left, rgba(83,83,83,1) 0%, rgba(1,1,1,1) 100%);
    background: -o-linear-gradient(left, rgba(83,83,83,1) 0%, rgba(1,1,1,1) 100%);
    padding: 50px 50px;
    border-radius: 30px;
    margin: 100px 0 -20px;
    z-index: 9;
    position: relative;
}
.gift-today-outer h2 {
    color: #fff;
	font-weight: 800;
font-size: 38px;
line-height: 143%;
}
.books-retail-outer {
    background: #fff9e6;
    padding: 120px 85px 75px;
    width: 100%;
    display: inline-block;
}
.books-retail-inner {
    display: flex;
	flex-wrap: wrap;
}
.reseller-con {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 48px 20px;
    margin: 0;
    text-align: center;
}
.money-back-con .converting-inner-left p {
    opacity: 0.8;
}
.money-back-con {
    margin: 80px 0;
}
/*figure-bussiness css end*/
/*testmonial outer css start*/
.testmonial-outer {
    background: linear-gradient(180deg, rgba(236, 240, 253, 0) 0%, rgba(236, 240, 253, 0.53) 14.32%, #ECF0FD 45.83%, rgba(236, 240, 253, 0.43) 84.33%, rgba(236, 240, 253, 0) 100%);
    padding: 40px 0 150px;
    text-align: center;
}
.testmonial-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 110px 0 0;
}
.testmonial-text {
    width: 30%;
    background: #fff;
    padding: 40px 33px;
    border-radius: 20px;
    box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
    margin: 0 21px;
    position: relative;
}
.testmonial-text span {
    background: linear-gradient(101.18deg, #F4A91E 0.08%, #FFC600 100.06%);
    border-radius: 15px;
    width: 80px;
    height: 80px;
    padding: 22px 0 0;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testmonial-text h3 {
    font-weight: 700;
    font-size: 21px;
    color: #323232;
    font-family: 'Manrope';
    margin: 15px 0 5px;
}
.testmonial-text h4 {
    font-weight: 500;
font-size: 17px;
line-height: 159%;
color: #807D76;
    font-family: 'Manrope';
	margin:0;
}
.testmonial-text p
{
	font-size:19px;
}
.testmonial-text .client-img {
    border-radius: 50px;
    border: 1px solid #5133cd;
    padding: 3px;
}
/*testmonial outer css end*/
/*two-choice-outer css start*/
.two-choice-outer {
    background: #ffc70a;
    background: url(../images/two-choice-bg.png) no-repeat center;
    background-size: cover;
    border-radius: 0 260px 0 260px;
    padding: 100px 0;
}
.two-choice-inner {
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.two-choice-inner h2 {
    font-weight: 700;
    font-size: 46px;
    color: #5133CD;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.two-choice-left {
    width: 50%;
}
.two-choice-ryt {
    width: 50%;
    text-align: left;
    padding: 30px 0 0;
}
.two-choice-inner h3 {
    margin: 0 0 10px;
}
/*two-choice-outer css end*/
/*listing css start*/
.going-pay-outer {
    padding: 133px 0 0;
}
.graphic-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.hire-team {
    background: #ff5858;
    border-radius: 33px;
    padding: 78px 42px;
    margin: 0 15px;
    width: 600px;
    text-align: center;
	position:relative;
}
.hire-team-02
{
	background: #0db46e;
}
.hire-team span {
    position: absolute;
    top: -1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    content: "";
    background: #fff;
    background-size: cover;
    display: inline-block;
    width: 282px;
    font-weight: 800;
    font-size: 21px;
    text-transform: uppercase;
    color: #ff5858;
    height: 42px;
    padding: 7px 0 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 14% 100%);
    clip-path: polygon(0 0, 100% 0, 86% 100%, 14% 100%);
}
.green-text
{
	color:#0DB46E !important;
}
.hire-team h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 139%;
    color: #FFFFFF;
}
.hire-team li {
    font-weight: 500;
    font-size: 23px;
    line-height: 309%;
    color: #FFFFFF;
    text-align: left;
    background: url(../images/yellow-arrow.png) no-repeat 30px;
    padding: 0 0 0 100px;
}
.hire-team h3 {
    font-weight: 500;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin: 50px 0 10px;
}
.hire-team h4 {
    font-weight: 800;
    font-size: 43px;
    color: #fff;
    margin: 0;
}
/*listing css end*/
/*Act fast css start*/
.act-fast-outer
{
    background: url(../images/act-fast-bg.png) no-repeat center;
    background-size: cover;
    padding: 90px 0 170px;
    border-radius: 0 250px;
    position: relative;
    z-index: 1;
}
.act-fast-inner
{
    text-align: center;
}
.act-fast-inner h2 {
	font-weight: 900;
	font-size: 148px;
	line-height: 138%;
	text-align: center;
	text-transform: uppercase;
	color: #FFC70A;
	margin: 0;
}
.act-fast-inner .heading43 {
    color: #fff;
    padding: 0 4% 39px;
}
.act-fast-content {
	max-width: 90%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.act-fast-left {
	width: 50%;
	text-align: right;
}
.act-fast-right {
	width: 50%;
	max-width: 650px;
	padding-left: 30px;
}
.act-fast-right p {
	color: #FFFFFF;
	opacity: .9;
}
.act-fast-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.act-fast-bottom-price h3 {
	font-weight: 800;
	font-size: 47px;
	line-height: 143%;
	text-align: center;
	color: #F8B200;
	margin: 0;
}
.act-fast-bottom-price h5 {
	font-weight: 500;
	font-size: 13px;
	line-height: 156%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin: 0;
	font-family: 'Manrope', sans-serif;
}
.act-fast-bottom-price {
	padding: 0 25px 0 0;
}
.act-fast-bottom-payment .pay-card-outer {
	background: transparent;
}
.act-fast-bottom-payment .pay-card-outer h4 {
	color: #fff;
}
.act-fast-bottom-payment .pay-card-outer h4 img {
}
/*Act fast css end*/
/*pricing css start*/
.satisfied-customer-outer {
	background: linear-gradient(203.62deg, #FAFBFD 16.02%, #E4EAF2 32.06%, #FAFCFF 54.27%);
	/* padding: 480px 0 20px 0; */
	padding: 50px 0 20px 0;
	/* margin-top: -300px; */
}
.satisfied-customer-top {
	text-align: center;
}
.satisfied-customer-top h3 {
	font-weight: 900;
	font-size: 48px;
	line-height: 138%;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #F8B200;
	margin: 0;
}
.satisfied-customer-top span {
    font-weight: 400;
    font-size: 31px;
    line-height: 25px;
    text-align: center;
    color: #807D76;
    display: inline-block;
    padding: 32px 0 70px;
}
.pricing-outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pricing-row-outer {
	width: 590px;
	margin: 0 20px;
	margin-bottom: 50px;
}
.pricing-row-top {
	overflow: hidden;
	background: #323232;
	border-radius: 24px 24px 0px 0px;
	text-align: center;
	position: relative;
}
.pricing-row-top::before {
	content: "";
	background: url(../images/pricing-waves.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	mix-blend-mode: luminosity;
	opacity: 0.4;
    background-size: cover;
}
.pricing-row-top::after
{
    background: url(../images/cloud-shape.png) no-repeat center bottom;
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}
.pricing-row-top-content {
	position: relative;
	z-index: 1;
	padding: 45px 0 80px 0;
}
.pricing-row-top-content h3 {
	font-weight: 900;
	font-size: 61px;
	line-height: 123%;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	mix-blend-mode: screen;
	opacity: 0.2;
	margin: 0;
}
.pricing-row-top-content img {
	margin: -50px 0 -50px;
	z-index: 1;
	position: relative;
}
.pricing-row-top-content h4 {
	font-weight: 900;
	font-size: 35px;
	line-height: 123%;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	margin: 0;
}
.pricing-row-content {
    background: #FFFFFF;
    backdrop-filter: blur(6px);
    border-radius: 00px 00px 30px 30px;
    padding: 30px 40px 40px;
    margin-top:-2px;
}
.pricing-row-content > ul > li {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 159%;
    letter-spacing: 0.05em;
    color: #5F5F5F;
    margin-bottom: 27.4px;
    background: url(../images/tick-icon.svg) no-repeat left top 1px;
    padding: 0px 0 2px 41px;
    text-align: left;
}
.pricing-row-content >ul >li.cross-icon
{
    background-image: url(../images/cross-icon.svg);
}
.pricing-row-content > ul {
    padding: 0 20px 0 47px;
}
.pricing-row-payment {
	text-align: center;
	padding: 40px 0 0 0;
}
.pricing-row-payment span {
	font-weight: 500;
	font-size: 20px;
	line-height: 156%;
	letter-spacing: 0.05em;
	color: #5F5F5F;
}
.pricing-row-payment h3 {
	font-weight: 900;
	font-size: 37px;
	line-height: 143%;
	text-align: center;
	color: #F8B200;
	margin: 0;
	font-family: 'Manrope', sans-serif;
}
.pricing-row-payment p {
	font-weight: 500;
	font-size: 13px;
	line-height: 156%;
	letter-spacing: 0.05em;
	color: #5F5F5F;
	margin: 0;
}
.pricing-row-payment .pay-card-outer {
	padding: 0;
	border-radius: 0;
}
.pricing-row-payment .buy-now-btn
{
    border-radius: 10px;
}
.pricing-row-payment .buy-now-btn span, .pricing-row-payment .buy-now-btn span::before {
	border-radius: 10px;
}
.pricing-row-blue
{
    background: #5133CD;
}
.pricing-row-blue.pricing-row-top::before {
	mix-blend-mode: lighten;
opacity: 0.6;
}
.most-popular {
	background: #FFC600;
	font-weight: 800;
	font-size: 21px;
	line-height: 29px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5133CD;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 0;
	padding: 3px 30px 4px;
	clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
}
/*pricing css end*/
/*Faq css start*/
.faq-outer {
	padding-top: 30px;
}
.faq-outer .heading43 {
	text-align: center;
	padding-bottom: 50px;
}
.faq-outer h2 {
	font-weight: 800;
	font-size: 34px;
	line-height: 138%;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #F8B200;
	margin: 0 0 12px;
}
.faq-inner {
	background: #FFFFFF;
	box-shadow: 0px 3px 14px rgba(74, 58, 255, 0.03), 0px -2px 4px rgba(20, 20, 43, 0.02), 0px 12px 24px rgba(20, 20, 43, 0.04);
	border-radius: 18px;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.faq-inner h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 123%;
	color: #7850ac;
	margin: 0 0 0px;
}
.faq-inner p {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 159%;
	color: #323232;
	opacity: 0.7;
	margin: 0;
}
/*Faq css end*/
/*payment-in-second css start*/
.instant-access-outer.money-back.payment-second-outer {
	margin-top: 140px;
	background: url(../images/payment-second-bg.png) no-repeat center;
	background-size: cover;
	padding: 70px 50px 49px;
	text-align: center;
	border-radius: 30px;
	margin-bottom: 0;
	z-index: 1;
	position: relative;
	border: none;
}
.payment-second-outer .heading43 {
	color: #fff;
	width: 100%;
	padding-bottom: 50px;
}
.payment-second-outer .instant-access-ryt h3 {
	font-weight: 800;
	margin: 0;
	font-size: 55px;
	line-height: 143%;
	color: #fff;
}
.payment-second-outer .pay-card-outer h4 {
    font-size: 13px;
    color: #fff;
}
.payment-second-outer  .pay-card-outer h4 span img {
}
.payment-second-outer  .pay-card-outer {
}
/*payment-in-second css end*/
/*Footer part css start*/
.footer-outer {
	/* background: url(../images/footer.png) no-repeat left top; */
    background: linear-gradient(20deg, #080808, #696154);
	background-size: cover;
    padding-top: 100px;
    margin-top: -18px;
}
.footer-outer h5 {
	font-weight: 800;
	font-size: 30px;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin:0 0 50px;
}
.footer-box {
	display: flex;
	flex-wrap: wrap;
}
.footer-left, .footer-right {
	width: 50%;
}
.footer-box h6 {
	font-weight: 700;
	font-size: 22px;
	line-height: 133%;
	color: #FFC600;
	margin: 0 0 10px;
}
.footer-box p
{
    font-weight: 400;
    font-size: 15px;
    line-height: 188%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    opacity: 0.7;
    margin: 0;
}
.footer-left {
	padding-right: 10%;
	border-right: 1px solid rgba(217, 217, 217, 0.15);
}
.footer-right {
	padding-left: 10%;
}
.footer-text {
	padding: 15px 0 0;
}
.footer-text p {
	font-weight: 400;
	font-size: 13px;
	line-height: 188%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	opacity: 0.7;
    margin-bottom: 20px;
    text-align: justify;
}
.footer-text p span {
	color: #38B7FF;
}
.footer-subheading {
	padding: 20px 0;
    text-align: justify;
}
.footer-menu-outer {
	display: flex;
	flex-wrap: wrap;
	padding: 70px 0 54px;
    align-items: center;
}
.footer-menu {
	margin-left: auto;
}
.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-menu li {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin-left: 40px;
}
.footer-menu li a {
	color: unset;
	text-decoration: none;
}
.footer-copyright {
	padding: 35px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.graphic-outer {
    padding-bottom: 183px;
}
/*Footer part css end*/
.vimo-videos {
    width: 100%;
    display: inline-block;
    margin: 0 0 80px 0;
		text-align:center;
		padding: 5px;
}
.vimo-videos li {
    width: 32%;
    display: inline-block;
    margin: 0 6px 5px;
}
.vimo-videos li iframe {
    width: 100%;
    border: none;
    border-radius: 20px;
    height: 243px;
    box-shadow: 0px 0px 11px 0px #efefef;
		padding: 8px;
}
.cat-features-wrapper .heading-yellow, .cat-features-wrapper .heading-voilet, .cat-features-wrapper .heading-gray {
    text-decoration: none;
}
.order-now-btn a {
    transition-duration: 0.50s;
    border-radius: 100px;
    display: inline-block;
    padding: 14px 20px;
    letter-spacing: 1.5px;
    background: #fff;
    border-radius: 10px;
    color: #0DB46E;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 800;
    text-decoration: none;
    margin: 30px 0 0;
}
.cart-icon {
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center;
    vertical-align: middle;
    height: 35px;
    width: 30px;
}
.categories-wrapper .heading-voilet {
    /* text-decoration: line-through; */
}
.converting-inner.money-back-con .converting-inner-ryt img {
    max-width: 100%;
}
.converting-inner.money-back-con .converting-inner-ryt {
    display: block;
}
.steps-glance-inner {
    background: #fff8e7;
    padding: 40px 30px;
    border-radius: 30px;
    text-align: center;
    margin: 50px 0 20px;
    display: inline-block;
    vertical-align: top;
}
.steps-glance.steps-inner01 {
    width: 35%;
    float: left;
}.steps-glance.steps-inner01 .marketer-ryt {
    width: 100%;
    padding: 0;
}
.steps-glance.steps-inner01 .marketer-ryt li span {
    width: 80%;
}
.steps-glance.steps-inner02 {
    float: left;
    width: 30%;
}
/* Start Desktop 22-06-2024 */
.banner-outer {
    /* background: url(../images/banner-bg.png) no-repeat top right; */
    /* background-size: 50% 100%; */
    padding: 0px 0 0px;
}
.auto-container .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}
.faq-outer {
    text-align: left;
}
span img,
svg {
    vertical-align: initial;
}
p strong {
    font-weight: bold;
}
li strong {
    font-weight: bold;
}
.modal-header li a h3 {
    padding: 10px !important;
}
.rejection-outer {
    text-align: left;
}
.rejection-ryt p {
    font-weight: 500;
    font-size: 20px;
    line-height: 159%;
    color: #323232;
    opacity: 0.8;
}
li a h4 {
    font-size: 100%;
    font-weight: normal;
}
@media screen and (max-width: 991px) {
    label.form-label {
        /* margin: 32px 0px -31px 1px;  */
        margin: 0px 0 -20px 5px;
    }
}
</style>
<script type="text/javascript" src="../keevaa/script.crazyegg.com/pages/scripts/0115/9710.js" async="async">
</script>
<style>
body {
    letter-spacing: 0em;
}
.error {
    color: red;
}
.error.valid {
    color: green;
}
.watch-btn {
    position: relative;
}
.banner-left .watch-btn::after {
    content: "";
    background: url(assets/images/arrow3.html) no-repeat top center;
    position: absolute;
    top: 40px;
    right: -136px;
    width: 131px;
    height: 102px;
    background-size: 100% 100%;
}
</style>
<!-- 08-07-2022 start -->
<style>
.paymet_detail_custom {
    max-width: 643px;
    margin: 0 auto;
}
#selected_plan_list2 h3 {
    color: #5F5F5F;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
}
#selected_plan_list2 h3 span {
    float: left;
}
#selected_plan_list2 h3 strong {
    float: right;
    font-weight: 700;
}
#selected_plan_list2 h4 {
    color: #1F1F1F;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-weight: 900;
    font-size: 15px;
    border-top: 1px solid #E0E0E0;
}
#selected_plan_list2 h4 span {
    float: left;
}
#selected_plan_list2 h4 strong {
    float: right;
    font-weight: 900;
}
#purchachse-leader1 .card {
    border: 0px;
    border-right: 1px solid rgba(0, 0, 0, .125);
}
.offer_dec {
    padding: 30px;
}
.offer_dec p {
    text-align: left;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 20px;
    letter-spacing: 0.2px;
}
@media screen and (max-width:767px) {
    #purchachse-leader1 .card {
        border: 0px;
    }
    .market-video {
        padding-bottom: unset;
    }
    .market-video iframe {
        position: static;
        height: 600px;
    }
}
</style>
<style type="text/css">
#_71A63tRBiHHb3tRBnQfK_1,
#_71A63tRBiHHb3tRBnQfK_1 :after,
#_71A63tRBiHHb3tRBnQfK_1 :before,
.proofNotificationWrapper img,
.proofNotificationWrapper svg {
    all: initial;
}
#_71A63tRBiHHb3tRBnQfK_1 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "kern"1, "dlig"1, "opbd"1, "ss01"1;
    font-feature-settings: "kern"1, "dlig"1, "opbd"1, "ss01"1;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
#_71A63tRBiHHb3tRBnQfK_1._71A6x4GfiHHbx4GfnQfK_1 {
    bottom: auto;
    top: 0;
}
#_71A63tRBiHHb3tRBnQfK_1 ._71A63x22iHHb3x22nQfK_1 {
    overflow: hidden;
    padding-top: 5px;
}
@media screen and (min-width:480px) {
    #_71A63tRBiHHb3tRBnQfK_1._71A62TNmiHHb2TNmnQfK_1 {
        left: auto;
        right: 10px;
    }
}
#_71A63tRBiHHb3tRBnQfK_1 button,
#_71A63tRBiHHb3tRBnQfK_1 input,
#_71A63tRBiHHb3tRBnQfK_1 optgroup,
#_71A63tRBiHHb3tRBnQfK_1 select,
#_71A63tRBiHHb3tRBnQfK_1 textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#_71A63tRBiHHb3tRBnQfK_1 ._71A6egA4iHHbegA4nQfK_1,
#_71A63tRBiHHb3tRBnQfK_1 ._71A6zUl0iHHbzUl0nQfK_1,
#_71A63tRBiHHb3tRBnQfK_1 ._71A61g-SiHHb1g-SnQfK_1,
#_71A63tRBiHHb3tRBnQfK_1 ._71A61HO2iHHb1HO2nQfK_1,
#_71A63tRBiHHb3tRBnQfK_1 ._71A62D4AiHHb2D4AnQfK_1,
#_71A63tRBiHHb3tRBnQfK_1 ._71A62eORiHHb2eORnQfK_1,
#_71A63tRBiHHb3tRBnQfK_1 h1,
#_71A63tRBiHHb3tRBnQfK_1 h2,
#_71A63tRBiHHb3tRBnQfK_1 h3,
#_71A63tRBiHHb3tRBnQfK_1 h4,
#_71A63tRBiHHb3tRBnQfK_1 h5,
#_71A63tRBiHHb3tRBnQfK_1 h6 {
    font-family: inherit;
}
.bounceBottom-enter-active {
    animation: bounceBottomUp 1.1s linear both;
}
@keyframes bounceBottomUp {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 100);
    }
    4.1% {
        transform: matrix(1, 0, 0, 1, 0, 41.971);
    }
    8.11% {
        transform: matrix(1, 0, 0, 1, 0, 10.549);
    }
    12.11% {
        transform: matrix(1, 0, 0, 1, 0, -1.843);
    }
    16.12% {
        transform: matrix(1, 0, 0, 1, 0, -4.336);
    }
    27.23% {
        transform: matrix(1, 0, 0, 1, 0, -.784);
    }
    38.34% {
        transform: matrix(1, 0, 0, 1, 0, .104);
    }
    60.56% {
        transform: matrix(1, 0, 0, 1, 0, -.002);
    }
    82.78% {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    to {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}
.bounceBottom-leave-active {
    animation: bounceBottomDown 2s linear both;
}
@keyframes bounceBottomDown {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    4.2% {
        transform: matrix(1, 0, 0, 1, 0, 54.927);
    }
    8.31% {
        transform: matrix(1, 0, 0, 1, 0, 88.411);
    }
    12.51% {
        transform: matrix(1, 0, 0, 1, 0, 103.215);
    }
    16.62% {
        transform: matrix(1, 0, 0, 1, 0, 106.331);
    }
    27.73% {
        transform: matrix(1, 0, 0, 1, 0, 101.285);
    }
    38.84% {
        transform: matrix(1, 0, 0, 1, 0, 99.747);
    }
    61.06% {
        transform: matrix(1, 0, 0, 1, 0, 100.01);
    }
    83.28% {
        transform: matrix(1, 0, 0, 1, 0, 100);
    }
    to {
        transform: matrix(1, 0, 0, 1, 0, 100);
    }
}
.bounceTop-enter-active {
    animation: bounceTopDown 1100down linear both;
}
@keyframes bounceTopDown {
    0% {
        transform: matrix(1, 0, 0, 1, 0, -100);
    }
    4.1% {
        transform: matrix(1, 0, 0, 1, 0, -41.971);
    }
    8.11% {
        transform: matrix(1, 0, 0, 1, 0, -10.549);
    }
    12.11% {
        transform: matrix(1, 0, 0, 1, 0, 1.843);
    }
    16.12% {
        transform: matrix(1, 0, 0, 1, 0, 4.336);
    }
    27.23% {
        transform: matrix(1, 0, 0, 1, 0, .784);
    }
    38.34% {
        transform: matrix(1, 0, 0, 1, 0, -.104);
    }
    60.56% {
        transform: matrix(1, 0, 0, 1, 0, .002);
    }
    82.78% {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    to {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}
.bounceTop-leave-active {
    animation: bounceTopUp 2s linear both;
}
@keyframes bounceTopUp {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    4.1% {
        transform: matrix(1, 0, 0, 1, 0, -58.029);
    }
    8.11% {
        transform: matrix(1, 0, 0, 1, 0, -89.451);
    }
    12.11% {
        transform: matrix(1, 0, 0, 1, 0, -101.843);
    }
    16.12% {
        transform: matrix(1, 0, 0, 1, 0, -104.336);
    }
    27.23% {
        transform: matrix(1, 0, 0, 1, 0, -100.784);
    }
    38.34% {
        transform: matrix(1, 0, 0, 1, 0, -99.896);
    }
    60.56% {
        transform: matrix(1, 0, 0, 1, 0, -100.002);
    }
    82.78% {
        transform: matrix(1, 0, 0, 1, 0, -100);
    }
    to {
        transform: matrix(1, 0, 0, 1, 0, -100);
    }
}
._71A61j23iHHb1j23nQfK_0 {
    display: block;
    position: absolute;
    float: left;
    left: 33px;
    top: 33px;
    width: 26px;
    height: 26px;
}
._71A61j23iHHb1j23nQfK_0 ._71A62k0eiHHb2k0enQfK_0,
._71A61j23iHHb1j23nQfK_0 ._71A63crPiHHb3crPnQfK_0,
._71A61j23iHHb1j23nQfK_0 ._71A63g5uiHHb3g5unQfK_0,
._71A61j23iHHb1j23nQfK_0 ._71A63SB2iHHb3SB2nQfK_0 {
    border-radius: 10px;
    width: 22px;
    height: 22px;
    background: #0095f7;
    box-shadow: 0 0 0 rgba(0, 149, 247, .4);
}
@media screen and (min-width:480px) {
    ._71A61j23iHHb1j23nQfK_0 ._71A62k0eiHHb2k0enQfK_0,
    ._71A61j23iHHb1j23nQfK_0 ._71A63crPiHHb3crPnQfK_0,
    ._71A61j23iHHb1j23nQfK_0 ._71A63g5uiHHb3g5unQfK_0,
    ._71A61j23iHHb1j23nQfK_0 ._71A63SB2iHHb3SB2nQfK_0 {
        border-radius: 50%;
    }
}
._71A61j23iHHb1j23nQfK_0 ._71A62k0eiHHb2k0enQfK_0 {
    animation: _71A62k0eiHHb2k0enQfK_0 3s linear infinite;
}
._71A61j23iHHb1j23nQfK_0 ._71A63g5uiHHb3g5unQfK_0 {
    animation: _71A62k0eiHHb2k0enQfK_0 3s linear infinite 1.5s;
}
@keyframes _71A62k0eiHHb2k0enQfK_0 {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 149, 247, .4);
    }
    to {
        box-shadow: 0 0 0 19px rgba(0, 149, 247, 0);
    }
}
._71A62qKhiHHb2qKhnQfK_0 {
    -ms-flex-align: normal;
    align-items: normal;
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-gap: 16px;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgba(216, 217, 226, .5);
    box-shadow: 10px 20px 40px 0 rgba(36, 35, 40, .1);
    padding: 16px;
    height: 88px;
    pointer-events: auto;
    overflow: hidden;
    background-color: #fff;
    line-height: 1em;
}
._71A62qKhiHHb2qKhnQfK_0._71A6OW-4iHHbOW-4nQfK_0 {
    cursor: pointer;
    transition: all .1s ease-in-out;
}
._71A62qKhiHHb2qKhnQfK_0._71A6OW-4iHHbOW-4nQfK_0:hover {
    box-shadow: 0 0 0 4px rgba(144, 164, 174, .2);
}
@media screen and (min-width:480px) {
    ._71A62qKhiHHb2qKhnQfK_0 {
        width: 352px;
        margin: 0 0 10px 10px;
        border-radius: 50px;
    }
    ._71A62qKhiHHb2qKhnQfK_0._71A6OW-4iHHbOW-4nQfK_0 {
        cursor: pointer;
        transition: all .1s ease-in-out;
    }
    ._71A62qKhiHHb2qKhnQfK_0._71A6OW-4iHHbOW-4nQfK_0:hover {
        box-shadow: 0 0 0 4px rgba(144, 164, 174, .2);
    }
    ._71A62qKhiHHb2qKhnQfK_0._71A63PFfiHHb3PFfnQfK_0 {
        border-radius: 5px;
    }
}
@media screen and (min-width:480px) and (min-width:480px) {
    ._71A62qKhiHHb2qKhnQfK_0._71A63PFfiHHb3PFfnQfK_0 ._71A6iq4LiHHbiq4LnQfK_0 img,
    ._71A62qKhiHHb2qKhnQfK_0._71A63PFfiHHb3PFfnQfK_0 ._71A6iq4LiHHbiq4LnQfK_0 svg {
        border-radius: 5px;
    }
}
._71A62qKhiHHb2qKhnQfK_0 ._71A6iq4LiHHbiq4LnQfK_0 img,
._71A62qKhiHHb2qKhnQfK_0 ._71A6iq4LiHHbiq4LnQfK_0 svg {
    display: block;
    width: 56px;
    height: 56px;
}
@media screen and (min-width:480px) {
    ._71A62qKhiHHb2qKhnQfK_0 ._71A6iq4LiHHbiq4LnQfK_0 img,
    ._71A62qKhiHHb2qKhnQfK_0 ._71A6iq4LiHHbiq4LnQfK_0 svg {
        border-radius: 50%;
    }
}
._71A62qKhiHHb2qKhnQfK_0 ._71A61iAyiHHb1iAynQfK_0 ._71A62XMSiHHb2XMSnQfK_0>span {
    display: inline-block;
    margin-left: -4px;
    margin-bottom: 2px;
    padding: 2px 4px;
    background-color: #f0f1f7;
    line-height: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #242328;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 220px;
    vertical-align: middle;
}
._71A62qKhiHHb2qKhnQfK_0 ._71A61iAyiHHb1iAynQfK_0 ._71A66Nl7iHHb6Nl7nQfK_0 {
    margin-top: 6px;
    margin-bottom: 2px;
    line-height: 13px;
    font-size: 13px;
    font-weight: 300;
    color: #686b81;
    max-height: 1em;
    overflow: hidden;
}
._71A62qKhiHHb2qKhnQfK_0 ._71A61iAyiHHb1iAynQfK_0 ._71A62e55iHHb2e55nQfK_0 {
    display: inline-block;
    margin-right: 4px;
    line-height: 11px;
    font-size: 11px;
    font-weight: 300;
    color: #9196b6;
}
._71A62qKhiHHb2qKhnQfK_0 ._71A61iAyiHHb1iAynQfK_0 ._71A63zU5iHHb3zU5nQfK_0 {
    margin-bottom: -2px;
    vertical-align: middle;
    cursor: pointer;
}
._71A62qKhiHHb2qKhnQfK_0 ._71A61iAyiHHb1iAynQfK_0 ._71A63zU5iHHb3zU5nQfK_0:hover g {
    fill: #0f84d7;
}
._71A62qKhiHHb2qKhnQfK_0 ._71A6W__YiHHbW__YnQfK_0 {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 4px;
    opacity: .1;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
}
._71A62qKhiHHb2qKhnQfK_0 ._71A6W__YiHHbW__YnQfK_0 svg {
    width: 11px;
    height: 11px;
    margin: 0;
    padding: 0;
    display: inline-block;
}
._71A62qKhiHHb2qKhnQfK_0 ._71A6W__YiHHbW__YnQfK_0:hover {
    opacity: .4;
}
._71A61oTbiHHb1oTbnQfK_0 {
    width: 56px;
    height: 56px;
    background-color: #ffebee;
    border-radius: 100%;
}
._71A61oTbiHHb1oTbnQfK_0._71A624CaiHHb24CanQfK_0 {
    border-radius: 5px;
}
@media screen and (min-width:480px) {
    #_71A62fZIiHHb2fZInQfK_0 {
        right: auto;
    }
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 {
    border: 1px solid rgba(216, 217, 226, .5);
    pointer-events: auto;
    overflow: hidden;
    position: relative;
    height: 88px;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1em;
    box-shadow: 10px 20px 40px 0 rgba(36, 35, 40, .1);
}
@media screen and (min-width:480px) {
    #_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 {
        width: 352px;
        margin: 0 0 10px 10px;
        border-radius: 50px;
    }
    #_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0._71A63SlriHHb3SlrnQfK_0 {
        border-radius: 5px;
    }
    #_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0._71A62riIiHHb2riInQfK_0 {
        cursor: pointer;
        transition: all .1s ease-in-out;
    }
    #_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0._71A62riIiHHb2riInQfK_0:hover {
        box-shadow: 0 0 0 4px rgba(144, 164, 174, .2);
    }
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A61JYFiHHb1JYFnQfK_0 {
    display: block;
    position: absolute;
    float: left;
    top: 16px;
    left: 16px;
    height: 56px;
    width: 56px;
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A61JYFiHHb1JYFnQfK_0 img {
    border-radius: 10px;
    height: 56px;
    width: 56px;
}
@media screen and (min-width:480px) {
    #_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A61JYFiHHb1JYFnQfK_0 img {
        border-radius: 50%;
    }
    #_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A61JYFiHHb1JYFnQfK_0 img._71A63SlriHHb3SlrnQfK_0 {
        border-radius: 5px;
    }
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A61JYFiHHb1JYFnQfK_0 svg {
    border-radius: 50%;
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A61JYFiHHb1JYFnQfK_0 svg._71A63SlriHHb3SlrnQfK_0 {
    border-radius: 5px;
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A62EbCiHHb2EbCnQfK_0 ._71A62AUliHHb2AUlnQfK_0,
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A62EbCiHHb2EbCnQfK_0 ._71A62PlWiHHb2PlWnQfK_0,
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A62EbCiHHb2EbCnQfK_0 ._71A613BWiHHb13BWnQfK_0 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 220px;
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A62EbCiHHb2EbCnQfK_0 ._71A62AUliHHb2AUlnQfK_0 {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 90px;
    border-radius: 2px;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 600;
    color: #242328;
    background-color: #f0f1f7;
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A62EbCiHHb2EbCnQfK_0 ._71A613BWiHHb13BWnQfK_0 {
    position: absolute;
    top: 39px;
    left: 96px;
    line-height: normal;
    font-size: 13px;
    color: #686b81;
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A62EbCiHHb2EbCnQfK_0 ._71A62PlWiHHb2PlWnQfK_0 {
    position: absolute;
    bottom: 14px;
    left: 96px;
    line-height: normal;
    display: inline-block;
    color: #9196b6;
    font-size: 11px;
    overflow: visible;
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A62EbCiHHb2EbCnQfK_0 ._71A624uuiHHb24uunQfK_0 {
    position: absolute;
    bottom: -3px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: sub;
    cursor: pointer;
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A62EbCiHHb2EbCnQfK_0 ._71A624uuiHHb24uunQfK_0:hover svg g {
    fill: #0f84d7;
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A61N_EiHHb1N_EnQfK_0 {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 4px;
    opacity: .1;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A61N_EiHHb1N_EnQfK_0 svg {
    width: 11px;
    height: 11px;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#_71A62fZIiHHb2fZInQfK_0 ._71A63zjZiHHb3zjZnQfK_0 ._71A61N_EiHHb1N_EnQfK_0:hover {
    opacity: .4;
}
@media screen and (min-width:480px) {
    #_71A63dGiiHHb3dGinQfK_0 {
        right: auto;
    }
}
#_71A63dGiiHHb3dGinQfK_0 ._71A62B_4iHHb2B_4nQfK_0 {
    border: 1px solid rgba(216, 217, 226, .5);
    pointer-events: auto;
    overflow: hidden;
    position: relative;
    height: 88px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 24px;
    box-sizing: border-box;
    line-height: 1em;
    box-shadow: 10px 20px 40px 0 rgba(36, 35, 40, .1);
}
@media screen and (min-width:480px) {
    #_71A63dGiiHHb3dGinQfK_0 ._71A62B_4iHHb2B_4nQfK_0 {
        width: 352px;
        margin: 0 0 10px 10px;
        border-radius: 50px;
    }
    #_71A63dGiiHHb3dGinQfK_0 ._71A62B_4iHHb2B_4nQfK_0._71A63_88iHHb3_88nQfK_0 {
        border-radius: 5px;
    }
    #_71A63dGiiHHb3dGinQfK_0 ._71A62B_4iHHb2B_4nQfK_0._71A6D2zViHHbD2zVnQfK_0 {
        cursor: pointer;
        transition: all .1s ease-in-out;
    }
    #_71A63dGiiHHb3dGinQfK_0 ._71A62B_4iHHb2B_4nQfK_0._71A6D2zViHHbD2zVnQfK_0:hover {
        box-shadow: 0 0 0 4px rgba(144, 164, 174, .2);
    }
}
#_71A63dGiiHHb3dGinQfK_0 ._71A62B_4iHHb2B_4nQfK_0 ._71A6159fiHHb159fnQfK_0 {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 4px;
    opacity: .1;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
}
#_71A63dGiiHHb3dGinQfK_0 ._71A62B_4iHHb2B_4nQfK_0 ._71A6159fiHHb159fnQfK_0 svg {
    width: 11px;
    height: 11px;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#_71A63dGiiHHb3dGinQfK_0 ._71A62B_4iHHb2B_4nQfK_0 ._71A6159fiHHb159fnQfK_0:hover {
    opacity: .4;
}
#_71A63dGiiHHb3dGinQfK_0 ._71A615RviHHb15RvnQfK_0 {
    display: block;
    margin-left: 68px;
    font-size: 13px;
    color: #686b81;
}
#_71A63dGiiHHb3dGinQfK_0 ._71A615RviHHb15RvnQfK_0 ._71A62fwXiHHb2fwXnQfK_0 {
    display: inline-block;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    border-radius: 3px;
    background-color: #f0f1f7;
    color: #242328;
}
#_71A63dGiiHHb3dGinQfK_0 ._71A615RviHHb15RvnQfK_0._71A61gGxiHHb1gGxnQfK_0 {
    margin: 11px 0 0 67px;
}
#_71A63dGiiHHb3dGinQfK_0 ._71A614UViHHb14UVnQfK_0 {
    margin-left: 72px;
    margin-top: 8px;
    cursor: pointer;
}
#_71A63dGiiHHb3dGinQfK_0 ._71A614UViHHb14UVnQfK_0:hover svg g {
    fill: #0f84d7;
}
#_71A63dGiiHHb3dGinQfK_0 ._71A6H0WDiHHbH0WDnQfK_0 {
    display: block;
    position: absolute;
    float: left;
    left: 33px;
    top: 33px;
    width: 26px;
    height: 26px;
}
#_71A63dGiiHHb3dGinQfK_0 ._71A6H0WDiHHbH0WDnQfK_0 ._71A6h0ePiHHbh0ePnQfK_0,
#_71A63dGiiHHb3dGinQfK_0 ._71A6H0WDiHHbH0WDnQfK_0 ._71A61leDiHHb1leDnQfK_0,
#_71A63dGiiHHb3dGinQfK_0 ._71A6H0WDiHHbH0WDnQfK_0 ._71A62PA-iHHb2PA-nQfK_0,
#_71A63dGiiHHb3dGinQfK_0 ._71A6H0WDiHHbH0WDnQfK_0 ._71A63M25iHHb3M25nQfK_0 {
    border-radius: 10px;
    width: 22px;
    height: 22px;
    background: #0095f7;
    box-shadow: 0 0 0 rgba(0, 149, 247, .4);
}
@media screen and (min-width:480px) {
    #_71A63dGiiHHb3dGinQfK_0 ._71A6H0WDiHHbH0WDnQfK_0 ._71A6h0ePiHHbh0ePnQfK_0,
    #_71A63dGiiHHb3dGinQfK_0 ._71A6H0WDiHHbH0WDnQfK_0 ._71A61leDiHHb1leDnQfK_0,
    #_71A63dGiiHHb3dGinQfK_0 ._71A6H0WDiHHbH0WDnQfK_0 ._71A62PA-iHHb2PA-nQfK_0,
    #_71A63dGiiHHb3dGinQfK_0 ._71A6H0WDiHHbH0WDnQfK_0 ._71A63M25iHHb3M25nQfK_0 {
        border-radius: 50%;
    }
}
#_71A63dGiiHHb3dGinQfK_0 ._71A6H0WDiHHbH0WDnQfK_0 ._71A6h0ePiHHbh0ePnQfK_0 {
    animation: _71A6h0ePiHHbh0ePnQfK_0 3s linear infinite;
}
#_71A63dGiiHHb3dGinQfK_0 ._71A6H0WDiHHbH0WDnQfK_0 ._71A63M25iHHb3M25nQfK_0 {
    animation: _71A6h0ePiHHbh0ePnQfK_0 3s linear infinite 1.5s;
}
@keyframes _71A6h0ePiHHbh0ePnQfK_0 {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 149, 247, .4);
    }
    to {
        box-shadow: 0 0 0 19px rgba(0, 149, 247, 0);
    }
}
@media screen and (min-width:480px) {
    #_71A62lriiHHb2lrinQfK_0 {
        right: auto;
    }
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 {
    border: 1px solid rgba(216, 217, 226, .5);
    pointer-events: auto;
    overflow: hidden;
    position: relative;
    height: 88px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 16px;
    box-sizing: border-box;
    line-height: 1em;
    box-shadow: 10px 20px 40px 0 rgba(36, 35, 40, .1);
}
@media screen and (min-width:480px) {
    #_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 {
        width: 352px;
        margin: 0 0 10px 10px;
        border-radius: 50px;
    }
    #_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0._71A6246aiHHb246anQfK_0 {
        border-radius: 5px;
    }
    #_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0._71A627wViHHb27wVnQfK_0 {
        cursor: pointer;
        transition: all .1s ease-in-out;
    }
    #_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0._71A627wViHHb27wVnQfK_0:hover {
        box-shadow: 0 0 0 4px rgba(144, 164, 174, .2);
    }
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A629e1iHHb29e1nQfK_0 {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 4px;
    opacity: .1;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A629e1iHHb29e1nQfK_0 svg {
    width: 11px;
    height: 11px;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: -4px 2px;
    vertical-align: middle;
    line-height: 1em;
    font-size: .75rem;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A629e1iHHb29e1nQfK_0 svg svg {
    overflow: hidden;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A629e1iHHb29e1nQfK_0 ._71A613_AiHHb13_AnQfK_0 {
    color: #0089d8;
    cursor: pointer;
    text-decoration: none !important;
    font-weight: 600;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A637xpiHHb37xpnQfK_0 {
    display: block;
    position: absolute;
    float: left;
    left: 16px;
    top: 16px;
    width: 56px;
    height: 56px;
    background-color: #ffebee;
    border-radius: 100%;
    padding-top: 1px;
    padding-left: 1px;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A637xpiHHb37xpnQfK_0._71A6246aiHHb246anQfK_0 {
    border-radius: 5px;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A6qu5HiHHbqu5HnQfK_0 {
    margin-left: 80px;
    padding-right: 8px;
    letter-spacing: -.02em;
    line-height: .9em;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A6qu5HiHHbqu5HnQfK_0._71A63CGUiHHb3CGUnQfK_0 {
    margin-top: 10px;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A6qu5HiHHbqu5HnQfK_0 ._71A61VEJiHHb1VEJnQfK_0 {
    margin-left: -4px;
    display: inline-block;
    margin-top: -1px;
    padding: 2px 6px;
    line-height: 1em;
    border-radius: 3px;
    background-color: #f0f1f7;
    color: #242328;
    font-size: 14px;
    font-weight: 600;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A6qu5HiHHbqu5HnQfK_0 ._71A62mT3iHHb2mT3nQfK_0 {
    display: inline-block;
    margin-top: 5px;
    color: #686b81;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A6qu5HiHHbqu5HnQfK_0 div {
    font-size: 13px;
    color: #242328;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A6qu5HiHHbqu5HnQfK_0 ._71A6toc3iHHbtoc3nQfK_0 {
    font-weight: 700;
    display: inline-block;
    padding: 3px;
    background-color: rgba(0, 149, 247, .1);
    margin-bottom: 2px;
    border-radius: 3px;
    color: #0095f7;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A62dIfiHHb2dIfnQfK_0 {
    font-size: 10px;
    color: #0095f7;
    font-weight: 700;
    margin-left: 80px;
    margin-top: 8px;
    cursor: pointer;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A62dIfiHHb2dIfnQfK_0 a {
    color: rgba(0, 149, 247, .5);
    text-decoration: none !important;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A62dIfiHHb2dIfnQfK_0 i {
    display: inline-block;
    margin: -4px 2px;
    vertical-align: middle;
    line-height: 1em;
    font-size: .75rem;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A62dIfiHHb2dIfnQfK_0 i svg {
    overflow: hidden;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A62dIfiHHb2dIfnQfK_0 ._71A613_AiHHb13_AnQfK_0 {
    color: #0089d8;
    cursor: pointer;
    text-decoration: none !important;
    font-weight: 600;
}
#_71A62lriiHHb2lrinQfK_0 ._71A61XogiHHb1XognQfK_0 ._71A62dIfiHHb2dIfnQfK_0:hover svg g {
    fill: #0f84d7;
}
#_71A61BlYiHHb1BlYnQfK_0 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000000;
}
@media screen and (min-width:480px) {
    #_71A61BlYiHHb1BlYnQfK_0 {
        right: auto;
        bottom: 10px;
    }
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A62KJliHHb2KJlnQfK_0 {
    pointer-events: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    background-color: #fff;
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A62KJliHHb2KJlnQfK_0 iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
@media screen and (min-width:480px) {
    #_71A61BlYiHHb1BlYnQfK_0._71A626GWiHHb26GWnQfK_0 {
        left: auto;
        right: 10px;
    }
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 {
    z-index: 10000000;
    pointer-events: auto;
    overflow: hidden;
    position: relative;
    background-color: #fefefe;
    color: #0095f7;
    box-sizing: border-box;
    line-height: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    transition: all .2s linear;
    width: 96%;
    border-radius: 5px;
    margin: 0 auto 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .05), 0 8px 50px rgba(0, 0, 0, .05), 0 10px 100px rgba(0, 0, 0, .1);
    padding: 30px 10px;
}
@media screen and (min-width:480px) {
    #_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 {
        width: 320px;
        margin: 0 0 0 10px;
        padding: 30px 10px 50px;
    }
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A63dAgiHHb3dAgnQfK_0 {
    position: absolute;
    background-color: #0095f7;
    height: 4px;
    top: 0;
    left: 0;
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A61EyZiHHb1EyZnQfK_0 {
    margin: 10px auto;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A61EyZiHHb1EyZnQfK_0 img {
    height: 80px;
    width: 80px;
    display: block;
    background: transparent;
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0>div {
    text-align: center;
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A6EHmXiHHbEHmXnQfK_0 {
    padding: 10px 15px;
    font-size: 20px;
    color: #7c90a2;
    letter-spacing: -.03em;
    line-height: 1.3em;
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A62PMeiHHb2PMenQfK_0 {
    position: absolute;
    top: 12px;
    right: 10px;
    opacity: .1;
    cursor: pointer;
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A62PMeiHHb2PMenQfK_0:hover {
    opacity: .15;
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A62cVkiHHb2cVknQfK_0 {
    display: block;
    width: 100%;
    margin-top: 15px;
    line-height: 1em;
    padding: 25px;
    border-radius: 5px;
    color: #fff;
    background-color: #0095f7;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .08);
    text-decoration: none !important;
    transition: all .1s linear;
    font-size: 20px;
}
@media screen and (min-width:480px) {
    #_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A62cVkiHHb2cVknQfK_0 {
        display: inline-block;
        padding: 15px 25px;
        width: auto;
        font-size: 17px;
    }
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A62cVkiHHb2cVknQfK_0:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1);
    text-decoration: none !important;
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A62cVkiHHb2cVknQfK_0:active {
    box-shadow: none;
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A6aOxliHHbaOxlnQfK_0 {
    opacity: .7;
    color: #90a4ae;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A6aOxliHHbaOxlnQfK_0 a {
    color: #0095f7;
}
#_71A61BlYiHHb1BlYnQfK_0 ._71A63YFliHHb3YFlnQfK_0 ._71A6aOxliHHbaOxlnQfK_0 a:hover {
    text-decoration: none;
}
._71A61AeFiHHb1AeFnQfK_0 {
    z-index: 100000;
    background-color: rgba(43, 57, 80, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}
.fadeIn-leave-active {
    opacity: 0;
}
.fadeIn-leave-active,
.fadeUp-enter-active {
    transition: opacity .3s;
}
.fadeUp-enter-active {
    animation: fadeUp 1s linear both;
    opacity: 1;
}
@keyframes fadeUp {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 100);
    }
    2.5% {
        transform: matrix(1, 0, 0, 1, 0, 65.221);
    }
    4.9% {
        transform: matrix(1, 0, 0, 1, 0, 42.7);
    }
    9.81% {
        transform: matrix(1, 0, 0, 1, 0, 17.223);
    }
    14.71% {
        transform: matrix(1, 0, 0, 1, 0, 6.492);
    }
    19.62% {
        transform: matrix(1, 0, 0, 1, 0, 2.23);
    }
    29.43% {
        transform: matrix(1, 0, 0, 1, 0, .13);
    }
    39.14% {
        transform: matrix(1, 0, 0, 1, 0, -.038);
    }
    to {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}
.fadeUp-leave-active {
    animation: fadeDown 1s linear both;
    transition: opacity .3s;
    opacity: 0;
}
@keyframes fadeDown {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    5.71% {
        transform: matrix(1, 0, 0, 1, 0, 37.514);
    }
    11.31% {
        transform: matrix(1, 0, 0, 1, 0, 63.542);
    }
    17.02% {
        transform: matrix(1, 0, 0, 1, 0, 80.922);
    }
    22.62% {
        transform: matrix(1, 0, 0, 1, 0, 91.335);
    }
    28.33% {
        transform: matrix(1, 0, 0, 1, 0, 97.286);
    }
    33.93% {
        transform: matrix(1, 0, 0, 1, 0, 100.215);
    }
    45.15% {
        transform: matrix(1, 0, 0, 1, 0, 101.709);
    }
    72.57% {
        transform: matrix(1, 0, 0, 1, 0, 100.387);
    }
    to {
        transform: matrix(1, 0, 0, 1, 0, 100);
    }
}
.pulse-container {
    padding: 20px 0 30px !important;
}
.pulse-box {
    float: left;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.pulse-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 18px;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: .6;
}
.pulse-box:before,
.pulse-box:before.questionMark {
    background-image: URL("https://useproof.s3.amazonaws.com/turbo1/simpleWhiteQuestionMark.svg");
}
.pulse-box:before.smile {
    background-image: URL("https://useproof.s3.amazonaws.com/turbo1/smile.svg");
}
svg.pulse-svg {
    overflow: visible;
}
svg.pulse-svg .first-circle,
svg.pulse-svg .second-circle,
svg.pulse-svg .third-circle {
    fill: #f44336;
    transform: scale(.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}
svg.pulse-svg .second-circle {
    animation-delay: 1s;
}
svg.pulse-svg .third-circle {
    animation-delay: 2s;
}
.pulse-css {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: tomato;
    position: relative;
}
.pulse-css:after,
.pulse-css:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: tomato;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}
.pulse-css:after {
    animation-delay: 2s;
}
@keyframes pulse-me {
    0% {
        transform: scale(.5);
        opacity: 0;
    }
    50% {
        opacity: .1;
    }
    70% {
        opacity: .09;
    }
    to {
        transform: scale(2.5);
        opacity: 0;
    }
}
</style>
<style>
.swal2-popup.swal2-toast {
    box-sizing: border-box;
    grid-column: 1/4 !important;
    grid-row: 1/4 !important;
    grid-template-columns: min-content auto min-content;
    padding: 1em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 1px 2px 4px rgba(0, 0, 0, .075), 1px 3px 8px rgba(0, 0, 0, .075), 2px 4px 16px rgba(0, 0, 0, .075);
    pointer-events: all
}
.swal2-popup.swal2-toast>* {
    grid-column: 2
}
.swal2-popup.swal2-toast .swal2-title {
    margin: .5em 1em;
    padding: 0;
    font-size: 1em;
    text-align: initial
}
.swal2-popup.swal2-toast .swal2-loading {
    justify-content: center
}
.swal2-popup.swal2-toast .swal2-input {
    height: 2em;
    margin: .5em;
    font-size: 1em
}
.swal2-popup.swal2-toast .swal2-validation-message {
    font-size: 1em
}
.swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em
}
.swal2-popup.swal2-toast .swal2-close {
    grid-column: 3/3;
    grid-row: 1/99;
    align-self: center;
    width: .8em;
    height: .8em;
    margin: 0;
    font-size: 2em
}
.swal2-popup.swal2-toast .swal2-html-container {
    margin: .5em 1em;
    padding: 0;
    overflow: initial;
    font-size: 1em;
    text-align: initial
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
    padding: 0
}
.swal2-popup.swal2-toast .swal2-loader {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    height: 2em;
    margin: .25em
}
.swal2-popup.swal2-toast .swal2-icon {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0 .5em 0 0
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}
.swal2-popup.swal2-toast .swal2-actions {
    justify-content: flex-start;
    height: auto;
    margin: 0;
    margin-top: .5em;
    padding: 0 .5em
}
.swal2-popup.swal2-toast .swal2-styled {
    margin: .25em .5em;
    padding: .4em .6em;
    font-size: 1em
}
.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    border-radius: 50%
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.8em;
    left: -0.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.25em;
    left: .9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip .75s
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long .75s
}
.swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show .5s
}
.swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide .1s forwards
}
div:where(.swal2-container) {
    display: grid;
    position: fixed;
    z-index: 1060;
    inset: 0;
    box-sizing: border-box;
    grid-template-areas: "top-start     top            top-end""center-start  center         center-end""bottom-start  bottom-center  bottom-end";
    grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
    height: 100%;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch
}
div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
    background: rgba(0, 0, 0, .4)
}
div:where(.swal2-container).swal2-backdrop-hide {
    background: rgba(0, 0, 0, 0) !important
}
div:where(.swal2-container).swal2-top-start,
div:where(.swal2-container).swal2-center-start,
div:where(.swal2-container).swal2-bottom-start {
    grid-template-columns: minmax(0, 1fr) auto auto
}
div:where(.swal2-container).swal2-top,
div:where(.swal2-container).swal2-center,
div:where(.swal2-container).swal2-bottom {
    grid-template-columns: auto minmax(0, 1fr) auto
}
div:where(.swal2-container).swal2-top-end,
div:where(.swal2-container).swal2-center-end,
div:where(.swal2-container).swal2-bottom-end {
    grid-template-columns: auto auto minmax(0, 1fr)
}
div:where(.swal2-container).swal2-top-start>.swal2-popup {
    align-self: start
}
div:where(.swal2-container).swal2-top>.swal2-popup {
    grid-column: 2;
    place-self: start center
}
div:where(.swal2-container).swal2-top-end>.swal2-popup,
div:where(.swal2-container).swal2-top-right>.swal2-popup {
    grid-column: 3;
    place-self: start end
}
div:where(.swal2-container).swal2-center-start>.swal2-popup,
div:where(.swal2-container).swal2-center-left>.swal2-popup {
    grid-row: 2;
    align-self: center
}
div:where(.swal2-container).swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    place-self: center center
}
div:where(.swal2-container).swal2-center-end>.swal2-popup,
div:where(.swal2-container).swal2-center-right>.swal2-popup {
    grid-column: 3;
    grid-row: 2;
    place-self: center end
}
div:where(.swal2-container).swal2-bottom-start>.swal2-popup,
div:where(.swal2-container).swal2-bottom-left>.swal2-popup {
    grid-column: 1;
    grid-row: 3;
    align-self: end
}
div:where(.swal2-container).swal2-bottom>.swal2-popup {
    grid-column: 2;
    grid-row: 3;
    place-self: end center
}
div:where(.swal2-container).swal2-bottom-end>.swal2-popup,
div:where(.swal2-container).swal2-bottom-right>.swal2-popup {
    grid-column: 3;
    grid-row: 3;
    place-self: end end
}
div:where(.swal2-container).swal2-grow-row>.swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup {
    grid-column: 1/4;
    width: 100%
}
div:where(.swal2-container).swal2-grow-column>.swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup {
    grid-row: 1/4;
    align-self: stretch
}
div:where(.swal2-container).swal2-no-transition {
    transition: none !important
}
div:where(.swal2-container) div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
    outline: none
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
    overflow-y: hidden
}
div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: .8em 1em 0;
    color: inherit;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}
div:where(.swal2-container) div:where(.swal2-actions) {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))
}
div:where(.swal2-container) div:where(.swal2-loader) {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: .25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0)
}
div:where(.swal2-container) button:where(.swal2-styled) {
    margin: .3125em;
    padding: .625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
    font-weight: 500
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
    cursor: pointer
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 1em
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus-visible {
    box-shadow: 0 0 0 3px rgba(112, 102, 224, .5)
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #dc3741;
    color: #fff;
    font-size: 1em
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus-visible {
    box-shadow: 0 0 0 3px rgba(220, 55, 65, .5)
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 1em
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus-visible {
    box-shadow: 0 0 0 3px rgba(110, 120, 129, .5)
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible {
    box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
    outline: none
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
    border: 0
}
div:where(.swal2-container) div:where(.swal2-footer) {
    margin: 1em 0 0;
    padding: 1em 1em 0;
    border-top: 1px solid #eee;
    color: inherit;
    font-size: 1em;
    text-align: center
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    grid-column: auto !important;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
    width: 100%;
    height: .25em;
    background: rgba(0, 0, 0, .2)
}
div:where(.swal2-container) img:where(.swal2-image) {
    max-width: 100%;
    margin: 2em auto 1em
}
div:where(.swal2-container) button:where(.swal2-close) {
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s, box-shadow .1s;
    border: none;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0);
    color: #ccc;
    font-family: monospace;
    font-size: 2.5em;
    cursor: pointer;
    justify-self: end
}
div:where(.swal2-container) button:where(.swal2-close):hover {
    transform: none;
    background: rgba(0, 0, 0, 0);
    color: #f27474
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
    border: 0
}
div:where(.swal2-container) .swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 1em 1.6em .3em;
    overflow: auto;
    color: inherit;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
    margin: 1em 2em 3px
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
    box-sizing: border-box;
    width: auto;
    transition: border-color .1s, box-shadow .1s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, 0);
    color: inherit;
    font-size: 1.125em
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5)
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
    color: #ccc
}
div:where(.swal2-container) .swal2-range {
    margin: 1em 2em 3px;
    background: #fff
}
div:where(.swal2-container) .swal2-range input {
    width: 80%
}
div:where(.swal2-container) .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}
div:where(.swal2-container) .swal2-input {
    height: 2.625em;
    padding: 0 .75em
}
div:where(.swal2-container) .swal2-file {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    background: rgba(0, 0, 0, 0);
    font-size: 1.125em
}
div:where(.swal2-container) .swal2-textarea {
    height: 6.75em;
    padding: .75em
}
div:where(.swal2-container) .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: rgba(0, 0, 0, 0);
    color: inherit;
    font-size: 1.125em
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
    flex-shrink: 0;
    margin: 0 .4em
}
div:where(.swal2-container) label:where(.swal2-input-label) {
    display: flex;
    justify-content: center;
    margin: 1em auto 0
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
    align-items: center;
    justify-content: center;
    margin: 1em 0 0;
    padding: .625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center
}
div:where(.swal2-container) .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 1.25em auto;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    font-weight: 600
}
div:where(.swal2-container) .swal2-progress-steps li {
    display: inline-block;
    position: relative
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #2778c4;
    color: #fff;
    line-height: 2em;
    text-align: center
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #2778c4
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
    background: #add8e6;
    color: #fff
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: #add8e6
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    flex-shrink: 0;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #2778c4
}
div:where(.swal2-icon) {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto .6em;
    border: 0.25em solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none
}
div:where(.swal2-icon) .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em
}
div:where(.swal2-icon).swal2-error {
    border-color: #f27474;
    color: #f27474
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg)
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg)
}
div:where(.swal2-icon).swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}
div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark .5s
}
div:where(.swal2-icon).swal2-warning {
    border-color: #facea8;
    color: #f8bb86
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .5s
}
div:where(.swal2-icon).swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}
div:where(.swal2-icon).swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}
div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .8s
}
div:where(.swal2-icon).swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}
div:where(.swal2-icon).swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}
div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark .8s
}
div:where(.swal2-icon).swal2-success {
    border-color: #a5dc86;
    color: #a5dc86
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    border-radius: 50%
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165, 220, 134, .3);
    border-radius: 50%
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    transform: rotate(-45deg)
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .8125em;
    width: 1.5625em;
    transform: rotate(45deg)
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    transform: rotate(-45deg)
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip .75s
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long .75s
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}
[class^=swal2] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.swal2-show {
    animation: swal2-show .3s
}
.swal2-hide {
    animation: swal2-hide .15s forwards
}
.swal2-noanimation {
    transition: none
}
.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.swal2-rtl .swal2-close {
    margin-right: initial;
    margin-left: 0
}
.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto
}
@keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg)
    }
    33% {
        transform: translateY(0) rotateZ(-2deg)
    }
    66% {
        transform: translateY(0.3125em) rotateZ(2deg)
    }
    100% {
        transform: translateY(0) rotateZ(0deg)
    }
}
@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}
@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }
    54% {
        top: .125em;
        left: .125em;
        width: 0
    }
    70% {
        top: .625em;
        left: -0.25em;
        width: 1.625em
    }
    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }
    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}
@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }
    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }
    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }
    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}
@keyframes swal2-show {
    0% {
        transform: scale(0.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(0.95)
    }
    100% {
        transform: scale(1)
    }
}
@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(0.5);
        opacity: 0
    }
}
@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }
    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }
    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }
    100% {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}
@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }
    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}
@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}
@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0
    }
    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0
    }
    80% {
        margin-top: -0.375em;
        transform: scale(1.15)
    }
    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}
@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1
    }
}
@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes swal2-animate-question-mark {
    0% {
        transform: rotateY(-360deg)
    }
    100% {
        transform: rotateY(0)
    }
}
@keyframes swal2-animate-i-mark {
    0% {
        transform: rotateZ(45deg);
        opacity: 0
    }
    25% {
        transform: rotateZ(-25deg);
        opacity: .4
    }
    50% {
        transform: rotateZ(15deg);
        opacity: .8
    }
    75% {
        transform: rotateZ(-5deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden
}
body.swal2-height-auto {
    height: auto !important
}
body.swal2-no-backdrop .swal2-container {
    background-color: rgba(0, 0, 0, 0) !important;
    pointer-events: none
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
    pointer-events: all
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}
@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important
    }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
        display: none
    }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important
    }
}
body.swal2-toast-shown .swal2-container {
    box-sizing: border-box;
    width: 360px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none
}
body.swal2-toast-shown .swal2-container.swal2-top {
    inset: 0 auto auto 50%;
    transform: translateX(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
    inset: 0 0 auto auto
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
    inset: 0 auto auto 0
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
    inset: 50% auto auto 0;
    transform: translateY(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-center {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%)
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
    inset: 50% 0 auto auto;
    transform: translateY(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    inset: auto auto 0 0
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
    inset: auto auto 0 50%;
    transform: translateX(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    inset: auto 0 0 auto
}
</style>
<style type="text/css">
div.eapps-widget {
    position: relative
}
div.eapps-widget.eapps-widget-show-toolbar:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    border: 1px solid transparent;
    transition: border .3s ease;
    z-index: 1
}
.eapps-widget-toolbar {
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    display: block;
    z-index: 99999;
    padding-bottom: 4px;
    transition: all .3s ease;
    pointer-events: none;
    opacity: 0
}
.eapps-widget:hover .eapps-widget-toolbar {
    opacity: 1;
    pointer-events: auto
}
.eapps-widget-toolbar a {
    text-decoration: none;
    box-shadow: none !important
}
.eapps-widget-toolbar-panel {
    border-radius: 6px;
    background-color: #222;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    position: relative;
    transition: all .3s ease;
    opacity: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .2);
    height: 28px
}
.eapps-widget:hover .eapps-widget-toolbar-panel {
    opacity: 1
}
.eapps-widget-toolbar-panel-wrapper {
    width: 100%;
    position: relative
}
.eapps-widget-toolbar-panel-only-you {
    position: absolute;
    top: -24px;
    font-size: 11px;
    line-height: 14px;
    color: #9c9c9c;
    padding: 5px 4px
}
.eapps-widget-toolbar-panel-logo {
    width: 28px;
    height: 28px;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}
.eapps-widget-toolbar-panel-logo svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: #f93262
}
.eapps-widget-toolbar-panel-edit {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
    text-decoration: none
}
.eapps-widget-toolbar-panel-edit-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px
}
.eapps-widget-toolbar-panel-edit-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff
}
.eapps-widget-toolbar-panel-views {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}
.eapps-widget-toolbar-panel-views-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 8px
}
.eapps-widget-toolbar-panel-views-bar {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 70px;
    height: 3px;
    border-radius: 2px;
    margin-left: 8px;
    background-color: hsla(0, 0%, 100%, .3)
}
.eapps-widget-toolbar-panel-views-bar-inner {
    border-radius: 2px;
    background-color: #4ad504
}
.eapps-widget-toolbar-panel-views-green .eapps-widget-toolbar-panel-views-bar-inner {
    background-color: #4ad504
}
.eapps-widget-toolbar-panel-views-red .eapps-widget-toolbar-panel-views-bar-inner {
    background-color: #ff4734
}
.eapps-widget-toolbar-panel-views-orange .eapps-widget-toolbar-panel-views-bar-inner {
    background-color: #ffb400
}
.eapps-widget-toolbar-panel-views-percent {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}
.eapps-widget-toolbar-panel-views-get-more {
    padding: 9px 16px;
    background-color: #f93262;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0 6px 6px 0
}
.eapps-widget-toolbar-panel-share {
    position: absolute;
    top: 0;
    display: inline-block;
    margin-left: 8px;
    width: 83px;
    height: 28px;
    padding-bottom: 4px;
    box-sizing: content-box !important
}
.eapps-widget-toolbar-panel-share:hover .eapps-widget-toolbar-panel-share-block {
    opacity: 1;
    pointer-events: all
}
.eapps-widget-toolbar-panel-share-button {
    padding: 0 18px;
    height: 28px;
    background-color: #1c91ff;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 6px;
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: default;
    -ms-flex-align: center;
    align-items: center
}
.eapps-widget-toolbar-panel-share-button svg {
    display: inline-block;
    margin-right: 6px;
    fill: #fff;
    position: relative;
    top: -1px
}
.eapps-widget-toolbar-panel-share-block {
    position: absolute;
    background: #fff;
    border: 1px solid hsla(0, 0%, 7%, .1);
    border-radius: 10px;
    width: 209px;
    top: 32px;
    transform: translateX(-63px);
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .05)
}
.eapps-widget-toolbar-panel-share-block:hover {
    opacity: 1;
    pointer-events: all
}
.eapps-widget-toolbar-panel-share-block-text {
    color: #111;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 0;
    text-align: center
}
.eapps-widget-toolbar-panel-share-block-text-icon {
    padding-bottom: 4px
}
.eapps-widget-toolbar-panel-share-block-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid hsla(0, 0%, 7%, .1)
}
.eapps-widget-toolbar-panel-share-block-actions-item {
    width: 33.333333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 39px;
    transition: all .3s ease;
    background-color: transparent
}
.eapps-widget-toolbar-panel-share-block-actions-item:hover {
    background-color: #fafafa
}
.eapps-widget-toolbar-panel-share-block-actions-item a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}
.eapps-widget-toolbar-panel-share-block-actions-item-icon {
    width: 16px;
    height: 16px;
    display: block
}
.eapps-widget-toolbar-panel-share-block-actions-item-facebook .eapps-widget-toolbar-panel-share-block-actions-item-icon {
    fill: #3c5a9b
}
.eapps-widget-toolbar-panel-share-block-actions-item-twitter .eapps-widget-toolbar-panel-share-block-actions-item-icon {
    fill: #1ab2e8
}
.eapps-widget-toolbar-panel-share-block-actions-item-google .eapps-widget-toolbar-panel-share-block-actions-item-icon {
    fill: #dd4b39
}
.eapps-widget-toolbar-panel-share-block-actions-item:not(:last-child) {
    border-right: 1px solid hsla(0, 0%, 7%, .1)
}
.heading-white {
    color: #FFF !important;
}
.facts-outer h4{
    font-weight: 600;
    color: #F8B200;
}
.custom-blog{
    text-align: center;
    background: linear-gradient(101.18deg, rgb(244 169 30 / 10%) 0.08%, rgb(255 198 0 / 10%) 100.06%);
    border-radius: 30px;
    padding: 60px 30px 60px;
    margin: 50px 0px;
}
@media (min-width: 768px) {
    .col-md-custom {
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  .col-md-custom {
    padding: 15px;
  }
  .item-in {
    background-color: #ffffff;
    color: #333333;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .item-in:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  .item-in h4 {
    margin-bottom: 15px;
    font-size: 2.0em;
    color: #f8b200;
    font-weight: 600;
  }
  .item-in p {
    margin-bottom: 0;
    font-size: 0.9em;
    line-height: 1.5;
  }
  .saw-listing {
    display: flex;
    justify-content: space-between;
}
.section {
    display: flex;
    flex-direction: column;
}
.section img{
    padding: 10px;
}
/* styles.css */
.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    margin: 20px 0;
    flex-wrap: wrap;
}
.mobile-buttons,.desktop-buttons{
    gap: 10px;
    display: flex;
    padding: 5px;
}
/* Pay Now Button */
.pay-now-button {
    background: linear-gradient(90deg, #7951ad, #67429a); /* Gradient background */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px; /* Slightly rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for a professional look */
    transition: all 0.3s ease; /* Smooth transition */
    outline: none;
}
/* Fill The Form Button */
.fill-form-button {
    background: linear-gradient(90deg, #F8B200, #E69900); /* Gradient background */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px; /* Slightly rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for a professional look */
    transition: all 0.3s ease; /* Smooth transition */
    outline: none;
}
.demo-form-button {
    background: linear-gradient(90deg, #27b78f, #1e8f70);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px; /* Slightly rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for a professional look */
    transition: all 0.3s ease; /* Smooth transition */
    outline: none;
}
/* Icon Spacing */
.pay-button i {
    margin-right: 10px; /* Adjust icon spacing */
}
.demo-form-button i {
    margin-left: 5px;/* Adjust icon spacing */
}
/* Hover Effect for Pay Now Button */
.pay-now-button:hover {
    background: linear-gradient(90deg, #67429a, #7951ad); /* Reversed gradient on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Slightly more pronounced shadow on hover */
    transform: translateY(-2px); /* Slight lift effect on hover */
}
/* Hover Effect for Fill The Form Button */
.fill-form-button:hover {
    background: linear-gradient(90deg, #E69900, #F8B200); /* Reversed gradient on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Slightly more pronounced shadow on hover */
    transform: translateY(-2px); /* Slight lift effect on hover */
}
.demo-form-button:hover {
    background: linear-gradient(90deg, #1e8f70, #27b78f); /* Reversed gradient on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Slightly more pronounced shadow on hover */
    transform: translateY(-1px); /* Slight lift effect on hover */
}
.demo-form-button:active {
    background: linear-gradient(90deg, #27b78f, #1e8f70); /* Revert to original gradient */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Softer shadow when pressed */
    transform: translateY(0); /* Remove lift effect when pressed */
}
/* Active Effect */
.pay-button:active {
    transform: translateY(0); /* Button returns to normal position */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Return to original shadow */
}
.footer-copyright, .contact-info a {
    font-size: 14px;
    color: #888;
    text-align: center;
    padding: 20px 0;
}
.left-section,
.right-section {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    text-align: left;
    padding: 0 10px;
}
.left-section{
    border-right: 1px solid #63625f;
    margin-right: 10px;
}
.contact-info,
.address-info {
    margin-bottom: 10px;
}
.contact-info strong,
.address-info strong {
    display:  inline-block;
    margin-bottom: 5px;
    color: #FFF !important;
}
.address-info {
    font-style: normal;
}
.right-section {
    margin-left: 10px;
    /* Example margin */
}
.copyright-line {
    clear: both;
    margin-top: 20px;
    font-style: italic;
    color: #FFF !important;
}
.plan-left .button1,  .plan-right .button2  {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    margin-top: 30px;
  }
  .plan10000 {
    background-color: #7951ad;
  }
  @-webkit-keyframes glowing {
    0% { background-color: #5133CD; -webkit-box-shadow: 0 0 3px #5133CD; }
    50% { background-color: #7951ad; -webkit-box-shadow: 0 0 40px #7951ad; }
    100% { background-color: #5133CD; -webkit-box-shadow: 0 0 3px #5133CD; }
  }
  @-moz-keyframes glowing {
    0% { background-color: #5133CD; -moz-box-shadow: 0 0 3px #5133CD; }
    50% { background-color: #7951ad; -moz-box-shadow: 0 0 40px #7951ad; }
    100% { background-color: #5133CD; -moz-box-shadow: 0 0 3px #5133CD; }
  }
  @-o-keyframes glowing {
    0% { background-color: #5133CD; box-shadow: 0 0 3px #5133CD; }
    50% { background-color: #7951ad; box-shadow: 0 0 40px #7951ad; }
    100% { background-color: #5133CD; box-shadow: 0 0 3px #5133CD; }
  }
  @keyframes glowing {
    0% { background-color: #5133CD; box-shadow: 0 0 3px #5133CD; }
    50% { background-color: #7951ad; box-shadow: 0 0 40px #7951ad; }
    100% { background-color: #5133CD; box-shadow: 0 0 3px #5133CD; }
  }
  /* .plan-right .button2 {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  } */
  .plan20000 {
    background-color: #F8B200;
  }
  @-webkit-keyframes glowing {
    0% { background-color: #F8B200; -webkit-box-shadow: 0 0 3px #F8B200; }
    50% { background-color: #FFCD00; -webkit-box-shadow: 0 0 40px #FFCD00; }
    100% { background-color: #F8B200; -webkit-box-shadow: 0 0 3px #F8B200; }
  }
  @-moz-keyframes glowing {
    0% { background-color: #F8B200; -moz-box-shadow: 0 0 3px #F8B200; }
    50% { background-color: #FFCD00; -moz-box-shadow: 0 0 40px #FFCD00; }
    100% { background-color: #F8B200; -moz-box-shadow: 0 0 3px #F8B200; }
  }
  @-o-keyframes glowing {
    0% { background-color: #F8B200; box-shadow: 0 0 3px #F8B200; }
    50% { background-color: #FFCD00; box-shadow: 0 0 40px #FFCD00; }
    100% { background-color: #F8B200; box-shadow: 0 0 3px #F8B200; }
  }
  @keyframes glowing {
    0% { background-color: #F8B200; box-shadow: 0 0 3px #F8B200; }
    50% { background-color: #FFCD00; box-shadow: 0 0 40px #FFCD00; }
    100% { background-color: #F8B200; box-shadow: 0 0 3px #F8B200; }
  }
  .service-type-plan-outer {
    padding: 20px 0;
    background-color: #fff;
}
.service-type-plan-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.listing-plan {
    text-align: center;
    width: 100%;
}
.listing-plan h3 {
    margin: 15px 0 20px;
    color: #323232;
    font-weight: 800;
    font-size: 45px;
    line-height: 112%;
}
.listing-plan p {
    font-size: 16px;
    margin-bottom: 20px;
}
.plan-left, .plan-right {
    width: 45%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.plan-left {
    margin-right: 5%;
}
.plan-left img, .plan-right img {
    max-width: 100%;
    height: auto;
}
#google_translate_element{
    float:right;margin-right:5%;display:flex;margin-top: 10px;
}
.plan-text.crossed {
    display: inline-block;
    position: relative;

    text-decoration: line-through;
    cursor: not-allowed;
}

/* End Desktop 22-06-2024 */

/* Container for the video section */
.custom-banner-video-con {
    width: 100%;
    display: flex;
    justify-content: center; /* Center the iframe container */
    padding: 20px;
}

/* Inner container for the iframes */
.custom-banner-video-inner {
    display: flex;         /* Use flex to align the videos side by side */
    gap: 20px;             /* Adds spacing between the iframes */
    width: 100%;
    max-width: 1300px;     /* You can adjust this width as needed */
}

/* Custom styles for each iframe */
.custom-iframe {
    width: 48%;             /* Each iframe takes up 48% of the container */
    height: 360px;          /* Fixed height for each iframe */
    border: none;           /* Remove the default iframe border */
}