/*
! tailwindcss v3.4.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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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 */
}
html{
  font-size: 16px;
}
/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-\[35\%\] {
  bottom: 35%;
}

.bottom-\[7\%\] {
  bottom: 7%;
}

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

.left-\[60px\] {
  left: 60px;
}

.left-\[90px\] {
  left: 90px;
}

.right-\[25px\] {
  right: 25px;
}

.right-\[40px\] {
  right: 40px;
}

.right-\[80px\] {
  right: 80px;
}

.top-\[-180px\] {
  top: -180px;
}

.top-\[-25px\] {
  top: -25px;
}

.top-\[100px\] {
  top: 100px;
}

.top-\[110px\] {
  top: 110px;
}

.top-\[200px\] {
  top: 200px;
}

.top-\[60px\] {
  top: 60px;
}

.-z-10 {
  z-index: -10;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-\[25px\] {
  margin-top: 25px;
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[45px\] {
  margin-top: 45px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-\[66px\] {
  min-height: 66px;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[161px\] {
  width: 161px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[38px\] {
  width: 38px;
}

.w-\[48px\] {
  width: 48px;
}

.w-\[55px\] {
  width: 55px;
}

.w-full {
  width: 100%;
}

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

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

.max-w-\[41\.81\%\] {
  max-width: 41.81%;
}

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

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

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

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

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

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

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

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

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow-0 {
  flex-grow: 0;
}

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

.resize {
  resize: both;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-\[65px\] {
  gap: 65px;
}

.gap-y-\[10px\] {
  row-gap: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[13px\] {
  border-radius: 13px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.bg-design-green {
  background-color: var(--design-color-three);
}

.bg-design-red {
  background-color: var(--design-color-one);
}

.bg-secondary-bg {
  background-color: var(--secondary-background-color);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-\[30px\] {
  padding: 30px;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

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

.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}

.px-\[4\.3\%\] {
  padding-left: 4.3%;
  padding-right: 4.3%;
}

.py-\[200px\] {
  padding-top: 200px;
  padding-bottom: 200px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[240px\] {
  padding-top: 240px;
  padding-bottom: 240px;
}

.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}

.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[55px\] {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[135px\] {
  padding-bottom: 135px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[5px\] {
  padding-bottom: 5px;
}

.pb-\[70px\] {
  padding-bottom: 70px;
}

.pb-\[93px\] {
  padding-bottom: 93px;
}

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

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

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[44px\] {
  padding-top: 44px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

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

.align-middle {
  vertical-align: middle;
}

.text-\[14px\] {
  font-size: .875rem;
}

.text-\[18px\] {
  font-size: 1.125rem;
}

.text-\[20px\] {
  font-size: 1.25rem;
}

.text-\[24px\] {
  font-size: 1.5rem;
}

.text-\[25px\] {
  font-size: 1.563rem;
}

.text-\[34\.5px\] {
  font-size: 2.16rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[24px\] {
  line-height: 1.5rem;
}

.leading-\[30px\] {
  line-height: 1.875rem;
}

.leading-\[44px\] {
  line-height: 2.75rem;
}

.text-design-green {
  color: var(--design-color-three);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!invert {
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

/* Site Fonts */

/* manrope-200 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Manrope';

  font-style: normal;

  font-weight: 200;

  src: url('../fonts/manrope-v15-latin-200.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-300 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Manrope';

  font-style: normal;

  font-weight: 300;

  src: url('../fonts/manrope-v15-latin-300.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-regular - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Manrope';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/manrope-v15-latin-regular.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-500 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Manrope';

  font-style: normal;

  font-weight: 500;

  src: url('../fonts/manrope-v15-latin-500.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-600 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Manrope';

  font-style: normal;

  font-weight: 600;

  src: url('../fonts/manrope-v15-latin-600.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-700 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Manrope';

  font-style: normal;

  font-weight: 700;

  src: url('../fonts/manrope-v15-latin-700.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-800 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Manrope';

  font-style: normal;

  font-weight: 800;

  src: url('../fonts/manrope-v15-latin-800.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Custom Css */

:root{
  --site-primary-color: #000000;
  --site-secondary-color: #ffffff;
  --secondary-text-color: #585858;
  --design-color-one: #CE232B;
  --design-color-two: #15A6DF;
  --design-color-three: #109E4A;
  --border-color: #C3C3C3;
  --border-color-two:#B4B4B4;
  --button-border-radius: 70px;
  --secondary-background-color: #F8F8F8;
  --box-border-color: #DADADA;
}

body{
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 400;
}

.base-container{
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

a{
  font-size: 1rem;
  transition: .3s ease-in-out;
}

h1{
  color: var(--site-primary-color);
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-headline{
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-content{
  color: var(--secondary-text-color);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}

h3{
  color: var(--site-primary-color);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4{
  color: var(--site-primary-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h5{
  font-size: 1rem;
  font-weight: 700;
}

.section-btn{
  padding: 20px 40px;
  color: var(--site-secondary-color);
  border-radius: 70px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  /* border: 1px solid var(--design-color-one); */
}

.section-btn:hover{
  color: var(--design-color-one);
  background-color: var(--site-secondary-color);
  border: 1px solid var(--design-color-one);
}

.header-button a:hover{
  color: var(--design-color-two);
  border: 1px solid var(--design-color-two);
}

.custom-border-box{
  border: 1px solid #c3c3c3;
}

.navbar-menus li :after{
  content: "";
  display: block;
  margin: auto;
  height: 5px;
  width: 0;
  margin-top: 5px;
  background: transparent;
  transition: all 0.3s;
  border-radius: 30px;
}

.navbar-menus li  :hover::after ,.navbar-menus .current-page-active :after {
  width: 100%;
  background-image: linear-gradient( to right,var(--design-color-three) ,var(--design-color-three) 33%,
     var(--design-color-two) 15%, var(--design-color-two) 66%,
      var(--design-color-one) 66%);
}

.vertical-text:before{
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: -2px;
  background: var(--border-color);
  border-radius: 100%;
  display: block;
  z-index: 20;
}

.vertical-text:after{
  content: '';
  width: 1px;
  background: var(--border-color);
  height: 372px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.vertical-text span{
  writing-mode: vertical-lr;
  color: var(--secondary-text-color);
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-left: 10px;
}

/* .vertical-text:focus span{
    color: var(--site-primary-color);
    display: block;
    transform: translateY(300%);
    transition: .5s ease-in-out;
} */

.our-mission-banner .vertical-text:after{
  content: '';
  width: 1px;
  background: var(--border-color);
  height: 250px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.our-mission-banner .vertical-text span{
  color: var(--site-secondary-color);
}

.weather-matters .custom-circle-line-top{
  position: relative;
  margin-left: calc(-50vw + 24rem);
  border: 1px solid var(--design-color-two);
}
.weather-matters.meet-robert .custom-circle-line-top{
  border: 1px solid var(--design-color-one);
  margin-left: 0px;
  top: 125px;
}
.weather-matters .custom-circle-line-top::after{
  content: '';
  position: absolute;
  right: -2px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-two);
  bottom: -2px;
}
.weather-matters.meet-robert .custom-circle-line-top::after{
  background-color: var(--design-color-one);
  right: unset;
  left: -2px;
}
.robert {
  transform: translateY(-15%);
}

.weather-matters.meet-robert {
  padding-top: 125px;
}
/* years insight */

.years-ws-insight .custom-circle-line-top{
  position: relative;
  top: 170px;
  margin-right: calc(-500vw + 39rem);
  border: 1px solid var(--design-color-one);
}

.years-ws-insight .custom-circle-line-top::after{
  content: '';
  position: absolute;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-one);
  bottom: -2px;
}

/* header section */

.weatherstrike-logo{
  width: 331px;
  height: 55px;
}

.header-wrapper{
  padding: 22.5px 0;
}

.navbar-menus li{
  margin-right: 50px;
}

.navbar-menus li a{
  color: var(--site-primary-color);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.header-button a{
  padding: 14.5px 30px;
  color: var(--site-primary-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: var(--button-border-radius);
  border: 1px solid var(--border-color-two);
}

/* mobile menu */

.hamburger {
  position: relative;
  z-index: 99999;
  cursor: pointer;
}

.bar,
.fa-times {
  width: 2pxrem;
  height: 3px;
  display: block;
  color: #000000;
  padding: 0;
  margin: 6px;
  transition: 0.5s;
  background-color:  var(--site-primary-color)
}

.bar{
  width: 30px;
  border-radius: 30px;
}

.bar:nth-child(1) {
  background-color: var(--design-color-three);
}

.bar:nth-child(2) {
  background-color: var(--design-color-two);
}

.bar:nth-child(3) {
  background-color: var(--design-color-one);
}

.mobile-menu-area{
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 86%;
  height: 100%;
  overflow: auto;
  padding-top: 80px;
  padding-right: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 999;
  transform: translateX(110%);
  background-color: var(--secondary-background-color);
}

.mobile-menu-area.active{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* mobie menu */

.active .bar:nth-child(2) {
  opacity: 0;
}

.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(-315deg);
  width: 90%;
}

.active .bar:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  width: 90%;
}

.hamburger.active{
  position: fixed;
  right: 20px;
}

.mobile-menu-area .navbar-menus li{
  margin-bottom: 15px;
}

.mobile-menu-area .navbar-menus{
  border-bottom: 2px solid var(--border-color);
}

.mobile-menu-area .navbar-menus li a:after{
  width: 0;
}

.mobile-menu-area .header-button{
  margin-top: 40px;
}

.mobile-menu-area .header-button a{
  background-color: var(--site-secondary-color);
}

/* footer section */

.ws-footer{
  border-radius: 30px 30px 0 0;
}

.footer-top{
  padding: 46.5px 0;
  border-bottom: 1px solid #0000002d;
}

.footer-social-logo a{
  background-color: var(--site-primary-color);
  border: 1px solid var(--site-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
}

.footer-social-logo a:hover{
  background-color: white;
  border: 1px solid var(--site-primary-color);
  transition: .3s ease-in-out;
}

.footer-social-logo a:hover img{
  filter: invert();
  transition: .3s ease-in-out;
}

.footer-menus-link ul li , .footer-contact-info p {
  margin-bottom: 20px;
}

.footer-menus-link ul li a , .footer-contact-info p{
  color: var(--secondary-text-color);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-middle-title{
  color: var(--site-primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.privacy-terms a , .footer-copy-right {
  color: var(--secondary-text-color);
}

.privacy-terms span{
  color: #BCBCBC;
  margin: 0 8px 0 5px;
}

.ws-footer a:hover{
  /* color: var(--site-primary-color); */
  color: var(--design-color-two);
  transition: .3s ease-in-out;
}

/* home banner */

.banner-description{
  max-width: 490px;
  color: var(--secondary-text-color);
  line-height: 1.875rem;
}

/* weather insights */

.weather-insight-img{
  border-radius: 30px;
}

.weather-insight-content{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.weather-insight-wrapper .section-headline{
  color: var(--site-secondary-color);
  margin-bottom: 30px;
}

.weather-insight-wrapper .section-content{
  font-size: 1.375rem;
  color: var(--site-secondary-color);
  text-align: center;
}

/* home weather common section */

.weather-image{
  max-width: 31.49%;
  flex: 0 0 31.49%;
}

.weather-content{
  max-width: 48.81%;
  flex: 0 0 48.81%;
}

.home-common-section:not(:last-child){
  margin-bottom: 100px;
}

.circle-line svg{
  max-width: 1270px;
  width: 100%;
}

.home-common-section:first-child .weather-content .section-btn{
  background-color: var(--design-color-three);
  border: 1px solid var(--design-color-three);
}

.home-common-section:first-child .weather-content .section-btn:hover{
  background-color: var(--site-secondary-color);
  border: 1px solid var(--design-color-three);
  color: var(--design-color-three);
}

.home-common-section:nth-child(2) .weather-content .section-btn{
  background-color: var(--design-color-two);
  border: 1px solid var(--design-color-two);
}

.home-common-section:nth-child(2) .weather-content .section-btn:hover{
  background-color: var(--site-secondary-color);
  border: 1px solid var(--design-color-two);
  color: var(--design-color-two);
}

.home-common-section:nth-child(3) .weather-content .section-btn{
  background-color: var(--design-color-one);
  border: 1px solid var(--design-color-one);
}

.home-common-section:nth-child(3) .weather-content .section-btn:hover{
  background-color: var(--site-secondary-color);
  border: 1px solid var(--design-color-one);
  color: var(--design-color-one);
}

/* lines */

.home-common-section:first-child .common-section-line{
  height: .5px;
  background-color: var(--design-color-three);
}

.home-common-section:first-child .common-section-line:before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-three);
  position: absolute;
  left: 0;
  top: -2px;
}

.home-common-section:nth-child(2) .common-section-line{
  height: .5px;
  background-color: var(--design-color-two);
}

.home-common-section:nth-child(2) .common-section-line:before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-two);
  position: absolute;
  left: 0;
  top: -2px;
}

.home-common-section:nth-child(3) .common-section-line{
  height: .5px;
  background-color: var(--design-color-one);
}

.home-common-section:nth-child(3) .common-section-line:before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-one);
  position: absolute;
  left: 0;
  top: -2px;
}

/* who use weatherstrike */

.ws-who-use{
  background-image: url(../images/who-use/who-use-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.who-uses-single-box{
  max-width: 20.1%;
  flex: 0 0 20.1%;
}

.ws-users-img{
  border-radius: 8px;
  overflow: hidden;
  /* height: 400px; */
  height: 84%;
  width: 100%;
}

.who-uses-line{
  min-height: 96px;
  height: -webkit-fill-available;
  width: .5px;
  background: var(--secondary-text-color);
  top: -30px;
  left: -19px;
}

.who-uses-line::before{
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  display: block;
  background-color: var(--secondary-text-color);
  margin: auto;
  transform: translate(-1.2px , -1px);
}

.ws-who-use .circle-line svg{
  max-width: 1380px;
}

.ws-who-use .circle-line{
  left: 30px;
  top: 60px;
  width: 100%;
}

.how-works-details{
  color: var(--site-primary-color);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.how-works-inner-content{
  padding-top: 40px;
  padding-bottom: 40px;
}

/* .how-works-inner-content:not(:last-child){
    margin-bottom: 40px;
} */

/* building trust */

.top-short-logo{
  left: 50%;
  transform: translateX(-50%);
}
.top-short {
  max-width: 55px;
  margin: 0 auto;
  transform: translateY(-20px);
}
.products-banner-content{
  max-width: 46.96%;
  flex: 0 0 46.96%;
}

.products-banner-img{
  max-width: 30.30%;
  flex: 0 0 30.30%;
}

.ws-building-trust .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background-color: var(--site-primary-color);
}

/* product banner */

.product-banner-wrapper .circle-line{
  left: auto;
  top: 55%;
  transform: translateY(-55%);
}

.products-banner .common-circle-line{
  height: 1px;
  background-color: var(--design-color-one);
}

.products-banner .common-circle-line::before{
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  background-color: var(--design-color-one);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

/*  product & data */

.ws-product-data .custom-circle-line-top{
  position: relative;
  top: 60px;
  margin-right: calc(-50vw + 39rem);
  border-top: 1px solid var(--design-color-two);
}

.ws-product-data .custom-circle-line-top::before{
  content: '';
  position: absolute;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-two);
  bottom: -2px;
}

.ws-product-data .custom-circle-line-bottom{
  position: relative;
  top: 60px;
  margin-left: calc(-50vw + 24rem);
  border-top: 1px solid var(--design-color-three);
}
.ws-product-data .product-data-design2+.custom-circle-line-bottom{
  top: -140px;
}
@media only screen and (min-width: 2000px){
  .ws-product-data .product-data-design2+.custom-circle-line-bottom{
    top: -170px;
  }
}
.ws-product-data .custom-circle-line-bottom::before{
  content: '';
  position: absolute;
  right: -2px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-three);
  bottom: -2px;
}

.product-data-wrapper .who-uses-line{
  transform: rotate(180deg);
  top: -30px;
}

/* trust report */

.trust-report-single-item:not(:last-child){
  padding-bottom: 40px;
}

.trust-report-single-item:not(:first-child){
  padding-top: 40px;
}

.trust-ws-report .custom-line-right{
  margin-right: calc(-500vw + 39rem);
  border-bottom: 1px solid var(--design-color-three);
}

.trust-ws-report .custom-line-right:before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-three);
  bottom: -2.5px;
  left: 0;
  position: absolute;
}

.trust-ws-report .custom-line-left{
  margin-left: calc(-500vw + 24rem);
  border-top: 1px solid var(--design-color-two);
}

.trust-ws-report .custom-line-left:before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-two);
  top: -3.5px;
  right: 0;
  position: absolute;
}

/* our mission */

.our-mission-banner .common-circle-line{
  height: 1px;
  background-color: var(--design-color-three);
}

.our-mission-banner .common-circle-line::before{
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  background-color: var(--design-color-three);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

/* looking for */

.looking-future .common-circle-line{
  height: 1px;
  background-color: var(--design-color-one);
}

.looking-future .common-circle-line::before{
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  background-color: var(--design-color-one);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.vertical-line:nth-child(odd):after{
  content: '';
  width: 1px;
  background: var(--design-color-three);
  height: 100%;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
}

.vertical-line:nth-child(odd):before{
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: -16px;
  left: -2px;
  background: var(--design-color-three);
  border-radius: 100%;
  display: block;
}

.vertical-line:nth-child(even):after{
  content: '';
  width: 1px;
  background: var(--design-color-two);
  height: 100%;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
}

.vertical-line:nth-child(even):before{
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: -16px;
  left: -2px;
  background: var(--design-color-two);
  border-radius: 100%;
  display: block;
}

/* pricing page */

.pricing-flex-area{
  max-width: 27.86%;
  flex: 0 0 27.86%;
}

.pricing-flex-area2{
  max-width: 36.06%;
  flex: 0 0 36.06%;
}
.pricing-flex-area3{
  max-width: 18.00%;
  flex: 0 0 18.00%;
}
.box-border-out{
  border: 1px solid var(--box-border-color);
}

.box-border-mid:not(:last-child){
  border-bottom: 1px solid var(--box-border-color);
}

.box-border-inner{
  border-left: 1px solid var(--box-border-color);
  border-right: 1px solid var(--box-border-color);
  /* height: 100%; */
}

.box-bottom-border:not(:last-child){
  border-bottom: 1px solid var(--box-border-color);
}

.basic-pricing-details li , .complete-pricing-details li{
  color: var(--site-primary-color);
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin-bottom: 15px;
  margin-left: 30px;
  position: relative;
}

.basic-pricing-details li::before{
  content: url('../images/logo-icons/check-icon-black.svg');
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.complete-pricing-details li::before{
  content: url('../images/logo-icons/check-icon-green.svg');
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basic-price-btn{
  color: var(--site-primary-color)!important;
  border:1px solid var(--border-color-two);
}

.basic-price-btn:hover{
  color: var(--design-color-two)!important;
  border: 1px solid var(--design-color-two);
}

.complete-price-btn{
  border: 1px solid var(--design-color-three);
}

.complete-price-btn:hover{
  background-color: var(--site-secondary-color);
  color: var(--design-color-three);
  border: 1px solid var(--design-color-three);
}

.additional-info-list li{
  margin-left: 30px;
  margin-bottom: 15px;
  position: relative;
  color: var(--site-primary-color);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.additional-info-list li::before{
  content: url('../images/logo-icons/check-icon-green.svg');
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-circle-line{
  content: '';
  width: 1px;
  background: var(--design-color-two);
  height: 93%;
  position: absolute;
}

.price-circle-line:after{
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: -2px;
  background: var(--design-color-two);
  border-radius: 100%;
  display: block;
}

/* FAQ */

.acc-inner {
  border-bottom: 1px solid var(--box-border-color);
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
}

.acc-inner:before{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--box-border-color);
  bottom: -2.5px;
}

.acc-inner:first-child:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--box-border-color);
  top: -2.5px;
}

.acc-inner:first-child{
  border-top: 1px solid var(--box-border-color);
}

.acc-head {
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}

.acc-head::before,
.acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: var(--site-primary-color);
  border-radius: 5px;
  transition: all .3s;
}

.acc-head::before {
  right: 20px;
  width: 1px;
  height: 19.5px;
  margin-top: -10.5px;
}

.acc-head::after {
  right: 11px;
  width: 19.5px;
  height: 1px;
  margin-top: -2px;
}

.acc-head p {
  color: var(--site-primary-color);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.75rem;
  padding-right: 50px;
}

.acc-content {
  padding: 15px 10px;
  display: none;
}

.acc-content p{
  font-size: 1.375rem;
  font-weight: 400;
}

.acc-head.active::before {
  transform: rotate(90deg);
}

.home-faq .acc-head::before,
.home-faq .acc-head::after{
  background-color: var(--design-color-three);
}

/* tabs */

.tabs-nav li a{
  border: 1px solid var(--border-color-two);
  border-radius: 70px;
  padding: 20px 35px;
  color: var(--site-primary-color);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
}

.tab-active a{
  background-color: var(--design-color-three);
  color: var(--site-secondary-color)!important;
}

/* 

.custom-circle-line{
     height: 1px;
    width: 100%;
     background-color: var(--design-color-two); 
    border: 1px solid var(--design-color-two);
    margin-left: calc(-50vw + 24rem);
    margin-right: calc(-50vw + 39rem)
} */

.ws-who-use .custom-circle-line-top{
  position: relative;
  top: 60px;
  margin-right: calc(-50vw + 39rem);
  border: 1px solid var(--design-color-two);
}

.ws-who-use .custom-circle-line-top::before{
  content: '';
  position: absolute;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-two);
  bottom: -2px;
}

.ws-who-use .custom-circle-line-bottom{
  position: relative;
  top: 60px;
  margin-left: calc(-50vw + 24rem);
  border-top: .5px solid var(--design-color-three);
}
.ws-who-use .ws-who-use-design2+.custom-circle-line-bottom{
  top: -140px;
}
@media only screen and (min-width: 2000px){
  .ws-who-use .ws-who-use-design2+.custom-circle-line-bottom{
    top: -170px;
  }
}
.ws-who-use-design2{
  z-index: 1;
}
.ws-who-use .custom-circle-line-bottom::before{
  content: '';
  position: absolute;
  right: -2px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-three);
  bottom: -2px;
}

.how-works-inner-content{
  position: relative;
}
.reg .how-works-inner-content{
  max-width: 100%;
}

.how-works-inner-content:first-child{
  margin-right: calc(-500vw + 39rem);
  border-bottom: 1px solid var(--design-color-three);
}

.how-works-inner-content:first-child:before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-three);
  bottom: -2.5px;
  position: absolute;
}

.how-works-inner-content:nth-child(2){
  margin-right: calc(-500vw + 39rem);
  border-bottom: 1px solid var(--design-color-two);
}

.how-works-inner-content:nth-child(2):before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-two);
  bottom: -3px;
  position: absolute;
}

.how-works-inner-content:nth-child(3){
  margin-right: calc(-500vw + 39rem);
  border-bottom: 1px solid var(--design-color-one);
}

.how-works-inner-content:nth-child(3):before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--design-color-one);
  bottom: -3px;
  position: absolute;
}

.ws-building-trust .custom-circle-line-top{
  position: relative;
  top: 60px;
  margin-left: calc(-50vw + 24rem);
  border-top: 1px solid var(--design-color-three);
  transform: translateY(450px);
  margin-right: 60px;
}

.ws-building-trust .custom-circle-line-top::before{
  content: '';
  position: absolute;
  border-radius: 100%;
  right: -2px;
  bottom: -2px;
  width: 5px;
  height: 5px;
  background-color: var(--design-color-three);
}

@media screen and (max-width: 1180px) {
  .navbar-menus li{
    margin-right: 30px;
  }

  .header-button a{
    padding: 14px;
  }

  .products-banner-img{
    max-width: unset;
    flex: 1;
  }
}

@media screen and (max-width: 1023px){
  .navbar-wrapper {
    display: none;
  }

  .weather-image{
    max-width: 45%;
    flex: 0 0 45%;
  }

  .home-banner-wrapper{
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .banner-content , .home-banner-img {
    max-width: 100%;
  }

  .home-banner-wrapper{
    padding: 40px 0 80px;
  }

  .home-banner-img{
    margin-left: 40px;
    /*temporary ****************************************/
    margin-bottom: 50px;
  }

  .section-btn{
    padding: 15px 30px;
  }

  .banner-headline{
    font-size: 2.5rem;
  }

  .section-headline{
    font-size: 2.186rem;
  }

  .home-common-section:not(:last-child){
    margin-bottom: 70px;
  }

  .weather-insight-wrapper .section-content{
    font-size: 1.125rem;
  }

  .weatherstrike-logo{
    width: 260px;
    height: auto;
  }

  .who-uses-wrapper{
    flex-wrap: wrap;
    align-items: baseline;
    gap: 40px;
  }

  .who-uses-single-box{
    max-width: 47%;
    flex: 0 0 47%;
  }

  .ws-users-img{
    height: 100%;
  }

  .ws-who-use-design1{
    margin-bottom: 40px;
  }

  .ws-who-use{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ws-who-top {
    margin-bottom: 60px;
  }

  .how-works-details{
    font-size: 1.563;
  }

  .product-data-single-box{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .product-data-wrapper{
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px){
  .footer-middle{
    flex-direction: column;
  }

  .footer-middle-title {
    margin-bottom: 25px;
  }

  .footer-menus-link , .footer-contact{
    margin-bottom: 35px;
  }

  .footer-bottom{
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }

  .weather-image, .weather-content {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .weather-insight-wrapper .section-headline{
    margin-bottom: 25px;
  }

  .banner-headline{
    font-size: 2.18rem;
  }

  .section-headline{
    font-size: 1.875;
  }

  .section-content{
    font-size: 1rem;
  }

  .section-btn{
    font-size: 1rem;
  }

  .weather-insight-content .section-headline {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }

  .weather-insight-content .section-content{
    margin-bottom: 30px;
    font-size: .875rem;
  }

  /* .weather-insight-content{
        transform: translateY(-30%);
    } */

  .who-uses-single-box{
    max-width: 100%;
    flex: 0 0 100%;
  }

  .how-works-details{
    font-size: 1.125rem;
  }

  .product-banner-wrapper{
    flex-direction: column;
  }

  .products-banner-content , .products-banner-img{
    max-width: 100%;
    flex: 0 0 100%;
  }

  .ws-who-use{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  h3{
    font-size: 1.375rem;
  }

  .acc-head p{
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .acc-content p{
    font-size: 1rem;
  }

  .tabs-nav{
    justify-content: center;
  }

  .tabs-nav li a{
    padding: 15px 25px;
  }

  /* .home-common-section{

   } */

  .single-report h4{
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .building-trust-slider {
    margin:0 10px
  }

  .trust-report-single-item{
    flex-wrap: wrap;
    flex-direction: column;
  }

  .trust-report-content {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 550px){
  .weatherstrike-logo{
    width: 200px;
    height: auto;
  }

  .footer-social-logo a{
    width: 35px;
    height: 35px;
  }

  .footer-social-logo img{
    width: 15px;
    height: 15px;
  }

  .tabs-nav{
    flex-direction: column;
  }

  .box-bottom-border{
    padding-left: 12px;
    padding-right: 12px;
  }

  .column-bottom{
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 425px){
  .weather-home-common {
    padding: 50px 0;
  }

  .home-banner-wrapper{
    padding-bottom: 50px;
  }

  /* temporary */

  .ws-purchase p{
    font-size: .875rem;
  }
}

@media (min-width: 640px) {
  .sm\:right-\[116px\] {
    right: 116px;
  }

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

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

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

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

  .sm\:mt-\[50px\] {
    margin-top: 50px;
  }

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

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

  .sm\:max-w-\[62\%\] {
    max-width: 62%;
  }

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

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

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

  .sm\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:pl-\[50px\] {
    padding-left: 50px;
  }

  .sm\:pt-\[50px\] {
    padding-top: 50px;
  }

  .sm\:text-\[34\.5px\] {
    font-size: 2.157rem;
  }
}

@media (min-width: 768px) {
  .md\:top-\[150px\] {
    top: 150px;
  }

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

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

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

  .md\:ml-\[90px\] {
    margin-left: 90px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-\[96\%\] {
    width: 96%;
  }

  .md\:max-w-\[31\.74\%\] {
    max-width: 31.74%;
  }

  .md\:max-w-\[35\.07\%\] {
    max-width: 35.07%;
  }

  .md\:max-w-\[46\.96\%\] {
    max-width: 46.96%;
  }

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

  .md\:max-w-\[48\%\] {
    max-width: 48%;
  }

  .md\:max-w-\[48\.70\%\] {
    max-width: 48.70%;
  }

  .md\:max-w-\[48\.8\%\] {
    max-width: 48.8%;
  }

  .md\:flex-\[48\.70\%\] {
    flex: 48.70%;
  }

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

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

  .md\:gap-\[4\%\] {
    gap: 4%;
  }

  .md\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .md\:pb-\[150px\] {
    padding-bottom: 150px;
  }

  .md\:pl-\[160px\] {
    padding-left: 160px;
  }

  .md\:pl-\[40px\] {
    padding-left: 40px;
  }

  .md\:pl-\[90px\] {
    padding-left: 90px;
  }

  .md\:pt-\[0\] {
    padding-top: 0;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:text-\[34\.5px\] {
    font-size: 2.157rem;
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[170px\] {
    left: 170px;
  }

  .lg\:top-\[115px\] {
    top: 115px;
  }

  .lg\:top-\[200px\] {
    top: 200px;
  }

  .lg\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

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

  .lg\:mt-\[125px\] {
    margin-top: 125px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:max-w-\[36\.36\%\] {
    max-width: 36.36%;
  }

  .lg\:max-w-\[45\.45\%\] {
    max-width: 45.45%;
  }

  .lg\:px-\[117px\] {
    padding-left: 117px;
    padding-right: 117px;
  }

  .lg\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:pb-\[150px\] {
    padding-bottom: 150px;
  }

  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }

  .lg\:pt-\[150px\] {
    padding-top: 150px;
  }

  .lg\:pt-\[70px\] {
    padding-top: 70px;
  }
}

@media (min-width: 1280px) {
  .xl\:top-0 {
    top: 0px;
  }

  .xl\:gap-\[60px\] {
    gap: 60px;
  }

  .xl\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xl\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.acc-content p {
  margin-bottom: 10px;
}

.acc-content ul li {
  font-size: 22px;
  list-style-type: circle;
}

.acc-content ul, .acc-content ol {
  margin-bottom: 15px;
  padding-left: 20px;
  margin-top: 10px;
}

.acc-content a {
  color: var(--design-color-three);
  font-size: 22px;
  text-decoration: underline;
}

.acc-content ol li {
  font-size: 22px;
  list-style-type: decimal;
}
input{
  border-width: 1px !important;
  box-sizing: unset;
  outline: none;
}
/* Login form */
.login-box{
  background-color: white;
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 24px;
}
.login-form .form-group select,
.login-form .form-group input{
  padding-left: 15px;
  width: 100%;
  height: 50px;
  border: 2px solid var(--border-color);
  border-radius: 5px;
}

.login-form .form-group input:focus{
  outline: 1px solid var(--design-color-two);
  /* outline:none; */
  border: none;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.login-wrapper .form-btn{
  color: var(--site-secondary-color);
  background-color: var(--design-color-three);
  border: 1px solid var(--design-color-three);
  width: 100%;
}
.login-wrapper .form-btn:hover{
  color: var(--design-color-three);
  background-color: var(--site-secondary-color);
}
.login-form .custom-circle-line-top{
  position: relative;
  top: 60px;
  margin-right: calc(-500vw + 39rem);
  border-top: 1px solid var(--design-color-three);
  transform: translateY(150px);
}
.login-form .custom-circle-line-top::before{
  content: '';
  position: absolute;
  border-radius: 100%;
  left: -1px;
  bottom: -2.5px;
  width: 5px;
  height: 5px;
  background-color: var(--design-color-three);
}
.form-control{
  margin-bottom: 20px;
}
.login-middle{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.login-middle .remember-checkbox{
  display: inline-block;
}
.login-middle label{
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
}
.remember-checkbox span{
  text-transform: uppercase;
  margin-left: 5px;
}
.forget-btn{
  font-size: 14px;
}
.forget-btn:hover , .new-user a:hover{
  text-decoration: underline;
}
.form-btn-wrapper{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.new-user{
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.new-user a{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.contact-form-box {
  max-width: 700px;
  background: #fff;
  border-radius: 10px;
  padding: 41px;
  margin-bottom: 50px;
}

.half-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}

.contact-form-box .form-group {
  width: 100%;
}

.contact-form-box input, .contact-form-box textarea {
  display: block;
  width: 100%;
  padding: 10px 0px 10px 10px;
  border-radius: 30px;
}

.contact-form-box .half-container>div:first-child {margin-right: 20px;}

.contact-form-box .form-btn.section-btn {
  width: 220px;
  padding: 14px 0px;
  font-size: 16px;
}

.contact-form-box .form-btn-wrapper {
  justify-content: flex-start;
}
.splitted img {
  margin-right: 10px;
}
.splitted>span:last-child img {
  margin-left: 15px;
}
.splitted span span {
  line-height: 55px;
}
.page-default h1 {
  margin-top: 50px;
  margin-bottom: 24px;
}

.page-default h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.page-default section {
  margin-bottom: 20px;
}

.page-default p {
  margin-bottom: 20px;
  font-size: 16px;
}
.sub-content--up{
  transform: translateY(-50px);
}
.privacy-terms {
  flex-direction: column;
  align-items: flex-end !important;
}
@media screen and (max-width: 1180px){
  h4.splitted {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.splitted span span {
    display: flex;
    line-height: 1.3;
}

.splitted img {margin: 0;width: 49px;margin-right: 10px;}

h4.splitted>span {margin-bottom: 5px;flex-direction: column;width: 100%;}
.sub-content--up{
  transform: translateY(-10px);
}
}
@media screen and (max-width: 640px){
  .sub-content--up{
    transform: translateY(-20px);
  }
  .robert {
    transform: unset;
}

.weather-matters.meet-robert {
    padding: 0;
}

.weather-matters.meet-robert .weather-matters-wrapper {flex-direction: column-reverse;}
  h4.splitted>span {justify-content: center;align-items: center;margin-bottom: 5px;flex-direction: column;width: 100%;}}
@media screen and (min-width: 640px){
  .login-middle{
      flex-direction: row;
      justify-content: space-between;
  }
  .login-middle label{
      margin-bottom: 0;
  }
  .half-container {
    flex-direction: column;
}

.contact-form-box .half-container>div:first-child {
    margin-right: 0px;
}
.privacy-terms {
  align-items: flex-start !important;
}
}