/** KEYINFO PAGeE **/
.bg-color-58AFAA {
    background: #58AFAA;
}
.bg-color-5368A3 {
    background: #5368A3;
}
.bg-color-EE4747 {
    background: #EE4747;
}
.bg-color-005AAD {
    background: #005AAD;
}
.bg-color-6DAD32 {
    background: #6DAD32;
}
.bg-color-E1900A {
    background: #E1900A;
}
.bg-color-89C384 {
    background: #89C384;
}
.bg-color-AD7766 {
    background: #AD7766;
}
.bg-color-6D9AB4 {
    background: #6D9AB4;
}
.keyinfo-banner {
    background: url('../img/keyinfo/keyinfo-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
.keyinfo-second-container {
    background: url('../img/keyinfo/snow-keyinfo-bg.jpg') lightgray 50% / cover no-repeat;
}
.keyinfo-second-container .text-wrap p {
    width: 45%;
    font-weight: 300;
}
.keyinfo-third-container {
    background: #00867E;
}
.keyinfo-third-container .card .img-wrap {
    display: flex;
    padding: 28px 60px 40px 60px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px 20px 0px 0px;
    height: 190px;
}
.keyinfo-third-container .card-profile {
    border-radius: 20px;
}
.keyinfo-third-container .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 230px;
}
.keyinfo-third-container .card .img-wrap img {
    aspect-ratio: 16/9;
    object-fit: contain;
}
.keyinfo-third-container .card .img-wrap .card-name-title {
    margin-bottom: 1.5em;
}
.keyinfo-third-container .row.mt-4 > div {
    margin-bottom: 24px;
}
.keyinfo-third-container .card-container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    float: none;
}
.keyinfo-third-container .card .img-wrap .card-name-title h5 {
    line-height: 120%;
}
.keyinfo-third-container .card-profile button.btn:hover {
    border: 1px solid #666;
    border-radius: 1.875rem;;
}
.keyinfo-third-container .card-profile button.btn {
    transition: ease-in-out 0.6s;
}
#hp-popular-destinations .card-plain .blur-shadow-image, #hp-popular-destinations .card-plain .blur-shadow-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    height: 215px;
    object-position: center;
    border-radius: 10px 10px 0 0;
}
#hp-popular-destinations .card-flex .card-wrap {
    width: calc(25% - 30px);
    margin-left: 30px;
}
#hp-popular-destinations .card-body {
    border: 1px solid #adadad;
    border-radius: 0 0 10px 10px;
    padding: 1.5rem 0.5rem;
}
#hp-popular-destinations .card-body h5 {
    padding: 0 20px;
    min-height: 55px;
}
/** END OF KEYINFO PAGE **/

/** TRAVEL MUST-HAVES PAGE **/
#lp-travel-must-haves {
    background: url('../img/helpdesk/travel-must-haves-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
.lp-travel-must-haves-content-wrapper h1 {
    font-family: Roboto;
    font-size: clamp(2.5rem, 2.1017rem + 1.634vw, 4.0625rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#lp-travel-must-haves {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#lp-travel-must-haves .lp-travel-must-haves-content-wrapper {
    margin-bottom: 120px;
}
.helpdesk-must-haves-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    margin: 0 auto;
}
.helpdesk-must-haves-wrap .ts-bg-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
}
.helpdesk-must-haves-wrap .helpdesk-must-haves-content-wrap {
    position: absolute;
    top: auto;
    left: 6%;
    bottom: 5%;
    max-width: 530px;
    width: 90%;
}
.lp-essentials-container .flex-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: -30px;
    width: calc(100% + 30px);
    align-items: flex-start;
}
.lp-essentials-wrap .flex-wrap .flex-each {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    max-width: fit-content;
}
.lp-essentials-container .flex-wrap .body-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: #00000073;
    width: 100%;
    height: 60%;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.lp-essentials-wrap .flex-wrap .flex-each {
    width: calc(50% - 30px);
    margin-left: 30px;
    border-radius: 10px;
}
.lp-essentials-container .flex-wrap .body-content h4 {
    font-size: 18px;
    text-align: left;
}
.lp-essentials-container .flex-wrap .body-content p {
    line-height: 120%;
}
.lp-essentials-container .flex-wrap .body-content .btn-wrap {
    display: none;
}
.lp-essentials-wrap .flex-wrap .flex-each:hover .body-content {
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lp-essentials-wrap .flex-wrap .flex-each:hover .body-content .btn-wrap {
    display: block;
}
.lp-skincare-essentials-container .flex-wrap .flex-each {
    display: flex;
    flex-direction: row;
}
.lp-skincare-essentials-container .flex-wrap .flex-each .img-product-wrap,
.lp-skincare-essentials-container .flex-wrap .flex-each .img-essentials-wrap  {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-skincare-essentials-container .flex-wrap .flex-each .img-product-wrap img {
    aspect-ratio: 16/9;
    object-fit: contain;
    width: 150px;
    height: 150px;
}
.lp-skincare-essentials-container .flex-wrap .flex-each .img-essentials-wrap img {
    aspect-ratio: 16/9;
    object-fit: contain;
    width: 270px;
    height: 150px;
}
.lp-skincare-essentials-wrap .header-section h3 {
    font-size: 35px !important;
}
/** END OF TRAVEL MUST-HAVES PAGE **/

/** TRANSPORTATION PAGE **/
#lp-travel-must-haves.keyinfo-transportation-section {
    background: url('../img/keyinfo-subpages/transportation-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
/** END TRANSPORTATION PAGE **/

/** TRANSPORTATION PAGE **/
#lp-travel-must-haves.going-to-asia-on-a-budget-section {
    background: url('../img/keyinfo-subpages/going-to-asia-on-a-budget-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
.asia-on-a-budget-wrap .ry-each .img-wrap img {
    width: 100%;
}
.asia-on-a-budget-wrap .ry-each:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}
.asia-on-a-budget-wrap .container {
    max-width: 1280px;
}
/** END TRANSPORTATION PAGE **/

/** Five Best Transpo Options When Exploring Europe PAGE **/
#lp-travel-must-haves.five-best-transpo-options-when-exploring-europe-section {
    background: url('../img/keyinfo-subpages/exploring-europe-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
#transpo-options .grid-wrap:nth-child(odd) .d-flex {
    flex-direction: row;
}
#transpo-options .grid-wrap:nth-child(even) .d-flex {
    flex-direction: row-reverse;
}
#transpo-options .grid-wrap .text-wrap {
    background: #A3C2D4 !important;
}
.transpo-verbiage-section .container {
    max-width: 1280px;
}
/** Five Best Transpo Options When Exploring Europe PAGE **/

/** Travel Safety Tips PAGE **/
#lp-travel-must-haves.travel-safety-tips-section {
    background: url('../img/keyinfo-subpages/travel-safety-tips-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
#lp-travel-must-haves.chiang-mai-motorbike-section {
    background: url('../img/keyinfo-subpages/chiang-mai-motorbike-adventures-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
#lp-travel-must-haves.exploring-europe-by-train-section {
    background: url('../img/keyinfo-subpages/exploring-europe-by-train-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
/** END Travel Safety Tips PAGE **/

/** Food and Leisure PAGE **/
#lp-travel-must-haves.food-and-leisure-section {
    background: url('../img/keyinfo-subpages/food-and-leisure-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
#lp-travel-must-haves.food-and-leisure-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgb(0 0 0 / 50%);
}
.dishes-and-leisure-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 80px 40px 40px;
    border-radius: 10px 0 0 10px;
}
#lp-travel-must-haves.korean-dishes-section {
    background: url('../img/keyinfo-subpages/korean-dishes-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
#dishes-and-leisure .ts-bg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#lp-travel-must-haves.camp-sites-section {
    background: url('../img/keyinfo-subpages/camp-sites-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
.background-A3C2D4 {
    background: #A3C2D4;
}
#camp-sites .d-flex.flex-wrap {
    max-width: 1024px;
    margin: 0 auto;
    width: 90%;
    float: none;
}
#camp-sites .grid-wrap {
    margin-bottom: 30px;
    padding: 80px 0;
}
/** END Food and Leisure PAGE **/

/** Grocery and Shopping PAGE **/
#lp-travel-must-haves.grocery-and-shopping-section {
    background: url('../img/keyinfo-subpages/grocery-and-shopping-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.grocery-and-shopping-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgb(0 0 0 / 50%);
}
#lp-travel-must-haves.tips-on-clothing-section {
    background: url('../img/keyinfo-subpages/tips-on-clothing-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.tips-on-clothing-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgb(0 0 0 / 50%);
}
#lp-travel-must-haves.eating-out-vs-cooking-at-home-section {
    background: url('../img/keyinfo-subpages/eat-out-vs-cooking-at-home-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.eating-out-vs-cooking-at-home-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgb(0 0 0 / 50%);
}
/** END Grocery and Shopping PAGE **/

/** Cultural Adjustments PAGE **/
#lp-travel-must-haves.cultural-adjustments-section {
    background: url('../img/keyinfo-subpages/cultural-adjustments-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.cultural-adjustments-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgb(0 0 0 / 50%);
}
#lp-travel-must-haves.dos-and-don-ts-when-visiting-vietnam-section {
    background: url('../img/keyinfo-subpages/dos-and-don-ts-when-visiting-vietnam-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.dos-and-don-ts-when-visiting-vietnam-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgb(0 0 0 / 50%);
}
#lp-travel-must-haves.celebrating-christmas-with-filipinos-section {
    background: url('../img/keyinfo-subpages/celebrating-christmas-with-filipinos-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.celebrating-christmas-with-filipinos-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgb(0 0 0 / 50%);
}
/** End Cultural Adjustments PAGE **/

/** Events and Hobbies PAGE **/
#lp-travel-must-haves.events-and-hobbies-section {
    background: url('../img/keyinfo-subpages/events-and-hobbies-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.chinese-holidays-section {
    background: url('../img/keyinfo-subpages/chinese-holidays-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.japan-section {
    background: url('../img/keyinfo-subpages/enjoying-your-time-in-japan-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.events-and-hobbies-section:before,
#lp-travel-must-haves.chinese-holidays-section:before,
#lp-travel-must-haves.japan-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgb(0 0 0 / 50%);
}
/** END Events and Hobbies PAGE **/

/** Climate Adaptation PAGE **/
#lp-travel-must-haves.climate-adaptation-section {
    background: url('../img/keyinfo-subpages/climate-adaptation-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.beach-section {
    background: url('../img/keyinfo-subpages/a-beach-holiday-with-a-mission-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.touring-europe-section {
    background: url('../img/keyinfo-subpages/touring-europe-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.climate-adaptation-section:before,
#lp-travel-must-haves.beach-section:before,
#lp-travel-must-haves.touring-europe-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgb(0 0 0 / 50%);
}
/** END Climate Adaptation PAGE **/

/** Startup and Investment PAGE **/
#lp-travel-must-haves.startup-and-investment-section {
    background: url('../img/keyinfo-subpages/startup-and-investment-opportunities-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.india-section {
    background: url('../img/keyinfo-subpages/india-the-future-of-startups-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.southeast-asia-section {
    background: url('../img/keyinfo-subpages/southeast-asia-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    position: relative;
}
#lp-travel-must-haves.startup-and-investment-section:before,
#lp-travel-must-haves.india-section:before,
#lp-travel-must-haves.southeast-asia-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgb(0 0 0 / 50%);
}
#lp-travel-must-haves.southeast-asia-section:before {
    height: 50%;
}
/** END Startup and Investment PAGE **/



/** RESPONSIVENESS **/
@media (max-width: 1024px) {
    .helpdesk-must-haves-wrap .ts-bg-img-wrap img {
        width: 100%;
        max-width: 1130px;
    }
    .lp-essentials-container .flex-wrap {
        flex-direction: column;
        align-items: center;
    }
    .lp-essentials-wrap .flex-wrap .flex-each {
        width: calc(100% - 30px);
        margin-bottom: 30px;
    }
}
@media (max-width: 992px) {
    .keyinfo-banner h1, .keyinfo-banner p, .keyinfo-second-container .text-wrap h2, 
    .keyinfo-second-container .text-wrap p, .keyinfo-third-container h3  {
        text-align: center;
    }
    #hp-popular-destinations .card-flex .card-wrap {
        width: calc(50% - 30px) !important;
        margin-bottom: 30px;
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    #lp-travel-must-haves .lp-travel-must-haves-content-wrapper {
        margin-bottom: 70px;
    }
    .lp-essentials-container .flex-wrap .body-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .lp-essentials-container .flex-wrap .body-content .btn-wrap {
        display: block;
    }
    #hp-popular-destinations .row.card-flex {
        display: flex;
        justify-content: center;
    }
    #hp-popular-destinations h2 {
        text-align: center;
    }
    .lp-skincare-essentials-container .flex-wrap .flex-each {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }
    #dishes-and-leisure .dishes-and-leisure-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #dishes-and-leisure .dishes-and-leisure-wrap > div {
        width: 100%;
    }
    .dishes-and-leisure-content-wrap {
        padding: 40px;
        text-align: center;
    }
}
@media (max-width: 500px) {
    .lp-skincare-essentials-container .flex-wrap .flex-each {
        flex-direction: column;
    }
    .lp-essentials-wrap .flex-wrap .flex-each .img-bg-wrap img {
        width: 100%;
    }
    .helpdesk-must-haves-wrap .helpdesk-must-haves-content-wrap {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        display: flex;
        flex-direction: column;
        background: #666;
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .helpdesk-must-haves-wrap {
        flex-direction: column;
    }
    #hp-popular-destinations .card-flex .card-wrap, #lp-visa-application.employment-search .visa-application-wrap .flex-wrap .flex-each {
        width: calc(100% - 30px) !important;
    }
    .lp-essentials-container .flex-wrap .body-content {
        position: relative;
    }
    .lp-skincare-essentials-container .flex-wrap .flex-each .img-product-wrap, .lp-skincare-essentials-container .flex-wrap .flex-each .img-essentials-wrap {
        flex-direction: column;
    }
    .lp-skincare-essentials-container .flex-wrap .flex-each .img-product-wrap img {
        width: 190px;
        height: 195px;
        margin-bottom: 10px;
    }
}