@font-face {
font-family: "GT-Walsheim";
src: url(//kimbal.io/wp-content/themes/kimbal/assets/fonts/gt-walsheim/GT-Walsheim-Condensed-Light.otf) format("opentype");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "GT-Walsheim";
src: url(//kimbal.io/wp-content/themes/kimbal/assets/fonts/gt-walsheim/GT-Walsheim-Condensed-Regular.otf) format("opentype");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "GT-Walsheim";
src: url(//kimbal.io/wp-content/themes/kimbal/assets/fonts/gt-walsheim/GT-Walsheim-Bold.otf) format("opentype");
font-weight: bold;
font-style: normal;
font-display: swap;
}
:root {
font-family: "GT-Walsheim";
--GT-Walsheim: "GT-Walsheim";
--primary-color: #0081ff;
--text-color: #0081ff;
--secondary-color: #fff;
--font: "GT Walsheim", "Outfit", sans-serif;
}
*,
*:before,
*:after {
margin: 0px;
padding: 0px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-text-size-adjust: 100%;
}
tspan {
white-space: nowrap;
}
html {
font-size: 62.5%;
overflow-x: hidden;
}
.smooth-scroll-wrapper {
transition: height 0.3s ease;
will-change: transform, height;
}
body {
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
-webkit-transition: opacity 500ms ease;
-o-transition: opacity 500ms ease;
transition: opacity 500ms ease;
}
textarea,
button,
select,
a,
div,
li {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
appearance: none;
}
img {
max-width: 100%;
display: block;
}
a {
text-decoration: none;
transition: all 0.3s ease-in-out;
} html {
font-size: 35%;
}
@media screen and (max-width: 768px) {
html {
font-size: 62.5%;
}
}
@media screen and (min-width: 950px) and (max-width: 1100px) {
html {
font-size: 40%;
}
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
html {
font-size: 50%;
}
}
@media screen and (min-width: 1401px) {
html {
font-size: 62.5%;
}
}
.entry-content {
display: flex;
flex-direction: column;
align-items: center;
gap: 110px;
}
[data-module="fade_in_pinned"] {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh !important;
min-height: 100vh !important;
max-height: 100vh !important;
width: 100vw !important;
min-width: 100vw !important;
max-width: 100vw !important;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
color: var(--primary-color);
font-weight: 300;
}
a {
text-decoration: none;
color: inherit;
}
.linkBtn {
font-size: 2.1rem;
padding: 25px 15px 25px 15px;
background-image: url(https://kimbal.io/wp-content/themes/kimbal/assets/images/union-blue.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
cursor: pointer;
color: white;
display: flex;
align-items: center;
}
@media (min-width: 768px) {
.linkBtn {
font-size: 2.1rem;
padding: 25px 15px 25px 15px;
background-image: url(https://kimbal.io/wp-content/themes/kimbal/assets/images/union-blue.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
cursor: pointer;
color: white;
white-space: nowrap;
margin-left: auto;
margin-right: 0px;
width: auto;
}
.linkBtn svg {
margin-left: auto;
display: inline-block;
stroke: white;
width: 20px;
height: 20px;
}
}
@media (min-width: 1200px) {
.linkBtn {
font-size: 2.7rem;
padding: 25px 15px 25px 15px;
background-image: url(https://kimbal.io/wp-content/themes/kimbal/assets/images/union-blue.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
cursor: pointer;
color: white;
}
}  .swiper-nav {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 40px;
z-index: 100;
position: relative;
}
.swiper-nav-btn {
width: 64px;
height: 64px;
border-radius: 50%;
border: 2px solid var(--primary-color);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
background: white;
color: var(--primary-color);
padding: 0;
outline: none;
}
.swiper-nav-btn:hover {
transform: scale(1.05) translateY(-2px);
background: white;
color: var(--primary-color);
}
.swiper-nav-btn svg {
width: 28px;
height: 28px;
stroke: currentColor;
stroke-width: 2.5;
}
@media (max-width: 768px) {
.swiper-nav {
margin-top: 25px;
gap: 15px;
}
.swiper-nav-btn {
width: 48px;
height: 48px;
}
.swiper-nav-btn svg {
width: 20px;
height: 20px;
}
}