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-wq3yz3 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.irwin-lffyt5 {
  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-lffyt5: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-liem47 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.irwin-uod3at {
  cursor: pointer;
}

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

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

.irwin-ezo796 figure {
  margin: 0;
}

.irwin-ezo796.irwin-dl3uvy {
  justify-content: flex-start;
  margin-right: 4px;
}

.irwin-ezo796.irwin-ip4ruj {
  justify-content: flex-end;
  margin-left: 4px;
}

.irwin-ezo796.irwin-brxvtw {
  justify-content: center;
}

.irwin-ezo796.irwin-fye0j4 {
  justify-content: normal;
}

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

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

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

.irwin-5yrmxd {
  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-5yrmxd {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.irwin-g90jxh {
  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-g90jxh {
    flex-direction: column;
  }
}

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

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

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

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

.irwin-raxmk6 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-raxmk6 ul {
    margin-bottom: 15px;
  }
}

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

.irwin-raxmk6 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-raxmk6 ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

.irwin-v11y38 {
  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-v11y38 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

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

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

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

.irwin-iz8eb1.irwin-3b86hr {
  background-color: #000;
}

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

.irwin-ygqki1 {
  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-ygqki1 {
    padding: 80px 16px 0;
  }
}

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

.irwin-9d5gu9 {
  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-9d5gu9 {
    flex-direction: column;
  }
}

.irwin-mz6na6 {
  margin-bottom: 94px;
}

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

.irwin-g7v9yz .irwin-dbwdi1 {
  margin-bottom: 28px;
}

.irwin-g7v9yz .irwin-dbwdi1 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.irwin-cvqlcc li svg {
  transition: 0.irwin-id76rh ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

.irwin-wnyq8m.irwin-zh376r {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.irwin-navb3t h1,
.irwin-navb3t 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-navb3t h1,
  .irwin-navb3t h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

.irwin-pqbbfa 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-id76rh ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.irwin-pqbbfa li a.irwin-zh376r {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

.irwin-fpdaot {
  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-fpdaot {
    height: 54px;
  }
}

.irwin-5fc6no {
  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-5fc6no {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .irwin-03awqx {
    display: block;
  }
  .irwin-03awqx li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .irwin-03awqx li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .irwin-03awqx 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-03awqx li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.irwin-g3hpo0.irwin-cgfi47 {
  margin-right: 0;
}

.irwin-trbhrt {
  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-trbhrt {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.irwin-rxtfaj {
  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-rxtfaj:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

.irwin-cjcd8n {
  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-cjcd8n::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-r5etfv ease-in-out;
}

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

.irwin-kfp5dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.irwin-id76rh 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-kfp5dd ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.irwin-kfp5dd 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-id76rh ease-in-out;
  overflow: hidden;
}

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

.irwin-kfp5dd 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-kfp5dd ul li a:hover {
    text-decoration: underline;
  }
}

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

.irwin-phlunh {
  display: none;
}

.irwin-vxpvkz {
  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-vxpvkz {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .irwin-phlunh:checked ~ .irwin-h698k2 {
    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-h698k2 {
    display: none;
    transition: display 0.irwin-id76rh ease-in-out;
  }
  .irwin-phlunh:checked ~ .irwin-h698k2 {
    display: block;
  }
  .irwin-phlunh:checked + .irwin-vxpvkz span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .irwin-phlunh:checked + .irwin-vxpvkz span:nth-child(2) {
    display: none;
  }
  .irwin-phlunh:checked + .irwin-vxpvkz span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

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

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

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

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

.irwin-z9nvxx {
  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-z9nvxx {
    font-size: 32px;
  }
}

.irwin-8gg4qt {
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.irwin-zo3x6r 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-zo3x6r table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.irwin-zo3x6r 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-zo3x6r table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

.irwin-rcwuh7 {
  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-rcwuh7 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.irwin-rcwuh7 h1,
.irwin-rcwuh7 h2,
.irwin-rcwuh7 h3,
.irwin-rcwuh7 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-rcwuh7 h1,
  .irwin-rcwuh7 h2,
  .irwin-rcwuh7 h3,
  .irwin-rcwuh7 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.irwin-pvbk71 .irwin-255mrd {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.irwin-pvbk71 .irwin-z08tch {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.irwin-z08tch {
  margin: 0 0 28px;
}

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

.irwin-255mrd {
  margin: 0 0 28px;
}

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

.irwin-c5vlis 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-c5vlis h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.irwin-c5vlis .irwin-lffyt5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.irwin-45zxn1 {
  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-45zxn1 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.irwin-030szw {
  position: relative;
  border: none;
}

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

.irwin-sfzgyf {
  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-sfzgyf span {
  height: 32px;
}

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

.irwin-sfzgyf.irwin-7e8srx span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.irwin-z8zn4e.irwin-g3rom1 {
  display: none;
}

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

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

.irwin-38ga8j 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-38ga8j table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

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

.irwin-38ga8j 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-38ga8j table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.irwin-g54bse {
  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-g54bse {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

.irwin-q588bg 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-q588bg tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

.irwin-cssyyf {
  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-2mx92n {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.irwin-jjak1g {
  display: none;
}

@media only screen and (max-width: 767px) {
  .irwin-jjak1g {
    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-07ddza {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

.irwin-0ygmvu {
  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-0ygmvu {
    padding: 0 16px;
  }
}

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

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

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

.irwin-0ygmvu li span {
  opacity: 0.5;
}

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

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

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

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

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

.irwin-qi8uzt 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-qi8uzt 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-qi8uzt 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-qi8uzt tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.irwin-qi8uzt 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-qi8uzt 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-qi8uzt tbody tr td:last-of-type {
  margin-left: auto;
}

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

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

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

.irwin-qi8uzt tbody tr td .irwin-q06twv {
  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-id76rh ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

.irwin-qi8uzt tbody tr td .irwin-wlbiae {
  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-qi8uzt tbody tr td .irwin-wlbiae:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

.irwin-vnmimf {
  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-vnmimf {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

.irwin-lunzma {
  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-lunzma {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.irwin-q65ncc::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-u576nr {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

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

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

.irwin-irg39y {
  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-irg39y {
    padding: 0 16px;
  }
}

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

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

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

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

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

.irwin-8hz782 {
  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-8hz782 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-8hz782 {
    flex-basis: auto;
  }
}

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

.irwin-2fuso8 {
  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-id76rh ease-in-out;
}

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

.irwin-pw1k3z {
  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-pw1k3z:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.irwin-fxmiw6 .irwin-2fuso8 {
  width: 50%;
  margin: 0;
}

.irwin-s93hey {
  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-s93hey:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.irwin-73ti8w {
  margin: 0 0 100px;
}

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

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

.irwin-co2fz0 {
  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-co2fz0 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

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

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

.irwin-i66762 {
  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-i66762 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.irwin-i66762 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-id76rh ease-in-out;
}

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

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

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

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

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

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

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

.irwin-cj72am {
  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-cj72am {
    padding: 0 16px;
  }
}

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

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

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

.irwin-4vqi5g h1,
.irwin-4vqi5g 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-4vqi5g h1,
  .irwin-4vqi5g h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.irwin-hghh2w 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-hghh2w h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.irwin-hghh2w 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-hghh2w h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.irwin-hghh2w 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-hghh2w 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-hghh2w table tr td {
    padding: 12px 4px;
  }
}

.irwin-hghh2w 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-hghh2w table tr th {
    padding: 12px 4px;
  }
}

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

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

.irwin-45msz4 {
  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-45msz4 {
    min-height: 190px;
  }
}

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

.irwin-j4tafv::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-gzpmca {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.irwin-gzpmca.irwin-xfzebh {
  display: none;
}

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

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

.irwin-oticwb iframe.irwin-5o6wyr {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.irwin-oticwb.irwin-mql26z {
  opacity: 1;
  pointer-events: all;
}

.irwin-ksdixx {
  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-id76rh ease-in-out;
}

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

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

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

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

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

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

.irwin-cj72am .irwin-c5vlis {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.irwin-cj72am .irwin-c5vlis h1,
.irwin-cj72am .irwin-c5vlis 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-cj72am .irwin-c5vlis h1,
  .irwin-cj72am .irwin-c5vlis h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

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

.irwin-e7h8u6 {
  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-e7h8u6 {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.irwin-9jkkf2 .irwin-lffyt5 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

.irwin-10r6cf img {
  width: 100%;
}

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

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

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

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

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

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

.irwin-vs1qch .irwin-jwq7kg {
  position: relative;
}

.irwin-vs1qch .irwin-8o6ne5 {
  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-vs1qch .irwin-8o6ne5.irwin-xfzebh {
  display: none;
}

.irwin-vs1qch .irwin-wlyja0 {
  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-vs1qch .irwin-wlyja0 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

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

.irwin-vs1qch .irwin-wlyja0 .irwin-m0bxff {
  max-width: 300px;
  width: 100%;
}

.irwin-vs1qch .irwin-wlyja0 .irwin-m0bxff .irwin-ok0u63 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .irwin-vs1qch .irwin-wlyja0 .irwin-m0bxff .irwin-ok0u63 {
    font-size: 32px;
    text-align: center;
  }
}

.irwin-vs1qch .irwin-wlyja0 .irwin-m0bxff .irwin-o5pjed {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .irwin-vs1qch .irwin-wlyja0 .irwin-m0bxff .irwin-o5pjed {
    text-align: center;
  }
}

.irwin-vs1qch .irwin-wlyja0 .irwin-cgfi47 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.irwin-vs1qch .irwin-wlyja0 .irwin-cgfi47 .irwin-lyl556 {
  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-id76rh ease-in-out;
}

.irwin-vs1qch .irwin-wlyja0 .irwin-cgfi47 .irwin-lyl556:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .irwin-vs1qch .irwin-wlyja0 .irwin-cgfi47 .irwin-lyl556 {
    width: 100%;
  }
}

.irwin-vs1qch .irwin-wlyja0 .irwin-cgfi47 .irwin-hcxyyh {
  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-id76rh ease-in-out;
  overflow: hidden;
}

.irwin-vs1qch .irwin-wlyja0 .irwin-cgfi47 .irwin-hcxyyh 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-vs1qch .irwin-wlyja0 .irwin-cgfi47 .irwin-hcxyyh: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-vs1qch .irwin-wlyja0 .irwin-cgfi47 .irwin-hcxyyh:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .irwin-vs1qch .irwin-wlyja0 .irwin-cgfi47 .irwin-hcxyyh {
    width: 100%;
  }
}

.irwin-vs1qch .irwin-wlyja0.irwin-xfzebh {
  display: none;
}

.irwin-vs1qch .irwin-kqgh0b {
  display: none;
}

.irwin-vs1qch .irwin-kqgh0b.irwin-mql26z {
  display: block;
}

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

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

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

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

.irwin-vs1qch .irwin-1q8ok3 .irwin-ok0u63 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .irwin-vs1qch .irwin-1q8ok3 .irwin-ok0u63 {
    margin-bottom: 24px;
  }
}

.irwin-vs1qch .irwin-1q8ok3 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-vs1qch .irwin-1q8ok3 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-vs1qch .irwin-1q8ok3 table tr td {
    padding: 12px 4px;
  }
}

.irwin-vs1qch .irwin-1q8ok3 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-vs1qch .irwin-1q8ok3 table tr th {
    padding: 12px 4px;
  }
}

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

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

.irwin-xh5j3g.irwin-zh376r {
  display: block;
}

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

.irwin-xh5j3g .irwin-1jexkz {
  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-xh5j3g .irwin-78kjuo {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.irwin-xh5j3g .irwin-hcxyyh {
  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-id76rh ease-in-out;
}

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

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

.irwin-9mqu59.irwin-zh376r {
  display: block;
}

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

.irwin-2ang6b {
  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-e7m6mq {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.irwin-7152h7.irwin-xfzebh {
  display: none;
}

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

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

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

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

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

.irwin-ofhh0p 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-id76rh ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

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

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

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

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

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

.irwin-n0a8hm {
  margin-bottom: 36px;
}

.irwin-n0a8hm 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-n0a8hm textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.irwin-t8gy5r {
  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-id76rh ease-in-out;
}

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

.irwin-crvjh8 {
  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-id76rh ease-in-out;
}

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

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

.irwin-i20okf.irwin-xfzebh {
  display: none;
}

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

.irwin-i20okf .irwin-t8gy5r {
  margin: 0 auto;
}

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

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

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

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

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

.irwin-fi0n7a > 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-6f9vq6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.irwin-a8yojh 44.irwin-n2dfya.irwin-spc4om.irwin-v3e16o.irwin-rwji4v.irwin-aol7fe.irwin-9pxgnp.irwin-fc7jgi.irwin-sp3xaw.irwin-yeh5ds.irwin-r4hwd8.irwin-i1le2j.irwin-myc89f 0l-12.irwin-cddsbi 30.irwin-2j4tsk.irwin-xxkvcx 2.irwin-5kwct9.irwin-xxkvcx 3.irwin-gqeqhf 3.irwin-zwf6i7.irwin-zajjvn 3.irwin-myz3qr.irwin-zy3j5e.irwin-tfg3j8.irwin-tijnt6 7-3.irwin-cddsbi 10.irwin-oelfdb.irwin-tijnt6 23.irwin-y6i2dd.irwin-kupchf 1.irwin-rbpy27 2.irwin-cddsbi 3.irwin-kupchf 1.irwin-zajjvn 5.irwin-m20pll.irwin-zajjvn 32.irwin-eae9jx.irwin-zy3j5e 5.irwin-myc89f 4.irwin-tijnt6 9.irwin-tijnt6 8.irwin-zajjvn 6.irwin-2sk9dm.irwin-z52ip8.irwin-87lgkh.irwin-pv61f6.irwin-hc4t3u 4.irwin-jvaxtx.irwin-hc4t3u 6.irwin-hc4t3u 0l29.irwin-myc89f 17.irwin-iscrqj.irwin-nf0bl3 2.irwin-d33rq4 10.irwin-57avcx.irwin-cddsbi 8.irwin-63f879.irwin-k4f1eh.irwin-jxfqqb.irwin-02wuux.irwin-38dmfo.irwin-zy3j5e.irwin-aol7fe.irwin-cddsbi 1.irwin-wi8cy7.irwin-t8lkv2.irwin-hjhxce.irwin-yi5wk7.irwin-i07lps.irwin-rbpy27 1.irwin-ma9egz.irwin-2cfuu9.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.irwin-fi0n7a > input:checked ~ label,
.irwin-fi0n7a > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.irwin-6f9vq6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.irwin-a8yojh 44.irwin-n2dfya.irwin-spc4om.irwin-v3e16o.irwin-rwji4v.irwin-aol7fe.irwin-9pxgnp.irwin-fc7jgi.irwin-sp3xaw.irwin-yeh5ds.irwin-r4hwd8.irwin-i1le2j.irwin-myc89f 0l-12.irwin-cddsbi 30.irwin-2j4tsk.irwin-xxkvcx 2.irwin-5kwct9.irwin-xxkvcx 3.irwin-gqeqhf 3.irwin-zwf6i7.irwin-zajjvn 3.irwin-myz3qr.irwin-zy3j5e.irwin-tfg3j8.irwin-tijnt6 7-3.irwin-cddsbi 10.irwin-oelfdb.irwin-tijnt6 23.irwin-y6i2dd.irwin-kupchf 1.irwin-rbpy27 2.irwin-cddsbi 3.irwin-kupchf 1.irwin-zajjvn 5.irwin-m20pll.irwin-zajjvn 32.irwin-eae9jx.irwin-zy3j5e 5.irwin-myc89f 4.irwin-tijnt6 9.irwin-tijnt6 8.irwin-zajjvn 6.irwin-2sk9dm.irwin-z52ip8.irwin-87lgkh.irwin-pv61f6.irwin-hc4t3u 4.irwin-jvaxtx.irwin-hc4t3u 6.irwin-hc4t3u 0l29.irwin-myc89f 17.irwin-iscrqj.irwin-nf0bl3 2.irwin-d33rq4 10.irwin-57avcx.irwin-cddsbi 8.irwin-63f879.irwin-k4f1eh.irwin-jxfqqb.irwin-02wuux.irwin-38dmfo.irwin-zy3j5e.irwin-aol7fe.irwin-cddsbi 1.irwin-wi8cy7.irwin-t8lkv2.irwin-hjhxce.irwin-yi5wk7.irwin-i07lps.irwin-rbpy27 1.irwin-ma9egz.irwin-2cfuu9.5z'/%3e%3c/svg%3e");
}

.irwin-fi0n7a > input:not(:checked) ~ label:hover,
.irwin-fi0n7a > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.irwin-6f9vq6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.irwin-a8yojh 44.irwin-n2dfya.irwin-spc4om.irwin-v3e16o.irwin-rwji4v.irwin-aol7fe.irwin-9pxgnp.irwin-fc7jgi.irwin-sp3xaw.irwin-yeh5ds.irwin-r4hwd8.irwin-i1le2j.irwin-myc89f 0l-12.irwin-cddsbi 30.irwin-2j4tsk.irwin-xxkvcx 2.irwin-5kwct9.irwin-xxkvcx 3.irwin-gqeqhf 3.irwin-zwf6i7.irwin-zajjvn 3.irwin-myz3qr.irwin-zy3j5e.irwin-tfg3j8.irwin-tijnt6 7-3.irwin-cddsbi 10.irwin-oelfdb.irwin-tijnt6 23.irwin-y6i2dd.irwin-kupchf 1.irwin-rbpy27 2.irwin-cddsbi 3.irwin-kupchf 1.irwin-zajjvn 5.irwin-m20pll.irwin-zajjvn 32.irwin-eae9jx.irwin-zy3j5e 5.irwin-myc89f 4.irwin-tijnt6 9.irwin-tijnt6 8.irwin-zajjvn 6.irwin-2sk9dm.irwin-z52ip8.irwin-87lgkh.irwin-pv61f6.irwin-hc4t3u 4.irwin-jvaxtx.irwin-hc4t3u 6.irwin-hc4t3u 0l29.irwin-myc89f 17.irwin-iscrqj.irwin-nf0bl3 2.irwin-d33rq4 10.irwin-57avcx.irwin-cddsbi 8.irwin-63f879.irwin-k4f1eh.irwin-jxfqqb.irwin-02wuux.irwin-38dmfo.irwin-zy3j5e.irwin-aol7fe.irwin-cddsbi 1.irwin-wi8cy7.irwin-t8lkv2.irwin-hjhxce.irwin-yi5wk7.irwin-i07lps.irwin-rbpy27 1.irwin-ma9egz.irwin-2cfuu9.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.irwin-96m577.irwin-xfzebh {
  display: none;
}

.irwin-0nygt6 {
  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-0nygt6 {
    height: 74px;
    overflow: visible;
  }
}

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

.irwin-rf9rtt {
  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-rf9rtt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

@media only screen and (max-width: 767px) {
  .irwin-rf9rtt {
    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-rf9rtt img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.irwin-erovv8 {
  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-erovv8::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-erovv8::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.irwin-erovv8::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-erovv8::after {
    display: none;
  }
}

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

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

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

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

.irwin-cb5hxv {
  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-id76rh ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.irwin-96m577.irwin-y9sm4m .irwin-0nygt6 {
  background: #2b3b67;
}

.irwin-96m577.irwin-y9sm4m .irwin-rf9rtt {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.irwin-96m577.irwin-y9sm4m .irwin-rf9rtt::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.irwin-96m577.irwin-y9sm4m .irwin-rf9rtt::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.irwin-96m577.irwin-y9sm4m .irwin-erovv8::before {
  background: #0e0f41;
}

.irwin-96m577.irwin-y9sm4m .irwin-erovv8::after {
  background: #152557;
}

.irwin-96m577.irwin-uazsml .irwin-0nygt6 {
  background: #1f35fa;
}

.irwin-96m577.irwin-uazsml .irwin-rf9rtt {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.irwin-96m577.irwin-uazsml .irwin-rf9rtt::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.irwin-96m577.irwin-uazsml .irwin-rf9rtt::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.irwin-96m577.irwin-uazsml .irwin-erovv8::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.irwin-96m577.irwin-uazsml .irwin-erovv8::after {
  background: #192ac8;
}

.irwin-96m577.irwin-abry4d .irwin-0nygt6 {
  background: #fa771f;
}

.irwin-96m577.irwin-abry4d .irwin-rf9rtt {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.irwin-96m577.irwin-abry4d .irwin-rf9rtt::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.irwin-96m577.irwin-abry4d .irwin-rf9rtt::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.irwin-96m577.irwin-abry4d .irwin-erovv8::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.irwin-96m577.irwin-abry4d .irwin-erovv8::after {
  background: #fa8535;
}

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

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

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

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

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

.irwin-1lizol {
  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-1lizol {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.irwin-a33hcd {
  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-a33hcd {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.irwin-5su656 {
  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-5su656:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

.irwin-33tcia .irwin-kur4du {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.irwin-vn64nr {
  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-vn64nr.irwin-mql26z {
  display: block;
}

.irwin-vn64nr.irwin-xfzebh {
  display: none;
}

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

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

.irwin-hqctgd {
  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-4wbjxo {
  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-67ar38 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.irwin-8kvj4s {
  font-size: 16px;
  line-height: 140%;
}

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

.irwin-i1vxgz .irwin-kur4du {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

.irwin-irfcsg {
  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-irfcsg {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.irwin-i5uc4l {
  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-i5uc4l {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.irwin-ibaabp {
  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-cg7lk6 {
  flex: 1;
  min-width: 0;
}

.irwin-j9x76v {
  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-j9x76v {
    font-size: 14px;
    gap: 6px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.irwin-68bl3q {
  max-width: 300px;
  width: 100%;
}

.irwin-68bl3q a {
  width: 100%;
}

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

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

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

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

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

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

.irwin-9wm9k3 .irwin-03awqx {
  justify-content: center;
}

/* faq */

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

.irwin-qovy97 {
  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-eap0ab ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.irwin-kepw2u.irwin-zh376r .irwin-qovy97::after {
  transform: rotate(45deg);
}

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

.irwin-kepw2u.irwin-zh376r .irwin-9qw26t {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.irwin-3kioca {
  margin: 25px 0;
}

.irwin-fi0n7a > input:not(:checked) ~ label:hover,
.irwin-fi0n7a > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.irwin-ihi0d5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.irwin-cy2f0c 44.irwin-ewh0bi.irwin-g38hjh.irwin-8pls19.irwin-bgkchd.irwin-clbfva.irwin-i0tdhz.irwin-spmxb9.irwin-dkjjya.irwin-wtxcwr.irwin-tovdo5.irwin-4zqxyo.irwin-obfai6 0l-12.irwin-6hj3om 30.irwin-9rd4cs.irwin-pl9jta 2.irwin-7wgnyp.irwin-pl9jta 3.irwin-lx6bz7 3.irwin-tkq917.irwin-t6kb57 3.irwin-n6y9m8.irwin-fid1dl.irwin-cl28rp.irwin-o5ha9k 7-3.irwin-6hj3om 10.irwin-3f5zf2.irwin-o5ha9k 23.irwin-c2vjum.irwin-6wyh07 1.irwin-1sjam5 2.irwin-6hj3om 3.irwin-6wyh07 1.irwin-t6kb57 5.irwin-srhidz.irwin-t6kb57 32.irwin-mc59bf.irwin-fid1dl 5.irwin-obfai6 4.irwin-o5ha9k 9.irwin-o5ha9k 8.irwin-t6kb57 6.irwin-bhfwcb.irwin-mzi1gs.irwin-47l4ys.irwin-8ur5fk.irwin-wbn9hn 4.irwin-ixolib.irwin-wbn9hn 6.irwin-wbn9hn 0l29.irwin-obfai6 17.irwin-3p9nwa.irwin-g34z4n 2.irwin-x0tsuf 10.irwin-1w5ty8.irwin-6hj3om 8.irwin-pdo606.irwin-opcazs.irwin-p2a5mg.irwin-9sgsvn.irwin-gq57o8.irwin-fid1dl.irwin-clbfva.irwin-6hj3om 1.irwin-04lzs3.irwin-heiken.irwin-5g2fo5.irwin-ybg10n.irwin-spwyq7.irwin-1sjam5 1.irwin-xipfn7.irwin-pdk0ac.5z'/%3e%3c/svg%3e");
}

.irwin-tvbx1a {
  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-tvbx1a {
    gap: 16px 0;
  }
}

.irwin-gkazzb {
  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-gkazzb.irwin-klg0fj {
  display: block;
}

.irwin-gkazzb.irwin-ik9z7o {
  display: none;
}

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

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

.irwin-2bbal9 {
  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-57iqpy {
  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-ac0d53 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.irwin-69aaej {
  font-size: 16px;
  line-height: 140%;
}

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

.irwin-ipnl2m .irwin-tzszeg {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.irwin-4gm524 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-4gm524 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-i31pa9 {
  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-i31pa9.irwin-cdle6a {
  opacity: 1;
  pointer-events: auto;
}
