|
|
|
|
|
|
| .banner-title {
|
| text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
|
| animation: banner-fadeInUp 1s ease-out;
|
| font-weight: bold;
|
| }
|
|
|
| .banner-subtitle {
|
| text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
|
| animation: banner-fadeInUp 1s ease-out 0.3s both;
|
| }
|
|
|
| @keyframes banner-fadeInUp {
|
| from {
|
| opacity: 0;
|
| transform: translateY(30px);
|
| }
|
| to {
|
| opacity: 1;
|
| transform: translateY(0);
|
| }
|
| }
|
|
|
|
|
| @media (max-width: 768px) {
|
| .mobile-no-sidebar {
|
| display: block !important;
|
| width: 100% !important;
|
| }
|
|
|
| .mobile-no-sidebar main {
|
| width: 100% !important;
|
| max-width: 100% !important;
|
| margin: 0 !important;
|
| padding-left: 0 !important;
|
| padding-right: 0 !important;
|
| }
|
|
|
| .mobile-no-sidebar #content-wrapper {
|
| width: 100% !important;
|
| max-width: 100% !important;
|
| margin: 0 !important;
|
| }
|
| }
|
|
|
|
|
| @media (max-width: 480px) {
|
|
|
| #banner-wrapper:not(.mobile-hide-banner) {
|
| height: 70vh !important;
|
| min-height: 450px;
|
| max-height: none;
|
| top: 0 !important;
|
| }
|
|
|
|
|
|
|
| body.enable-banner .absolute.w-full.z-30:not(.no-banner-layout):not(.mobile-main-no-banner) {
|
| top: 35vh !important;
|
| min-height: calc(100vh - 35vh) !important;
|
| }
|
|
|
|
|
| .banner-text-overlay {
|
| align-items: center !important;
|
| justify-content: center !important;
|
| padding: 1rem !important;
|
| text-align: center !important;
|
| }
|
|
|
|
|
| .banner-text-overlay > div {
|
| margin-bottom: 0 !important;
|
| width: 95% !important;
|
| text-align: center !important;
|
| }
|
|
|
|
|
| .banner-title {
|
| font-size: 3.2rem !important;
|
| line-height: 1.1 !important;
|
| margin-bottom: 0.5rem !important;
|
| text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8) !important;
|
| }
|
|
|
|
|
| .banner-subtitle {
|
| font-size: 1rem !important;
|
| line-height: 1.3 !important;
|
| text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7) !important;
|
| }
|
|
|
|
|
| .waves {
|
| height: 13vh !important;
|
| min-height: 100px !important;
|
| max-height: 176px !important;
|
| }
|
| }
|
|
|
|
|
| @media (min-width: 481px) and (max-width: 640px) {
|
|
|
| #banner-wrapper:not(.mobile-hide-banner) {
|
| height: 75vh !important;
|
| min-height: 500px;
|
| max-height: none;
|
| top: 0 !important;
|
| }
|
|
|
|
|
|
|
| body.enable-banner .absolute.w-full.z-30:not(.no-banner-layout):not(.mobile-main-no-banner) {
|
| top: 38vh !important;
|
| min-height: calc(100vh - 38vh) !important;
|
| }
|
|
|
|
|
| .banner-text-overlay {
|
| align-items: center !important;
|
| justify-content: center !important;
|
| padding: 1.5rem !important;
|
| text-align: center !important;
|
| }
|
|
|
|
|
| .banner-text-overlay > div {
|
| margin-bottom: 0 !important;
|
| width: 90% !important;
|
| text-align: center !important;
|
| }
|
|
|
|
|
| .banner-title {
|
| font-size: 3.8rem !important;
|
| line-height: 1.1 !important;
|
| margin-bottom: 0.75rem !important;
|
| text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8) !important;
|
| }
|
|
|
|
|
| .banner-subtitle {
|
| font-size: 1.125rem !important;
|
| line-height: 1.4 !important;
|
| text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7) !important;
|
| }
|
|
|
|
|
| .waves {
|
| height: 15vh !important;
|
| min-height: 110px !important;
|
| max-height: 166px !important;
|
| }
|
| }
|
|
|
|
|
| @media (min-width: 641px) and (max-width: 767px) {
|
|
|
| #banner-wrapper:not(.mobile-hide-banner) {
|
| height: 72vh !important;
|
| min-height: 520px;
|
| max-height: none;
|
| top: 0 !important;
|
| }
|
|
|
|
|
|
|
| body.enable-banner .absolute.w-full.z-30:not(.no-banner-layout):not(.mobile-main-no-banner) {
|
| top: 36vh !important;
|
| min-height: calc(100vh - 36vh) !important;
|
| }
|
|
|
|
|
| .banner-text-overlay {
|
| align-items: center !important;
|
| justify-content: center !important;
|
| padding: 1.75rem !important;
|
| text-align: center !important;
|
| }
|
|
|
|
|
| .banner-text-overlay > div {
|
| margin-bottom: 0 !important;
|
| width: 88% !important;
|
| text-align: center !important;
|
| }
|
|
|
|
|
| .banner-title {
|
| font-size: 3.9rem !important;
|
| line-height: 1.1 !important;
|
| margin-bottom: 0.85rem !important;
|
| text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8) !important;
|
| }
|
|
|
|
|
| .banner-subtitle {
|
| font-size: 1.25rem !important;
|
| line-height: 1.4 !important;
|
| text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7) !important;
|
| }
|
|
|
|
|
| .waves {
|
| height: 16vh !important;
|
| min-height: 115px !important;
|
| max-height: 190px !important;
|
| }
|
| }
|
|
|
|
|
| @media (min-width: 768px) and (max-width: 1023px) {
|
|
|
| #banner-wrapper:not(.mobile-hide-banner) {
|
| height: 70vh !important;
|
| min-height: 500px;
|
| top: 0 !important;
|
| }
|
|
|
|
|
|
|
| body.enable-banner .absolute.w-full.z-30:not(.no-banner-layout):not(.mobile-main-no-banner) {
|
| top: 33vh !important;
|
| min-height: calc(100vh - 33vh) !important;
|
| }
|
|
|
|
|
| .banner-text-overlay {
|
| align-items: center !important;
|
| justify-content: center !important;
|
| padding: 2rem !important;
|
| text-align: center !important;
|
| }
|
|
|
|
|
| .banner-text-overlay > div {
|
| margin-bottom: 0 !important;
|
| width: 85% !important;
|
| text-align: center !important;
|
| }
|
|
|
|
|
| .banner-title {
|
| font-size: 4rem !important;
|
| line-height: 1.1 !important;
|
| margin-bottom: 1rem !important;
|
| text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8) !important;
|
| }
|
|
|
|
|
| .banner-subtitle {
|
| font-size: 1.5rem !important;
|
| line-height: 1.4 !important;
|
| text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7) !important;
|
| }
|
|
|
|
|
| .waves {
|
| height: 17vh !important;
|
| min-height: 120px !important;
|
| max-height: 216px !important;
|
| }
|
| }
|
|
|
|
|
| @media (min-width: 1024px) {
|
| .banner-text-overlay {
|
| align-items: center !important;
|
| justify-content: center !important;
|
| padding: 2rem !important;
|
| text-align: center !important;
|
| }
|
|
|
| .banner-text-overlay > div {
|
| margin-bottom: 0 !important;
|
| width: 75% !important;
|
| text-align: center !important;
|
| }
|
|
|
|
|
| #banner img {
|
| transition: transform 1s ease-out !important;
|
| }
|
|
|
|
|
| .waves {
|
| height: 15vh !important;
|
| min-height: 80px !important;
|
| max-height: 150px !important;
|
| }
|
| }
|
|
|
|
|
| @media (max-width: 1023px) {
|
|
|
| #banner img {
|
| transition: transform 0.5s ease-out !important;
|
| }
|
| }
|
|
|
|
|
| @media (max-width: 1023px) {
|
| #banner-wrapper {
|
| transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease-out;
|
| transform-origin: top center;
|
|
|
| will-change: transform, opacity;
|
| backface-visibility: hidden;
|
| -webkit-backface-visibility: hidden;
|
| transform: translateZ(0);
|
| -webkit-transform: translateZ(0);
|
| }
|
|
|
| .mobile-hide-banner {
|
| transform: translateY(-100%) translateZ(0) !important;
|
| opacity: 0 !important;
|
| pointer-events: none !important;
|
|
|
| transition: transform 0.3s ease-in, opacity 0.2s ease-in !important;
|
| }
|
|
|
|
|
| .absolute.w-full.z-30 {
|
| transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
|
|
|
| will-change: top;
|
| |
| |
| |
|
|
| }
|
|
|
| .absolute.w-full.z-30.mobile-main-no-banner {
|
| top: 5.5rem !important;
|
| min-height: calc(100vh - 5.5rem) !important;
|
|
|
| transition: top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s !important;
|
| }
|
| }
|
|
|
|
|
| @media (max-width: 1023px) {
|
| .banner-container {
|
|
|
| transform: translateZ(0);
|
| -webkit-transform: translateZ(0);
|
| will-change: transform, opacity;
|
|
|
|
|
| contain: layout style paint;
|
|
|
|
|
| backface-visibility: hidden;
|
| -webkit-backface-visibility: hidden;
|
| }
|
|
|
| .carousel-item {
|
|
|
| transform: translateZ(0);
|
| -webkit-transform: translateZ(0);
|
| will-change: transform, opacity;
|
|
|
|
|
| touch-action: pan-y;
|
| -webkit-touch-callout: none;
|
| -webkit-user-select: none;
|
| user-select: none;
|
| }
|
|
|
| .banner-text-overlay {
|
|
|
| -webkit-font-smoothing: antialiased;
|
| -moz-osx-font-smoothing: grayscale;
|
| text-rendering: optimizeLegibility;
|
|
|
|
|
| contain: layout style;
|
| }
|
|
|
|
|
| .banner-container img:not(.interactive):not([onclick]):not([data-clickable]) {
|
|
|
| image-rendering: -webkit-optimize-contrast;
|
| image-rendering: crisp-edges;
|
|
|
|
|
| -webkit-user-drag: none;
|
| -khtml-user-drag: none;
|
| -moz-user-drag: none;
|
| -o-user-drag: none;
|
|
|
|
|
| pointer-events: none;
|
| }
|
|
|
|
|
| .banner-container img.interactive,
|
| .banner-container img[onclick],
|
| .banner-container img[data-clickable] {
|
| pointer-events: auto;
|
| cursor: pointer;
|
| }
|
| }
|
|
|
|
|
| .no-banner-layout {
|
| top: 5.5rem !important;
|
| min-height: calc(100vh - 5.5rem) !important;
|
| }
|
|
|
|
|
| @media (max-width: 1023px) {
|
| .absolute.w-full.z-30.no-banner-layout {
|
| top: 5.5rem !important;
|
| min-height: calc(100vh - 5.5rem) !important;
|
| transition: none !important;
|
| }
|
| }
|
|
|
|
|
| @media (max-width: 480px) {
|
| .absolute.w-full.z-30.no-banner-layout {
|
| top: 5.5rem !important;
|
| min-height: calc(100vh - 5.5rem) !important;
|
| transition: none !important;
|
| }
|
| }
|
|
|
|
|
| @media (min-width: 768px) and (max-width: 1023px) {
|
| .absolute.w-full.z-30.no-banner-layout {
|
| top: 5.5rem !important;
|
| min-height: calc(100vh - 5.5rem) !important;
|
| transition: none !important;
|
| }
|
| }
|
|
|
|
|
| @media (max-width: 1023px) and (orientation: landscape) {
|
| #banner-wrapper:not(.mobile-hide-banner) {
|
| top: 0 !important;
|
| height: 60vh !important;
|
| }
|
|
|
|
|
|
|
| body.enable-banner .absolute.w-full.z-30:not(.mobile-main-no-banner):not(.no-banner-layout) {
|
| top: 32vh !important;
|
| min-height: calc(100vh - 32vh) !important;
|
| }
|
|
|
| .banner-container {
|
| height: 60vh;
|
| min-height: 300px;
|
| }
|
|
|
| .banner-text-overlay {
|
| padding: 1rem 1.5rem;
|
| align-items: center !important;
|
| justify-content: center !important;
|
| text-align: center !important;
|
| }
|
|
|
| .banner-title {
|
| font-size: 2.2rem !important;
|
| line-height: 1.3;
|
| }
|
|
|
| .banner-subtitle {
|
| font-size: 0.9rem;
|
| margin-top: 0.5rem;
|
| }
|
| }
|
|
|
|
|
| @media (max-width: 1023px) and (prefers-color-scheme: dark) {
|
| .banner-text-overlay {
|
| background: linear-gradient(
|
| to top,
|
| rgba(0, 0, 0, 0.8) 0%,
|
| rgba(0, 0, 0, 0.4) 50%,
|
| transparent 100%
|
| );
|
| }
|
|
|
| .banner-title {
|
| text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
|
| }
|
|
|
| .banner-subtitle {
|
| text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
|
| }
|
| }
|
|
|
|
|
| .waves {
|
|
|
| overflow: visible;
|
| z-index: 5;
|
|
|
| transform: translateZ(0);
|
| will-change: transform;
|
|
|
| contain: none;
|
| }
|
|
|
| .waves svg {
|
|
|
| width: 100%;
|
| height: 100%;
|
| display: block;
|
|
|
| transform: translateZ(0);
|
| backface-visibility: hidden;
|
| }
|
|
|
|
|
| .waves use {
|
|
|
| will-change: fill;
|
| }
|
|
|
|
|
| #header-waves {
|
|
|
| isolation: isolate;
|
|
|
| contain: none;
|
|
|
| margin-bottom: -1px;
|
| }
|
|
|
|
|
| .theme-changing #header-waves,
|
| .theme-changing #header-waves svg,
|
| .theme-changing #header-waves use {
|
|
|
| will-change: auto;
|
| transform: translateZ(0);
|
| backface-visibility: hidden;
|
| }
|
|
|
|
|
| @media (max-width: 1023px) {
|
| #header-waves {
|
|
|
| overflow: visible;
|
| z-index: 5;
|
|
|
| transition: transform 0.3s ease-in, opacity 0.2s ease-in;
|
| }
|
|
|
|
|
| .mobile-hide-banner #header-waves {
|
| display: none !important;
|
| transform: translateY(-100%);
|
| opacity: 0;
|
|
|
| transition: transform 0.25s ease-in, opacity 0.15s ease-in;
|
| }
|
|
|
| .waves svg {
|
|
|
| min-height: 60px;
|
| }
|
|
|
|
|
| .waves {
|
| bottom: -1px !important;
|
| position: absolute !important;
|
| }
|
| }
|
|
|
|
|
| @media (max-width: 360px) {
|
| .waves {
|
| height: 6vh !important;
|
| min-height: 50px !important;
|
| max-height: 70px !important;
|
| }
|
| }
|
|
|
|
|
|
|
| @media (max-height: 500px) {
|
| #banner-wrapper {
|
| height: 85vh !important;
|
| min-height: 350px !important;
|
| }
|
|
|
| .banner-text-overlay {
|
| padding: 1rem !important;
|
| align-items: center !important;
|
| justify-content: center !important;
|
| text-align: center !important;
|
| }
|
|
|
| .banner-title {
|
| font-size: 2.8rem !important;
|
| line-height: 1.1 !important;
|
| margin-bottom: 0.5rem !important;
|
| }
|
|
|
| .banner-subtitle {
|
| font-size: 0.9rem !important;
|
| line-height: 1.2 !important;
|
| }
|
|
|
| .waves {
|
| height: 10vh !important;
|
| min-height: 60px !important;
|
| }
|
| }
|
|
|
|
|
| @media (min-height: 501px) and (max-height: 600px) {
|
| #banner-wrapper {
|
| height: 80vh !important;
|
| min-height: 400px !important;
|
| }
|
|
|
| .banner-text-overlay {
|
| padding: 1.5rem !important;
|
| align-items: center !important;
|
| justify-content: center !important;
|
| text-align: center !important;
|
| }
|
|
|
| .banner-title {
|
| font-size: 3.2rem !important;
|
| line-height: 1.1 !important;
|
| margin-bottom: 0.75rem !important;
|
| }
|
|
|
| .banner-subtitle {
|
| font-size: 1rem !important;
|
| line-height: 1.3 !important;
|
| }
|
|
|
| .waves {
|
| height: 17vh !important;
|
| min-height: 250px !important;
|
| }
|
| }
|
|
|
|
|
| @media (min-height: 601px) and (max-height: 700px) {
|
| #banner-wrapper {
|
| height: 75vh !important;
|
| min-height: 450px !important;
|
| }
|
|
|
| .banner-text-overlay {
|
| padding: 2rem !important;
|
| align-items: center !important;
|
| justify-content: center !important;
|
| text-align: center !important;
|
| }
|
|
|
| .banner-title {
|
| font-size: 3.8rem !important;
|
| line-height: 1.1 !important;
|
| margin-bottom: 1rem !important;
|
| }
|
|
|
| .banner-subtitle {
|
| font-size: 1.125rem !important;
|
| line-height: 1.4 !important;
|
| }
|
|
|
| .waves {
|
| height: 15vh !important;
|
| min-height: 200px !important;
|
| }
|
| }
|
|
|
|
|
| @media (orientation: landscape) and (max-height: 500px) {
|
| #banner-wrapper {
|
| height: 90vh !important;
|
| min-height: 300px !important;
|
| }
|
|
|
| .banner-text-overlay {
|
| padding: 1rem 2rem !important;
|
| align-items: center !important;
|
| justify-content: center !important;
|
| text-align: center !important;
|
| }
|
|
|
| .banner-title {
|
| font-size: 2.8rem !important;
|
| line-height: 1.1 !important;
|
| margin-bottom: 0.5rem !important;
|
| }
|
|
|
| .banner-subtitle {
|
| font-size: 1rem !important;
|
| line-height: 1.2 !important;
|
| }
|
|
|
| .waves {
|
| height: 10vh !important;
|
| min-height: 50px !important;
|
| }
|
| }
|
|
|