@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
.main-content > div {
  padding: 0px !important; }

.adverts-title .page-title {
  background-color: rgba(255, 247, 224, 0.8);
  height: 340px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.adverts-title .page-title .title {
  opacity: 1;
  color: #131d26;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -4px;
  text-align: center;
  line-height: 80px;
  height: 55%;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  justify-content: center;
  align-items: center; }

.adverts-title .page-title .title .details {
  font-size: 53px; }

@media only screen and (max-width: 900px) {
  .adverts-title .page-title .title {
    font-size: 36px;
    text-align: center;
    line-height: 36px;
    letter-spacing: -2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 200px;
    margin-top: auto; }
  .adverts-title .page-title .title .details {
    font-size: 30px; } }

.adverts-blog {
  padding: 100px 75px 50px 75px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%; }

@media only screen and (max-width: 1200px) {
  .adverts-blog {
    padding: 45px 65px !important; } }

@media only screen and (max-width: 900px) {
  .adverts-blog {
    padding: 25px 0 !important; } }

.adverts-blog .row {
  width: 100%; }

.adverts-blog .row section {
  padding: 0 15px 24px 15px; }

.adverts-blog .row section a {
  text-decoration: none; }

.adverts-blog .row section .content {
  border: RGBA(19, 29, 38, 0.15) 1px solid;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  -webkit-box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  text-align: left;
  padding: 24px;
  color: RGB(19, 29, 38);
  height: 400px;
  position: relative; }

.adverts-blog .row section .content .adverts-details {
  font-size: 14px;
  color: RGB(112, 122, 140);
  font-weight: 500; }

@media only screen and (max-width: 900px) {
  .adverts-blog .row section .content .adverts-details {
    font-size: 12px; } }

.adverts-blog .row section .content .adverts-title {
  font-size: 23px;
  font-weight: 700; }

.adverts-blog .row section .content .adverts-description {
  font-size: 18px;
  color: RGB(81, 92, 115);
  flex-grow: 1; }

@media only screen and (max-width: 900px) {
  .adverts-blog .row section .content .adverts-description {
    font-size: 14px; } }

.adverts-blog .row section .content .adverts-seen {
  padding-top: 50px;
  font-size: 13px;
  color: RGB(163, 172, 191);
  text-align: left;
  bottom: 24px;
  position: absolute; }

@media only screen and (max-width: 900px) {
  .adverts-blog .row section .content .adverts-seen {
    font-size: 12px; } }

.adverts-blog .row section .content .adverts-seen::before {
  content: "";
  display: block;
  background: url(../icons/24x24px-view-count.svg) no-repeat;
  width: 24px;
  height: 24px;
  float: left;
  margin: -3px 6px 0 0; }

.adverts-blog .advert-preview-content {
  border: RGBA(19, 29, 38, 0.15) 1px solid;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  -webkit-box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  flex-grow: 1; }

.adverts-blog .adverts-details {
  font-size: 14px;
  color: RGB(112, 122, 140);
  font-weight: 500; }

@media only screen and (max-width: 900px) {
  .adverts-blog .adverts-details {
    font-size: 12px; } }

.adverts-blog .adverts-title a {
  font-size: 23px;
  color: RGB(19, 29, 38);
  font-weight: 700;
  text-decoration: none; }

@media only screen and (max-width: 900px) {
  .adverts-blog .adverts-title a {
    font-size: 18px; } }

.adverts-blog .adverts-perex {
  font-size: 18px;
  color: RGB(81, 92, 115);
  flex-grow: 1; }

@media only screen and (max-width: 900px) {
  .adverts-blog .adverts-perex {
    font-size: 14px; } }

.adverts-blog .adverts-seen {
  padding-top: 50px;
  font-size: 13px;
  color: RGB(163, 172, 191); }

@media only screen and (max-width: 900px) {
  .adverts-blog .adverts-seen {
    font-size: 12px; } }

.adverts-blog .adverts-seen::before {
  content: "";
  display: block;
  background: url(../icons/24x24px-view-count.svg) no-repeat;
  width: 24px;
  height: 24px;
  float: left;
  margin: -3px 6px 0 0; }

.adverts-blog .oval {
  height: 3px;
  width: 3px;
  background-color: rgba(112, 122, 140, 0.8);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px 2px 5px; }

.advert-show .advert-jumbotron {
  background-color: rgba(219, 237, 250, 0.8);
  height: 340px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.advert-show .advert-jumbotron .adverts-details {
  font-size: 14px;
  color: RGB(112, 122, 140);
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px; }

@media only screen and (max-width: 900px) {
  .advert-show .advert-jumbotron .adverts-details {
    font-size: 12px; } }

.advert-show .advert-jumbotron .oval {
  height: 3px;
  width: 3px;
  background-color: rgba(112, 122, 140, 0.8);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px 2px 5px; }

.advert-show .advert-jumbotron .advert-title {
  opacity: 1;
  color: #131d26;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -4px;
  text-align: center;
  line-height: 80px;
  height: 55%;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 900px) {
  .advert-show .advert-jumbotron .advert-title {
    font-size: 36px;
    text-align: center;
    line-height: 36px;
    letter-spacing: -2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 200px; } }

.advert-show section {
  margin-left: 150px;
  margin-right: 150px;
  padding-bottom: 50px;
  border-bottom: 1px solid RGBA(19, 29, 38, 0.15); }

@media only screen and (max-width: 900px) {
  .advert-show section {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 50px; } }

.advert-show section .main-image-container {
  text-align: center;
  margin-top: -300px; }

@media only screen and (max-width: 900px) {
  .advert-show section .main-image-container {
    margin-top: -160px; } }

.advert-show section .main-image-container img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  height: 510px; }

@media only screen and (max-width: 900px) {
  .advert-show section .main-image-container img {
    height: 280px; } }

.advert-show section .adverts-text {
  padding-top: 100px; }

@media only screen and (max-width: 900px) {
  .advert-show section .adverts-text {
    padding-top: 75; } }

.advert-show section .adverts-text p {
  font-size: 18px;
  color: RGB(81, 92, 115); }

@media only screen and (max-width: 900px) {
  .advert-show section .adverts-text p {
    font-size: 14px; } }

.advert-show section .adverts-text strong {
  color: RGB(19, 29, 38); }

.advert-show section .adverts-text img {
  border-radius: 20px; }

.advert-show section .adverts-text blockquote {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 10px;
  background-color: RGBA(240, 242, 247, 0.6);
  text-align: center; }

.advert-show section .adverts-text blockquote p {
  color: #131d26;
  letter-spacing: -0.45px;
  line-height: 28px; }

@media only screen and (max-width: 900px) {
  .advert-show section .adverts-text blockquote p span {
    line-height: 10px; }
  .advert-show section .adverts-text blockquote p span strong {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.35px;
    line-height: 24px; } }

.advert-show section .advert-files {
  border-radius: 12px;
  border: 1px solid rgba(19, 29, 38, 0.15);
  box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  opacity: 1;
  background-color: white;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px; }

.advert-show section .advert-files .heading {
  color: #131d26;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  text-align: left;
  line-height: 24px;
  padding-left: 24px;
  padding-top: 24px; }

@media only screen and (max-width: 900px) {
  .advert-show section .advert-files .heading {
    font-size: 16px;
    letter-spacing: -0.3px;
    line-height: 20px; } }

.advert-show section .advert-files .advert-file {
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 15px;
  padding-top: 12px;
  border-bottom: 1px dashed RGBA(19, 29, 38, 0.15); }

.advert-show section .advert-files .advert-file:last-child {
  border-bottom: none; }

.advert-show section .advert-files .advert-file .file-name {
  opacity: 1;
  color: #131d26;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: left;
  line-height: 24px; }

@media only screen and (max-width: 900px) {
  .advert-show section .advert-files .advert-file .file-name {
    font-size: 13px;
    letter-spacing: -0.2px;
    line-height: 16px; } }

.advert-show section .advert-files .advert-file .file-detail-info {
  opacity: 1;
  color: #a3acbf;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 16px; }

@media only screen and (max-width: 900px) {
  .advert-show section .advert-files .advert-file .file-detail-info {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 16px; } }

.advert-show section .advert-files .advert-file .file-detail-info .oval {
  height: 3px;
  width: 3px;
  background-color: rgba(112, 122, 140, 0.8);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px 2px 5px;
  background-color: #a3acbf; }

.advert-show section .advert-files .advert-file .file-download {
  opacity: 1;
  color: #0080ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 14px; }

.advert-show section .advert-files .advert-file .file-download::before {
  display: flex;
  margin-right: 6px;
  position: relative;
  width: 12px;
  height: 9px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/16x16px-download.svg) no-repeat 50% 50%;
  mask: url(../icons/16x16px-download.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #0080ff; }

.advert-show section .advert-author {
  border-radius: 12px;
  border: 1px solid rgba(19, 29, 38, 0.15);
  box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  opacity: 1;
  background-color: white;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 24px; }

.advert-show section .advert-author .author-name {
  padding-top: 28px;
  opacity: 1;
  color: #131d26;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  text-align: center;
  line-height: 24px; }

@media only screen and (max-width: 900px) {
  .advert-show section .advert-author .author-name {
    font-size: 16px;
    letter-spacing: -0.3px;
    line-height: 20px; } }

.advert-show section .advert-author .author-position {
  opacity: 1;
  color: #707a8c;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.25px;
  text-align: center;
  line-height: 20px;
  padding-top: 4px; }

@media only screen and (max-width: 900px) {
  .advert-show section .advert-author .author-position {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 16px; } }

.advert-show section .advert-author .author-email, .advert-show section .advert-author .author-phone {
  opacity: 1;
  color: #131d26;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.25px;
  text-align: right;
  line-height: 20px;
  margin-left: 24px;
  margin-right: 24px; }

@media only screen and (max-width: 900px) {
  .advert-show section .advert-author .author-email, .advert-show section .advert-author .author-phone {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 16px; } }

.advert-show section .advert-author .author-email div:first-child, .advert-show section .advert-author .author-phone div:first-child {
  color: RGB(112, 122, 140); }

.advert-show section .advert-author .author-phone {
  padding-top: 24px;
  padding-bottom: 15px;
  border-bottom: 1px dashed RGBA(19, 29, 38, 0.15); }

.advert-show section .advert-author .author-email {
  padding-top: 15px;
  padding-bottom: 15px; }

.advert-show section .advert-author .contact-button {
  opacity: 1;
  color: #0080ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-align: center;
  line-height: 16px;
  border-radius: 12px;
  opacity: 1;
  background-color: rgba(0, 128, 255, 0.1);
  margin-top: 10px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px; }

.advert-show .others {
  margin-left: 150px;
  margin-right: 150px;
  padding-top: 100px;
  padding-bottom: 300px; }

@media only screen and (max-width: 900px) {
  .advert-show .others {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
    padding-bottom: 300px; } }

.advert-show .others .heading {
  opacity: 1;
  color: #131d26;
  font-size: 53px;
  font-weight: 700;
  letter-spacing: -2.65px;
  text-align: left;
  line-height: 64px; }

@media only screen and (max-width: 900px) {
  .advert-show .others .heading {
    font-size: 33px;
    letter-spacing: -1.65px;
    text-align: center;
    line-height: 40px; } }

.advert-show .others .all-adverts {
  opacity: 1;
  color: #0080ff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.35px;
  text-align: center;
  line-height: 22px; }

@media only screen and (max-width: 900px) {
  .advert-show .others .all-adverts {
    display: none; } }

.announcements {
  padding: 100px 150px 50px 150px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%; }

@media only screen and (max-width: 1200px) {
  .announcements {
    padding: 45px 65px !important; } }

@media only screen and (max-width: 900px) {
  .announcements {
    padding: 25px 20px !important; } }

.announcements .form-wrapper {
  padding: 0 0 50px 0;
  width: 100%; }

.announcements .form-wrapper #addAnnouncementForm {
  padding-bottom: 70px;
  border-bottom: 1px solid RGBA(19, 29, 38, 0.2); }

@media only screen and (min-width: 500px) {
  .announcements .form-wrapper #addAnnouncementForm {
    display: none; } }

.announcements .form-wrapper form {
  width: 100%; }

.announcements .form-wrapper .btn-primary {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-top: 0 !important;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 20px;
  border-radius: 12px;
  line-height: 18px;
  float: right;
  outline: none; }

.announcements .form-wrapper .btn-primary.red {
  background-color: red;
  border-color: red; }

.announcements .form-wrapper .btn-primary:focus, .announcements .form-wrapper .btn-primary:active:focus, .announcements .form-wrapper .btn-primary.active:focus {
  box-shadow: none !important;
  outline: none !important;
  outline-style: none !important; }

.announcements .form-wrapper .tox.tox-tinymce {
  border-radius: 12px;
  min-height: 400px; }

.announcements .form-wrapper .tinymce-mobile-outer-container.tinymce-mobile-ios-container {
  width: 100%; }

.announcements .announcements-wrapper {
  width: 100%; }

.announcements .announcements-wrapper section {
  padding: 0 15px 24px 15px; }

.announcements .announcements-wrapper section .announcement {
  border: RGBA(19, 29, 38, 0.15) 1px solid;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  -webkit-box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  text-align: left;
  padding: 24px;
  color: RGB(19, 29, 38);
  height: fit-content;
  position: relative;
  cursor: pointer; }

.announcements .announcements-wrapper section .announcement .announcements-title {
  font-size: 23px;
  font-weight: 700; }

.announcements .announcements-wrapper section .announcement .announcements-description {
  display: none;
  font-size: 18px;
  color: RGB(81, 92, 115);
  flex-grow: 1;
  padding-bottom: 20px; }

@media only screen and (max-width: 900px) {
  .announcements .announcements-wrapper section .announcement .announcements-description {
    font-size: 14px; } }

.announcements .announcements-wrapper section .announcement .announcements-bottom-info {
  width: 100%;
  font-size: 13px;
  color: RGB(163, 172, 191);
  text-align: left; }

@media only screen and (max-width: 900px) {
  .announcements .announcements-wrapper section .announcement .announcements-bottom-info {
    font-size: 12px; } }

.announcements .announcements-wrapper section .announcement .announcements-bottom-info::before {
  content: "";
  display: block;
  background: url(../icons/32x32px-calendar.svg) no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  float: left;
  margin: -3px 6px 0 0; }

.announcements .announcements-wrapper section .announcement .announcements-bottom-info .oval {
  height: 3px;
  width: 3px;
  background-color: rgba(112, 122, 140, 0.8);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px 2px 5px; }
