|
|
@@ -7,8 +7,8 @@
|
|
|
*/
|
|
|
@font-face {
|
|
|
font-family: "icomoon";
|
|
|
- src: url("../fonts/icomoon.eot?un1hhiu");
|
|
|
- src: url("../fonts/icomoon.eot?un1hhiu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?un1hhiu") format("truetype"), url("../fonts/icomoon.woff?un1hhiu") format("woff"), url("../fonts/icomoon.svg?un1hhiu#icomoon") format("svg");
|
|
|
+ src: url("../fonts/icomoon.eot?u6kkyr5");
|
|
|
+ src: url("../fonts/icomoon.eot?u6kkyr5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?u6kkyr5") format("truetype"), url("../fonts/icomoon.woff?u6kkyr5") format("woff"), url("../fonts/icomoon.svg?u6kkyr5#icomoon") format("svg");
|
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
@@ -9581,6 +9581,10 @@ h3 {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+html {
|
|
|
+ scroll-behavior: smooth;
|
|
|
+}
|
|
|
+
|
|
|
body {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -9894,6 +9898,38 @@ h4 + hr {
|
|
|
padding-left: 0;
|
|
|
}
|
|
|
|
|
|
+.btn-white {
|
|
|
+ color: #212529;
|
|
|
+ background-color: #fff;
|
|
|
+ border-color: #fff;
|
|
|
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
+ color: #990099;
|
|
|
+}
|
|
|
+.btn-white:hover {
|
|
|
+ color: #fff;
|
|
|
+ background-color: #990099;
|
|
|
+ border-color: #990099;
|
|
|
+}
|
|
|
+.btn-white:focus, .btn-white.focus {
|
|
|
+ color: #fff;
|
|
|
+ background-color: #990099;
|
|
|
+ border-color: #990099;
|
|
|
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
|
|
|
+}
|
|
|
+.btn-white.disabled, .btn-white:disabled {
|
|
|
+ color: #212529;
|
|
|
+ background-color: #fff;
|
|
|
+ border-color: #fff;
|
|
|
+}
|
|
|
+.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
|
|
|
+ color: #212529;
|
|
|
+ background-color: #e6e6e6;
|
|
|
+ border-color: #dfdfdf;
|
|
|
+}
|
|
|
+.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
|
|
|
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
|
|
|
+}
|
|
|
+
|
|
|
.modal-dialog {
|
|
|
max-width: 540px;
|
|
|
}
|
|
|
@@ -10881,4 +10917,229 @@ a.ch-ggs-web-suite-icon-link {
|
|
|
to {
|
|
|
left: 100%;
|
|
|
}
|
|
|
+}
|
|
|
+.ch-ggs-web-suite-landing-seciton {
|
|
|
+ min-height: 100vh;
|
|
|
+ padding: 120px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-landing-seciton-dark {
|
|
|
+ color: #fff;
|
|
|
+ background: #250025;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-landing-seciton-hero {
|
|
|
+ min-height: calc(100vh - 91px);
|
|
|
+ background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-xs.jpg");
|
|
|
+ background-size: cover;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-landing-section-title {
|
|
|
+ font-size: 32px;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-landing-section-title-icon {
|
|
|
+ margin-right: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-landing-hero-title,
|
|
|
+.ch-ggs-web-suite-landing-hero-text {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-landing-hero-title {
|
|
|
+ font-size: 56px;
|
|
|
+ line-height: 1.418;
|
|
|
+ text-align: left;
|
|
|
+ border-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-article-landing {
|
|
|
+ margin-bottom: 30px;
|
|
|
+ color: #212529;
|
|
|
+}
|
|
|
+.ch-ggs-web-suite-article-landing:hover, .ch-ggs-web-suite-article-landing:focus {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-landing-seciton-dark .ch-ggs-web-suite-article-landing {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-landing-hero-text {
|
|
|
+ font-size: 22px;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-card-hover-text {
|
|
|
+ opacity: 1;
|
|
|
+ transition: all 0.2s ease-in-out;
|
|
|
+ transition-property: opacity;
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-card-hover {
|
|
|
+ margin-bottom: 30px;
|
|
|
+ padding: 30px;
|
|
|
+ position: relative;
|
|
|
+ z-index: 0;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+.ch-ggs-web-suite-card-hover:after {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ right: 0;
|
|
|
+ background: white;
|
|
|
+ transition: all 0.2s ease-in-out;
|
|
|
+ transition-property: transform;
|
|
|
+ transform: scale(1);
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+.ch-ggs-web-suite-card-hover:hover, .ch-ggs-web-suite-card-hover:focus {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+.ch-ggs-web-suite-card-hover:hover .ch-ggs-web-suite-card-hover-text, .ch-ggs-web-suite-card-hover:focus .ch-ggs-web-suite-card-hover-text {
|
|
|
+ opacity: 0;
|
|
|
+}
|
|
|
+.ch-ggs-web-suite-card-hover:hover:after, .ch-ggs-web-suite-card-hover:focus:after {
|
|
|
+ transform: scale(1.025);
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-card-hover-main {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-card-hover-title {
|
|
|
+ display: flex;
|
|
|
+ font-size: 21px;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-card-hover-icon {
|
|
|
+ margin-right: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-landing-article-title {
|
|
|
+ margin-top: 20px;
|
|
|
+ font-size: 42px;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-landing-article-content {
|
|
|
+ font-size: 22px;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-facts-list {
|
|
|
+ list-style: none;
|
|
|
+ padding-left: 0;
|
|
|
+ font-size: 22px;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-facts-list-item {
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-facts-list-item-important {
|
|
|
+ margin-top: 20px;
|
|
|
+ font-weight: bolder;
|
|
|
+}
|
|
|
+
|
|
|
+.ch-ggs-web-suite-landing-nav .nav-item.active > .nav-link {
|
|
|
+ color: #990099;
|
|
|
+}
|
|
|
+
|
|
|
+@media (min-width: 576px) {
|
|
|
+ .ch-ggs-web-suite-landing-seciton-hero {
|
|
|
+ background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-sm.jpg");
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (min-width: 768px) {
|
|
|
+ .ch-ggs-web-suite-landing-seciton-hero {
|
|
|
+ background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-md.jpg");
|
|
|
+ }
|
|
|
+
|
|
|
+ .ch-ggs-web-suite-card-hover-text {
|
|
|
+ opacity: 1;
|
|
|
+ transition: all 0.2s ease-in-out;
|
|
|
+ transition-property: opacity;
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ch-ggs-web-suite-card-hover-link {
|
|
|
+ margin-top: auto;
|
|
|
+ position: absolute;
|
|
|
+ opacity: 0;
|
|
|
+ transition: all 0.2s ease-in-out;
|
|
|
+ transition-property: opacity;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ch-ggs-web-suite-card-hover:hover .ch-ggs-web-suite-card-hover-text, .ch-ggs-web-suite-card-hover:focus .ch-ggs-web-suite-card-hover-text {
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ .ch-ggs-web-suite-card-hover:hover .ch-ggs-web-suite-card-hover-link, .ch-ggs-web-suite-card-hover:focus .ch-ggs-web-suite-card-hover-link {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (min-width: 992px) {
|
|
|
+ .ch-ggs-web-suite-landing-seciton-hero {
|
|
|
+ min-height: calc(100vh - 98px);
|
|
|
+ background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-lg.jpg");
|
|
|
+ }
|
|
|
+
|
|
|
+ .ch-ggs-web-suite-landing-nav {
|
|
|
+ position: sticky;
|
|
|
+ z-index: 1;
|
|
|
+ overflow: hidden;
|
|
|
+ top: 0;
|
|
|
+ margin-top: -56px;
|
|
|
+ }
|
|
|
+ .ch-ggs-web-suite-landing-nav, .ch-ggs-web-suite-landing-nav a {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .ch-ggs-web-suite-landing-nav .container {
|
|
|
+ position: relative;
|
|
|
+ z-index: 0;
|
|
|
+ background: #250025;
|
|
|
+ }
|
|
|
+ .ch-ggs-web-suite-landing-nav .container:before, .ch-ggs-web-suite-landing-nav .container:after {
|
|
|
+ content: "";
|
|
|
+ background: #250025;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ bottom: 0;
|
|
|
+ z-index: -1;
|
|
|
+ transition: all 0.2s ease-in-out;
|
|
|
+ transition-duration: 0.5s;
|
|
|
+ transition-property: transform;
|
|
|
+ width: calc((100vw - 960px)/2);
|
|
|
+ transform: scaleX(0);
|
|
|
+ }
|
|
|
+ .ch-ggs-web-suite-landing-nav .container:before {
|
|
|
+ right: 100%;
|
|
|
+ transform-origin: right;
|
|
|
+ }
|
|
|
+ .ch-ggs-web-suite-landing-nav .container:after {
|
|
|
+ left: 100%;
|
|
|
+ transform-origin: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ch-ggs-web-suite-landing-nav.stuck .container:before,
|
|
|
+.ch-ggs-web-suite-landing-nav.stuck .container:after {
|
|
|
+ transform: scaleX(1);
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (min-width: 1200px) {
|
|
|
+ .ch-ggs-web-suite-landing-seciton-hero {
|
|
|
+ background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-xl.jpg");
|
|
|
+ }
|
|
|
+
|
|
|
+ .ch-ggs-web-suite-landing-nav .container:before, .ch-ggs-web-suite-landing-nav .container:after {
|
|
|
+ width: calc((100vw - 1140px)/2);
|
|
|
+ }
|
|
|
}/*# sourceMappingURL=style.css.map */
|