.ContentBlueFormPress__Item_ft-dC {
  font-weight: 300;
}

  @media screen and (max-width: 1023px) {

  .ContentBlueFormPress__Item_ft-dC:not(:last-child) {
      margin-bottom: 16px;
      margin-bottom: var(--padding--lg)
  }
    }

  @media (--screen--sm-max) {

  .ContentBlueFormPress__Item_ft-dC:not(:last-child) {
      margin-bottom: 16px;
      margin-bottom: var(--padding--lg)
  }
    }

  @media screen and (min-width: 1024px) {

  .ContentBlueFormPress__Item_ft-dC:not(:last-child) {
      margin-right: 56px
  }
    }

  @media (--screen--md-min) {

  .ContentBlueFormPress__Item_ft-dC:not(:last-child) {
      margin-right: 56px
  }
    }

  @media screen and (min-width: 1024px) {.ContentBlueFormPress__Item_ft-dC {
    display: inline-block
}
  }

  @media (--screen--md-min) {.ContentBlueFormPress__Item_ft-dC {
    display: inline-block
}
  }

  @media screen and (max-width: 1365px) {.ContentBlueFormPress__Item_ft-dC {
    font-size: 26px;
    line-height: 32px
}
  }

  @media (--screen--md-max) {.ContentBlueFormPress__Item_ft-dC {
    font-size: 26px;
    line-height: 32px
}
  }

  @media screen and (min-width: 1366px) {.ContentBlueFormPress__Item_ft-dC {
    font-size: 32px;
    line-height: 38px
}
  }

  @media (--screen--lg-min) {.ContentBlueFormPress__Item_ft-dC {
    font-size: 32px;
    line-height: 38px
}
  }

  .ContentBlueFormPress__Item_ft-dC > a::after {
      content: none;
    }

.EmptyFilter__Wrapper_5587_ {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: rgb(240, 248, 255);
  background-color: var(--color--bg-light);
  color: rgb(18, 82, 245);
  color: var(--color--second-blue);
  font-weight: 300;
}

  @media screen and (max-width: 1365px) {.EmptyFilter__Wrapper_5587_ {
    height: 104px;
    font-size: 26px;
    line-height: 32px
}
  }

  @media (--screen--md-max) {.EmptyFilter__Wrapper_5587_ {
    height: 104px;
    font-size: 26px;
    line-height: 32px
}
  }

  @media screen and (min-width: 1366px) {.EmptyFilter__Wrapper_5587_ {
    height: 126px;
    font-size: 32px;
    line-height: 38px
}
  }

  @media (--screen--lg-min) {.EmptyFilter__Wrapper_5587_ {
    height: 126px;
    font-size: 32px;
    line-height: 38px
}
  }

.ShowMore__Button_1oBbO {
  --color: var(--color--second-blue);
  --backgroundColor: var(--color--bg-light);

  position: relative;
  display: block;
  width: 100%;
  height: 78px;
  padding: 0;
  background-color: var(--backgroundColor);
  color: var(--color);
  font-weight: 500;
  line-height: 78px;
  text-align: center;
  text-decoration: none;
}

  .ShowMore__Button_1oBbO:disabled {
    pointer-events: none;
  }

  @media screen and (max-width: 767px) {.ShowMore__Button_1oBbO {
    left: 50%;
    width: 100vw;
    margin-left: -50vw
}
  }

  @media (--screen--xs-max) {.ShowMore__Button_1oBbO {
    left: 50%;
    width: 100vw;
    margin-left: -50vw
}
  }

  .ShowMore__Button_1oBbO span {
    transition: opacity 0.3s;
  }

.ShowMore__IsLight_37n0a {
  --backgroundColor: var(--color--white);

  border-top: 1px solid rgba(18, 82, 245, 0.2);

  border-top: 1px solid rgba(var(--rgb--second-blue), 0.2);
}

.ShowMore__FullWidth_yK0LX {
  left: calc(-50vw + 50%);
  width: 100vw;
}

@media screen and (max-width: 767px) {

.ShowMore__FullWidth_yK0LX {
    margin-left: 0;
    margin-left: initial
}
  }

@media (--screen--xs-max) {

.ShowMore__FullWidth_yK0LX {
    margin-left: 0;
    margin-left: initial
}
  }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {

.ShowMore__FullWidth_yK0LX {
    left: calc(-50vw + 50% + 17px / 2);
    width: calc(100vw - 17px)
}
  }

.ShowMore__IsLoading_1S9r6 span {
    opacity: 0.5;
  }

.DatePicker__Wrapper_lLe3q [class^="DayPicker"]:focus {
        outline: none;
      }
    .DatePicker__Wrapper_lLe3q .DayPicker-wrapper {
      position: relative;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
    .DatePicker__Wrapper_lLe3q .DayPicker-NavBar {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      height: 22px;
      align-items: center;
      justify-content: space-between;
    }
    .DatePicker__Wrapper_lLe3q .DayPicker-NavButton {
      width: 1.25em;
      height: 1.25em;
      cursor: pointer;
    }
    .DatePicker__Wrapper_lLe3q .DayPicker-NavButton::after {
        position: absolute;
        top: 50%;
        width: 12px;
        height: 12px;
        border-style: solid;
        border-color: #1252f5;
        content: "";
        transform: translateY(-50%) rotate(45deg);
        transition: border-color;
      }
    .DatePicker__Wrapper_lLe3q .DayPicker-NavButton:hover::after {
          border-color: #ff5722;
        }
    .DatePicker__Wrapper_lLe3q .DayPicker-NavButton:focus {
        outline: 0;
      }
    .DatePicker__Wrapper_lLe3q .DayPicker-NavButton--interactionDisabled {
        pointer-events: none;
      }
    .DatePicker__Wrapper_lLe3q .DayPicker-NavButton--interactionDisabled::after {
          border-color: #ccc;
        }
    .DatePicker__Wrapper_lLe3q .DayPicker-NavButton--prev::after {
          left: 0;
          border-width: 0 0 1px 1px;
        }
    .DatePicker__Wrapper_lLe3q .DayPicker-NavButton--next::after {
          right: 0;
          border-width: 1px 1px 0 0;
        }
    .DatePicker__Wrapper_lLe3q .DayPicker-Caption {
      margin-bottom: 16px;
      font-weight: 500;
    }
    .DatePicker__Wrapper_lLe3q .DayPicker-Body {
      font-size: 12px;
      line-height: 16px;
    }
    .DatePicker__Wrapper_lLe3q .DayPicker-Weekday {
      color: #000;
      font-size: 12px;
      line-height: 16px;
      opacity: 0.3;
      text-align: center;
    }
    .DatePicker__Wrapper_lLe3q .DayPicker-Weekday abbr[title] {
      border-bottom: none;
      text-decoration: none;
    }
    .DatePicker__Wrapper_lLe3q .DayPicker-Weekdays {
      margin-bottom: 12px;
    }
    .DatePicker__Wrapper_lLe3q .DayPicker-WeekdaysRow,
    .DatePicker__Wrapper_lLe3q .DayPicker-Week {
      display: grid;
      grid-gap: 8px;
      grid-template-columns: repeat(7, 1fr);
    }
    .DatePicker__Wrapper_lLe3q .DayPicker-WeekdaysRow:not(:last-child), .DatePicker__Wrapper_lLe3q .DayPicker-Week:not(:last-child) {
        margin-bottom: 2px;
      }
    .DatePicker__Wrapper_lLe3q .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
      background-color: #f0f8ff;
      color: #000;
    }
    .DatePicker__Wrapper_lLe3q .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside):last-child {
        border-radius: 0 2px 2px 0;
      }
    .DatePicker__Wrapper_lLe3q .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside):first-child {
        border-radius: 2px 0 0 2px;
      }
    .DatePicker__Wrapper_lLe3q .DayPicker-Day {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      line-height: 0;
    }
    .DatePicker__Wrapper_lLe3q .DayPicker-Day::before {
        display: block;
        padding-bottom: 100%;
        content: "";
      }
    /* Default modifiers */
    .DatePicker__Wrapper_lLe3q .DayPicker-Day--outside {
        color: #9da1a3;
        cursor: default;
      }
    .DatePicker__Wrapper_lLe3q .DayPicker-Day--disabled {
        color: #dce0e0;
        cursor: default;
      }
    .DatePicker__Wrapper_lLe3q .DayPicker-Footer {
      padding-top: 0.5em;
    }
    .DatePicker__Wrapper_lLe3q .DayPicker-Day--selected:not(:first-child):not(:last-child):not(.DayPicker-Day--start):not(.DayPicker-Day--end)::after {
          position: absolute;
          z-index: -1;
          right: -10px;
          left: -10px;
          height: 100%;
          background-color: #f0f8ff;
          content: "";
        }
    .DatePicker__Wrapper_lLe3q .DayPicker-Day--selected.DayPicker-Day--start,
      .DatePicker__Wrapper_lLe3q .DayPicker-Day--selected.DayPicker-Day--end {
        position: relative;
        background-color: #1252f5;
        border-radius: 2px;
        box-shadow: 0 4px 8px rgba(18, 82, 245, 0.3);
        color: #fff;
      }
    .DatePicker__Wrapper_lLe3q .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
      background-color: #f0f8ff !important;
      border-radius: 2px;
    }

.DatePicker__Select_3-EB4 {
  position: relative;
  display: inline-block;
  padding-right: 14px;
}

.DatePicker__Select_3-EB4::before {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 8px;
    height: 22px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDYiPjxwYXRoIGQ9Ik0xIDEuMTgybDMuMTgyIDMuMTgyIDMuMTgyLTMuMTgyIiBzdHJva2U9IiMxMjUyRjUiLz48L3N2Zz4=);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
    transform: translateY(-50%);
  }

.DatePicker__Select_3-EB4:not(:last-child) {
    margin-right: 12px;
  }

.DatePicker__Select_3-EB4 select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    -webkit-appearance: none;
    background: none;
    font-family: "Arial", sans-serif;
    font-size: 0;
  }

.DatePicker__Select_3-EB4 select:focus {
      outline: none;
    }

.DatePicker__Select_3-EB4 option {
    font-size: medium;
    font-size: initial;
  }

.DatePicker__ClearButton_168gv {
  width: 100%;
  margin-top: 16px;
  margin-top: var(--padding--lg);

  /* &:not([data-state="clear"]) {
    opacity: 0.5;
    pointer-events: none;
  } */
}

.CalendarFilter__Wrapper_3ilrH {
  position: relative;
}

.CalendarFilter__Text_30X8i {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.CalendarFilter__Text_30X8i span {
    color: #9da1a3;
  }

.CalendarFilter__CalendarWrapper_1xGKm {
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {

.CalendarFilter__CalendarWrapper_1xGKm {
    right: 0
}
  }

@media (--screen--sm-min) {

.CalendarFilter__CalendarWrapper_1xGKm {
    right: 0
}
  }

@media screen and (min-width: 768px) and (max-width: 1023px) {

.CalendarFilter__CalendarWrapper_1xGKm {
    width: 344px
}
  }

@media (--screen--sm-only) {

.CalendarFilter__CalendarWrapper_1xGKm {
    width: 344px
}
  }

@media screen and (min-width: 1024px) and (max-width: 1365px) {

.CalendarFilter__CalendarWrapper_1xGKm {
    width: 277px
}
  }

@media (--screen--md-only) {

.CalendarFilter__CalendarWrapper_1xGKm {
    width: 277px
}
  }

@media screen and (min-width: 1366px) {

.CalendarFilter__CalendarWrapper_1xGKm {
    width: 269px
}
  }

@media (--screen--lg-min) {

.CalendarFilter__CalendarWrapper_1xGKm {
    width: 269px
}
  }

.CalendarFilter__ClearButton_1Eo88 {
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBhdGggZD0iTTEgMWwxMiAxMk0xMyAxTDEgMTMiIHN0cm9rZT0iI0Y5MzkzOSIvPjwvc3ZnPg==);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}


/*# sourceMappingURL=ir-blog.b76dae28.chunk.css.map*/