html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.irwin-iphtyn {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .irwin-iphtyn {
    padding: 54px 0 0;
  }
}

.irwin-vp2kv0 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .irwin-vp2kv0:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.irwin-wg64hp {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .irwin-wg64hp {
    margin: 20px auto 100px;
  }
}

.irwin-wg64hp h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .irwin-wg64hp h1 {
    font-size: 120px;
  }
}

.irwin-wg64hp p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.irwin-hnfj0q {
  cursor: pointer;
}

.irwin-n2fqbm {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.irwin-z0i7cc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.irwin-z0i7cc figure {
  margin: 0;
}

.irwin-z0i7cc.irwin-cqpuix {
  justify-content: flex-start;
  margin-right: 4px;
}

.irwin-z0i7cc.irwin-6s180x {
  justify-content: flex-end;
  margin-left: 4px;
}

.irwin-z0i7cc.irwin-topmie {
  justify-content: center;
}

.irwin-z0i7cc.irwin-0hnfkq {
  justify-content: normal;
}

.irwin-2stnxh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .irwin-2stnxh {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-2stnxh {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.irwin-to74d8 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .irwin-to74d8 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.irwin-snq4pm {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .irwin-snq4pm {
    flex-direction: column;
  }
}

.irwin-t1ub3r {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.irwin-t1ub3r img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .irwin-t1ub3r {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.irwin-h7vxt0 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.irwin-h7vxt0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .irwin-h7vxt0 ul {
    margin-bottom: 15px;
  }
}

.irwin-h7vxt0 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.irwin-h7vxt0 ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.irwin-h7vxt0 ul li span svg {
  fill: var(--title-color);
}

.irwin-h7vxt0 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .irwin-h7vxt0 ul li small {
    font-size: 12px;
  }
}

.irwin-h7vxt0 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.irwin-h7vxt0 ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .irwin-h7vxt0 {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.irwin-fxasyo {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .irwin-fxasyo {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.irwin-h5j2jt {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.irwin-fo3a88 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.irwin-m1flow ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .irwin-fo3a88 {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .irwin-fo3a88:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.irwin-fo3a88.irwin-z1ziw1 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .irwin-fo3a88.irwin-z1ziw1:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.irwin-06nd0l {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .irwin-06nd0l {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-06nd0l {
    padding: 50px 16px 68px;
  }
}

.irwin-p7gbl4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .irwin-p7gbl4 {
    flex-direction: column;
  }
}

.irwin-40wwjq {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .irwin-40wwjq {
    margin-bottom: 40px;
  }
}

.irwin-lfguiq .irwin-abtonz {
  margin-bottom: 28px;
}

.irwin-lfguiq .irwin-abtonz img {
  max-height: 100px;
  width: auto;
}

.irwin-i4t1wa {
  display: flex;
  align-items: center;
}

.irwin-i4t1wa a + a {
  margin-left: 24px;
}

.irwin-i4t1wa img {
  max-height: 56px;
  width: auto;
}

.irwin-i4t1wa img + img {
  margin-left: 24px;
}

.irwin-zi7bhs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .irwin-zi7bhs {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.irwin-t8jgc6 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .irwin-t8jgc6 {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.irwin-9d7b6j {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .irwin-9d7b6j {
    flex-wrap: wrap;
  }
}

.irwin-9d7b6j li {
  display: flex;
  margin: 0 7px;
}

.irwin-9d7b6j li svg {
  transition: 0.irwin-m1flow ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .irwin-9d7b6j li:hover svg {
    transform: scale(1.2);
  }
}

.irwin-i94sb2 {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.irwin-rex2in + .irwin-rex2in {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .irwin-rex2in + .irwin-rex2in {
    margin: 36px 0 0;
  }
}

.irwin-xoezlr {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.irwin-pe0idv {
  list-style: none;
  margin: 0;
  padding: 0;
}

.irwin-pe0idv li {
  font-size: 16px;
}

.irwin-pe0idv li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .irwin-pe0idv li a:hover {
    text-decoration: underline;
  }
}

.irwin-pe0idv li + li {
  margin-top: 16px;
}

.irwin-vf5l5p {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.irwin-n7t9x1 ease-in-out;
}

.irwin-vf5l5p.irwin-1290fs {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.irwin-6xmisw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.irwin-6xmisw h1,
.irwin-6xmisw h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .irwin-6xmisw h1,
  .irwin-6xmisw h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .irwin-6xmisw {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-6xmisw {
    margin-bottom: 60px;
  }
}

.irwin-aib1s6 {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .irwin-aib1s6 {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.irwin-aib1s6 li {
  width: 100%;
}

.irwin-aib1s6 li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.irwin-m1flow ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.irwin-aib1s6 li a svg {
  fill: var(--button-text-color);
}

.irwin-aib1s6 li a.irwin-1290fs {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .irwin-aib1s6 li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .irwin-aib1s6 li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .irwin-aib1s6 li a img {
    max-width: 16px;
  }
}

.irwin-r6i0is {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .irwin-r6i0is {
    margin: 0 -5px;
  }
}

.irwin-siomjj {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.irwin-siomjj span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.irwin-siomjj small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .irwin-siomjj {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .irwin-siomjj span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.irwin-ojkio2 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.irwin-ojkio2 img {
  width: 100%;
  transition: 0.irwin-m1flow ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .irwin-ojkio2:hover img {
    transform: scale(1.1);
  }
}

.irwin-5961m9 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .irwin-5961m9 {
    height: 54px;
  }
}

.irwin-mk5aql {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .irwin-mk5aql {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .irwin-mk5aql {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-mk5aql .irwin-abtonz img {
    max-width: 90px;
  }
}

.irwin-abtonz img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .irwin-abtonz {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .irwin-0gjo0r {
    display: none;
  }
  .irwin-0gjo0r::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.irwin-eyxln3 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.irwin-eyxln3 li {
  font-size: 16px;
  margin: 0 20px;
}

.irwin-eyxln3 li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .irwin-eyxln3 li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .irwin-eyxln3 {
    display: block;
  }
  .irwin-eyxln3 li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .irwin-eyxln3 li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .irwin-eyxln3 li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .irwin-eyxln3 li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.irwin-aq75ch {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .irwin-aq75ch {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .irwin-aq75ch {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-aq75ch {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.irwin-aq75ch.irwin-nyofb7 {
  margin-right: 0;
}

.irwin-74o4ci {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .irwin-74o4ci {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .irwin-74o4ci:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.irwin-q98bp4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .irwin-q98bp4:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .irwin-q98bp4 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.irwin-cc9iqk {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .irwin-cc9iqk {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.irwin-cc9iqk:hover > ul {
  display: flex;
}

.irwin-cc9iqk:focus > ul {
  display: flex;
}

.irwin-cc9iqk:focus-within > ul {
  display: flex;
}

.irwin-qzjeuq {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.irwin-qzjeuq::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.irwin-n7t9x1 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .irwin-qzjeuq {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .irwin-qzjeuq img {
    max-width: 20px;
  }
}

.irwin-cc9iqk ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.irwin-m1flow ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .irwin-cc9iqk ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.irwin-cc9iqk ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.irwin-m1flow ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .irwin-cc9iqk ul li {
    padding: 5px;
  }
}

.irwin-cc9iqk ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .irwin-cc9iqk ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-cc9iqk ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .irwin-cc9iqk ul li a img {
    max-width: 20px;
  }
}

.irwin-2cydz5 {
  display: none;
}

.irwin-8v6ug6 {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .irwin-8v6ug6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.irwin-8v6ug6 span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .irwin-2cydz5:checked ~ .irwin-0gjo0r {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .irwin-0gjo0r {
    display: none;
    transition: display 0.irwin-m1flow ease-in-out;
  }
  .irwin-2cydz5:checked ~ .irwin-0gjo0r {
    display: block;
  }
  .irwin-2cydz5:checked + .irwin-8v6ug6 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .irwin-2cydz5:checked + .irwin-8v6ug6 span:nth-child(2) {
    display: none;
  }
  .irwin-2cydz5:checked + .irwin-8v6ug6 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.irwin-a1uwai {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .irwin-a1uwai {
    padding: 0 16px;
  }
}

.irwin-a1uwai img {
  margin-bottom: 20px;
}

.irwin-a1uwai p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .irwin-a1uwai p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-a1uwai {
    margin-bottom: 60px;
  }
}

.irwin-ypvo7i {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .irwin-ypvo7i {
    font-size: 32px;
  }
}

.irwin-5w914m {
  color: var(--text-color);
}

.irwin-g6hoct {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .irwin-g6hoct {
    font-size: 16px;
    line-height: 140%;
  }
}

.irwin-g6hoct p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.irwin-g6hoct p img {
  display: block;
  margin: 0 auto;
}

.irwin-g6hoct p:first-of-type {
  margin-top: 0;
}

.irwin-g6hoct p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .irwin-g6hoct p {
    font-size: 18px;
    line-height: 140%;
  }
}

.irwin-g6hoct ul {
  padding: 0 0 0 20px;
}

.irwin-g6hoct table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.irwin-g6hoct table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .irwin-g6hoct table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.irwin-g6hoct table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .irwin-g6hoct table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.irwin-g6hoct table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.irwin-g6hoct iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .irwin-g6hoct iframe {
    height: 200px;
  }
}

.irwin-uea9bd {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .irwin-uea9bd {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-uea9bd {
    margin-bottom: 60px;
  }
}

.irwin-m614yg {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .irwin-m614yg {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.irwin-m614yg h1,
.irwin-m614yg h2,
.irwin-m614yg h3,
.irwin-m614yg h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .irwin-m614yg h1,
  .irwin-m614yg h2,
  .irwin-m614yg h3,
  .irwin-m614yg h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.irwin-vz20ss {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .irwin-vz20ss {
    flex-direction: column-reverse;
  }
}

.irwin-vz20ss .irwin-2drafv {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .irwin-vz20ss .irwin-2drafv {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.irwin-vz20ss .irwin-1f4oxm {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .irwin-vz20ss .irwin-1f4oxm {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .irwin-vz20ss .irwin-1f4oxm img {
    width: 100%;
  }
}

.irwin-1f4oxm {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .irwin-1f4oxm {
    margin-bottom: 18px;
  }
}

.irwin-2drafv {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .irwin-2drafv {
    margin-bottom: 18px;
  }
}

.irwin-uea9bd h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .irwin-uea9bd h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.irwin-uea9bd .irwin-vp2kv0 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.irwin-7r5dh5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .irwin-7r5dh5 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .irwin-7r5dh5 {
    margin-bottom: 60px;
  }
}

.irwin-f8h86u {
  position: relative;
  border: none;
}

.irwin-f8h86u::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.irwin-ozp5p5 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.irwin-ozp5p5 span {
  height: 32px;
}

.irwin-ozp5p5 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.irwin-ozp5p5.irwin-ypwh91 span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .irwin-ozp5p5 {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.irwin-wavoji {
  list-style: none;
  padding: 0;
  margin: 0;
}

.irwin-wavoji li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .irwin-wavoji li {
    font-size: 16px;
  }
}

.irwin-wavoji li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.irwin-m1flow ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .irwin-wavoji li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .irwin-wavoji li a {
    padding: 12px 14px;
  }
}

.irwin-wavoji.irwin-69m6ft {
  display: none;
}

.irwin-jr5gw4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.irwin-jr5gw4 table {
  width: 100%;
  border-collapse: collapse;
}

.irwin-jr5gw4 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .irwin-jr5gw4 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .irwin-jr5gw4 table td {
    min-width: 75px;
  }
}

.irwin-jr5gw4 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .irwin-jr5gw4 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.irwin-jr5gw4 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.irwin-jr5gw4 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .irwin-jr5gw4 p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .irwin-jr5gw4 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-jr5gw4 {
    margin-bottom: 60px;
  }
}

.irwin-8cwhk9 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .irwin-8cwhk9 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.irwin-oplu2n {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .irwin-oplu2n {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.irwin-oplu2n tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .irwin-oplu2n tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.irwin-oplu2n tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.irwin-7fzaj6 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.irwin-7fzaj6 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.irwin-7fzaj6 p {
  color: var(--text-color);
}

.irwin-yvi19l {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .irwin-yvi19l {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-yvi19l {
    margin-bottom: 60px;
  }
}

.irwin-aglhmt {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.irwin-al1oos {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .irwin-al1oos {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-al1oos {
    margin-bottom: 60px;
  }
}

.irwin-omwqz7 {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.irwin-omwqz7 h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .irwin-omwqz7 h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.irwin-omwqz7 p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.irwin-omwqz7 p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .irwin-omwqz7 p {
    font-size: 16px;
  }
}

.irwin-dxhrr4 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .irwin-dxhrr4 {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.irwin-diytjq {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.irwin-diytjq li {
  margin: 0 20px;
}

.irwin-diytjq li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.irwin-diytjq li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .irwin-diytjq li a:hover {
    color: #2ab765;
  }
}

.irwin-ht11b3 {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .irwin-ht11b3 {
    padding: 0 16px;
  }
}

.irwin-ht11b3 li {
  font-size: 16px;
  position: relative;
}

.irwin-ht11b3 li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .irwin-ht11b3 li a:hover {
    text-decoration: underline;
  }
}

.irwin-ht11b3 li span {
  opacity: 0.5;
}

.irwin-ht11b3 li + li {
  margin-left: 30px;
}

.irwin-ht11b3 li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.irwin-m614yg {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.irwin-m614yg {
    margin-bottom: 18px;
  }
}

.irwin-uapfoa {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.irwin-uapfoa tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.irwin-uapfoa tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.irwin-uapfoa tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.irwin-uapfoa tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.irwin-uapfoa tbody tr:last-of-type {
  margin-bottom: 0;
}

.irwin-uapfoa tbody tr td:first-of-type {
  flex-shrink: 0;
}

.irwin-uapfoa tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.irwin-uapfoa tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.irwin-uapfoa tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .irwin-uapfoa tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.irwin-uapfoa tbody tr td .irwin-xyv3d3 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .irwin-uapfoa tbody tr td .irwin-xyv3d3 {
    width: 100%;
  }
}

.irwin-uapfoa tbody tr td .irwin-dgspjb {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.irwin-m1flow ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .irwin-uapfoa tbody tr td .irwin-dgspjb:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .irwin-uapfoa tbody tr td .irwin-dgspjb {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .irwin-uapfoa tbody tr td .irwin-dgspjb {
    width: 100%;
  }
}

.irwin-uapfoa tbody tr td .irwin-llinkb {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .irwin-uapfoa tbody tr td .irwin-llinkb:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-uapfoa tbody tr {
    flex-direction: column;
  }
}

.irwin-uapfoa tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.irwin-pxch74 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .irwin-pxch74 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-pxch74 {
    margin: 0 auto 60px;
  }
}

.irwin-1tob18 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .irwin-1tob18 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.irwin-gqht8i {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .irwin-gqht8i {
    margin: 0 -5px;
  }
}

.irwin-54d2rh {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.irwin-54d2rh img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.irwin-m1flow ease-in-out;
}

.irwin-54d2rh p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .irwin-54d2rh:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .irwin-54d2rh {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .irwin-54d2rh {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .irwin-54d2rh p {
    font-size: 16px;
  }
}

.irwin-jrmjku {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .irwin-jrmjku {
    height: 190px;
    margin: 20px auto;
  }
}

.irwin-jrmjku img {
  width: 100%;
  height: 100%;
}

.irwin-jrmjku iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .irwin-jrmjku iframe {
    height: 190px;
  }
}

.irwin-06nogp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.irwin-06nogp::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.irwin-4w4gs5 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.irwin-4w4gs5 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.irwin-m1flow ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .irwin-4w4gs5:hover svg {
    transform: scale(1.1);
  }
}

.irwin-x5odsd {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .irwin-x5odsd {
    padding: 40px 0;
  }
}

.irwin-v9sn0x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .irwin-v9sn0x {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .irwin-v9sn0x {
    flex-direction: column-reverse;
  }
}

.irwin-sjwwbv {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.irwin-sjwwbv img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .irwin-sjwwbv {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-sjwwbv {
    margin: 10px 0 0;
  }
}

.irwin-bohjhr {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.irwin-bohjhr h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .irwin-bohjhr {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-bohjhr {
    padding: 24px 10px;
  }
}

.irwin-yuepox {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.irwin-m1flow ease-in-out;
}

.irwin-yuepox:hover {
  border: 1px solid #8c8ca2;
}

.irwin-6x2d6l {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.irwin-6x2d6l:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.irwin-vaq4sb {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.irwin-vaq4sb a {
  text-decoration: underline;
  color: #8babff;
}

.irwin-9y7kc6 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.irwin-9y7kc6 .irwin-yuepox {
  width: 50%;
  margin: 0;
}

.irwin-4pkc03 {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.irwin-4pkc03:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.irwin-5a4tz5 {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .irwin-5a4tz5 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-5a4tz5 {
    margin: 0 0 60px;
  }
}

.irwin-jh07zp {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .irwin-jh07zp {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.irwin-zxx683 {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .irwin-zxx683 {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.irwin-30zedn {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .irwin-30zedn {
    flex-basis: auto;
    max-width: 100%;
  }
}

.irwin-oeql4s {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .irwin-oeql4s {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.irwin-oeql4s a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.irwin-m1flow ease-in-out;
}

@media only screen and (max-width: 767px) {
  .irwin-oeql4s a {
    margin: 1px 0 4px;
  }
}

.irwin-oeql4s a svg {
  fill: #fff;
}

.irwin-oeql4s a:hover {
  background: #3d68e7;
}

.irwin-2a61u7 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.irwin-mif51d {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .irwin-mif51d {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.irwin-udj1q2 {
  font-size: 16px;
  color: var(--text-color);
}

.irwin-4ssr97 {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .irwin-4ssr97 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-4ssr97 {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .irwin-4ssr97 {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.irwin-87fy09 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.irwin-87fy09 h1,
.irwin-87fy09 h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .irwin-87fy09 h1,
  .irwin-87fy09 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .irwin-87fy09 {
    margin: 0;
    padding-right: 20px;
  }
}

.irwin-tjpytv {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.irwin-tjpytv h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .irwin-tjpytv h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.irwin-tjpytv h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .irwin-tjpytv h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.irwin-tjpytv table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.irwin-tjpytv table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .irwin-tjpytv table tr td {
    padding: 12px 4px;
  }
}

.irwin-tjpytv table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .irwin-tjpytv table tr th {
    padding: 12px 4px;
  }
}

.irwin-tjpytv table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .irwin-tjpytv {
    margin: 0;
  }
}

.irwin-x2a5ve {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .irwin-x2a5ve {
    min-height: 190px;
  }
}

.irwin-p7v5k6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.irwin-p7v5k6::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.irwin-6q60h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.irwin-6q60h4.irwin-pin4fs {
  display: none;
}

.irwin-9a83wy {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.irwin-9a83wy iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.irwin-9a83wy iframe.irwin-b58qng {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.irwin-9a83wy.irwin-nrsp2k {
  opacity: 1;
  pointer-events: all;
}

.irwin-e8k1bk {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.irwin-m1flow ease-in-out;
}

.irwin-e8k1bk svg {
  margin-right: 10px;
}

.irwin-e8k1bk + .irwin-e8k1bk {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .irwin-e8k1bk:hover {
    background: #a8a6b3;
  }
}

.irwin-ap78rc {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .irwin-ap78rc:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .irwin-e8k1bk {
    height: 42px;
    max-width: 220px;
  }
}

.irwin-4ssr97 .irwin-uea9bd {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.irwin-4ssr97 .irwin-uea9bd h1,
.irwin-4ssr97 .irwin-uea9bd h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .irwin-4ssr97 .irwin-uea9bd h1,
  .irwin-4ssr97 .irwin-uea9bd h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .irwin-4ssr97 .irwin-uea9bd {
    margin: 28px 0 0;
  }
}

.irwin-xrfw7q {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .irwin-xrfw7q {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .irwin-xrfw7q {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-xrfw7q {
    margin: 20px auto 60px;
  }
}

.irwin-7gcvkm {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .irwin-7gcvkm {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-7gcvkm {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.irwin-mo4lvq {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.irwin-mo4lvq iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.irwin-ftjfzu {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.irwin-ftjfzu h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .irwin-ftjfzu h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-ftjfzu h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .irwin-ftjfzu {
    max-width: 100%;
    margin: 0;
  }
}

.irwin-rz5ezy {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .irwin-rz5ezy {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.irwin-g1e3qr {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .irwin-g1e3qr {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.irwin-ntr17z {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.irwin-ntr17z span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .irwin-ntr17z {
    margin: 0;
  }
  .irwin-ntr17z:last-of-type {
    margin-top: 4px;
  }
}

.irwin-na6nap {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .irwin-na6nap {
    padding: 10px;
  }
}

.irwin-na6nap .irwin-vp2kv0 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .irwin-na6nap .irwin-vp2kv0 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .irwin-na6nap {
    flex-wrap: wrap;
  }
}

.irwin-2rit3k {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.irwin-2rit3k img {
  width: 100%;
}

.irwin-ay3sgz {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .irwin-ay3sgz {
    max-width: 200px;
    margin: 0;
  }
}

.irwin-1om4gv {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.irwin-znsyx4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.irwin-bf6ere {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .irwin-bf6ere {
    margin: 0 0 60px;
  }
}

.irwin-bf6ere .irwin-2jy1qy {
  position: relative;
}

.irwin-bf6ere .irwin-8g2ts2 {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.irwin-bf6ere .irwin-8g2ts2.irwin-pin4fs {
  display: none;
}

.irwin-bf6ere .irwin-ltbyhf {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .irwin-bf6ere .irwin-ltbyhf {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .irwin-bf6ere .irwin-ltbyhf {
    bottom: 90px;
  }
}

.irwin-bf6ere .irwin-ltbyhf .irwin-4xm9bz {
  max-width: 300px;
  width: 100%;
}

.irwin-bf6ere .irwin-ltbyhf .irwin-4xm9bz .irwin-hevs32 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .irwin-bf6ere .irwin-ltbyhf .irwin-4xm9bz .irwin-hevs32 {
    font-size: 32px;
    text-align: center;
  }
}

.irwin-bf6ere .irwin-ltbyhf .irwin-4xm9bz .irwin-4obuqv {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .irwin-bf6ere .irwin-ltbyhf .irwin-4xm9bz .irwin-4obuqv {
    text-align: center;
  }
}

.irwin-bf6ere .irwin-ltbyhf .irwin-nyofb7 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .irwin-bf6ere .irwin-ltbyhf .irwin-nyofb7 {
    flex-direction: column-reverse;
  }
}

.irwin-bf6ere .irwin-ltbyhf .irwin-nyofb7 .irwin-iuh0bb {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.irwin-m1flow ease-in-out;
}

.irwin-bf6ere .irwin-ltbyhf .irwin-nyofb7 .irwin-iuh0bb:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .irwin-bf6ere .irwin-ltbyhf .irwin-nyofb7 .irwin-iuh0bb {
    width: 100%;
  }
}

.irwin-bf6ere .irwin-ltbyhf .irwin-nyofb7 .irwin-vrhpbv {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.irwin-m1flow ease-in-out;
  overflow: hidden;
}

.irwin-bf6ere .irwin-ltbyhf .irwin-nyofb7 .irwin-vrhpbv span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.irwin-bf6ere .irwin-ltbyhf .irwin-nyofb7 .irwin-vrhpbv:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.irwin-bf6ere .irwin-ltbyhf .irwin-nyofb7 .irwin-vrhpbv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .irwin-bf6ere .irwin-ltbyhf .irwin-nyofb7 .irwin-vrhpbv {
    width: 100%;
  }
}

.irwin-bf6ere .irwin-ltbyhf.irwin-pin4fs {
  display: none;
}

.irwin-bf6ere .irwin-e2pww1 {
  display: none;
}

.irwin-bf6ere .irwin-e2pww1.irwin-nrsp2k {
  display: block;
}

.irwin-bf6ere .irwin-e2pww1 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .irwin-bf6ere .irwin-e2pww1 iframe {
    height: calc(100vh - 54px);
  }
}

.irwin-bf6ere .irwin-8p5avo {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .irwin-bf6ere .irwin-8p5avo {
    padding: 24px 16px 0;
  }
}

.irwin-bf6ere .irwin-8p5avo .irwin-hevs32 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .irwin-bf6ere .irwin-8p5avo .irwin-hevs32 {
    margin-bottom: 24px;
  }
}

.irwin-bf6ere .irwin-8p5avo table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.irwin-bf6ere .irwin-8p5avo table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .irwin-bf6ere .irwin-8p5avo table tr td {
    padding: 12px 4px;
  }
}

.irwin-bf6ere .irwin-8p5avo table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .irwin-bf6ere .irwin-8p5avo table tr th {
    padding: 12px 4px;
  }
}

.irwin-bf6ere .irwin-8p5avo table tr:last-of-type td {
  border-bottom: none;
}

.irwin-ise3h0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.irwin-ise3h0.irwin-1290fs {
  display: block;
}

.irwin-ise3h0 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.irwin-ise3h0 .irwin-a3j46l {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.irwin-ise3h0 .irwin-kgevp8 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.irwin-ise3h0 .irwin-vrhpbv {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.irwin-m1flow ease-in-out;
}

.irwin-ise3h0 .irwin-vrhpbv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.irwin-m6tmpy {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.irwin-m6tmpy.irwin-1290fs {
  display: block;
}

.irwin-b4hk99 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.irwin-adzf6m {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.irwin-d0ll8h {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .irwin-adzf6m {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.irwin-h51n8k {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.irwin-h51n8k svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.irwin-lfbzmk {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.irwin-79p53g.irwin-pin4fs {
  display: none;
}

.irwin-j3snel {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .irwin-j3snel {
    margin-bottom: 20px;
  }
}

.irwin-onahee {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.irwin-onahee span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.irwin-onahee small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.irwin-onahee input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.irwin-m1flow ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.irwin-onahee input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.irwin-onahee input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.irwin-onahee input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.irwin-onahee input:active {
  border-color: #c2c0ce;
}

.irwin-onahee input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .irwin-onahee {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.irwin-0jmxqk {
  margin-bottom: 36px;
}

.irwin-0jmxqk textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.irwin-0jmxqk textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.irwin-0jmxqk textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .irwin-0jmxqk {
    margin-bottom: 24px;
  }
}

.irwin-17m5hc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.irwin-010ti4 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.irwin-m1flow ease-in-out;
}

.irwin-010ti4:hover {
  background: var(--border-color);
}

.irwin-u0l7i1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.irwin-m1flow ease-in-out;
}

.irwin-u0l7i1:hover {
  background: #166ad9;
}

.irwin-p1wfm5 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.irwin-p1wfm5.irwin-pin4fs {
  display: none;
}

.irwin-21mux0 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.irwin-p1wfm5 .irwin-010ti4 {
  margin: 0 auto;
}

.irwin-f6ci6g {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .irwin-f6ci6g {
    margin-bottom: 16px;
  }
}

.irwin-ohsh3i {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.irwin-d5chf8 {
  filter: grayscale(100%);
}

.irwin-ohsh3i > input {
  display: none;
}

.irwin-ohsh3i > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.irwin-p1uloo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.irwin-8p2a6a 44.irwin-xpvh2e.irwin-kj3n0n.irwin-ufzsrx.irwin-62vu85.irwin-t2ac1a.irwin-359rk8.irwin-vri3qg.irwin-809sc4.irwin-r40wax.irwin-wtgne2.irwin-qa808g.irwin-htla9m 0l-12.irwin-9m0joh 30.irwin-6nxuqs.irwin-93o7eh 2.irwin-v87jtt.irwin-93o7eh 3.irwin-kxiqg7 3.irwin-3vppac.irwin-83o2a6 3.irwin-on07gz.irwin-nl061w.irwin-iaup37.irwin-8sj8oi 7-3.irwin-9m0joh 10.irwin-ftwg8y.irwin-8sj8oi 23.irwin-7mo21l.irwin-nbadse 1.irwin-3sv4d5 2.irwin-9m0joh 3.irwin-nbadse 1.irwin-83o2a6 5.irwin-pnge1p.irwin-83o2a6 32.irwin-f2pnni.irwin-nl061w 5.irwin-htla9m 4.irwin-8sj8oi 9.irwin-8sj8oi 8.irwin-83o2a6 6.irwin-nlusr4.irwin-xxmebt.irwin-c922ph.irwin-7xbfzb.irwin-dcpaw8 4.irwin-xdy2ff.irwin-dcpaw8 6.irwin-dcpaw8 0l29.irwin-htla9m 17.irwin-fwpkar.irwin-bj03s5 2.irwin-x603v7 10.irwin-3n0y1w.irwin-9m0joh 8.irwin-1juyg2.irwin-twgf8p.irwin-whmtxj.irwin-y54dzr.irwin-qhe84x.irwin-nl061w.irwin-t2ac1a.irwin-9m0joh 1.irwin-8dpbp7.irwin-bz536c.irwin-we12xc.irwin-cqh25a.irwin-aneq16.irwin-3sv4d5 1.irwin-bztw9s.irwin-w845yy.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.irwin-ohsh3i > input:checked ~ label,
.irwin-ohsh3i > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.irwin-p1uloo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.irwin-8p2a6a 44.irwin-xpvh2e.irwin-kj3n0n.irwin-ufzsrx.irwin-62vu85.irwin-t2ac1a.irwin-359rk8.irwin-vri3qg.irwin-809sc4.irwin-r40wax.irwin-wtgne2.irwin-qa808g.irwin-htla9m 0l-12.irwin-9m0joh 30.irwin-6nxuqs.irwin-93o7eh 2.irwin-v87jtt.irwin-93o7eh 3.irwin-kxiqg7 3.irwin-3vppac.irwin-83o2a6 3.irwin-on07gz.irwin-nl061w.irwin-iaup37.irwin-8sj8oi 7-3.irwin-9m0joh 10.irwin-ftwg8y.irwin-8sj8oi 23.irwin-7mo21l.irwin-nbadse 1.irwin-3sv4d5 2.irwin-9m0joh 3.irwin-nbadse 1.irwin-83o2a6 5.irwin-pnge1p.irwin-83o2a6 32.irwin-f2pnni.irwin-nl061w 5.irwin-htla9m 4.irwin-8sj8oi 9.irwin-8sj8oi 8.irwin-83o2a6 6.irwin-nlusr4.irwin-xxmebt.irwin-c922ph.irwin-7xbfzb.irwin-dcpaw8 4.irwin-xdy2ff.irwin-dcpaw8 6.irwin-dcpaw8 0l29.irwin-htla9m 17.irwin-fwpkar.irwin-bj03s5 2.irwin-x603v7 10.irwin-3n0y1w.irwin-9m0joh 8.irwin-1juyg2.irwin-twgf8p.irwin-whmtxj.irwin-y54dzr.irwin-qhe84x.irwin-nl061w.irwin-t2ac1a.irwin-9m0joh 1.irwin-8dpbp7.irwin-bz536c.irwin-we12xc.irwin-cqh25a.irwin-aneq16.irwin-3sv4d5 1.irwin-bztw9s.irwin-w845yy.5z'/%3e%3c/svg%3e");
}

.irwin-ohsh3i > input:not(:checked) ~ label:hover,
.irwin-ohsh3i > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.irwin-p1uloo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.irwin-8p2a6a 44.irwin-xpvh2e.irwin-kj3n0n.irwin-ufzsrx.irwin-62vu85.irwin-t2ac1a.irwin-359rk8.irwin-vri3qg.irwin-809sc4.irwin-r40wax.irwin-wtgne2.irwin-qa808g.irwin-htla9m 0l-12.irwin-9m0joh 30.irwin-6nxuqs.irwin-93o7eh 2.irwin-v87jtt.irwin-93o7eh 3.irwin-kxiqg7 3.irwin-3vppac.irwin-83o2a6 3.irwin-on07gz.irwin-nl061w.irwin-iaup37.irwin-8sj8oi 7-3.irwin-9m0joh 10.irwin-ftwg8y.irwin-8sj8oi 23.irwin-7mo21l.irwin-nbadse 1.irwin-3sv4d5 2.irwin-9m0joh 3.irwin-nbadse 1.irwin-83o2a6 5.irwin-pnge1p.irwin-83o2a6 32.irwin-f2pnni.irwin-nl061w 5.irwin-htla9m 4.irwin-8sj8oi 9.irwin-8sj8oi 8.irwin-83o2a6 6.irwin-nlusr4.irwin-xxmebt.irwin-c922ph.irwin-7xbfzb.irwin-dcpaw8 4.irwin-xdy2ff.irwin-dcpaw8 6.irwin-dcpaw8 0l29.irwin-htla9m 17.irwin-fwpkar.irwin-bj03s5 2.irwin-x603v7 10.irwin-3n0y1w.irwin-9m0joh 8.irwin-1juyg2.irwin-twgf8p.irwin-whmtxj.irwin-y54dzr.irwin-qhe84x.irwin-nl061w.irwin-t2ac1a.irwin-9m0joh 1.irwin-8dpbp7.irwin-bz536c.irwin-we12xc.irwin-cqh25a.irwin-aneq16.irwin-3sv4d5 1.irwin-bztw9s.irwin-w845yy.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .irwin-pf9rvr > .irwin-0rz4rb {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .irwin-pf9rvr > .irwin-0rz4rb {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .irwin-pf9rvr > .irwin-0rz4rb {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .irwin-pf9rvr > .irwin-0rz4rb {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .irwin-pf9rvr > .irwin-0rz4rb {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.irwin-whgk3l {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.irwin-whgk3l.irwin-pin4fs {
  display: none;
}

.irwin-61j9c0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .irwin-61j9c0 {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-61j9c0 {
    border-radius: 20px 20px 0 0;
  }
}

.irwin-ue312j {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.irwin-ue312j::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.irwin-ue312j::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.irwin-ue312j img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .irwin-ue312j {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .irwin-ue312j img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-ue312j {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .irwin-ue312j img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.irwin-c1iyff {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .irwin-c1iyff {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-c1iyff {
    font-size: 14px;
  }
}

.irwin-ytrdr3 {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.irwin-ytrdr3::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .irwin-ytrdr3::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.irwin-ytrdr3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .irwin-ytrdr3::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .irwin-ytrdr3 {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-ytrdr3 {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.irwin-ho9b0f {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .irwin-ho9b0f {
    top: -20px;
  }
}

.irwin-eosg4h {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.irwin-m1flow ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .irwin-eosg4h:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .irwin-eosg4h {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-eosg4h {
    width: 90px;
    height: 40px;
  }
}

.irwin-whgk3l.irwin-3803d7 .irwin-61j9c0 {
  background: #2b3b67;
}

.irwin-whgk3l.irwin-3803d7 .irwin-ue312j {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.irwin-whgk3l.irwin-3803d7 .irwin-ue312j::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.irwin-whgk3l.irwin-3803d7 .irwin-ue312j::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.irwin-whgk3l.irwin-3803d7 .irwin-ytrdr3::before {
  background: #0e0f41;
}

.irwin-whgk3l.irwin-3803d7 .irwin-ytrdr3::after {
  background: #152557;
}

.irwin-whgk3l.irwin-xjn8d1 .irwin-61j9c0 {
  background: #1f35fa;
}

.irwin-whgk3l.irwin-xjn8d1 .irwin-ue312j {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.irwin-whgk3l.irwin-xjn8d1 .irwin-ue312j::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.irwin-whgk3l.irwin-xjn8d1 .irwin-ue312j::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.irwin-whgk3l.irwin-xjn8d1 .irwin-ytrdr3::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.irwin-whgk3l.irwin-xjn8d1 .irwin-ytrdr3::after {
  background: #192ac8;
}

.irwin-whgk3l.irwin-c3ulfh .irwin-61j9c0 {
  background: #fa771f;
}

.irwin-whgk3l.irwin-c3ulfh .irwin-ue312j {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.irwin-whgk3l.irwin-c3ulfh .irwin-ue312j::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.irwin-whgk3l.irwin-c3ulfh .irwin-ue312j::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.irwin-whgk3l.irwin-c3ulfh .irwin-ytrdr3::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.irwin-whgk3l.irwin-c3ulfh .irwin-ytrdr3::after {
  background: #fa8535;
}

.irwin-4b2c6x {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .irwin-4b2c6x {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .irwin-4b2c6x {
    margin: 24px 0 60px;
  }
}

.irwin-4b2c6x h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .irwin-4b2c6x h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.irwin-eeqkhn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .irwin-eeqkhn {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.irwin-znqqdx {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .irwin-znqqdx {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.irwin-eeg3ts {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .irwin-eeg3ts:hover {
    background: var(--button-bg-hover);
  }
}

.irwin-vndh5g {
  display: flex;
  align-items: center;
  gap: 10px;
}

.irwin-vndh5g span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.irwin-vndh5g small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .irwin-vndh5g {
    margin-bottom: 16px;
  }
}

.irwin-ep43t3 {
  width: 120px;
  height: 22px;
}

.irwin-ep43t3 .irwin-erd1a7 {
  fill: #c2c0ce;
}

.irwin-ep43t3 [rating="1"] .irwin-erd1a7:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.irwin-ep43t3 [rating="2"] .irwin-erd1a7:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.irwin-ep43t3 [rating="3"] .irwin-erd1a7:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.irwin-ep43t3 [rating="4"] .irwin-erd1a7:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.irwin-ep43t3 [rating="5"] .irwin-erd1a7:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.irwin-jhk3so {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .irwin-jhk3so {
    gap: 16px 0;
  }
}

.irwin-bnu6fe {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.irwin-bnu6fe.irwin-nrsp2k {
  display: block;
}

.irwin-bnu6fe.irwin-pin4fs {
  display: none;
}

@media only screen and (max-width: 767px) {
  .irwin-bnu6fe {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.irwin-xavroj {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.irwin-we8bky {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.irwin-kucpxq {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.irwin-84zc49 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.irwin-84zc49 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.irwin-5ko8u6 {
  font-size: 16px;
  line-height: 140%;
}

.irwin-v3fdg8 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.irwin-v3fdg8 .irwin-erd1a7 {
  fill: #c2c0ce;
}

.irwin-v3fdg8 [rating="1"] .irwin-erd1a7:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.irwin-v3fdg8 [rating="2"] .irwin-erd1a7:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.irwin-v3fdg8 [rating="3"] .irwin-erd1a7:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.irwin-v3fdg8 [rating="4"] .irwin-erd1a7:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.irwin-v3fdg8 [rating="5"] .irwin-erd1a7:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.irwin-wyxu73 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .irwin-wyxu73 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.irwin-awo1o4 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .irwin-awo1o4 {
    padding: 0 16px;
  }
}

.irwin-9hs15z {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .irwin-9hs15z {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.irwin-zoy9n2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .irwin-zoy9n2 {
    padding: 12px;
    gap: 12px;
  }
}

.irwin-ip25h5 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.irwin-ip25h5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.irwin-g5j91z {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.irwin-itizg9 {
  flex: 1;
  min-width: 0;
}

.irwin-qfl1m9 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .irwin-qfl1m9 {
    font-size: 14px;
    gap: 6px;
  }
}

.irwin-1jtlhb {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.irwin-1jtlhb svg,
.irwin-1jtlhb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.irwin-1jtlhb svg path {
  fill: var(--button-bg-color);
}

.irwin-1jtlhb svg circle {
  fill: var(--button-text-color);
}

.irwin-qt99ko {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .irwin-qt99ko {
    font-size: 12px;
  }
}

.irwin-qt99ko strong {
  font-weight: 600;
}

.irwin-ptmb94 {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.irwin-ptmb94 p {
  margin: 0 0 16px;
}

.irwin-ptmb94 p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .irwin-ptmb94 {
    font-size: 14px;
    line-height: 150%;
  }
}

.irwin-0bafie {
  max-width: 300px;
  width: 100%;
}

.irwin-0bafie a {
  width: 100%;
}

@media (max-width: 575px) {
  .irwin-0bafie {
    max-width: 200px;
  }
}

.irwin-24531k {
  justify-content: center;
}

.irwin-kro20f {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.irwin-8478nb {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .irwin-ep90z0 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.irwin-9uu6p1 {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.irwin-9uu6p1 .irwin-eyxln3 {
  justify-content: center;
}

/* faq */

.irwin-dut6xv {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.irwin-apek68 {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.irwin-it4xbn ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.irwin-apek68::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.irwin-it4xbn ease;
}

.irwin-dut6xv.irwin-1290fs .irwin-apek68::after {
  transform: rotate(45deg);
}

.irwin-frxvnd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.irwin-m1flow ease, padding 0.irwin-m1flow ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.irwin-dut6xv.irwin-1290fs .irwin-frxvnd {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.irwin-acuapf {
  margin: 25px 0;
}

.irwin-ohsh3i > input:not(:checked) ~ label:hover,
.irwin-ohsh3i > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.irwin-3hglym.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.irwin-n8w2ju 44.irwin-5d74xa.irwin-9b22pp.irwin-v9yh6u.irwin-yitdca.irwin-qfvo3v.irwin-dwlf61.irwin-1fl7z5.irwin-2uk2lw.irwin-75ll6b.irwin-ia70tx.irwin-vs184p.irwin-cmyhvc 0l-12.irwin-uzsm9m 30.irwin-xhvicg.irwin-eqlfnn 2.irwin-sxs9v6.irwin-eqlfnn 3.irwin-xnbeo9 3.irwin-o3vap3.irwin-yg1py8 3.irwin-7eoli2.irwin-nux0zi.irwin-325fbf.irwin-3218km 7-3.irwin-uzsm9m 10.irwin-x8b92g.irwin-3218km 23.irwin-b4ae98.irwin-gm2fdn 1.irwin-lrzmph 2.irwin-uzsm9m 3.irwin-gm2fdn 1.irwin-yg1py8 5.irwin-meu3gr.irwin-yg1py8 32.irwin-4mj8gg.irwin-nux0zi 5.irwin-cmyhvc 4.irwin-3218km 9.irwin-3218km 8.irwin-yg1py8 6.irwin-xm6ptr.irwin-5yv7gf.irwin-oojzic.irwin-jucel1.irwin-3p183q 4.irwin-gmmbsn.irwin-3p183q 6.irwin-3p183q 0l29.irwin-cmyhvc 17.irwin-gu4jm3.irwin-kk1eng 2.irwin-lx1vh8 10.irwin-svdmfx.irwin-uzsm9m 8.irwin-ic91vh.irwin-50cbwa.irwin-y3ffmr.irwin-p9cdag.irwin-ecmked.irwin-nux0zi.irwin-qfvo3v.irwin-uzsm9m 1.irwin-4gv7au.irwin-bbm9uy.irwin-jtgtg4.irwin-m34tx6.irwin-d22kkr.irwin-lrzmph 1.irwin-ipvjvm.irwin-cke1z0.5z'/%3e%3c/svg%3e");
}

.irwin-xwcifg {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .irwin-xwcifg {
    gap: 16px 0;
  }
}

.irwin-vn3pxg {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.irwin-vn3pxg.irwin-cvk6gi {
  display: block;
}

.irwin-vn3pxg.irwin-zc964d {
  display: none;
}

@media only screen and (max-width: 767px) {
  .irwin-vn3pxg {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.irwin-4bpscc {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.irwin-8nqarc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.irwin-6cnlzz {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.irwin-2ar9gk small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.irwin-2ar9gk span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.irwin-968emp {
  font-size: 16px;
  line-height: 140%;
}

.irwin-spatfl {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.irwin-spatfl .irwin-2zs7b2 {
  fill: #c2c0ce;
}

.irwin-spatfl [rating="1"] .irwin-2zs7b2:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.irwin-spatfl [rating="2"] .irwin-2zs7b2:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.irwin-spatfl [rating="3"] .irwin-2zs7b2:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.irwin-spatfl [rating="4"] .irwin-2zs7b2:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.irwin-spatfl [rating="5"] .irwin-2zs7b2:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.irwin-l7ctkk {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.irwin-l7ctkk textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.irwin-l7ctkk button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.irwin-5z26tu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.irwin-5z26tu.irwin-179yoc {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.irwin-8xv3wv {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.irwin-8xv3wv label {
  font-size: 14px;
}

.irwin-8xv3wv h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.irwin-8xv3wv input,
.irwin-8xv3wv textarea,
.irwin-8xv3wv button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.irwin-8xv3wv button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.irwin-it4xbn ease;
}
.irwin-8xv3wv button:hover {
  background-color: var(--button-bg-hover);
}
.irwin-75je2h {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.irwin-qdv7i5 ease-in;
}

.irwin-75je2h h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.irwin-64aijz, .irwin-n53heh, [class*="review-card"],
thead, thead th, table th, .irwin-9htzfc,
.irwin-dxghp5, [class*="collapsible-header"],
.irwin-yvi19l, [class*="updated-block"] {
  color: #ece7dc !important;
}
