<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #1D334F;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
a:hover  {
   text-decoration: none;
}
p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.im-header {
    position: absolute;
    width: 100%;
    padding: 41px 51px;
    z-index: 99999;
}
.im-logo {
    width: 207px;
}
#im-start {
    background: #000;
    background: url(../img/impact_25_bg.jpeg) top center no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.im-start_full-height {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.im-center {
    text-align: center;
}
.im-white {
    color: #ffffff;
}
.im-title {
    margin: 0;
    font-size: 65px;
    text-transform: uppercase;
    font-weight: bold;
}
.im-sub-title--start {
    margin: 3px 0 0 0;
    font-size: 36px;
    font-weight: 400;
}
.im-sub-title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ED174C;
}
.im-space--sub-title {
    margin-bottom: 50px;
}
.im-title-decoration {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 35px 0px;
}
.im-box-stage {
    display: flex;
    padding: 24px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 26px;
    transition: all .3s;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* .im-box-stage:hover {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
} */

.im-box-stage:hover {
    background-color: rgb(237 23 76 / 50%);
    color: #ffffff;
}
a:hover .im-box-stage &gt; span {
    color: #ffffff;
}
.im-box-stage--title {
    display: block;
    font-size: 70px;
    font-weight: 700;
    color: #ED174C;
    margin-top: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    height: 35px;

}
.im-box-stage--subtitle {
    display: block;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
}
.im-space {
    padding-top: 100px;
    padding-bottom: 100px;
}
.im-space-b {
    padding-bottom: 100px;
}
.im-img-fluid {
    max-width: 100%;
}

.im-footer-date {
    display: block;
    max-width: 260px;
    text-align: center;
    margin-top: 24px;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 14px 20px;
}
.im-footer {
    background-color: #ED174C;
    color: #ffffff;
    padding: 32.5px 50px;
    margin-top: 1px;

}
.im-footer .row {
    display: flex;
    align-items: center;
}
.im-logo-footer {
    display: block;
    width: 100%;
    max-width: 316px;
}
.im-footer-space-top {
    display: block;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 5px;
}
.im-bg-gradient a{
    color: #FFF200;
}
.im-bg-gradient a:hover{
    color: #fff;
    text-decoration: underline;
}
.im-fs-36 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.im-bg-gradient {
    color: #ffffff;
    padding: 68px 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: rgb(237,23,76);
    background: -moz-linear-gradient(9deg, rgba(237,23,76,1) 50%, rgba(248,162,28,1) 100%);
    background: -webkit-linear-gradient(9deg, rgba(237,23,76,1) 50%, rgba(248,162,28,1) 100%);
    background: linear-gradient(9deg, rgba(237,23,76,1) 50%, rgba(248,162,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed174c",endColorstr="#f8a21c",GradientType=1);
}
.im-space-col-down {
    margin-bottom: 40px;
}
.im-fs-20 {
    font-size: 20px;
    font-weight: 600;
    transition: all .3s;
}
.im-social-box{
    text-align: right;
}
.im-social-btn {
    display: inline-block;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    text-align: center;
    transition: all .3s;
}
.im-social-btn:hover {
    background-color: rgb(0 0 0 / 8%);
}
.im-social-icon {
    max-height: 20px;
    position: relative;
    top: 8px;
}

.im-btn {
    font-family: 'Roboto', sans-serif;
    min-height: 66px;
    min-width: 270px;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 100px;
    transition-property: background-color, color;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.im-btn-magento {
    color: #fff;
    background-color: #ed174c;
}
.im-btn-magento:hover {
    background-color: #cb103e;
}
.im-language {
    color: #ffffff;
    transition: all .3s;
}
.im-language:hover {
    color: #ffffff90;
}
.im-nav-box {
    text-align: right;
}


/*Hamburger menu  NAV*/

.hamburger-menu {
    display: inline-block;
    padding: 0px 0px 0px 40px;
}
.hamburger-icon {
  display: inline-block;
  cursor: pointer;
    position: relative;
    top: 8px;
}
.hamburger-icon span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #D9D9D9;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.hamburger-icon span:last-child {
  width: 20px;
}
.menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #ED174C;
  transition: right 0.3s ease;
  padding-top: 20px;
  z-index: 999;
}
.menu nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  padding: 20px;
}
.menu ul {
  list-style-type: none;
}
.menu ul.top-links li {
  margin-bottom: 10px;
    text-align: left;
}
.menu ul.top-links a {
    color: #fff;
}
.menu ul.sub-links {
  display: none;
}
.menu ul.sub-links li {
  margin-bottom: 8px;
    font-size: 14px;
}
.expandable.active .sub-links {
  display: block;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
/* Animacja hamburgera */
.hamburger-icon span:last-child {
  width: 20px;
}
.hamburger-icon:hover span:last-child {
  width: 30px;
}
/*Hamburger menu  NAV --- END*/


/*Tab  przeĹ‚Ä…czniki*/
.tab-container-wrapper {
  margin: 0 auto;
  background-color: #F6F7F8;
    max-width: 583px;
    border-radius: 100px;
    margin-bottom: 40px;
}
.tab-container {
  display: inline-block;
}
.tab-btn {
  width: 290px;
  height: 58px;
  border: none;
  border-radius: 100px;
  background-color: #F6F7F8;
  color: #1D334F;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.tab-btn.active {
  background-color: #ED174C;
  color: #fff;
}
/*Tab  przeĹ‚Ä…czniki END*/



/*Pages*/
.im-bg-page {
    background: #000;
    background: url(../img/impact_25_bg.jpeg) top center no-repeat;
    background-size: cover;
    min-height: 540px;
}
.im-bg-page-finance {
    background: #000;
    background: url(../img/bg-540-finance2.jpg) top center no-repeat;
    background-size: cover;
    min-height: 540px;
}
.im-title-decoration-tag {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 10px;
    margin: 63px 51.5px 35px;
    opacity: 0.5;
}
.im-stage-nav {
     margin-top: 40px;
     padding: 0;
     list-style: none;
}
.im-stage-nav li {
    display: inline-block;
    padding: 4px 8px;
    margin: 0px 20px;
}
.im-stage-nav a {
    font-size: 14px;
    font-weight: 700;
    color: rgb(255 255 255 / 80%);
    text-transform: uppercase;
    transition: all .3s;
}
.im-stage-nav a:hover {
    color: #fff;
}
.im-active a {
    color: #FFF200;
}
.im-space-page-start {
    padding-top: 123px;
}
.im-img-help--space {
    margin-bottom: 60px;
}


/*LogIn page*/
.im-box-contact{
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px 60px 65px 60px;
    border-radius: 5px;
}
.im-title-form {
    font-size: 29px;
    margin: 0;
    font-weight: 700;
}
.im-box-contact p {
    margin-top: 16px;
    margin-bottom: 0;
}

/*LOGIN FORM*/
.login-form {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: auto;
  margin-top: 38px;

}
.login-form .form-control {
    height: 66px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: none;
    color: #1D334F;
    font-size: 16px;
    font-weight: 400;
    padding: 0 26px;
}
.login-form .form-control::placeholder {
    color: #596069;
    font-size: 16px;
}
.login-form form .im-btn {
    margin-top: 37px;
}
.or-divider {
    position: relative;
    margin: 27px 0px 29px;
    text-align: center;
    z-index: 0;
}
.or-divider:before {
    content: "";
    display: block;
    border-top: 1px solid #D9D9D9;
    width: 100%;
    position: absolute;
    top: 50%;
}
.or-divider span {
  color: #596069;
  font-size: 12px;
  background-color: #fff;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  font-family: 'Roboto';
}
.im-form-link {
    display: inline-block;
    margin-top: 20px;
    color: #ED174C;
    text-decoration: underline;
}
.im-form-link:hover {
    color: #ED174C;
}

.im-btn-reg {
    color: #ED174C;
    background-color: #fff;
    border: 1px solid #ED174C;
}
.im-btn-reg:hover {
    border: 1px solid #ED174C90;
    color: #ED174C;
    background-color: #fff;
}
/*LOGIN FORM END*/


/*Height*/
@media screen and (max-height: 740px) {
    .im-responsive-height {
        padding-top: 80px;
    }
}

/*Laptop*/
@media screen and (max-width: 1199.98px) {

    .im-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .im-space-b {
        padding-bottom: 80px;
    }
    .im-bg-page {
        min-height: 400px;
    }
    .im-space-page-start {
        padding-top: 30px;
    }
    .im-stage-nav {
        margin-top: 20px;
    }
}

/*Tablet*/
@media screen and (max-width: 991.98px) {

    .im-footer-date {
        margin-bottom: 40px;
    }
    .im-center-t {
        text-align: center;
    }
    .im-footer-space-top {
        margin: 0px;
    }
    .im-logo-footer {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .im-footer-date {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .im-title {
        font-size: 50px;
    }
    .im-sub-title--start {
        font-size: 28px;
    }
    .im-title-decoration-tag {
        font-size: 16px;
        letter-spacing: 10px;
        margin: 20px 15px;
    }
    .im-stage-nav {
        margin-top: 15px;
    }
    .im-bg-page {
        min-height: 300px;
    }
}
/*Mobile - tablet */
@media screen and (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
    .im-responsive-height {
        padding-top: 80px;
    }

    .im-header {
        padding: 30px 10px;
    }
    .im-title {
        font-size: 35px;
    }
    .im-sub-title--start {
        font-size: 24px;
    }
    .im-sub-title {
        font-size: 24px;
    }
    .im-title-decoration {
        font-size: 16px;
        letter-spacing: 8px;
        margin: 20px 0px;
    }
    .im-fs-36 {
        font-size: 24px;
    }
    .im-fs-20 {
        font-size: 16px;
    }
    .im-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .im-space-b {
        padding-bottom: 60px;
    }
    .im-box-stage {
        padding: 15px;
        margin-bottom: 25px;
    }
    .im-box-stage--title {
        font-size: 45px;
    }
    .im-box-stage--subtitle {
        font-size: 16px;
        margin-top: 6px;
    }
    .im-title-decoration-tag {
        font-size: 12px;
        letter-spacing: 7px;
        margin: 20px 10px;
    }
    .im-stage-nav li {
        margin: 0px 10px;
    }
    .im-space-page-start {
        padding-top: 20px;
    }
    .im-bg-page {
        min-height: 250px;
    }
    .im-title-form {
        font-size: 22px;
    }

    .tab-container-wrapper {
      background-color: #fff;
    }
    .tab-btn {
      max-width: 160px;
      line-height: 16px;
      height: 48px;
      font-size: 13px;
    }
}

/*Mobile*/
@media screen and (max-width: 575.98px) {
    .im-box-contact{
        padding: 30px 30px;
    }
    .im-stage-nav li {
        margin: 0px 5px;
    }
    .im-stage-nav a {
        font-size: 12px;
    }
    .im-stage-nav {
        margin-top: 10px;
    }
    .im-logo {
        width: 150px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .im-start_full-height {
        height: 100vh;
    }
}

.im-stream iframe {
    position: relative;
    width: 100%;
    height: 100%;
}




.im-stream-wrapper {
    padding: 0 10px;
}
.im-stream {
    position: relative;
    height: 466px;
    max-width: 809px;
    width: 100%;
    background-color: #a79c9d;
    margin: 0 auto 36px auto;
    background-size: cover;
    background-position: center;
}


.formFieldError {
    color: #ed174c;
    text-align: left;
    width: 100%;
    display: block;
    margin-top: -22px;
    margin-bottom: 22px;
}


.bottom-links .profile {
    color: white;
}
.profile-details {
    display: flex;
    column-gap: 16px;
    justify-content: start;
    align-items: center;
}
.profile-avatar {
    display: flex;
    height: 56px;
    width: 56px;
    background: white;
    border-radius: 100000px;
    color: #ED174C;
    font-size: 21px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}
.profile-full-name {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.78px;
    overflow-wrap: anywhere;
    max-width: 70%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-ticket {
    width: 100%;
    display: block;
    text-align: left;
    margin-top: 10px;
}
.bottom-links .logout a {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 16.41px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid white;
    border-radius: 100px;
    padding: 14px 0;
    margin-top: 29px;
}
.tab-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 34px;
    max-width: 993px;
    margin-bottom: 54px;
}
.menu ul {
    padding-left: 0;
}
.menu ul ul {
    margin-left: 15px;
}

/* Cookies */
.bottom-bar {
    background-color: rgba(250, 251, 252, 0.95);
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 15px 35px;
    border-top: 1px solid rgba(176, 183, 195, .5);
    gap: 50px;
    z-index: 100;
}
.clauses {
    position: fixed;
    bottom: 0;
    left: 0;
}
.bottom-bar--content {
    max-width: 75%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.bottom-bar--content, .bottom-bar--content * {
    font-size: 1.4rem;
    line-height: normal;
    font-weight: 600;
    margin: 0;
}
.bottom-bar--actions {
    display: flex;
    gap: 25px;
    align-items: center;
}
.action {
    height: 48px;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: normal;
    border-radius: 100px;
    background-color: rgba(230, 26, 67, 1);
    border: none;
    color: white;
    padding: 10px 65px;
    text-align: center;
}
.action.text {
    background: none;
    padding: 0;
    color: #333;
    font-weight: 600;
}
.popup-bg {
    display: block;
    height: 100vh;
    width: 100vw;
    background: black;
    position: fixed;
    top: 0;
    z-index: 101;
    opacity: 0.5;
}
.popup {
    position: fixed;
    z-index: 102;
    width: 100%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 40px 28px 20px;
    border-radius: 16px;
}
.popup-close {
    position: absolute;
    right: 24px;
    top: 12px;
    background: none;
    border: none;
}
.popup-actions {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}
.popup-actions .action {
    padding-left: 30px;
    padding-right: 30px;
}
.popup-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}
.popup-content .section {
    margin-top: 20px;
}
.section-heading, .section-heading p {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.section-content, .section-content p {
    font-size: 12px;
    line-height: 16px;
}
.section-content {
    margin-top: 8px;
}
.section-content.selectable {
    display: flex;
    justify-content: space-between;
}
.section-content.selectable p {
    width: 90%;
}
.cookies-checkbox input {
    display: none;
}
.cookies-checkbox {
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F3F3;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
}
.cookies-checkbox--status {
    height: 65%;
    width: 65%;
    display: block;
    border-radius: 2px;
}
label.cookies-checkbox:has(input:checked) .cookies-checkbox--status {
    background: red;
}
.bottom-bar--content.scroll {
    max-height: 100px;
    overflow: auto;
}
.im-box-stage.finance .im-box-stage--title {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}
.im-box-stage {
    min-height: 150px;
}
.im-box-stage.finance {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767.98px) {
    .im-box-stage.finance .im-box-stage--title {
        font-size: 25px;
        line-height: 25px;
    }
    .im-box-stage {
        min-height: 100px;
    }
    .bottom-bar {
        flex-direction: column;
    }
}

.im-stream-warning--icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.im-stream-warning--content {
    margin-top: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}
.im-stream-warning--content strong {
    color: #ED174C;
}
.im-stream-warning {
    margin-bottom: 104px;
}
.im-stream div#video-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.im-start-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
    width: fit-content;
}

.mc_embed_newsletter {
    margin-top: 12px;
}
.mc_embed_newsletter .button {
    font-family: 'Roboto', sans-serif;
    min-height: 55px;
    min-width: 144px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 100px;
    transition-property: background-color, color;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    background-color: #FFF200;
    color: black;
    font-weight: 700;
}
.mc_embed_newsletter #mc_embed_signup_scroll {
    display: flex;
    align-items: baseline;
    gap: 11px;
}
.mc_embed_newsletter #mc_embed_signup div.mce_inline_error {
    display: none !important;
}

.mc_embed_newsletter .mc-field-group input {
    height: 55px;
    border: none;
    border-radius: 16px;
    box-shadow: none;
    color: #1D334F;
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px;
    min-width: 288px;
}
.mc_embed_newsletter #mce-responses {
    font-size: 14px;
    margin-top: 5px;
}
@media only screen and (max-width: 600px) {
.mc_embed_newsletter .mc-field-group input {
    min-width: unset;
    width: 100%;
}
.mc_embed_newsletter #mc_embed_signup_scroll {
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
}
.mc_embed_newsletter .clear, .mc_embed_newsletter .button,.mc_embed_newsletter .mc-field-group {
    width: 100%;
}

}
@media only screen and (max-width: 1000px) {
    .mc_embed_newsletter #mc_embed_signup_scroll {
        justify-content: center;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1350px) {
    .mc_embed_newsletter .mc-field-group input {
        min-width: unset;
    }
}</pre></body></html>