<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    /*
Theme Name: Alceon new
Version: 1.0
Author:
Author URI:
*/
	.disclaimer_post{
		margin-top:80px;
		padding-top:34px;
		border-top: 1px solid #E0E0E0;
	}
	.disclaimer_post p,.disclaimer li{
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.8;
		color: rgba(0, 0, 0, 0.8);
	}

    .creditcontent {
        color: #00447C;
        padding: 50px 0 55px;
    }

    .creditcontent h2 {
        margin-bottom: 7px;
    }

    .creditcontent h5 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .creditcontent p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }


    /* 
     */

    .menu-primary-menu-container {
        width: 100%;
    }

    .ftr .main-menu {
        justify-content: flex-end;
    }

    .ftr .main-menu li {
        margin-left: 30px;
    }

    .ftr .main-menu {
        font-size: 15px;
    }

    .ftr .main-menu .sub-menu li {
        margin-left: 0px;
        margin-bottom: 0;
    }

    .ftr .main-menu .sub-menu a {
        font-weight: 400;
        font-size: 14px;
    }

    .ftr .sub-menu {
        padding-left: 0;
    }

    .hdr .menu-item-has-children {
        position: relative;
        display: flex;
        align-items: center;
    }

    .hdr .menu-item-has-children .after {
        width: 10px;
        height: 6px;
        transition: all 0.3s ease-in-out;
        content: "";
        display: inline-block;
        background-image: url(img/menuchild.svg);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        top: 0px;
        right: -1px;
    }

    .hdr .menu-item-has-children:hover .after {
        transform: rotate(180deg);
    }

    .hdr .sub-menu {
        padding-left: 0;
        position: absolute;
        left: 0;
        width: 280px;
        background-color: #fff;
        box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
        padding: 20px 20px 10px;
        top: 120%;
        display: block;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

    .hdr .sub-menu li a {
        color: #00447C;
        font-size: 14px;
        margin-right: 0;

    }

    .hdr .main-menu li {
        margin-left: 25px;
    }

    .hdr .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }

    .hdr .sub-menu li {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        display: block;
    }

    .hdr .sub-menu li .after {
        display: none;
    }

    .hdr .sub-menu li a:hover {
        color: #3EC3FF;
    }

    .hdr .main-menu {
        margin-left: 0;
        margin-right: 0;
        width: calc(100% - 50px);
        justify-content: flex-end;
    }

    .search-wp input {
        background-color: #fff !important;
    }

    .media-list_img,
    .hdr-bg {
        background-size: cover !important;
    }

    .breadcrumbs {
        padding-top: 15px;
    }

    .breadcrumbs ul {
        list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .breadcrumbs li {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        color: #3EC3FF;
        font-weight: 600;
    }

    .breadcrumbs a {
        color: #fff;
        font-weight: 400;
    }

    .breadcrumbs a:hover {
        color: #3EC3FF;
    }

    .breadcrumbs li svg {
        display: inline-block;
        margin: 0 16px;
    }

    .breadcrumbs+.top-prt.small {
        padding: 35px 0 70px;
    }

    .page-investor {
        background-color: #00447C;
    }

    .page-investor .container {
        position: relative;
        z-index: 2;
    }

    .page-template-page-investor-login .hdr-bg {
        z-index: 1;
        height: auto;
        min-height: 446px !important;
    }

    .page-template-page-creditthemplate.page-template .hdr-bg {
        height: auto;
    }

    .page-template-page-creditthemplate.page-template .creditcontent {
        margin-top: 80px;
    }
	.page-template-page-creditthemplate.page-template .creditcontent h3{
		margin-bottom:10px;
	}
    .page-template-page-home .hdr-bg {
        height: auto;
        min-height: 660px;
    }
	.mfp-move-from-top .mfp-with-anim {
	  opacity: 0;
	  transition: all 0.3s;
	  transform: translateY(-100px);
	}
	.mfp-move-from-top.mfp-bg {
	  opacity: 0;
	  transition: all 0.2s;
	}
	.mfp-move-from-top.mfp-ready .mfp-with-anim {
	  opacity: 1;
	  transform: translateY(0);
	}
	.mfp-move-from-top.mfp-ready.mfp-bg {
	  opacity: 0.8;
	}
	.mfp-move-from-top.mfp-removing .mfp-with-anim {
	  transform: translateY(-100px);
	  opacity: 0;
	}
	.mfp-move-from-top.mfp-removing.mfp-bg {
	  opacity: 0;
	}
	.form-popup,
	.white-popup {
	  max-width: 746px;
	  margin: 0 auto;
	  background: #F7F7F7;
	  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
	  padding: 54px 47px 60px 47px;
	  position: relative;
	}
	.form-popup .mfp-close,
	.white-popup .mfp-close {
	  color: #3EC3FF;
	}
	.form-popup.active .thank-block,
	.white-popup.active .thank-block {
	  visibility: visible;
	  opacity: 1;
	  pointer-events: auto;
	}
	.form-popup.active .wpcf7-response-output,
	.white-popup.active .wpcf7-response-output {
	  display: none;
	}
	.form-popup:after,
	.white-popup:after {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 7px;
	  background: linear-gradient(90deg, #009DE6 0%, rgba(100, 186, 254, 0.989511) 50.33%, #65BBFF 50.34%, #938072 100%);
	}
	.form-popup select.select-r,
	.white-popup select.select-r {
	  display: none;
	}
	.form-popup .wpcf7-not-valid-tip,
	.white-popup .wpcf7-not-valid-tip {
	  font-size: 14px;
	  margin-top: -10px;
	}
	.form-popup form.request,
	.white-popup form.request {
	  max-width: 100%;
	}
	.form-popup form.request .dropdown-toggle,
	.white-popup form.request .dropdown-toggle {
	  margin: 0;
	}
	.form-popup form.request br,
	.white-popup form.request br {
	  display: none;
	}
	.form-popup h2,
	.white-popup h2 {
	  font-weight: bold;
	  font-size: 26px;
	  line-height: 36px;
	  margin-bottom: 10px;
	}
	.form-popup .thank-block,
	.white-popup .thank-block {
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: #F7F7F7;
	  width: 100%;
	  height: 100%;
	  z-index: 3;
	  opacity: 0;
	  visibility: hidden;
	  pointer-events: none;
	  -webkit-transition: 0.3s ease;
	  -o-transition: 0.3s ease;
	  transition: 0.3s ease;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -ms-flex-align: center;
	  align-items: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
	.form-popup .thank-block &gt; *,
	.white-popup .thank-block &gt; * {
	  max-width: 100%;
	}
	.form-popup .thank-block h2,
	.white-popup .thank-block h2 {
	  font-size: 26px;
	  margin: 25px 0 10px 0;
	}
	.form-popup .thank-block .btn,
	.white-popup .thank-block .btn {
	  margin-top: 30px;
	  font-family: 'Montserrat', sans-serif;
	}
	.form-popup .thank-block:after,
	.white-popup .thank-block:after {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 7px;
	  background: linear-gradient(90deg, #009DE6 0%, rgba(100, 186, 254, 0.989511) 50.33%, #65BBFF 50.34%, #938072 100%);
	}
	.white-popup {
	  padding: 0;
	  height: 80vh;
	  overflow: hidden;
	}
	.white-popup.mfp-hide {
	  display: block!important;
	  position: absolute;
	  opacity: 0;
	  visibility: hidden;
	  pointer-events: none;
	}
	.white-popup .content-popup {
	  padding: 54px 47px 60px 47px;
	}
	.white-popup .mfp-close {
		width: auto;
		height: auto;
		line-height: normal;
		position: static;
		display: inline-block;
		margin-top: 10px;
		opacity: 1;
		font-size: 14px;
		color: #FFFFFF;
		background: #3EC3FF;
		border-radius: 24px;
		border: 1px solid #3EC3FF;
		color: #fff!important;
		padding: 12px 20px 12px 20px;
		font-family: 'Montserrat', sans-serif;
	}
    /*  */
    @media (min-width: 768px) and (max-width: 1199px) {
        .ftr .main-menu li {
            margin-left: 7px;
            text-align: left;
        }

        .hdr .main-menu li {
            margin-left: 15px;
        }
    }

    @media screen and (max-width:991px) {
        .visible-sm {
            display: block !important;
        }

        .hdr .main-menu.hidden-xs.hidden-sm,
        .mob-menu .main-menu.hidden-xs.hidden-sm {
            display: none !important;
        }

        .mob-menu .main-menu a {
            color: #fff;
            padding: 0;
            margin: 0 0 20px;
            font-size: 16px;
            line-height: 18px;
        }

        .page-template-page-creditthemplate.page-template .hdr-bg {
            height: auto;
            min-height: 280px;
        }

        .page-template-page-creditthemplate.page-template .creditcontent {
            margin-top: 20px;
        }
    }

    @media screen and (max-width:767px) {
        .search-wp input {
            background-color: #fff !important;
            max-width: 250px;
        }
		.white-popup .content-popup {
			padding: 34px 27px 40px 27px;
		}
    }

    @media screen and (max-width: 480px) {

        .hdr .toggle-menu,
        .search-wp {
            margin-top: 20px;
        }

        .page-template-page-creditthemplate.page-template .hdr-bg {
            height: auto;
            min-height: 245px;
        }

        .page-template-page-creditthemplate.page-template .creditcontent {
            margin-top: 0;
        }
    }

    @media screen and (max-width: 360px) {

        .hdr .toggle-menu,
        .search-wp {
            margin-top: 15px;
        }
    }</pre></body></html>