@font-face {
    font-family: "roboto";
    src: url("/?originalUrl=https%3A%2F%2Faccess.windriver.com%2Ffonts%2Froboto-italic-400.woff2") format("woff2"), url("/?originalUrl=https%3A%2F%2Faccess.windriver.com%2Ffonts%2Froboto-italic-400.woff") format("woff"), url("/?originalUrl=https%3A%2F%2Faccess.windriver.com%2Ffonts%2Froboto-italic-400.otf") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}
:root {
    --wr_teal: #00ADA4;
    --wr_teal_h: #00877D;
    --wr_grey: #A6A6A6;
    --wr_celadon: #6C9694;
    --wr_mint: #A3DAD6;
    --wr_lavender: #D19AFF;
    --wr_mauve: #CFBDF9;
    --wr_slate: #505050;
    --wr_granite: #727272;
    --wr_sea: #30E4D0;
    --wr_white: #FFFFFF;
    --wr_amethyst: #8473AD;
    --wr_black: #1C1C1C;
    --wr_text_black: #212121;
    --wr_charcoal: #666666;
    --wr_dark: #333333;  

    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
}
body {
    font-family: "roboto",sans-serif;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    color: var(--wr_text_black);
    background-color: var(--wr_white);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

/* Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}
img, svg {
    vertical-align: middle;
}
img {
    border-style: none;
}
img {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
svg:not(:root) {
    overflow: hidden;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: var(--wr_teal);
}
*:focus,
a:focus, a:active {
    outline: none;
    outline: 0;
}
*::-moz-focus-inner,
a::-moz-focus-inner {
    border: 0;
    outline: none;
    outline: 0;
}
a[role=button] {
    cursor: pointer;
}
a:focus, a:hover {
    color: var(--wr_teal_h);
    text-decoration: none;
}

/* General */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
}
h1,h2,h3,h4,h5,h6,p,ul,ol {
    font-family: inherit;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
sub, sup{
    font-size: 60%;
}
html, body {
    font-size: 16px;
    line-height: 1.4;
}
.full-width {
    max-width: 100%;
    height: auto;
    float: initial;
    width: auto;
}

/* bottom margins */
.mgb-0 {
    margin-bottom: 0;
}
.mgb-10 {
    margin-bottom: 10px;
}
.mgb-20 {
    margin-bottom: 20px;
}
.mgb-30 {
    margin-bottom: 30px;
}
.mgb-40 {
    margin-bottom: 40px;
}
.mgb-50 {
    margin-bottom: 50px;
}
.mgb-60 {
    margin-bottom: 60px;
}
.mgb-70 {
    margin-bottom: 70px;
}
.mgb-80 {
    margin-bottom: 80px;
}
.mgb-90 {
    margin-bottom: 90px;
}
.mgb-100 {
    margin-bottom: 100px;
}

/* left margins */
.mgl-0 {
    margin-left: 0;
}
.mgl-10 {
    margin-left: 10px;
}
.mgl-20 {
    margin-left: 20px;
}
.mgl-30 {
    margin-left: 30px;
}
.mgl-40 {
    margin-left: 40px;
}
.mgl-50 {
    margin-left: 50px;
}
.mgl-60 {
    margin-left: 60px;
}
.mgl-70 {
    margin-left: 70px;
}
.mgl-80 {
    margin-left: 80px;
}
.mgl-90 {
    margin-left: 90px;
}
.mgl-100 {
    margin-left: 100px;
}

/* right margins */
.mgr-0 {
    margin-right: 0;
}
.mgr-10 {
    margin-right: 10px;
}
.mgr-20 {
    margin-right: 20px;
}
.mgr-30 {
    margin-right: 30px;
}
.mgr-40 {
    margin-right: 40px;
}
.mgr-50 {
    margin-right: 50px;
}
.mgr-60 {
    margin-right: 60px;
}
.mgr-70 {
    margin-right: 70px;
}
.mgr-80 {
    margin-right: 80px;
}
.mgr-90 {
    margin-right: 90px;
}
.mgr-100 {
    margin-right: 100px;
}

/* top margins */
.mgt-0 {
    margin-top: 0;
}
.mgt-10 {
    margin-top: 10px;
}
.mgt-20 {
    margin-top: 20px;
}
.mgt-30 {
    margin-top: 30px;
}
.mgt-40 {
    margin-top: 40px;
}
.mgt-50 {
    margin-top: 50px;
}
.mgt-60 {
    margin-top: 60px;
}
.mgt-70 {
    margin-top: 70px;
}
.mgt-80 {
    margin-top: 80px;
}
.mgt-90 {
    margin-top: 90px;
}
.mgt-100 {
    margin-top: 100px;
}

/* no margin */
.no-mg {
    margin: 0;
}


/* bottom padding */
.pdb-0 {
    padding-bottom: 0;
}
.pdb-10 {
    padding-bottom: 10px;
}
.pdb-20 {
    padding-bottom: 20px;
}
.pdb-30 {
    padding-bottom: 30px;
}
.pdb-40 {
    padding-bottom: 40px;
}
.pdb-50 {
    padding-bottom: 50px;
}
.pdb-60 {
    padding-bottom: 60px;
}
.pdb-70 {
    padding-bottom: 70px;
}
.pdb-80 {
    padding-bottom: 80px;
}
.pdb-90 {
    padding-bottom: 90px;
}
.pdb-100 {
    padding-bottom: 100px;
}

/* top padding */
.pdt-0 {
    padding-top: 0;
}
.pdt-10 {
    padding-top: 10px;
}
.pdt-20 {
    padding-top: 20px;
}
.pdt-30 {
    padding-top: 30px;
}
.pdt-40 {
    padding-top: 40px;
}
.pdt-50 {
    padding-top: 50px;
}
.pdt-60 {
    padding-top: 60px;
}
.pdt-70 {
    padding-top: 70px;
}
.pdt-80 {
    padding-top: 80px;
}
.pdt-90 {
    padding-top: 90px;
}
.pdt-100 {
    padding-top: 100px;
}

/* left padding */
.pdl-0 {
    padding-left: 0;
}
.pdl-10 {
    padding-left: 10px;
}
.pdl-20 {
    padding-left: 20px;
}
.pdl-30 {
    padding-left: 30px;
}
.pdl-40 {
    padding-left: 40px;
}
.pdl-50 {
    padding-left: 50px;
}
.pdl-60 {
    padding-left: 60px;
}
.pdl-70 {
    padding-left: 70px;
}
.pdl-80 {
    padding-left: 80px;
}
.pdl-90 {
    padding-left: 90px;
}
.pdl-100 {
    padding-left: 100px;
}

/* right padding */
.pdr-0 {
    padding-right: 0;
}
.pdr-10 {
    padding-right: 10px;
}
.pdr-20 {
    padding-right: 20px;
}
.pdr-30 {
    padding-right: 30px;
}
.pdr-40 {
    padding-right: 40px;
}
.pdr-50 {
    padding-right: 50px;
}
.pdr-60 {
    padding-right: 60px;
}
.pdr-70 {
    padding-right: 70px;
}
.pdr-80 {
    padding-right: 80px;
}
.pdr-90 {
    padding-right: 90px;
}
.pdr-100 {
    padding-right: 100px;
}

/* no padding */
.no-pd {
    padding: 0;
}
.nmg{
    margin: 0;
}

/* p paragraph */
p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--wr_text_black);
}

.p12{
    font-size: 12px;
    color: #1C1C1C;
}

.desc16R,
.desc16 {
    font-size: 16px;
}
.desc17 {
    font-size: 17px;
}
.desc18 {
    font-size: 18px;
}
.desc20 {
    font-size: 20px;
}
.desc16R,
.desc16,
.desc17,
.desc18,
.desc20 {
    line-height: 1.4;
    font-style: normal; 
    font-weight: 300;
}

/* headers */
.title17 {
    font-size: 17px;
}
.title28 {
    font-size: 28px;
}
.title30 {
    font-size: 30px;
}
.title32 {
    font-size: 32px;
}
.title34 {
    font-size: 34px;
}
.title17,
.title28,
.title30,
.title32,
.title34 {
    line-height: 1.4;
    font-weight: 300;
    color: var(--wr_black);
    font-style: normal;
}

/* logo and menu */
.content.header {
    padding: 60px 0;
}
.logo-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.logo-container .menu-section-item {
    flex-basis: auto;
    align-self: center;
}

.logo-container .logo.menu-section-item {
    width: 100%;
    max-width: 150px;
}
.logo-container .logo picture img,
.logo-container .logo picture source {
    max-width: 120px;
    height: auto;
    width: auto;
    float: initial;
}

.navi.menu-section-item a {
    color: var(--wr_black);
    margin-right: 20px;
}

/* Utils text */
.text-robo {
    font-family: roboto, sans-serif;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-bold{
    font-weight: bold;
}
.text-medium{
    font-family: roboto-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.text-italic{
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: italic;
}
.text-c-purple{
    color: var(--wr_lavender);
}
.text-c-gray{
    color:var(--wr_grey);
}
.text-c-green{
    color:var(--wr_teal);
}

/* content */
.content {
    width: 100%;
    position: relative;
}
.wrapper {
    width: 100%;
    position: relative;
    max-width: 1095px;
    margin: 0 auto;
}
.wrapper.w-inner {
    padding-left: 50px;
    padding-right: 50px;
}
.content.section.halfpd{
    padding-top:0px !important;
    padding-bottom:30px !important;
    margin-top: unset !important;
}
.content.section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* hero */
.content.hero {
    position: relative;
    width: 100%;
}
.content.hero .hero-inner {
    min-height: 350px;
    position: relative;
    width: 100%;
}
.content.hero .hero-caption {
    background-color: transparent !important;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    justify-content: space-between;
    position: relative;
    z-index: 4;
}
.content.hero .hc-title {
    margin-bottom: 25px;
    margin-left: 8px;
    position: relative;
}
.content.hero .hc-title h1 {
    background-color: var(--wr_black);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: var(--wr_white);
    display: inline;
    font-family: roboto,sans-serif;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 300;
    box-shadow: none;
    padding: 0 20px 0 13px;
}
.content.hero .hc-title h1 span {
    color: var(--wr_white);
}
.content.hero .hc-desc {
    margin-top: unset;
    margin-left: 8px;
    max-width: 360px;
    position: relative;
}
.content.hero .hc-desc p {
    font-family: roboto-mono,monospace;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    background-color: var(--wr_white);
    box-shadow: 0.6em 0 0 var(--wr_white), -0.5em 0 0 var(--wr_white);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: var(--wr_black);
    display: inline;
    line-height: 1.8;
    padding: 11px;
}
.content.hero .hc-desc p span._ci {
    color: inherit;
    position: relative;
    z-index: 2;
}
.content.hero .hero-caption .ci-cta {
    margin-top: unset
}
.content.hero .hero-radial {
    height: 100%;
    left: 0px;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: 3;
}
.content.hero .hero-radial img {
    display: block;
    margin: 0px auto;
    width: 100%;
}
.content.hero .hero-image {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 25px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
img.compute-badge {
    position: relative;
    top: -50px;
}
.icon-holder {
    display: flex;
    align-items: center;
    height: 100%;
}
.icons {
    padding: 10px;
    box-shadow: 0px 0px 15px 2px #00000026;
    border-radius: 10px;
}

/* Footer  */
.content.footer {
    background-color: #333333;
    color: #ffffff;
    padding: 60px 0;
}
/* Footer copyright and social */
.content.footer .footer-copyright-and-social .footer-delimiter {
    border-top: 2px solid #30e4d0;
    padding-bottom: 30px;
}
.content.footer .footer-copyright-and-social .footer-copyright p {
    color: #ffffff;
    font-family: roboto-mono, monospace;
    font-size: 15px;
    margin-bottom: 10px;
}
.content.footer .footer-copyright-and-social .footer-copyright span {
    color: #ffffff;
    font-family: roboto-mono, monospace;
    font-size: 15px;
}
.content.footer .footer-copyright-and-social .footer-copyright a:hover,
.content.footer .footer-copyright-and-social .footer-copyright a:visited,
.content.footer .footer-copyright-and-social .footer-copyright a:focus {
    opacity: 0.8;
}
.content.footer .footer-copyright-and-social .footer-copyright .copyright-oblique-delimiter {
    margin: 0 10px;
    color: #30e4d0;
    transform: rotate(25deg);
    -webkit-transform:rotate(25deg);
    -moz-transform:rotate(25deg);
    -ms-transform:rotate(25deg);
    -o-transform:rotate(25deg);
    display: inline-block;
}

.content.footer .footer-copyright-and-social .footer-social a {
    color: #ffffff;
    font-family: roboto-mono, monospace;
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: none;
}
.content.footer .footer-copyright-and-social .footer-social a:hover,
.content.footer .footer-copyright-and-social .footer-social a:visited,
.content.footer .footer-copyright-and-social .footer-social a:focus {
    opacity: 0.8;
    text-decoration: none;
}
.content.footer .footer-copyright-and-social .footer-social .footer-social-icon {
    width: 40px;
}
.content.footer .footer-copyright-and-social .footer-social .footer-icon-spacer {
    width: 40px;
    display: inline-block;
}
.text-right {
    text-align: right!important;
}
.content.footer .footer-copyright-and-social .footer-copyright a {
    color: #ffffff;
    font-family: roboto-mono, monospace;
    font-size: 15px;
    margin-bottom: 10px;
}
.content.footer .footer-copyright-and-social .footer-social .footer-social-icon {
    width: 40px;
}
.content.footer .footer-copyright-and-social .footer-social .footer-icon-spacer {
    width: 40px;
    display: inline-block;
}



/*
Loader animation
*/

.loader-wrapper{
}

.loader{
    display: flex;
    justify-content: center;
    align-items: center;
}


.loadero {
    width: 48px;
    height: 48px;
    border: 5px solid #00ADA4;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
} 



/* form */

.form_wrapper{
    width: 660px;
    margin: 0 auto;
    margin-top: 60px;
}

.btn{
    font-size: 20px;
    border-radius: 6px;
    padding: 8px 50px;
    color: #fff;
    background-color: #00ADA4;
    border-color: #00ADA4;
    border: none;
    cursor: pointer;
}

.btn:hover, .btn:active{
    opacity: .8;
}

.btn:disabled{
    background-color: #cccccc;
}

.asterix {
    float: right;
    color: #00ADA4;
    padding-left: 5px;
    display: block;
}
.form_item {
    display: flex;
    margin-bottom: 10px;
}

.form_item label {
    text-align: right;
    padding-right: 10px;
    flex: 2 200px;
    width: 100%;
    color: #666;
    font-size: 14px;
    padding-bottom: 0px;
    font-weight: bold;
    width: 100%;
    margin-right: 4px;
    margin-top: 9px;
}
.form_item input,
.form_item select {
    display: block;
    width: 100% ;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff ;
    background-image: none;
    border: 1px solid #1c1c1c;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none ;
    -o-transition: none;
    transition: none;
    border-bottom-width: 2px;
}

.form_item input:checkbox:checked{
    color:#666;
    background:#666;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px #1c1c1c solid;
    border-bottom-width: 2px;
  }
  
  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked ~ .checkmark {
    background-color: #00ADA4;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
  }

  .checkbox-label{
    font-size: 12px;
    text-align: left !important;
    flex: none;
    width: auto;
  }


p.error{
    padding:20px;
    background-color: #FDF1DD;
    color:#C18015;
    border-radius: 12px;
    margin-bottom: 20px;
}

p.success{
    padding:20px;
    color: #ffffff;
    background-color:#00ADA4;
    border-radius: 12px;
    margin-bottom: 20px;
}

.hide-form{
    display: none;
}

/* responsive */
@media screen and (max-width: 1199px) {
    
}
@media screen and (max-width: 991px) {
    .wrapper {
        padding: 0 20px;
    }
    img.compute-badge {
        max-width: 300px;
        top: auto;
        margin-top: 20px;
    }
    .content.hero {
        margin-bottom: 40px;
    }
    .content.footer .footer-social .text-right {
        display: flex;
        justify-content: right;
    }

    .content.footer .footer-social .text-right a {
        margin-left: 5px;
    }
    
}
@media screen and (max-width: 767px) {
    .content.hero .hc-title h1 {
        font-size: 34px;
    }
    .footer-social {
        text-align: left !important;
        padding-top: 40px;
    }
    .logo-container {
        display: block;
    }
    .logo-container .logo.menu-section-item,
    .logo-container .navi.menu-section-item { 
        text-align: left;
        padding: 15px 0;
    }
    .logo-container .navi.menu-section-item a { 
        margin-right: 10px;
    }
    .content.header {
        padding: 40px 0;
    }
    img.compute-badge {
        max-width: 200px;
        top: auto;
        margin-top: 20px;
    }

}
@media screen and (max-width: 480px) {
    .logo-container .navi.menu-section-item a {
        margin-right: 10px;
        display: block;
        padding: 5px 0;
    }
    .logo-container .logo.menu-section-item,
    .logo-container .navi.menu-section-item {
        text-align: left;
        padding: 10px 0;
    }
    .content.header {
        padding: 30px 0;
    }
}
/* dark */
@media (prefers-color-scheme: dark) {
    .content.hero .hc-desc p {
        color: var(--wr_white) !important;
        background-color: var(--wr_black) !important;
        box-shadow: 0.6em 0 0 var(--wr_black), -0.5em 0 0 var(--wr_black);
    }
    body {
        color: var(--wr_white) !important;
        background-color: var(--wr_black) !important;
        box-shadow: 0.6em 0 0 var(--wr_black), -0.5em 0 0 var(--wr_black);
    }
    .title28,
    .title34,
    p,
    .navi.menu-section-item a {
        color: var(--wr_white);
    }
    .icons {
        box-shadow: 0px 0px 15px 2px #ffffff73;
    }
}

  