/*
! tailwindcss v3.3.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: roc-grotesk; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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-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-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%;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 480px){

    .container{
        max-width: 480px;
    }
}
@media (min-width: 600px){

    .container{
        max-width: 600px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 782px){

    .container{
        max-width: 782px;
    }
}
@media (min-width: 960px){

    .container{
        max-width: 960px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
@media (min-width: 1280px){

    .container{
        max-width: 1280px;
    }
}
@media (min-width: 1440px){

    .container{
        max-width: 1440px;
    }
}
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.-left-\[0\.2rem\]{
    left: -0.2rem;
}
.-left-\[12px\]{
    left: -12px;
}
.-left-\[17px\]{
    left: -17px;
}
.-left-\[20px\]{
    left: -20px;
}
.-left-\[25px\]{
    left: -25px;
}
.-left-\[8px\]{
    left: -8px;
}
.-right-\[17px\]{
    right: -17px;
}
.-right-\[23px\]{
    right: -23px;
}
.-right-\[30px\]{
    right: -30px;
}
.-right-\[3px\]{
    right: -3px;
}
.-top-7{
    top: -1.75rem;
}
.-top-\[45px\]{
    top: -45px;
}
.bottom-0{
    bottom: 0px;
}
.bottom-12{
    bottom: 3rem;
}
.bottom-16{
    bottom: 4rem;
}
.left-0{
    left: 0px;
}
.left-\[20px\]{
    left: 20px;
}
.left-\[6px\]{
    left: 6px;
}
.left-auto{
    left: auto;
}
.right-0{
    right: 0px;
}
.right-6{
    right: 1.5rem;
}
.top-0{
    top: 0px;
}
.top-2{
    top: 0.5rem;
}
.top-3{
    top: 0.75rem;
}
.top-6{
    top: 1.5rem;
}
.top-\[2rem\]{
    top: 2rem;
}
.top-\[3px\]{
    top: 3px;
}
.-z-10{
    z-index: -10;
}
.z-10{
    z-index: 10;
}
.z-40{
    z-index: 40;
}
.z-50{
    z-index: 50;
}
.z-\[-1\]{
    z-index: -1;
}
.m-8{
    margin: 2rem;
}
.mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.\!mb-0{
    margin-bottom: 0px !important;
}
.\!mt-0{
    margin-top: 0px !important;
}
.-mb-5{
    margin-bottom: -1.25rem;
}
.-mb-\[35px\]{
    margin-bottom: -35px;
}
.-mb-\[45px\]{
    margin-bottom: -45px;
}
.-mb-\[70px\]{
    margin-bottom: -70px;
}
.-ml-1{
    margin-left: -0.25rem;
}
.-ml-2{
    margin-left: -0.5rem;
}
.-ml-3{
    margin-left: -0.75rem;
}
.-ml-4{
    margin-left: -1rem;
}
.-mt-1{
    margin-top: -0.25rem;
}
.-mt-2{
    margin-top: -0.5rem;
}
.-mt-5{
    margin-top: -1.25rem;
}
.-mt-8{
    margin-top: -2rem;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-16{
    margin-bottom: 4rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-20{
    margin-bottom: 5rem;
}
.mb-24{
    margin-bottom: 6rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-32{
    margin-bottom: 8rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-7{
    margin-bottom: 1.75rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-3{
    margin-left: 0.75rem;
}
.ml-5{
    margin-left: 1.25rem;
}
.ml-8{
    margin-left: 2rem;
}
.mr-1{
    margin-right: 0.25rem;
}
.mr-3{
    margin-right: 0.75rem;
}
.mr-4{
    margin-right: 1rem;
}
.mr-5{
    margin-right: 1.25rem;
}
.mt-1{
    margin-top: 0.25rem;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-11{
    margin-top: 2.75rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-14{
    margin-top: 3.5rem;
}
.mt-16{
    margin-top: 4rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-20{
    margin-top: 5rem;
}
.mt-24{
    margin-top: 6rem;
}
.mt-28{
    margin-top: 7rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-5{
    margin-top: 1.25rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-60{
    margin-top: 15rem;
}
.mt-8{
    margin-top: 2rem;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.aspect-video{
    aspect-ratio: 16 / 9;
}
.h-1{
    height: 0.25rem;
}
.h-\[106px\]{
    height: 106px;
}
.h-\[14px\]{
    height: 14px;
}
.h-\[22px\]{
    height: 22px;
}
.h-\[25px\]{
    height: 25px;
}
.h-\[30px\]{
    height: 30px;
}
.h-\[46px\]{
    height: 46px;
}
.h-\[50px\]{
    height: 50px;
}
.h-\[7px\]{
    height: 7px;
}
.h-full{
    height: 100%;
}
.h-screen{
    height: 100vh;
}
.max-h-\[1200px\]{
    max-height: 1200px;
}
.max-h-\[625px\]{
    max-height: 625px;
}
.max-h-\[73px\]{
    max-height: 73px;
}
.max-h-none{
    max-height: none;
}
.min-h-screen{
    min-height: 100vh;
}
.w-10{
    width: 2.5rem;
}
.w-16{
    width: 4rem;
}
.w-2\/5{
    width: 40%;
}
.w-20{
    width: 5rem;
}
.w-5{
    width: 1.25rem;
}
.w-\[1\.8rem\]{
    width: 1.8rem;
}
.w-\[190px\]{
    width: 190px;
}
.w-\[22px\]{
    width: 22px;
}
.w-\[25px\]{
    width: 25px;
}
.w-\[2px\]{
    width: 2px;
}
.w-\[300px\]{
    width: 300px;
}
.w-\[41px\]{
    width: 41px;
}
.w-\[650px\]{
    width: 650px;
}
.w-auto{
    width: auto;
}
.w-full{
    width: 100%;
}
.w-screen{
    width: 100vw;
}
.min-w-\[650px\]{
    min-width: 650px;
}
.\!max-w-\[715px\]{
    max-width: 715px !important;
}
.max-w-\[120px\]{
    max-width: 120px;
}
.max-w-\[1260px\]{
    max-width: 1260px;
}
.max-w-\[170px\]{
    max-width: 170px;
}
.max-w-\[280px\]{
    max-width: 280px;
}
.max-w-\[400px\]{
    max-width: 400px;
}
.max-w-\[462px\]{
    max-width: 462px;
}
.max-w-\[520px\]{
    max-width: 520px;
}
.max-w-\[580px\]{
    max-width: 580px;
}
.max-w-\[645px\]{
    max-width: 645px;
}
.max-w-\[650px\]{
    max-width: 650px;
}
.max-w-\[90px\]{
    max-width: 90px;
}
.max-w-full{
    max-width: 100%;
}
.max-w-sm{
    max-width: 24rem;
}
.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));
}
.cursor-default{
    cursor: default;
}
.cursor-pointer{
    cursor: pointer;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.columns-2{
    -moz-columns: 2;
         columns: 2;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.items-stretch{
    align-items: stretch;
}
.justify-start{
    justify-content: flex-start;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-12{
    gap: 3rem;
}
.gap-16{
    gap: 4rem;
}
.gap-24{
    gap: 6rem;
}
.overflow-hidden{
    overflow: hidden;
}
.\!rounded-none{
    border-radius: 0px !important;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-none{
    border-radius: 0px;
}
.rounded-xl{
    border-radius: 0.75rem;
}
.\!border-0{
    border-width: 0px !important;
}
.border{
    border-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-r{
    border-right-width: 1px;
}
.border-t{
    border-top-width: 1px;
}
.border-t-\[3px\]{
    border-top-width: 3px;
}
.\!border-none{
    border-style: none !important;
}
.border-none{
    border-style: none;
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(40 102 237 / var(--tw-border-opacity));
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(40 102 237 / var(--tw-bg-opacity));
}
.bg-transparent{
    background-color: transparent;
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-contain{
    background-size: contain;
}
.bg-cover{
    background-size: cover;
}
.bg-bottom{
    background-position: bottom;
}
.bg-center{
    background-position: center;
}
.bg-left{
    background-position: left;
}
.bg-right{
    background-position: right;
}
.bg-repeat{
    background-repeat: repeat;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-6{
    padding: 1.5rem;
}
.\!py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.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-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.\!pb-2{
    padding-bottom: 0.5rem !important;
}
.\!pt-3{
    padding-top: 0.75rem !important;
}
.pb-1{
    padding-bottom: 0.25rem;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pb-24{
    padding-bottom: 6rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-44{
    padding-bottom: 11rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pl-2{
    padding-left: 0.5rem;
}
.pr-1{
    padding-right: 0.25rem;
}
.pr-4{
    padding-right: 1rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.pt-20{
    padding-top: 5rem;
}
.pt-3{
    padding-top: 0.75rem;
}
.pt-4{
    padding-top: 1rem;
}
.pt-5{
    padding-top: 1.25rem;
}
.pt-\[11px\]{
    padding-top: 11px;
}
.text-center{
    text-align: center;
}
.font-serif{
    font-family: peckham-press;
}
.\!text-22{
    font-size: 1.375rem !important;
}
.text-10{
    font-size: 0.625rem;
}
.text-12{
    font-size: 0.75rem;
}
.text-14{
    font-size: 0.875rem;
}
.text-15{
    font-size: 0.9375rem;
}
.text-17{
    font-size: 1.0625rem;
}
.text-20{
    font-size: 1.25rem;
}
.text-22{
    font-size: 1.375rem;
}
.text-28{
    font-size: 1.75rem;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-32{
    font-size: 2rem;
}
.text-42{
    font-size: 2.625rem;
}
.text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.text-62{
    font-size: 3.875rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.uppercase{
    text-transform: uppercase;
}
.leading-\[0\.9\]{
    line-height: 0.9;
}
.leading-\[0\]{
    line-height: 0;
}
.leading-none{
    line-height: 1;
}
.leading-normal{
    line-height: 1.5;
}
.leading-tight{
    line-height: 1.25;
}
.\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(40 102 237 / var(--tw-text-opacity));
}
.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(204 255 26 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-50{
    opacity: 0.5;
}
.outline{
    outline-style: solid;
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300{
    transition-duration: 300ms;
}
.duration-500{
    transition-duration: 500ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 600px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563;
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
body{
    font-size: 0.9375rem;
    background-image: url('/wp-content/themes/radical-forge/assets/images/main-bg-texture.png');
}
.container{
    width: 100%;
    max-width: 1260px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
a{
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover{
    --tw-text-opacity: 1;
    color: rgb(204 255 26 / var(--tw-text-opacity));
}
h1{
    font-family: peckham-press;
    font-size: 2.625rem;
}
@media (min-width: 600px){

    h1{
        font-size: 3.875rem;
    }
}
@media (min-width: 782px){

    h1{
        font-size: 4.375rem;
    }
}
h1 {
    line-height: 0.9;
}
@media (min-width: 960px){

    h1.lg-h1{
        font-size: 6.25rem;
    }

    h1.xl-h1{
        font-size: 7.5rem;
    }
}
h2{
    font-family: peckham-press;
    font-size: 2.625rem;
}
@media (min-width: 782px){

    h2{
        font-size: 3.375rem;
    }
}
@media (min-width: 960px){

    h2{
        font-size: 4.5625rem;
    }
}
h2 {
    line-height: 0.9;
}
h3{
    font-family: peckham-press;
    font-size: 1.75rem;
}
@media (min-width: 600px){

    h3{
        font-size: 2rem;
    }
}
@media (min-width: 782px){

    h3{
        font-size: 3.375rem;
    }
}
h3 {
    line-height: 0.9;
}
h4{
    font-family: peckham-press;
    font-size: 1.375rem;
}
@media (min-width: 782px){

    h4{
        font-size: 2rem;
    }
}
@media (min-width: 960px){

    h4{
        font-size: 2.625rem;
    }
}
h4 {
    line-height: 0.9;
}
h5{
    font-family: peckham-press;
    font-size: 1.375rem;
    line-height: 1;
}
@media (min-width: 782px){

    h5{
        font-size: 2.1875rem;
    }
}
.oversized-body{
    font-size: 1.0625rem;
    font-weight: 700;
}
@media (min-width: 782px){

    .oversized-body{
        font-size: 1.25rem;
    }
}
.wysiwyg p{
    margin-bottom: 1.25rem;
}
.txt-media .wysiwyg p{
    margin-bottom: 1.5rem;
}
.wysiwyg p strong{
    font-size: 1.0625rem;
    font-weight: 700;
}
@media (min-width: 782px){

    .wysiwyg p strong{
        font-size: 1.25rem;
    }
}
.wysiwyg p a{
    font-size: 1.0625rem;
    font-weight: 700;
}
.wysiwyg p a:hover{
    --tw-text-opacity: 1;
    color: rgb(204 255 26 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    .wysiwyg p a{
        font-size: 1.25rem;
    }
}
.hyphen{
    position: relative;
    padding-left: 1.25rem;
}
.hyphen::before{
    position: absolute;
    left: 0px;
    top: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(204 255 26 / var(--tw-bg-opacity));
    content: "";
    width: 12px;
    height: 3px;
}
.downloads:last-of-type .hyphen::before{
    --tw-bg-opacity: 1;
    background-color: rgb(40 102 237 / var(--tw-bg-opacity));
}
.btn{
    position: relative;
    margin-left: 1rem;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.9375rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture_dark_blue.jpg');
}
.btn::before{
    position: absolute;
    top: 0px;
    left: -17px;
    height: 100%;
    width: 1.25rem;
    background-size: cover;
    content: "";
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end1_dark_blue.png');
}
.btn::after{
    position: absolute;
    top: 0px;
    right: -17px;
    height: 100%;
    width: 1.25rem;
    --tw-rotate: 180deg;
    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));
    background-size: cover;
    content: "";
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end2_dark_blue.png');
}
.btn:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-lg{
    margin-left: 0px;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: peckham-press;
    font-size: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-lg:hover{
    --tw-text-opacity: 1;
    color: rgb(204 255 26 / var(--tw-text-opacity));
}
.btn-advert{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    font-family: peckham-press;
    font-size: 1.375rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-advert:hover{
    --tw-text-opacity: 1;
    color: rgb(204 255 26 / var(--tw-text-opacity));
}
@media (min-width: 600px){

    .btn-advert{
        padding-top: 1rem;
        padding-bottom: 0.5rem;
        font-size: 2rem;
    }
}
@media (min-width: 782px){

    .btn-advert{
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        font-size: 2.625rem;
    }
}
.btn.btn-hero{
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    font-family: peckham-press;
    font-size: 1.25rem;
    text-transform: uppercase;
}
.btn.btn-hero:hover{
    --tw-text-opacity: 1;
    color: rgb(40 102 237 / var(--tw-text-opacity));
}
.btn.btn-hero {
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture_green.jpg');
}
.btn-hero::before {
    content: "";
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end1_green.png');
}
.btn-hero::after {
    content: "";
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end2_green.png');
}
.btn-text-media{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-text-media:hover{
    --tw-text-opacity: 1;
    color: rgb(204 255 26 / var(--tw-text-opacity));
}
.page-id-32 .btn-text-media{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.page-id-32 .btn-text-media:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-id-32 .btn-text-media {
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture_light_blue.jpg');
}
.page-id-32 .btn-text-media::before {
    content: "";
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end1_light_blue.png');
}
.page-id-32 .btn-text-media::after {
    content: "";
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end2_light_blue.png');
}
.news-feed div:nth-of-type(3n+1) .btn{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.news-feed div:nth-of-type(3n+1) .btn:hover{
    --tw-text-opacity: 1;
    color: rgb(204 255 26 / var(--tw-text-opacity));
}
.news-feed div:nth-of-type(3n+2) .btn{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture_green.jpg');
}
.news-feed div:nth-of-type(3n+2) .btn::before {
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end1_green.png');
}
.news-feed div:nth-of-type(3n+2) .btn::after {
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end2_green.png');
}
.news-feed div:nth-of-type(3n+2) .btn:hover{
    --tw-text-opacity: 1;
    color: rgb(40 102 237 / var(--tw-text-opacity));
}
.news-feed div:nth-of-type(3n+3) .btn{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture_light_blue.jpg');
}
.news-feed div:nth-of-type(3n+3) .btn::before {
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end1_light_blue.png');
}
.news-feed div:nth-of-type(3n+3) .btn::after {
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end2_light_blue.png');
}
.news-feed div:nth-of-type(3n+3) .btn:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Tape, underlines, squiggles etc. */
.tape-bg{
    position: relative;
    left: -20px;
    margin-top: -0.25rem;
    display: inline-block;
    background-size: cover;
    background-repeat: repeat;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    .tape-bg{
        left: -25px;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 1.5rem;
        padding-bottom: 0.75rem;
    }
}
.tape-bg {
    background-image: url('/wp-content/themes/radical-forge/assets/images/95.png');
}
h1 .tape-bg::after{
    right: -23px;
    width: 1.8rem;
}
h3 .tape-bg.bg-long{
    position: relative;
    left: -25px;
    margin-top: -0.5rem;
    background-size: cover;
    background-repeat: repeat;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    h3 .tape-bg.bg-long{
        left: -35px;
        margin-top: -1rem;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
        padding-top: 1.75rem;
    }
}
.tape-bg.tape-bg-short{
    position: relative;
    left: -12px;
    margin-top: -0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 11px;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    .tape-bg.tape-bg-short{
        left: -20px;
        margin-top: -1rem;
        background-size: cover;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 1rem;
    }
}
.tape-bg-wide{
    position: relative;
    left: -8px;
    display: inline-block;
    background-size: cover;
    background-repeat: repeat;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    .tape-bg-wide{
        left: -20px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-bottom: 0.5rem;
    }
}
.tape-bg-wide {
    background-image: url('/wp-content/themes/radical-forge/assets/images/wide-tape.png');
}
.line{
    position: relative;
    display: inline-block;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.line.line-green {
    background-image: url('/wp-content/themes/radical-forge/assets/images/green-underline.svg');
}
.line.line-green-lg {
    background-image: url('/wp-content/themes/radical-forge/assets/images/large-green-underline.svg');
}
.line.line-blue {
    background-image: url('/wp-content/themes/radical-forge/assets/images/blue-underline.svg');
}
.line.line-blue-md {
    background-image: url('/wp-content/themes/radical-forge/assets/images/blue-underline-md.svg');
}
.line.line-blue-contact{
    margin-left: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-image: url('/wp-content/themes/radical-forge/assets/images/blue-underline-contact.svg');
}
.line.line-blue-txt-media{
    margin-left: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-image: url('/wp-content/themes/radical-forge/assets/images/blue-underline-txt-media.svg');
}
.line.line-light-blue{
    margin-left: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    background-image: url('/wp-content/themes/radical-forge/assets/images/light-blue-underline.svg');
}
.line.line-light-blue-sm{
    margin-left: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-image: url('/wp-content/themes/radical-forge/assets/images/light-blue-underline-sm.svg');
}
.line.line-squiggle-blue{
    margin-left: -0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    background-image: url('/wp-content/themes/radical-forge/assets/images/line-squiggle-blue.svg');
}
.line.line-squiggle-green{
    margin-left: -0.25rem;
    background-position: right;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.5rem;
}
@media (min-width: 782px){

    .line.line-squiggle-green{
        margin-left: -0.75rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-bottom: 0.75rem;
    }
}
.line.line-squiggle-green {
    background-image: url('/wp-content/themes/radical-forge/assets/images/line-squiggle-green.svg');
}
.line.line-squiggle-green-alt{
    margin-left: -0.25rem;
    background-position: center;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.5rem;
}
@media (min-width: 782px){

    .line.line-squiggle-green-alt{
        margin-left: -0.75rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-bottom: 1.5rem;
    }
}
.line.line-squiggle-green-alt {
    background-image: url('/wp-content/themes/radical-forge/assets/images/line-squiggle-green.svg');
}
.circle{
    position: relative;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.circle.circle-light-blue{
    z-index: -10;
    margin-left: -0.5rem;
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
    background-position: left;
    padding-left: 0.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
}
@media (min-width: 782px){

    .circle.circle-light-blue{
        margin-top: -1.75rem;
        padding-top: 1.75rem;
    }
}
.circle.circle-light-blue {
    background-image: url('/wp-content/themes/radical-forge/assets/images/light-blue-circle.svg');
}
/* Fonts */
@font-face {
    font-family:"roc-grotesk";
    src:url("https://use.typekit.net/af/975d46/00000000000000007735b7c3/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/975d46/00000000000000007735b7c3/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/975d46/00000000000000007735b7c3/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}
@font-face {
    font-family:"roc-grotesk";
    src:url("https://use.typekit.net/af/c4fccd/00000000000000007735b7c0/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/c4fccd/00000000000000007735b7c0/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/c4fccd/00000000000000007735b7c0/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:600;font-stretch:normal;
}
@font-face {
    font-family:"roc-grotesk";
    src:url("https://use.typekit.net/af/5eb19c/00000000000000007735b7d0/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/5eb19c/00000000000000007735b7d0/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/5eb19c/00000000000000007735b7d0/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}
@font-face {
    font-family:"roc-grotesk";
    src:url("https://use.typekit.net/af/97dd77/00000000000000007735b7d4/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/97dd77/00000000000000007735b7d4/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/97dd77/00000000000000007735b7d4/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}
@font-face {
    font-family:"peckham-press";
    src:url("https://use.typekit.net/af/fd0653/0000000000000000774d3f02/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/fd0653/0000000000000000774d3f02/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/fd0653/0000000000000000774d3f02/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}
.main-nav{
    visibility: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 40;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transform: translateX(100vw);
    transition: 0.4s all cubic-bezier(0.6, 0.04, 0.4, 1);
    background-image: url('/wp-content/themes/radical-forge/assets/images/nav-bg-mob.png');
}
@media (min-width: 960px) {
.main-nav{
        left: auto;
        width: 650px;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 5rem;
        background-image: url('/wp-content/themes/radical-forge/assets/images/nav-bg.png');
        transform: translateX(650px);
    }
    }
@media (min-width: 1280px) {
.main-nav{
        width: 40%;
        min-width: 650px;
        transform: translateX(100%);
    }
    }
.main-nav.active-nav{
    visibility: visible;
    transform: translateX(0px);
}
.main-nav li a{
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.main-nav li a:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.main-nav .current-menu-item a::before{
    position: absolute;
    left: -0.2rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    background-image: url('/wp-content/themes/radical-forge/assets/images/nav-active-tape.svg');
    height: 100%;
    margin-top: 5px;
    background-size: 100% 100%;
}
@media (min-width: 782px) {
.main-nav .current-menu-item a::before {
        background-image: url('/wp-content/themes/radical-forge/assets/images/nav-active-tape-desktop.svg')
}
    }
.main-nav a:hover::before{
    position: absolute;
    left: -0.2rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    background-image: url('/wp-content/themes/radical-forge/assets/images/nav-active-tape.svg');
    height: 100%;
    margin-top: 5px;
    background-size: 100% 100%;
}
@media (min-width: 782px) {
.main-nav a:hover::before {
        background-image: url('/wp-content/themes/radical-forge/assets/images/nav-active-tape-desktop.svg')
}
    }
.active-nav-icon .menu-icon{
    display: none;
}
.active-nav-icon .menu-close-icon{
    display: inline-block;
}
.attachment-single-post-thumbnail{
    width: 100%;
}
.post-content p{
    margin-bottom: 1.5rem;
}
.post-content p strong{
    font-size: 1.25rem;
}
.navigation.pagination{
    margin-top: 6rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
}
.nav-links .page-numbers{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    opacity: 0.5;
}
.nav-links .page-numbers:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 1;
}
.nav-links .page-numbers.current{
    opacity: 1;
}
.nav-links{
    position: relative;
}
.nav-links .next{
    position: relative;
}
.nav-links .prev{
    position: relative;
    top: 0.5rem;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-image: url('/wp-content/themes/radical-forge/assets/images/left-arrow.svg');
    width: 27px;
    height: 27px;
}
.nav-links .next{
    position: relative;
    top: 0.5rem;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-image: url('/wp-content/themes/radical-forge/assets/images/right-arrow.svg');
    width: 27px;
    height: 27px;
}
/* Sign up form */
#mc_embed_signup{
    clear:left; 
}
#mc_embed_signup form{
    margin: 0px;
}
#mc-embedded-subscribe-form input[type=checkbox]{
    display: inline; 
    width: auto;
    margin-right: 10px;
}
#mergeRow-gdpr {
    margin-top: 20px;
}
#mergeRow-gdpr fieldset label {
    font-weight: normal;
}
#mc-embedded-subscribe-form .mc_fieldset{
    border:none;
    min-height: 0px;
    padding-bottom:0px;
}
#mc_embed_signup .mc-field-group{
    left: -20px;
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
}
#mc_embed_signup .mc-field-group input{
    height: 50px;
    border-radius: 0px;
    border-style: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: peckham-press;
    font-size: 0.9375rem;
    --tw-text-opacity: 1;
    color: rgb(40 102 237 / var(--tw-text-opacity));
}
@media (min-width: 600px){

    #mc_embed_signup .mc-field-group input{
        height: 60px;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.0625rem;
    }
}
@media (min-width: 782px){

    #mc_embed_signup .mc-field-group input{
        height: 70px;
        font-size: 1.375rem;
    }
}
#mc_embed_signup .mc-field-group input {
    background-color: transparent;
    background-image: url('/wp-content/themes/radical-forge/assets/images/95.png');
}
#mc_embed_signup .button{
    position: relative;
    margin: 0px;
    height: 46px;
    border-radius: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: peckham-press;
    font-size: 0.9375rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
#mc_embed_signup .button:hover{
    --tw-text-opacity: 1;
    color: rgb(40 102 237 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    #mc_embed_signup .button{
        font-size: 1.0625rem;
    }
}
#mc_embed_signup .button {
    padding: 10px 22px;
    background-color: transparent;
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture_green.jpg');
}
#mc_embed_signup .foot{
    position: relative;
    display: inline-block;
    width: auto;
}
#mc_embed_signup .foot::before{
    position: absolute;
    top: 0px;
    left: -17px;
    height: 100%;
    width: 1.25rem;
    background-size: cover;
    content: "";
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end1_green.png');
}
#mc_embed_signup .foot::after{
    position: absolute;
    top: 0px;
    right: -17px;
    height: 100%;
    width: 1.25rem;
    --tw-rotate: 180deg;
    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));
    background-size: cover;
    content: "";
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end2_green.png');
}
:focus { outline: none; }
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
    border-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(204 255 26 / var(--tw-text-opacity));
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error{
    border-style: none;
}
#mc_embed_signup div#mce-responses{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#mc_embed_signup div.response{
    width: 100%;
    border-style: none !important;
    font-weight: 700;
    --tw-text-opacity: 1 !important;
    color: rgb(204 255 26 / var(--tw-text-opacity)) !important;
}
#mc_embed_signup div#mce-responses::before{
    display: none;
    content: "";
}
#mc_embed_signup div#mce-responses::after{
    display: none;
    content: "";
}
::-moz-placeholder {
   color:black !important;
}
::placeholder { /* Most modern browsers support this now. */
   color:black !important;
}
/* Testimonials */
@media (min-width: 960px){

    .testimonial-slide{
        padding-right: 2rem;
        padding-left: 0px;
    }
}
.swiper-container .testimonial-slide:nth-of-type(2n){
    padding-right: 2rem;
}
@media (min-width: 960px){

    .swiper-container .testimonial-slide:nth-of-type(2n){
        padding-left: 2.5rem;
    }
}
.author::after{
    position: absolute;
    right: -3px;
    top: 3px;
    height: 14px;
    width: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    content: "";
}
.quote::before{
    position: absolute;
    top: -1.75rem;
    left: -1.5rem;
    height: 25px;
    width: 41px;
    content: url('/wp-content/themes/radical-forge/assets/images/speech-mark-one.svg');
}
.quote-mark{
    position: relative;
    top: 2rem;
    left: 6px;
    font-family: peckham-press;
    font-size: 3.875rem;
    line-height: 0;
    --tw-text-opacity: 1;
    color: rgb(40 102 237 / var(--tw-text-opacity));
}
.testimonial-slide:nth-of-type(2n) .quote-mark{
    --tw-text-opacity: 1;
    color: rgb(204 255 26 / var(--tw-text-opacity));
}
.testimonial-slide:nth-of-type(2n) .quote::before {
    content: url('/wp-content/themes/radical-forge/assets/images/speech-mark-one-green.svg');
}
.test-title h2{
    font-family: peckham-press;
    font-size: 1.75rem;
}
@media (min-width: 600px){

    .test-title h2{
        font-size: 2.625rem;
    }
}
@media (min-width: 782px){

    .test-title h2{
        font-size: 3.375rem;
    }
}
@media (min-width: 960px){

    .test-title h2{
        font-size: 4.5625rem;
    }
}
.test-title h2 {
    line-height: 1;
}
.swiper-button-next, .swiper-button-prev{
    position: relative;
    width: 2.5rem;
}
.swiper-button-prev {
    content: url('/wp-content/themes/radical-forge/assets/images/left-arrow.svg');
}
.swiper-button-next{
    margin-left: 2rem !important;
    content: url('/wp-content/themes/radical-forge/assets/images/right-arrow.svg');
}
/* Forms */
.form-graphic{
    position: relative;
    left: 20px;
    z-index: 10;
    margin-bottom: -70px;
    width: auto;
}
@media (min-width: 600px){

    .form-graphic{
        left: 120px;
    }
}
@media (min-width: 782px){

    .form-graphic{
        margin-bottom: -135px;
    }
}
.page-id-20 .form-graphic{
    position: relative;
    left: 20px;
    margin-bottom: -45px;
    width: auto;
}
@media (min-width: 600px){

    .page-id-20 .form-graphic{
        left: 205px;
    }
}
@media (min-width: 782px){

    .page-id-20 .form-graphic{
        margin-bottom: -130px;
    }
}
.ff-default .ff-el-form-control{
    background-color: transparent;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    font-weight: 700;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    border-radius: 10px;
    border-color: #ABABAB;
}
.ff-default .ff-el-form-control:focus{
    background-color: transparent !important;
}
.fluentform .ff-el-group{
    margin-bottom: 1.5rem !important;
}
.ff-default textarea {
    min-height: 150px !important;
}
@media (min-width: 782px) {
    .frm-fluent-form .ff-t-container {
        gap: 24px !important;
    }
}
.frm-fluent-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white !important;
}
.frm-fluent-form ::-moz-placeholder { /* Firefox 19+ */
  color: white !important;;
}
.frm-fluent-form :-ms-input-placeholder { /* IE 10+ */
  color: white !important;;
}
.frm-fluent-form :-moz-placeholder { /* Firefox 18- */
  color: white !important;;
}
.ff-default .ff-btn-lg{
    position: relative;
    width: 100%;
    border-radius: 0px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem !important;
    padding-bottom: 0.5rem !important;
    font-family: peckham-press;
    font-size: 1.375rem !important;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ff-default .ff-btn-lg:hover{
    --tw-text-opacity: 1;
    color: rgb(40 102 237 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    .ff-default .ff-btn-lg{
        padding-top: 1rem !important;
        padding-bottom: 0.75rem !important;
        font-size: 1.75rem !important;
    }
}
.ff-default .ff-btn-lg {
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture_green.jpg');
}
.ff-default .ff-btn-lg::before{
    position: absolute;
    top: 0px;
    left: -17px;
    height: 100%;
    width: 1.25rem;
    background-size: cover;
    content: "";
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end1_green.png');
}
.ff-default .ff-btn-lg::after{
    position: absolute;
    top: 0px;
    right: -17px;
    height: 100%;
    width: 1.25rem;
    --tw-rotate: 180deg;
    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));
    background-size: cover;
    content: "";
    background-image: url('/wp-content/themes/radical-forge/assets/images/Reapeating_tape_texture-end2_green.png');
}
.ff-message-success{
    border-width: 0px !important;
    text-align: center;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(204 255 26 / var(--tw-text-opacity));
}
.page-id-28 .form-wrap{
    margin: 0px !important;
}
@media (min-width: 782px){

    .page-id-20 .form-block{
        margin-top: -4rem !important;
    }
}
@media (min-width: 960px){

    .page-id-20 .form-wrap{
        margin-top: 6rem !important;
    }
}
/* Teams */
.members .team-member{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    background-image: url('/wp-content/themes/radical-forge/assets/images/team-member-bg.png');
}
.members div:nth-of-type(2) .team-member {
    background-image: url('/wp-content/themes/radical-forge/assets/images/team-member-bg-light-blue.png');
}
.members div:nth-of-type(3) .team-member{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-image: url('/wp-content/themes/radical-forge/assets/images/team-member-bg-blue.png');
}
.black-divider{
    margin-left: -0.25rem;
    height: 7px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/radical-forge/assets/images/divider-black.svg');
}
.members div:nth-of-type(3) .black-divider {
    background-image: url('/wp-content/themes/radical-forge/assets/images/divider-white.svg');
}
.acc-trigger{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 10;
    height: 22px;
    width: 22px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 960px){

    .acc-trigger{
        top: 1.25rem;
        right: 1.25rem;
    }
}
@media (min-width: 1280px){

    .acc-trigger{
        top: 1.5rem;
        right: 1.5rem;
    }
}
.acc-trigger {
    background-image: url('/wp-content/themes/radical-forge/assets/images/plus-icon.svg');
}
.members div:nth-of-type(3) .acc-trigger {
    background-image: url('/wp-content/themes/radical-forge/assets/images/plus-icon-white.svg');
}
.acc-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}
.acc-show{
    max-height: none;
    overflow: auto;
}
/* Full Screen Video */
.video-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* Tabs */
.tab{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
@media (min-width: 960px){

    .tab{
        flex-direction: row;
        justify-content: space-between;
    }
}
.tab button{
    margin-bottom: 0.25rem;
    display: inline-block;
    width: auto;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.0625rem;
    font-weight: 700;
}
@media (min-width: 782px){

    .tab button{
        font-size: 1.25rem;
    }
}
@media (min-width: 960px){

    .tab button{
        margin-bottom: 0px;
    }
}
.tab button:hover{
    --tw-text-opacity: 1;
    color: rgb(204 255 26 / var(--tw-text-opacity));
}
.tab button:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.tab button.active{
    cursor: default;
    --tw-text-opacity: 1;
    color: rgb(204 255 26 / var(--tw-text-opacity));
}
.tabcontent{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 960px){

    .tabcontent{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4rem;
    }
}
@media (min-width: 1280px){

    .tabcontent{
        gap: 5rem;
    }
}
.tabcontent h3{
    margin-bottom: 0.75rem;
    margin-left: 0.75rem;
    font-size: 1.375rem;
    line-height: 1.5;
    position: relative;
    left: -20px;
    margin-top: -0.25rem;
    display: inline-block;
    background-size: cover;
    background-repeat: repeat;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    .tabcontent h3{
        left: -25px;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 1.5rem;
        padding-bottom: 0.75rem;
    }
}
.tabcontent h3 {
    background-image: url('/wp-content/themes/radical-forge/assets/images/95.png');
}
h1 .tabcontent h3::after{
    right: -23px;
    width: 1.8rem;
}
h3 .tabcontent h3.bg-long{
    position: relative;
    left: -25px;
    margin-top: -0.5rem;
    background-size: cover;
    background-repeat: repeat;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    h3 .tabcontent h3.bg-long{
        left: -35px;
        margin-top: -1rem;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
        padding-top: 1.75rem;
    }
}
.tabcontent h3.tape-bg-short{
    position: relative;
    left: -12px;
    margin-top: -0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 11px;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    .tabcontent h3.tape-bg-short{
        left: -20px;
        margin-top: -1rem;
        background-size: cover;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 1rem;
    }

    .tabcontent h3{
        font-size: 2rem;
    }
}
.tabcontent h3 {
    padding-top: 0.5rem;
    padding-bottom: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
@media (min-width: 782px) {
.tabcontent h3 {
        padding-top: 0.8rem;
        padding-left: 30px !important;
        padding-right: 30px !important
  }
    }
/* Text & Media */
.page-id-24 .txt-media .wysiwyg{
    max-width: 400px;
}
.hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(40 102 237 / var(--tw-text-opacity));
}
@media (min-width: 600px){

    .sm\:left-\[120px\]{
        left: 120px;
    }

    .sm\:left-\[205px\]{
        left: 205px;
    }

    .sm\:left-\[30px\]{
        left: 30px;
    }

    .sm\:-mb-\[50px\]{
        margin-bottom: -50px;
    }

    .sm\:mb-6{
        margin-bottom: 1.5rem;
    }

    .sm\:ml-5{
        margin-left: 1.25rem;
    }

    .sm\:mt-16{
        margin-top: 4rem;
    }

    .sm\:h-\[32px\]{
        height: 32px;
    }

    .sm\:h-\[60px\]{
        height: 60px;
    }

    .sm\:max-w-\[140px\]{
        max-width: 140px;
    }

    .sm\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:flex-nowrap{
        flex-wrap: nowrap;
    }

    .sm\:justify-end{
        justify-content: flex-end;
    }

    .sm\:gap-8{
        gap: 2rem;
    }

    .sm\:px-8{
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .sm\:py-3{
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .sm\:pb-2{
        padding-bottom: 0.5rem;
    }

    .sm\:pt-4{
        padding-top: 1rem;
    }

    .sm\:text-17{
        font-size: 1.0625rem;
    }

    .sm\:text-20{
        font-size: 1.25rem;
    }

    .sm\:text-32{
        font-size: 2rem;
    }

    .sm\:text-42{
        font-size: 2.625rem;
    }

    .sm\:text-62{
        font-size: 3.875rem;
    }
}
@media (min-width: 782px){

    .md\:-left-\[20px\]{
        left: -20px;
    }

    .md\:-left-\[25px\]{
        left: -25px;
    }

    .md\:-left-\[35px\]{
        left: -35px;
    }

    .md\:order-2{
        order: 2;
    }

    .md\:my-32{
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .md\:my-40{
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .md\:my-6{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .md\:-mb-\[130px\]{
        margin-bottom: -130px;
    }

    .md\:-mb-\[135px\]{
        margin-bottom: -135px;
    }

    .md\:-ml-3{
        margin-left: -0.75rem;
    }

    .md\:-mt-12{
        margin-top: -3rem;
    }

    .md\:-mt-4{
        margin-top: -1rem;
    }

    .md\:-mt-7{
        margin-top: -1.75rem;
    }

    .md\:mb-0{
        margin-bottom: 0px;
    }

    .md\:mb-10{
        margin-bottom: 2.5rem;
    }

    .md\:mb-12{
        margin-bottom: 3rem;
    }

    .md\:mb-16{
        margin-bottom: 4rem;
    }

    .md\:mb-2{
        margin-bottom: 0.5rem;
    }

    .md\:mb-36{
        margin-bottom: 9rem;
    }

    .md\:mb-40{
        margin-bottom: 10rem;
    }

    .md\:mb-8{
        margin-bottom: 2rem;
    }

    .md\:mt-0{
        margin-top: 0px;
    }

    .md\:mt-11{
        margin-top: 2.75rem;
    }

    .md\:mt-12{
        margin-top: 3rem;
    }

    .md\:mt-16{
        margin-top: 4rem;
    }

    .md\:mt-4{
        margin-top: 1rem;
    }

    .md\:mt-40{
        margin-top: 10rem;
    }

    .md\:mt-48{
        margin-top: 12rem;
    }

    .md\:mt-80{
        margin-top: 20rem;
    }

    .md\:block{
        display: block;
    }

    .md\:flex{
        display: flex;
    }

    .md\:hidden{
        display: none;
    }

    .md\:aspect-auto{
        aspect-ratio: auto;
    }

    .md\:h-\[35px\]{
        height: 35px;
    }

    .md\:h-\[70px\]{
        height: 70px;
    }

    .md\:h-screen{
        height: 100vh;
    }

    .md\:w-1\/2{
        width: 50%;
    }

    .md\:w-auto{
        width: auto;
    }

    .md\:max-w-\[180px\]{
        max-width: 180px;
    }

    .md\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:flex-row{
        flex-direction: row;
    }

    .md\:items-end{
        align-items: flex-end;
    }

    .md\:items-center{
        align-items: center;
    }

    .md\:gap-6{
        gap: 1.5rem;
    }

    .md\:gap-8{
        gap: 2rem;
    }

    .md\:gap-x-6{
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem;
    }

    .md\:gap-y-24{
        row-gap: 6rem;
    }

    .md\:px-14{
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .md\:px-3{
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .md\:px-5{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .md\:px-7{
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .md\:px-9{
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .md\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .md\:py-4{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .md\:py-44{
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .md\:\!pb-3{
        padding-bottom: 0.75rem !important;
    }

    .md\:\!pr-0{
        padding-right: 0px !important;
    }

    .md\:\!pt-4{
        padding-top: 1rem !important;
    }

    .md\:pb-2{
        padding-bottom: 0.5rem;
    }

    .md\:pb-3{
        padding-bottom: 0.75rem;
    }

    .md\:pl-10{
        padding-left: 2.5rem;
    }

    .md\:pl-12{
        padding-left: 3rem;
    }

    .md\:pl-8{
        padding-left: 2rem;
    }

    .md\:pr-12{
        padding-right: 3rem;
    }

    .md\:pt-4{
        padding-top: 1rem;
    }

    .md\:pt-6{
        padding-top: 1.5rem;
    }

    .md\:pt-7{
        padding-top: 1.75rem;
    }

    .md\:text-center{
        text-align: center;
    }

    .md\:\!text-28{
        font-size: 1.75rem !important;
    }

    .md\:text-12{
        font-size: 0.75rem;
    }

    .md\:text-15{
        font-size: 0.9375rem;
    }

    .md\:text-17{
        font-size: 1.0625rem;
    }

    .md\:text-20{
        font-size: 1.25rem;
    }

    .md\:text-22{
        font-size: 1.375rem;
    }

    .md\:text-32{
        font-size: 2rem;
    }

    .md\:text-35{
        font-size: 2.1875rem;
    }

    .md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-40{
        font-size: 2.5rem;
    }

    .md\:text-42{
        font-size: 2.625rem;
    }

    .md\:text-54{
        font-size: 3.375rem;
    }

    .md\:text-62{
        font-size: 3.875rem;
    }

    .md\:text-70{
        font-size: 4.375rem;
    }
}
@media (min-width: 960px){

    .lg\:right-5{
        right: 1.25rem;
    }

    .lg\:top-5{
        top: 1.25rem;
    }

    .lg\:my-44{
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .lg\:-ml-\[45px\]{
        margin-left: -45px;
    }

    .lg\:-mr-\[45px\]{
        margin-right: -45px;
    }

    .lg\:mb-0{
        margin-bottom: 0px;
    }

    .lg\:mb-24{
        margin-bottom: 6rem;
    }

    .lg\:mb-6{
        margin-bottom: 1.5rem;
    }

    .lg\:ml-3{
        margin-left: 0.75rem;
    }

    .lg\:ml-4{
        margin-left: 1rem;
    }

    .lg\:mr-0{
        margin-right: 0px;
    }

    .lg\:mt-0{
        margin-top: 0px;
    }

    .lg\:h-\[38px\]{
        height: 38px;
    }

    .lg\:w-1\/2{
        width: 50%;
    }

    .lg\:max-w-\[210px\]{
        max-width: 210px;
    }

    .lg\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:flex-row{
        flex-direction: row;
    }

    .lg\:gap-16{
        gap: 4rem;
    }

    .lg\:gap-y-32{
        row-gap: 8rem;
    }

    .lg\:border-none{
        border-style: none;
    }

    .lg\:p-5{
        padding: 1.25rem;
    }

    .lg\:py-20{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:pl-0{
        padding-left: 0px;
    }

    .lg\:pl-10{
        padding-left: 2.5rem;
    }

    .lg\:pl-16{
        padding-left: 4rem;
    }

    .lg\:pl-20{
        padding-left: 5rem;
    }

    .lg\:pr-10{
        padding-right: 2.5rem;
    }

    .lg\:pr-8{
        padding-right: 2rem;
    }

    .lg\:pt-2{
        padding-top: 0.5rem;
    }

    .lg\:text-left{
        text-align: left;
    }

    .lg\:text-20{
        font-size: 1.25rem;
    }

    .lg\:text-42{
        font-size: 2.625rem;
    }

    .lg\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:text-73{
        font-size: 4.5625rem;
    }
}
@media (min-width: 1280px){

    .xl\:top-6{
        top: 1.5rem;
    }

    .xl\:h-\[44px\]{
        height: 44px;
    }

    .xl\:p-6{
        padding: 1.5rem;
    }

    .xl\:pl-12{
        padding-left: 3rem;
    }

    .xl\:text-20{
        font-size: 1.25rem;
    }
}

