<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1,
h2{color: var(--v-black-light);font-size: 48px;font-weight: 600;line-height: 57px;margin-bottom: 12px;text-align: center;}
h1 span,
h2 span{color: var(--v-orange);}
.orange-button{text-transform: uppercase;}
.inner_back{display: none;}
.banner{background: url(/wp-content/themes/vantage/images/trump-banner.webp?v=1); background-size:cover;padding: 174px 0;position: relative;overflow: hidden;background-position-y: 30%;}
.banner::before{content: '';display: block;width: 1254px;height: 100%;background: linear-gradient(270deg, rgba(0, 81, 95, 0.00) 0%, rgba(0, 0, 0, 0.90) 41.47%);position: absolute;left: 0;top: 0;}
.banner .inner{position: relative;z-index: 10;}
.banner .text-box{max-width: calc(51% - 14px);}
.banner h2{color: var(--v-white);font-size: 64px;font-weight: 600;line-height: 76px;margin-bottom: 12px;text-align: left;}
.banner p{color: var(--v-white);font-size: var(--fs-24);font-weight: 500;line-height: 38px;margin-bottom: 12px;}
.banner ul{margin-bottom: 32px;}
.banner ul li{color: var(--v-white);font-size: var(--fs-16);font-weight: 400;line-height: 24px;margin-bottom: 8px;padding-left: 32px;position: relative;}
.banner ul li:last-child{margin-bottom: 0;}
.banner ul li::before{content: '';display: block;width: 20px;height: 20px;background: url(/wp-content/themes/vantage/images/us-presidential-election-arrow-icon.svg) left center no-repeat; background-size:cover;position: absolute;left: 0;top: 0;}
.banner .tnc{color: var(--v-white);font-size: var(--fs-14);font-weight: 400;line-height: 16px;margin: 12px 0 0;}
.mobile-text{display: none;}

.row1{background: url(/wp-content/themes/vantage/images/us-presidential-election-row1-banner.webp?v=4) center center no-repeat; background-size:cover;padding: 135px 0 140px;position: relative;}
/* .row1::before{content: '';display: block;width: 100%;height: 100%;opacity: 0.3;background: linear-gradient(180deg, rgba(221, 250, 255, 0.50) 0%, rgba(253, 237, 230, 0.50) 100%);position: absolute;left: 0;top: 0;}
.row1 .inner{position: relative;z-index: 10;} */
.row1 p{color: rgb(0 0 0 / 70%);font-size: var(--fs-20);font-weight: 500;line-height: 26px;margin-bottom: 32px;}
.row1 .countdown-box{max-width: calc(66% - 24px);border-radius: 8px;text-align: center;margin: 0 auto;position: relative;}
.row1 .countdown-box::before{content: '';position: absolute;inset: 0;background: repeating-conic-gradient(from var(--a), #E35728, #E35728, #4358F9, #4358F9);border-radius: 8px;animation: rotating 4s linear infinite;}
.row1 .countdown-box::after{content: '';position: absolute;inset: 0;background: repeating-conic-gradient(from var(--a), #E35728, #E35728, #4358F9, #4358F9);border-radius: 8px;animation: rotating 4s linear infinite;filter: blur(15px);opacity: .5;}
.row1 .countdown{position: relative;inset: 0px;background: rgba(248, 248, 249, 1);border-radius: 8px;z-index: 1;padding: 52px 20px;}

@property --a {
    syntax: '&lt;angle&gt;';
    inherits: false;
    initial-value: 0deg;
  }
  
  @keyframes rotating {
    0% {
      --a: 0deg;
    }
    100% {
      --a: 360deg;
    }
  }

.flip {display: inline-block;position: relative;width: 60px;height: 98px;line-height: 98px;/*border: solid 1px #000;*/border-radius: 10px;background: #fff;font-size:48px;font-weight: 600;color: #fff;box-shadow: 0 0 6px rgba(0, 0, 0, .5);text-align: center;}
.flip .digital:before,.flip .digital:after {content: "";position: absolute;left: 0;right: 0;background: linear-gradient(180deg, #034754 0%, #011B1F 100%);overflow: hidden;box-sizing: border-box;font-weight: 600; padding-left: 3px; padding-right: 3px;}
.flip .digital:before {top: 0;bottom: 50%;border-radius: 10px 10px 0 0;border-bottom: solid 1px #666;}
.flip .digital:after {top: 50%;bottom: 0;border-radius: 0 0 10px 10px;line-height: 0;}
.flip.down .front:before {z-index: 3;}
.flip.down .back:after {z-index: 2;transform-origin: 50% 0%;transform: perspective(160px) rotateX(180deg);}
.flip.down .front:after,.flip.down .back:before {z-index: 1;}
.flip.down.go .front:before {transform-origin: 50% 100%;animation: frontFlipDown 0.6s ease-in-out both;box-shadow: 0 -2px 6px rgba(255, 255, 255, 0.3);backface-visibility: hidden;}
.flip.down.go .back:after {animation: backFlipDown 0.6s ease-in-out both;}
.clock {text-align: center;display:flex;justify-content: center; gap: 12px;}
.clock em {display: inline-block;line-height: 102px;font-size: 66px;vertical-align: top;}
.clock .times{font-size:var(--fs-18);font-weight:600;line-height:22px;margin-top:16px;color:var(--v-black-light);text-transform: uppercase;}

.timelist{ width: 150px; display: flex;flex-wrap: wrap;}
.timelist .times{ width: 100%;}
.timelist .flip{ display: block; width: 50%; background: linear-gradient(180deg, #034754 0%, #011B1F 100%);}
.timelist .flip:nth-of-type(1){border-radius: 10px 0px 0px 10px;}
.timelist .flip:nth-of-type(1) .digital:before{border-radius: 10px 0px 0px 0px; text-align: right;}
.timelist .flip:nth-of-type(1) .digital:after{border-radius: 0px 0px 0px 10px; text-align: right;}	
.timelist .flip:nth-of-type(2){border-radius: 0px 10px 10px 0px;}
.timelist .flip:nth-of-type(2) .digital:before{border-radius: 0px 10px 0px 0px; text-align: left;}
.timelist .flip:nth-of-type(2) .digital:after{border-radius: 0px 0px 10px 0px; text-align: left;}

@keyframes frontFlipDown {
    0% {transform: perspective(160px) rotateX(0deg);}
    100% {transform: perspective(160px) rotateX(-180deg);}
}

@keyframes backFlipDown {
    0% {transform: perspective(160px) rotateX(180deg);}
    100% {transform: perspective(160px) rotateX(0deg);}
}

.flip .number0:before,.flip .number0:after {content: "0";}
.flip .number1:before,.flip .number1:after {content: "1";}
.flip .number2:before,.flip .number2:after {content: "2";}
.flip .number3:before,.flip .number3:after {content: "3";}
.flip .number4:before,.flip .number4:after {content: "4";}
.flip .number5:before,.flip .number5:after {content: "5";}
.flip .number6:before,.flip .number6:after {content: "6";}
.flip .number7:before,.flip .number7:after {content: "7";}
.flip .number8:before,.flip .number8:after {content: "8";}
.flip .number9:before,.flip .number9:after {content: "9";}
.row1_count{display: flex;justify-content: space-between;align-items: center;}
.row1_text{max-width: 550px;text-align: left;color: #000;}
.row1_count h2{text-align: left;margin-bottom: 43px;}
.countdown-box{display: none;}


.row2{background: #F8F8F9;padding: 96px 0;overflow: hidden;}
.row2 h2{margin-bottom: 52px;}
.row2 h3{color: var(--v-black-light);font-size: var(--fs-24);font-weight: 400;line-height: 31px; padding-left: 32px;margin-bottom: 12px;position: relative;}
.row2 h3::before{content:"";display:block;width: 20px;height: 20px;background:url(/wp-content/themes/vantage/images/vantage-reward-get-check.svg) top center no-repeat; background-size:cover;position: absolute;top: 4px;left: 0;} 
.row2 p{max-width: 92%;color: rgba(0, 0, 0, 0.80);font-size: var(--fs-16);font-weight: 400;line-height: 24px;margin-bottom: 0;}
.row2 .row2-con{display: flex;justify-content: center;gap: 91px;overflow: hidden;cursor: pointer;}
.row2 .row2-mobile-con{display: none;}
.row2 .row2-img-swiper{width: calc(54% - 31px);height: 495px;overflow: hidden;}
/* 662px */
.row2 .row2-img-swiper {height: 662px;}
.swiper-slide .img-box{padding: 16px; background-color: #F1F2F5;border-radius: 16px;}

.row2 .row2-text-swiper{width: calc(31% - 18px);}
.row2 .row2-text-swiper .swiper-wrapper{justify-content: center;}
.row2 .row2-text-swiper .swiper-slide{height: auto !important;margin-bottom: 32px;}
.row2 .row2-text-swiper .swiper-slide-thumb-active h3{font-weight: 500;color: var(--v-orange);}
.row2 .row2-text-swiper .swiper-slide-thumb-active h3::before{background:url(/wp-content/themes/vantage/images/vantage-reward-get-check-org.svg) top center no-repeat;}
.row2 .swiper-pointer-events{min-height: auto !important;}
.row2 .row2-mobile-con{display: none;}

.row3{background: #F5F5F5;padding: 134px 0;position: relative;overflow: hidden;}
.row3 .text-box{max-width: calc(48% - 8px);position: relative;z-index: 10;}
.row3 h2{font-size: var(--fs-32);line-height: 38px;margin-bottom: 52px;text-align: left;}
.row3 ul{display: flex;gap: 32px;margin-bottom: 53px;}
.row3 ul li{max-width: calc(34% - 25px);}
.row3 ul li .icon-box{margin-bottom: 15px;}
.row3 ul li h3{color: var(--v-black-light);font-size: var(--fs-20);font-weight: 600;line-height: 24px;margin-bottom: 8px;}
.row3 ul li p{color: rgba(0, 0, 0, 0.80);font-size: 14px;font-weight: 400;line-height: 19px;margin-bottom: 0;}
.row3 .tnc{color: #646464;font-size: var(--fs-14);font-weight: 400;line-height: 16px;margin: 12px 0 0;}
.row3 .img-box{position: absolute;top: 8%;right: 215px;}
/* .row3 .img-box::after{content: '';display: block;width: 100%;height: 100%;background: #F5F5F5;position: absolute;left: 0;top: 0;} */

.row4{padding: 96px 0;}
.row4 h2{margin-bottom: 52px;}
.row4 ul{display: flex;justify-content: center;gap: 20px;}
.row4 ul li{max-width: calc(22% - 13px);border-radius: 20px;padding: 32px 15px 0;display: flex;flex-direction: column;justify-content: space-between;position: relative;}
.row4 ul li.forex{background: #E8E9ED;}
.row4 ul li.stocks{background: #FFE6CB;}
.row4 ul li.indices{background: #F6D9CC;}
.row4 ul li.commodities{background: #E3EBEE;}
.row4 ul li h3{color: var(--v-black-light);font-size: var(--fs-20);font-weight: 600;line-height: 24px;margin-bottom: 8px;}
.row4 ul li p{color: rgba(0, 0, 0, 0.80);font-size: 14px;font-weight: 400;line-height: 19px;margin-bottom: 0;}
.row4 ul li .text-box{margin-bottom: 6px;}
.row4 ul li .more{color: var(--v-orange);font-size: 14px;font-weight: 400;line-height: 19px;margin-bottom: 0;display: none;position: relative;cursor: pointer;display: none;}

.row4 ul li .text-box{margin-bottom: 20px;}
.row4 .link{display: inline-block;width: 32px;height: 32px;background: rgb(3 72 84 / 20%);border-radius: 50%;text-align: center;transition: all .3s linear;}
.row4 .link svg{margin: 3px 0 0 2px;}
.row4 ul li:hover .link{transform: scale(1.35);background: rgb(3 72 84 / 100%);}
.row4 ul li:hover .link svg path{fill: #ffffff;}
.row4 .mobile-con{display: none;}

.row5{background: url(/wp-content/themes/vantage/images/us-presidential-election-row5-banner.webp?v=1)left center no-repeat;background-size: cover;padding: 96px 0 120px;overflow: hidden;}
.row5 h2{margin-bottom: 52px;}
.row5-con{background: url(/wp-content/themes/vantage/images/us-presidential-election-row5-table-banner.webp)left center no-repeat;background-size: cover;padding: 32px 103px;text-align: center;}
.row5 .tnc{color: #818181;font-size: var(--fs-14);font-weight: 400;line-height: 19px;margin: 12px 0 0;}
.row5 .tnc a{text-decoration: underline;}

.client-sentiment-data-tab{margin: 0 auto;width: 420px;height: 39px;display: flex;justify-content: space-between;align-items: center;}
.client-sentiment-data-tab li{font-size: var(--fs-20);font-weight: 500;color: var(--v-black);line-height: 26px; cursor: pointer;position: relative;}
.client-sentiment-data-tab li.active{color: var(--v-orange);font-weight: 600;}
.client-sentiment-data-tab li.active::after{content: '';display: block;width: 100%;height: 2px;background-color: var(--v-orange);}
.client-sentiment-data-tab #selected-block{position: absolute;background-color: var(--v-orange);height: 3px;transition: all .3s linear;}
.client-sentiment-data-con{margin: 32px 0;}
.client-sentiment-data-con li{border-radius: 13px;overflow: hidden;box-shadow: 1px 5px 26px #00000029;display: none;position: relative;isolation: isolate;}
.client-sentiment-data-con li.active{display: block;}

.client-sentiment-data-con li table{width: 100%;min-width: 880px;border-collapse:collapse;table-layout:fixed;}
.client-sentiment-data-con li table thead{background-color: #636363;color: var(--v-grey-light3);}
.client-sentiment-data-con li table thead th p{color: var(--v-grey-light3);}
.client-sentiment-data-con li tbody tr{position: relative;transition: all .2s linear;}
.client-sentiment-data-con li tbody tr td{transition: all .2s linear;}
.client-sentiment-data-con li tbody tr:nth-of-type(odd){background-color: var(--v-white);}
.client-sentiment-data-con li tbody tr:nth-of-type(even){background-color: var(--v-grey-light2);}
.client-sentiment-data-con li tbody tr:hover td,.client-sentiment-data-con li tbody tr:hover td.symbol{background-color:var(--v-grey-light4) !important;box-shadow:0px 6px 6px -4px #00000029 inset;-webkit-appearance: none;-webkit-box-shadow:0px 6px 6px -4px #00000029 inset;}
/* .client-sentiment-data-con li th:nth-of-type(1){width: 200px;}
.client-sentiment-data-con li th:nth-of-type(2),
.client-sentiment-data-con li th:nth-of-type(3){width: 160px;}
.client-sentiment-data-con li th:nth-of-type(4){width: 150px;}
.client-sentiment-data-con li th:nth-of-type(5){width: 150px;} */

.client-sentiment-data-con li th,
.client-sentiment-data-con li td{color: var(--v-white);font-size: var(--fs-18);font-weight: 300;line-height: 20px;text-align: center;padding: 14px 0px;}
.client-sentiment-data-con li td{padding: 20px 0px;}
.client-sentiment-data-con li th p,
.client-sentiment-data-con li td p{border-right: 1px solid #D0D0D0;margin-bottom: 0px;}
.client-sentiment-data-con li td p a{    text-decoration: underline;}
.client-sentiment-data-con li th:nth-of-type(1),
.client-sentiment-data-con li td:nth-of-type(1){padding-left: 32px;text-align: left;}
.client-sentiment-data-con li th:nth-of-type(4){text-align: left;padding-left: 20px;}
.client-sentiment-data-con li th:nth-of-type(4) p{border-right: 0;}
.client-sentiment-data-con li th:nth-of-type(5){text-align: right;}
.client-sentiment-data-con li th:last-child,
.client-sentiment-data-con li td:last-child{padding-right: 32px;}
.client-sentiment-data-con li th:last-child p,
.client-sentiment-data-con li td:last-child p{border-right: none;}
.client-sentiment-data-con li td .percentage{display: flex;justify-content: space-between;align-items: center;padding: 0px 22px;border-right: 0;}
.client-sentiment-data-con li td .percentage .percentage-strip{margin: 0px 12px;display: flex;width: 70%;height: 12px;}
.client-sentiment-data-con li td .percentage .percentage-strip-left{width: var(--width);background-color: var(--v-green);border-right: 2px solid var(--v-white);}
.client-sentiment-data-con li td .percentage .percentage-strip-right{width: var(--width);background-color: var(--v-red);}
.client-sentiment-data-con li td .percentage .long,
.client-sentiment-data-con li td .bullish{color: var(--v-green);position: relative;}
.client-sentiment-data-con li td .percentage .short,
.client-sentiment-data-con li td .bearish{color: var(--v-red-dark);position: relative;}
.client-sentiment-data-con li td .percentage .percentSign{display: flex;width: 52px;}
.client-sentiment-data-con li td .percentage i{opacity: .7;margin-left: 4px;font-style: normal;}
.client-sentiment-data-con li td .mix{color: #636363;position: relative;padding-left: 0px;}
.client-sentiment-data-con li td:first-child p{color: var(--v-black);font-weight: 500;line-height: 1.2;}
.client-sentiment-data-con li td .bearish::before,
.client-sentiment-data-con li td .bullish::before,
.client-sentiment-data-con li td .mix::before{content: '';display: block;position: absolute;width: 20px;height:20px;left:28px;top: 50%;transform: translateY(-50%);}
.client-sentiment-data-con li td .bearish::before{background: url(/wp-content/themes/vantage/images/bearish.svg);}
.client-sentiment-data-con li td .bullish::before{background: url(/wp-content/themes/vantage/images/bullish.svg);}
.client-sentiment-data-con li td .mix::before{background: url(/wp-content/themes/vantage/images/reduce.svg);width: 16px;height:1px;left: 30px;}

.client-sentiment-data-con li td{color: var(--v-black);}

.row6{padding: 84px 0px 60px;}
.row6 .row6-banner-top{padding: 32px 40px;background: linear-gradient(91deg, #006376 0%, #011B1F 99.85%);position: relative;border-radius: 20px 20px 0px 0px;}
.row6 .row6-banner-top .top-box{max-width: calc(43% - 17px);}
.row6 .row6-banner-top h2{color:var(--v-white);font-size:28px;font-weight:600;line-height: 33px; margin-bottom:16px;position: relative;z-index: 9;text-align: left;}
.row6 .row6-banner-top .btn-text{width: max-content;text-align: center;-webkit-tap-highlight-color: transparent;}
.row6 .row6-banner-top .img-box{position: absolute;right: 0%;bottom: 0%;text-align: center;}
.row6 .row6-banner-bottom{padding: 32px 40px;box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.16);background: var(--v-white);border-radius: 0 0 20px 20px;display: flex;justify-content: space-between;}
.row6 .row6-banner-bottom .text-box{display: flex;gap: 40px;}
.row6 .row6-banner-bottom ul li{max-width: 240px;}
.row6 .row6-banner-bottom ul li .step-index {width: 52px;height: 52px;border-radius: 50%;background: var(--v-orange);color: var(--v-white);font-size: var(--fs-20);font-weight: 600;line-height: 24px; display: flex;align-items: center;justify-content: center;margin-bottom: 8px;}
.row6 .row6-banner-bottom ul li .step-title p {color: var(--v-orange);text-transform: capitalize;font-size: var(--fs-20);font-weight: 600;line-height: 24px;margin-bottom: 12px;}
.row6 .row6-banner-bottom ul li .step-message p{color: var(--v-black);font-size: var(--fs-16);font-weight: 400;line-height: 24px;margin: 0;}
.row6 .row6-banner-bottom .img-box{display: flex;flex-direction: column;gap: 12px;}

.row7{display: flex;background: #F5F5F5;}
.row7 .left{width: calc(47% - 27px);background: url(/wp-content/themes/vantage/images/us-presidential-election-row7-left-img1.webp) no-repeat;background-size: cover;background-position: center;}
.row7 .left img{display: none;}
.row7 .right{width: 50%;padding: 96px 0 96px 106px;}
.row7 .right .text-box{max-width: 70%;}
.row7 .right .icon-box{margin-bottom: 14px;}
.row7 .right p{color: var(--v-orange);font-size: var(--fs-20);font-weight: 500;line-height: 26px;margin-bottom: 4px;}
.row7 .right h2{font-size: var(--fs-32);font-weight: 600;line-height: 38px;margin-bottom: 14px;text-align: left;}
.row7 .right ul{display: flex;flex-direction: column;gap: 12px;margin-bottom: 14px;}
.row7 .right ul li{display: flex;gap: 8px;align-items: center;}
.row7 .right ul li .icon-box{margin-bottom: 0;}
.row7 .right ul li p{color: var(--v-black);font-size: var(--fs-18);font-weight: 500;line-height: 23px;margin-bottom: 0;}

/* Bottom Post list Start */
.bottom-post-row{ overflow: hidden; width: 100%; background: url(/wp-content/themes/vantage/images/trading-vantage-lp-row2-banner01.webp) center bottom no-repeat; background-size: cover; position: relative;}
.bottom-post-row::after { content: ""; display: block; width: 100%; height: 100%; background: rgb(242, 243, 245, 0.8); position: absolute; left: 0; top: 0; z-index: 1;}
.bottom-post-row .inner{ max-width: 1465px; padding-top: 100px; padding-bottom: 90px; position: relative; z-index: 2;}
.bottom-post-row .icon-title{text-align:left;}
.bottom-post-row h2{ color: var(--v-black-light); margin-bottom: 36px; font-size: var(--fs-56); font-weight: 500; text-align:left;}
.bottom-post-row h2 br{ display: none;}
.bottom-post-row h2 span{ color: var(--v-orange);}
.bottom-post-row .swiper-pointer-events{ height: auto; min-height: auto; overflow: hidden;}
.bottom-post-list{display:flex;margin-bottom:5px;justify-content: flex-start; }
.bottom-post-list li{cursor: pointer;overflow: hidden; height: auto;}
.bottom-post-list li .img-box {height:190px;transition: .7s;position: relative;overflow: hidden;}
.bottom-post-list li .img-box a{width: 100%;height: 100%;display: block;background-position:top center;background-size: cover;background-repeat: no-repeat;transition: .7s;}
.bottom-post-list li .box-link{display: block;width: 100%;height: 100%;padding: 0px 20px 25px;}
.bottom-post-list li .message-box {position: relative;transition:0.1s;}
.bottom-post-list li .message-box .top-text{font-weight: 600;margin-bottom:10px;}
.bottom-post-list li .message-box .p-h3{margin-bottom:38px; min-height: 70px; transition:0.1s;font-weight: 600;font-size: var(--fs-18); color: var(--v-black); line-height: 1.22;}
.bottom-post-list li .bottom-post-list-box-date{ position:absolute; left: 0; bottom:25px; padding: 0 20px; width: 100%;}
.bottom-post-list li .bottom-post-list-box-date p {font-size:var(--fs-14);margin:0px;}
.bottom-post-list li .bottom-post-list-box-date .next-btn {width: 36px;height:36px;background:rgba(255,255,255,0.3);border-radius: 50%;position: absolute;bottom:0px;right:20px;transform:translateX(-45px);opacity: 0;transition:0.3s}
.bottom-post-list li .bottom-post-list-box-date .next-btn .icon-box {color:var(--v-white);position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);width: 15px;height:15px;}
.bottom-post-list li:hover .bottom-post-list-box{background:var(--v-orange);}
.bottom-post-list li:hover .message-box{color:var(--v-white);}
.bottom-post-list li:hover .message-box .p-h3{transform:translateY(2px); color: var(--v-white);/*  text-decoration: underline; */}
.bottom-post-list li:hover p{ color: var(--v-white); }
.bottom-post-list li:hover .next-btn{transform:translateY(0px);opacity: 1;}
.bottom-post-list li:hover .img-box a{transform: scale(1.2);}
.bottom-post-list li:hover .img-box a:after{content:"";position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,.4);}
.bottom-post-list li .bottom-post-list-box{ height: 100%; background:var(--v-grey-light2); display:block; width: 100%; position: relative;}
.bottom-post-list li .bottom-post-list-box:hover{ background:var(--v-orange);}
.bottom-post-list .tag-list{ font-size:var(--fs-14); padding: 20px 20px 5px;}
.bottom-post-list .tag-list .tag-list-text{ display:inline-block; color:var(--v-green-darker); margin-right:9px; margin-bottom:5px; font-size: var(-fs-14); text-decoration:none; font-weight:400;}
.bottom-post-list .tag-list .tag-list-text{ position:relative; padding-left:12px;}
.bottom-post-list .tag-list .tag-list-text:before{ content:""; display:block; position:absolute; left:0px; top:6px; width:2px; height:9px; background:var(--v-green-darker);}
.bottom-post-list .tag-list .tag-list-text:first-child{ padding-left:0px;}
.bottom-post-list .tag-list .tag-list-text:first-child:before{ display:none;}
.bottom-post-list .tag-list .tag-list-text:hover{ color:var(--v-white); text-decoration:none;}
.bottom-post-list li:hover .tag-list .tag-list-text{ color:var(--v-white);}
.bottom-post-list li:hover .tag-list .tag-list-text:before{ background:#fff;}
.bottom-post-row .article-swiper{ overflow: hidden;}
.bottom-post-row .top-box{ display: flex; justify-content: space-between; align-items: flex-start;}
.bottom-post-swiper-nav{ width: 116px; display: flex; justify-content: space-between; align-items: flex-start; padding-top: 10px; padding-left:20px;}
.swiper-nav-prev,
.swiper-nav-next{ width: 40px; height: 40px; background:#e8e9eb; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.swiper-nav-next{ padding-top:4px;}
.swiper-nav-prev img{ transform: rotate(210deg);}
.swiper-nav-next img{ transform: rotate(31deg);}
.swiper-nav-prev:hover,
.swiper-nav-next:hover{ background:#d9d9da;}
/* Bottom Post list End */

.row8{padding: 96px 0;}
.row8 h2{font-size: var(--fs-56);font-weight: 500;line-height: 66px; margin-bottom: 32px;}
.row8 ul{display: flex;justify-content: center;gap: 32px;}
.row8 ul li{width: calc(21% - 14px);background: #F1F3F5;border-radius: 16px;padding: 32px 10px;text-align: center;}
.row8 ul li .icon-box{margin-bottom: 16px;}
.row8 ul li h3{color: var(--v-black);font-size: var(--fs-20);font-weight: 600;line-height: 24px;margin-bottom: 8px;}
.row8 ul li p{color: #636363;font-size: var(--fs-16);font-weight: 400;line-height: 18px;margin: 0;}

html[lang='ar-AE'] .banner h2,
html[lang='ar-AE'] .banner .text-box,
html[lang='ar-AE'] .row2 .row2-text-swiper .swiper-slide,
html[lang='ar-AE'] .row3 ul li,
html[lang='ar-AE'] .row4 ul li .text-box,
html[lang='ar-AE'] .mobile-text,
html[lang='ar-AE'] .row2 p,
html[lang='ar-AE'] .row3 .text-box,
html[lang='ar-AE'] .row6 .row6-banner-top .top-box{text-align: right;}
html[lang='ar-AE'] .banner ul li,
html[lang='ar-AE'] .row2 h3,
html[lang='ar-AE'] .mobile-text ul li{padding-left: 0;padding-right: 32px;text-align: right;}
html[lang='ar-AE'] .banner ul li::before,
html[lang='ar-AE'] .row2 h3::before,
html[lang='ar-AE'] .mobile-text ul li::before{left: auto;right: 0;}
html[lang='ar-AE'] .row2 p{max-width: 100%;}
html[lang='ar-AE'] .row3 h2{text-align: right;}
html[lang='ar-AE'] .row6 .row6-banner-bottom .text-box{flex-direction: row-reverse;text-align: right;}
html[lang='ar-AE'] .row7 .right p,
html[lang='ar-AE'] .row7 .right ul li{direction: ltr;}
html[lang='ar-AE'] .bottom-post-row .top-box{justify-content: flex-end;}
html[lang='ar-AE'] .client-sentiment-data-con li{direction: ltr !important;}
html[lang='ar-AE'] .row6 .row6-banner-top .top-box{display: flex;flex-direction: column;align-items: flex-end;}
html[lang='ar-AE'] .banner .text-box{max-width: calc(45% - 18px);padding-right: 100px;}
html[lang='ar-AE'] .client-sentiment-data-con li th p,
html[lang='ar-AE'] .client-sentiment-data-con li td p,
html[lang='ar-AE'] .client-sentiment-data-con li td span{direction: ltr !important;}
html[lang='ar-AE'] .bottom-post-list li .message-box{text-align: right;}
html[lang='ar-AE'] .bottom-post-list .tag-list .tag-list-text:nth-child(2),
html[lang='ar-AE'] .bottom-post-list .tag-list .tag-list-text:nth-child(3){padding-left: 0;padding-right: 12px;}
html[lang='ar-AE'] .bottom-post-list .tag-list .tag-list-text:before{left: auto;right: 0;}
html[lang='ar-AE'] .bottom-post-list li .message-box .p-h3{margin-bottom: 60px;}
html[lang='ar-AE'] .bottom-post-list li .bottom-post-list-box-date{bottom: 50px;}
html[lang='ar-AE'] .bottom-post-list li .bottom-post-list-box-date .next-btn{bottom: -40px;}

/* html[lang='es-ES'] .row2 .row2-text-swiper{height: 560px;} */
/* html[lang='pt-PT'] .row2 .row2-text-swiper{height: 520px;} */
/* html[lang='de-DE'] .row2 .row2-text-swiper{height: 560px;} */
/* html[lang='et-EE'] .row2 .row2-text-swiper{height: 520px;} */
/* html[lang='sv-SE'] .row2 .row2-text-swiper{height: 520px;} */
/* html[lang='it-IT'] .row2 .row2-text-swiper{height: 520px;} */
/* html[lang='fr-FR'] .row2 .row2-text-swiper{height: 560px;} */

/* html[lang='ms-MY'] .row2 .row2-text-swiper{height: 560px;}
html[lang='id-ID'] .row2 .row2-text-swiper{height: 520px;}
html[lang='tl-PH'] .row2 .row2-text-swiper{height: 520px;}
html[lang='kk-KZ'] .row2 .row2-text-swiper{height: 560px;}
html[lang='mn-MN'] .row2 .row2-text-swiper{height: 560px;}
html[lang='mn-MN'] .client-sentiment-data-tab{width: 460px;}
html[lang='vi-VN'] .row2 .row2-text-swiper{height: 560px;} */

@media (max-width: 1800px){
  .row3 .img-box{right: 6%;}

  .row7 .right .text-box{max-width: 85%;}
}
@media (max-width: 1500px){
  .banner::before{content: '';display: block;width: 1254px;height: 100%;background: linear-gradient(270deg, rgba(0, 81, 95, 0.00) 0%, rgba(0, 0, 0, 0.90) 81.47%);position: absolute;left: 0;top: 0;}
  .banner h2{font-size: var(--fs-60);line-height: 1.22;}

  .row2 .row2-img-swiper,
  .row2 .row2-text-swiper{height: 520px;}

  .row3 .img-box{right: -8%;}
  .row3 .text-box{max-width: 56%;}

  html[lang='pt-PT'] .row2 .row2-text-swiper{height: 540px;}
  html[lang='vi-VN'] .row2 .row2-text-swiper{height: 600px;}
}
@media (max-width: 1440px){
  h1,
  h2{font-size: var(--fs-50);line-height: 1.22;}

  .banner{padding: 120px 0;}

  .row1{padding: 120px 0;}
  .row1 .countdown-box{max-width: 70%;}

  .row2 .row2-img-swiper,
  .row2 .row2-text-swiper{height: 423px;}
  .row2 .row2-text-swiper{width: calc(40% - 18px);}
  .row2 .row2-text-swiper .swiper-wrapper{justify-content: flex-start;}

  .row3{padding: 100px 0;}
  .row3 .text-box{max-width: 65%;}

  .row4{padding: 80px 0;}
  .row4 ul li{max-width: calc(24% - 13px);}

  .row5{padding: 80px 0 100px;}

  .row7 .right{padding: 86px 0 86px 90px;}

  .row8 ul li{width: calc(25% - 14px);}
  .row8 h2{font-size: var(--fs-50);line-height: 1.22;}
}
@media (max-width: 1400px){
  .row3 .img-box{right: -20%;}
}
@media (max-width: 1330px){
  .row7 .right .text-box{max-width: 100%;}

  html[lang='ar-AE'] .banner{background-position-x: 30%;}
  html[lang='de-DE'] .banner{background-position-x: 45%;}
  html[lang='fr-FR'] .banner{background-position-x: 45%;}
  html[lang='es-ES'] .banner{background-position-x: 10%;}
  html[lang='pt-PT'] .banner{background-position-x: 30%;}
  html[lang='et-EE'] .banner{background-position-x: 10%;}
  html[lang='sv-SE'] .banner{background-position-x: 10%;}
}
@media (max-width: 1240px){
  .banner .text-box{max-width: 60%;}

  .row1{padding: 110px 0;}
  .row1 .countdown-box{max-width: 85%;}

  .row2{padding: 80px 0;}
  .row2 .row2-con{gap: 40px;}

  .row3{padding: 90px 0;}
  .row3 .text-box{max-width: 75%;}
  .row3 .img-box{right: -30%;}

  .row4{padding: 70px 0;}

  .row5{padding: 70px 0 80px;}
  .row5-con{padding: 32px 60px;}

  .client-sentiment-data-con li {overflow-x: scroll;}
  .client-sentiment-data-con li th:nth-of-type(1), 
  .client-sentiment-data-con li td:nth-of-type(1) {position: sticky;left: 0;top: 0;z-index: 9;}
  .client-sentiment-data-con li th:nth-of-type(1){background-color: #636363;}
  .client-sentiment-data-con li tr:nth-of-type(odd) td:nth-of-type(1){background-color: var(--v-white);}
  .client-sentiment-data-con li tr:nth-of-type(even) td:nth-of-type(1){background-color: var(--v-grey-light2);}

  .row6 .row6-banner-bottom{flex-direction: column;gap: 30px;}
  .row6 .row6-banner-bottom .img-box{flex-direction: row;}

  .row7 .left{width: 50%;}
  .row7 .right{padding: 70px 0 70px 80px;}

  .row8{padding: 80px 0;}
  .row8 ul{gap: 20px;}

  html[lang='ar-AE'] .banner .text-box{max-width: 60%;}
  html[lang='ar-AE'] .row6 .row6-banner-bottom{align-items: flex-end;}
}
@media (max-width: 1200px){
  .row4 ul{flex-wrap: wrap;}
  .row4 ul li{max-width: 48%;}
}
@media (max-width: 1180px){
  .row2 .row2-img-swiper,
  .row2 .row2-text-swiper{height: 520px;}
}
@media (max-width: 1024px){
  h1,
  h2{font-size: var(--fs-40);}

  .row1{padding: 100px 0;}
  .row1 .countdown-box{max-width: 100%;}

  .row2{padding: 70px 0;}
  .row2 .row2-con{display: none;}
  .row2 .row2-mobile-con{display: block;}
  .row2 h2{margin-bottom: 48px;}
  .row2 .row2-mobile-swiper{position: relative;}
  .row2 .row2-mobile-swiper .swiper-slide{width: auto !important;max-width: 100%;}
  .row2 .row2-mobile-swiper .swiper-slide:last-child{margin-right: 0 !important;}
  .row2-mobile-scrollbar{display: block;width: 89px;height: 4px;background: #C6C6C6;position: absolute;left: 50%;transform: translateX(-50%);top: -32px;}
  .row2-mobile-scrollbar .swiper-scrollbar-drag{background: #E35728;}
  .row2 .swiper-slide-active h3{font-weight: 500;color: var(--v-orange);}
  .row2 .swiper-slide-active h3::before{background:url(/wp-content/themes/vantage/images/vantage-reward-get-check-org.svg) top center no-repeat;}
  .row2 .text-box{margin: 16px 0 0 16px;}
  .row2 .img-box img{width: 100%;}

  .row3{padding: 80px 0;}
  .row3 ul{flex-direction: column;gap: 20px;margin-bottom: 30px;}
  .row3 ul li{max-width: 100%;}
  .row3 .img-box{top: 0;}
  .row3 ul li .icon-box{margin-bottom: 0;}
  .row3 .title{display: flex;align-items: center;gap: 20px;margin-bottom: 15px;}
  .row3 ul li h3{margin-bottom: 0;}

  .row4{padding: 60px 0;}

  .row5{padding: 60px 0 70px;}
  .row5 h2{margin-bottom: 32px;}
  .row5-con{padding: 32px 20px;}

  .client-sentiment-data-con{margin: 20px 0;}

  .row6 .row6-banner-bottom{padding: 20px;}

  .row7{flex-direction: column;}
  .row7 .left{background: unset;width: 100%;}
  .row7 .left img{display: block;}
  .row7 .right{width: 100%;padding: 40px 40px 60px;}

  .row8{padding: 70px 0;}
  .row8 ul{flex-wrap: wrap;}
  .row8 ul li{width: calc(45% - 14px);}
  .row8 h2{font-size: var(--fs-40);}
}
@media (max-width: 920px){
  .banner .text-box{max-width: 70%;}

  html[lang='ar-AE'] .banner .text-box{max-width: 70%;}
}
@media (max-width: 840px){
  .row1_count{flex-direction: column;}
  .row1_text{text-align: center;}
  .row1_text h2{text-align: center;}
  .banner .text-box{max-width: 75%;}

  html[lang='ar-AE'] .banner .text-box{max-width: 75%;}
}
@media (max-width: 768px){
  .inner_back{display: block;width: 100%;height: 400px;background: linear-gradient(0deg, rgba(0, 81, 95, 0) 0.58%, #000000 51.76%);position: relative;z-index: 1;padding-top: 50px;}
 .inner_back .text-box{max-width: 88%;display: flex;flex-direction: column;align-items: center;text-align: center;margin: 0 auto;color: #fff;}
 .inner_back .text-box h2{color: #fff;}
  
  .banner .text-box{display: none !important;}

  .banner{background: url(/wp-content/themes/vantage/images/trump-banner-mobile.webp?v=1) top center no-repeat; background-size:cover;background-position-x: center !important;margin-top: -210px;}
  .banner .inner{min-height: 85px;}

  .banner::before{display: none;}
  .banner .text-box{max-width: 88%;display: flex;flex-direction: column;align-items: center;text-align: center;margin: 0 auto;}
  .banner h2{text-align: center;}
  .banner .pc-text{display: none;}
  .mobile-text{display: block;padding: 12px 20px;}
  .mobile-text p{color: var(--v-black);font-size: var(--fs-24);font-weight: 500;line-height: 38px;margin-bottom: 12px;}
  .mobile-text ul li{color: var(--v-black);font-size: var(--fs-16);font-weight: 400;line-height: 24px;margin-bottom: 8px;padding-left: 32px;position: relative;}
  .mobile-text ul li:last-child{margin-bottom: 0;}
  .mobile-text ul li::before{content: '';display: block;width: 20px;height: 20px;background: url(/wp-content/themes/vantage/images/us-presidential-election-arrow-icon.svg) left center no-repeat; background-size:cover;position: absolute;left: 0;top: 0;}

  .row1{padding: 60px 0;}

  .timelist{width: 83px;}
  .flip{font-size: 36px;height: 68px;line-height: 68px;}

  .row2{padding: 60px 0;}

  .row3{padding: 70px 0 0;}
  .row3 h2{margin-bottom: 30px;}
  .row3 .text-box{max-width: 100%;}
  .row3 .img-box{position: static;}
  .row3 ul li .icon-box img{width: 50px;}

  .row4{padding: 50px 0;}
  .row4 h2{margin-bottom: 30px;}
  .row4 ul li{max-width: 100%;flex-direction: row;padding: 32px 15px;}
  .row4 ul li .text-box{width: 50%;margin: 0;}
  .row4 ul li .img-box{position: absolute;right: 0;bottom: 0;text-align: right;}
  .row4 ul li .img-box img{width: 80%;}

  .row4 .pc-con{display: none;}
  .row4 .mobile-con{display: block;}
  .row4 ul li{flex-direction: column;}
  .row4 ul li h3{margin-bottom: 0;}
  .row4 ul li .img-box img{width: 60%;}
  .row4 .title{width: 100%;display: flex;justify-content: space-between;margin-bottom: 8px;}
  .add-subtract{width: 22px;}
  .row4 ul li p {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;margin-bottom: 10px;transition: all .3s linear;}

  .row4 ul li .text{width: 50%;transition: all .3s linear;}
  .row4 ul li .text.active p{-webkit-line-clamp: inherit;}
  .row4 ul li .text.active .more{display: inline-block;}
  .row4 ul li .more::after {content: '';display: block;width: 100%;height: 1px;background: var(--v-orange);position: absolute;left: 0;bottom: -2px;}

  .row5{padding: 50px 0 60px;}
  .row5-con{background: unset;padding: 0;}

  .row6 .row6-banner-bottom .text-box{flex-direction: column;gap: 20px;}
  .row6 .row6-banner-bottom ul li{max-width: 100%;display: flex;gap: 8px;}
  .row6 .row6-banner-bottom ul li .step-index{width: 24px;height: 24px;margin-bottom: 0;}
  .row6 .row6-banner-bottom ul li .step-title p{margin-bottom: 4px;}
  .row6 .text{width: calc(100% - 24px);}
  .row6 .row6-banner-top{padding: 32px 0 0 40px;overflow: hidden;}
  .row6 .row6-banner-top .top-box{max-width: 100%;}
  .row6 .row6-banner-top .img-box{position: relative;margin-left: -14%;margin-top: 32px;}

  .row7 .right{padding: 40px 40px 50px;}
  .row7 .right .icon-box{margin-bottom: 0;}
  .row7 .right .icon-box img{width: 80px;}
  .row7 .right li .icon-box img{width: auto;}

  /* Bottom Post list Start */
  .bottom-post-row .inner{ padding-top: 60px; padding-bottom: 60px;}
  /* Bottom Post list End */

  .row8{padding: 60px 0;}
  .row8 ul li{width: calc(50% - 14px);}

  html[lang='ar-AE'] .banner h2,
  html[lang='ar-AE'] .banner .tnc{text-align: center;}
  html[lang='ar-AE'] .row4 ul li .img-box{right: auto;left: 0;text-align: left;}
  html[lang='ar-AE'] .row6 .row6-banner-top .top-box{padding-right: 40px;}
  html[lang='ar-AE'] .row6 .row6-banner-bottom .text-box{flex-direction: column;}
  html[lang='ar-AE'] .banner .text-box{max-width: 88%;}
}
@media (max-width: 580px){
  .row8 ul li{width: 100%;padding: 20px 10px;}
  .row8 ul li .icon-box{margin-bottom: 10px;}
  .row8 ul li h3{line-height: 20px;}
}
@media (max-width: 540px){

  /* Bottom Post list Start */
  .bottom-post-list li .message-box .p-h3 {font-size: 14px;}
  /* Bottom Post list End */

  html[lang='mn-MN'] .client-sentiment-data-tab{width: auto;}
}
@media (max-width: 510px){
  h1,
  h2{font-size: var(--fs-50);line-height: 24px;}
  
  .banner{padding: 52px 0 380px;}
  .banner h2{font-size: 28px;line-height: 33px;}
  .banner .tnc{margin: 8px 0 0;line-height: 14px;}
  .mobile-text p{line-height: 24px;margin-bottom: 8px;}
  .mobile-text ul li{line-height: 19px;margin-bottom: 4px;}

  .row1{padding: 20px 0;}
  .row1 .countdown{background: unset;padding: 0;}
  .row1 .countdown h2{margin-bottom: 4px;line-height: 24px;}
  .row1 p{font-size: var(--fs-16);line-height: 21px;margin-bottom: 12px;}
  .row1 .countdown-box::before{display: none;}
  .row1 .countdown-box::after{display: none;}

  .timelist{width: 63px;}
  .flip{font-size: 32px;height: 58px;line-height: 58px;}
  .clock{gap: 8px;}
  .clock .times{margin-top: 10px;line-height: 18px;}

  .row2{padding: 48px 0;}
  .row2 h3{line-height: 19px;}
  .row2 h3::before{top: 0;}
  .row2 p{line-height: 19px;}

  .row3{padding: 32px 0;}
  .row3 h2{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
  .row3 ul{gap: 32px;margin-bottom: 20px;}
  .row3 ul li .icon-box img{width: 30px;}
  .row3 .title{gap: 5px;margin-bottom: 8px;}
  .row3 ul li h3{line-height: 19px;}
  .row3 .tnc{line-height: 13px;margin: 6px 0 0;}

  .row4{padding: 40px 0;}
  .row4 h2{margin-bottom: 25px;}
  .row4 ul li{padding: 20px 15px;}
  .row4 ul li .text-box{width: 56%;}
  .row4 ul li h3{font-size: 18px;line-height: 21px;margin-bottom: 6px;}
  .row4 ul li p{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin-bottom: 10px;}
  .row4 ul li p.active{-webkit-line-clamp: inherit;}
  .row4 ul li .img-box img{width: 50%;}
  /* .row4 ul li .more{display: inline-block;}
  .row4 ul li .more::after{content: '';display: block;width: 100%;height: 1px;background: var(--v-orange);position: absolute;left: 0;bottom: -2px;}
  .row4 ul li .more.active{display: none;} */

  .row4 ul li .text{width: 56%;}
  .row4 ul li .img-box img{width: 50%;}

  .row5{padding: 48px 0;}

  .client-sentiment-data-con li table{min-width: min-content;}
  .client-sentiment-data-tab{width: auto;height: auto;justify-content: center;gap: 20px;}
  .client-sentiment-data-con li th:nth-of-type(1), 
  .client-sentiment-data-con li td:nth-of-type(1){width: 110px;}
  .client-sentiment-data-con li th:nth-of-type(2), 
  .client-sentiment-data-con li td:nth-of-type(2),
  .client-sentiment-data-con li th:nth-of-type(3), 
  .client-sentiment-data-con li td:nth-of-type(3){width: 110px;}

  .client-sentiment-data-con li th:nth-of-type(4), 
  .client-sentiment-data-con li td:nth-of-type(4),
  .client-sentiment-data-con li th:nth-of-type(5), 
  .client-sentiment-data-con li td:nth-of-type(5){width: 150px;}

  .row6{padding: 32px 0;}
  .row6 .row6-banner-bottom{padding: 16px 12px 20px;gap: 20px;box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);border-radius: 0 0 12px 12px;}
  .row6 .row6-banner-bottom .text-box{gap: 16px;}
  .row6 .row6-banner-bottom ul li .step-index{font-size: 14px;line-height: 19px;}
  .row6 .row6-banner-bottom ul li .step-title p{line-height: 19px;}
  .row6 .row6-banner-bottom ul li .step-message p{line-height: 19px;}
  .row6 .row6-banner-top{padding: 20px 0 0 12px;}
  .row6 .row6-banner-top h2{font-size: 20px;line-height: 24px;}
  .row6 .row6-banner-top .img-box{margin-left: -70%;}

  .row7 .right{padding: 20px 20px 32px;}
  .row7 .right p{font-size: 14px;line-height: 21px;}
  .row7 .right h2{font-size: 20px;line-height: 24px;}
  .row7 .right ul{margin-bottom: 20px;}
  .row7 .right ul li p{line-height: 21px;}

  /* Bottom Post list Start */
  .bottom-post-row .inner{ padding-top: 45px; padding-bottom: 45px;}
  /* Bottom Post list End */

  .row8{padding: 48px 0;}
  .row8 h2{font-size: 19px;}

  html[lang='ar-AE'] .bottom-post-list{justify-content: flex-start;}
}
@media (max-width: 340px){
  .row6 .row6-banner-top .img-box{margin-left: -45%;}

  html[lang='ar-AE'] .row6 .row6-banner-top .top-box{padding-right: 20px;}
}</pre></body></html>