:root {
  /* Theme - Main Colours */
  /* --primary-col: #181822;
  --secondary-col: #B72248; */
  --dark-col: #000;

  /* Dark Overlays */
  --primary-col-overlay-10:
    rgba(0, 0, 0, 0.1);
  --primary-col-overlay-20:
    rgba(0, 0, 0, 0.2);
  --primary-col-overlay-30:
    rgba(0, 0, 0, 0.3);
  --primary-col-overlay-40:
    rgba(0, 0, 0, 0.4);
  --primary-col-overlay-50:
    rgba(0, 0, 0, 0.5);

  /* Utils */
  --shadows: 0 4px 8px rgba(0, 0, 0, 0.15);
  --transition: all 0.2s ease;
}

/* Utility Styles
================= */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.high-visibility-only,
.hv-only,
.hv-active {
  display: none;
}

@media (min-width: 1300px) {
  .responsive-only {
    display: none !important;
  }
}

@media (max-width: 1299px) {
  .desktop-only {
    display: none !important;
  }
}


/* TOPBAR STYLE */
.topbar-newsticker {
    position: relative;
}

.topbar-newsticker .newsticker-right {
	position: absolute;
    top: 50%;
    right: 0;
	z-index: 2;
	transform: translateY(-50%);
	display: flex;
    align-items: center;
    width: auto;
    height: 100%;
    padding: 0 50px;
    border-bottom-left-radius: 30px;
    color: var(--white);
    background-color: #000;
}

@media all and (max-width: 600px) {
	.topbar-newsticker .newsticker-right {
		padding: 0 10px;
		font-size: 10px;
	}
}


/* Sidebar 
=============== */
@media (min-width: 1300px) {

  /* HEADER */
	.admin-bar .site-header {
		top: 0;
	}
	
	.site-header {
		position: relative;
	}
	
	.site-header .navbar-header>.container {
		width: calc(100% - 100px);
		max-width: 100%;
	}
	
  .page-template-homepage-template-3 .site-header .site-branding {
	display: none;
    opacity: 0;
  }

  .home3-sidebar {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
  }
	
  .home3-sidebar.no-header .sidebar-content {
    border-radius: 0;
  }

  .sidebar-content {
    width: 310px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: var(--primary-col);
    border-radius: 0 30px 0 0;
    box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    z-index: 201;
  }

  .sidebar-content * {
    box-sizing: border-box;
  }

  .sidebar-content .school-logo {
    display: block;
    width: 168px;
    margin-top: clamp(20px, 3.3vh, 40px);
    margin-bottom: clamp(20px, 3.3vh, 40px);
    object-fit: contain;
  }
}

@media (max-width: 1299px) {
  .home3-sidebar {
    width: 100%;
    box-sizing: border-box;
    padding: clamp(10px, 3.9vw, 25px);
  }

  .home3-sidebar * {
    box-sizing: border-box;
  }

  .sidebar-content {
    display: none;
  }
}

/* Sidebar Triggers
========================== */
/* .sidebar-triggers .sidebar-trigger .icon.icon-chat,
.sidebar-popout .header .icon.icon-chat {
  background-image: url(../images/icon-chat-red.svg);
}

.sidebar-triggers .sidebar-trigger .icon.icon-file,
.sidebar-popout .header .icon.icon-file {
  background-image: url(../images/icon-file-red.svg);
}

.sidebar-triggers .sidebar-trigger .icon.icon-twitter,
.sidebar-popout .header .icon.icon-twitter {
  background-image: url(../images/icon-twitter-red.svg);
}

.sidebar-triggers .sidebar-trigger .icon.icon-link,
.sidebar-popout .header .icon.icon-link {
  background-image: url(../images/icon-links-red.svg);
}

.sidebar-triggers .sidebar-trigger .icon.icon-percent,
.sidebar-popout .header .icon.icon-percent {
  background-image: url(../images/icon-attencence-red.svg);
} */

@media (min-width: 1300px) {
  .sidebar-triggers {
    position: relative;
    width: 100%;
    /* height: clamp(40.8vh, 45vh, 45vh); */
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    padding-top: clamp(20px, 4vh, 40px);
    padding-bottom: clamp(20px, 4vh, 40px);
  }

  .sidebar-triggers .sidebar-trigger {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding-top: clamp(7px, 1vh, 10px);
    padding-bottom: clamp(7px, 1vh, 10px);
    padding-left: clamp(10px, 3vw, 35px);
    padding-right: clamp(10px, 3vw, 55px);
    background: transparent;
    border: 0;
  }
	
	.sidebar-triggers .sidebar-trigger:not(:last-child) {
		margin-bottom: 20px;
	}

  .sidebar-triggers .sidebar-trigger * {
    pointer-events: none;
  }

  .sidebar-triggers .sidebar-trigger .icon {
    width: 35px;
    height: 35px;
    fill: var(--secondary-col);
    margin-right: clamp(8px, 0.9vw, 15px);
    /* background: center/contain no-repeat; */
    transition: var(--transition);
  }

  .sidebar-triggers .sidebar-trigger .text {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    transition: var(--transition);
    letter-spacing: -0.1px;
  }

  .sidebar-triggers .sidebar-trigger .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: var(--transition);
  }

  .sidebar-triggers .sidebar-trigger .arrow svg {
    width: 10px;
    height: 10px;
    fill: var(--secondary-col);
    transition: var(--transition);
  }

  .sidebar-triggers .sidebar-trigger.active .text,
  .sidebar-triggers .sidebar-trigger:hover .text,
  .sidebar-triggers .sidebar-trigger:focus .text {
    color: var(--secondary-col);
  }

  .sidebar-triggers .sidebar-trigger.active .arrow,
  .sidebar-triggers .sidebar-trigger:hover .arrow,
  .sidebar-triggers .sidebar-trigger:focus .arrow {
    transform: translateX(3px);
  }
}

/* Sidebar Popouts 
======================*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sidebar-popout .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 20px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 100vw;
  margin-right: auto;
  background: var(--primary-col);
  color: var(--white);
  box-shadow: var(--shadows);
  transition: var(--transition);
  z-index: 1;
}

.sidebar-popout .cta:hover,
.sidebar-popout .cta:focus {
  color: var(--secondary-col);
}

@media (min-width: 1300px) {
  .home3-sidebar.no-header .sidebar-popout {
    height: 100%;
    border-radius: 0 90px 0 0;
  }
  .sidebar-popouts {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
  }

  .sidebar-popout {
    position: absolute;
    bottom: 0;
    left: clamp(232px, 18.2vw, 310px);
    height: calc(100% - 100px);
    transform: scaleX(0);
    transform-origin: left;
    background: var(--white);
    opacity: 0;
    transition: var(--transition);
    padding: 70px 42px 70px 70px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .sidebar-popout .sidebar-popout-wrapper {
    padding-right: 70px;
    overflow-y: auto;
  }

  .sidebar-popout .sidebar-popout-wrapper::-webkit-scrollbar {
    border-radius: 20px;
    height: 100%;
    width: 5px;
    background-color: #d9d9d9;
  }

  .sidebar-popout .sidebar-popout-wrapper::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #707070;
  }

  .sidebar-popout * {
    opacity: 0;
  }

  .sidebar-popout.show {
    transform: scaleX(1);
    opacity: 1;
  }

  .sidebar-popout.show *:not(.svg-watermark) {
    animation: fadeIn 0.2s ease-in 0.125s 1 forwards;
  }

  /* Popout - Header */
  .sidebar-popout .header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sidebar-popout .header h2 {
    margin-bottom: 30px;
    color: var(--secondary-col);
    line-height: 1.2;
  }

  .sidebar-popout .header .sidebar-trigger {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sidebar-popout .header .sidebar-trigger:hover .text,
  .sidebar-popout .header .sidebar-trigger:focus .text {
    color: var(--secondary-col);
  }

  .sidebar-popout .header .sidebar-trigger:hover .icon,
  .sidebar-popout .header .sidebar-trigger:focus .icon {
    fill: var(--secondary-col);
  }

  .sidebar-popout .header .sidebar-trigger>.text {
    font-weight: 700;
    color: var(--white);
    z-index: 1;
    transition: var(--transition);
  }

  .sidebar-popout .header .sidebar-trigger .icon {
    width: 30px;
    height: 30px;
    fill: var(--secondary-col);
    /* background: url(../images/icon-close-red.svg) center/contain no-repeat; */
  }
}

@media (max-width: 1299px) {
  .sidebar-popouts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .sidebar-popout {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #e7e7e7;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: clamp(10px, 3.9vw, 25px);
  }

  .sidebar-popout .sidebar-popout-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .sidebar-popout:last-child {
    margin-bottom: 0;
  }

  .sidebar-popout .header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 7%;
    background: var(--primary-col);
  }

  .sidebar-popout .header h2 {
    margin-bottom: 0;
    font-size: 20px;
    color: var(--white);
  }

  .sidebar-popout .header .icon {
    width: 30px;
    height: 30px;
    fill: var(--secondary-col);
    margin-right: 15px;
    /* background: center/contain no-repeat; */
  }

  .sidebar-popout .cta:hover,
  .sidebar-popout .cta:focus {
    color: var(--secondary-col);
  }
}

/* Module - About Us
------------------ */
@media (min-width: 1300px) {
  .about-our-school {
    min-width: 775px;
    display: flex;
    flex-direction: column;
  }

  .about-our-school .text {
    margin: 0 0 30px;
    z-index: 10;
  }

  .about-our-school .svg-watermark {
    position: absolute;
    width: 1100px;
    height: 1100px;
    bottom: -631px;
    left: 50%;
    transform: translate(-67%) scale(-1);
    opacity: 0.05;
  }

  .about-our-school .svg-boy,
  .about-our-school .svg-girl {
    position: absolute;
  }

  .about-our-school .svg-boy {
    left: 0px;
    bottom: -1.65vh;
    width: auto;
    height: 40.4vh;
  }

  .about-our-school .svg-girl {
    right: 25px;
    bottom: -6.3vh;
    width: auto;
    height: 56.5vh;
    max-height: 575px;
  }
}

@media (max-width: 1299px) {
  .about-our-school .text {
    width: 86%;
    margin-top: clamp(20px, 5.5vw, 35px);
    margin-bottom: clamp(20px, 5vw, 35px);
  }

  .about-our-school .cta {
    width: 86%;
    padding: 14px 20px;
    margin-bottom: clamp(15px, 5.5vw, 35px);
    margin-left: auto;
  }
}

/* Module - School Updates 
------------------ */
.school-updates * {
  box-sizing: border-box;
}

.feed {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 20px;
}

.feed .icon {
  display: flex;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

.feed .heading {
  color: var(--dark-col);
  font-size: clamp(2rem, 1.5vw, 2.7rem);
  line-height: 1.2;
  margin: 20px 0;
}

.feed-title {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: clamp(18px, 1.1vw, 20px);
  font-weight: 700;
  color: var(--dark-col);
  line-height: 1.4;
  transition: var(--transition);
}

.feed-title:hover,
.feed-title:focus {
  color: var(--primary-col);
}

.feed-date {
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  line-height: 1.4;
}

.feed .cta {
  margin-top: 20px;
}

.decorative-shape {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
  width: 100%;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  background: var(--primary-col);
}

.calendar .decorative-shape {
  background: #009b46;
}

.newsletters .decorative-shape {
  background: #f55252;
}

@media (min-width: 1300px) {
  .school-updates {
    width: clamp(750px, 76.5vw, 1300px);
    /* Version with 3 feeds */
    /* width: clamp(750px,76.5vw,840px); - Version with 2 feeds */
    /* width: 550px; - Version with 1 feed */
    display: flex;
    flex-direction: column;
  }

  .decorative-shape {
    height: clamp(100px, 12.2vw, 200px);
  }

  .feeds-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    z-index: 1;
  }

  .feed {
    width: clamp(205px, 19.2vw, 346px);
    background: #f5f2f2;
    padding-top: clamp(100px, 12.2vw, 220px);
    padding-bottom: clamp(15px, 1.4vw, 25px);
    padding-right: clamp(15px, 1.4vw, 25px);
    padding-left: clamp(15px, 1.4vw, 25px);
  }

  .feed .icon img {
    width: clamp(120px, 12.2vw, 220px);
    height: clamp(120px, 12.2vw, 220px);
    object-fit: contain;
  }

  .svg-watermark.top,
  .svg-watermark.bottom {
    position: absolute;
    width: 1100px;
    height: 1100px;
    opacity: 0.05;
  }

  .svg-watermark.top {
    top: -880px;
    right: -680px;
    z-index: -1;
  }

  .svg-watermark.bottom {
    left: -410px;
    bottom: -740px;
    transform: scale(-1);
    z-index: -1;
  }
}

@media (max-width: 1299px) {
  .feeds-wrap {
    width: 86%;
    margin: 25px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .decorative-shape {
    width: 70%;
    border-radius: 20px 0 0 0;
    height: clamp(100px, 25vw, 150px);
  }

  .feed {
    width: 100%;
    background: var(--white);
    padding-top: clamp(100px, 25vw, 150px);
    padding-bottom: clamp(15px, 1.4vw, 25px);
    padding-right: clamp(15px, 1.4vw, 25px);
    padding-left: clamp(15px, 1.4vw, 25px);
    margin-bottom: 25px;
  }

  .feed:last-child {
    margin-bottom: 0;
  }

  .feed .icon img {
    width: clamp(100px, 25vw, 160px);
    height: clamp(100px, 25vw, 160px);
    object-fit: contain;
  }

  .feed .cta {
    width: 100%;
    padding: 14px 20px;
  }

  .feed .heading {
    font-size: clamp(2rem, 4.2vw, 2.7rem);
    margin-top: clamp(10px, 3.1vw, 20px);
    margin-bottom: clamp(10px, 3.1vw, 20px);
  }

  .feed-title {
    font-size: clamp(1.8rem, 3.4vw, 2.2rem);
  }

  .feed-date {
    font-size: clamp(1.4rem, 2.8vw, 1.8rem);
  }
}

/* Module - Twitter 
---------------- */
.tweet-avatar {
  display: none;
}

.tweet-text {
  display: block;
}

@media (min-width: 1300px) {
  .twitter {
    min-width: 634px;
    display: flex;
    flex-direction: column;
  }

  .twitter-timeline {
    display: none !important;
  }

  .twitter.show .twitter-timeline {
    display: flex !important;
  }

  .twitter-feed {
    margin: 30px 0;
    color: var(--dark-col);
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .twitter-feed a {
    color: var(--primary-col);
  }

  .twitter-feed a:hover,
  .twitter-feed a:focus {
    text-decoration: underline;
  }

  .twitter .svg-watermark {
    position: absolute;
    width: 1100px;
    height: 1100px;
    bottom: -631px;
    left: 50%;
    transform: translate(-67%) scale(-1);
    opacity: 0.05;
  }

  .twitter .svg-illustration {
    width: 60.6vh;
    height: 80.6vh;
    position: absolute;
    bottom: -24.7vh;
    right: -10.8vh;
    transform: rotate(-20deg);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
  }
}

@media (max-width: 1299px) {
  .twitter .twitter-timeline {
    width: 85%;
    height: 500px;
    padding: 25px 0;
    overflow: hidden auto;
  }

  .twitter-feed {
    width: 86%;
    margin-top: clamp(20px, 5.5vw, 35px);
    margin-bottom: clamp(20px, 5vw, 35px);
    font-size: clamp(1.4rem, 2.7vw, 1.6rem);
    color: var(--dark-col);
  }

  .twitter .cta {
    width: 86%;
    padding: 14px 20px;
    margin-bottom: clamp(15px, 5.5vw, 35px);
    margin-left: auto;
  }
}

/* Module - Quicklinks
----------------*/
.quicklinks-list {
  margin-top: 25px;
}

.quicklinks-item-wrapper {
  position: relative;
  width: 100%;
  background: var(--secondary-col);
  border-radius: 20px;
}

.quicklinks-item .icon {
  width: 124px;
  height: 63px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/icon-usefulllinks.svg) center/contain no-repeat;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
  z-index: 1;
}

.quicklinks * {
  box-sizing: border-box;
}

.quicklinks-item .cta {
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--white);
  color: var(--secondary-col);
  padding: 5px 15px;
  word-break: break-word;
}

.quicklinks-item .cta:hover,
.quicklinks-item .cta:focus {
  color: var(--secondary-col);
  background: #e7e7e7;
}

@media (min-width: 1300px) {
  .quicklinks {
    width: 775px;
  }

  .quicklinks-list {
    display: flex;
    flex-flow: row wrap;
    margin-left: -12px;
    margin-right: -12px;
  }

  .quicklinks-item {
    width: 33.33%;
    padding: 0 12px;
    margin-bottom: 50px;
  }

  .quicklinks-item-wrapper {
    padding: 60px 15px 15px 15px;
  }

  .quicklinks-item .decorative-shape {
    width: 100px;
    height: 60px;
    background: var(--primary-col-overlay-30);
  }
}

@media (min-width: 601px) and (max-width: 1299px) {
  .quicklinks-item {
    width: 50%;
  }
}

@media (max-width: 1299px) {
  .quicklinks-list {
    width: 86%;
    display: flex;
    flex-flow: row wrap;
    margin-left: -12px;
    margin-right: -12px;
  }

  .quicklinks-item {
    padding: 0 15px;
    margin-bottom: 25px;
  }

  .quicklinks-item-wrapper {
    padding: 40px 40px 10px;
  }

  .quicklinks-item .decorative-shape {
    width: 100px;
    height: 60px;
    background: var(--primary-col-overlay-30);
  }

  .quicklinks-item .icon {
    width: 91px;
    height: 46px;
  }
}

@media (max-width: 600px) {
  .quicklinks-item {
    width: 100%;
  }
}

/* Module - Attendance */
@keyframes grow {
  from {
    opacity: 0.5;
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.attendance-whole {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #4A4A4A;
}

.attendance-item {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 56px;
  grid-template-areas:
    'name name'
    'bar val';
  align-items: center;
  column-gap: 8px;
}

.attendance-item .at-name {
  width: 100%;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  grid-area: name;
}

.attendance-item .at-bar {
  width: 0%;
  max-width: 100%;
  height: 8px;
  grid-area: bar;
  transform-origin: left;
  background: var(--primary-col);
}

.attendance-item .at-value {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.attendance-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: clamp(6px, 1vh, 22px);
}

@media (min-width: 1300px) {
  .attendance {
    width: 650px;
  }

  .attendance .svg-watermark {
    position: absolute;
    width: 1100px;
    height: 1100px;
    bottom: -731px;
    left: 50%;
    transform: translate(-67%) scale(-1);
    opacity: 0.05;
    z-index: -1;
  }

  /* Animate Attendance Bar */
  .attendance.show .attendance-list .attendance-item .at-bar {
    animation: grow 0.3s ease-in-out 1 forwards;
  }

  /* Animate Whole School Bar  */
  .attendance.show .attendance-whole .attendance-item .at-bar {
    animation: grow 1s ease-in-out 1 forwards;
    /* animation-duration = (last-child animation-delay) + 0.4s */
  }

  /* Delay animation for each attendance bar */
  .attendance.show .attendance-list .attendance-item:nth-child(1) .at-bar {
    animation-delay: 0.2s;
  }

  .attendance.show .attendance-list .attendance-item:nth-child(2) .at-bar {
    animation-delay: 0.25s;
  }

  .attendance.show .attendance-list .attendance-item:nth-child(3) .at-bar {
    animation-delay: 0.3s;
  }

  .attendance.show .attendance-list .attendance-item:nth-child(4) .at-bar {
    animation-delay: 0.35s;
  }

  .attendance.show .attendance-list .attendance-item:nth-child(5) .at-bar {
    animation-delay: 0.4s;
  }

  .attendance.show .attendance-list .attendance-item:nth-child(6) .at-bar {
    animation-delay: 0.45s;
  }

  .attendance.show .attendance-list .attendance-item:nth-child(7) .at-bar {
    animation-delay: 0.5s;
  }

  .attendance.show .attendance-list .attendance-item:nth-child(8) .at-bar {
    animation-delay: 0.55s;
  }

  .attendance.show .attendance-list .attendance-item:nth-child(9) .at-bar {
    animation-delay: 0.6s;
  }
}

@media (max-width: 1299px) {
  .attendance-wrap {
    width: 86%;
    padding-bottom: 20px;
  }

  .attendance-list {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    column-gap: 40px;
    row-gap: 20px;
    align-items: center;
  }
}

/* Footer 
=============== */
.page-template-homepage-template-3 .site-footer {
  display: none;
}

.site-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 80px;
  background-color: var(--primary-col);
  border-top-left-radius: 30px;
}

.site-copyright .logo-copyright {
  width: 145px;
  height: 50px;
  object-fit: contain;
}

@media (max-width: 1299px) {
  .site-copyright {
    display: none;
  }
}