﻿
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



:root {
    font-family: "Rubik" !important;
    --bs-font-sans-serif: Rubik;
}

html {
    scroll-behavior: smooth;
    font-family: "Rubik" !important;
    
}


.color-dy-title {color: #FCB51C;}

.fs-run {font-size: 20px;}
.fs-li {font-size: 22px;}


@media (max-width: 480px) {
    .fs-run {font-size: 18px;}
    .fs-li {font-size: 20px;}         
    
}


body {
    background: #fff;
    color:#000;
}

a {
    cursor: pointer;
    text-decoration: inherit;
    color: inherit;
}

.bg-01 {
    background-image: url('/images/laningPages/umbrella/bg_01.jpg'); /* Replace with your image path */
      background-repeat: no-repeat; /* Prevent image from repeating */
      background-position: top; /* Position image at bottom-left */
      background-size: cover; /* Adjust size as needed */
}

.triangle-list {
  list-style: none;
  padding-right: 0px;
}
.triangle-list li {margin-bottom: 20px;}
.triangle-list li span {margin-right: 5px; background: #272727;}

.triangle-list li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0; /* Creates a left-pointing triangle */
  border-color: transparent #FCB51C transparent transparent; /* Customize color */
  margin-right: 8px; /* Space between triangle and text */
  vertical-align: middle;
  }


.custom-container {
    max-width: 1000px;
    margin: 0 auto;
  }

  .custom-container  {
    padding-left: 0;
  }



    @media (max-width: 480px) {
        .deco-img-01 {   
             background-position: -50px bottom;   
             background-size: clamp(150px, 70%, 400px);
            }
        
        
    }


    .top-bg {
        position: relative;
     }

     .no-wrp {
white-space: nowrap;
}

 ul.red-square {
     list-style-type: none; /* Remove default bullets */
     padding-right: 20px; /* Add padding on the right side instead of left */
     padding-left: 0; /* Remove default left padding */
     margin-right: 15px; /* Add some right margin */
 }
 
 ul.red-square li {
     position: relative;
     margin-bottom: 8px; /* Space between list items */
     padding: 5px 0;
     line-height: 1.1em;
 }
 
 ul.red-square li:before {
     content: ""; /* Required for the pseudo-element */
     position: absolute;
     right: -20px; /* Position the square on the right instead of left */
     top: 10px; /* Adjust vertical alignment with text */
     width: 8px; /* Width of the square */
     height: 8px; /* Height of the square */
     background-color: #b8232f; /* Red square */
 }

 .lh-1-1 { line-height: 1.1em;}


    .ul-dynatrace {list-style-type: circle; color: #5fd3f6;}

    .ul-dynatrace li span {background: #2d343b; padding-left: 10px; }

    /* .logo-01 {max-width: 200px; width: 100%;}
    .logo-02 {max-width: 120px; width: 100%;}

    @media (max-width: 480px) {
        .logo-01 {max-width: 180px;  width: 80%;}
        .logo-02 {max-width: 100px;  width: 80%;}
    } */


    .footer-bg {background: #002544; color: #fff;}




.xxxxx-custom-bg {
        background-image: url('/images/laningPages/umbrella/deco_05.png'); /* Replace with your image path */
      background-repeat: no-repeat; /* Prevent image from repeating */
      background-position: bottom left; /* Position image at bottom-left */
      background-size: auto; /* Adjust size as needed */
}


 .title-koko {font-size: 3em;  margin-top: 30px;}

 .bg-27 {background: #272727;}

@media (max-width: 768px) {


    .custom-bg {       
      background-size: 300px; /* Adjust size as needed */          
    }


    .title-koko {margin-top: 100px;}
   
}


 .bg-boxAI {
        background-repeat: no-repeat;    /* prevent tiling */
        background-position: center;     /* center horizontally and vertically */
        background-size: 100% 100%;          /* scale to fill screen */
    }

    .bg-boxAI-1 {background-image: url(/images/laningPages/umbrella/bg_01.jpg);  }
    .bg-boxAI-2 {background-image: url(/images/laningPages/umbrella/bg_02.jpg);  }
    .bg-boxAI-3 {background-image: url(/images/laningPages/umbrella/bg_03.jpg);  }
    .bg-boxAI-4 {background-image: url(/images/laningPages/umbrella/bg_04.jpg);  }
    .bg-boxAI-5 {background-image: url(/images/laningPages/umbrella/bg_05.jpg);  }
    .bg-boxAI-6 {background-image: url(/images/laningPages/umbrella/bg_06.jpg);  }

    .font-type-01 {font-size: 4em; color: #06c4e6;}
    .font-color-01 { color: #06c4e6;}
    .font-color-02 {color: #03aef0;}
    .font-color-03 {color: #9fe606;}
    .font-color-04 {color: #bca0f6;}

    .clearfix-20 {clear: both; height: 20px;}

    .item-sync-01 {border-right: solid 7px #03aef0; padding-right: 14px;}
    .item-sync-02 {border-right: solid 7px #9fe606; padding-right: 14px;}
    .item-sync-04 {border-right: solid 7px #bca0f6; padding-right: 14px;}




    /*----------------------------------------------------------------------------------------------*/

    
.footer-bg {
    /* background: #b8232f; */
    background: #633ff9;
}


@media (max-width: 768px) {
}

.footer {
    /* background-color: #b8232f; */
    background-color: #633ff9;
    padding-top: 30px;
}

footer {
    margin: auto;
    max-width: 900px;
}

.accessibility-url-wrap {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}

footer .content-wrap {
    background: transparent;
    direction: rtl;
    text-align: left; /*background: linear-gradient(214deg, #fd9f52 0%, #ff9900 48%, #ff9900 100%);*/
}

footer section.main-formSection {
    padding: 0px 0px 0px 0px;
    position: relative;
}

    footer section.main-formSection .legend-bg {
        padding: 30px 0px 0px 0px;
        display: none;
    }

@media (max-width: 1279px) {
    footer section.main-formSection .legend-bg {
        display: block;
    }
}

footer section.main-formSection .legend-bg .legend-wrap legend {
    text-align: center;
    color: #ffffff;
    /* color:#000; */
    display: block;
    width: 100%;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    text-align: right;
}

footer section.main-formSection .wrap-content {
}

@media (max-width: 800px) {
    footer section.main-formSection .wrap-content {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

footer section.main-formSection .flex-wrap {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1440px) {
    footer section.main-formSection .flex-wrap {
        width: 100%;
    }
}

footer section.main-formSection .nessAccMainForm-rowItem {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 665px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    footer section.main-formSection .nessAccMainForm-rowItem {
        max-width: inherit;
        width: 700px;
    }
}



@media (max-width: 1024px) {
    footer section.main-formSection .nessAccMainForm-rowItem {
        max-width: 920px;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    footer section.main-formSection .nessAccMainForm-rowItem {
        flex-direction: column;
        width: 100%;
    }
}

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item {
    padding-bottom: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}

    footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item::before {
        content: "";
        /* background: url("images/check.webp"); */
        background: url("images/check.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px;
        width: 11px;
        height: 11px;
        position: absolute;
        left: 0;
        top: 1px;
        opacity: 0;
    }

    footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item.validField::before {
        opacity: 1;
    }

    footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item label {
        font-size: 16px;
        display: inline-block;
        font-weight: 400;
        text-align: right;
        margin-bottom: 0px;
        color: #ffffff;
        /* color: #000; */
        font-family: inherit;
        position: relative;
    }

@media (max-width: 1023px) {
    footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item label {
        padding-bottom: 5px;
    }
}

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item label .mainAccreqColor {
    color: red;
}

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item label .mainAcctErrorAlert {
    color: yellow;
    font-size: 16px;
    position: absolute;
    font-weight: 400;
    bottom: -68px;
    right: 0px;
}

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item label .disabeld {
    display: none;
}

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item input,
footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item textarea {
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    height: 44px;
    width: 205px;
    border: 0px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    font-family: inherit;
    border-radius: 5px;
}



@media (max-width: 900px) {
    footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item input,
    footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item textarea {
        border-radius: 5px;
        width: 100%;
    }
}

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item input.redAlertBorder,
footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item textarea.redAlertBorder {
    border: 2px solid red;
}

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item input:hover,
footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item textarea:hover {
    background-color: #dcf5ff;
}

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item input:focus,
footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item textarea:focus {
    outline: 2px solid #00345a;
}

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item.nessAccMainForm-Item-textarea {
    width: 100%;
    display: none;
}

    footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item.nessAccMainForm-Item-textarea textarea {
        width: 100%;
        height: 80px;
    }

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
}

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
}

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
}

footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item input:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
}

footer section.main-formSection .nessAccMainForm-btnRowItem {
    padding-bottom: 24px;
    padding-right: 20px;
}


@media (max-width: 1024px) {

    footer .accessibility-url-wrap .accessibility-url {
        padding-top: 15px;
        color: #000;
    }

    footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item input,
    footer section.main-formSection .nessAccMainForm-rowItem .nessAccMainForm-Item textarea {
        width: 100%;
    }

    footer section.main-formSection .nessAccMainForm-btnRowItem {
        padding-bottom: 0px;
        padding-right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

footer section.main-formSection .nessAccMainForm-btnRowItem .mainAccSend-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 160px;
    height: 44px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -1px;
    background: #fff;
    background: linear-gradient(180deg, #fff 0%, #fff 55%, #929497 100%);
    border: 0;
    padding: 0px 33px 0px 0px;
    color: #000;
    border-radius: 40px;
    cursor: pointer;
    font-family: inherit;
    margin-top: 30px;
    transition: all 0.3s ease;
    position: relative;
}

    footer section.main-formSection .nessAccMainForm-btnRowItem .mainAccSend-btn::before {
        content: "";
        /* background: url("images/ar.webp"); */
        background: url("/images/laningPages/umbrella/ar.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30px;
        width: 22px;
        height: 30px;
        position: absolute;
        top: 10px;
        left: 24px;
        z-index: 1;
        transition: all 0.3s ease;
    }

    footer section.main-formSection .nessAccMainForm-btnRowItem .mainAccSend-btn:hover::before, footer section.main-formSection .nessAccMainForm-btnRowItem .mainAccSend-btn:focus::before {
        left: 16px;
    }

footer section.main-formSection .nessAccMainForm-main {
    padding: 30px 15px;
}

footer section.main-formSection .mainAccAlertContainer {
    background-color: #000000;
    padding: 8px;
    margin-bottom: 45px;
    width: 100%;
    display: block;
}

    footer section.main-formSection .mainAccAlertContainer.disabeld {
        display: none;
    }

    footer section.main-formSection .mainAccAlertContainer h6 {
        margin: 0px;
        padding: 0px;
        font-size: 20px;
        font-weight: 200;
        color: #f3da1c;
    }

    footer section.main-formSection .mainAccAlertContainer ul {
        margin: 0px;
        padding: 0px;
        list-style: disc;
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        footer section.main-formSection .mainAccAlertContainer ul li a {
            color: #000000;
            font-size: 11px;
            font-weight: 400;
            text-decoration: underline;
            display: block;
            padding: 3px 9px;
            line-height: 12px;
            border-radius: 15px;
            margin: 4px 5px;
            background-color: #f3da1c;
        }

            footer section.main-formSection .mainAccAlertContainer ul li a:hover {
                background-color: #000;
                color: #fff;
            }

            footer section.main-formSection .mainAccAlertContainer ul li a:focus {
                outline: 1px solid #f3da1c;
            }

footer .accessibility-url-wrap {
    display: flex;
    justify-content: center;
    padding: 0px;
}

@media (max-width: 900px) {
    footer .accessibility-url-wrap {
        padding: 30px 0px 30px 0px;
    }
}

footer .accessibility-url-wrap .accessibility-url {
    font-size: 20px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #000;
    padding: 20px;
    font-weight: 400;
    text-decoration: none;
}

    footer .accessibility-url-wrap .accessibility-url:hover, footer .accessibility-url-wrap .accessibility-url:focus {
        text-decoration: underline;
    }

.freeAcc-component button.freeAcc-openButton {
    background-color: #ffffff !important;
    border: 1px solid #339acf !important;
}

@media (max-width: 414px) {
    .freeAcc-component button.freeAcc-openButton {
        top: 105px !important;
    }
}

.freeAcc-component button.freeAcc-openButton svg {
    fill: #339acf !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */
}

header .header-wrap .title-wrap .title-brackets {
    font-size: 45px;
    padding-top: 3px;
    line-height: 70px;
    color: #ffff;
    font-weight: normal;
    font-family: "Rubik";
    text-align: right;
}

@media (max-width: 1400px) {
    header .header-wrap .title-wrap .title-brackets {
        font-size: 42px;
        line-height: 44px;
    }
}

@media (max-width: 1024px) {
    header .header-wrap .title-wrap .title-brackets {
        font-size: 40px;
    }
}

@media (max-width: 783px) {
    header .header-wrap .title-wrap .title-brackets {
        font-size: 33px;
        line-height: 40px;
        width: max-content;
    }
}

@media (max-width: 678px) {
    header .header-wrap .title-wrap .title-brackets {
        font-size: 28px;
        line-height: 34px;
        padding-top: 10px;
    }
}

@media (max-width: 594px) {
    header .header-wrap .title-wrap .title-brackets {
        font-size: 20px;
    }
}

@media (max-width: 489px) {
    header .header-wrap .title-wrap .title-brackets {
        font-size: 19px;
        line-height: 28px;
    }
}

li {
}

.colorFade {
    /* padding-top: 100px; */
}

@media (max-width: 666px) {
    .colorFade {
        padding-top: 50px
    }
}

.hidden_br {
    display: none;
}

@media (max-width: 847px) {
    .hidden_br {
        display: block;
    }
}

.hidden_br_lsitTITle {
    display: none;
}

@media (max-width: 449px) {
    .hidden_br_lsitTITle {
        display: block;
    }
}

@media (max-width: 847px) {
    .hide_for_phone {
        display: none;
    }
}





