html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    cursor: default;
    color: rgba(0, 0, 0, .7);
}

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

header {
    height: calc(100vw*0.397);
}

h1,
.h1 {

    font-size: calc(20px + 40*(100vw/1920));
    font-weight: bold;
}

h1 {
    color: white;
}

h2,
.h2, .event-button {
    font-size: calc(13px + 27*(100vw/1920));
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}

h3,
.h3 {
    font-size: calc(8px + 19*(100vw/1920));
}

li {
    margin-top: 15px;
}

p,
.p,
ul {
    font-size: calc(6px + 12*(100vw/1920));
}

.features-list ul {
    max-width: 48%;
}

button,
.blank-button {
    border: none;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.3s;
}

.red-button {
    border-radius: 4px;
    margin-top: calc(100vw*0.03);
    background: #D3252A;
    padding: calc(100vw*0.007) calc(100vw*0.02);
    color: white;
}

.red-button:hover {
    background: #a31015;
}

.blank-button {
    text-align: center;
    padding: 12px 0;
    width: 100%;
    background: none;
    border: 2px solid #1D3F63;
    color: #1D3F63;
}

.blank-button:hover {
    background: #1D3F63;
    color: white;
    text-decoration: none;
}

.free-button {
    background: #1D3F63;
    color: white;
}

.free-button:hover {
    background: none;
    border: 2px solid #1D3F63;
    color: #1D3F63;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

main section {
    margin-top: calc(100vw*0.078);
}

.top-bracket,
.bottom-bracket {
    width: 105%;
    height: calc(100vw*0.03);
    border: 3px solid black;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}

.bottom-bracket {
    transform: rotate(180deg);
}

.profile-photo {
    border-radius: 150px;
    height: calc(100vw*0.11);
    width: calc(100vw*0.11);
}

.expert-paragraph {
    width: 80%;
}

.grey-text {
    color: #5B5B5B;
}

svg:hover {
    fill: #7f9bce;
    transition: 0.3s;
}

.features-list ul li::before,
.card ul li::before {
    content: url(/resources/check-svgrepo-com.svg);
    vertical-align: middle;
    margin-right: 10px;
}

#contact-container {
    background: url('../resources/Images/Backgrounds/22R2_bg.webp') no-repeat;
    background-size: cover;
    width: 100%;
    color: white;
}

.landing-contacts {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

.contacts .contact-item {
    border-bottom: 1px solid white;
}

.contacts .contact-item:nth-last-child(1) {
    border-bottom: none;
}

.contacts p {
    margin-bottom: 0;
}

form .red-button {
    padding: 5px
}

.form-control {
    background: rgba(255, 255, 255, 0.35);
    border: none;
    border-radius: 4px;
}

button,
button:active,
button:focus {
    outline: none;
}

._error {
    box-shadow: 0 0 10px red;
}

.BGLanding {
    background: url('../resources/Images/Backgrounds/22R2_bg.webp') no-repeat;
    background-size: cover;
}

.BGMain {
    background: url('/resources/Images/Backgrounds/main_bg.webp') no-repeat;
    background-size: cover;
}

.BGFooter {
    background: url('/resources/Images/Backgrounds/footer_bg.webp') no-repeat;
    background-size: cover;
}

.BGAbout {
    background: url('/resources/Images/Backgrounds/AboutUs_bg.webp') no-repeat;
    background-size: cover;
}

.BGSupport {
    background: url('/resources/Images/Backgrounds/Support_bg.webp') no-repeat;
    background-size: cover;
}

.BGAerospaceTemplate{
  background: url('/resources/Images/Backgrounds/aerospace-template-header.png') no-repeat;
  background-size: cover;
}

.BGJobs {
    background: url('/resources/Images/Backgrounds/jobs_bg.webp') no-repeat;
    background-size: cover;
}

.BGIndustries {
    background: url('/resources/Images/Backgrounds/industries_bg.webp') no-repeat;
    background-size: cover;
}

.BG26262 {
    background: url('/resources/Images/Backgrounds/iso26262-bg.webp') no-repeat;
    background-size: cover;
}

.BGtrainings {
    background: url('/resources/Images/Backgrounds/trainings-bg.webp') no-repeat;
    background-size: cover;
}

.BGstories {
    background: url('/resources/Images/Backgrounds/stories-bg.webp') no-repeat;
    background-size: cover;
}

.BGPractices {
    background: url('/resources/Images/Backgrounds/bestPractices-bg.webp') no-repeat;
    background-size: cover;
}

.BGEvents {
    background: url('/resources/Images/Backgrounds/events-bg.webp') no-repeat;
    background-size: cover;
}

.BGukEvent {
    background: url('/resources/Images/Backgrounds/uk_event_bg.png') no-repeat;
    background-size: cover;
}

.BGRail {
    background: url('/resources/Images/Backgrounds/railway_bg.webp') no-repeat;
    background-size: cover;
}

.BGWebinar {
    background: url('/resources/Images/Backgrounds/webinar_background.png') no-repeat;
    background-size: cover;
}

.btn-custom {
  background-color: #27496E;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-custom:hover {
  background-color: #1f3a58;
  color: #fff;
}

.btn-outline-custom {
  color: #27496E;
  border: 2px solid #27496E;
  transition: all 0.3s ease;
}

.btn-outline-custom:hover {
  background-color: #27496E;
  color: #fff;
}

.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}


header .h3 {
    color: white;
    font-weight: normal;
}

#industries p {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    background: rgba(0, 45, 103, 0.8);
    color: white;
    font-weight: bold;
}

#contacts {
    background: rgba(199, 199, 199, 0.6);
}

#download-plugin {
    background: rgba(199, 199, 199, 0.6);
}

#footer-top {
    background: rgba(11, 37, 72, .68);
    color: white;
}

#footer-btn {
    background: rgba(255, 255, 255, .68);
}

.frame-to-PSupport {
    position: absolute;
    top: 0;
    border-width: 5px;
    border-style: solid;
    width: 400%;
    height: calc(13px + 27*(100vw/1920)*4 + 20px);
}

.left {
    right: 25px;
    border-color: #5489C7;
}

.right {
    left: 25px;
    border-color: #61C152;
}

.job-position {
    border-radius: 4px;
    border: 3px #A3A3A3 solid;
    margin: 2.5rem 0;
}

.job-keywords {
    border: 1px #A3A3A3 solid;
    padding: 0.25rem 3rem;
    width: fit-content;
    margin: 1.5rem 0;
}

.job-options {
    background: #526988;
    border-radius: 4px;
    color: white;
    text-align: center;
    padding: 0.5rem 0;
}

.frame-to-PIndustry {
    position: absolute;
    top: 0;
    border-width: 3px;
    border-style: solid;
    width: 400%;
    height: calc(13px + 27*(100vw/1920)*2 + 20px);
    border-color: #2AB7C0;
}

.left-I {
    right: 20%;
}

.right-I {
    left: 20%;
}

.aerospace-industry-img {
    background-image: url('/resources/Images/aerospace-industry.webp');
}

.automotive-industry-img {
    background-image: url('/resources/Images/automotive-industry.webp');
}

.medical-industry-img {
    background-image: url('/resources/Images/medical-industry.webp');
}

.enterprice-industry-img {
    background-image: url('/resources/Images/enterprice-industry.webp');
}

.embeded-industry-img {
    background-image: url('/resources/Images/embeded-industry.webp');
}

.railway-industry-img{
    background-image: url('/resources/Images/railway-industry-550x417.jpg');
}

.img-bgs {
    background-size: cover;
    background-position: center;
    height: 100%;
}

.features-about-polarion {
    border-top: 2px solid grey;
    border-bottom: 2px solid grey;
    padding: 2rem;
}

.about-polarion-img {
    background-image: url(/resources/Images/about-Polarion.webp);
}

.youtube-video {
    width: 100%;
    height: calc(100vw*0.72*9/16);
}.auto-resizable-iframe-youtube {  max-width: 360px;  margin: 0px auto;}.auto-resizable-iframe-youtube > div {  position: relative;  padding-bottom: 75%;  height: 0px;}.auto-resizable-iframe-youtube iframe {  position: absolute;  top: 0px;  left: 0px;  width: 100%;  height: 100%;}

.youtube-btn {
    background: #253F63;
    padding: 1rem 2rem;
    color: white;
    border-radius: 4px;
}

.youtube-btn:hover {
    color: #5489C7;
}

.service-head {
    align-items: center;
    border-bottom: 1px solid #002D67;
}

.ISO26262plan {
    padding: 2rem;
    margin-top: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .075);
    ;
}

.ISO26262plan-price {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid black;
}

.ISO26262plan-btn {
    display: block;
    background: #253F63;
    padding: 1rem 2rem;
    margin-top: 2.5rem;
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius: 4px;
}

.ISO26262plan h3 {
    font-weight: bold;
    margin-bottom: 2.5rem;
}

.ISO26262plan-btn:hover {
    color: #5489C7;
}

.box .label {
    position: relative;
}

.box .content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: 0.3s;
}


.box svg {
    height: 2em;
    width: 2em;
    transition: 0.5s;
}

.box.active svg {
    transform: rotate(90deg);
}

.questions-container>div {
    margin-bottom: 2rem;
    border-bottom: 1px solid black;
}

.questions-container>div:nth-last-child(1) {
    border-bottom: none;
    margin-bottom: 0;
}

.training {
    padding: 1.5em;
    margin-bottom: 2.5em;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.training-container>div:nth-child(1) {
    background-color: #ECFFF7;
}

.training-container>div:nth-child(2) {
    background-color: #FFF8ED;
}

.training-container>div:nth-child(3) {
    background-color: #F3E9FE;
}

.training-container>div:nth-child(4) {
    background-color: #FFECF5;
}

.training-container>div:nth-child(5) {
    background-color: #F0F2FF;
}

.training-keyword {
    background: rgba(203, 203, 203, 0.5);
    border-radius: 4px;
}

.training-details {
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

.training-more-btn {
    background: none;
    border: 4px solid;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.3s;
}

.training-more-btn:hover {
    background: rgba(200, 200, 200, 0.35);
}

.training-container>div:nth-child(1) .training-details {
    background-color: #56CB9A;
}

.training-container>div:nth-child(2) .training-details {
    background-color: #D2AF34;
}

.training-container>div:nth-child(3) .training-details {
    background-color: #905CD3;
}

.training-container>div:nth-child(4) .training-details {
    background-color: #D35C88;
}

.training-container>div:nth-child(5) .training-details {
    background-color: #5C79D1;
}


.training-container>div:nth-child(1) .training-more-btn {
    border-color: #56CB9A;
    color: #56CB9A;
}

.training-container>div:nth-child(2) .training-more-btn {
    border-color: #D2AF34;
    color: #D2AF34;
}

.training-container>div:nth-child(3) .training-more-btn {
    border-color: #905CD3;
    color: #905CD3;
}

.training-container>div:nth-child(4) .training-more-btn {
    border-color: #D35C88;
    color: #D35C88;
}

.training-container>div:nth-child(5) .training-more-btn {
    border-color: #5C79D1;
    color: #5C79D1;
}

.stories-keywords {
    background-color: #56CB9A;
    border-radius: 4px;
    color: white;
    font-weight: bold;
}

.story-nav-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-left: 1px solid grey;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-shadow: 0px 3px 25px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.product-card>.text-secondary {
    border-bottom: 1px solid black;
}

.product-card>a {
    display: block;
    text-align: center;
    background: #1D3F63;
    color: white;
}

.product-card>.img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 18em;
    width: auto;
}

.future-event {
    border-top: 1px solid grey;
}

.company-info-left {
    border-right: 1px solid black;
}

.services-container,
.railway-container {
    background: linear-gradient(67.09deg, #2EABC7 -26.09%, #0A446D 88.04%);
    /*background-color: #074e77;*/
    width: 100%;
    color: white;
}

.services-card {
    background: rgba(255, 255, 255, .4);
    /* border: 3px solid white; */
    border-radius: 4px;
    padding: 1rem;

}

.c_item {
    height: calc(100vw*0.397);
}

.c_img {
    height: 100%;
    object-fit: cover;
}

.site-navbar {
    position: absolute;
    top: 0;
    z-index: 1
}

.carousel-control-next,
.carousel-control-prev {
    position: initial;
    width: auto;
    margin-bottom: 1em;
}

.carousel-control-prev {
    margin-right: 1.5em;
}

.controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.controls_container {
    display: flex;
}

.carousel-caption {
    width: 100%;
    height: 100%;
    top: 0;
    right: initial;
    left: initial;
    bottom: initial;
}

.red-button-thin {
    border-radius: 4px;
    margin-top: calc(100vw*0.03);
    border: 2px solid #D3252A;
    padding: calc(100vw*0.007) calc(100vw*0.02);
    color: #D3252A;
}

.red-button-thin:hover {
    background: #a31015;
}

.quote-railway{
    color: rgba(255, 255, 255, .7);
}

#event-header {
    color: white;
    position:relative;
    top:3em;
}

.event-logo {
    width: 60%;
    margin:auto;
    margin-bottom: 2em;;
   
}

.overlap-group {
    margin: auto;
    width:65%;
    background-color: #0a446d;
    box-shadow: 0px 20px 40px #00000014;
    font-family: "Roboto-ExtraBold", Helvetica;
    font-weight: 800;
    color: #ffffff;
    font-size: 1.2em;
    letter-spacing: 0;
    line-height: normal;
    padding: 1.5em;
    display:table-row;
  }

@media (max-width:1200px){
    .event-button{
        font-size: calc(8px + (19 + 19 * 0.7) * ((100vw - 100px) / 1920));
    }


}

@media (max-width:1000px){
    .eventHeader{
        height: calc(100vw*0.5);
    }

    #event-header{
        position: initial;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: calc(15px + (40 + 40 * 0.7) * ((100vw - 320px) / 1920));
    }

    h2,
    .h2 {
        font-size: calc(13px + (19+19*0.7)*(100vw/1920));
    }

    h3,
    .h3 {
        font-size: calc(8px + (19 + 19 * 0.7) * ((100vw - 100px) / 1920));
    }

    p,
    .p,
    ul {
        font-size: calc(8px + (15 + 15 * 0.7)*(100vw/1920));
    }

    .profile-photo {
        height: calc(100vw*0.21);
        width: calc(100vw*0.21);
        margin-right: 10px;
    }

    .contacts {
        border-radius: 0;
    }

    .frame-to-PSupport {
        border-width: 2px;
        height: calc(13px + (19+19*0.7)*(100vw/1920)*4 + 10px);
    }

    #industries p {
        position: initial;
        bottom: 0;
        width: 100%;
        margin: 0;
        background: rgba(0, 45, 103, 0.8);
        color: white;
        font-weight: bold;
    }

    .img-bgs,
    .product-card>.img {
        height: 15rem;
    }

    .c_item,
    header {
        height: calc(100vw*0.5);
    }

    .eventHeader{
        height: calc(100vw*0.65);
    }

    .event-logo{
        width: 50%;
        margin-bottom: auto;
    }

    .event-button{
        width: 100%;
    }

    .overlap-group {
        width:100%;
      }

}

@media (max-width:500px) {
    main nav {
        display: none;
    }

    .product-card>.img {
        height: 13rem;
    }
}

@media (min-width:1921px) {
    h1, .h1 {
        font-size: 60px;
    }

    h2,
    .h2, .event-button {
        font-size: 40px;
    }

    h3,
    .h3 {
        font-size: 27px;
    }

    p,
    .p,
    ul {
        font-size: 18px;
    }


    .c_item,
    header {
        height: 762px;
    }


    .red-button, .red-button-thin {
        margin-top: 57px;
        padding: 13.5px 38.5px;
    }

    main section {
        margin-top: 150px;
    }

    .top-bracket,
    .bottom-bracket {
        height: 58px;
    }

    .profile-photo {
        height: 211px;
        width: 211px;
    }

    .frame-to-PSupport {
        height: 140px;
        width: 100%;
    }

    .frame-to-PIndustry {
        height: 87px;
        width: 100%;
    }

    .youtube-video {
        width: 100%;
        height: calc(1400px*9/16);
    }

    .events-location-img {
        height: 27px;;
        margin-right:0.5em;
    }

}

.row-fluid:after, .row-fluid:before {
    content: "";
    display: table;
}

.row-fluid:after {
    clear: both;
}

.row-fluid:after, .row-fluid:before {
    content: "";
    display: table;
}

.row-fluid [class*=span]:first-child {
    margin-left: 0;
}

.row-fluid [class*="span"] {
    min-height: 1px !important;
}

.row-fluid .span12 {
    width: 100%;
}
.row-fluid [class*=span] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.127659574%;
    margin-left: 2.0744680846382977%;
    min-height: 28px;
    width: 100%;
}

.basecount {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding-top: 20px;
}

.basecount, .basename {
    font-weight: lighter;
    position: relative;
}


.row-x {
    --bs-gutter-y: 0;
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem;
}
.content-teaser-3 {
    padding: 30px 0;
    background: #000028!important;
}

.content-teaser-3-wrapper {
display: block;
width: 92.5% !important;
max-width: 1200px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
}

.xbase {
    background: #ebf0f5;
    display: inline-block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    text-align: center;
    transform: scale(1);
    width: 100%;
}

.xbase-title {
    background: #02275e;
    color: #fff;
    padding-top: 10px;
    padding-bottom:20px;
    position: relative;
    top: 0;
    width: 100%;
}

.xpro-title {
    background: #02275e;
    color: #fff;
    padding-top: 10px;
    padding-bottom:20px;
    position: relative;
    top: 0;
    width: 100%;
}

.xenterprise-title {
    background: #02275e;
    color: #fff;
    padding-top: 10px;
    padding-bottom:20px;
    position: relative;
    top: 0;
    width: 100%;
}
.basecount, .basename {
    font-weight: lighter;
    position: relative;
}

.basename {
    bottom: -1rem;
    font-size: 2.5rem;
    letter-spacing: -1px;
}

html {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.row-fluid [class*=span] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.127659574%;
    margin-left: 2.0744680846382977%;
    min-height: 28px;
    width: 100%;
}

@media (max-width: 767px){
    .content-teaser-col {
        margin-top: 30px;
    }
    .row-fluid [class*=spam] {
        display: block;
        float: none;
        margin-left: 0;
        width: auto;
    }
}


.row-fluid [class*="span"] {
    min-height: 1px !important;
}

.row-fluid .span4 {
    width: 31.914893614%;
    width: 31.8617021246383%;
}

.xbase-title, .xpro-title {
    color: #fff;
    padding-top: 10px;
    position: relative;
    top: 0;
    width: 100%;
}

.xbase-title {
    background: #02275e;
}

element.style {
    padding-right: 3% !important;
    padding-left: 3% !important;
}

.featurexpl {
    color: #999;
    letter-spacing: 0;
}

.basebut, .featurexpl {
    display: block;
    font-size: 1.2rem;
}

.featurex, .featurex1 {
    display: block;
    font-weight: 700;
}

.featurex {
    font-size: 1.9rem;
}

div {
    display: block;
}

hr.newx {
    border-top: 1px solid #cad7e6;
    width: 80px;
}

.openupbut {
    color: #41aaaa;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
    padding-top: 1rem;
    width: 96%;
}

.dropdownbox {
    display: none;
    width: 100%;
}

.xpro-title {
    background: #011f4c;
}

.xenterprise-title {
    background: #00183c;
    color: #fff;
    padding-top: 10px;
    position: relative;
    top: 0;
    width: 100%;
}

.basebut {
    padding: 12px;
    margin: 14px;
    display: block;
    font-size: 1.2rem;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    text-align: center;
    background: #009999;
    color: white;
    border-color: #009999;
    text-decoration: none;
}

.basebut, .basebut:hover {
    color: #000027!important;
    font-weight: 700!important;
    text-decoration: none;
}

.basebut {
    background: linear-gradient(90deg,#00ffb9,#00e6dc)!important;
    border: 0!important;
    cursor: pointer;
    margin: 14px;
    padding: 12px;
}

.header-container>.row-fluid-wrapper>.row-fluid>.span12, .body-container>.row-fluid-wrapper>.row-fluid>.span12, .footer-container>.row-fluid-wrapper>.row-fluid>.span12, .body-container>.row-fluid-wrapper>.row-fluid>.span12.full-width-background>*, .full-width .site-wrapper, .span12.full-width .block {
    display: block;
    width: 92.5% !important;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    display: block;
}

.basename {
    bottom: -1rem;
    font-size: 2.5rem;
    letter-spacing: -1px;
}

.basecount, .basename {
    font-weight: lighter;
    position: relative;
}

.currency, .currencyeur, .currencyusd {
    font-size: 2rem;
    letter-spacing: 0;
    position: relative;
    top: -3rem
rem
;
}

.eur, .usd {
    font-size: 6rem;
    letter-spacing: -8px;
}


body {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Siemens Sans',Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
    color: #333;
    background-color: #fff;
}

.footer-container-wrapper {
    background: #f1f1f3;
    color: #697882;
    padding: 35px 0 40px;
    font-size: 1.5rem;
}

body {
    font: 12pt Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    background: url(images/paving.jpg);
}

.black {
    color: black;
}


.text-wrapper {
    font-weight: 700;
}

/* .text-wrapper-29 {
    font-size: 0.9em;
    padding-left:0.5em;
    padding-right:0.5em;
} */

.overlap-4 {
    width: 100%;
    background: linear-gradient(140deg, rgb(46, 171.46, 199) 0%, rgb(10, 68, 109) 100%);
  }

.text-wrapper-31 {
    position: relative;
    padding-top: 3em;
    margin-left: 2em;
    margin-right: 2em;
    font-family: "Roboto-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 2em;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.konstantin {
    width: 179px;
    height: 179px;
    top: 231px;
    left: 593px;
    object-fit: cover;
  }

  .text-wrapper-32 {
   
    font-family: "Roboto-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 2em;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  .text-wrapper-33 {
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 1.2em;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }

  .text-wrapper-40 {
    font-family: "Roboto-ExtraBold", Helvetica;
    font-weight: 700;
    color: #000000;
    font-size: 3em;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    margin-bottom: 0.2em;
  }

  .center {
    margin: auto;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    width: 50%;
    color: #000000;
    text-align: center;
    letter-spacing: 0;
    line-height: 25px;
  }

.subtitle {
 font-size: 0.9em;
 width:40%;
 line-height:1em;
}
  .wednesday-november {
    margin-top:1em;
    font-weight: 400;
    color: #000000;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
  }



 .agenda-time {
    display: table-cell;
    padding-right: 2em;
    white-space:nowrap;
 
 }

 .agenda-event {
    margin-left: 2em;
    margin-right: 2em;
    display: table-cell;
    text-align: left;
  }

  #register {
    width: 100%;
    color: white;
    background: linear-gradient(140deg, rgb(46, 171.46, 199) 0%, rgb(10, 68, 109) 100%);
  }

  .register-now {
    font-weight: 700;
    font-size: 1.7em;
    width:10em;
    margin:auto;
    font-family: "Roboto-ExtraBold", Helvetica;
    margin-bottom:1.7em;
  }
  .register-submit {
    text-align: right;
  }

  .register-row {
    margin-top: 0;
    margin-bottom: 0.2em;
  }

  .register-row label {
    font-size: 0.7em;;
  }

  .label-date{
 margin-top: 2em;
 }

 .label-location{
    margin-top: 1em;
}
.label-attendance{
    margin-top: 1em;
}

.register-row input {
    background-color: white;;
}

.register-header {
    text-align: right;
    margin-right:auto;
}

#countdown {
    color: white;
}

.countdown {
    color: white;
}



.countdown-label {
    text-align:center;
    width:100%;
}

.countdown-separator {
    padding:0px;
    text-align:center;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

#countdown .col-1 {
    margin:5px;
    padding:0;
}



.event-title {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0.1em;
}

.event-subtitle {
    font-size:0.8em;
}

.events-location-img {
    height:calc(8px + 19*(100vw/1920));
    margin-right:0.5em;
}

.register-header a {
    vertical-align: middle;
}



.ralign {
    text-align: right;
}

.calign div {
    vertical-align: middle;
    margin-top:3em;
}

#event-quote {
    padding-bottom: 3em;;
    margin-bottom: 3em;
}

.quote-name {
    color: white;
    font-size: 1.7em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.quote-title {
    color: white;
}

.benefit-feature {
    display:flex;
    align-content: start;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f3f3f3 ;
    padding-top:2em;
    padding-bottom:2em;
    border: 0.3em solid white;
}

.icon-feature {
    margin-bottom: 2em;
    height:4em;
    vertical-align: top;
}

.hl {
    font-weight: 700;
    font-size: 1.1em;
}

.story img {
    max-width:100%;
    height:auto;
}

#contents {
    position: sticky;
    top : 0px;
}

.story_link {
    font-size: 0.9em;
	color: rgb(119, 151, 201);
}

.gs-card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  background: white;
  margin-bottom: 2rem;
}

.gs-card-header {
  background: linear-gradient(
    140deg,
    rgb(46, 171, 199) 0%,
    rgb(10, 68, 109) 100%
  );
  color: white;
  padding: 1.5rem;
  border-radius: 8px 8px 0 0;
  border: none;
}

.gs-card-header h4 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.gs-card-body {
  padding: 2rem;
}

.gs-mb-4 {
  margin-bottom: 2rem !important;
}

.gs-mb-3 {
  margin-bottom: 1rem !important;
}

.gs-mb-0 {
  margin-bottom: 0 !important;
}

.gs-mt-2 {
  margin-top: 0.5rem !important;
}

.gs-me-2 {
  margin-right: 0.5rem !important;
}

.gs-ms-2 {
  margin-left: 0.5rem !important;
}

.gs-p-4 {
  padding: 2rem !important;
}

/* Form Controls */
.gs-form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
  font-size: 0.9rem;
}

.gs-form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
  box-sizing: border-box;
}

.gs-form-control:focus {
  outline: none;
  border-color: #2eabc7;
  box-shadow: 0 0 0 3px rgba(46, 171, 199, 0.1);
}

.gs-form-select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 6px;
  font-size: 1rem;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
}

.gs-form-select:focus {
  outline: none;
  border-color: #2eabc7;
  box-shadow: 0 0 0 3px rgba(46, 171, 199, 0.1);
}

/* Buttons */
.gs-btn {
  display: inline-block;
  padding: 1rem 2rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
}

.gs-btn-lg {
  padding: 1.125rem 2rem;
  font-size: 1.125rem;
}

.gs-w-100 {
  width: 100% !important;
}

.gs-register-btn {
  background: #ffc107;
  color: #000;
  border: 2px solid #ffc107;
}

.gs-register-btn:hover {
  background: #e0a800;
  border-color: #e0a800;
  color: #000;
}

.gs-register-btn:disabled {
  background: #6c757d;
  border-color: #6c757d;
  color: white;
  cursor: not-allowed;
}

/* Alerts */
.gs-alert {
  padding: 1rem 1.5rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.gs-alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.gs-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Spinner */
.gs-spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: gs-spin 0.75s linear infinite;
}

.gs-spinner-border-sm {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.125em;
}

@keyframes gs-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.gs-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Text utilities */
.gs-text-muted {
  color: #6b7280 !important;
}

.gs-text-center {
  text-align: center !important;
}

.gs-d-block {
  display: block !important;
}

/* Responsive */
@media (max-width: 768px) {
  .gs-card-body {
    padding: 1.5rem;
  }

  .gs-btn-lg {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}
.gradient-bg {
  background: linear-gradient(
    140deg,
    rgb(46, 171, 199) 0%,
    rgb(10, 68, 109) 100%
  );
}

.text-primary-dark {
  color: rgb(10, 68, 109);
}

.event-hero {
  background: linear-gradient(
    140deg,
    rgb(46, 171, 199) 0%,
    rgb(10, 68, 109) 100%
  );
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.register-btn {
  background: #ffc107;
  border: none;
  color: #000;
  font-weight: bold;
  padding: 12px 30px;
}

.register-btn:hover {
  background: #e0a800;
  color: #000;
}

.register-btn:disabled {
  background: #6c757d;
  color: white;
}

.card {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.alert {
  display: none;
}

.spinner-border {
  display: none;
}
