/* Tailwind base */
/* ! tailwindcss v3.0.15 | 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.
*/
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: 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"; /* 4 */
}
/*
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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[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, [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:-ms-input-placeholder, textarea:-ms-input-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;
}
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;
          color-adjust: exact;
}
[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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");
}
[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");
}
[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;
}
[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 auto -webkit-focus-ring-color;
}
*, ::before, ::after {
  --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:  ;
}
/* Tailwind components */
.container {
  width: 100%;
}
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 500px) {
  .container {
    max-width: 500px;
  }
}
@media (min-width: 767px) {
  .container {
    max-width: 767px;
  }
}
@media (min-width: 1000px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1720px) {
  .container {
    max-width: 1720px;
  }
}
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.btn {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.card {
  display: flex;
  flex-direction: column;
}
.card > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.card {
  border-radius: 0.75rem;
  border-width: 1px;
  padding: 2rem;
}
.link {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.link:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
/* Custom components */
/* Tailwind utilities */
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-11 {
  top: 2.75rem;
}
.bottom-0 {
  bottom: 0px;
}
.-left-full {
  left: -100%;
}
.z-50 {
  z-index: 50;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.-z-10 {
  z-index: -10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.clear-both {
  clear: both;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mt-116 {
  margin-top: 116px;
}
.-mt-px {
  margin-top: -1px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-64 {
  height: 16rem;
}
.h-400 {
  height: 400px;
}
.h-full {
  height: 100%;
}
.h-auto {
  height: auto;
}
.h-96 {
  height: 24rem;
}
.h-8 {
  height: 2rem;
}
.h-11 {
  height: 2.75rem;
}
.h-0 {
  height: 0px;
}
.h-16 {
  height: 4rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-80p {
  width: 80%;
}
.w-1\/2 {
  width: 50%;
}
.w-1170 {
  width: 1170px;
}
.w-5 {
  width: 1.25rem;
}
.w-1\/4 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-500 {
  width: 500%;
}
.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.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-6 {
  gap: 1.5rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.rounded-full {
  border-radius: 9999px;
}
.border-7 {
  border-width: 7px;
}
.border-1 {
  border-width: 1px;
}
.border {
  border-width: 1px;
}
.border-t-1 {
  border-top-width: 1px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#dbdce1\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 220 225 / var(--tw-border-opacity));
}
.border-\[\#546c90\] {
  --tw-border-opacity: 1;
  border-color: rgb(84 108 144 / var(--tw-border-opacity));
}
.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#777\] {
  --tw-border-opacity: 1;
  border-color: rgb(119 119 119 / var(--tw-border-opacity));
}
.border-\[\#606c86\] {
  --tw-border-opacity: 1;
  border-color: rgb(96 108 134 / var(--tw-border-opacity));
}
.border-blue-dark {
  --tw-border-opacity: 1;
  border-color: rgb(26 56 85 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-\[\#212326\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 35 38 / var(--tw-border-opacity));
}
.bg-\[\#475675\] {
  --tw-bg-opacity: 1;
  background-color: rgb(71 86 117 / var(--tw-bg-opacity));
}
.bg-\[\#a1a8b8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(161 168 184 / var(--tw-bg-opacity));
}
.bg-\[\#d9dce1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 220 225 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#8da879\] {
  --tw-bg-opacity: 1;
  background-color: rgb(141 168 121 / var(--tw-bg-opacity));
}
.bg-\[\#012756\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 39 86 / var(--tw-bg-opacity));
}
.bg-\[\#f8f8fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 250 / var(--tw-bg-opacity));
}
.bg-\[\#5c6a85\] {
  --tw-bg-opacity: 1;
  background-color: rgb(92 106 133 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(26 56 85 / var(--tw-bg-opacity));
}
.bg-blue-grey-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 247 / var(--tw-bg-opacity));
}
.bg-\[\#d8e2d0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 226 208 / var(--tw-bg-opacity));
}
.bg-\[\#E5EEF6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 238 246 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-7 {
  padding: 1.75rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-8 {
  padding: 2rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-0 {
  padding: 0px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-36 {
  padding-right: 9rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-36 {
  padding-left: 9rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#a7bf95\] {
  --tw-text-opacity: 1;
  color: rgb(167 191 149 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#337bbb\] {
  --tw-text-opacity: 1;
  color: rgb(51 123 187 / var(--tw-text-opacity));
}
.text-this-white {
  --tw-text-opacity: 1;
  color: rgb(255 253 250 / var(--tw-text-opacity));
}
.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(26 56 85 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.outline {
  outline-style: solid;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/* @import "fonts"; */
/* Custom utilities */
h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 37px;
  line-height: 41px;
  margin-bottom: 15px;
}
h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 15px;
}
h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 15px;
}
h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
}
h5 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
h6 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 15px;
}
.ingress {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
}
body {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 138%;
}
p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.textBlock p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
nav a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.child a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-left: 20px;
}
.opener {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  display: block;
  z-index: 999;
  padding: 14px 59px 14px 52px;
  background: url("/assets/images/ico-mobmenu.gif") no-repeat 24px 16px;
  /* vertical-align: top; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  font-weight: 400;
  font-size: 14px;
}
.linkStyles iframe {
  margin: 20px auto;
}
.linkStyles a {
  color: #337bbb;
  font-size: 16px;
  font-weight: normal;
  margin-top: 15px;
}
.linkStyles a:hover {
  text-decoration: underline;
}
.linkStyles ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  font-size: 16px;
}
.linkStyles ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  font-size: 16px;
}
.linkStyles ul ul,
ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
.linkStyles ol ol,
ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}
blockquote {
  font-style: italic;
  width: 80%;
  min-height: 120px;
  background-image: url("/assets/images/quote.png");
  background-repeat: no-repeat;
  background-position: 50% 40%;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.quote p {
  font-style: italic;
  font-size: 14px;
  line-height: normal;
  width: 80%;
  min-height: 120px;
  background-image: url("/assets/images/quote.png");
  background-repeat: no-repeat;
  background-position: 50% 40%;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  align-items: flex-start;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
blockquote p {
  font-size: 14px;
  line-height: 18px;
}
.textList p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}
.phone {
  padding: 11px 0 11px 62px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: url("/assets/images/ico-phone_white.png") no-repeat 0 50%;
}
.phoneGreen {
  padding: 15px 0 11px 62px;
  color: #a7bf95;
  font-size: 16px;
  font-weight: 500;
  background: url("/assets/images/ico-phone.png") no-repeat 0 50%;
}
.mail {
  padding: 11px 0 11px 62px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: url("/assets/images/ico-envelope_white.png") no-repeat 0 50%;
}
.text-xss {
  font-size: 0.8125rem !important;
  line-height: 1.125rem;
}
.sellingpoints li {
  margin-bottom: 5px;
  font-size: 13px;
  color: #fff;
  background: url("/assets/images/ico-checkmark.png") no-repeat 0 0;
  padding: 0px 0 3px 35px;
}
.linkList {
  color: #337bbb;
  font-size: 15px;
}
.linkList:hover {
  color: #337bbb;
  font-size: 15px;
  text-decoration: underline;
}
.breadcrumbs a {
  font-weight: 500;
}
.links a {
  color: #337bbb;
  font-size: 17px;
  font-weight: 700;
}
.links a:hover {
  color: #337bbb;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 700;
}
.newsletter {
  background: url("/assets/images/boks-bakgrunn.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
.searchResults a {
  color: #337bbb;
  font-size: 21px;
  font-weight: normal;
}
.searchResults a:hover {
  color: #337bbb;
  text-decoration: underline;
  font-size: 21px;
  font-weight: normal;
}
.searchResultLink a {
  color: #337bbb;
  font-size: 16px;
  font-weight: normal;
}
.searchResultLink a:hover {
  color: #337bbb;
  text-decoration: underline;
  font-size: 16px;
  font-weight: normal;
}
.searchResultLinkDisc ul li {
  padding-left: 20px;
  list-style-type: none;
  background: url("/assets/images/bg-list.png") no-repeat 0 11px;
}
.besok {
  background: url("/assets/images/ico-footer-adresse.gif") no-repeat 50% 0;
}
.post {
  background: url("/assets/images/ico-footer-post.gif") no-repeat 50% 0;
}
.apningstider {
  background: url("/assets/images/ico-footer-apningstider.gif") no-repeat 50% 0;
}
@media (max-width: 999px) {
  .besok {
    background: url("/assets/images/ico-footer-adresse.gif") no-repeat 10% 50%;
  }
  .post {
    background: url("/assets/images/ico-footer-post.gif") no-repeat 10% 50%;
  }

  .apningstider {
    background: url("/assets/images/ico-footer-apningstider.gif") no-repeat 10% 50%;
  }
}
.landsdekkende {
  background: url("/assets/images/ico-landsdekkende.gif") no-repeat 50% 0;
  margin: 0 45px 0 45px;
  padding: 50px 0 0;
}
.ansatte {
  background: url("/assets/images/ico-ansatte.gif") no-repeat 50% 0;
  margin: 0 45px 0 45px;
  padding: 50px 0 0;
}
.erfaring {
  background: url("/assets/images/ico-erfaring.gif") no-repeat 50% 0;
  margin: 0 45px 0 45px;
  padding: 50px 0 0;
}
.fokus {
  background: url("/assets/images/ico-fokus.gif") no-repeat 50% 0;
  margin: 0 45px 0 45px;
  padding: 50px 0 0;
}
.greenphone {
  background: url("/assets/images/ico-greenbutton-phone.gif") no-repeat;
}
.footerLink a {
  padding-left: 20px;
  list-style-type: none;
  background: url("/assets/images/footer-arrow1.png") no-repeat 0 7px;
}
.opener {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  display: block;
  z-index: 999;
  padding: 14px 59px 14px 52px;
  background: url("/assets/images/ico-mobmenu.gif") no-repeat 24px 16px;
  /* vertical-align: top; */
}
.opener2 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  display: block;
  z-index: 999;
  padding: 14px 28px 14px 52px;
  background: url("/assets/images/ico-envelope_white.png") no-repeat 24px 12px;
}
.phone2 {
  padding: 11px 20px 11px 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background: url("/assets/images/ico-phone_white.png") no-repeat 0 50%;
  background-size: 21px 21px;
}
input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
input::placeholder {
  color: #000;
  opacity: 1;
}
input {
  color: #000!important;
}
table, th, td {
  /* border: 1px solid; */
  padding: 10px;
}
.fui-input text {
  width: 100%;
}
.fui-input textarea {
  width: 99%;
}
.contactSticky .fui-checkbox{
  margin: 10px 0;
  color: #FFF!important;
}
.fui-btn {
  background-color:#8da879!important;
  -webkit-appearance: none!important;
  background: #8da879!important;
  border: 0;
  border-color:#8da879!important;
  border-radius: 15px!important;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px!important;
  font-weight: 400!important;
  line-height: 20px!important;
  margin: 25px auto 10px!important;
  max-width: unset;
  padding: 5px 14px!important;
  width: 170px!important;
}
.fui-checkbox-label {
  padding-left: 10px;
}
.indent-list-element {
    margin-left: 25px;
  }
.doubleindent-list-element {
    margin-left: 50px;
  }
.footerInfo p {
    font-size: 14px;
  }
.stickyMobile {
    width: 100%!important;
  }
.stickyMobile .fui-input {
    width: 100%!important;
  }
.stickyMobile .fui-checkbox{
    color: #FFF!important;
  }
.stickyMobile .fui-checkbox-input{
    color: #FFF!important;
    width: 15px!important;
  }
.stickyMobile .fui-checkbox-label {
    margin: 10px 0;
    color: #FFF!important;
    width: 100%!important;
  }
/* img {
    padding-bottom: 30px;
  } */
.contactSticky .fui-checkbox{
    margin: 10px 0;
}
.contactSticky button[type="submit"]{
    display: block;
    border: 0;
    font-size: 15px!important;
    line-height: 20px!important;
    font-weight: 400!important;
    color: #fff;
    background: #8da879;
    width: 170px!important;
    padding: 5px 14px!important;
    margin: 25px auto 10px!important;
    cursor: pointer;
    -webkit-appearance: none !important;
    border-radius: 15px!important;
    max-width: unset;
}
.contactSticky input[type="checkbox"]{
    margin-right: 5px;
}
.contactSticky .fui-input {
  margin-bottom: 1px;
  border-radius: 0.25rem;
}
.contactSticky input[type="text"], .contactSticky input[type="email"], .contactSticky input[type="tel"], .contactSticky textarea {
  width: 100%;
  padding: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.contactSticky input[type="text"]::-moz-placeholder, .contactSticky input[type="email"]::-moz-placeholder, .contactSticky input[type="tel"]::-moz-placeholder, .contactSticky textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.contactSticky input[type="text"]:-ms-input-placeholder, .contactSticky input[type="email"]:-ms-input-placeholder, .contactSticky input[type="tel"]:-ms-input-placeholder, .contactSticky textarea:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.contactSticky input[type="text"]::placeholder, .contactSticky input[type="email"]::placeholder, .contactSticky input[type="tel"]::placeholder, .contactSticky textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-container {
  max-width: 1170px;
  width: 100%;
}
.landingpage-container {
  max-width: 900px;
  width: 100%;
}
figure.image-left {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
figure.image-right {
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.bg-blue-dark {
 background-color: #1A3855;
}
.bg-personskade-beige {
  background-color: #F4EFE6;
 }
.bg-green {
  background-color: #C2D4CA;
 }
.grecaptcha-badge { 
  display: none;
}
.hover\:border-b:hover {
  border-bottom-width: 1px;
}
.hover\:bg-\[\#475675\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 86 117 / var(--tw-bg-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.group:hover .group-hover\:border-b {
  border-bottom-width: 1px;
}
.group:hover .group-hover\:border-blue-dark {
  --tw-border-opacity: 1;
  border-color: rgb(26 56 85 / var(--tw-border-opacity));
}
@media print {
  .print\:hidden {
    display: none;
  }
}
@media (min-width: 500px) {
  .mobileL\:pl-52 {
    padding-left: 13rem;
  }
}
@media (min-width: 767px) {
  .tablet\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .tablet\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .tablet\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .tablet\:block {
    display: block;
  }
  .tablet\:flex {
    display: flex;
  }
  .tablet\:hidden {
    display: none;
  }
  .tablet\:h-28 {
    height: 7rem;
  }
  .tablet\:h-350 {
    height: 350px;
  }
  .tablet\:h-\[84px\] {
    height: 84px;
  }
  .tablet\:max-h-40 {
    max-height: 10rem;
  }
  .tablet\:w-full {
    width: 100%;
  }
  .tablet\:w-1\/4 {
    width: 25%;
  }
  .tablet\:w-3\/4 {
    width: 75%;
  }
  .tablet\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet\:flex-row {
    flex-direction: row;
  }
  .tablet\:flex-wrap {
    flex-wrap: wrap;
  }
  .tablet\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .tablet\:overflow-visible {
    overflow: visible;
  }
  .tablet\:pr-44 {
    padding-right: 11rem;
  }
  .tablet\:pr-0 {
    padding-right: 0px;
  }
  .tablet\:pt-16 {
    padding-top: 4rem;
  }
  .tablet\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .tablet\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .tablet\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .tablet\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .laptop\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .laptop\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .laptop\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .laptop\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .laptop\:flex {
    display: flex;
  }
  .laptop\:h-28 {
    height: 7rem;
  }
  .laptop\:h-40 {
    height: 10rem;
  }
  .laptop\:w-270 {
    width: 270px;
  }
  .laptop\:w-2\/3 {
    width: 66.666667%;
  }
  .laptop\:flex-row {
    flex-direction: row;
  }
  .laptop\:items-center {
    align-items: center;
  }
  .laptop\:gap-24 {
    gap: 6rem;
  }
  .laptop\:border-b-0 {
    border-bottom-width: 0px;
  }
  .laptop\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .laptop\:pl-0 {
    padding-left: 0px;
  }
  .laptop\:pr-0 {
    padding-right: 0px;
  }
  .laptop\:pt-20 {
    padding-top: 5rem;
  }
  .laptop\:text-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .desktop\:flex {
    display: flex;
  }
  .desktop\:flex-row {
    flex-direction: row;
  }
  .desktop\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
