* {
  box-sizing: border-box;
}
body {
  font-family: "WorkSans", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

ul.custom-list {
  list-style: none;
  padding-left: 0;
  font-family: "WorkSans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

ul.custom-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

ul.custom-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: blue;
  font-size: 20px;
  line-height: 1;
  top: 2px;
}

.quote-block {
  position: relative;
  padding-left: 20px;
  font-family: "WorkSans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  max-width: 700px;
}

.quote-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #007bff;
}

.quantum-steps {
  max-width: 700px;
  margin-right: auto;
  padding: 20px 0;
}

.quantum-steps .step-box {
  display: flex;
  align-items: center;
  background-color: #fff0f0;
  padding: 16px 20px;
  margin-bottom: 16px;
  border-radius: 8px;
  border-left: 4px solid #dc0000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.quantum-steps .step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: dc0000;
  border: 2px solid #000000;
  color: #000000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 16px;
  flex-shrink: 0;
}

.quantum-steps .step-text {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.5;
}

:root {
  --root-width: 100%;
  --root-max-width: none;
  --root-padding-left: 32px;
  --root-padding-top: 32px;
  --root-padding-right: 32px;
  --root-padding-bottom: 32px;
  --root-overflow: hidden;
  --root-bg: rgba(255, 255, 255, 1);
  --root-color: rgba(15, 15, 15, 1);
  --button-primary-bg: rgba(15, 15, 15, 1);
  --button-primary-hover-bg: rgba(28, 28, 28, 1);
  --button-primary-color: rgba(15, 15, 15, 1);
  --button-secondary-bg: rgba(230, 230, 230, 1);
  --button-secondary-hover-bg: rgba(217, 217, 217, 1);
  --button-secondary-color: rgba(15, 15, 15, 1);
  --button-normal-bg: rgba(15, 15, 15, 0.05);
  --button-normal-color: rgba(15, 15, 15, 1);
  --input-bg: rgba(15, 15, 15, 0.05);
  --input-color: rgba(15, 15, 15, 1);
  --input-placeholder-color: rgba(15, 15, 15, 0.5);
  --icon-close: url("992a49853bb509b6290ea0a9bb3fdb1396c986fa.svg");
  --icon-back: url("c231ed8f1c7f1bbb148bc5c5dbef6c1e77d9daaf.svg");
  --icon-caret: url("4491756e5535cc8c7977d21be9042e4962208f2a.svg");
  --icon-arrow: url("4491756e5535cc8c7977d21be9042e4962208f2a.svg");
  --icon-checkmark: url("5e1f8626b85f9a53ca99b20532eeddef5a0bb905.svg");
}

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

[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.dropdown-7ry
  .container-58h:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover {
  cursor: pointer;
}

[type="button"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.dropdown-7ry
  .container-58h:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover
  button {
  cursor: pointer;
}

.dropdown-7ry
  .container-58h:not(:has(+ input[disabled])):not(:has(+ input[readonly]))
  .select-pon:hover {
  background-color: var(--iti-hover-color);
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: "WorkSans", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "WorkSans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
h1,
h2,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
h1,
h2,
h4,
h5 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-4,
.col-md-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
  padding-top: 16px;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "WorkSans", sans-serif;
}
body {
  margin: 0;
  padding: 0 !important;
}
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
}
body {
  background-color: #fff;
  color: #333;
  font-family: "WorkSans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
h1,
h2,
h4,
h5 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
h1,
h2 {
  margin-bottom: 10px;
  margin-top: 20px;
}
h4,
h5 {
  margin-bottom: 10px;
  margin-top: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
ul {
  margin-bottom: 10px;
  margin-top: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-md-4,
.col-md-8 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .col-md-4,
  .col-md-8 {
    float: left;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
}
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.container:after,
.row:after {
  clear: both;
}

img {
  padding: 100px;
}
a:focus,
a:hover {
  outline: none;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.content-box {
  background: #fff;
}
.content h1 {
  color: #222;
  font-family: "WorkSans", sans-serif;
  font-size: 46px;
  line-height: 44px;
  margin: 30px 0 16px;
}
.content .img-responsive {
  margin: 0 auto 5px;
}
.content p {
  color: #222;
  font-family: "WorkSans", sans-serif;
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 20px;
}
.content h5 {
  color: #222;
  font-family: "WorkSans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin: 8px 0 20px;
}
.content h5.pink-border-bottom {
  border-bottom: 2px solid #0198bd;
  color: #666;
  margin-bottom: 15px;
}
.content h4 {
  color: #222;
  font-family: "WorkSans", sans-serif;
  font-size: 21px;
  line-height: 28px;
  margin: 0 0 20px;
}
.content p a,
.content p a:focus,
.content p a:hover {
  color: #0198bd;
}
.content .revival-box2 {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
.content .revival-box2 {
  background: #f5f9fa;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .content h1 {
    font-size: 30px;
  }
}
.comments {
  background: #fff;
  padding-bottom: 30px;
}
.col-md-4 {
  padding-top: 30px;
}
@media only screen and (max-width: 992px) {
  .col-md-4 {
    display: none;
  }
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "WorkSans", sans-serif;
}
body {
  margin: 0;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
}
body {
  background-color: #fff;
  color: #333;
  font-family: "WorkSans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
ul {
  margin-bottom: 10px;
  margin-top: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.container:after,
.row:after {
  clear: both;
}

body {
  margin-top: 0;
  overflow-x: hidden;
  padding: 90px;
}
img {
  display: inline;
}
a {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}
.fb-post {
  border: 1px solid #dddfe2;
  border-radius: 3px;
  box-sizing: border-box;
  font: 400 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 12px;
  width: 100%;
}
.fb-comment__sort {
  color: #365899;
  cursor: pointer;
  margin: 10px 0;
}
.fb-comment__sort:hover {
  text-decoration: underline;
}
.fb-comment__avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 32px;
  margin-right: 8px;
  min-width: 32px;
  overflow: hidden;
  padding: 0 !important;
}
.fb-comment__item {
  align-items: top;
  display: flex;
  margin: 10px 0;
}
.fb-comment__content {
  display: flex;
  flex-direction: column;
}
.fb-comment__text {
  background-color: #f2f3f5;
  border-radius: 18px;
  box-sizing: border-box;
  color: #1d2129;
  margin: 0;
  max-width: 95%;
  padding: 8px 10px;
  position: relative;
}
.fb-comment__author {
  color: #365899;
  font-weight: 600;
  text-decoration: none;
}
.fb-comment__author:hover {
  text-decoration: underline;
}
.fb-comment__react {
  color: #365899;
  text-decoration: none;
}
.fb-comment__react:after {
  color: #606770;
  content: "\B7";
  padding: 3px;
}
.fb-comment__posted {
  color: #606770;
}
.fb-comment__more {
  color: #365899;
  text-decoration: none;
}
.fb-comment__more:hover {
  text-decoration: underline;
}
.fb-comment__like {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  bottom: -7px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  height: 20px;
  padding: 2px 1px 2px 2px;
  position: absolute;
  right: 0;
  width: 44px;
}
.fb-comment__like img {
  display: inline-block;
  height: 18px;
  margin-right: 3px;
  padding: 0 !important;
  width: 18px;
}
.comment-updating {
  color: #90949c !important;
  padding-left: 50px;
}
.comment-updating p {
  color: #90949c;
  display: inline-block;
  margin-left: 10px;
}
.fb-comment__item.new-coments {
  animation-delay: 3s;
  animation-duration: 2s;
  animation-timing-function: 1;
  display: none;
  height: 0;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .fb-post {
    border: none;
    padding: 10px;
  }
  .fb-post {
    margin: 0;
    width: 100%;
  }
  .fb-comment__text {
    max-width: 100%;
  }
}
img {
  padding: 0 !important;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-text-gray: #999;
  --iti-border-gray: #ccc;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(
    var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) +
      var(--iti-flag-width)
  );
  --iti-selected-country-arrow-padding: calc(
    var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) +
      var(--iti-spacer-horizontal) + var(--iti-arrow-width) +
      var(--iti-input-padding)
  );
  --iti-path-flags-1x: url("flags.png");
  --iti-path-flags-2x: url("flags@2x.png");
  --iti-path-globe-1x: url("globe.png");
  --iti-path-globe-2x: url("globe@2x.png");
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti__selected-country-primary:hover,
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti__selected-country:has(+ .iti__dropdown-content:hover)
  .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

@media all {
  body {
    font-family: "WorkSans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    background: var(--body-bg);
    color: var(--brand-c2);
  }
}
body {
  font-family: "WorkSans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.15;
  color: #212529;
  text-align: left;
  background: 0 0;
}
@media (max-width: 767px) {
  body {
    font-size: 1.1428571429rem;
  }
}
@media all {
  * {
    box-sizing: border-box;
  }
}

* {
  box-sizing: border-box;
}

body {
  transition: opacity ease-in 0.2s;
}

@media all {
  body {
    min-height: 100%;
    height: 100%;
    font-family: "WorkSans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
  }

  body {
    position: relative;
    min-width: 320px;
    margin: 0;
    background: var(--body-bg);
    color: var(--brand-c2);
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden;
  }
}

body {
  margin: 0;
  font-family: "WorkSans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

body {
  font-family: "WorkSans", sans-serif;
}

body {
  overflow-x: hidden;
}

body {
  background-color: #fff;
}

body {
  background: 0 0;
  font-family: "WorkSans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4444444444;
}

body {
  --iti-flag-width: 20px;
}

body {
  font-family: "WorkSans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4444444444;
  margin: 0;
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "WorkSans", sans-serif;
  overflow-x: hidden;
}

body:not(.mce-content-body) {
  overflow-x: hidden;
}

@media all {
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  html {
    min-height: 100%;
    height: 100%;
    font-family: "WorkSans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

html {
  font-family: "WorkSans", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-weight: normal;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html {
  font-size: 14px;
}

@media all {
  :root {
    --bs-font-sans-serif: "WorkSans", sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
  }

  :root {
    --white: #ffffff;
    --brand-c1: #fc4842;
    --brand-c2: #111115;
    --brand-c3: #e8574b;
    --brand-c4: #464655;
    --brand-c6: #e1e1e4;
    --brand-c7: #6b6b76;
    --brand-c8: #909099;
    --brand-c9: #353540;
    --brand-c12: #f3f3f4;
    --brand-c15: #fd918e;
    --body-bg: var(--white);
    --link-color-hover: var(--brand-c3);
    --sport-widget-c1: var(--brand-c1);
    --sport-widget-c3: var(--brand-c15);
    --sport-widget-c4: var(--brand-c3);
    --site-color-light-24: var(--brand-c1);
    --site-color-dark-24: var(--brand-c1);
    --clr-brand24x-1: #002e5e;
    --clr-brand24x-2: #c6e6f9;
    --clr-brand24x-3: #2795d5;
  }

  :root {
    font-size: 62.5%;
  }

  :root {
    --clr-white: #ffffff;
    --clr-lightest-gray: #f3f3f4;
    --clr-lighter-gray: #e1e1e4;
    --clr-light-gray: #cacacc;
    --clr-medium-gray: #909099;
    --clr-dark-gray: #6b6b76;
    --clr-darker-gray: #464655;
    --clr-darkest-gray: #353540;
    --clr-black: #111115;
    --clr-light-red: rgba(252, 72, 66, 0.1);
    --clr-red: #fc4842;
    --clr-light-green: rgba(87, 166, 0, 0.1);
    --clr-green: #57a600;
    --clr-box-border: var(--clr-light-gray);
    --clr-icon-fg: var(--clr-dark-gray);
    --clr-btn-fg: var(--clr-white);
    --clr-btn-bg: var(--clr-darker-gray);
    --clr-btn-disabled-fg: var(--clr-light-gray);
    --clr-btn-disabled-bg: var(--clr-lightest-gray);
    --clr-btn-hover-fg: var(--clr-white);
    --clr-btn-hover-bg: var(--clr-darkest-gray);
    --clr-btn-sec-fg: var(--clr-medium-gray);
    --clr-btn-sec-border: var(--clr-medium-gray);
    --clr-btn-sec-disabled-fg: var(--clr-lighter-gray);
    --clr-btn-sec-disabled-border: var(--clr-lighter-gray);
    --clr-btn-sec-hover-fg: var(--clr-dark-gray);
    --clr-btn-sec-hover-border: var(--clr-dark-gray);
    --clr-spec-btn: var(--clr-white);
    --clr-spec-btn-hover: var(--clr-lighter-gray);
    --clr-spec-btn-border: var(--clr-lighter-gray);
    --clr-inp-label: var(--clr-darkest-gray);
    --clr-inp-fg: var(--clr-black);
    --clr-inp-bg: var(--clr-white);
    --clr-inp-border: var(--clr-light-gray);
    --clr-inp-focus-shadow: var(--clr-lighter-gray);
    --clr-inp-focus-border: var(--clr-medium-gray);
    --clr-inp-error-border: var(--clr-red);
    --clr-inp-icon: var(--clr-medium-gray);
    --clr-inp-readonly-fg: var(--clr-medium-gray);
    --clr-inp-readonly-bg: var(--clr-lightest-gray);
    --clr-cb-bg: var(--clr-medium-gray);
    --clr-cb-fg: var(--clr-white);
    --clr-cb-checked-bg: var(--clr-darker-gray);
    --clr-cb-checked-fg: var(--clr-white);
    --clr-info-error-fg: var(--clr-red);
    --clr-info-error-bg: var(--clr-light-red);
    --clr-info-success-fg: var(--clr-green);
    --clr-info-success-bg: var(--clr-light-green);
    --clr-info-fg: var(--clr-medium-gray);
    --clr-link: var(--clr-darkest-gray);
    --clr-link-underline: var(--clr-light-gray);
    --clr-link-hover: var(--clr-red);
    --clr-link-hover-underline: var(--clr-red);
    --clr-separator: var(--clr-light-gray);
    --clr-highlight-fg: var(--clr-darkest-gray);
    --clr-highlight-bg: var(--clr-lightest-gray);
    --clr-fg: var(--clr-black);
    --clr-bg: var(--clr-white);
    --grad-transparent: 50%;
    --grad-opacity: 0.15;
    --bg-image-gradient: radial-gradient(
        at 40% 20%,
        hsla(28, 100%, 74%, var(--grad-opacity)) 0px,
        transparent var(--grad-transparent)
      ),
      radial-gradient(
        at 80% 0%,
        hsla(189, 100%, 56%, var(--grad-opacity)) 0px,
        transparent var(--grad-transparent)
      ),
      radial-gradient(
        at 0% 50%,
        hsla(355, 100%, 93%, var(--grad-opacity)) 0px,
        transparent var(--grad-transparent)
      ),
      radial-gradient(
        at 80% 50%,
        hsla(340, 100%, 76%, var(--grad-opacity)) 0px,
        transparent var(--grad-transparent)
      ),
      radial-gradient(
        at 0% 100%,
        hsla(22, 100%, 77%, var(--grad-opacity)) 0px,
        transparent var(--grad-transparent)
      ),
      radial-gradient(
        at 80% 100%,
        hsla(242, 100%, 70%, var(--grad-opacity)) 0px,
        transparent var(--grad-transparent)
      ),
      radial-gradient(
        at 0% 0%,
        hsla(343, 100%, 76%, var(--grad-opacity)) 0px,
        transparent var(--grad-transparent)
      );
    --transition-algo: ease;
    --transition-duration: 0.5s;
    --transition: var(--transition-duration) var(--transition-algo);
  }
}

:root {
  --white: #fff;
}

:root {
  --iti-spacer-horizontal: 8px;
  --iti-flag-width: 20px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(
    var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) +
      var(--iti-flag-width)
  );
  --iti-selected-country-arrow-padding: calc(
    var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) +
      var(--iti-spacer-horizontal) + var(--iti-arrow-width) +
      var(--iti-input-padding)
  );
}

:root {
  --iti-spacer-horizontal: 8px;
  --iti-flag-width: 20px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(
    var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) +
      var(--iti-flag-width)
  );
  --iti-selected-country-arrow-padding: calc(
    var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) +
      var(--iti-spacer-horizontal) + var(--iti-arrow-width) +
      var(--iti-input-padding)
  );
}

@media all {
  nav {
    display: block;
  }
}

nav {
  display: block;
}

@media all {
  .header-5ve {
    height: 35px;
  }
}

@media (min-width: 768px) {
  .header-5ve {
    height: 45px;
  }
}

@media all {
  .header-cr9 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    transition: all 0.5s;
    z-index: 100;
  }

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

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

@media all {
  .lcedr:before,
  .lcedr:after {
    content: " ";
    display: table;
  }

  .lcedr:after {
    clear: both;
  }

  .header-cr9:after {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--brand-c6);
    content: "";
    z-index: 5;
  }
}

.lcedr:after {
  content: " ";
  display: table;
}

@media all {
  .container-xda {
    width: 100%;
    padding-right: var(--bs-gutter-x, 10px);
    padding-left: var(--bs-gutter-x, 10px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) {
  .container-xda {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container-xda {
    max-width: 1190px;
  }
}

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

@media all {
  .header-inm {
    position: relative;
    display: flex;
    height: 35px;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .header-inm {
    height: 44px;
  }
}

.container-xda {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-xda {
  margin-bottom: 1.5rem;
  border: 0;
}

@media (min-width: 992px) {
  .header-cr9 .container-xda {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1400px) {
  .header-cr9 .container-xda {
    padding-left: 20px;
    padding-right: 0;
  }
}

@media all {
  .header-e1x {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .header-olj {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h1 {
  font-family: "WorkSans", sans-serif;
}

h1 {
  margin: 0;
}

h1 {
  font-size: 3rem;
  line-height: 1.1428571429;
  letter-spacing: -1px;
}

h1 {
  font-weight: 700;
  margin: 0 0 16px;
}

@media all {
  .vltkw {
    float: left;
  }

  .m-gx9 {
    position: absolute;
    top: 0;
    left: 10px;
    width: 52px;
    height: 60px;
    margin: 0;
    z-index: 110;
  }

  .m-gx9 {
    background: url("/img/logo-24.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: top 0.5s ease;
  }
}

@media (min-width: 768px) {
  .m-gx9 {
    transition: background 0.5s ease, width 0.5s ease, height 0.5s ease,
      top 0.5s ease;
  }

  .m-gx9 {
    left: 10px;
    width: 65px;
    height: 75px;
    background-size: 100%;
  }
}

@media (min-width: 992px) {
  .m-gx9 {
    left: 20px;
  }
}

.lcedr::after {
  content: " ";
  display: table;
}

@media all {
  a {
    text-decoration: none;
    transition: color 0.5s ease;
  }
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

@media all {
  .menu-g6j {
    display: inline-block;
    padding: 0 10px;
    color: var(--brand-c9);
    font-size: 1.3rem;
    line-height: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .menu-g6j {
    padding: 0 17px;
    line-height: 45px;
  }
}

@media all {
  .menu-g6j.-mBars-2do {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 54px;
    height: 35px;
    padding: 0;
    background-image: url("/img/icon-megamenu.svg");
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .menu-g6j.-mBars-2do {
    position: relative;
    right: inherit;
    height: 45px;
    margin-left: 85px;
    line-height: 45px;
  }
}

@media all {
  a:hover {
    text-decoration: none;
    outline: none !important;
  }
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  outline: none;
}

@media all {
  .menu-g6j:hover {
    color: var(--brand-c1);
  }
}

@media (min-width: 992px) {
  .menu-g6j.-mBars-2do:hover {
    top: 0;
    background-image: url("/img/icon-megamenu-colored-24.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media all {
  .dropdown-m45 {
    position: absolute;
    top: 35px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 50;
  }
}

@media (min-width: 768px) {
  .dropdown-m45 {
    top: 45px;
  }
}

@media all {
  .dropdown-oi8 {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px 0;
    background: var(--brand-c12);
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .dropdown-oi8 {
    max-width: 85%;
    padding: 0 20px;
    left: 85px;
  }
}

@media (min-width: 1300px) {
  .dropdown-oi8 {
    max-width: 1113px;
    padding: 0 30px 0 52px;
  }
}

@media all {
  .dropdown-oi8.-megaMenuCnt-t39 {
    padding: 0;
    cursor: default !important;
  }

  .menu-g6j.menu-4t8 {
    display: none;
  }
}

@media (min-width: 1300px) {
  .menu-g6j.menu-4t8 {
    display: inline-block;
    width: 105px;
    height: 24px;
    margin: auto 0 auto 20px;
    background: rgba(0, 0, 0, 0) url("/img/24extra-logo.svg") scroll no-repeat
      center center;
    background-size: contain;
  }
}

@media all {
  .container-py8 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .m-neo.-categoryMenuInHeader-fze {
    display: none;
  }
}

@media (min-width: 992px) {
  .m-neo.-categoryMenuInHeader-fze {
    display: inline-flex;
    margin-right: 0;
    overflow: hidden;
  }
}

@media all {
  .header-ph7 {
    display: flex;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .header-ph7 {
    width: auto;
  }
}

@media all {
  .m-ad9 {
    display: block;
    width: 52px;
    height: 60px;
  }
}

@media (min-width: 768px) {
  .m-ad9 {
    width: 65px;
    height: 75px;
  }
}

@media all {
  .row-tqk {
    display: block;
  }
}

@media (min-width: 992px) {
  .row-tqk {
    display: flex;
  }
}

@media all {
  .u-eox {
    border-color: var(--brand-c6);
  }

  .u-h55 {
    border-top-width: 1px;
    border-top-style: solid;
  }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media all {
  .wrapper-gc6 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

  .wrapper-gc6 {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  .m-neo.-categoryMenuInHeader-fze ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
  }
}

@media (min-width: 1300px) {
  .m-neo.-categoryMenuInHeader-fze ul {
    max-width: 630px;
    transform: none !important;
  }
}

@media all {
  .m-j8h {
    display: none;
    margin: 12px 8px 12px 20px;
    padding-left: 18px;
    padding-right: 18px;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: var(--brand-c6);
    font-size: 1.3rem;
    line-height: 21px;
  }
}

@media (min-width: 992px) {
  .m-j8h {
    display: inline-block;
    float: left;
  }
}

@media all {
  .header-i4v {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-top: 6px;
    text-align: center;
    top: 0;
    left: 128px;
  }
}

@media (min-width: 768px) {
  .header-i4v {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 10px;
  }
}

@media all {
  .btn-zwp {
    display: block;
    width: 100%;
    padding: 15px 0;
    color: var(--white);
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.02em;
    transition: background 0.5s ease;
  }

  .btn-zwp.-subscription-wkt {
    width: 120px;
    height: 25px;
    margin: auto 5px auto 5px;
    padding: 0 10px;
    background: var(--clr-brand24x-2);
    color: var(--clr-brand24x-1);
    font-size: 1rem;
    line-height: 23px;
    letter-spacing: 1px;
  }
}

@media (min-width: 768px) {
  .btn-zwp.-subscription-wkt {
    height: 32px;
    margin: auto 15px auto 5px;
    line-height: 33px;
  }
}

@media all {
  .m-zn4 {
    margin-right: -5px;
  }
}

@media (min-width: 768px) {
  .m-zn4 {
    margin-right: 0;
  }
}

@media all {
  .d-872 {
    display: none !important;
  }
}

.d-872 {
  display: none !important;
}

@media all {
  .search-kwq {
    position: relative;
    margin: 0 10px;
  }
}

@media (min-width: 992px) {
  .search-kwq {
    border-color: var(--brand-c6);
    border-right-width: 1px;
    border-right-style: solid;
    flex: 1 1 55%;
  }
}

@media (min-width: 1300px) {
  .search-kwq {
    flex: 1 1 772px;
  }
}

@media all {
  .m-183 {
    clear: both;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .m-183 {
    flex: 1 1 45%;
  }
}

@media (min-width: 1300px) {
  .m-183 {
    flex: 1 1 339px;
  }
}

@media (min-width: 992px) {
  .m-65z {
    border-color: var(--brand-c6);
    border-right-width: 1px;
    border-right-style: solid;
    flex: 1 1 225px;
  }
}

@media all {
  .m-65z.menu-71w {
    padding-bottom: 20px;
    overflow: hidden;
    border-color: var(--brand-c6);
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}

@media (min-width: 992px) {
  .m-65z.menu-71w {
    border-bottom: none;
  }

  .m-eec {
    border-color: var(--brand-c6);
    border-right-width: 1px;
    border-right-style: solid;
    flex: 1 1 514px;
  }
}

@media all {
  li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .slide-3n2 {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }
}

@media (min-width: 992px) {
  .m-neo.-categoryMenuInHeader-fze li {
    width: auto;
  }
}

@media all {
  .link-ei9 {
    color: var(--brand-c8);
    transition: color 0.5s ease;
  }

  a:hover {
    text-decoration: none;
    outline: none !important;
  }
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

@media all {
  .m-j8h:hover .link-ei9 {
    color: var(--brand-c1);
  }

  .icon-wms {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
  }

  .icon-wms.-normalModeBtn-4bi {
    background-image: url("/img/moon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
  }
}

@media all {
  .ibgrs {
    text-align: center;
  }

  .bol-9ma {
    font-weight: 600;
  }

  .upp-8ew {
    text-transform: uppercase;
  }

  .u-el1 {
    background: var(--brand-c7);
    color: var(--white);
  }

  .m-22h {
    display: inline-block;
    width: 100%;
    max-width: 110px;
    height: 35px;
    margin: 19px 10px;
    line-height: 35px;
  }
}

@media (min-width: 576px) {
  .m-22h {
    max-width: 140px;
  }
}

@media (min-width: 768px) {
  .m-22h {
    margin-left: 15%;
  }
}

@media (min-width: 992px) {
  .m-22h {
    height: 30px;
    max-width: 110px;
    margin: 20px 20px 20px 8px;
    line-height: 30px;
  }
}

@media all {
  .m-22h:hover {
    background-color: var(--brand-c1);
  }

  .link-hzf {
    display: inline-block;
    height: 35px;
    margin-top: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  .link-hzf {
    height: 30px;
  }
}

@media all {
  .link-hzf.-fbLink-w5v {
    width: 35px;
    background: url("/img/icon-fb.svg");
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .link-hzf.-fbLink-w5v {
    width: 30px;
  }

  .link-hzf.-fbLink-w5v:hover {
    background-image: url("/img/icon-fb-colored-24.svg");
    background-size: cover;
  }
}

@media all {
  .link-hzf.-youtubeLink-1o2 {
    width: 35px;
    margin-left: 10px;
    margin-right: 10px;
    background: url("/img/icon-youtube.svg");
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .link-hzf.-youtubeLink-1o2 {
    width: 30px;
  }

  .link-hzf.-youtubeLink-1o2:hover {
    background-image: url("/img/icon-youtube-colored-24.svg");
    background-size: cover;
  }
}

@media all {
  .link-hzf.-instaLink-982 {
    width: 35px;
    background: url("/img/icon-insta.svg");
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .link-hzf.-instaLink-982 {
    width: 30px;
  }

  .link-hzf.-instaLink-982:hover {
    background-image: url("/img/icon-insta-colored-24.svg");
    background-size: cover;
  }
}

@media all {
  .link-hzf.-userLetter-x7a {
    display: none;
  }
}

@media (min-width: 576px) {
  .link-hzf.-userLetter-x7a {
    display: inline-block;
    width: 41px;
    margin-left: 10px;
    background: url("/img/icon-userletter.svg") no-repeat center;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .link-hzf.-userLetter-x7a {
    margin-right: 15%;
  }
}

@media (min-width: 992px) {
  .link-hzf.-userLetter-x7a {
    margin-left: 20px;
    margin-right: inherit;
  }

  .link-hzf.-userLetter-x7a:hover {
    background: url("/img/icon-userletter-colored-24.svg") no-repeat center;
    background-size: cover;
  }
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
}

h2 {
  font-family: "WorkSans", sans-serif;
}

h2 {
  margin: 0;
}

@media all {
  .u-4l3 {
    color: var(--brand-c1);
  }

  .u-k93 {
    position: relative;
  }

  .a-e7c {
    margin-bottom: 10px;
  }
}

.text-fks {
  text-transform: uppercase !important;
}

@media all {
  .a-e7c.-inHeader-ezy {
    margin-top: 12px;
    margin-bottom: 2px;
    padding-left: 10px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 2px;
  }
}

@media (min-width: 992px) {
  .a-e7c.-inHeader-ezy {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 27px;
  }

  .menu-71w .a-e7c.-inHeader-ezy {
    padding-left: 35px;
  }
}

@media all {
  .u-k93:before {
    position: absolute;
    display: inline-block;
    top: 9px;
    left: 0;
    content: "";
  }

  .-megaMenuCnt-t39 .u-k93::before {
    width: 5px;
    height: 10px;
    background-color: var(--brand-c1);
  }
}

@media (min-width: 992px) {
  .-megaMenuCnt-t39 .u-k93::before {
    width: 12px;
    height: 10px;
  }
}

@media all {
  .m-1qx {
    display: flex;
  }
}

@media (min-width: 992px) {
  .m-1qx.col-a4n {
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .block-h7n {
    display: block !important;
  }
}

@media all {
  .tag-mvp {
    display: block;
    font-weight: 400;
    letter-spacing: 0.3px;
  }
}

@media (min-width: 768px) {
  .block-h7n {
    display: block !important;
  }
}

@media all {
  .-categoryMenuInHeader-fze .tag-mvp {
    padding-left: 20px;
    color: var(--brand-c4);
    font-size: 1.3rem;
    letter-spacing: 0.3px;
    line-height: 44px;
  }
}

@media (min-width: 992px) {
  .m-neo.-categoryMenuInHeader-fze li:first-of-type a {
    padding-left: 0;
  }
}

@media all {
  .tag-mvp:before {
    position: relative;
    display: inline-block;
    top: -1px;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    content: "";
    transition: all 0.5s ease;
  }

  .-categoryMenuInHeader-fze .tag-mvp::before {
    background-color: var(--brand-c1);
  }

  .tag-mvp:hover {
    text-decoration: none;
  }

  .-categoryMenuInHeader-fze .tag-mvp:hover {
    color: var(--link-color-hover);
  }
}

@media (min-width: 1300px) {
  .block-laf {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .block-laf {
    display: block !important;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  font-size: 1.2857142857rem;
  line-height: 1.4444444444;
  margin: 0 0 24px;
}

@media all {
  .m-j8h p {
    margin: 0;
  }

  .icon-a76 {
    display: inline-block;
    border-width: 5px;
    border-style: solid;
    border-color: var(--white);
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .icon-a76 {
    margin-right: -6px;
    border-width: 6px;
  }
}

@media all {
  .icon-a76.-loggedIn-c1o {
    display: none;
    min-width: 25px;
    height: 35px;
    background-color: var(--brand-c9);
    transition: background-color 0.5s ease;
  }
}

@media (min-width: 768px) {
  .icon-a76.-loggedIn-c1o {
    min-width: 32px;
    height: 44px;
  }
}

@media all {
  .icon-a76.-loggedIn-c1o:hover {
    background-color: var(--brand-c4);
  }

  .dropdown-oi8.-loginMenu-v9z {
    padding: 25px 0 0 0;
  }
}

@media (min-width: 992px) {
  .dropdown-oi8.-loginMenu-v9z {
    width: 350px;
    padding: 0 0;
    left: inherit;
    right: 15px;
  }
}

@media (min-width: 1300px) {
  .dropdown-oi8.-loginMenu-v9z {
    right: -6px;
  }
}

[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

@media all {
  .col-nox .m-p3b {
    display: block;
    flex: 1 1 50%;
    padding: 3px 11px;
    border-color: var(--brand-c6);
    border-right-width: 1px;
    border-right-style: solid;
  }
}

@media (min-width: 992px) {
  .col-nox .m-p3b {
    display: none;
  }
}

@media all {
  .col-nox .m-p3b:last-of-type {
    padding-left: 20px;
    border-right: none;
  }

  .col-a4n .m-p3b {
    display: none;
  }
}

@media (min-width: 992px) {
  .col-a4n .m-p3b {
    display: block;
    margin-top: 6px;
    padding: 0 15px 0 27px;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: var(--brand-c6);
    flex: 1 1 33%;
  }

  .col-a4n .m-p3b:last-of-type {
    border-right: none;
  }
}

@media all {
  .m-n84 {
    padding-right: 5px;
  }

  .icon-m29 {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    float: left;
    z-index: 5;
  }
}

@media (min-width: 768px) {
  .icon-m29 {
    width: 32px;
    height: 32px;
  }
}

@media all {
  .-loggedOut-i5c .icon-m29 {
    background: var(--brand-c9);
  }

  .icon-m29:before {
    position: absolute;
    display: block;
    width: 11px;
    height: 13px;
    top: 6px;
    left: 6px;
    content: "";
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media (min-width: 768px) {
  .icon-m29:before {
    top: 10px;
    left: 10px;
  }
}

@media all {
  .-loggedOut-i5c .icon-m29::before {
    width: 11px;
    height: 13px;
    -webkit-mask-image: url("/img/icon-profile-profile.svg");
    mask-image: url("/img/icon-profile-profile.svg");
    -webkit-mask-size: 8px 16px;
    mask-size: 8px 16px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
  }
}

@media (min-width: 768px) {
  .-loggedOut-i5c .icon-m29::before {
    -webkit-mask-size: 11px 13px;
    mask-size: 11px 13px;
  }
}

@media all {
  .-loggedIn-c1o .icon-m29 {
    background: var(--brand-c1);
  }

  .-loggedIn-c1o .icon-m29::before {
    width: 11px;
    height: 13px;
    -webkit-mask-image: url("/img/icon-profile-profile.svg");
    mask-image: url("/img/icon-profile-profile.svg");
    -webkit-mask-size: 8px 16px;
    mask-size: 8px 16px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
  }
}

@media (min-width: 768px) {
  .-loggedIn-c1o .icon-m29::before {
    -webkit-mask-size: 11px 13px;
    mask-size: 11px 13px;
  }
}

@media all {
  .profile-5lr {
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: start;
    align-items: center;
    align-content: start;
    margin-left: 0;
    margin-right: 0;
    height: 66px;
    border-color: var(--brand-c6);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    clear: both;
  }

  .profile-5lr.-userName-gsx {
    border-bottom-width: 2px;
  }

  .profile-5lr.-userName-gsx {
    height: 50px;
    padding: 0 20px;
  }

  .m-a2a {
    height: 50px;
    margin: 0 20px;
    padding: 20px 0 10px 0;
    border-color: var(--brand-c6);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  .profile-5lr.profile-g8o {
    border-bottom-width: 2px;
  }

  .profile-5lr.-newsletterSettings-a22 {
    border-bottom-width: 2px;
  }

  .profile-5lr.article-ap7 {
    margin: 0 20px;
  }

  .profile-5lr.-authors-8bv {
    border-bottom-width: 2px;
  }

  .profile-5lr.btn-co4 {
    padding-left: 0;
  }

  .profile-5lr.logo-o63 {
    margin: 0 20px;
  }

  .profile-5lr.logo-o63 {
    height: 50px;
    border-bottom: rgba(0, 0, 0, 0);
  }

  .m-neo.menu-71w a {
    position: relative;
    display: block;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: var(--brand-c4);
    font-size: 1.3rem;
    padding-left: 24px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .m-neo.menu-71w a {
    padding-left: 48px;
    padding-right: 10px;
  }
}

@media all {
  .m-neo.menu-71w a::before {
    position: relative;
    display: inline-block;
    top: -1px;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    content: "";
    transition: all 0.5s ease;
  }

  .m-neo.menu-71w a::before {
    background-color: var(--brand-c1);
  }

  .m-neo.menu-71w a::before {
    position: absolute;
    top: 10px;
    left: 11px;
  }
}

@media (min-width: 992px) {
  .m-neo.menu-71w a::before {
    left: 34px;
  }
}

@media all {
  .m-neo.menu-71w a:hover {
    text-decoration: none;
  }

  .m-neo.menu-71w a:hover {
    color: var(--link-color-hover);
  }

  .m-q5a {
    display: block;
    width: 100%;
    margin-bottom: 18px;
    color: var(--brand-c4);
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.3px;
  }

  .col-nox .m-q5a::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 6px;
    background: var(--brand-c4);
    content: "";
  }

  .m-q5a:hover {
    color: var(--brand-c1);
  }

  .m-q5a:hover {
    text-decoration: none;
  }

  .m-q5a:last-of-type {
    margin-bottom: 8px;
  }

  img {
    vertical-align: middle;
  }

  img {
    display: inline-block;
    height: auto;
    max-width: 100%;
  }
}

img {
  vertical-align: middle;
  border-style: none;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

img {
  max-width: 100%;
}

@media all {
  .m-j8h img {
    max-width: 20px;
    margin-top: -2px;
  }

  .m-c6w {
    padding: 20px 20px 10px 0;
    color: var(--brand-c2);
    font-size: 1.4rem;
    font-weight: 600;
  }

  .m-dv5 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    padding-left: 40px;
  }

  .profile-g8o .m-dv5 {
    margin: 0 20px;
  }

  .m-dv5:before {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 0;
    content: "";
    transition: all 0.5s ease;
    background-color: var(--brand-c7);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .profile-g8o .m-dv5::before {
    width: 17px;
    height: 20px;
    -webkit-mask-image: url("/img/icon-profile-profile.svg");
    mask-image: url("/img/icon-profile-profile.svg");
  }

  .m-dv5:hover:before {
    background-color: var(--brand-c1);
  }

  .-subscriptionsSettings-1ay .m-dv5 {
    margin: 0 20px;
  }

  .-subscriptionsSettings-1ay .m-dv5::before {
    width: 20px;
    height: 20px;
    background-image: url("/img/icon-24extra.svg");
  }

  .-newsletterSettings-a22 .m-dv5 {
    margin: 0 20px;
  }

  .-newsletterSettings-a22 .m-dv5::before {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("/img/icon-newsletter.svg");
    mask-image: url("/img/icon-newsletter.svg");
  }

  .article-ap7 .m-dv5::before {
    width: 15px;
    height: 20px;
    left: 2px;
    -webkit-mask-image: url("/img/icon-profile-saved-articles.svg");
    mask-image: url("/img/icon-profile-saved-articles.svg");
  }

  .-authors-8bv .m-dv5 {
    margin: 0 20px;
  }

  .-authors-8bv .m-dv5::before {
    width: 20px;
    height: 17px;
    -webkit-mask-image: url("/img/icon-profile-authors.svg");
    mask-image: url("/img/icon-profile-authors.svg");
  }

  .logo-o63 .m-dv5::before {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("/img/icon-profile-logout.svg");
    mask-image: url("/img/icon-profile-logout.svg");
  }

  .profile-9wt {
    position: relative;
    display: block;
    color: var(--brand-c4);
    font-weight: 500;
    font-size: 1.3rem;
    text-transform: uppercase;
    transition: all 0.5s ease;
  }

  .profile-5lr:hover .profile-9wt {
    color: var(--brand-c1);
  }

  .m-t2m {
    margin: 3px 0 0 0;
    color: var(--brand-c8);
    font-weight: 500;
    font-size: 1.3rem;
    transition: color 0.5s ease;
  }

  .profile-5lr.-subscriptionsSettings-1ay:hover .profile-9wt {
    color: var(--clr-brand24x-3);
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.1428571429rem;
  }

  h1 {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .menu-g6j {
    padding: 0 6px;
  }
}

@media (max-width: 767.98px) {
  .menu-g6j.-mBars-2do {
    right: 0;
    left: 75px;
  }
}

@media (max-width: 991.98px) {
  .dropdown-oi8.-megaMenuCnt-t39 {
    min-height: calc(100vh - 35px);
    max-height: calc(100vh - 35px);
    padding-top: 10px;
    overflow: hidden;
    overflow-y: scroll !important;
  }

  .m-183 {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    border-color: var(--brand-c6);
    border-top-width: 1px;
    border-top-style: solid;
  }

  .m-eec {
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-color: var(--brand-c6);
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}

@media (max-width: 575.98px) {
  .m-22h {
    margin-left: 9%;
  }

  .link-hzf.-instaLink-982 {
    margin-right: 9%;
  }
}

@media (max-width: 991.98px) {
  .link-hzf.-userLetter-x7a {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 1.1428571429rem;
  }
}

.form-wrapper {
  margin-bottom: 20px;
}

.flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: 80%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: 10%;
  }
  100% {
    left: 80%;
  }
}
.hero__button {
  display: block;
  width: 100%;
  padding: 16px 0;
  /* --- CHANGE BG --- */
  background: #006748;
  border-radius: 12px;
  margin: 0 auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.hero__button:hover {
  color: white;
}
@media (max-width: 900px) {
  .hero__button {
    font-size: 25px;
    padding: 16px 16px;
  }
}
@media (max-width: 685px) {
  .hero__button {
    font-size: 20px;
  }
}
