._2SrnVqlH{
   background-color: #fff;
   margin: 0 auto;
   width: 100%;
   max-width: var(--global-page-wrapper);
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   overflow: hidden;
}
._2-yLeH8w{
   padding-top: calc(var(--global-page-header) + 1rem) ;
}
@media screen and (max-width: 992px) {
  ._2SrnVqlH{
    overflow: hidden;
  }
}

@-webkit-keyframes _1GVkSter {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
 }
 
 @keyframes _1GVkSter {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
 }
 
 @-webkit-keyframes _2ApMYLiz { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
 }
 
 @keyframes _2ApMYLiz { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
 }
 
 /* ANIMATIONS */
 
 ._36wInTvG {
    -webkit-animation: _1GVkSter 25s linear infinite, _2ApMYLiz 2s ease-in-out infinite alternate;
   animation: _1GVkSter 25s linear infinite, _2ApMYLiz 2s ease-in-out infinite alternate;
   
   left: -5%;
   top: 5%;
   
   -webkit-transform: scale(0.6);
   transform: scale(0.6);
 }
 
 ._2pCS91Cq {
    -webkit-animation: _1GVkSter 20s linear infinite, _2ApMYLiz 4s ease-in-out infinite alternate;
   animation: _1GVkSter 20s linear infinite, _2ApMYLiz 4s ease-in-out infinite alternate;
   
   left: 5%;
   top: 80%;
   
   -webkit-transform: scale(0.4);
   transform: scale(0.4);
 }
 
 ._1LQeTGS5 {
    -webkit-animation: _1GVkSter 28s linear infinite, _2ApMYLiz 2s ease-in-out infinite alternate;
   animation: _1GVkSter 28s linear infinite, _2ApMYLiz 2s ease-in-out infinite alternate;
   
   left: 10%;
   top: 40%;
   
   -webkit-transform: scale(0.7);
   transform: scale(0.7);
 }
 
 ._15Exhy_N {
    -webkit-animation: _1GVkSter 22s linear infinite, _2ApMYLiz 3s ease-in-out infinite alternate;
   animation: _1GVkSter 22s linear infinite, _2ApMYLiz 3s ease-in-out infinite alternate;
   
   left: 20%;
   top: 0;
   
   -webkit-transform: scale(0.3);
   transform: scale(0.3);
 }
 
 ._1wEcA1wO {
    -webkit-animation: _1GVkSter 29s linear infinite, _2ApMYLiz 4s ease-in-out infinite alternate;
   animation: _1GVkSter 29s linear infinite, _2ApMYLiz 4s ease-in-out infinite alternate;
   
   left: 30%;
   top: 50%;
   
   -webkit-transform: scale(0.5);
   transform: scale(0.5);
 }
 
 ._2uVkcLHP {
    -webkit-animation: _1GVkSter 21s linear infinite, _2ApMYLiz 2s ease-in-out infinite alternate;
   animation: _1GVkSter 21s linear infinite, _2ApMYLiz 2s ease-in-out infinite alternate;
   
   left: 50%;
   top: 0;
   
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
 
 ._15Hh-aq8 {
    -webkit-animation: _1GVkSter 20s linear infinite, _2ApMYLiz 2s ease-in-out infinite alternate;
   animation: _1GVkSter 20s linear infinite, _2ApMYLiz 2s ease-in-out infinite alternate;
   
   left: 65%;
   top: 70%;
   
   -webkit-transform: scale(0.4);
   transform: scale(0.4);
 }
 
 ._6LIOfaX6 {
    -webkit-animation: _1GVkSter 22s linear infinite, _2ApMYLiz 3s ease-in-out infinite alternate;
   animation: _1GVkSter 22s linear infinite, _2ApMYLiz 3s ease-in-out infinite alternate;
   
   left: 80%;
   top: 10%;
   
   -webkit-transform: scale(0.3);
   transform: scale(0.3);
 }
 
 ._1O1txlMK {
    -webkit-animation: _1GVkSter 29s linear infinite, _2ApMYLiz 4s ease-in-out infinite alternate;
   animation: _1GVkSter 29s linear infinite, _2ApMYLiz 4s ease-in-out infinite alternate;
   
   left: 90%;
   top: 50%;
   
   -webkit-transform: scale(0.6);
   transform: scale(0.6);
 }
 
 .E_cuZZt3 {
    -webkit-animation: _1GVkSter 26s linear infinite, _2ApMYLiz 2s ease-in-out infinite alternate;
   animation: _1GVkSter 26s linear infinite, _2ApMYLiz 2s ease-in-out infinite alternate;
   
   left: 80%;
   top: 80%;
   
   -webkit-transform: scale(0.3);
   transform: scale(0.3);
 }
 
 /* OBJECTS */
 
 ._1sth6UeX>div {
   border-radius: 50%;
   
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
   box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
   
    height: 200px;
   position: absolute;
   width: 200px;
 }
 
 ._1sth6UeX>div:after { /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 12+ */ /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   border-radius: 50%;
   
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
   box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
   
   content: "";
    height: 180px;
   left: 10px;
   position: absolute;
   width: 180px;
 }
.pIj3O7ix{
   padding: 8rem 0;
}
._29kSTNsV {
    --global-background-linear: linear-gradient(
        135deg,
        rgba(7, 64, 86, 1) 0%,
        rgba(7, 64, 86, 0.75) 50%,
        rgba(7, 64, 86, 0.5) 100%
    );
}

._2sCVhoh8 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.qGkf_eHg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

._3rHGZJLt {
    margin: 0 4rem;
}

._1bdhUkB6 {
    border-top: 1px solid var(--global-border-color);
}

._2MTgBEWz {
    border-bottom: 1px solid var(--global-border-color);
    border-top: 1px solid var(--global-border-color);
}

._2MTgBEWz > div {
    padding: calc(var(--global-padding) * 1) var(--global-tab-gap) !important;
}

._1d2UM4ju {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tluHRBfy,
._1mAVF9SV {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tluHRBfy {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.B-Xcy1J5 * {
    text-align: right !important;
}

._3x4UyLVf {
    padding: 1rem 0rem;
}

@media screen and (max-width: 992px) {
    ._3rHGZJLt {
        margin: 0;
    }
    ._1d2UM4ju {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    ._2MTgBEWz > div {
        padding: calc(var(--global-padding) * 1) var(--global-tab-gap) !important;
    }
    ._3rHGZJLt iframe,
    ._3rHGZJLt img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .qGkf_eHg,
    ._2sCVhoh8 > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .qGkf_eHg {
        gap: 0px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    table tr td, table tr th {
        display: table-cell !important;
    }
    table tr{
        display: table-row !important;
    }
    table{
        font-size: 0.8rem;
    };
}

@media print {
    ._1bdhUkB6,
    footer,
    header,
    ._3x4UyLVf,
    ._2sCVhoh8 {
        display: none;
    }
    body,
    html {
        background: #fff;
    }
    ._2MTgBEWz {
        border-bottom: 1px solid var(--global-border-color);
        border-top: 0px;
        padding: 0;
    }
    main {
        padding-top: 0;
    }
    ._3rHGZJLt {
        margin: 0;
    }
}

