/*************** CSS for Desktop ***************/
@font-face {
    font-family: "SVN-VT Redzone Classic";
    src: url("../fonts/SVN-VTRedzone-Classic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
:root {
    --primary-color: #FFFFFF;
}
@keyframes pulse_old {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@-webkit-keyframes pulse {
    0% {
		transform: scale(1);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        transform: scale(1.1);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
		transform: scale(1);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}
@-webkit-keyframes brightness {
    0% {
        filter: brightness(1)
    }

    50% {
        filter: brightness(1.3)
    }

    100% {
        filter: brightness(1)
    }
}
@-webkit-keyframes brightness2 {
    0% {
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}
@keyframes hithere {
  30% { transform: scale(0.9); }
  40%, 60% { transform: rotate(-5deg) scale(0.9); }
  50% { transform: rotate(5deg) scale(0.9); }
  70% { transform: rotate(0deg) scale(0.9); }
  100% { transform: scale(1); }
}
.hithere {
    animation: hithere 1s ease infinite;
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
/* .brightness, .image-zoom {
	animation: brightness 1s ease-in-out infinite;
} */
html, body {
    background-color: #030E51 !important;
    /* background: #0E064A !important; */
    scroll-behavior: smooth;
}
#main, #wrapper {
    background-color: transparent !important;
}
body {
    text-align: justify;
}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child), blockquote, dl, figure, form, ol, pre, ul ,p ,img.size-full.alignnone, li {
    margin-bottom: 0;
}
.col {
    padding-bottom: 0 !important;
}
.wp-caption {
    margin-bottom: 10px;
}
p {
    text-align: justify;
}
.img .img-inner {
    overflow: visible;
}
.j-section, .is-full-height {
    margin: 0 auto;
    height: auto;
    /* align-items: flex-end; */
}
.j-head {
    /* background-image: url(../img/j-head.webp);
    background-size: 100% 100%;
    padding-top: 61.25px;
    width: 250px; */
    position: relative;
    margin: 0 auto 20px;
}
.j-head > * {
    text-align: center;
    background: linear-gradient(180deg, #FAFAEE 27.11%, #E1D4B9 81.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 3.2em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "SVN-VT Redzone Classic", sans-serif !important;
}
.j-heading {
    font-size: 2em;
    font-weight: bold;
}
.j-content p {
    margin-bottom: 10px;
    text-align: justify;
}
.wp-caption .wp-caption-text {
    font-size: 1em;
}
/* .header-inner {
    position: relative;
    padding: 0 75px;
    margin-top: 25px;
}
.header-inner > * {
    position: relative;
    white-space: nowrap;
} */
.header-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* border-radius: 100px;
	backdrop-filter: blur(4.36734676361084px);
    background: rgba(9, 1, 19, 0.90); */
    background: #030830;
    backdrop-filter: blur(14.609721183776855px)
}
.header-inner .nav > li a {
    color: #FFFFFF;
    white-space: nowrap;
    font-size: 1.3em;
}
.header-inner .nav > li > a:hover {
    color: #fdc53a;
}
.button, button, input[type=button], input[type=reset], input[type=submit], fieldset, input, select, textarea {
    margin: 0;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    min-height: auto;
}
.button.secondary {
    color: #13236A !important;
    font-family: "SVN-VT Redzone Classic", sans-serif !important;
    background: linear-gradient(180deg, #FDE780 0%, #EF941C 100%);
    border: none;
    white-space: nowrap;
    padding: 0 30px;
}
.button.secondary.expand {
    font-size: 2.5rem;
    line-height: 1.8em;
    min-height: 0;
}
.button.secondary span {
    animation: 1s ease 0s infinite normal none running hithere;
}
label {
    color: #FFFFFF;
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "SVN-VT Redzone Classic", sans-serif !important;
    margin: 0;
    letter-spacing: 0;
}
.h1, h1 {
    font-size: 2.3em;
}
.h2, h2 {
    font-size: 2em;
}
.h5, h5 {
    font-size: 1.3em;
}
.h6, h6 {
	font-size: 0.9em;
}
hr {
    opacity: 1;
    margin: 10px auto;
    max-width: 360px;
    border-color: #D9D9D9;
}
.j-hero {
	align-items: end;
	/* z-index: 999; */
}
.j-hero::after {
    content: "";
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 35.5%, rgba(0, 0, 0, 0.34) 69.5%, rgba(0, 0, 0, 0) 100%); */
    background: linear-gradient(0deg, #030E50 9%, rgba(3, 14, 80, 0) 83.55%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
}
.j-hero h2, .j-hero h3, .j-hero h4, .j-hero .h2, .j-hero .h3, .j-hero .h4 {
    text-align: center;
}
.j-hero h2, .j-hero .h2 {
    font-size: 4.4em;
}
.j-hero h3, .j-hero .h3 {
    font-size: 2.2em;
}
.j-hero h4, .j-hero .h4 {
    font-size: 1.2em;
}
.ux-timer span,
.ux-timer span strong,
.ux-timer span::before {
    font-family: "SVN-VT Redzone Classic", sans-serif !important;
    /* background: linear-gradient(150deg, #8C88FF 0%, #807FCD 21%, #C1A8F7 41%, #CE72E8 69%, #B3A5F2 100%);
    background: linear-gradient(180deg, #FFFFFF 27.11%, #FAEEF7 38.7%, #E9AEDC 81.05%); */
    background: linear-gradient(180deg, #FAFAEE 27.11%, #E1D4B9 81.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 6rem;
    line-height: 1;
    position: relative;
}
.ux-timer span {
    padding: 0;
    margin: 0;
}
.ux-timer span strong {
    font-size: 2rem;
}
.ux-timer span::before {
    content: ":";
    position: absolute;
    width: fit-content;
    height: 100%;
    display: block;
    right: 100%;
    transform: translateX(50%);
    line-height: 110px;
}
.ux-timer span:first-child:before {
    content: "";
}
.absolute-footer {
    padding: 0;
    line-height: 42px;
    font-size: 12px;
}
.message-box {
    font-family: "SVN-VT Redzone Classic", sans-serif !important;
    background: linear-gradient(180deg, #BF3EBD 0%, #2D0F47 100%);
    border-radius: 16px;
    overflow: hidden;
    font-size: 16px;
}
.ux-menu-link__link {
    background: linear-gradient(90deg, #712389 0%, #0E0127 100%);
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 15px;
    margin-right: 30%;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.ux-menu-link .ux-menu-link__link {
	pointer-events: none;
}
.ux-menu-link:last-child .ux-menu-link__link {
    margin-bottom: 15px;
}
.ux-menu-link--active .ux-menu-link__link,.ux-menu-link:hover .ux-menu-link__link {
    color: #FFFFFF;
}
.slider-style-focus .flickity-viewport {
    min-height: 500px !important;
    padding-top: 80px;
}
.slider-style-focus .flickity-slider .img,
.slider-style-focus .flickity-slider .img img {
    opacity: 1 !important;
}
.slider-style-focus .flickity-slider>:not(.is-selected) {
    transform: scale(1);
}
.slider-style-focus .flickity-slider>.is-selected {
    transform: scale(1.5);
    /* box-shadow: 0 0 30px #f68eff80; */
    z-index: 99;
}
.slider-style-focus .flickity-slider .img {
    border-radius: 7%;
    overflow: hidden;
}
.slider-style-focus .flickity-slider .img::after {
    content: "";
    background: #000000A1;
    position: absolute;
    top: 3%;
    bottom: 3%;
    left: 3%;
    right: 3%;
    border-radius: 7%;
}
.slider-style-focus .flickity-slider>.is-selected.img::after {
    display: none;
}
.slider-style-focus.slider-nav-light .flickity-prev-next-button {
    top: 40%;
}
.slider-style-focus.slider-nav-light .flickity-prev-next-button:before {
	content: "";
    width: 200px;
    height: 130px;
    display: block;
    position: absolute;
    background-image: url(../img/next.webp);
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translate(25%, -50%);
}
.slider-style-focus.slider-nav-light .flickity-prev-next-button.previous:before {
    background-image: url(../img/prev.webp);
    right: auto;
    left: 0;
    transform: translate(-25%, -50%);
}
.slider-style-focus.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg {
    fill: transparent;
    display: none;
}
.slider-style-shadow {
	padding: 0;
}
.slider-style-shadow .flickity-slider>:not(.is-selected) {
    transform: scale(0.95);
}
.row-solid .col:before {
    background: linear-gradient(180deg, rgba(19, 84, 147, 0) 0%, #2791F8 43.5%, rgba(19, 84, 147, 0) 100%);
    width: 2px;
    border: none;
    left: -1px;
}
.row-solid .col:first-child:before,
.row-solid .col:after {
    display: none;
}
.banner h2, .banner .h2 {
    font-size: 2em;
    /* background: linear-gradient(180deg, #FFFFFF 27.11%, #FAEEF7 38.7%, #E9AEDC 81.05%); */
    background: linear-gradient(180deg, #FAFAEE 27.11%, #E1D4B9 81.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1;
    position: relative;
    margin-bottom: 30px;
}
.banner h3, .banner .h3 {
    font-size: 2.3em;
}
.banner h5, .banner h6, .banner p {
    margin: 0;
}
.header-wrapper.stuck {
	box-shadow: none;
    /* top: 15px; */
}
.nav-spacing-xlarge>li {
    margin: 0 20px;
}
.j-br {
	position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    animation: 1s ease 0s infinite normal none running hithere;
    width: 30%;
}
.j-br .close {
	position: absolute;
    left: 0;
    top: 0;
}
.j-bgTop > .section-bg :is(img,picture,video) {
    -o-object-position: center top;
    object-position: center top;
    -o-object-fit: contain;
    object-fit: contain;
}
.j-section > .section-bg :is(img,picture,video) {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
}
.j-banner h2, .j-banner .h2 {
    font-size: 4em;
}
.j-banner h3, .j-banner .h3 {
    font-size: 2em;
}
.j-banner h4, .j-banner .h4 {
    font-size: 1.2em;
}
.j-casi {
    padding-right: 15px;
    border-right: 1px solid #E1D4B9;
}
.j-casi p {
    font-weight: bold;
    line-height: 1;
    color: #E8D8A8;
    font-size: 1.8em;
    margin-bottom: 0;
}
.j-casi p:first-child {
    font-size: 1.6em;
    padding-bottom: 8px;
}
.box-text-bottom {
    font-size: 1.2em;
}
.box-text-bottom h4, .box-text-bottom .j-title {
    background: linear-gradient(180deg, #FEB860 0%, #FFECC5 53%, #FEAB47 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1.4;
    position: relative;
    font-weight: bold;
    font-size: large;
}
.box-text-bottom::before {
    content: "";
    background: linear-gradient(360deg, #64008F 0%, rgba(224, 48, 255, 0) 100%);
    border-bottom: 1.95px solid #B700C8;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
}
.j-grad-1 {
    background: linear-gradient(180deg, #010520 0%, #030E51 100%);
}
.j-blend .img-inner {
    background: rgb(14, 6, 74);
}
.j-blend .img-inner img {
    mix-blend-mode: color-dodge;
}
.wpcf7-form {
    font-size: 1em;
    color: #FFFFFF;
}
.wpcf7-form label {
    margin: 20px 0 10px;
}
.wpcf7-form label span {
    color: #FDC53A;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #3F5584 !important;
    box-shadow: none !important;
    margin-bottom: 0;
    line-height: 1;
    padding: 0;
    color: #fff !important;
    font-size: 1em;
    position: relative;
}
.wpcf7-form .j-submit {
    margin-top: 20px;
    color: #9FA2AA;
}
.wpcf7-form .j-submit .wpcf7-submit {
    background-color: #FDC53A;
    color: #171E3D;
    border: none;
    border-radius: 100px;
    padding: 10px 50px;
}
.wpcf7-form .j-submit a {
    color: #FDC53A;
}
.wpcf7-spinner {
    margin: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: red;
    font-size: medium;
    margin-top: 10px;
    padding: 0;
    background-color: transparent;
}
.wpcf7 .wpcf7-not-valid-tip:after {
    display: none;
}
.is-uppercase, .uppercase {
    line-height: 1.4;
}
.mfp-ready #video-modal {
    padding: 1px !important;
}
.mfp-ready #video-modal .mfp-close {
    opacity: 1 !important;
    top: -35px !important;
    right: -35px;
    border-radius: 100px;
    color: #fff;
    font-size: 22px;
    /* background-color: #fff; */
    width: 35px;
    height: 35px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mfp-ready #video-modal .video {
    margin-bottom: 0;
}
.j-video iframe {
    width: 100%;
    height: 717px;
}
.slider-style-focus {
    padding: 0;
}
.j-content h1,
.j-content h2 {
    background: linear-gradient(180deg, #FAFAEE 27.11%, #E1D4B9 81.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.j-content h2 {
    font-size: 2.8em;
}
.j-content ul {
    margin-top: 10px;
}
.j-content ul li {
    margin-bottom: 0;
}
.j-box .box {
    height: 100%;
    padding: 10px;
    font-size: medium;
}
.j-box .box::before {
    content: "";
    background: #FFFFFF1A;
    backdrop-filter: blur(7.323460578918457px);
    border-bottom: 0.92px solid #CE72E8;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.j-box .box h3 {
    font-size: 1.8em;
    background: linear-gradient(180deg, #FAFAEE 27.11%, #E1D4B9 81.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 10px;
}
.j-box .box .box-text {
    padding: 0;
}
.j-box .box .box-image {
    vertical-align: top;
}
.j-box .box .box-text .box-text-inner p {
    margin-bottom: 0;
}
.j-box .box.box-vertical .box-text {
    padding-left: 10px;
}
.j-contact {
    font-size: 1.1em;
}
.j-contact  h2 {
    background: linear-gradient(180deg, #FAFAEE 27.11%, #E1D4B9 81.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 10px;
}
/*************** CSS for landscape Desktop ***************/
@media (min-width: 1650px) and (orientation: landscape) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1620px;
    }
    .row.row-large {
        max-width: 1650px;
    }
    .row.row-collapse {
        max-width: 1590px;
    }
    .nav li a {
        font-size: 1.8em;
    }
    .slider-style-focus .flickity-viewport {
        min-height: 650px !important;
        padding-top: 120px;
    }
    .j-hero h2, .j-hero .h2 {
        font-size: 5.6em;
    }
    .j-hero h3, .j-hero .h3 {
        font-size: 2.8em;
    }
    .j-hero h4, .j-hero .h4 {
        font-size: 1.6em;
    }
    .j-banner h2, .j-banner .h2 {
        font-size: 5.2em;
    }
    .j-banner h3, .j-banner .h3 {
        font-size: 2.6em;
    }
    .j-banner h4, .j-banner .h4 {
        font-size: 1.5em;
    }
    .button.secondary.expand {
        line-height: 2.3em;
    }
    .j-head > * {
        font-size: 3.8em;
    }
    .message-box {
        font-size: 20px;
    }
    h5, .h5 {
        font-size: 1.6em;
    }
    h6, .h6 {
        font-size: 1em;
    }
    .banner h2, .banner .h2 {
        font-size: 3em;
    }
    .banner h3, .banner .h3 {
        font-size: 3.5em;
    }
    .button.secondary {
        padding: 0 40px;
    }
    .wpcf7-form label, .wpcf7-form .j-submit {
        margin-top: 30px;
    }
    .box-text-bottom h4, .box-text-bottom .j-title {
        font-size: x-large;
    }
    .j-video iframe {
    	height: 890px;
    }
    .j-content h2 {
        font-size: 3.2em;
    }
    .j-contact,
    .wpcf7-form {
        font-size: 1.2em;
    }
}
/*************** CSS for Tablet ***************/
@media (max-width: 1023px) {
    .j-section {
        height: auto;
    }
    .j-hero {
        min-height: 0 !important;
        height: 100dvh;
    }
    .j-hero > .section-bg :is(img,picture,video) {
        -o-object-position: center top;
        object-position: center top;
    }
    .gallery, .row {
        width: 96%;
    }
    .transparent .header-main, .header.show-on-scroll, .stuck .header-main {
        height: 50px !important;
    }
    /* .header-inner {
        padding: 0 15px;
        margin-top: 10px;
        width: calc(100% - 20px);
    } */
    #logo {
        max-width: 65px;
    }
    .header-main .nav > li > a {
        line-height: 100% !important;
    }
    .nav>li a {
        font-size: .7em;
    }
    .h1, h1 {
        font-size: 1.4em;
    }
    .j-heading {
        font-size: 1.3em;
    }
    .h2, h2 {
        font-size: 1.3em;
    }
    .h6, h6 {
        font-size: 0.6em;
    }
    .j-hero h2, .j-hero .h2 {
        font-size: 2em;
    }
    .j-hero h3, .j-hero .h3 {
        font-size: 1.1em;
    }
    .j-hero h4, .j-hero .h4 {
        font-size: 0.65em;
    }
    hr {
        max-width: 200px;
    }
    .ux-timer span,
    .ux-timer span strong,
    .ux-timer span::before {
        font-size: 2.3rem;
    }
    .ux-timer span strong {
        font-size: 0.8rem;
    }
    .ux-timer span::before {
        line-height: 60px;
    }
    .button.secondary.expand {
        font-size: 1.2rem;
        line-height: 2;
    }
    .message-box {
        font-size: 10px;
    }
    .ux-menu-link__link {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin-right: 0;
        font-size: 0.8em;
    }
    .slider-style-focus .flickity-viewport {
        min-height: 270px !important;
        padding-top: 50px;
    }
    .slider-wrapper .slider-style-focus .flickity-prev-next-button {
        display: block;
    }
    .slider-style-focus.slider-nav-light .flickity-prev-next-button:before {
        width: 100px;
        height: 65px;
    }
    .j-video iframe {
    	height: 270px;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 980px) {
    .j-head > * {
        font-size: 1.6em;
    }
    .j-content h2 {
        font-size: 1.6em;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    /* html, body {
        background-color: #120137 !important;
    } */
    .j-hero {
        height: 100dvh;
        align-items: center;
    }
    .j-hero > .section-bg :is(img,picture,video) {
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
    	object-fit: cover;
    }
    .gallery, .row {
        width: 100%;
    }
    .j-scroll {
        overflow-x: scroll;        
    }
    .j-scroll .stack {
        width: 160%;
    }
    .ux-menu-link__link {
        justify-content: center;
        background: linear-gradient(90deg, #120137 0%, #712389 54.5%, #120137 100%);
    }
    .j-hero .section-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 92%;
        margin-top: 8%;
    }
    .banner h2, .banner .h2 {
        margin-bottom: 10px;
    }
    .j-head > * {
        font-size: 1.6em;
    }
    .j-casi-mb {
        font-size: 0.85em;
    }
    .box-text-bottom {
        font-size: 0.5em;
    }
    .box-text-bottom h4, .box-text-bottom .j-title {
        font-size: xx-small;
    }
    .box-text-bottom p {
        font-size: 8px;
    }
    .box-text-bottom::before {
        border-radius: 0 0 15px 15px;
    }
    .header-inner .nav > li a {
        font-size: 0.8em;
    }
    .button.secondary {
        padding: 0 15px;
    }
    .j-bgTop > .section-bg :is(img,picture,video) {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .wpcf7-form .j-submit {
        font-size: 0.7em;
    }
    .wpcf7-form .j-submit .wpcf7-submit {
        padding: 5px 15px;
    }
    .slider-style-focus .flickity-viewport {
        padding-top: 45px;
        min-height: 195px !important;
    }
    .slider-style-focus .flickity-slider>.is-selected {
        transform: scale(1.6);
        /* box-shadow: 0 0 10px #f68eff80; */
    }
    .slider-style-focus.slider-nav-light .flickity-prev-next-button.next {
        right: -1.5%;
    }
    .slider-style-focus.slider-nav-light .flickity-prev-next-button.previous{
        left: -1.5%;
    }
    .j-video iframe {
    	height: 315px;
    }
    .ux-timer span,
    .ux-timer span strong,
    .ux-timer span::before {
        font-size: 3.5rem;
    }
    .ux-timer span strong {
        font-size: 1.5rem;
    }
    .box-vertical .box-image {
        width: 58% !important;
    }
    .j-content h2 {
        font-size: 1.2em;
    }
    .j-box .box {
        padding: 10px;
    }
    .j-box .box, .j-box .box-text-bottom p {
        font-size: medium;
    }
    .j-box .box.box-vertical .box-text {
        padding-left: 0;
    }
    .j-fit {
        width: fit-content;
        margin: 0 auto;
    }
    .j-contact {
        font-size: 0.65em;
    }
    .j-contact p {
        text-align: left;
    }
    .wpcf7-form {
        font-size: 0.9em;
    }
    .wpcf7 .wpcf7-not-valid-tip {
        font-size: smaller;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {

}