<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");

@media screen and (max-width: 576px) {
    .innovation {
        padding-top: 0 !important;
    }
}

a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

a,
button {
    outline: none;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a,
button,
i {
    text-decoration: none;
    color: inherit;
}

a:focus,
.button:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i::before {
    position: relative;
    top: 2px;
}

input,
input:hover,
input:focus,
    /*input[type=text],*/
    /*input[type=email],*/
textarea,
textarea:hover,
textarea:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #00A06B;
    outline: none;
}
button,
button:hover,
button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: none;
}

.form-control:focus {
    border: 1px solid #00A06B;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section-padding {
    padding: 30px 0px;
}

@media (max-width: 575px) {
    .section-padding {
        padding: 100px 0px;
    }
}

/*==========================================================================
Theme Btn CSS
========================================================================== */
/*æžî†½æŒ±é¥é¹ƒã€‰é—ˆãˆ¡å¯œé–½î‡€î–é‘¹ï¿½*/
.theme-banner-btn,
.theme-bg-btn,
.border-btn,
.theme-btn {
    display: inline-block;
    background: #00A06B;
    color: #ffff;
    font-size: 16px;
    padding: 0 39px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    z-index: 3;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
}

.theme-banner-btn i::before,
.theme-bg-btn i::before,
.border-btn i::before,
.theme-btn i::before {
    font-size: 15px;
    margin-left: 10px;
}

.border-btn::before,
.theme-banner-btn::before,
.theme-bg-btn::before,
.theme-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0%;
    border: #FE8C12;
    -webkit-transform: translate(-50%, -50%) rotate(55deg);
    transform: translate(-50%, -50%) rotate(55deg);
    z-index: -1;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.theme-banner-btn:hover::before,
.theme-bg-btn:hover::before,
.border-btn:hover::before,
.theme-btn:hover::before {
    height: 380%;
}

.theme-banner-btn::before {
    background: #ffff;
}

/*æžî†½æŒ±é¥é¹ƒç´¶éå›¨å“é‹æ»ƒç“§æµ£æ’»î–é‘¹ï¿½*/
.theme-banner-btn:hover {
    color: #00A06B;
}

.theme-bg-btn {
    background: #030A15;
}

.theme-bg-btn::before {
    background: #ffff;
}

.theme-bg-btn:hover {
    /*color: #FE8C12;*/
    color: #00A06B;
}


/*æžî†½æŒ±é¥é¹ƒç´¶éå›¨å“é‹æ»ƒç“§æµ£æ’»î–é‘¹ï¿½*/
.border-btn {
    border: 1px solid #00A06B;
    background: none;
    color: #00A06B;
}

.border-btn::before {
    background: #ffff;
}

.border-btn:hover {
    color: #00A06B;
    border-color: #ffff;
}

.border-btn:focus {
    color: #00A06B;
}

.theme-btn::before {
    background: #030A15;
}

.theme-btn:hover {
    color: #ffff;
}

.theme-btn:focus {
    color: #ffff;
}

/*==========================================================================
Hedging CSS
========================================================================== */
h1 {
    font-size: 90px;
    line-height: 110px;
    padding: 0;
    margin: 0;
    color: #030A15;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.p-about {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    color: #686C73;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}


.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

@media (max-width: 991px) {
    .lg-left {
        text-align: left;
    }
    .lg-center {
        text-align: center;
    }
    .lg-right {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .st-left {
        text-align: left;
    }
    .st-center {
        text-align: center;
    }
    .st-right {
        text-align: right;
    }
}

@media (max-width: 575px) {
    .dt-left {
        text-align: left;
    }
    .dt-center {
        text-align: center;
    }
    .dt-right {
        text-align: right;
    }
    h2 {
        font-size: 38px;
        line-height: 52px;
    }
}

@media (max-width: 440px) {
    h2 {
        font-size: 28px;
        line-height: 40px;
    }
}

/*==========================================================================
Preloader CSS
========================================================================== */
.spinner {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.theme-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #030A15;
    z-index: 9999999999;
}

.theme-loader .spinner {
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

/*==========================================================================
Section Top CSS
========================================================================== */
.section-top {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    /*color: #FE8C12;*/
    color: #00A06B;
    text-transform: uppercase;
    padding-left: 70px;
}

.section-top::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 13px;
    /*background: #00A06B;*/
    background: #00A06B;
}

/*==========================================================================
Scroll Top CSS
========================================================================== */
/*æ·‡î†½æ•¼é©ç£‹æªæ¤¤å‰î¬ç»&nbsp;î…žã”æ£°æ»†å£Š modify--20220810*/
.scroll-top {
    /*background: #00A06B;*/
    background: #00A06B;
    bottom: 1%;
    color: #ffff;
    font-size: 20px;
    height: 50px;
    line-height: 55px;
    position: fixed;
    right: 1%;
    text-align: center;
    width: 50px;
    z-index: 9;
    cursor: pointer;
    display: none;
    border-radius: 50%;
}




.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}


.mb-40 {
    margin-bottom: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.ml-45 {
    margin-left: 45px;
}

.mr-45 {
    margin-right: 45px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-45 {
    padding-right: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}

.ml-55 {
    margin-left: 55px;
}

.mr-55 {
    margin-right: 55px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pl-55 {
    padding-left: 55px;
}

.pr-55 {
    padding-right: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.ml-65 {
    margin-left: 65px;
}

.mr-65 {
    margin-right: 65px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pl-65 {
    padding-left: 65px;
}

.pr-65 {
    padding-right: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}

.ml-75 {
    margin-left: 75px;
}

.mr-75 {
    margin-right: 75px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pl-75 {
    padding-left: 75px;
}

.pr-75 {
    padding-right: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-80 {
    margin-right: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pl-80 {
    padding-left: 80px;
}

.pr-80 {
    padding-right: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}

.ml-85 {
    margin-left: 85px;
}

.mr-85 {
    margin-right: 85px;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pl-85 {
    padding-left: 85px;
}

.pr-85 {
    padding-right: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.ml-90 {
    margin-left: 90px;
}

.mr-90 {
    margin-right: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pl-90 {
    padding-left: 90px;
}

.pr-90 {
    padding-right: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mb-95 {
    margin-bottom: 95px;
}

.ml-95 {
    margin-left: 95px;
}

.mr-95 {
    margin-right: 95px;
}

.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pl-95 {
    padding-left: 95px;
}

.pr-95 {
    padding-right: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mb-105 {
    margin-bottom: 105px;
}

.ml-105 {
    margin-left: 105px;
}

.mr-105 {
    margin-right: 105px;
}

.pt-105 {
    padding-top: 105px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pl-105 {
    padding-left: 105px;
}

.pr-105 {
    padding-right: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mb-110 {
    margin-bottom: 110px;
}

.ml-110 {
    margin-left: 110px;
}

.mr-110 {
    margin-right: 110px;
}

.pt-110 {
    padding-top: 110px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pl-110 {
    padding-left: 110px;
}

.pr-110 {
    padding-right: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mb-115 {
    margin-bottom: 115px;
}

.ml-115 {
    margin-left: 115px;
}

.mr-115 {
    margin-right: 115px;
}

.pt-115 {
    padding-top: 115px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pl-115 {
    padding-left: 115px;
}

.pr-115 {
    padding-right: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.ml-120 {
    margin-left: 120px;
}

.mr-120 {
    margin-right: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-120 {
    padding-left: 120px;
}

.pr-120 {
    padding-right: 120px;
}

@media (max-width: 991px) {

    .lg-mb-15 {
        margin-bottom: 15px;
    }
    .lg-mt-15 {
        margin-top: 15px;
    }
    .lg-ml-15 {
        margin-left: 15px;
    }
    .lg-mr-15 {
        margin-right: 15px;
    }
    .lg-pt-15 {
        padding-top: 15px;
    }
    .lg-pb-15 {
        padding-bottom: 15px;
    }
    .lg-pl-15 {
        padding-left: 15px;
    }
    .lg-pr-15 {
        padding-right: 15px;
    }

    .lg-mb-40 {
        margin-bottom: 40px;
    }
    .lg-mt-40 {
        margin-top: 40px;
    }
    .lg-ml-40 {
        margin-left: 40px;
    }
    .lg-mr-40 {
        margin-right: 40px;
    }
    .lg-pt-40 {
        padding-top: 40px;
    }
    .lg-pb-40 {
        padding-bottom: 40px;
    }
    .lg-pl-40 {
        padding-left: 40px;
    }
    .lg-pr-40 {
        padding-right: 40px;
    }

}

@media (max-width: 767px) {

    .md-mb-15 {
        margin-bottom: 15px;
    }
    .md-mt-15 {
        margin-top: 15px;
    }
    .md-mr-15 {
        margin-right: 15px;
    }
    .md-pt-15 {
        padding-top: 15px;
    }
    .md-pb-15 {
        padding-bottom: 15px;
    }
    .md-pl-15 {
        padding-left: 15px;
    }

    .md-mb-40 {
        margin-bottom: 40px;
    }
    .md-mt-40 {
        margin-top: 40px;
    }
    .md-mr-40 {
        margin-right: 40px;
    }
    .md-pt-40 {
        padding-top: 40px;
    }
    .md-pb-40 {
        padding-bottom: 40px;
    }
    .md-pl-40 {
        padding-left: 40px;
    }
    .md-pr-40 {
        padding-right: 40px;
    }

}

@media (max-width: 575px) {

    .sm-mb-15 {
        margin-bottom: 15px;
    }
    .sm-mt-15 {
        margin-top: 15px;
    }
    .sm-mr-15 {
        margin-right: 15px;
    }
    .sm-pt-15 {
        padding-top: 15px;
    }
    .sm-pb-15 {
        padding-bottom: 15px;
    }
    .sm-pl-15 {
        padding-left: 15px;
    }
    .sm-pr-15 {
        padding-right: 15px;
    }

    .sm-mb-40 {
        margin-bottom: 40px;
    }
    .sm-mt-40 {
        margin-top: 40px;
    }
    .sm-mr-40 {
        margin-right: 40px;
    }
    .sm-pt-40 {
        padding-top: 40px;
    }
    .sm-pb-40 {
        padding-bottom: 40px;
    }
    .sm-pl-40 {
        padding-left: 40px;
    }
    .sm-pr-40 {
        padding-right: 40px;
    }
  }

/*==========================================================================
Features
========================================================================== */
.features__area-item {
    padding: 40px 31px;
    background: #F5F5F5;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.features__area-item span {
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 48px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    color: #00A06B;
    opacity: 0.3;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    z-index: 2;
}

.features__area-item-icon i::before {
    color: #00A06B;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    display: inline-block;
    z-index: 2;
}

.features__area-item-content h4 {
    color: #030A15;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.features__area-item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 1;
}


/*==========================================================================
About
========================================================================== */
.about__area-left-image {
    position: relative;
}

.about__area-left-image-small-img {
    position: absolute;
    bottom: -80px;
    left: -60px;
    max-width: 250px;
    border: 17px solid #ffff;
}

.about__area-right {
    max-width: 600px;
}

.about__area-right-list i::before {
    /*color: #FE8C12;*/
    color: #00A06B;
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
    top: 9px;
}

.about__area-right-list p {
    color: #030A15;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.about__area-right-bottom {
    border-top: 1px solid #E6E7E8;
}

.about__area-right-bottom-signature img {
    max-width: 185px;
}

@media (max-width: 390px) {
    .about__area-left-image-small-img {
        max-width: 200px;
    }
}



/*==========================================================================
Experience
========================================================================== */
/*æ·‡î†½æ•¼æµœÑƒæ§ç‘™å—›î•¶æ¶“åº¤ç–†éŽ¾î…¢æ£¿ç’ºï¿½*/
.experience__area {
    margin-top: 30px;
}

.experience__area-bg {
    background: #ffff;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
  /*  padding: 30px 20px;*/
}

.experience__area-skill-content {
    position: relative;
}

.experience__area-skill-content h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #353B44;
}

.experience__area-skill-count {
    position: absolute;
    top: 0;
    left: 60%;
    color: #FE8C12;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.experience__area-skill-inner {
    width: 65%;
    height: 8px;
    background: #E6E7E8;
    margin-top: 10px;
    position: relative;
    border-radius: 0;
}

.experience__area-skill-bar {
    height: 8px;
    position: absolute;
    width: 0;
    top: 0px;
    left: 0px;
    background: #00A06B;
    -webkit-transition: 3.5s;
    transition: 3.5s;
    border-radius: 0;
}

.experience__area-right-image {
    position: relative;
}

.experience__area-right-image-content {
    position: absolute;
    left: -50px;
    bottom: 60px;
    background: #F5F5F5;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
    padding: 30px 40px;
    border-left: 2px solid #FE8C12;
}

.experience__area-right-image-content::before {
    position: absolute;
    content: '';
    bottom: -45px;
    left: -2px;
    border-top: 45px solid #e8e8e8;
    border-left: 50px solid transparent;
}

.experience__area-right-image-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #030A15;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding-top: 10px;
}

.experience__area-video-icon {
    position: absolute;
    top: 50%;
    right: 35%;
    z-index: 10;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 25px;
    height: 26px;
    display: block;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.experience__area-video-icon::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 0;
    background: #00A06B;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.experience__area-video-icon::after {
    position: absolute;
    content: '';
    background: #00A06B;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.experience__area-video-icon span {
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #ffff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    display: block;
}

@media (max-width: 991px) {
    .experience__area-skill-count {
        left: auto;
        right: 0;
    }
    .experience__area-skill-inner {
        width: 100%;
        height: 8px;
        background: #E6E7E8;
        margin-top: 10px;
        position: relative;
        border-radius: 0;
    }
}

@media (max-width: 575px) {
    .experience__area-right-image {
        position: relative;
    }
    .experience__area-right-image-content {
        padding: 20px;
        left: 0;
        bottom: 0;
    }
    .experience__area-right-image-content::before {
        display: none;
    }
    .experience__area-right-image-content p {
        font-size: 14px;
        line-height: 24px;
    }
    /*æµœÑƒæ§ç‘™å—›î•¶æ¤¤ç”¸æ½°éå¶…ç°²å¯®å¿”æ¸¶çå¿“å¯²éç‘°åš®ç‘™å—›î•¶éŽ¸å¤æŒ³æµ£å¶‡ç–†*/
    .experience__area-video-icon {
        top: 50%;
        right: 35%;
    }
    .experience__area-video-icon::before {
        width: 70px;
        height: 70px;
    }
    .experience__area-video-icon::after {
        width: 70px;
        height: 70px;
    }
}


</pre></body></html>