.animated-round {
position: absolute;
right: 20px;
bottom: 20px;
height: 210px;
width: 210px;
display: flex;
justify-content: center;
align-items: center;
}
.hover-impact {
transition: all 0.5s ease-in-out;
cursor: pointer;
}
.hover-impact:before {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 0px;
left: 0px;
z-index: 4;
background: white;
border: 1px solid black;
border-radius: 10px;
opacity: 0;
}
.hover-impact:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 5px;
z-index: 1;
right: -5px;
background: #FFDFD0;
border-radius: 10px;
opacity: 0;
}
.hover-impact:hover {
box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
}
.hover-impact:hover:before {
opacity: 1;
}
.hover-impact:hover:after {
opacity: 1;
}
.hero-svg {
position: absolute;
width: 110vw;
right: 0;
left: 50%;
margin-left: -50vw;
pointer-events: none;
opacity: 0;
}
@media screen and (min-width: 1024px) {
.hero-svg {
height: 70vw;
width: 70vw;
margin-left: -35vw;
left: 50%;
top: -14vh;
top: 0;
}
}
.arrow-up {
position: relative;
}
.arrow-up:after {
opacity: 0;
transition: all 0.3s ease-in-out;
transform: scale(0.8);
content: "";
height: 42px;
width: 42px;
position: absolute;
right: -55px;
bottom: 0;
background-size: contain;
background-repeat: no-repeat;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/stat-triangle.svg);
}
.arrow-up.active:after {
opacity: 1;
transform: scale(1);
}
.shape {
position: absolute;
}
.shape--blur-small {
filter: blur(4px);
}
.shape--blur-medium {
filter: blur(15px);
}
.shape--blur-large {
filter: blur(30px);
}
.shape__inner {
border-radius: 100%;
background: #0FE2FF;
}
.shape--xsmall {
height: 19px;
width: 19px;
}
.shape--small {
height: 47px;
width: 47px;
}
.shape--medium {
height: 102px;
width: 102px;
}
.shape--large {
height: 120px;
width: 120px;
}
.shape--xlarge {
height: 205px;
width: 205px;
}
.pin {
position: relative;
height: 34px;
width: 34px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/map-icon.png);
}
@keyframes pulse-animation {
0% {
box-shadow: 0 0 0 0px rgba(15, 226, 255, 0);
}
50% {
box-shadow: 0 0 0 20px rgba(15, 226, 255, 0.3);
}
100% {
box-shadow: 0 0 0 40px rgba(15, 226, 255, 0);
}
}
@keyframes kenburns {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.line-anim {
position: relative;
}
.line-anim__after {
height: 16px;
width: 16px;
left: -7px;
top: 0px;
border-radius: 100%;
position: absolute;
background: #0FE2FF;
}
.line-anim__before {
width: 1px;
height: 0px;
position: absolute;
background: #0FE2FF;
}
.event-single {
cursor: pointer;
}
.event-single:hover .event-wrapper {
opacity: 1;
transform: scale(1);
}
.event-single:hover:after {
transform: scale(0.9);
}
.event-single {
opacity: 0.3;
}
.event-single .event-wrapper {
opacity: 1;
transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
}
@media screen and (min-width: 640px) {
.event-single .event-wrapper {
opacity: 0;
transform: scale(0.95);
}
}
.event-single--1 {
opacity: 1 !important;
}
.home-hero {
height: 100dvh;
position: fixed;
width: 100%;
top: 0;
left: 0;
}
@media screen and (min-width: 640px) {
.home-hero {
height: 100vh;
}
}
.reveal-type {
opacity: 1;
}
.reveal-type--active {
opacity: 1;
}
.reveal-type-cards {
opacity: 0;
}
.reveal-type-cards--active {
opacity: 1;
}
.reveal-type-header {
opacity: 0;
}
.reveal-type-header--active {
opacity: 1;
}
.fade-in {
opacity: 0;
}
.fade-in-initial {
opacity: 0;
}
.line {
overflow: hidden;
} .server-status {
left: -22px;
top: 50%;
margin-left: 0px;
margin-top: -5px; width: 10px;
height: 10px;
border-radius: 50%;
position: absolute !important;
}
.launch {
left: -36px;
top: 50%;
margin-top: -12px;
width: 24px;
height: 24px;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/launch.svg);
position: absolute !important;
background-size: contain;
}
.server-status::before, .server-status::after {
left: 0;
top: 50%;
margin-left: -1px;
margin-top: -6px;
position: absolute;
vertical-align: middle;
width: 12px;
height: 12px;
border-radius: 50%;
}
.server-status, .server-status::before, .server-status::after {
background: #14FF00;
}
.server-status::before {
content: "";
animation: bounceNew 1.5s infinite;
}
.server-status::after {
content: "";
animation: bounceNew 1.5s -0.4s infinite;
}
.marquee {
width: 100%;
margin-top: 120px;
padding-top: 0px;
padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
.marquee {
padding-top: 100px;
padding-bottom: 100px;
}
}
.marquee__inner {
display: flex;
position: relative;
gap: 20px;
}
@media screen and (min-width: 1024px) {
.marquee__inner {
gap: 40px;
}
}
.marquee__item {
display: flex;
align-items: center;
margin-right: var(--space-lg);
position: relative;
height: 190px;
min-width: 140px;
}
@media (min-width: 1024px) {
.marquee__item {
height: 26vw;
min-width: 20vw;
}
}
.marquee__item {
overflow: hidden;
}
.marquee__item img {
height: 275px;
min-width: 70vw;
-o-object-fit: cover;
object-fit: cover;
}
@media (min-width: 1024px) {
.marquee__item img {
height: 26vw;
min-width: 20vw;
}
}
.marquee__item:nth-child(odd) {
top: -120px;
}
@keyframes bounceNew {
0% {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
100% {
transform: scale(2);
-webkit-transform: scale(2);
opacity: 0;
}
}
:root {
--color: #5A17C7;
--blur-1-size: clamp(400px, 60vw, 60vw);
--blur-2-size: clamp(200px, 20vw, 20vw);
--blur-3-size: clamp(200px, 20vw, 20vw);
--blur-amount: clamp(40px, 5vw, 90px);
}
.links-list {
display: flex;
flex-direction: column;
gap: 18px;
}
.links-list li {
color: #A0ABBB;
}
.text-black {
color: black !important;
}
.bg--primary {
background: #FA4D00;
}
.bg--black {
background: #231E28;
}
.bg--fifty-white {
background-color: rgba(255, 255, 255, 0.5);
}
.text-dark {
color: #231E28;
}
.text-grey {
color: #A6A6A8;
}
.border-grey-small {
border: 1px solid #666169;
}
.mouse {
display: block;
width: 28px;
height: 42px;
border-radius: 20px;
border: 2px solid #FF0161;
}
.mouse span {
display: block;
margin: 6px auto;
width: 7px;
height: 7px;
border-radius: 7px;
background: white;
animation-duration: 1.6s;
animation-fill-mode: both;
animation-iteration-count: infinite;
animation-name: scroll;
}
@keyframes scroll {
0% {
opacity: 1;
transform: translateY(0);
}
70% {
opacity: 1;
}
100% {
opacity: 0;
transform: translateY(15px);
}
}
.line-top {
width: 0px;
max-width: 95px;
height: 3px;
background: white;
}
.line-top--primary {
background: #010957;
}
.videoembed {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: transparent;
-o-object-fit: cover;
object-fit: cover;
}
.default-radius {
border-radius: 10px;
}
.black-border {
border: 1px solid black;
}
.default-box-shadow {
box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
}
.shadow-background {
position: relative;
}
.shadow-background:before {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 0px;
left: 0px;
z-index: 4;
background: white;
border: 1px solid black;
border-radius: 10px;
}
.shadow-background:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 5px;
z-index: 1;
right: -5px;
background: #FFDFD0;
border-radius: 10px;
}
.arrow-bottom {
position: relative;
}
.arrow-bottom:after {
content: "";
position: absolute;
height: 60px;
width: 90px;
bottom: -34px;
left: 40px;
z-index: -1;
background-repeat: no-repeat;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/arrow-bottom.svg);
}
.primary-border-left {
border-left: 1px solid #390E7D;
}
.primary-border-right {
border-right: 1px solid #390E7D;
}
.primary-border-left-2 {
border-left: 2px solid #8546EA;
}
.primary-border-right-2 {
border-right: 2px solid #8546EA;
}
.primary-border-top {
border-top: 1px solid #390E7D;
}
.white-border-top {
border-top: 1px solid white;
}
.primary-border-bottom {
border-bottom: 1px solid #390E7D;
}
.square-graphic object {
height: 40vw;
width: 40vw;
}
.blur-wrapper {
height: 100vh;
background: #390E7D;
overflow: visible;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.bg-blur {
position: absolute;
z-index: 1;
border-radius: 900px;
filter: blur(var(--blur-amount));
background: var(--color);
}
.bg-blur:nth-child(1) {
height: var(--blur-1-size);
width: calc(var(--blur-1-size) * 1.1);
}
.bg-blur:nth-child(2) {
filter: blur(var(--blur-amount)) brightness(1);
height: var(--blur-2-size);
width: calc(var(--blur-2-size) * 0.75);
top: 20vh;
right: 20vh;
background: #FF0161;
opacity: 0.6;
}
.bg-blur:nth-child(3) {
filter: blur(var(--blur-amount));
height: var(--blur-3-size);
width: calc(var(--blur-3-size) * 2);
bottom: 20vh;
left: 20vw;
background: #B7CFFF;
opacity: 0.4;
}
.ken-burns-effect {
animation: kenburns 20s infinite linear;
}
.rounded-item {
padding: 5px 25px;
border: 1px solid black;
border-radius: 100px;
font-size: 16px;
}
.container {
padding-left: 15px;
padding-right: 15px;
}
.custom-border {
border-bottom: 1px solid black;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px !important;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px !important;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px !important;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1200px !important;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1400px !important;
}
}  *,
::before,
::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: currentColor; }
::before,
::after {
--tw-content: '';
} html {
line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; -o-tab-size: 4;
tab-size: 4; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; } body {
margin: 0; line-height: inherit; } hr {
height: 0; color: inherit; border-top-width: 1px; } abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
} a {
color: inherit;
text-decoration: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
} table {
text-indent: 0; border-color: inherit; border-collapse: collapse; } button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; } button,
select {
text-transform: none;
} button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button; background-color: transparent; background-image: none; } :-moz-focusring {
outline: auto;
} :-moz-ui-invalid {
box-shadow: none;
} progress {
vertical-align: baseline;
} ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
} [type='search'] {
-webkit-appearance: textfield; outline-offset: -2px; } ::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; } summary {
display: list-item;
} blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
} dialog {
padding: 0;
} textarea {
resize: vertical;
} input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1; color: #9ca3af; }
input::placeholder,
textarea::placeholder {
opacity: 1; color: #9ca3af; } button,
[role="button"] {
cursor: pointer;
} :disabled {
cursor: default;
} img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; vertical-align: middle; } img,
video {
max-width: 100%;
height: auto;
} [hidden] {
display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
border-color: #6b7280;
border-width: 1px;
border-radius: 0px;
padding-top: 0.5rem;
padding-right: 0.75rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
font-size: 1rem;
line-height: 1.5rem;
--tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
outline: 2px solid transparent;
outline-offset: 2px;
--tw-ring-inset: var(--tw-empty,  );
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: #2563eb;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #6b7280;
opacity: 1;
}
input::placeholder,textarea::placeholder {
color: #6b7280;
opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
padding: 0;
}
::-webkit-date-and-time-value {
min-height: 1.5em;
text-align: inherit;
}
::-webkit-datetime-edit {
display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
padding-top: 0;
padding-bottom: 0;
}
select {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
background-position: right 0.5rem center;
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
padding-right: 2.5rem;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
background-image: initial;
background-position: initial;
background-repeat: unset;
background-size: initial;
padding-right: 0.75rem;
-webkit-print-color-adjust: unset;
print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
display: inline-block;
vertical-align: middle;
background-origin: border-box;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
flex-shrink: 0;
height: 1rem;
width: 1rem;
color: #2563eb;
background-color: #fff;
border-color: #6b7280;
border-width: 1px;
--tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
border-radius: 0px;
}
[type='radio'] {
border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
outline: 2px solid transparent;
outline-offset: 2px;
--tw-ring-inset: var(--tw-empty,  );
--tw-ring-offset-width: 2px;
--tw-ring-offset-color: #fff;
--tw-ring-color: #2563eb;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
border-color: transparent;
background-color: currentColor;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
[type='checkbox']:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
[type='checkbox']:checked {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}
[type='radio']:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
[type='radio']:checked {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
border-color: transparent;
background-color: currentColor;
}
[type='checkbox']:indeterminate {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
border-color: transparent;
background-color: currentColor;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
@media (forced-colors: active)  {
[type='checkbox']:indeterminate {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
border-color: transparent;
background-color: currentColor;
}
[type='file'] {
background: unset;
border-color: inherit;
border-width: 0;
border-radius: 0;
padding: 0;
font-size: unset;
line-height: inherit;
}
[type='file']:focus {
outline: 1px solid ButtonText;
outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position:  ;
--tw-gradient-via-position:  ;
--tw-gradient-to-position:  ;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position:  ;
--tw-gradient-via-position:  ;
--tw-gradient-to-position:  ;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1536px;
}
}
.\!absolute {
position: absolute !important;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.\!left-\[50px\] {
left: 50px !important;
}
.\!right-\[50px\] {
right: 50px !important;
}
.\!top-\[-130px\] {
top: -130px !important;
}
.-top-10 {
top: -2.5rem;
}
.bottom-6 {
bottom: 1.5rem;
}
.bottom-\[0px\] {
bottom: 0px;
}
.bottom-\[14px\] {
bottom: 14px;
}
.bottom-\[40px\] {
bottom: 40px;
}
.left-0 {
left: 0px;
}
.left-\[14px\] {
left: 14px;
}
.left-\[25px\] {
left: 25px;
}
.right-0 {
right: 0px;
}
.right-\[-150px\] {
right: -150px;
}
.right-\[0px\] {
right: 0px;
}
.right-\[25px\] {
right: 25px;
}
.right-\[5\%\] {
right: 5%;
}
.top-0 {
top: 0px;
}
.top-\[-200px\] {
top: -200px;
}
.top-\[-50px\] {
top: -50px;
}
.top-\[150px\] {
top: 150px;
}
.top-\[25px\] {
top: 25px;
}
.top-\[50\%\] {
top: 50%;
}
.top-\[50px\] {
top: 50px;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.\!mb-0 {
margin-bottom: 0px !important;
}
.\!mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mb-12 {
margin-bottom: 3rem;
}
.mb-14 {
margin-bottom: 3.5rem;
}
.mb-16 {
margin-bottom: 4rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mb-7 {
margin-bottom: 1.75rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.mb-\[0\] {
margin-bottom: 0;
}
.mb-\[0px\] {
margin-bottom: 0px;
}
.mb-\[10px\] {
margin-bottom: 10px;
}
.mb-\[120px\] {
margin-bottom: 120px;
}
.mb-\[12px\] {
margin-bottom: 12px;
}
.mb-\[15px\] {
margin-bottom: 15px;
}
.mb-\[20px\] {
margin-bottom: 20px;
}
.mb-\[25px\] {
margin-bottom: 25px;
}
.mb-\[50px\] {
margin-bottom: 50px;
}
.mb-\[5px\] {
margin-bottom: 5px;
}
.ml-\[10px\] {
margin-left: 10px;
}
.ml-\[20px\] {
margin-left: 20px;
}
.mr-2 {
margin-right: 0.5rem;
}
.mr-auto {
margin-right: auto;
}
.mt-10 {
margin-top: 2.5rem;
}
.mt-7 {
margin-top: 1.75rem;
}
.mt-\[-50px\] {
margin-top: -50px;
}
.mt-\[0px\] {
margin-top: 0px;
}
.mt-\[100px\] {
margin-top: 100px;
}
.mt-\[10px\] {
margin-top: 10px;
}
.mt-\[110px\] {
margin-top: 110px;
}
.mt-\[20px\] {
margin-top: 20px;
}
.mt-\[30px\] {
margin-top: 30px;
}
.mt-\[40px\] {
margin-top: 40px;
}
.mt-\[50px\] {
margin-top: 50px;
}
.mt-\[60px\] {
margin-top: 60px;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.aspect-square {
aspect-ratio: 1 / 1;
}
.h-\[100px\] {
height: 100px;
}
.h-\[120px\] {
height: 120px;
}
.h-\[160px\] {
height: 160px;
}
.h-\[210px\] {
height: 210px;
}
.h-\[242px\] {
height: 242px;
}
.h-\[280px\] {
height: 280px;
}
.h-\[40px\] {
height: 40px;
}
.h-\[52px\] {
height: 52px;
}
.h-\[600px\] {
height: 600px;
}
.h-\[60px\] {
height: 60px;
}
.h-\[70px\] {
height: 70px;
}
.h-\[74vh\] {
height: 74vh;
}
.h-full {
height: 100%;
}
.max-h-\[320px\] {
max-height: 320px;
}
.max-h-\[450px\] {
max-height: 450px;
}
.max-h-\[500px\] {
max-height: 500px;
}
.max-h-\[69px\] {
max-height: 69px;
}
.max-h-\[781px\] {
max-height: 781px;
}
.min-h-\[180px\] {
min-height: 180px;
}
.min-h-\[200px\] {
min-height: 200px;
}
.min-h-\[250px\] {
min-height: 250px;
}
.min-h-\[310px\] {
min-height: 310px;
}
.min-h-\[320px\] {
min-height: 320px;
}
.min-h-\[330px\] {
min-height: 330px;
}
.min-h-full {
min-height: 100%;
}
.w-1\/2 {
width: 50%;
}
.w-1\/3 {
width: 33.333333%;
}
.w-11\/12 {
width: 91.666667%;
}
.w-\[1\/4\] {
width: 1/4;
}
.w-\[100\%\] {
width: 100%;
}
.w-\[160px\] {
width: 160px;
}
.w-\[200\%\] {
width: 200%;
}
.w-\[22\.5\%\] {
width: 22.5%;
}
.w-\[30\%\] {
width: 30%;
}
.w-\[40\%\] {
width: 40%;
}
.w-\[50\%\] {
width: 50%;
}
.w-\[60\%\] {
width: 60%;
}
.w-\[68px\] {
width: 68px;
}
.w-\[70\%\] {
width: 70%;
}
.w-\[70px\] {
width: 70px;
}
.w-\[80\%\] {
width: 80%;
}
.w-\[95\%\] {
width: 95%;
}
.w-auto {
width: auto;
}
.w-full {
width: 100%;
}
.min-w-\[110px\] {
min-width: 110px;
}
.min-w-\[150px\] {
min-width: 150px;
}
.min-w-\[27px\] {
min-width: 27px;
}
.min-w-\[60\%\] {
min-width: 60%;
}
.min-w-\[63px\] {
min-width: 63px;
}
.min-w-\[100\%\] {
min-width: 100%;
}
.max-w-4xl {
max-width: 56rem;
}
.max-w-\[100px\] {
max-width: 100px;
}
.max-w-\[110px\] {
max-width: 110px;
}
.max-w-\[120px\] {
max-width: 120px;
}
.max-w-\[150px\] {
max-width: 150px;
}
.max-w-\[20vw\] {
max-width: 20vw;
}
.max-w-\[250px\] {
max-width: 250px;
}
.max-w-\[28px\] {
max-width: 28px;
}
.max-w-\[300px\] {
max-width: 300px;
}
.max-w-\[30px\] {
max-width: 30px;
}
.max-w-\[320px\] {
max-width: 320px;
}
.max-w-\[350px\] {
max-width: 350px;
}
.max-w-\[35px\] {
max-width: 35px;
}
.max-w-\[420px\] {
max-width: 420px;
}
.max-w-\[440px\] {
max-width: 440px;
}
.max-w-\[500px\] {
max-width: 500px;
}
.max-w-\[600px\] {
max-width: 600px;
}
.max-w-\[60px\] {
max-width: 60px;
}
.max-w-\[620px\] {
max-width: 620px;
}
.max-w-\[630px\] {
max-width: 630px;
}
.max-w-\[700px\] {
max-width: 700px;
}
.max-w-\[80\%\] {
max-width: 80%;
}
.max-w-\[800px\] {
max-width: 800px;
}
.max-w-\[900px\] {
max-width: 900px;
}
.max-w-\[920px\] {
max-width: 920px;
}
.max-w-\[95\%\] {
max-width: 95%;
}
.max-w-full {
max-width: 100%;
}
.max-w-lg {
max-width: 32rem;
}
.flex-1 {
flex: 1 1 0%;
}
.grow {
flex-grow: 1;
}
.basis-0 {
flex-basis: 0px;
}
.translate-y-\[4px\] {
--tw-translate-y: 4px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
flex-direction: row;
}
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.place-items-center {
place-items: center;
}
.items-start {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.gap-12 {
gap: 3rem;
}
.gap-4 {
gap: 1rem;
}
.gap-\[10px\] {
gap: 10px;
}
.gap-\[12px\] {
gap: 12px;
}
.gap-\[15px\] {
gap: 15px;
}
.gap-\[20px\] {
gap: 20px;
}
.gap-\[25px\] {
gap: 25px;
}
.gap-\[30px\] {
gap: 30px;
}
.gap-\[35px\] {
gap: 35px;
}
.gap-\[40px\] {
gap: 40px;
}
.gap-\[50px\] {
gap: 50px;
}
.gap-\[8px\] {
gap: 8px;
}
.overflow-hidden {
overflow: hidden;
}
.rounded-\[10px\] {
border-radius: 10px;
}
.rounded-\[20px\] {
border-radius: 20px;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-xl {
border-radius: 0.75rem;
}
.rounded-b-xl {
border-bottom-right-radius: 0.75rem;
border-bottom-left-radius: 0.75rem;
}
.rounded-t-xl {
border-top-left-radius: 0.75rem;
border-top-right-radius: 0.75rem;
}
.border {
border-width: 1px;
}
.border-b {
border-bottom-width: 1px;
}
.border-t {
border-top-width: 1px;
}
.border-solid {
border-style: solid;
}
.border-secondary {
--tw-border-opacity: 1;
border-color: rgb(15 226 255 / var(--tw-border-opacity));
}
.bg-\[\#2E1103\] {
--tw-bg-opacity: 1;
background-color: rgb(46 17 3 / var(--tw-bg-opacity));
}
.bg-\[\#81D8D1\] {
--tw-bg-opacity: 1;
background-color: rgb(129 216 209 / var(--tw-bg-opacity));
}
.bg-\[\#E8E9E9\] {
--tw-bg-opacity: 1;
background-color: rgb(232 233 233 / var(--tw-bg-opacity));
}
.bg-\[\#E9F0F6\] {
--tw-bg-opacity: 1;
background-color: rgb(233 240 246 / var(--tw-bg-opacity));
}
.bg-\[\#F0F0F0\] {
--tw-bg-opacity: 1;
background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-\[\#FFEEE6\] {
--tw-bg-opacity: 1;
background-color: rgb(255 238 230 / var(--tw-bg-opacity));
}
.bg-\[\#FFF5F1\] {
--tw-bg-opacity: 1;
background-color: rgb(255 245 241 / var(--tw-bg-opacity));
}
.bg-\[\#ffeee6\] {
--tw-bg-opacity: 1;
background-color: rgb(255 238 230 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\] {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-stone {
--tw-bg-opacity: 1;
background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
background-size: cover;
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.p-8 {
padding: 2rem;
}
.p-\[0px\] {
padding: 0px;
}
.p-\[100px\] {
padding: 100px;
}
.p-\[10px\] {
padding: 10px;
}
.p-\[15px\] {
padding: 15px;
}
.p-\[20px\] {
padding: 20px;
}
.p-\[25px\] {
padding: 25px;
}
.p-\[30px\] {
padding: 30px;
}
.p-\[60px\] {
padding: 60px;
}
.p-\[90px\] {
padding: 90px;
}
.\!px-\[5px\] {
padding-left: 5px !important;
padding-right: 5px !important;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.px-\[0px\] {
padding-left: 0px;
padding-right: 0px;
}
.px-\[10px\] {
padding-left: 10px;
padding-right: 10px;
}
.px-\[15px\] {
padding-left: 15px;
padding-right: 15px;
}
.px-\[20px\] {
padding-left: 20px;
padding-right: 20px;
}
.px-\[25px\] {
padding-left: 25px;
padding-right: 25px;
}
.px-\[2rem\] {
padding-left: 2rem;
padding-right: 2rem;
}
.px-\[30px\] {
padding-left: 30px;
padding-right: 30px;
}
.px-\[40px\] {
padding-left: 40px;
padding-right: 40px;
}
.px-\[45px\] {
padding-left: 45px;
padding-right: 45px;
}
.px-\[50px\] {
padding-left: 50px;
padding-right: 50px;
}
.px-\[80px\] {
padding-left: 80px;
padding-right: 80px;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.py-\[0px\] {
padding-top: 0px;
padding-bottom: 0px;
}
.py-\[100px\] {
padding-top: 100px;
padding-bottom: 100px;
}
.py-\[150px\] {
padding-top: 150px;
padding-bottom: 150px;
}
.py-\[20px\] {
padding-top: 20px;
padding-bottom: 20px;
}
.py-\[25px\] {
padding-top: 25px;
padding-bottom: 25px;
}
.py-\[30px\] {
padding-top: 30px;
padding-bottom: 30px;
}
.py-\[35px\] {
padding-top: 35px;
padding-bottom: 35px;
}
.py-\[3rem\] {
padding-top: 3rem;
padding-bottom: 3rem;
}
.py-\[40px\] {
padding-top: 40px;
padding-bottom: 40px;
}
.py-\[4rem\] {
padding-top: 4rem;
padding-bottom: 4rem;
}
.py-\[50px\] {
padding-top: 50px;
padding-bottom: 50px;
}
.py-\[60px\] {
padding-top: 60px;
padding-bottom: 60px;
}
.py-\[6rem\] {
padding-top: 6rem;
padding-bottom: 6rem;
}
.py-\[80px\] {
padding-top: 80px;
padding-bottom: 80px;
}
.pb-0 {
padding-bottom: 0px;
}
.pb-12 {
padding-bottom: 3rem;
}
.pb-3 {
padding-bottom: 0.75rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pb-6 {
padding-bottom: 1.5rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pb-\[0px\] {
padding-bottom: 0px;
}
.pb-\[100px\] {
padding-bottom: 100px;
}
.pb-\[120px\] {
padding-bottom: 120px;
}
.pb-\[13px\] {
padding-bottom: 13px;
}
.pb-\[150px\] {
padding-bottom: 150px;
}
.pb-\[20px\] {
padding-bottom: 20px;
}
.pb-\[30px\] {
padding-bottom: 30px;
}
.pb-\[40px\] {
padding-bottom: 40px;
}
.pb-\[50px\] {
padding-bottom: 50px;
}
.pb-\[5px\] {
padding-bottom: 5px;
}
.pb-\[60px\] {
padding-bottom: 60px;
}
.pb-\[70px\] {
padding-bottom: 70px;
}
.pb-\[90px\] {
padding-bottom: 90px;
}
.pl-10 {
padding-left: 2.5rem;
}
.pl-\[10px\] {
padding-left: 10px;
}
.pl-\[20px\] {
padding-left: 20px;
}
.pl-\[5px\] {
padding-left: 5px;
}
.pr-\[10vw\] {
padding-right: 10vw;
}
.pr-\[8vw\] {
padding-right: 8vw;
}
.pt-10 {
padding-top: 2.5rem;
}
.pt-20 {
padding-top: 5rem;
}
.pt-24 {
padding-top: 6rem;
}
.pt-32 {
padding-top: 8rem;
}
.pt-8 {
padding-top: 2rem;
}
.pt-\[0px\] {
padding-top: 0px;
}
.pt-\[100px\] {
padding-top: 100px;
}
.pt-\[10px\] {
padding-top: 10px;
}
.pt-\[120px\] {
padding-top: 120px;
}
.pt-\[150px\] {
padding-top: 150px;
}
.pt-\[200px\] {
padding-top: 200px;
}
.pt-\[20px\] {
padding-top: 20px;
}
.pt-\[2rem\] {
padding-top: 2rem;
}
.pt-\[30px\] {
padding-top: 30px;
}
.pt-\[40px\] {
padding-top: 40px;
}
.pt-\[50px\] {
padding-top: 50px;
}
.pt-\[5px\] {
padding-top: 5px;
}
.pt-\[60px\] {
padding-top: 60px;
}
.pt-\[70px\] {
padding-top: 70px;
}
.pt-\[80px\] {
padding-top: 80px;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.text-6xl {
font-size: 3.75rem;
line-height: 1;
}
.text-\[14px\] {
font-size: 14px;
}
.text-\[150px\] {
font-size: 150px;
}
.text-\[15px\] {
font-size: 15px;
}
.text-\[16px\] {
font-size: 16px;
}
.text-\[18px\] {
font-size: 18px;
}
.text-\[19px\] {
font-size: 19px;
}
.text-\[20px\] {
font-size: 20px;
}
.text-\[22px\] {
font-size: 22px;
}
.text-\[23px\] {
font-size: 23px;
}
.text-\[27px\] {
font-size: 27px;
}
.text-\[35px\] {
font-size: 35px;
}
.text-\[39px\] {
font-size: 39px;
}
.text-\[48px\] {
font-size: 48px;
}
.text-\[90px\] {
font-size: 90px;
}
.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.text-xs {
font-size: 0.75rem;
line-height: 1rem;
}
.font-bold {
font-weight: 700;
}
.font-light {
font-weight: 300;
}
.font-medium {
font-weight: 500;
}
.font-semibold {
font-weight: 600;
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
.\!normal-case {
text-transform: none !important;
}
.normal-case {
text-transform: none;
}
.leading-\[100px\] {
line-height: 100px;
}
.leading-\[150px\] {
line-height: 150px;
}
.leading-\[23px\] {
line-height: 23px;
}
.leading-\[24px\] {
line-height: 24px;
}
.leading-\[38px\] {
line-height: 38px;
}
.leading-\[48px\] {
line-height: 48px;
}
.leading-\[54px\] {
line-height: 54px;
}
.leading-\[56px\] {
line-height: 56px;
}
.tracking-\[2px\] {
letter-spacing: 2px;
}
.tracking-\[3px\] {
letter-spacing: 3px;
}
.\!text-\[\#000\] {
--tw-text-opacity: 1 !important;
color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#7D7D7D\] {
--tw-text-opacity: 1 !important;
color: rgb(125 125 125 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#DADADA\] {
--tw-text-opacity: 1 !important;
color: rgb(218 218 218 / var(--tw-text-opacity)) !important;
}
.\!text-white {
--tw-text-opacity: 1 !important;
color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#231E28\] {
--tw-text-opacity: 1;
color: rgb(35 30 40 / var(--tw-text-opacity));
}
.text-\[\#666169\] {
--tw-text-opacity: 1;
color: rgb(102 97 105 / var(--tw-text-opacity));
}
.text-\[\#A0ABBB\] {
--tw-text-opacity: 1;
color: rgb(160 171 187 / var(--tw-text-opacity));
}
.text-\[\#A6A6A8\] {
--tw-text-opacity: 1;
color: rgb(166 166 168 / var(--tw-text-opacity));
}
.text-\[\#E95B1D\] {
--tw-text-opacity: 1;
color: rgb(233 91 29 / var(--tw-text-opacity));
}
.text-\[\#F1D9CD\] {
--tw-text-opacity: 1;
color: rgb(241 217 205 / var(--tw-text-opacity));
}
.text-\[\#FA4D00\] {
--tw-text-opacity: 1;
color: rgb(250 77 0 / var(--tw-text-opacity));
}
.text-primary {
--tw-text-opacity: 1;
color: rgb(1 9 87 / var(--tw-text-opacity));
}
.text-secondary {
--tw-text-opacity: 1;
color: rgb(15 226 255 / var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
opacity: 0;
}
.filter {
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none;
margin: 0; }
html, body {
min-height: 100%;
font-family: "tt-travels-next", sans-serif;
}
html {
scroll-behavior: smooth;
}
#smooth-content {
will-change: transform;
}
body {
font-family: "Manrope", sans-serif;
}
.wrapper {
position: relative;
background: #fff;
}
.clear {
clear: both;
}
a:focus {
outline: none;
}
hr {
border-bottom: 2px solid #FA4D00;
height: 2px;
opacity: 0.4;
}
p {
margin-bottom: 25px;
}
.p--no-margin p {
margin-bottom: 0px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
margin-bottom: 30px;
text-transform: uppercase;
font-family: "Fjalla One", sans-serif;
}
h4 {
color: #FA4D00;
font-weight: 400;
font-family: "IBM Plex Mono", monospace;
}
.color-red {
color: #FF0161;
}
.text-content ul {
list-style: disc;
margin-left: 20px;
}
.text-content ul li {
font-size: 18px;
line-height: 28px;
font-weight: 400;
}
p {
font-size: 15px;
line-height: 18px;
font-weight: 400;
font-family: "Karla", sans-serif;
}
@media screen and (min-width: 640px) {
p {
font-size: 17px;
line-height: 24px;
}
}
p .p--large {
font-size: 24px;
line-height: 30px;
}
p.p--small {
font-size: 14px;
line-height: 17px;
}
@media screen and (min-width: 640px) {
p.p--small {
font-size: 17px;
line-height: 24px;
}
}
p .p--xlarge {
font-size: 25px;
line-height: 30px;
}
@media screen and (min-width: 640px) {
p .p--xlarge {
font-size: 42px;
line-height: 48px;
}
p .p--xlarge.reveal-type {
line-height: 60px;
}
p .p--xlarge.reveal-type .line {
margin-top: -11px;
}
}
p.larger {
font-size: 16px;
line-height: 19px;
}
@media screen and (min-width: 640px) {
p.larger {
font-size: 28px;
line-height: 34px;
}
}
h1, .h1 {
line-height: 55px;
font-size: 42px;
font-weight: 400;
text-transform: uppercase;
}
@media screen and (min-width: 640px) {
h1, .h1 {
line-height: 80px;
font-size: 60px;
}
}
h1 .h1--large, .h1 .h1--large {
font-size: 103px;
line-height: 107px;
font-weight: 500;
}
h1 .line, .h1 .line {
margin-top: -6px;
}
@media screen and (min-width: 640px) {
h1, .h1 {
font-size: 85px;
line-height: 115px;
}
h1 .line, .h1 .line {
margin-top: -28px;
}
}
h2, .h2 {
font-size: 39px;
line-height: 49px;
font-weight: 400;
text-transform: uppercase;
}
@media screen and (min-width: 640px) {
h2, .h2 {
font-size: 53px;
line-height: 73px;
}
h2 .line, .h2 .line {
margin-top: -12px;
}
h2 .h2--large, .h2 .h2--large {
font-size: 60px;
line-height: 64px;
}
}
.color-black {
color: black !important;
}
.cutout {
position: relative;
}
.cutout--top-left-dark:before {
content: "";
background-size: contain;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/corner-left-top.svg);
top: -1px;
left: 0;
position: absolute;
background-repeat: no-repeat;
height: 75px;
width: 98px;
background-position: top left;
}
@media screen and (min-width: 640px) {
.cutout--top-left-dark:before {
height: 135px;
width: 98px;
}
}
.cutout--top-left-white:before {
content: "";
background-size: contain;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/corner-left-top-white.svg);
top: -1px;
left: 0;
position: absolute;
background-repeat: no-repeat;
height: 75px;
width: 98px;
background-position: top left;
}
@media screen and (min-width: 640px) {
.cutout--top-left-white:before {
height: 135px;
width: 98px;
top: 0px;
}
}
.cutout--top-right:before {
content: "";
background-size: contain;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/corner-right-top-white.svg);
top: 0;
right: 0;
position: absolute;
background-repeat: no-repeat;
height: 75px;
width: 98px;
background-position: top right;
}
@media screen and (min-width: 640px) {
.cutout--top-right:before {
height: 135px;
width: 98px;
}
}
.cutout--top-right-dark-grey:before {
content: "";
background-size: contain;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/corner-right-top-white.svg);
top: 0;
right: 0;
position: absolute;
background-repeat: no-repeat;
height: 75px;
width: 98px;
background-position: top right;
}
@media screen and (min-width: 640px) {
.cutout--top-right-dark-grey:before {
height: 135px;
width: 98px;
}
}
.cutout--top-right-light-grey:before {
content: "";
background-size: contain;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/top-right-light-grey-corner.svg);
top: -1px;
right: 0;
position: absolute;
background-repeat: no-repeat;
height: 75px;
width: 98px;
background-position: top right;
}
@media screen and (min-width: 640px) {
.cutout--top-right-light-grey:before {
height: 141px;
width: 99px;
right: -1px;
}
}
.cutout--top-right-dark-grey:before {
content: "";
background-size: contain;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/top-right-dark-grey.svg);
top: 0;
right: 0;
position: absolute;
background-repeat: no-repeat;
height: 75px;
width: 98px;
background-position: top right;
}
@media screen and (min-width: 640px) {
.cutout--top-right-dark-grey:before {
height: 141px;
width: 99px;
}
}
.cutout--top-left-black-small:before {
content: "";
background-size: contain;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/top-left-dark-small.svg);
top: -1px;
left: 0;
position: absolute;
background-repeat: no-repeat;
height: 75px;
width: 98px;
background-position: top left;
}
@media screen and (min-width: 640px) {
.cutout--top-left-black-small:before {
height: 141px;
width: 99px;
}
}
h3, .h3 {
font-size: 22px;
line-height: 30px;
font-weight: 300;
text-transform: none;
color: #FA4D00;
}
@media screen and (min-width: 640px) {
h3, .h3 {
font-size: 32px;
line-height: 40px;
}
}
h3.larger, .h3.larger {
font-size: 33px;
line-height: 40px;
}
@media screen and (min-width: 640px) {
h3.larger, .h3.larger {
font-size: 39px;
line-height: 47px;
}
}
h4, .h4 {
font-size: 15px;
line-height: 20px;
}
@media screen and (min-width: 640px) {
h4, .h4 {
font-size: 18px;
line-height: 25px;
}
}
.single-description h4 {
letter-spacing: 2px;
}
.hidden {
display: none;
}
.check-list {
list-style: none;
}
.check-list li {
padding-left: 29px;
position: relative;
font-size: 22px;
line-height: 28px;
padding-bottom: 15px;
color: #010957;
}
.check-list li:before {
content: "";
height: 18px;
width: 18px;
position: absolute;
left: 0;
top: 4px;
background-size: contain;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/icon-check.svg);
background-repeat: no-repeat;
}
.button {
border: 1px solid #231E28;
border-radius: 30px;
font-weight: 400;
font-size: 16px;
transition: 0.4s all;
}
@media screen and (min-width: 640px) {
.button {
font-size: 15px;
}
}
.button:hover {
background: #fff;
border-color: #fff;
color: #FA4D00;
}
.button svg {
display: inline-block;
vertical-align: middle;
margin: 0 0 0 5px;
position: relative;
top: -2px;
}
.breadcrumb_last {
color: #231E28;
}
.color-primary {
color: #FA4D00;
}
.color-secondary {
color: #231E28;
}
.scale-img {
animation: scale 20s ease-in-out infinite;
}
.gradient-text {
font-weight: 500;
background: linear-gradient(270deg, #4E88FA 20.68%, #EA0DE7 58.01%, #FF0161 91.78%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.link-list li {
padding-top: 22px;
padding-bottom: 40px;
border-bottom: 1px solid #666169;
}
.link-list li a {
color: white;
font-size: 24px;
line-height: 20px;
}
@keyframes scale {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.post-item:hover .btn:before {
top: 5px;
right: -5px;
left: 5px;
background: #FA4D00;
}
.post-item:hover .btn span {
top: 5px;
right: -5px;
left: 5px;
position: relative;
color: white;
}
.post-content img {
width: 100%;
max-width: 100%;
border-radius: 10px;
}
.post-content h3, .post-content h2 {
margin-bottom: 10px;
color: black !important;
}
.post-content p {
margin-bottom: 40px;
}
.copy-link {
transition: all 0.3s;
}
.copy-link--copied {
filter: invert(33%) sepia(55%) saturate(3137%) hue-rotate(2deg) brightness(100%) contrast(101%);
} body.offcanvas-open header {
background: #FFEEE6 !important;
box-shadow: none !important;
transform: translateY(0%) !important;
}
.header {
position: fixed;
top: 20px;
z-index: 100;
transform: translateY(-100%);
padding-top: 15px;
padding-bottom: 15px;
}
.header.active {
transform: translate(0);
}
.strapline {
position: relative;
}
.strapline svg {
max-width: 96%;
top: -2px;
position: relative;
}
.strapline:before {
content: "";
height: 150%;
width: 2px;
background: white;
position: absolute;
left: -9px;
top: -9px;
}
.offcanvas-open header:before {
display: none;
}
.header {
transition: 0.4s all ease-in-out;
}
.header:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(to top, transparent 0%, rgba(43, 43, 43, 0.5411764706) 100%);
z-index: -1;
top: 0;
left: 0px;
right: 0px;
width: calc(100% - 6px);
}
@media screen and (min-width: 1024px) {
.header:before {
left: 30px;
right: 0px;
width: calc(100% - 60px);
}
}
.header:after {
content: "";
position: absolute;
width: 100%;
background: white;
top: 0;
left: 0;
height: 0px;
transition: 0.4s all ease-in-out;
}
.header.scroll-bg {
transform: translateY(-150%);
}
.header.nav-bg {
background: white;
height: 70px;
padding-top: 12px;
padding-bottom: 8px;
box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
}
.header.nav-bg:before {
opacity: 0;
}
.header.nav-bg button.offcanvas-btn:before {
background: #FA4D00;
}
.header.nav-bg button.offcanvas-btn:after {
background: #FA4D00;
}
.header.nav-bg button.offcanvas-btn span {
background: #FA4D00;
}
@media screen and (min-width: 640px) {
.header.nav-bg {
padding-top: 15px;
padding-bottom: 15px;
height: 100px;
}
}
.header.nav-bg .header__logo img {
width: 55px;
}
@media screen and (min-width: 640px) {
.header.nav-bg .header__logo img {
width: 70px;
}
}
.header.nav-bg .header__nav .menu-main-container .menu li {
color: #FA4D00;
}
.header.nav-bg .header__nav .menu-main-container .menu .menu-item-has-children:after {
filter: invert(38%) sepia(93%) saturate(3670%) hue-rotate(4deg) brightness(86%) contrast(101%);
}
.site-header {
width: 100%;
z-index: 14;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-position: bottom;
}
.site-header .button {
color: #fff;
}
.site-header .button:hover {
color: #FA4D00;
}
.site-header:after {
transition: 0.8s all ease-in-out;
content: "";
background: #FA4D00;
height: 0;
left: 0;
top: 0;
width: 100%;
opacity: 0.3;
position: absolute;
z-index: -1;
}
.site-header .btn--animate {
display: none;
}
@media screen and (min-width: 640px) {
.site-header .btn--animate {
display: inline-block;
}
}
.site-header.bg {
background: #FA4D00;
}
.site-header.scroll-bg:after {
height: 100%;
}
.site-header .blue-logo {
display: none;
}
.site-header.active, .site-header.white {
background: #fff;
}
.site-header.active .button, .site-header.white .button {
color: #FA4D00;
}
.site-header.active .white-logo, .site-header.white .white-logo {
display: none;
}
.site-header.active .blue-logo, .site-header.white .blue-logo {
display: block;
}
.site-header.active .logo-wrap svg path, .site-header.white .logo-wrap svg path {
fill: #ACCAD9;
}
.site-header.active .logo-wrap .site-logo svg path, .site-header.white .logo-wrap .site-logo svg path {
fill: #FA4D00;
}
.site-header.active svg g, .site-header.white svg g {
stroke: #FA4D00;
}
.site-header.active .m-icon .top, .site-header.active .m-icon .bot, .site-header.white .m-icon .top, .site-header.white .m-icon .bot {
background-color: #FA4D00;
}
.search-form {
display: flex;
align-items: center;
background: #fff;
border-radius: 50px;
border: 1px solid #ACCAD9;
}
@media screen and (min-width: 640px) {
.search-form {
margin-right: 10px;
max-width: 180px;
border: 1px solid #231E28;
}
}
.search-form .search-field {
flex: 1;
background: none;
border-radius: 30px 0 0 30px;
border: none;
padding: 0 0 0 20px;
box-shadow: none;
height: 54px;
margin: 0;
font-size: 19px;
}
@media screen and (min-width: 640px) {
.search-form .search-field {
height: 50px;
font-size: 15px;
}
}
.search-form button {
background: none;
position: relative;
left: -8px;
width: 48px;
color: #fff;
height: 48px;
}
@media screen and (min-width: 640px) {
.search-form button {
height: 35px;
width: 60px;
position: static;
}
}
.search-form button svg {
margin: 0 auto;
}
.search-toggle-lrg {
position: relative;
}
.search-toggle-lrg svg {
position: relative;
z-index: 10;
}
.search-toggle-lrg .search-wrap {
max-width: 0;
width: 90vw;
position: absolute;
top: -2px;
right: 0;
z-index: 4;
transition: all 0.5s ease;
opacity: 0;
pointer-events: none;
}
.search-toggle-lrg .search-wrap .search-form {
width: 100%;
max-width: 100%;
}
.search-toggle-lrg.active .search-wrap {
max-width: 50vw;
z-index: 10;
opacity: 1;
pointer-events: auto;
}
@media screen and (min-width: 1024px) {
.search-toggle-lrg.active .search-wrap {
max-width: 60vw;
}
}
.header {
top: 0px;
}
.header__nav .menu-main-container .menu {
color: white;
display: flex;
justify-content: center;
align-items: flex-start;
gap: 10px;
}
.header__nav .menu-main-container .menu .menu-item-has-children:after {
content: "";
position: absolute;
right: 0;
width: 10px;
height: 11px;
top: 14px;
background-repeat: no-repeat;
background-size: contain;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/menu-arrow-down.svg);
transform: rotate(-180deg);
transition: all 0.3s ease-in-out;
}
.header__nav .menu-main-container .menu .menu-item-has-children.active:after {
transform: rotate(0);
}
.header__nav .menu-main-container .menu li {
color: white;
padding: 10px 20px;
font-size: 14px;
transition: all 0.2s ease-in-out;
position: relative;
letter-spacing: 0.5px;
text-transform: uppercase;
font-family: "IBM Plex Mono", monospace;
}
.header__nav .menu-main-container .menu li a {
position: relative;
}
.header__nav .menu-main-container .menu li a:after {
content: "";
height: 1px;
width: 0px;
background: #231E28;
transition: all 0.2s ease-in-out;
position: absolute;
bottom: -5px;
left: 0;
}
.header__nav .menu-main-container .menu ul.sub-menu {
transition: all 0.3s ease-in-out;
background: white;
border: 1px solid #FA4D00;
display: flex;
display: none;
gap: 5px;
flex-direction: column;
position: absolute;
right: 0px;
margin-top: 8px;
padding: 20px;
padding-top: 15px;
padding-bottom: 15px;
opacity: 0;
z-index: -10;
width: 230px;
justify-content: center;
}
.header__nav .menu-main-container .menu ul.sub-menu.active {
opacity: 1;
z-index: 10;
display: flex;
}
.header__nav .menu-main-container .menu ul.sub-menu li {
padding: 8px 20px;
font-size: 14px;
text-align: center;
color: #FA4D00;
border-bottom: 1px solid #FA4D00;
}
.header__nav .menu-main-container .menu ul.sub-menu li:nth-last-child(1) {
border-bottom: 0px;
}
.header.page-style--light:before {
display: none;
}
.header.page-style--light .header__nav .menu-main-container .menu li {
color: #FA4D00;
}
.header.page-style--light .header__nav .menu-main-container .menu .menu-item-has-children:after {
filter: invert(38%) sepia(93%) saturate(3670%) hue-rotate(4deg) brightness(86%) contrast(101%);
}
.header.page-style--dark .header__nav .menu-main-container .menu li a:after {
background: white;
}
.header.page-style--dark .logo--light {
display: none;
}
.header.grey-bg {
top: 0px;
background: #E8E9E9;
}
.header__logo img {
width: 70px;
transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 640px) {
.header__logo img {
width: 100px;
}
}
.header__menu {
font-size: 17px;
}
.page-template-template-home {
background: white;
}
.social {
display: flex;
gap: 20px;
}
.social li img {
height: 30px;
-o-object-fit: contain;
object-fit: contain;
}
.header {
gap: 15px;
}
.header li img {
height: 18px;
-o-object-fit: contain;
object-fit: contain;
}
.offcanvas {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #FFEEE6;
transform: translateX(-100%);
transition: all 0.3s ease-in-out;
overflow: hidden;
z-index: 100;
}
.offcanvas__footer {
position: relative;
}
.offcanvas__footer:before {
content: "";
left: 0;
width: 100vw;
top: -67px;
height: 100%;
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/offcanvas-footer.svg);
}
@media screen and (min-width: 640px) {
.offcanvas {
width: 470px;
}
}
.offcanvas .sub-menu {
padding-left: 10px;
}
.offcanvas__inner {
padding-top: 100px;
}
.offcanvas__inner .menu {
justify-content: flex-start;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.offcanvas__inner .menu li a {
display: inline-block;
color: #FA4D00;
padding: 10px 15px;
font-size: 16px;
transition: all 0.2s ease-in-out;
position: relative;
letter-spacing: 0.5px;
text-transform: uppercase;
font-family: "IBM Plex Mono", monospace;
}
.offcanvas__inner .menu li.menu-item-has-children {
position: relative;
}
.offcanvas__inner .menu li.menu-item-has-children > a:first-child:after {
content: "";
position: absolute;
right: 0;
width: 10px;
height: 11px;
top: 15px;
background-repeat: no-repeat;
background-size: contain;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/menu-arrow-down.svg);
transform: rotate(-180deg);
transition: all 0.3s ease-in-out;
filter: invert(38%) sepia(93%) saturate(3670%) hue-rotate(4deg) brightness(86%) contrast(101%);
}
.offcanvas__inner .menu li.menu-item-has-children.active a:first-child:after {
transform: rotate(0);
}
.offcanvas__inner .menu li .sub-menu {
opacity: 0;
height: 0px;
}
.offcanvas__inner .menu li .sub-menu.active {
opacity: 1;
height: 100%;
z-index: 10;
display: flex;
flex-direction: column;
}
.offcanvas__inner .menu li .sub-menu li {
display: block;
}
.offcanvas .offcanvas__lower {
opacity: 0;
transform: translateY(-30px);
transition-delay: 0.7s;
transition-duration: 0.5s;
transition-timing-function: ease-in-out;
}
.offcanvas__nav {
display: flex;
flex-direction: column;
gap: 40px;
padding-bottom: 115px;
}
@media screen and (min-width: 640px) {
.offcanvas__nav {
gap: 41px;
}
}
.offcanvas__nav li {
padding: 0 30px;
transition-delay: 0.3s;
transition-duration: 0.5s;
transition-timing-function: ease-in-out;
}
.offcanvas__nav li.menu-item-object-page {
opacity: 0;
transform: translateX(-30px);
}
.offcanvas__nav li a {
color: #5BC5ED;
font-size: 26px;
line-height: 1;
font-weight: 700;
}
.offcanvas__nav li a:hover {
color: white;
}
@media screen and (min-width: 640px) {
.offcanvas__nav li a {
font-size: 26px;
}
}
.offcanvas--active {
transform: translateX(0);
z-index: 100;
}
.offcanvas--active li.menu-item-object-page {
opacity: 1;
transform: translateX(0);
}
.offcanvas--active .offcanvas__lower {
opacity: 1;
transform: translateY(0);
}
button.offcanvas-btn {
width: 40px;
height: 43px;
position: relative;
background: transparent;
border: none;
border-radius: 0px;
}
button.offcanvas-btn:after {
content: "";
width: 30px;
height: 2px;
border-radius: 10px;
position: absolute;
background: white;
top: 10px;
left: 50%;
transition: all 0.3s ease-in-out;
margin-left: -10px;
}
button.offcanvas-btn span {
width: 30px;
height: 2px;
border-radius: 10px;
position: absolute;
background: white;
top: 20px;
left: 50%;
transition: all 0.3s ease-in-out;
margin-left: -10px;
}
button.offcanvas-btn:before {
content: "";
width: 30px;
height: 2px;
border-radius: 10px;
position: absolute;
transition: all 0.3s ease-in-out;
background: white;
top: 30px;
left: 50%;
margin-left: -10px;
}
button.offcanvas-btn--active:before {
top: 21px;
transform: rotate(45deg);
background: #FA4D00;
}
button.offcanvas-btn--active span {
opacity: 0;
}
button.offcanvas-btn--active:after {
top: 21px;
transform: rotate(-45deg);
background: #FA4D00;
}
.page-template-template-contact .footer .first-container:before {
background-size: contain;
background-repeat: no-repeat;
background-position: bottom;
height: 130px;
top: -180px;
z-index: 100;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/contact_lower_footer.svg) !important;
}
.footer .first-container {
position: relative;
}
.footer .first-container:before {
content: "";
width: 200px;
height: 100px;
top: -140px;
left: 0;
display: none;
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/top-image.svg);
}
@media screen and (min-width: 1024px) {
.footer .first-container:before {
display: block;
}
}
.footer .first-container:after {
width: 140px;
height: 92px;
right: 0;
top: -132px;
display: none;
position: absolute;
background-size: contain;
background-repeat: no-repeat;
content: "";
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/right-image.svg);
}
@media screen and (min-width: 1024px) {
.footer .first-container:after {
display: block;
}
}
.with_frm_style .frm_radio input[type=radio] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: 1px solid black !important;
border-color: black !important;
vertical-align: middle;
position: initial;
padding: 0;
}
.with_frm_style .frm_radio input[type=radio]:before {
box-shadow: inset 10px 10px black;
}
#menu-terms {
display: flex;
gap: 10px;
}
.contact__form [type=radio]:checked,
.contact__form [type=radio]:not(:checked) {
position: absolute;
left: -9999px;
}
.contact__form [type=radio]:checked + label,
.contact__form [type=radio]:not(:checked) + label {
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
}
.contact__form [type=radio]:checked + label:before,
.contact__form [type=radio]:not(:checked) + label:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 1px solid #000000;
border-radius: 100%;
background: transparent;
}
.contact__form [type=radio]:checked + label:after,
.contact__form [type=radio]:not(:checked) + label:after {
content: "";
width: 12px;
height: 12px;
background: #000000;
position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
transition: all 0.2s ease;
}
.contact__form [type=radio]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
.contact__form [type=radio]:checked + label:after {
opacity: 1;
transform: scale(1);
}
.contact__form input::-moz-placeholder, .contact__form textarea::-moz-placeholder {
color: black !important;
}
.contact__form input::placeholder, .contact__form textarea::placeholder {
color: black !important;
}
.contact__form .frm_html_container p {
font-size: 14px;
}
.contact__form input[type=text], .contact__form textarea, .contact__form input[type=email], .contact__form input[type=tel] {
font-size: 16px;
background: none;
padding: 13px 24px;
border-radius: 0px;
border: none;
border-bottom: 1px solid black;
box-shadow: none;
padding-left: 0px;
color: black !important;
}
.contact__form input[type=text]::-moz-placeholder, .contact__form textarea::-moz-placeholder, .contact__form input[type=email]::-moz-placeholder, .contact__form input[type=tel]::-moz-placeholder {
color: black !important;
}
.contact__form input[type=text]::placeholder, .contact__form input[type=text]::-moz-placeholder, .contact__form input[type=text]::-webkit-input-placeholder, .contact__form textarea::placeholder, .contact__form textarea::-moz-placeholder, .contact__form textarea::-webkit-input-placeholder, .contact__form input[type=email]::placeholder, .contact__form input[type=email]::-moz-placeholder, .contact__form input[type=email]::-webkit-input-placeholder, .contact__form input[type=tel]::placeholder, .contact__form input[type=tel]::-moz-placeholder, .contact__form input[type=tel]::-webkit-input-placeholder {
color: black !important;
}
.contact__form input[type=text]:hover, .contact__form input[type=text]:active, .contact__form input[type=text]:focus, .contact__form textarea:hover, .contact__form textarea:active, .contact__form textarea:focus, .contact__form input[type=email]:hover, .contact__form input[type=email]:active, .contact__form input[type=email]:focus, .contact__form input[type=tel]:hover, .contact__form input[type=tel]:active, .contact__form input[type=tel]:focus {
border: none;
border-bottom: 1px solid black;
box-shadow: none !important;
background: none;
background-color: transparent !important;
}
.contact__form button {
padding: 16px 45px !important;
background: #000000 !important;
color: white !important;
font-size: 14px !important;
border: none !important;
border-radius: 0px !important;
}
.footer a {
font-size: 15px;
line-height: 18px;
font-weight: 400;
text-decoration: underline;
font-family: "Karla", sans-serif;
}
@media screen and (min-width: 1024px) {
.footer a {
font-size: 17px;
line-height: 18px;
}
}
.footer__nav .menu {
display: flex;
flex-direction: column;
justify-content: center;
gap: 10px;
align-items: start;
text-align: left;
}
@media screen and (min-width: 640px) {
.footer__nav .menu {
align-items: start;
text-align: left;
}
}
.footer__nav .menu li {
color: #A6A6A8;
font-size: 14px;
line-height: 20px;
padding-left: 0px;
}
.hero {
position: relative;
height: 80vh;
opacity: 0;
transition: all 0.4s ease-in-out;
transform: scale(1.05);
margin-top: -1px;
}
@media screen and (min-width: 1024px) {
.hero {
min-height: 750px;
height: 80vh;
}
}
.hero.no-height {
height: initial;
}
.hero.hero-home {
min-height: 70vh;
height: 70vh;
}
@media screen and (min-width: 1024px) {
.hero.hero-home {
max-height: 750px;
height: 80vh;
}
}
.hero--active {
transform: scale(1);
opacity: 1;
}
.hero .section__bg--rounded-image {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.hero--small {
height: 35vh;
min-height: 510px;
}
.find-out-more {
background-size: contain;
width: 70px;
height: 70px;
background-repeat: no-repeat;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -22px;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/find-out-more.svg);
}
.find-out-more--inner {
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/find-out-more-inner.svg);
}
@media screen and (min-width: 640px) {
.find-out-more {
width: 100px;
height: 100px;
margin-left: -50px;
bottom: -32px;
}
}
.inner-hero .section__bg img {
display: none;
}
@media screen and (min-width: 640px) {
.inner-hero .section__bg img {
display: block;
}
}
.hero-text {
opacity: 0;
transition: all 0.1s ease-in-out;
}
.hero-text--active {
opacity: 1;
}
.hero-line {
color: white;
position: absolute;
opacity: 1;
left: 0;
font-size: 40px;
line-height: 50px;
height: 230px;
}
@media screen and (max-width: 1300px) {
.hero-line {
font-size: 60px;
line-height: 70px;
}
}
@media screen and (min-width: 640px) {
.hero-line {
font-size: 70px;
line-height: 80px;
height: initial;
display: block;
}
}
@media screen and (max-width: 992px) {
.hero-line--1 {
font-size: 38px;
line-height: 55px;
height: 230px;
align-items: center;
display: flex;
}
}
@media screen and (max-width: 1300px) {
.hero-line--2 {
font-size: 60px;
line-height: 70px;
}
}
@media screen and (min-width: 640px) {
.hero-line--2 {
font-size: 90px;
line-height: 90px;
}
}
@media screen and (max-width: 992px) {
.hero-line--2 {
font-size: 60px;
line-height: 70px;
}
}
.menu-links a {
position: relative;
}
.menu-links a:after {
content: "";
height: 1px;
width: 0px;
background: #231E28;
transition: all 0.2s ease-in-out;
position: absolute;
bottom: -5px;
left: 0;
}
.menu-links a:hover:after {
width: 100%;
} .header-icon {
border: 1px solid #231E28;
border-radius: 50%;
width: 48px;
height: 48px;
text-align: center;
padding-top: 10px;
}
.header-icon svg {
margin: 0 auto;
}
.m-icon {
position: relative;
cursor: pointer;
margin: 0;
transition-duration: 0.3s;
transition-timing-function: ease;
}
.m-icon .top, .m-icon .bot {
background-color: #fff;
color: #fff;
height: 1px;
width: 27px;
position: absolute;
left: 10px;
transition-duration: 0.3s;
transition-timing-function: ease;
transform-origin: center;
}
.m-icon .top {
top: 17px;
}
.m-icon .bot {
top: 28px;
}
.m-icon.active {
transform: rotate(90deg);
}
.m-icon.active .top {
top: 22px;
transform: rotate(45deg);
}
.m-icon.active .bot {
top: 22px;
transform: rotate(-45deg);
}
.active .m-icon .top, .active .m-icon .bot {
background: #FA4D00;
} .off-canvas {
position: fixed;
z-index: 12;
transition: transform 0.5s ease;
backface-visibility: hidden;
background: #fff;
padding: 0 18px;
}
.off-canvas.position-top {
top: 0;
left: 0;
width: 100vw;
overflow-x: auto;
height: 100vh;
transform: translateY(-100vh);
border-bottom: 1px solid #ccc;
padding-top: 100px;
display: flex;
}
@media screen and (min-width: 1024px) {
.off-canvas.position-top {
height: 700px;
transform: translateY(-700px);
align-items: center;
}
}
.off-canvas.position-top.is-open {
transform: translate(0);
}
.off-canvas .social-links {
justify-content: center;
}
@media screen and (min-width: 1024px) {
.off-canvas .social-links {
justify-content: flex-start;
}
}
.off-canvas .social-links li a {
width: 50px;
height: 50px;
}
@media screen and (min-width: 1024px) {
.off-canvas .social-links li a {
width: 36px;
height: 36px;
}
}
.off-canvas .social-links li a svg {
height: 30px;
}
@media screen and (min-width: 1024px) {
.off-canvas .social-links li a svg {
height: 22px;
}
} .is-drilldown {
position: relative;
overflow: hidden;
width: 100%;
}
@media screen and (min-width: 1024px) {
.is-drilldown {
width: 33.33%;
overflow: visible;
}
}
.drilldown {
width: 100%;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
list-style: none;
position: relative;
padding: 0;
margin: 0;
border-top: 1px solid #D6DCE3;
counter-reset: drilldown;
}
@media screen and (min-width: 1024px) {
.drilldown {
border-top: none;
}
.drilldown:after {
content: "";
width: 1px;
height: 100%;
position: absolute;
top: 10px;
right: 1px;
background: #DDECED;
}
.drilldown ul:after {
content: "";
width: 1px;
height: 100%;
position: absolute;
top: 10px;
right: 1px;
background: #DDECED;
}
}
.drilldown li {
display: block;
}
.drilldown li a {
line-height: 1;
display: block;
text-decoration: none;
padding: 2rem 0;
background-color: #fefefe;
border-bottom: 1px solid #D6DCE3;
font-size: 27px;
font-weight: 300;
}
@media screen and (min-width: 640px) {
.drilldown li a {
font-size: 60px;
padding: 3rem 0 2rem;
}
}
@media screen and (min-width: 1024px) {
.drilldown li a {
font-size: 32px;
border-bottom: none;
padding: 1.7rem 0;
}
}
.drilldown > li > a { position: relative;
}
.drilldown > li > a:before {
position: absolute;
top: 10px;
left: 2px;
font-size: 18px;
font-weight: 300;
color: #ACCAD9;
counter-increment: drilldown;
content: counter(drilldown, decimal-leading-zero);
}
@media screen and (min-width: 640px) {
.drilldown > li > a:before {
top: 20px;
left: 6px;
}
}
@media screen and (min-width: 1024px) {
.drilldown > li > a:before {
content: "";
}
}
.drilldown .menu-item-has-children > a {
position: relative;
}
.drilldown .menu-item-has-children > a::after {
position: absolute;
top: 50%;
margin-top: -15px;
right: 35px;
display: block;
width: 0;
height: 0;
transition: 0.2s all;
content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMzQgMTYiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzMuNzE1NCA4LjcxMTk5Yy4zOTA1LS4zOTA1Mi4zOTA1LTEuMDIzNjkgMC0xLjQxNDIxbC02LjM2NC02LjM2Mzk2NWMtLjM5MDUtLjM5MDUyNC0xLjAyMzYtLjM5MDUyNC0xLjQxNDIgMC0uMzkwNS4zOTA1MjUtLjM5MDUgMS4wMjM2ODUgMCAxLjQxNDIxNWw1LjY1NjkgNS42NTY4NS01LjY1NjkgNS42NTY4MmMtLjM5MDUuMzkwNi0uMzkwNSAxLjAyMzcgMCAxLjQxNDMuMzkwNi4zOTA1IDEuMDIzNy4zOTA1IDEuNDE0MiAwem0tMzMuMjc0OTcuMjkyODloMzIuNTY3ODd2LTJoLTMyLjU2Nzg3eiIgZmlsbD0iIzBmZTJmZiIvPjwvc3ZnPg==");
}
@media screen and (min-width: 640px) {
.drilldown .menu-item-has-children > a::after {
top: 40%;
}
}
@media screen and (min-width: 1024px) {
.drilldown .menu-item-has-children > a::after {
right: 50px;
content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyMiA4IiB3aWR0aD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIxLjgwNTYgNC4zNTM1NWMuMTk1Mi0uMTk1MjYuMTk1Mi0uNTExODQgMC0uNzA3MWwtMy4xODItMy4xODE5ODRjLS4xOTUzLS4xOTUyNjItLjUxMTgtLjE5NTI2Mi0uNzA3MSAwcy0uMTk1My41MTE4NDUgMCAuNzA3MTA0bDIuODI4NCAyLjgyODQzLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxLjE5NTMuMTk1MjcuNTExOC4xOTUyNy43MDcxIDB6bS0yMS42NDczOTcuMTQ2NDVoMjEuMjkzNzk3di0xaC0yMS4yOTM3OTd6IiBmaWxsPSIjMGZlMmZmIi8+PC9zdmc+");
}
.drilldown .menu-item-has-children.active > a::after {
right: 36px;
}
}
.drilldown .sub-menu {
position: absolute;
top: 0;
left: 100%;
z-index: -1;
width: 100%;
transition: transform 0.3s ease-out, z-index 0.3s ease-out;
height: 100%;
background: #fff;
}
@media screen and (min-width: 1024px) {
.drilldown .sub-menu {
opacity: 0;
padding-top: 12px;
transition: 0.8s all;
}
}
.drilldown .sub-menu a {
font-size: 20px;
padding: 1.2rem 0;
transition: 0.5s all;
}
@media screen and (min-width: 640px) {
.drilldown .sub-menu a {
font-size: 39px;
padding: 1.8rem 0;
}
}
@media screen and (min-width: 1024px) {
.drilldown .sub-menu a {
font-size: 22px;
padding: 1.2rem 0;
position: relative;
left: -10px;
padding-left: 20px;
}
}
.drilldown .sub-menu.is-active {
z-index: 1;
transform: translate(-100%);
}
@media screen and (min-width: 1024px) {
.drilldown .sub-menu.is-active {
transform: none;
opacity: 1;
}
.drilldown .sub-menu.is-active a {
left: 0;
}
}
.drilldown .sub-menu .menu-item-has-children > a:after {
top: 50%;
margin-top: -10px;
}
@media screen and (min-width: 640px) {
.drilldown .sub-menu .menu-item-has-children > a:after {
margin-top: -25px;
}
}
@media screen and (min-width: 1024px) {
.drilldown .sub-menu .menu-item-has-children > a:after {
margin-top: -15px;
}
}
.drilldown .nested.sub-menu {
margin-right: 0;
margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
min-height: 100%;
}
.drilldown .js-drilldown-back > a::before {
content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMzQgMTYiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtLjMzMTk1NSA3LjMzMTcxYy0uMzkwNTIyLjM5MDUyLS4zOTA1MjIxIDEuMDIzNjkgMCAxLjQxNDIxbDYuMzYzOTY1IDYuMzYzOThjLjM5MDUyLjM5MDUgMS4wMjM2OS4zOTA1IDEuNDE0MjEgMHMuMzkwNTItMS4wMjM3IDAtMS40MTQybC01LjY1Njg1LTUuNjU2ODggNS42NTY4NS01LjY1Njg2Yy4zOTA1Mi0uMzkwNTIuMzkwNTItMS4wMjM2OSAwLTEuNDE0MjEyLS4zOTA1Mi0uMzkwNTI0LTEuMDIzNjktLjM5MDUyNC0xLjQxNDIxIDB6bTMzLjI3NDk0NS0uMjkyODloLTMyLjU2Nzg0djJoMzIuNTY3ODR6IiBmaWxsPSIjMGZlMmZmIi8+PC9zdmc+");
margin-top: -7px;
display: inline-block;
vertical-align: middle;
margin-right: 0.75rem;
}
@media screen and (min-width: 640px) {
.drilldown .js-drilldown-back > a::before {
margin-top: -18px;
}
}
@media screen and (min-width: 1024px) {
.drilldown .js-drilldown-back {
display: none;
}
} footer .drilldown li a {
padding-left: 20px;
padding-right: 55px;
font-size: 23px;
}
@media screen and (min-width: 640px) {
footer .drilldown li a {
font-size: 33px;
}
}
footer .drilldown .sub-menu a {
padding-left: 20px;
padding-right: 55px;
font-size: 20px;
}
@media screen and (min-width: 640px) {
footer .drilldown .sub-menu a {
font-size: 26px;
}
}
footer .drilldown > li > a::before {
display: none;
}
footer .drilldown .menu-item-has-children > a::after {
right: 50px;
} #breadcrumbs span:first-child {
display: flex;
align-items: center;
}
#breadcrumbs span {
font-size: 16px;
font-weight: 300;
}
#breadcrumbs .separator {
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/arrow-breadcrumb.svg);
padding: 0px 19px;
background-size: contain;
background-repeat: no-repeat;
height: 13px;
display: flex;
background-position: center;
}
.btn {
padding: 11px 28px;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.5px;
cursor: pointer;
font-family: "IBM Plex Mono", monospace;
}
@media screen and (min-width: 640px) {
.btn {
font-size: 15px;
}
}
.btn--primary {
position: relative;
padding: 16px 35px;
}
.btn--primary.active:before {
background: #FA4D00;
}
.btn--primary.active span {
color: white;
}
.btn--primary span {
color: black;
text-transform: uppercase;
position: relative;
z-index: 12;
top: 0px;
left: 0px;
transition: all 0.15s ease-in-out;
}
.btn--primary:before {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 10;
background: #FFEEE6;
border: 1px solid black;
transition: all 0.15s ease-in-out;
}
.btn--primary:hover:before {
top: 5px;
right: -5px;
left: 5px;
background: #FA4D00;
}
.btn--primary:hover span {
top: 5px;
right: -5px;
left: 5px;
position: relative;
color: white;
}
.btn--primary:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 5px;
z-index: 1;
right: -5px;
background: #FFDFD0;
transition: all 0.15s ease-in-out;
}
.btn--secondary, .btn--tertiary {
position: relative;
padding: 16px 35px;
}
.btn--secondary span, .btn--tertiary span {
color: black;
text-transform: uppercase;
position: relative;
z-index: 10;
top: 0px;
left: 0px;
transition: all 0.15s ease-in-out;
}
.btn--secondary:hover:before, .btn--tertiary:hover:before {
top: 5px;
right: -5px;
left: 5px;
background: #FA4D00;
}
.btn--secondary:hover span, .btn--tertiary:hover span {
top: 5px;
right: -5px;
left: 5px;
position: relative;
color: white;
}
.btn--secondary:before, .btn--tertiary:before {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 10;
background: #ffffff;
border: 1px solid black;
transition: all 0.15s ease-in-out;
}
.btn--secondary:after, .btn--tertiary:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 5px;
z-index: 1;
right: -5px;
background: #FFDFD0;
}
.btn--tertiary::before {
border-color: #FA4D00;
}
.btn--tertiary span {
color: #FA4D00;
}
.alm-btn-wrap {
display: inline-block;
width: auto;
margin-left: auto;
margin-right: auto;
padding-top: 60px !important;
}
.alm-btn-wrap .alm-load-more-btn {
background: transparent !important;
padding: 11px 28px !important;
font-size: 14px !important;
font-weight: 400 !important;
letter-spacing: 0.5px !important;
cursor: pointer !important;
font-family: "IBM Plex Mono", monospace !important;
color: #FA4D00 !important;
text-transform: uppercase !important;
position: relative !important;
z-index: 12 !important;
top: 0px !important;
left: 0px !important;
transition: all 0.15s ease-in-out !important;
height: 53px !important;
}
@media (min-width: 768px) {
.alm-btn-wrap .alm-load-more-btn {
min-width: 350px;
}
}
.alm-btn-wrap .alm-load-more-btn:hover {
transform: translate(5px, 5px);
color: white !important;
}
.alm-btn-wrap .alm-load-more-btn:hover::before {
background-color: #FA4D00 !important;
}
.alm-btn-wrap .alm-load-more-btn:hover::after {
left: 0;
top: 0;
}
.alm-btn-wrap .alm-load-more-btn::before {
content: "";
position: absolute;
height: 100%;
width: 100% !important;
top: 0;
left: 0;
z-index: -1;
border: 1px solid #FA4D00 !important;
background: white !important;
transition: all 0.15s ease-in-out;
}
.alm-btn-wrap .alm-load-more-btn::after {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 5px;
left: 5px;
z-index: -2;
background: #ffe0d0 !important;
transition: all 0.15s ease-in-out;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
--gf-local-width: auto;
width: 100%;
}
.gform-theme--foundation .gfield select.large {
inline-size: 100%;
border-radius: 40px;
padding-left: 18px;
}
.default-form .gform_wrapper input, .default-form .gform_wrapper textarea {
font-weight: 400 !important;
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
border-bottom: 1px solid #000000 !important;
border-radius: 0px !important;
color: #000000 !important;
padding-left: 0px !important;
font-size: 14px !important;
}
.default-form .gform_wrapper textarea {
border: 1px solid black !important;
border-radius: 10px !important;
padding-left: 15px !important;
}
.default-form .gform_wrapper .gform_fields {
gap: 33px !important;
}
.default-form .gform_wrapper .gform_footer {
justify-content: flex-end;
position: relative;
}
.default-form .gform_wrapper .gform_footer:before {
position: absolute;
font-size: 12px;
color: #A5A5A5;
content: "*All fields are mandatory";
letter-spacing: 0.5px;
cursor: pointer;
font-family: "IBM Plex Mono", monospace;
right: 210px;
padding-top: 17px;
}
.default-form .gform_wrapper #gform_submit_button_1 {
border: 1px solid #000 !important;
background: #FFF;
text-transform: uppercase;
box-shadow: 5px 5px 0px 0px #FFDFD0 !important;
font-weight: 400;
letter-spacing: 0.5px;
cursor: pointer;
font-family: "IBM Plex Mono", monospace;
padding: 18px 60px;
padding-left: 60px !important;
}
@media screen and (min-width: 640px) {
.default-form .gform_wrapper #gform_submit_button_1 {
width: auto;
}
}
.default-form .gform_wrapper label {
font-size: 28px;
color: black;
padding-left: 0px;
font-weight: 500;
}
.default-form .gform_wrapper .gfield_label {
font-size: 14px;
color: black;
font-weight: 400 !important;
}
.default-form .gform_wrapper .gform-theme--foundation .gform_fields {
row-gap: 30px;
}
.default-form .gform_wrapper .gfield_radio {
flex-direction: row !important;
}
.default-form .gform_wrapper .gchoice[type=checkbox]:checked + label, .default-form .gform_wrapper [type=radio]:checked + label {
background: white;
color: black;
}
.default-form .gform_wrapper .gfield_checkbox {
display: flex !important;
flex-direction: row !important;
gap: 22px !important; flex-wrap: wrap !important;
padding-top: 30px !important;
}
.default-form .gform_wrapper .gchoice {
width: 100%;
display: flex !important;
}
@media screen and (min-width: 640px) {
.default-form .gform_wrapper .gchoice {
width: auto;
display: inline-grid !important;
}
}
.default-form .gform_wrapper .gchoice label {
font-size: 18px !important;
margin-left: 0px;
font-weight: 600;
border: 2px solid black;
border-radius: 50px;
display: flex;
padding: 10px 30px;
cursor: pointer;
transition: all 0.3s ease-in-out;
width: 100%;
justify-content: center;
}
@media screen and (min-width: 640px) {
.default-form .gform_wrapper .gchoice label {
width: auto;
}
}
.default-form .gform_wrapper .gchoice label:hover {
background: white;
color: black;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input {
display: none;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input input:checked + label {
background: black;
color: white;
}
.default-form .gform_validation_errors {
display: none !important;
}
.default-form .gform-theme--framework .gfield_validation_message {
color: white !important;
}
.default-form .gform-theme--framework .gform_validation_errors .gform_submission_error {
color: white;
}
.searchandfilter h4 {
display: none;
}
.searchandfilter ul {
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 20px;
}
@media screen and (min-width: 640px) {
.searchandfilter ul {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
}
}
.searchandfilter label {
width: 100% !important;
}
.searchandfilter select {
min-width: 100% !important;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/arrow-right.svg);
border: none;
border-bottom: 1px solid black;
background-size: 8px;
padding-left: 0px;
}
.searchandfilter select:focus {
border: none;
box-shadow: none !important;
border-bottom: 1px solid black;
}
:root {
--swiper-image-ratio: 33.3%; --swiper-width: 40%;
--swiper-inactive-scale: .85;  --swiper-mobile-width: 90%;
--swiper-mobile-inactive-scale: .95;
}
.section__bg--slider {
position: relative;
}
.section__bg--slider:after {
content: "";
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.36);
top: 0;
left: 0;
position: absolute;
z-index: 10;
}
@media screen and (min-width: 640px) {
.section__bg--slider:after {
background: rgba(0, 0, 0, 0.46);
}
}
.section__bg--slider__container {
width: 100%;
height: 100%;
}
.section__bg--slider .section__bg--slider__image {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
animation: kenburns 20s infinite linear;
}
@keyframes bgScale {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.arrow-left-orange {
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/arrow-left-orange.svg);
background-size: contain;
background-repeat: no-repeat;
height: 16px;
width: 30px;
top: 50%;
margin-top: -8px;
left: 0px;
margin-top: -30%;
}
.arrow-right-orange {
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/arrow-right-orange.svg);
background-size: contain;
background-repeat: no-repeat;
height: 16px;
width: 30px;
top: 50%;
margin-top: -8px;
right: 0px;
margin-top: -30%;
}
.swiper-button-prev, .swiper-button-next {
width: 100%;
left: auto;
height: auto;
margin-top: 0px;
top: initial;
right: initial;
position: relative;
padding: 18px 35px;
font-size: 13px;
letter-spacing: 0.5px;
font-family: "IBM Plex Mono", monospace;
max-width: 240px;
transition: all 0.15s ease-in-out !important;
}
@media screen and (min-width: 640px) {
.swiper-button-prev, .swiper-button-next {
font-size: 15px;
}
}
.swiper-button-prev.active:before, .swiper-button-next.active:before {
background: #FA4D00;
}
.swiper-button-prev.active span, .swiper-button-next.active span {
color: white;
}
.swiper-button-prev span, .swiper-button-next span {
color: black;
text-transform: uppercase;
position: relative;
z-index: 12;
top: 0px;
right: 0px;
left: 0px;
transition: all 0.15s ease-in-out;
}
.swiper-button-prev span:before, .swiper-button-next span:before {
content: "";
position: absolute;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/arrow-right.svg);
background-size: contain;
background-repeat: no-repeat;
height: 16px;
width: 8px;
left: 50%;
margin-left: -3px;
top: 50%;
margin-top: -6px;
}
.swiper-button-prev:before, .swiper-button-next:before {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 10;
background: #FFEEE6;
border: 1px solid black;
transition: all 0.15s ease-in-out;
}
.swiper-button-prev:after, .swiper-button-next:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 5px;
z-index: 1;
right: -5px;
background: #FFDFD0;
transition: all 0.15s ease-in-out;
}
.swiper-button-prev:hover:before, .swiper-button-next:hover:before {
top: 5px;
right: -5px;
left: 5px;
background: #FA4D00;
}
.swiper-button-prev:hover span, .swiper-button-next:hover span {
top: 5px;
right: -5px;
left: 5px;
position: relative;
color: white;
}
.swiper-button-prev--white:before, .swiper-button-next--white:before {
background: white;
}
.steps-slider .swiper-slide {
opacity: 0.3;
transition: all 0.3s ease-in-out;
}
.steps-slider .swiper-slide .steps-slider__icon {
transition: 0.3s ease-in-out;
scale: 0.8;
}
.steps-slider .swiper-slide-active {
opacity: 1;
}
.steps-slider .swiper-slide-active .steps-slider__icon {
scale: 1;
transition: 0.3s ease-in-out;
}
.swiper-button-prev {
padding-left: 35px;
padding-right: 10px;
}
.swiper-button-prev--icon {
max-width: 60px !important;
padding: 26px 0 !important;
padding-left: 41px !important;
}
.swiper-button-prev span:before {
width: 30px;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/arrow-left.svg);
left: 0px;
margin-left: -36px;
height: 16px;
margin-top: -8px;
}
@media screen and (min-width: 640px) {
.swiper-button-prev span:before {
margin-left: -36px;
height: 16px;
margin-top: -8px;
width: 30px;
}
}
.swiper-button-next {
padding-right: 35px;
padding-left: 10px;
}
.swiper-button-next--icon {
max-width: 60px !important;
padding: 26px 0 !important;
padding-right: 41px !important;
}
.swiper-button-next--icon span {
position: relative;
right: 16px;
}
.swiper-button-next--icon:hover span:before {
margin-right: -36px;
}
.swiper-button-next span:before {
width: 30px;
right: 0px;
left: initial;
height: 16px;
margin-top: -8px;
margin-right: -36px;
}
.swiper-dots .swiper-pagination {
position: relative;
width: auto;
display: flex;
gap: 4px;
}
.swiper-dots .swiper-pagination .swiper-pagination-bullet {
background: #A6A6A8;
}
.swiper-dots .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: white;
}
.swiper-dashes .swiper-pagination {
position: relative;
width: auto;
display: flex;
gap: 4px;
}
.swiper-dashes .swiper-pagination .swiper-pagination-bullet {
background: white;
opacity: 0.3;
width: 120px;
border-radius: 0px;
height: 6px;
}
.swiper-dashes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: white;
opacity: 1;
}
.case-studies__slider .swiper-slide__bg {
position: absolute;
height: 100%;
width: 100%;
background-size: cover;
background-position: bottom right;
left: 0;
top: 0;
}
.case-studies__slider .swiper-slide {
cursor: pointer;
}
.case-studies__slider .case-text {
opacity: 0;
transform: translateY(40px);
transition: all 0.3s ease-in-out;
}
.case-studies__slider .swiper-slide-active .case-text {
transition-delay: 0.2s;
opacity: 1;
transform: translateY(0px);
}
.services-slider h4 {
font-size: 22px;
font-weight: 500;
}
@media screen and (min-width: 640px) {
.services-slider h4 {
font-size: 32px;
font-weight: 500;
}
}
.services-slider .swiper-slide__content {
height: 300px;
}
.services-slider .swiper-buttons {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
height: 100px;
gap: 23px;
padding-bottom: 20px;
}
.services-slider .swiper-button-prev, .services-slider .swiper-button-next {
width: 28px;
height: 28px;
display: flex;
justify-content: center;
align-items: center;
background: #FA4D00;
left: initial;
right: initial;
}
.services-slider .swiper-button-prev:after, .services-slider .swiper-button-next:after {
content: "";
position: absolute;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/arrow-right.svg);
background-size: contain;
background-repeat: no-repeat;
height: 16px;
width: 8px;
left: 50%;
margin-left: -3px;
top: 50%;
margin-top: -6px;
}
.services-slider .swiper-button-prev:after {
width: 8.5px;
margin-left: -4px;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/arrow-left.svg);
}
.services-slider {
position: relative;
width: 100%;
height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100% + 100px);
overflow: hidden;
}
.services-slider__slide {
cursor: pointer;
max-width: 580px;
top: 28px;
}
.services-slider__slide--text {
opacity: 0;
height: 0px;
}
.services-slider__slide.swiper-slide-active {
top: 0px;
}
.services-slider__slide.swiper-slide-active .services-slider__slide--text {
opacity: 1;
height: 100%;
}
.services-slider .swiper-slide {
position: relative;
width: var(--swiper-width);
opacity: 0.5;
transform: scale(0.84);
transition: all 0.3s ease-in-out;
overflow: hidden;
background: #F3F4F4;
}
.services-slider .swiper-slide.swiper-slide-active {
background: #FA4D00;
}
.services-slider.swiper-backface-hidden .swiper-slide {
transform: scale(0.84) translateZ(0);
}
.services-slider .swiper-slide.swiper-slide-active {
transform: scale(1) !important;
opacity: 1 !important;
}
.services-slider.swiper-backface-hidden .swiper-slide.swiper-slide-active {
transform: scale(1) translateZ(0) !important;
}
@media only screen and (max-width: 768px) {
.services-slider {
height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100%);
}
.services-slider .swiper-slide {
width: var(--swiper-mobile-width);
transform: scale(var(--swiper-mobile-inactive-scale));
}
.services-slider.swiper-backface-hidden .swiper-slide.swiper-slide {
transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0);
}
}
.circular-pbar {
--p: 0;
background: conic-gradient(#231E28 var(--p, 0), 0, #E8E9E9);
}
.circular-pbar:after {
position: absolute;
width: calc(100% - 20px);
height: calc(100% - 20px);
background-color: #81D8D1;
border-radius: 50%;
content: "";
}
.circular-pbar span {
z-index: 1;
font-size: 40px;
font-weight: 500;
color: #231E28;
}
@media screen and (min-width: 1024px) {
.circular-pbar span {
font-size: 50px;
}
}
.circular-pbar--white:after {
background: white;
}
.circular-pbar--grey:after {
background: #f3f4f4;
}
.circular-pbar-counter {
z-index: 1;
font-size: 50px;
font-weight: 500;
color: #231E28;
}
figure {
padding: 0;
margin: 0;
}
.image img {
display: block;
margin: auto;
}
.card-body {
display: flex;
gap: 2rem;
}
.cards .card {
height: 100%;
width: 100%;
}
@media screen and (min-width: 1024px) {
.cards .card {
font-size: 50px;
height: 610px;
min-height: initial;
}
}
.card__inner {
padding-top: 120px;
padding-bottom: 120px;
padding-left: 20px;
padding-right: 20px;
}
@media screen and (min-width: 1024px) {
.card__inner {
padding-top: 0px;
padding-bottom: 0px;
}
}
.slot {
opacity: 0;
transition: all 0.3s ease-in-out;
}
.slot.active {
opacity: 1;
}
.icon-layers__item {
background-size: contain;
background-repeat: no-repeat;
position: absolute;
}
.icon-layers--1 {
height: 50vw;
width: 50vw;
}
@media screen and (min-width: 640px) {
.icon-layers--1 {
height: 23vw;
width: 23vw;
}
}
.icon-layers--2 {
height: 40vw;
width: 40vw;
}
@media screen and (min-width: 640px) {
.icon-layers--2 {
height: 20vw;
width: 20vw;
}
}
.icon-layers--3 {
height: 20vw;
width: 20vw;
}
@media screen and (min-width: 640px) {
.icon-layers--3 {
height: 20vw;
width: 20vw;
}
}
.icon-layers--4 {
height: 30w;
width: 30vw;
}
@media screen and (min-width: 640px) {
.icon-layers--4 {
height: 18vw;
width: 18vw;
}
}
.icon-layers--5 {
height: 32vw;
width: 32vw;
}
@media screen and (min-width: 640px) {
.icon-layers--5 {
height: 16vw;
width: 14vw;
}
}
.icon-layers--6 {
height: 20vw;
width: 20vw;
}
@media screen and (min-width: 640px) {
.icon-layers--6 {
height: 10vw;
width: 10vw;
}
}
.icon-lower-layers__item {
background-size: contain;
background-repeat: no-repeat;
position: absolute;
}
.icon-lower-layers--1 {
height: 38vw;
width: 40vw;
z-index: 10;
}
@media screen and (min-width: 640px) {
.icon-lower-layers--1 {
height: 20vw;
width: 20vw;
}
}
.icon-lower-layers--2 {
height: 30vw;
width: 30vw;
}
@media screen and (min-width: 640px) {
.icon-lower-layers--2 {
height: 14vw;
width: 14vw;
}
}
.icon-lower-layers--3 {
height: 40vw;
width: 40vw;
}
@media screen and (min-width: 640px) {
.icon-lower-layers--3 {
height: 10vw;
width: 10vw;
}
}
.icon-upper-layers__item {
background-size: contain;
background-repeat: no-repeat;
position: absolute;
}
.icon-upper-layers--1 {
height: 22vw;
width: 31vw;
z-index: 10;
}
@media screen and (min-width: 640px) {
.icon-upper-layers--1 {
height: 17vw;
width: 18vw;
}
}
.icon-upper-layers--2 {
height: 40vw;
width: 40vw;
}
@media screen and (min-width: 640px) {
.icon-upper-layers--2 {
height: 14vw;
width: 14vw;
}
}
.pulse-header {
position: absolute;
width: 100vw;
height: 60vh;
top: 0;
right: 0;
z-index: 1000;
}
.pulse-header object {
height: 100%;
width: 100%;
}
@media screen and (min-width: 640px) {
.pulse-header {
height: 100vh;
width: 50vw;
}
}
.circle-wrapper:hover .circle {
transform: scale(0.98);
}
.circle {
position: relative;
z-index: 11;
background: #F8F8F8;
cursor: pointer;
transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
}
.circle h3 {
transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
color: #010957;
}
.circle p {
transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
color: #0FE2FF;
}
.circle:hover {
animation: pulse-animation 2s infinite linear;
}
.circle__pulse-1 {
z-index: 10;
content: "";
height: 108%;
width: 108%;
border-radius: 100%;
background: #0FE2FF;
position: absolute;
top: 50%;
left: 50%;
margin-top: -54%;
margin-left: -54%;
opacity: 0;
transform: scale(0.9);
transition: all 0.7s cubic-bezier(0.64, 0, 0.78, 0);
}
.circle__pulse-2 {
z-index: 10;
content: "";
height: 116%;
width: 116%;
border-radius: 100%;
background: #0FE2FF;
position: absolute;
top: 50%;
left: 50%;
margin-top: -58%;
margin-left: -58%;
opacity: 0;
transform: scale(0.8);
transition: all 0.7s cubic-bezier(0.64, 0, 0.78, 0) 0.2s;
}
.circle--alt {
background: #0FE2FF;
}
.circle--alt .circle__line:after {
background: white;
}
.circle__line {
position: relative;
}
.circle__line:after {
transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
content: "";
height: 3px;
width: 100px;
left: 0px;
background: #010957;
position: absolute;
top: -20px;
}
.event-image {
position: relative;
border-radius: 10px;
height: 240px;
overflow: hidden;
width: calc(100% - 20px);
}
@media screen and (min-width: 640px) {
.event-image {
height: 370px;
width: 100%;
}
}
.event-image:after {
content: "";
position: absolute;
height: 50px;
width: 50px;
top: 50%;
left: 50%;
margin-left: -25px;
margin-top: -25px;
background: white;
padding: 20px;
border-radius: 100%;
background-position: center;
background-size: contain;
background-size: 34px;
background-repeat: no-repeat;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/arrow-right.svg);
transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 640px) {
.event-image:after {
height: 60px;
width: 60px;
top: 50%;
left: 50%;
margin-left: -17px;
margin-top: -17px;
}
}
.event-image__img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 10px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/events-image.png);
transition: all 0.4s ease-in-out;
}
.news-slider {
padding-top: 100px;
padding-bottom: 100px;
}
.news-slider__item {
border-radius: 10px;
}
.news-slider__item:nth-child(even) {
margin-top: 60px;
}
.swiper-button-next, .swiper-button-prev {
position: relative;
transition: 0.3s ease-in-out;
}
.bg-gradient {
background: rgb(1, 11, 77);
background: linear-gradient(180deg, rgb(1, 11, 77) 0%, rgb(2, 20, 183) 49%, rgb(2, 20, 183) 100%);
}
.accordion__icon {
background-repeat: no-repeat;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/list-icon.svg);
height: 13px;
min-width: 13px;
background-position: center;
background-size: contain;
position: relative;
transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
transform: rotate(-90deg);
}
.accordion__label {
position: relative;
display: flex;
cursor: pointer;
align-items: center;
justify-content: space-between;
padding-left: 1.25rem;
padding-right: 1.25rem;
margin-bottom: 0 !important;
transition: all 0.3s ease-in-out;
padding: 30px 0px;
}
.accordion__label h4 {
padding: 10px 0;
font-size: 22px;
line-height: 30px;
color: #231E28;
font-weight: 400;
padding: 0px;
margin: 0px;
}
@media screen and (min-width: 640px) {
.accordion__label h4 {
font-size: 24px;
line-height: 34px;
}
}
.accordion__item {
border-bottom: 1px solid #666169;
margin-bottom: 15px;
}
.accordion__item:hover input:checked + label::after {
transform: rotate(45deg) translate(0px, -50%);
}
.accordion__item p {
color: white;
margin-bottom: 20px;
}
.accordion__content {
max-height: 0em;
overflow: hidden;
border-radius: 30px;
background: transparent;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.accordion label::after {
content: "";
background-size: contain;
background-repeat: no-repeat;
width: 32px;
height: 32px;
top: 50%;
transform: translate(0px, -50%);
transition: all 0.3s ease-in-out;
transform-origin: top;
right: 0px;
position: absolute;
filter: brightness(0) invert(1);
}
.accordion ol {
list-style: auto;
padding-left: 30px;
font-size: 22px;
color: #666169;
font-weight: 300;
}
.accordion ol li {
font-size: 22px;
color: #666169;
font-weight: 300;
padding-bottom: 8px;
}
.accordion ul {
list-style: auto;
padding-left: 30px;
}
.accordion ul li {
font-size: 22px;
color: #666169;
font-weight: 300;
padding-bottom: 8px;
}
.accordion input:checked + label::after {
transform: rotate(45deg) translate(0px, -50%);
}
.accordion input:checked + label .accordion__icon {
transform: rotate(0deg);
}
.accordion input:checked + label:hover .accordion__icon {
transform: none;
}
.accordion input:checked + label:hover .accordion__icon::after {
transform: rotate(178deg);
}
input[name=panel]:checked + label.accordion__icon::before {
display: none;
}
input[name=panel]:checked + label.accordion__icon::after {
transform: rotate(178deg);
}
input[name=panel]:checked ~ .accordion__content {
max-height: 100%;
z-index: 10;
overflow: visible;
margin-top: -30px;
padding: 10px 0px;
padding-top: 30px;
}
@media screen and (min-width: 640px) {
input[name=panel]:checked ~ .accordion__content {
padding-top: 40px;
padding-bottom: 40px;
}
}
.bp-lower-img {
width: 85%;
-o-object-fit: contain;
object-fit: contain;
height: 83%;
-o-object-position: bottom;
object-position: bottom;
}
@media screen and (min-width: 640px) {
.bp-lower-img {
-o-object-position: right;
object-position: right;
width: 65%;
height: 83%;
}
} .news-date {
position: relative;
display: inline-block;
width: 205px;
}
.news-date:before {
position: absolute;
z-index: 3;
top: -8px;
right: 0;
content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIxMiIgdmlld0JveD0iMCAwIDMxNyAyMTIiIHdpZHRoPSIzMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTkxLjM5ODUgNi4yMThjMS40NzM0LTMuMTgxNjcgNC42NjA1LTUuMjE4IDguMTY2OC01LjIxOGgyMDYuNzY4N2M2LjU3NiAwIDEwLjkzMiA2LjgyMzgzIDguMTYzIDEyLjc4OTFsLTg5LjExNiAxOTEuOTk5OWMtMS40NzUgMy4xNzgtNC42NiA1LjIxMS04LjE2NCA1LjIxMWgtMjA2LjU2NThjLTYuNTczMTMgMC0xMC45Mjg5NzQtNi44MTctOC4xNjY4MS0xMi43ODJ6IiBzdHJva2U9IiMwZmUyZmYiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
font-weight: 300;
margin-top: 30px;
}
.news-article-left {
position: relative;
}
.news-article-left:after {
content: "";
position: absolute;
bottom: 0;
height: 2px;
width: 146px;
background: #FA4D00;
left: 2.5rem;
}
.people-posts__item:hover .people-posts__item__profile:after {
background: #81D8D1;
mix-blend-mode: multiply;
opacity: 1;
}
.people-posts__item__profile {
position: relative;
display: flex;
}
.people-posts__item__profile:after {
content: "";
mix-blend-mode: multiply;
width: 100%;
top: 0px;
height: 100%;
position: absolute;
opacity: 0;
transition: 0.3s all ease-in-out;
}
.people-posts__item__profile:before {
content: "";
background-size: contain;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/small-white-cutout.svg);
top: -1px;
right: 0;
z-index: 10;
position: absolute;
height: 56px;
width: 37px;
background-repeat: no-repeat;
}
@media screen and (min-width: 640px) {
.people-posts__item__profile:before {
max-height: 368px;
height: 76px;
width: 55px;
}
}
.people-posts__item__profile img {
height: 100%;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: bottom;
object-position: bottom;
width: 100%;
}
.people-single__item__profile {
height: 100%;
position: relative;
}
.people-single__item__profile:before {
content: "";
background-size: contain;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/small-white-cutout.svg);
height: 76px;
width: 55px;
top: 0;
right: -2px;
position: absolute;
}
@media screen and (min-width: 640px) {
.people-single__item__profile:before {
height: 160px;
width: 117px;
}
}
.people-single__item__profile img {
height: 100%;
margin: 0 auto;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: bottom;
object-position: bottom;
}
.hire-options__link {
border-radius: 3px;
border: 1px solid #000;
background: #FFF;
box-shadow: 5px 5px 0px 0px #FFDFD0;
padding: 25px 25px;
opacity: 0.4;
transition: all 0.3s ease-in-out;
}
.hire-options__link p {
padding-bottom: 0px;
margin-bottom: 0px;
}
.hire-options__link h3 {
color: #000;
}
.hire-options__link.active {
opacity: 1;
}
.hire-options__link.active h3 {
color: #FA4D00;
}
.hire-options__item {
border-radius: 3px;
border: 1px solid #000;
background: #FFF;
box-shadow: 5px 5px 0px 0px #FFDFD0;
transition: all 0.3s ease-in-out;
display: flex;
flex-direction: column;
}
.hire-options__item .main-img {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
@media screen and (min-width: 1024px) {
.hire-options__item .main-img {
min-height: 690px;
max-height: 690px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
}
.hire-options__item h3 {
color: #000;
}
.hire-options__item.active {
opacity: 1;
}
.hire-options__item.active h3 {
color: #FA4D00;
}
.content h3, .content h2 {
color: black;
}
.content ul {
display: flex;
flex-direction: column;
gap: 10px;
}
.content ul li {
position: relative;
padding-left: 20px;
}
.content ul li:before {
content: "";
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/list-icon-sips.svg);
background-size: contain;
width: 10px;
height: 10px;
position: absolute;
left: 0;
top: 7px;
}
@media screen and (min-width: 1024px) {
.column-offset {
padding-top: 25%;
}
}
.content img {
width: 100%;
}
.contact__lower {
top: 20px;
position: relative;
border-radius: 10px;
border-width: 1px;
border-style: solid;
-o-border-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 1 100%;
border-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 1 100%;
}
.contact__lower:before {
position: absolute;
width: calc(100% + 2px);
content: "";
height: 40px;
border-radius: 10px;
border: 1px solid black;
border-bottom: 0px;
top: -42px;
left: -1px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.quote-block__text {
position: relative;
}
.quote-block__text--quote {
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/quote.svg);
position: absolute;
height: 40px;
background-size: contain;
width: 40px;
background-repeat: no-repeat;
top: -60px;
}
.case-study-list__link {
font-size: 131px;
font-weight: 600;
line-height: 158px;
-webkit-text-stroke: 6px transparent;
padding-bottom: 0.2em;
margin-bottom: -0.2em;
}
.case-study-list__link--active {
background: linear-gradient(270deg, #4E88FA 20.68%, #EA0DE7 58.01%, #FF0161 91.78%);
background-size: 200% 200%;
-webkit-background-clip: text;
-webkit-text-stroke: 6px transparent;
color: white;
}
.case-study-list__link:hover {
background: linear-gradient(270deg, #4E88FA 20.68%, #EA0DE7 58.01%, #FF0161 91.78%);
background-size: 200% 200%;
-webkit-background-clip: text;
-webkit-text-stroke: 6px transparent;
color: white;
}
.case-study-list--dark .case-study-list__link {
color: white;
}
.case-study-list--dark .case-study-list__link:hover {
background: linear-gradient(270deg, #4E88FA 20.68%, #EA0DE7 58.01%, #FF0161 91.78%);
background-size: 200% 200%;
-webkit-background-clip: text;
-webkit-text-stroke: 6px transparent;
color: #14052C;
}
.cta-block__inner {
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/bg-gradient-cta.jpg);
background-size: cover;
background-repeat: no-repeat;
border-radius: 30px;
padding: 75px 50px;
}
.cta-block .content p {
max-width: 80%;
}
.full-width-content__inner h1 {
max-width: 80%;
}
.hero-home .section__bg img {
animation: kenburns 20s infinite linear;
}
.section {
position: relative;
margin-top: -1px;
}
.section__bg {
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
}
.section__bg--white-background {
background: white;
}
.section__bg--rounded-image {
width: calc(100% - 10px);
left: 5px;
border-radius: 25px;
}
@media screen and (min-width: 1024px) {
.section__bg--rounded-image {
width: calc(100% - 60px);
left: 30px;
}
}
.section__bg img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.section__bg--rounded-white {
background: white;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.section__bg--inset-gradient {
background: transparent;
}
.section__bg--video video {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.large_text p {
font-size: 28px;
line-height: 34px;
}
@media screen and (min-width: 640px) {
.large_text p {
font-size: 39px;
line-height: 47px;
}
}
@media screen and (min-width: 1024px) {
.large_text p {
font-size: 60px;
line-height: 72px;
}
} @media screen and (min-width: 640px) {
.timeline > div {
min-height: 145px;
}
.timeline > div:nth-child(odd) {
width: 80%;
margin-bottom: 120px;
}
.timeline > div:nth-child(odd):after {
position: absolute;
bottom: -105px;
right: -105px;
content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE3OCIgdmlld0JveD0iMCAwIDEwNSAxNzgiIHdpZHRoPSIxMDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTk2LjI5MjkgMTc3LjcwN2MuMzkwNS4zOTEgMS4wMjM3LjM5MSAxLjQxNDIgMGw2LjM2MzktNi4zNjRjLjM5MS0uMzkuMzkxLTEuMDI0IDAtMS40MTQtLjM5LS4zOTEtMS4wMjQtLjM5MS0xLjQxNCAwbC01LjY1NyA1LjY1Ny01LjY1NjktNS42NTdjLS4zOTA1LS4zOTEtMS4wMjM2LS4zOTEtMS40MTQyIDAtLjM5MDUuMzktLjM5MDUgMS4wMjQgMCAxLjQxNHptLTk2LjI5MjktMTc1LjcwN2gyLjc5MTY3di0yaC0yLjc5MTY3em04LjM3NSAwaDUuNTgzM3YtMmgtNS41ODMzem0xMS4xNjY3IDBoNS41ODMzdi0yaC01LjU4MzN6bTExLjE2NjYgMGg1LjU4MzR2LTJoLTUuNTgzNHptMTEuMTY2NyAwaDUuNTgzM3YtMmgtNS41ODMzem0xMS4xNjY3IDBoNS41ODMzdi0yaC01LjU4MzN6bTExLjE2NjYgMGgyLjc5MTd2LTJoLTIuNzkxN3ptMi43OTE3IDBjLjk2MDEgMCAxLjkwOTEuMDQ2NjMgMi44NDQ4LjEzNzY5bC4xOTM3LTEuOTkwNTk4Yy0uOTk5OS0uMDk3MzE2OC0yLjAxMzYtLjE0NzA5Mi0zLjAzODUtLjE0NzA5MnptOC40MjE1IDEuMjQxNDRjMS44MzM1LjU1NTUgMy41OTA0IDEuMjg3NzggNS4yNTA4IDIuMTc3MTFsLjk0NDMtMS43NjMwM2MtMS43NzUzLS45NTA4NS0zLjY1NDEtMS43MzQwMS01LjYxNTItMi4zMjgxNnptOS45NzU4IDUuMzQwMDFjMS40Njc4IDEuMjA2MDQgMi44MTUyIDIuNTUzNDUgNC4wMjEyIDQuMDIxMjVsMS41NDU0LTEuMjY5NmMtMS4yODg4LTEuNTY4NTMtMi43Mjg1LTMuMDA4MjMtNC4yOTctNC4yOTY5NXptNy4xODQyIDguNzQ2MjVjLjg4OTMgMS42NjA0IDEuNjIxNiAzLjQxNzMgMi4xNzcxIDUuMjUwOGwxLjkxNC0uNTc5OWMtLjU5NDEtMS45NjExLTEuMzc3My0zLjgzOTktMi4zMjgxLTUuNjE1MnptMy4yODA4IDEwLjgyNzVjLjA5MTEuOTM1Ny4xMzc3IDEuODg0Ny4xMzc3IDIuODQ0OGgyYzAtMS4wMjQ5LS4wNDk4LTIuMDM4Ni0uMTQ3MS0zLjAzODV6bS4xMzc3IDIuODQ0OHYzLjA0MTdoMnYtMy4wNDE3em0wIDkuMTI1djYuMDgzM2gydi02LjA4MzN6bTAgMTIuMTY2N3Y2LjA4MzNoMnYtNi4wODMzem0wIDEyLjE2NjZ2Ni4wODM0aDJ2LTYuMDgzNHptMCAxMi4xNjY3djYuMDgzM2gydi02LjA4MzN6bTAgMTIuMTY2N3Y2LjA4MzNoMnYtNi4wODMzem0wIDEyLjE2NjN2Ni4wODRoMnYtNi4wODR6bTAgMTIuMTY3djYuMDgzaDJ2LTYuMDgzem0wIDEyLjE2N3Y2LjA4M2gydi02LjA4M3ptMCAxMi4xNjZ2Ni4wODRoMnYtNi4wODR6bTAgMTIuMTY3djYuMDgzaDJ2LTYuMDgzem0wIDEyLjE2N3Y2LjA4M2gydi02LjA4M3ptMCAxMi4xNjZ2My4wNDJoMnYtMy4wNDJ6IiBmaWxsPSIjMDEwOTU3Ii8+PC9zdmc+");
}
.timeline > div:nth-child(even) {
width: 87%;
margin-bottom: 100px;
margin-right: 0;
margin-left: auto;
}
.timeline > div:nth-child(even):before {
position: absolute;
top: 0;
left: -100px;
content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIwNiIgdmlld0JveD0iMCAwIDk0IDIwNiIgd2lkdGg9Ijk0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im04LjcwNzExIDIwNS43MDdjLS4zOTA1My4zOTEtMS4wMjM2OS4zOTEtMS40MTQyMiAwbC02LjM2Mzk1OC02LjM2NGMtLjM5MDUyNi0uMzktLjM5MDUyNi0xLjAyNCAwLTEuNDE0LjM5MDUxOC0uMzkxIDEuMDIzNjg4LS4zOTEgMS40MTQyMDggMGw1LjY1Njg2IDUuNjU3IDUuNjU2OS01LjY1N2MuMzkwNS0uMzkxIDEuMDIzNi0uMzkxIDEuNDE0MiAwIC4zOTA1LjM5LjM5MDUgMS4wMjQgMCAxLjQxNHptODUuMjkyODktMjAzLjcwN2gtMi44di0yaDIuOHptLTguNCAwaC01LjZ2LTJoNS42em0tMTEuMiAwaC01LjZ2LTJoNS42em0tMTEuMiAwaC01LjZ2LTJoNS42em0tMTEuMiAwaC01LjZ2LTJoNS42em0tMTEuMiAwaC0yLjh2LTJoMi44em0tMi44IDBjLS45NjAyIDAtMS45MDkxLjA0NjYzLTIuODQ0OC4xMzc2OWwtLjE5MzctMS45OTA1OThjLjk5OTktLjA5NzMxNjggMi4wMTM2LS4xNDcwOTIgMy4wMzg1LS4xNDcwOTJ6bS04LjQyMTUgMS4yNDE0NGMtMS44MzM1LjU1NTUtMy41OTA0IDEuMjg3NzgtNS4yNTA4IDIuMTc3MTFsLS45NDQzLTEuNzYzMDNjMS43NzUzLS45NTA4NSAzLjY1NDEtMS43MzQwMSA1LjYxNTItMi4zMjgxNnptLTkuOTc1OCA1LjM0MDAxYy0xLjQ2NzggMS4yMDYwNC0yLjgxNTIgMi41NTM0NS00LjAyMTIgNC4wMjEyNWwtMS41NDU0LTEuMjY5NmMxLjI4ODgtMS41Njg1MyAyLjcyODUtMy4wMDgyMyA0LjI5Ny00LjI5Njk1em0tNy4xODQyIDguNzQ2MjVjLS44ODkzIDEuNjYwNC0xLjYyMTYgMy40MTczLTIuMTc3MSA1LjI1MDhsLTEuOTE0MDUtLjU3OTljLjU5NDE2LTEuOTYxMSAxLjM3NzMyLTMuODM5OSAyLjMyODE1LTUuNjE1MnptLTMuMjgwODEgMTAuODI3NWMtLjA5MTA3LjkzNTctLjEzNzY5IDEuODg0Ny0uMTM3NjkgMi44NDQ4aC0yYzAtMS4wMjQ5LjA0OTc3LTIuMDM4Ni4xNDcwOS0zLjAzODV6bS0uMTM3NjkgMi44NDQ4djIuOWgtMnYtMi45em0wIDguN3Y1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2NS44aC0ydi01Ljh6bTAgMTEuNnY1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2NS44aC0ydi01Ljh6bTAgMTEuNnY1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2NS44aC0ydi01Ljh6bTAgMTEuNnY1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2NS44aC0ydi01Ljh6bTAgMTEuNnY1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2Mi45aC0ydi0yLjl6IiBmaWxsPSIjMDEwOTU3Ii8+PC9zdmc+");
}
}
@media screen and (min-width: 1024px) {
.timeline > div:nth-child(even) {
width: 93.5%;
}
}
.timeline > div:last-child:before, .timeline > div:last-child:after {
display: none;
}
.timeline > div .count {
display: block;
left: 50%;
top: -22px;
margin-left: -22px;
text-align: center;
background: #FA4D00;
color: #231E28;
border-radius: 50%;
width: 44px;
height: 44px;
font-size: 28px;
line-height: 42px;
outline: 6px solid #231E28;
}
@media screen and (min-width: 640px) {
.timeline > div .count {
left: 3px;
}
} .bottom-bg:after {
content: "";
position: absolute;
right: 0;
bottom: -75px;
width: 153px;
height: 177px;
background-size: cover;
background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE3NyIgdmlld0JveD0iMCAwIDE1MyAxNzciIHdpZHRoPSIxNTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEzNy41NjIgMTcwYy0xLjk1MiAwLTMuNzI0LTEuMTM1LTQuNTQxLTIuOTA3bC03My43NTE1LTE1OS45OTk5M2MtMS41MjctMy4zMTI4OS44OTI5LTcuMDkzMDY1OTMgNC41NDA4LTcuMDkzMDY1OTNoMTcxLjQ1MjdjMS45NSAwIDMuNzIxIDEuMTMzMTc1OTMgNC41MzkgMi45MDI5OTU5M2w3My45MTkgMTYwYzEuNTMxIDMuMzEzLS44ODkgNy4wOTctNC41MzkgNy4wOTd6IiBmaWxsPSIjMDYyMjgzIi8+PHBhdGggZD0ibTQuMTcwODUgMTcwLjMyOCAzNy43MzEzNS04MmMuNjUyOS0xLjQxODkgMi4wNzE5LTIuMzI4IDMuNjMzOC0yLjMyOGg4Ny42NTJjMi45MTkgMCA0Ljg1NSAzLjAyNDggMy42MzIgNS42NzUybC0zNy44MTcxIDgxLjk5OThjLS42NTM2IDEuNDE3LTIuMDcxNyAyLjMyNS0zLjYzMjMgMi4zMjVoLTg3LjU2NTk4Yy0yLjkxNzE2IDAtNC44NTMxNy0zLjAyMi0zLjYzMzc3LTUuNjcyeiIgc3Ryb2tlPSIjMGZlMmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
}
@media screen and (min-width: 640px) {
.bottom-bg:after {
height: 217px;
width: 188px;
}
}
.case-study-meta {
border-radius: 30px;
border: 2px solid #8546EA;
}
.case-study-meta__details {
padding: 0px 6%;
}
.case-study-meta__tagline {
padding: 0px 3vw;
}
.case-study-meta__post {
padding: 0px 3vw;
}
.testimonial-single__left {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
.testimonial-single__left:before {
content: "";
position: absolute;
top: 32px;
left: 32px;
background-image: url(//sipsmobilebar.co.uk/wp-content/themes/sips/dist/img/quote.svg);
width: 70px;
height: 70px;
background-size: contain;
background-repeat: no-repeat;
}
.testimonial-single__right {
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
@media (min-width: 768px) {
.md\:order-1 {
order: 1;
}
.md\:order-2 {
order: 2;
}
.md\:order-3 {
order: 3;
}
.md\:mb-0 {
margin-bottom: 0px;
}
.md\:mb-10 {
margin-bottom: 2.5rem;
}
.md\:mb-\[150px\] {
margin-bottom: 150px;
}
.md\:mt-4 {
margin-top: 1rem;
}
.md\:block {
display: block;
}
.md\:inline-block {
display: inline-block;
}
.md\:flex {
display: flex;
}
.md\:hidden {
display: none;
}
.md\:h-\[100vh\] {
height: 100vh;
}
.md\:h-full {
height: 100%;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-10\/12 {
width: 83.333333%;
}
.md\:w-11\/12 {
width: 91.666667%;
}
.md\:w-2\/3 {
width: 66.666667%;
}
.md\:w-4\/12 {
width: 33.333333%;
}
.md\:w-8\/12 {
width: 66.666667%;
}
.md\:w-max {
width: -moz-max-content;
width: max-content;
}
.md\:max-w-\[150px\] {
max-width: 150px;
}
.md\:max-w-\[180px\] {
max-width: 180px;
}
.md\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:flex-wrap {
flex-wrap: wrap;
}
.md\:flex-nowrap {
flex-wrap: nowrap;
}
.md\:self-end {
align-self: flex-end;
}
.md\:rounded-l-xl {
border-top-left-radius: 0.75rem;
border-bottom-left-radius: 0.75rem;
}
.md\:rounded-r-xl {
border-top-right-radius: 0.75rem;
border-bottom-right-radius: 0.75rem;
}
.md\:px-0 {
padding-left: 0px;
padding-right: 0px;
}
.md\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.md\:pb-10 {
padding-bottom: 2.5rem;
}
.md\:pb-3 {
padding-bottom: 0.75rem;
}
.md\:pb-32 {
padding-bottom: 8rem;
}
.md\:pb-8 {
padding-bottom: 2rem;
}
.md\:pb-\[150px\] {
padding-bottom: 150px;
}
.md\:pt-40 {
padding-top: 10rem;
}
.md\:pt-52 {
padding-top: 13rem;
}
.md\:pt-\[5rem\] {
padding-top: 5rem;
}
.md\:text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.md\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.md\:text-5xl {
font-size: 3rem;
line-height: 1;
}
.md\:text-\[32px\] {
font-size: 32px;
}
.md\:text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
}
@media (min-width: 1024px) {
.lg\:absolute {
position: absolute;
}
.lg\:bottom-0 {
bottom: 0px;
}
.lg\:bottom-\[10px\] {
bottom: 10px;
}
.lg\:bottom-\[20px\] {
bottom: 20px;
}
.lg\:left-\[-200px\] {
left: -200px;
}
.lg\:left-\[30px\] {
left: 30px;
}
.lg\:left-\[8vw\] {
left: 8vw;
}
.lg\:right-0 {
right: 0px;
}
.lg\:right-\[-25vw\] {
right: -25vw;
}
.lg\:right-\[10px\] {
right: 10px;
}
.lg\:top-\[-20px\] {
top: -20px;
}
.lg\:top-\[50px\] {
top: 50px;
}
.lg\:z-\[100\] {
z-index: 100;
}
.lg\:order-1 {
order: 1;
}
.lg\:order-2 {
order: 2;
}
.lg\:mb-0 {
margin-bottom: 0px;
}
.lg\:mb-12 {
margin-bottom: 3rem;
}
.lg\:mb-\[20px\] {
margin-bottom: 20px;
}
.lg\:ml-0 {
margin-left: 0px;
}
.lg\:ml-\[0px\] {
margin-left: 0px;
}
.lg\:mr-0 {
margin-right: 0px;
}
.lg\:mr-\[0px\] {
margin-right: 0px;
}
.lg\:mt-\[100px\] {
margin-top: 100px;
}
.lg\:mt-\[40px\] {
margin-top: 40px;
}
.lg\:mt-\[50px\] {
margin-top: 50px;
}
.lg\:block {
display: block;
}
.lg\:inline-block {
display: inline-block;
}
.lg\:flex {
display: flex;
}
.lg\:hidden {
display: none;
}
.lg\:aspect-auto {
aspect-ratio: auto;
}
.lg\:\!h-\[65vh\] {
height: 65vh !important;
}
.lg\:h-\[125px\] {
height: 125px;
}
.lg\:h-\[130vh\] {
height: 130vh;
}
.lg\:h-\[216px\] {
height: 216px;
}
.lg\:h-\[80px\] {
height: 80px;
}
.lg\:h-auto {
height: auto;
}
.lg\:max-h-\[350px\] {
max-height: 350px;
}
.lg\:max-h-\[580px\] {
max-height: 580px;
}
.lg\:min-h-\[250px\] {
min-height: 250px;
}
.lg\:min-h-\[287px\] {
min-height: 287px;
}
.lg\:min-h-\[310px\] {
min-height: 310px;
}
.lg\:min-h-\[322px\] {
min-height: 322px;
}
.lg\:min-h-\[350px\] {
min-height: 350px;
}
.lg\:min-h-\[700px\] {
min-height: 700px;
}
.lg\:w-1\/2 {
width: 50%;
}
.lg\:w-\[216px\] {
width: 216px;
}
.lg\:w-\[30\%\] {
width: 30%;
}
.lg\:w-\[32\%\] {
width: 32%;
}
.lg\:w-\[40\%\] {
width: 40%;
}
.lg\:w-\[45\%\] {
width: 45%;
}
.lg\:w-\[50\%\] {
width: 50%;
}
.lg\:w-\[55\%\] {
width: 55%;
}
.lg\:w-\[60\%\] {
width: 60%;
}
.lg\:w-\[65\%\] {
width: 65%;
}
.lg\:w-\[67\%\] {
width: 67%;
}
.lg\:w-\[70\%\] {
width: 70%;
}
.lg\:w-\[90px\] {
width: 90px;
}
.lg\:w-full {
width: 100%;
}
.lg\:min-w-\[260px\] {
min-width: 260px;
}
.lg\:max-w-\[200px\] {
max-width: 200px;
}
.lg\:max-w-\[450px\] {
max-width: 450px;
}
.lg\:max-w-\[560px\] {
max-width: 560px;
}
.lg\:max-w-\[60vw\] {
max-width: 60vw;
}
.lg\:max-w-\[65\%\] {
max-width: 65%;
}
.lg\:max-w-\[700px\] {
max-width: 700px;
}
.lg\:max-w-none {
max-width: none;
}
.lg\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lg\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:flex-col {
flex-direction: column;
}
.lg\:flex-nowrap {
flex-wrap: nowrap;
}
.lg\:items-start {
align-items: flex-start;
}
.lg\:justify-start {
justify-content: flex-start;
}
.lg\:justify-end {
justify-content: flex-end;
}
.lg\:justify-between {
justify-content: space-between;
}
.lg\:gap-\[20px\] {
gap: 20px;
}
.lg\:gap-\[80px\] {
gap: 80px;
}
.lg\:self-auto {
align-self: auto;
}
.lg\:bg-none {
background-image: none;
}
.lg\:p-16 {
padding: 4rem;
}
.lg\:p-\[30px\] {
padding: 30px;
}
.lg\:p-\[40px\] {
padding: 40px;
}
.lg\:px-0 {
padding-left: 0px;
padding-right: 0px;
}
.lg\:px-14 {
padding-left: 3.5rem;
padding-right: 3.5rem;
}
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.lg\:px-\[0px\] {
padding-left: 0px;
padding-right: 0px;
}
.lg\:px-\[10px\] {
padding-left: 10px;
padding-right: 10px;
}
.lg\:px-\[15px\] {
padding-left: 15px;
padding-right: 15px;
}
.lg\:px-\[30px\] {
padding-left: 30px;
padding-right: 30px;
}
.lg\:px-\[4rem\] {
padding-left: 4rem;
padding-right: 4rem;
}
.lg\:px-\[60px\] {
padding-left: 60px;
padding-right: 60px;
}
.lg\:px-\[80px\] {
padding-left: 80px;
padding-right: 80px;
}
.lg\:py-\[30px\] {
padding-top: 30px;
padding-bottom: 30px;
}
.lg\:py-\[50px\] {
padding-top: 50px;
padding-bottom: 50px;
}
.lg\:py-\[5rem\] {
padding-top: 5rem;
padding-bottom: 5rem;
}
.lg\:py-\[60px\] {
padding-top: 60px;
padding-bottom: 60px;
}
.lg\:pb-0 {
padding-bottom: 0px;
}
.lg\:pb-10 {
padding-bottom: 2.5rem;
}
.lg\:pb-14 {
padding-bottom: 3.5rem;
}
.lg\:pb-48 {
padding-bottom: 12rem;
}
.lg\:pb-8 {
padding-bottom: 2rem;
}
.lg\:pb-\[0px\] {
padding-bottom: 0px;
}
.lg\:pb-\[100px\] {
padding-bottom: 100px;
}
.lg\:pb-\[10rem\] {
padding-bottom: 10rem;
}
.lg\:pb-\[150px\] {
padding-bottom: 150px;
}
.lg\:pb-\[20px\] {
padding-bottom: 20px;
}
.lg\:pb-\[30px\] {
padding-bottom: 30px;
}
.lg\:pb-\[40px\] {
padding-bottom: 40px;
}
.lg\:pb-\[60px\] {
padding-bottom: 60px;
}
.lg\:pl-\[100px\] {
padding-left: 100px;
}
.lg\:pl-\[50px\] {
padding-left: 50px;
}
.lg\:pl-\[70px\] {
padding-left: 70px;
}
.lg\:pr-\[10\%\] {
padding-right: 10%;
}
.lg\:pr-\[100px\] {
padding-right: 100px;
}
.lg\:pr-\[10vw\] {
padding-right: 10vw;
}
.lg\:pr-\[20px\] {
padding-right: 20px;
}
.lg\:pr-\[30px\] {
padding-right: 30px;
}
.lg\:pr-\[50px\] {
padding-right: 50px;
}
.lg\:pr-\[70px\] {
padding-right: 70px;
}
.lg\:pt-10 {
padding-top: 2.5rem;
}
.lg\:pt-28 {
padding-top: 7rem;
}
.lg\:pt-\[0px\] {
padding-top: 0px;
}
.lg\:pt-\[100px\] {
padding-top: 100px;
}
.lg\:pt-\[180px\] {
padding-top: 180px;
}
.lg\:pt-\[200px\] {
padding-top: 200px;
}
.lg\:pt-\[30px\] {
padding-top: 30px;
}
.lg\:pt-\[3px\] {
padding-top: 3px;
}
.lg\:pt-\[50px\] {
padding-top: 50px;
}
.lg\:pt-\[60px\] {
padding-top: 60px;
}
.lg\:pt-\[80px\] {
padding-top: 80px;
}
.lg\:text-left {
text-align: left;
}
.lg\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.lg\:text-\[160px\] {
font-size: 160px;
}
.lg\:text-\[16px\] {
font-size: 16px;
}
.lg\:text-\[20px\] {
font-size: 20px;
}
.lg\:text-\[24px\] {
font-size: 24px;
}
.lg\:text-\[32px\] {
font-size: 32px;
}
.lg\:text-\[42px\] {
font-size: 42px;
}
.lg\:leading-\[150px\] {
line-height: 150px;
}
.lg\:leading-\[25px\] {
line-height: 25px;
}
}