.toppart {
   background-color: #F2F2F2;
   padding: 134px 0px;
   position: relative;
}

.toppart .title {
   font-family: 'GT Pressura Bold';
   text-transform: uppercase;
   font-size: 120px;
   /* font-weight: 700; */
   line-height: 132px;
   letter-spacing: 0em;
   text-align: left;
   color: #FF4438;
}

.toppart .amazing-triangle {
   width: 60px;
   border: 60px solid transparent;
   border-right: 60px solid white;
   position: absolute;
   bottom: 0px;
   right: 0px;
   border-bottom: 60px solid white;
}
.second-part {
   gap: 20px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding-top: 134px;
}

.second-part .left {
   width: 30%;
}

@media (max-width:992px) {
   .second-part .left {
      width: 100%;
   }
}

.second-part .left p {
   font-family: 'GT America Bold';
   font-size: 14px;
   /* font-weight: 700; */
   line-height: 22px;
   letter-spacing: 0.4em;
   text-align: left;
   color: #7F2629;
   text-transform: uppercase;
}

.filmmakers-content {
   padding-bottom: 140px;
}

@media (max-width:992px) {
   .filmmakers-content {
      padding-bottom: 62px;
   }
}

.second-part .right {
   width: 70%;
}

@media (max-width:992px) {
   .second-part .right {
      width: 100%;
   }
}

.second-part .right .second-text {
   font-family: 'GT America';
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0em;
   text-align: left;
   color: #222222;
   padding-top: 24px;
}

.second-part .right .first-text {
   font-family: 'GT America Light';
   font-size: 24px;
   font-weight: 300;
   line-height: 36px;
   letter-spacing: 0em;
   text-align: left;
   color: #00609C;
}

.filmmakers-content .content-part {
   width: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-top: 140px;
}

@media (min-width:993px) {
   .filmmakers-content .content-part .left {
      max-width: 557px;
   }

   .filmmakers-content .content-part {
      gap: 20px;
   }
}

@media (max-width:992px) {
   .filmmakers-content .content-part {
      margin-top: 60px;
   }

}

.filmmakers-content .content-part .left {
   width: 100%;
   height: 370px;
   position: relative;
}

@media (max-width:992px) {
   .filmmakers-content .content-part .left {
      width: calc(100vw - 40px);
      height: 60vw;
   }
}



.filmmakers-content .content-part .left img {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   -o-object-fit: cover;
   object-fit: cover;
}

@media (max-width:1190px) {
   .filmmakers-content .content-part .left img {
      object-fit: contain;
   }
}

@media (max-width:1190px) {
   .filmmakers-content .content-part .left img {
      object-fit: cover;
   }
}

.filmmakers-content .content-part .left .amazing-triangle {
   width: 30px;
   border: 30px solid transparent;
   border-right: 30px solid white;
   position: absolute;
   bottom: 0px;
   right: 0px;
   border-bottom: 30px solid white;
}

.filmmakers-content .content-part .right {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   padding-top: 33.5px;
}

.filmmakers-content .content-part .right .title {
   font-family: 'GT Pressura Bold';
   font-size: 40px;
   /* font-weight: 700; */
   line-height: 50px;
   letter-spacing: 0em;
   text-align: left;
   text-transform: uppercase;
   color: #FF4438;
}

.filmmakers-content .content-part .right .about {
   padding-top: 30px;
   max-width: 439px;
   font-family: 'GT America';
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0em;
   text-align: left;
   color: #222222;
}
.learnmore-link{
   font-family: 'GT America Bold';
   /* font-weight: 700; */
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   color: #FFFFFF;
   background-color: #00609C;
   border: 2px solid #00609C;
   transition: 0.3s;
   padding: 18px 48px;
   max-width: 263px;
   border-radius: 6px;
   margin-top: 30px;
}
.learnmore-link:hover{
   color: #00609C;
   background-color: #fff;
}
@media (max-width: 480px) {
   .learnmore-link {
      margin-top: 20px;
      padding: 10px 24px;
      max-width: 194px;
      font-size: 14px;
      line-height: 20px;
   }
}
.filmmakers-content .content-part .right .learnmore a {
   color: #fff;
   font-family: 'GT America Bold';
   font-size: 16px;
   /* font-weight: 700; */
   line-height: 24px;
   letter-spacing: 0em;
   text-align: left;
   text-transform: uppercase;
}
.filmmakers-content .content-part .right .learnmore {
   margin-top: 30px;
   width: fit-content;
   border-radius: 6px;
   background-color: #00609C;
   padding: 18px 50px;
}

.filmmakers-content .content-part:last-child {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -webkit-flex-direction: row-reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
}

.filmmakers-content .content-part:last-child .right {
   padding-left: 0px;
}

@media (max-width: 992px) {
   .toppart {
      margin-top: 67px;
      padding-top: 238px;
      padding-bottom: 106px;
   }

   .toppart .title {
      font-size: 32px;
      line-height: 36px;
   }

   .toppart .amazing-triangle {
      width: 20px;
      border: 20px solid transparent;
      border-right: 20px solid white;
      position: absolute;
      bottom: 0px;
      right: 0px;
      border-bottom: 20px solid white;
   }

   .second-part {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 60px;
      gap: 0px;
   }

   .second-part .left {
      min-width: 100%;
   }

   .second-part .right .first-text {
      margin-top: 27px;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
   }

   .second-part .right .second-text {
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;
   }

   .filmmakers-content .content-part {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .filmmakers-content .content-part .right {
      padding-top: 20px;
      padding-left: 0px;
   }

   .filmmakers-content .content-part .right .title {
      font-size: 22px;
      line-height: 26px;
   }

   .filmmakers-content .content-part .right .about {
      max-width: 100%;
      padding-top: 20px;
      font-size: 16px;
      line-height: 20px;
   }

   .filmmakers-content .content-part .right .learnmore {
      padding: 10px 24px;
      min-width: 100px;
      transition: 0.5s;
   }

   .filmmakers-content .content-part .right .learnmore a {
      font-family: "GT Pressura Bold";

      font-size: 14px;
      /* font-weight: 700; */
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;
      transition: 0.5s;
   }

   .filmmakers-content .content-part:last-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
   }
}

@media (max-width:600px) {
   .filmmakers-content .content-part .left .amazing-triangle {
      width: 20px;
      border: 20px solid transparent;
      border-right: 20px solid white;
      position: absolute;
      bottom: 0px;
      right: 0px;
      border-bottom: 20px solid white;
   }
}

.newsbanner p {
   font-family: 'GT Pressura Bold';
   font-size: 48px;
   /* font-weight: 700; */
   line-height: 54px;
   letter-spacing: 0em;
   margin-left: auto;
   padding-right: 0px !important;
}

.newsbanner .banner__title {
   text-align: right;
}

.news-top {
   position: relative;
}

.news-container {
   display: none;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
   padding-left: 0px !important;
   padding-right: 0px !important;
   padding-top: 96px !important;
   margin-bottom: -96px !important;
   padding-bottom: 96px !important;
}

.news-containers {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-left: 0px !important;
   margin-right: 0px !important;
   padding-top: 96px !important;
   margin-bottom: -96px !important;
}

@media (max-width:600px) {
   .news-container {
      margin-bottom: -61px !important;
   }

   .news-containers {
      margin-bottom: -61px !important;
   }
}

.news-top .title {
   font-family: 'GT Pressura Bold';
   font-size: 48px;
   /* font-weight: 700; */
   line-height: 54px;
   letter-spacing: 0em;
   text-align: left;
   color: #FF4438;
}

.news-section {
   width: 550px;
   padding-bottom: 96px;
}

.news-section .amazing-triangle {
   border-bottom: 60px solid #fff !important;
   border-left: 60px solid transparent !important;
}

@media (max-width:600px) {
   .news-section {
      width: 100%;
      padding-bottom: 0px;
   }

   .news-section .amazing-triangle {
      border-bottom: 35px solid #fff !important;
      border-left: 35px solid transparent !important;
   }
}

.news-section .news-section__post-img-container {
   width: 100%;
   height: 371px;
   position: relative;
}

@media (max-width:500px) {
   .news-section .news-section__post-img-container {
      height: 224px;
   }
}

.news-section .news-section__post-img-container .amazing-triangle {
   bottom: 0px;
   right: 0px;
}

.news-section .news-section__post-img-container img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.news-section .news-section__post-time {
   padding-top: 14px;
   color: #98B8AD;
   text-transform: uppercase;
   font-family: 'GT Pressura Bold';
   font-size: 18px;
   /* font-weight: 700; */
   line-height: 26px;
   letter-spacing: 0em;
   text-align: left;
}

.news-section .news-section__post-title {
   font-family: 'GT Pressura Bold';
   font-size: 24px;
   /* font-weight: 700; */
   line-height: 36px;
   letter-spacing: 0em;
   text-align: left;
   color: #00609C;
   text-transform: uppercase;
   padding-top: 14px;
   width: 100%;
   /* word-break: break-all; */

}

.subtitle-archive-news {
   text-transform: uppercase;
   font-family: 'GT America Bold';
   font-size: 14px;
   /* font-weight: 700; */
   line-height: 22px;
   letter-spacing: 0.4em;
   text-align: left;
   color: #00609C;
   padding-left: 10px;
}

.searchandfilter .postform {
   padding: 10px 20px;
   color: #00609C;
   border: 1px solid #00609C;
   background-color: transparent;
   border-radius: 6px;
   font-size: 18px;
   /* font-weight: 700; */
   line-height: 22px;
   letter-spacing: 0em;
   gap: 6px;
   appearance: none;
   font-family: "GT Pressura Bold";
   text-transform: uppercase;
   overflow: hidden;
   background: url('../img/arrowbd.svg') no-repeat right;
}
@media (max-width: 768px) {
   .searchandfilter .postform {
      border: 2px solid #00609C;
   }
}

.searchandfilter .postform:focus {
   background: url('../img/arrowwd.svg') no-repeat right #00609C;
   color: #fff;
}

.searchandfilter .postform:focus select {
   background-color: #fff;
}

.searchandfilter .search-field {
   width: 557px;
   border-bottom: 1px solid #00609C;
   color: #00609C;
   padding-left: 54px;
   background: url('../img/loopa.svg') no-repeat left;
   background-position-x: 3%;
}

.searchandfilter .search-field:focus {
   outline: none;
}

.searchandfilter .search-field::-webkit-input-placeholder {
   color: #00609C;
}

.searchandfilter ul {
   position: relative;
}

.searchandfilter li {
   padding-right: 0px;
}

#searchsubmit {
   background-color: #00609C;
   position: absolute;
   left: 360px;
   top: 15px;
   width: 18px;
   height: 18px;
   color: #fff;
   background: url('../img/loopa.svg');
}

#oftype {
   width: 95px;
   margin-right: 84px;
   background-position: 85% 47%;
}

#offilter-item {
   width: 138px;
   margin-right: 30px;
   background-position: 91% 47%;
}

#order {
   font-family: "GT Pressura Bold";
   width: 160px;
   font-size: 18px;
   /* font-weight: 700; */
   line-height: 22px;
   letter-spacing: 0em;
   text-align: left;
   border: 1.8px solid #00609C;
   border-radius: 6px;
   padding: 10px 20px;
   max-width: 160px
}
@media (max-width: 768px) {
   #order {
      border: 2px solid #00609C;
   }
}

#order option {
   font-family: "GT Pressura Bold";
   font-size: 18px;
   /* font-weight: 700; */
   line-height: 22px;
   letter-spacing: 0em;
}

#order {
   font-family: "GT Pressura Bold";
   background-color: #fff;
   color: #00609C;
   font-size: 18px;
   /* font-weight: 700; */
   line-height: 22px;
   letter-spacing: 0em;
   text-align: left;
   appearance: none;
   text-transform: uppercase;
   background: url('../img/arrowbd.svg') no-repeat right;
   background-position: 90% 50%;
}

#order:focus {
   outline: none;
   background: url('../img/arrowwd.svg') #00609C no-repeat;
   background-position: 90% 50%;
   color: #fff;
}


#order:focus option {
   background-color: #fff;
   color: #00609C
}

#order option {
   background-color: #fff;
   border: 1px solid #00609C;
   width: 100%;
   color: #00609C;
   font-family: 'GT America';
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0em;
}


@media (max-width:1150px) {
   .news-container {
      gap: 10px;
      justify-content: center;
   }

   .news-containers {
      gap: 10px;
      justify-content: center !important;
   }
}

@media (max-width:600px) {
   .news-container {
      gap: 52px
   }

   .news-containers {
      gap: 52px
   }
}


@media (max-width:1115px) {
   #offilter-item {
      margin-right: 0px;
   }

   #oftype {
      margin-right: 0px;
   }

   .searchandfilter {
      justify-content: space-between;
   }

   .searchandfilter {
      max-width: 100%
   }

   .searchandfilter .search-field {
      width: 50%;
   }

   .searchandfilter ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
   }

   .searchandfilter li {
      align-self: end;
   ;
   }

   #searchsubmit {
      left: 54%;
   }
}

@media (max-width:970px) {
   .searchandfilter .search-field {
      width: 40%;
   }

   #searchsubmit {
      left: 50%;
   }
}

.mobile {
   display: none;
}

@media (max-width:768px) {
   .tablet {
      display: none;
   }

   .mobile {
      display: flex;
      flex-direction: column;
      gap: 21px;
   }

   #oftype {
      display: none;
      width: 100%;
      background-position: 95% 47%;
   }

   #offilter-item {
      display: none;
      width: 100%;
      background-position: 95% 47%;
   }

   #order {
      position: relative;
      left: 0px;
      max-width: 100%;
      width: 100%;
      transition: 0.5s;
      background-position: 95% 47%;
   }

   #order {
      width: 100% !important;
   }

   #order:focus {
      outline: none;
      background: url('../img/arrowwd.svg') #00609C no-repeat;
      background-position: 95% 47%;
      color: #fff;
   }

   .searchandfilter {
      width: 100%;
      max-width: 100%;
   }

   .searchandfilter ul {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 10px;
   }

   .searchandfilter li {
      width: 100%;
   }

   .searchandfilter .search-field {
      width: 100%;
   }

   #searchsubmit {
      top: 0px;
      left: 10px;
   }

   .search-field {
      padding-bottom: 17px;
      background-position: 3% 0% !important;
   }

   .search-form {
      flex-direction: column !important;
      gap: 21px;
   }

   .show-filters {
      margin-top: 0px;
   }
}

@media (max-width: 992px) {
   .news-top {
      padding-top: 0px !important;
   }

   .news-top .title {
      display: none
   }

   .main__banner {
      margin-top: 67px;
   }

   .news-top .banner__container {
      margin: 0px !important;
   }

   .news-top .banner__title {
      padding: 20px 0px !important;
      gap: 0px;
   }

   .news-banner .banner__triangle-news {
      position: absolute;
      bottom: 118% !important;
      right: -20px;
      border-bottom: 100px solid #fff;
      border-left: 100px solid transparent
   }

   .newsbanner p {
      margin: auto;
   }
}

.amazing-triangle {
   position: absolute;
   right: -1px;
   bottom: 15%;
   width: 0;
   height: 0;
   border-bottom: 35px solid #fff;
   border-left: 35px solid transparent;
}

@media (max-width:600px) {
   .news-top {
      padding-top: 0px !important;
   }

   .news-top .banner__subtitle {
      font-family: 'GT America Bold';
      font-size: 14px;
      /* font-weight: 700; */
      line-height: 22px;
      letter-spacing: 0.4em;
      text-align: center;
      margin-top: 52px !important;

   }

   .news-top .banner__title p {
      font-family: 'GT Pressura Bold';
      font-size: 32px;
      /* font-weight: 700; */
      line-height: 36px;
      letter-spacing: 0em;
      text-align: center;
   }

   .news-top .banner__container {
      padding-left: 0px;
      padding-right: 0px;
   }

   .news-top .screenwriting__title {
      padding: 20px 0px;
   }

   .news-top .title {
      display: none
   }

   .search-field {
      border-radius: 6px;
      border: 1.8px solid #00609C;
      padding-bottom: 12px;
      padding-top: 12px;
      padding-left: 48px !important;
   }

   #searchsubmit {
      top: 15px;
      left: 20px;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: justify;
   }

   .searchandfilter {
      margin-top: 52px;
   }

   .news-section .news-section__post-time {
      font-family: 'GT Pressura Bold';
      font-size: 16px;
      /* font-weight: 700; */
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;
   }

   .news-section .news-section__post-title {
      font-family: 'GT America Bold';
      font-size: 18px;
      /* font-weight: 700; */
      line-height: 22px;
      letter-spacing: 0em;
      text-align: left;
   }

   .search-field {
      background-position: 3% 50% !important;
   }
}

.show-filters {
   display: none;
}

@media (max-width:768px) {
   .news-top .button-banner__link {
      margin-bottom: 60px;
   }

   .show-filters {
      display: block;
      width: 100%;
      background-color: #fff !important;
      color: #00609C !important;
      font-family: 'GT America Bold' !important;
      font-size: 14px !important;
      font-weight: 700 !important;
      line-height: 20px !important;
      letter-spacing: 0em;
      text-align: center !important;
      text-transform: uppercase !important;
      border: 2px solid #00609C !important;
      border-radius: 6px !important;
      transition: 0.5s !important;
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      text-align: center !important;
      white-space: nowrap !important;
   }

   .show-filters img {
      margin-top: 4px;
      margin-left: 10px;
   }

   .show-filters:hover {
      transition: 0.5s;
      border-radius: 10px;
   }

}

@media (min-width:1116px) {
   .search-field {
      margin-right: 84px;
   }
}

.blue-news-block {
   width: 100%;
   background-color: #00609C;
   padding-top: 90px;
   padding-bottom: 90px;
}

.blue-news-block .title {
   font-family: 'GT Pressura Bold';
   font-size: 40px;
   /* font-weight: 700; */
   line-height: 50px;
   letter-spacing: 0em;
   text-align: center;
   text-transform: uppercase;
   color: #FFFFFF;
}

.blue-news-block .block-news-button {
   width: max-content;
   max-width: 100%;
   word-break: break-word;
   margin: auto;
   display: block;
   margin-top: 20px;
   padding: 20px 50px;
   background-color: #fff;
   font-family: 'GT America Bold';
   font-size: 16px;
   /* font-weight: 700; */
   line-height: 20px;
   letter-spacing: 0em;
   text-align: center;
   text-transform: uppercase;
   color: #FF4438;
   border-radius: 6px;
   transition: 0.4s;
}

.blue-news-block .block-news-button:hover {
   transition: 0.4s;
   background-color: #FF4438;
   color: #fff;
}

.news-pager {
   padding-top: 96px !important;
   padding-bottom: 96px !important;
}

.mobile-text {
   display: block;
   font-family: 'GT America';
   font-size: 18px;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: 0em;
   text-align: center;
   padding-left: 30px;
   padding-right: 30px;
   margin-top: 20px;
}

@media (min-width:993px) {
   .mobile-text {
      display: none;
   }
}

@media (max-width:600px) {
   .blue-news-block .title {
      font-family: 'GT Pressura Bold';
      font-size: 22px;
      /* font-weight: 700; */
      line-height: 26px;
      letter-spacing: 0em;
      text-align: center;
   }

   .news-pager {
      margin-top: 66px !important;
   }

   .blue-news-block .block-news-button {
      padding: 10px 24px;
      font-family: 'GT America Bold';
      font-size: 14px;
      /* font-weight: 700; */
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;
   }

   .blue-news-block {
      padding-top: 60px;
      padding-bottom: 60px;
   }
}

.nothingfound {
   text-transform: uppercase;
   font-family: 'GT America';
   font-size: 20px;
   text-align: left;
   margin-top: 96px !important;
   margin-bottom: 96px !important;
   color: #FF4438;
}

.filmmakers-content .content-part .right .learnmore:hover {
   background-color: #fff;
   outline: 2px solid #00609C;
}

.filmmakers-content .content-part .right .learnmore:hover a {
   color: #00609C;
}

@media (max-width: 600px) {
   .filmmakers-content .content-part .right .learnmore {
      max-width: 190px;
   }

}

#offilter-item option,
#oftype option {
   background-color: #fff;
   color: #00609C;
   border: 1px solid #00609C;
   width: 100%;
   color: #00609C;
   font-family: 'GT America';
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0em;

}

#order option:last-child {
   display: none;
}

.news-page-banner {
   min-height: 250px !important;
}

.news-page-banner .banner__shape {
   border-left: 255px solid transparent !important;
}

.news-page-banner .banner__container {
   padding-top: 95px !important;
   padding-bottom: 232px !important;
   padding-right: 20px !important;
}

@media (max-width:992px) {
   .news-page-banner {
      width: 100vw;
      height: 66.6vw;
   }

   .news-page-banner .triangle {
      border-bottom: 70px solid #fff;
      border-left: 70px solid transparent;
   }
}

.news-page-banner {
   position: relative;
}

.banner-image-resp {
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
   bottom: 0px;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

@media (max-width:992px) {
   .banner-image-resp {
      width: 100%;
      position: absolute;
   }
   .portal-banner .banner-image-resp{
      position: static;
   }
}

@media (min-width:2560px) {
   .news-page-banner {
      width: 100vw;
      height: 30vw;
   }

   .news-page-banner .screenwriting__banner-shape {
      border-top: 51vw solid #fff;
   }

   .news-page-banner .banner__subtitle {
      font-size: 20px;
      padding: 250px 0 0 0;
   }
}

.news-page-banner .triangle {
   z-index: 2;
   bottom: 0px;
}

@media (min-width:993px) {
   .news-page-banner .triangle {
      display: none;
   }
}

/* styles for team */
.team-toppart {
   min-height: 450px;
   background-color: #f2f2f2;
   padding-top: 134px;
   padding-bottom: 134px;
   position: relative;
}

.team-toppart .label {
   font-family: 'GT America Bold';
   font-size: 14px;
   /* font-weight: 700; */
   line-height: 22px;
   letter-spacing: 0.4em;
   text-align: left;
   text-transform: uppercase;
   color: #00609C;
}

.team-toppart .title {
   margin-top: 14px;
   font-family: 'GT Pressura Bold';
   font-size: 120px;
   /* font-weight: 700; */
   line-height: 132px;
   letter-spacing: 0em;
   text-transform: uppercase;
   color: #FF4438;
   text-align: left;
}

.team-toppart .amazing-triangle {
   width: 60px;
   border: 60px solid transparent;
   border-right: 60px solid white;
   position: absolute;
   bottom: 0px;
   right: 0px;
   border-bottom: 60px solid white;
}

.team-aboutUs {
   margin-top: -68px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}

.team-aboutUs .left {
   font-family: 'GT America Bold';
   white-space: nowrap;
   font-size: 14px;
   /* font-weight: 700; */
   line-height: 22px;
   letter-spacing: 0.4em;
   text-align: left;
   text-transform: uppercase;
   color: #7F2629;
}

.team-aboutUs .right {
   font-family: 'GT America Light';
   font-size: 24px;
   font-weight: 300;
   line-height: 36px;
   letter-spacing: 0em;
   text-align: left;
   color: #00609C;
   max-width: 793px;
}

.team-members {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   gap: 25px;
   row-gap: 30px;
   margin-top: 96px;
   margin-bottom: 96px;
   justify-content: center;
}

.team-members-item {
   width: 268px;
   display: flex;
   flex-direction: column;
}

.team-members-item .img {
   width: 100%;
   position: relative;
   height: 278px;
}

.team-members-item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.team-members-item .triangle {
   position: absolute;
   right: 0px;
   bottom: 0px;
}

.team-members-item .name {
   font-family: 'GT Pressura Bold';
   font-size: 24px;
   /* font-weight: 700; */
   line-height: 36px;
   letter-spacing: 0em;
   text-align: left;
   color: #00609C;
   text-transform: capitalize;
   margin-top: 14.58px;
}

.team-members-item .job {
   margin-top: 1.5px;
   font-family: 'GT America';
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0em;
   text-align: left;
   color: #222222;
}

@media (max-width:960px) {
   .team-aboutUs {
      flex-direction: column;
   }

   .team-aboutUs .right {
      margin-top: 27px;
      max-width: 100%;
   }
}

@media (max-width:768px) {
   .team-toppart {
      margin-top: 67px;
      min-height: 380px;
      padding-top: 206px;
      padding-bottom: 106px;
   }

   .team-toppart .label {
      font-family: 'GT America Bold';
      font-size: 14px;
      /* font-weight: 700; */
      line-height: 22px;
      letter-spacing: 0.4em;
      text-align: left;
   }

   .team-toppart .title {
      font-family: 'GT Pressura Bold';
      font-size: 72px;
      /* font-weight: 700; */
      line-height: 36px;
      letter-spacing: 0em;
      text-align: left;
   }

   .team-toppart .amazing-triangle {
      width: 30px;
      border: 30px solid transparent;
      border-right: 30px solid white;
      position: absolute;
      bottom: 0px;
      right: 0px;
      border-bottom: 30px solid white;
   }

   .team-aboutUs {
      margin-top: -70px;
   }

   .team-aboutUs .left {
      font-family: 'GT America Bold';
      font-size: 14px;
      /* font-weight: 700; */
      line-height: 22px;
      letter-spacing: 0.4em;
      text-align: left;
   }

   .team-aboutUs .right {
      font-family: 'GT America';
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
   }

   .team-members {
      margin-top: 55px;
      margin-bottom: 62px;
      gap: 40px;
   }

   .team-members-item {
      width: calc(100vw - 40px);
   }

   .team-members-item .img {
      height: calc(100vw - 40px);
   }

   .team-members-item .name {
      font-family: 'GT Pressura Bold';
      font-size: 18px;
      /* font-weight: 700; */
      line-height: 22px;
      letter-spacing: 0em;
      text-align: left;
      color: #FF4438;
      text-transform: uppercase;
      margin-top: 20px;
   }

   .team-members-item .job {
      font-family: 'GT America';
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;
      margin-top: 20px;
   }
}

@media (max-width:694px) {
   .team-toppart .title {
      font-size: 50px;
      margin-top: 10px;
   }
}

@media (max-width:500px) {
   .team-toppart .title {
      font-size: 32px;
   }

   .news-page-banner .triangle {
      border-bottom: 40px solid #fff;
      border-left: 40px solid transparent;
   }
}

.posttype {
   color: #222222;
   display: none;
}

.posts-per-page {
   color: #222222;
   display: none;
}

.events .news-containers,
.events .news-container {
   flex-direction: column;
   gap: 14px;
}

.events .news-containers {
   margin-bottom: 0px !important;
   padding-bottom: 0px !important;
}

.events .news-container {
   margin-bottom: 96px !important;
   padding-bottom: 0px !important;
}

.btn-cptapagi {
   display: none;
}

/* Advisors */

.accordeon__block {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   margin-top: 96px;
}

.accordeon__block .accordeon__block-left {
   font-family: 'GT America Bold';
   font-size: 14px;
   /* font-weight: 700; */
   line-height: 22px;
   letter-spacing: 0.4em;
   text-align: left;
   text-transform: uppercase;
   color: #7F2629;
}

.accordeon {
   margin-bottom: 14px;
}

.accordeon {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   cursor: pointer;
   max-width: 784px;
   padding: 15px;
   border: 1.2px solid #00609C;
   border-radius: 6px;
   font-family: 'GT Pressura Bold';
   font-size: 24px;
   /* font-weight: 700; */
   letter-spacing: 0em;
   text-align: left;
   color: #00609C;
}

.accordeon strong {
   font-weight: normal !important;
}

.accordeon .label {
   display: flex;
   justify-content: space-between;
   max-width: 784px;
   width: 754px;
   /*line-height: normal;*/
   /*align-items: center;*/
}
.accordeon .label span {
   margin-top: auto;
}

.accordeon .label:hover {}

/* .accordeon .panel {
   height: 0;
   display: none;
   max-width: 784px;
   visibility: hidden;
   opacity: 0;
   font-family: 'GT America';
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0em;
   text-align: left;
   color: #00609C;
   transition: 0.5s;
} */

.panel {
   padding-top: 14px;
   height: auto;
   display: block;
   font-family: 'GT America';
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0em;
   text-align: left;
   color: #00609C;
}


.acc-head {
   cursor: pointer;
}

.acc-head img {
   width: 17px;
   height: 17px;
   margin-top: auto;
   margin-bottom: auto;
}

.acc-body {
   display: none;
   font-family: 'GT America';
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0em;
   text-align: left;
   color: #00609C;
}
.acc-body p {
   word-break: break-word !important;
}

.advisor-item {
   width: 768px;
   font-family: 'GT Pressura Bold';
   font-size: 24px;
   /* font-weight: 700; */
   line-height: 36px;
   letter-spacing: 0em;
   text-align: left;
   color: #00609C;
   margin-bottom: 47px;
}

.accordeon__block:last-child {
   margin-bottom: 96px;
}

.advisor-item:last-child {
   margin-bottom: 0px;
}

.accordeon:last-child {
   margin-bottom: 0px;
}

@media (min-width:991px) {
   .accordeon__block-left {
      max-width: calc(100% - 790px);
   }
}

@media (max-width:991px) {
   .accordeon__block {
      flex-direction: column;
      gap: 27px;
   }

   .accordeon {
      width: 100%;
      max-width: 100%;
   }

   .accordeon .label {
      width: 100%;
      max-width: 100%;
   }

   .advisor-item {
      width: 100%;
   }
}

@media (max-width:600px) {
   .accordeon__block-left {
      font-family: 'GT America Bold';
      font-size: 14px;
      /* font-weight: 700; */
      line-height: 22px;
      letter-spacing: 0.4em;
      text-align: left;
   }

   .accordeon__block {
      margin-top: 60px;
   }

   .advisor-item {
      font-family: 'GT Pressura Bold';
      font-size: 18px;
      /* font-weight: 700; */
      line-height: 22px;
      letter-spacing: 0em;
      text-align: left;
   }

   .accordeon {
      margin-bottom: 20px;
      padding: 10px 15px;
      border: 1.8px solid #00609C;
   }

   .label {
      font-family: 'GT Pressura Bold';
      font-size: 16px;
      /* font-weight: 700; */
      letter-spacing: 0em;
      text-align: left;
      text-transform: uppercase;
   }

   .advisor-item {
      margin-bottom: 20px;
      text-transform: uppercase;
   }

   .accordeon__block:last-child {
      margin-bottom: 66px;
   }

   .acc-body {
      word-break: break-all;
      font-family: 'GT America';
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;
   }

   .panel {
      padding-top: 15px;
      padding-left: 2px;
      padding-right: 2px;
      padding-bottom: 10px;
   }
}

/* single news */
.single__news-title {
   margin-top: 30px;
   display: flex;
   flex-direction: column;
   gap: 14px;
}

.single__news-title .top {
   font-family: 'GT Pressura Bold';
   font-size: 48px;
   /* font-weight: 700; */
   line-height: 54px;
   letter-spacing: 0em;
   text-align: left;
   text-transform: uppercase;
   color: #ff4438;
}

.single__news-title .bottom {
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   gap: 44px;
}

.single__news-title .bottom .time {
   font-family: 'GT America Light';
   font-size: 14px;
   font-weight: 300;
   line-height: 18px;
   letter-spacing: 0em;
   text-align: left;
   color: #FF8300;
}

.single__news-title .bottom .category {
   font-family: 'GT America Bold';
   font-size: 14px;
   /* font-weight: 700; */
   line-height: 22px;
   letter-spacing: 0.4em;
   text-align: left;
   text-transform: uppercase;
   color: #7F2629;
}

.single__news-poster {
   position: relative;
   margin-top: 30px;
   width: 100%;
   height: auto; /* Changed from fixed 544px */
   max-height: 800px; /* Added max-height to prevent extremely tall images */
   min-height: 300px; /* Added min-height to ensure some vertical space */
}

.single__news-poster .photo {
   width: 100%;
   height: 100%;
   object-fit: contain; /* Changed from cover to contain to prevent cropping */
   max-height: 800px; /* Match container max-height */
}

.single__news-poster .triangle {
   border-bottom: 90px solid #fff !important;
   border-left: 90px solid transparent !important;
   bottom: 0px !important;
}

.the-content {
   max-width: 1440px;
   width: 100%;
   margin: 96px auto;
   display: flex;
   flex-direction: column;
   gap: 47px;
}
.the-content p{
   color: #222222 !important;
}
.single__news-blue-text {
   width: 100%;
   font-family: 'GT America Light';
   font-size: 24px;
   font-weight: 300;
   line-height: 36px;
   letter-spacing: 0em;
   text-align: left;
   color: #00609C;
;
}

.single__news-black-text {
   width: 100%;
   font-family: 'GT America';
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0em;
   text-align: left;
   color: #222222;
   display: flex;
   flex-direction: column;
   gap: 30px;
}

.single__news-black-text strong {
   font-family: 'GT America Bold';
   font-weight: normal;
}

.block-news-video {
   width: 100%;
   height: 452px;
}

.block-news-video .amazing-triangle {
   width: 40px !important;
   border: 40px solid transparent !important;
   border-right: 40px solid white !important;
   position: absolute !important;
   bottom: 0px !important;
   right: 0px !important;
   border-bottom: 40px solid white !important;
}

.block-news-video #single-video {
   width: 100%;
   height: 100%;
   min-height: 452px;
   min-width: 0px !important;
   object-fit: cover;
}

.control-links {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   font-family: 'Helvetica Neue Bold';
   font-size: 16px;
   font-weight: 700 !important;
   line-height: 20px;
   letter-spacing: 0em;
   text-align: left;
   text-transform: uppercase;
   margin-bottom: 96px;
}

.control-links a {
   color: #00609C;
}

.control-links>a {
   display: none;
}

.control-links>a:after {
   display: none;
}

.control-links #text {
   display: block;
}

.control-links .back-link {
   display: flex;
   flex-direction: row-reverse;
}

.control-links .back-link img {
   width: 15.5px;
   height: 14px;
   margin-top: 0px;
   margin-right: 14px;
   transition: 0.3s;
}

.control-links .next-link {
   display: flex;
}

.control-links .next-link img {
   width: 15.5px;
   height: 14px;
   margin-top: 0px;
   margin-left: 14px;
   transition: 0.3s;
}

@media (max-width:1190px) {
   .single__news-poster {
      width: calc(100% + 40px);
      margin-left: -20px;
      height: calc(100% / 1.5);
      min-height: 210px;
      overflow: hidden;
   }

   .single__news-poster .photo {
      min-height: 210px;
   }

}

@media (max-width:992px) {
   .block-news-video .trailer {
      margin-top: 0px;
   }
}

@media (max-width:768px) {
   .block-news-video .amazing-triangle {
      width: 20px !important;
      border: 20px solid transparent !important;
      border-right: 20px solid white !important;
      position: absolute !important;
      bottom: 0px !important;
      right: 0px !important;
      border-bottom: 20px solid white !important;
   }

   .bottom .category {
      display: none;
   }

   .mobile .category {
      font-family: 'GT America Bold';
      font-size: 14px;
      /* font-weight: 700; */
      line-height: 22px;
      letter-spacing: 0.4em;
      text-align: left;
      color: #7F2629;
      text-transform: uppercase;
   }

   .single__news-title {
      margin-top: 122px;
   }

}

@media (max-width:717px) {
   .block-news-video {
      width: 100%;
      height: calc(100% / 1.5);
   }

   .block-news-video #single-video {
      min-height: 224px;
   }
}

@media (max-width:600px) {
   .control-links .next-link img {
      margin-top: 5px;
   }

   .control-links .back-link img {
      margin-top: 5px;
   }

   .control-links {
      margin-bottom: 62px;
      font-family: 'GT America Bold';
      font-size: 16px;
      /* font-weight: 700; */
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
   }

   .single__news-poster .triangle {
      border-bottom: 50px solid #fff !important;
      border-left: 50px solid transparent !important;
      bottom: 0px !important;
   }

   .single__news-title .top {
      font-family: 'GT Pressura Bold';
      font-size: 26px;
      /* font-weight: 700; */
      line-height: 30px;
      letter-spacing: 0em;
      text-align: left;
   }

   .single__news-title .bottom .time {
      font-family: 'GT America';
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: 0em;
      text-align: left;

   }

   .single__news-title {
      gap: 13px;
   }

   .single__news-poster {
      margin-top: 60px;

   }

   .the-content {
      margin-top: 60px;
      margin-bottom: 60px;
      gap: 40px;
   }

   .single__news-blue-text {
      font-family: 'GT America';
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
   }

   .single__news-black-text {
      font-family: 'GT America';
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;
      gap: 20px;
   }
}

/* Featured Filmmakers*/
.featured-filmmaker {
   margin: 96px 0px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   gap: 50px;
}

.left-filmmaker {
   display: flex;
   flex-direction: column;
   gap: 14px;
   justify-content: flex-start;
}

.left-filmmaker .img-filmmaker {
   width: 237px;
   height: 237px;
   position: relative;
}

.left-filmmaker .img-filmmaker img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.left-filmmaker .img-filmmaker .filmmaker-triangle {
   position: absolute;
   bottom: 0px;
   right: 0px;
   width: 0;
   height: 0;
   border-bottom: 35px solid #fff;
   border-left: 35px solid transparent;
}

.left-filmmaker .name {
   font-family: 'GT Pressura Bold';
   font-size: 24px;
   /* font-weight: 700; */
   line-height: 36px;
   letter-spacing: 0em;
   text-align: left;
   color: #015F9D;
}

.right-filmmaker {
   max-width: 793px;
   display: flex;
   flex-direction: column;
}

.right-filmmaker .filmmaker-blue-text {
   font-family: 'GT America';
   font-weight: 400;
   font-size: 24px;
   line-height: 36px;
   color: #00609C;
}

.right-filmmaker .filmmaker-black-text {
   font-family: 'GT America';
   font-weight: 400;
   font-size: 18px;
   line-height: 26px;
   color: #222222;
   display: flex;
   flex-direction: column;
   gap: 40px;
}

@media (max-width: 480px) {
   .right-filmmaker .filmmaker-black-text {
      gap: 26px;
   }

}

.right-filmmaker .filmmaker-black-text strong {
   margin-top: 30px;
   display: block;
   font-family: 'GT Pressura Bold';
   font-size: 18px;
   line-height: 26px;
   text-transform: uppercase;
}

.banner-filmmakers {
   padding-bottom: 200px;
}

.banner-filmmakers .title {
   margin-top: 60px;
}

@media (max-width:767px) {
   .featured-filmmaker {
      margin: 60px 0px;
      flex-direction: column;
      gap: 20px;
   }

   .banner-filmmakers {
      padding-bottom: 106px;
   }

   .banner-filmmakers .title {
      margin-top: 10px;
   }

   .left-filmmaker .img-filmmaker {
      width: calc(100vw - 40px);
      height: calc(100vw - 40px);
   }

   .left-filmmaker .img-filmmaker .filmmaker-triangle {
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 0;
      height: 0;
      border-bottom: 50px solid #fff;
      border-left: 50px solid transparent;
   }

   .left-filmmaker {
      gap: 13px;
   }

   .left-filmmaker .name {
      font-family: 'GT Pressura Bold';
      font-size: 18px;
      /* font-weight: 700; */
      line-height: 22px;
      letter-spacing: 0em;
      text-align: left;
      text-transform: uppercase;
   }

   .right-filmmaker .filmmaker-blue-text {
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
   }

   .right-filmmaker .filmmaker-black-text {
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;
   }

   .right-filmmaker .filmmaker-black-text strong {
      margin-top: 20px;
      margin-bottom: 20px;
      font-family: 'GT Pressura Bold';
      font-size: 16px;
      /* font-weight: 700; */
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;
   }
}

/*workshops*/
.workshops-page-container {
   margin-top: 96px !important;
}

@media (max-width:992px) {
   .workshops-page-container {
      margin-top: 60px !important;
   }
}

/*Portal*/

.portal-page-container {
   display: flex;
   flex-direction: column;
   gap: 96px;
}

.portal-page-container .trailers__title {
   margin: 0px !important;
}

.portal-page-container #single-video {
   margin: 0px !important;
}

.portal-banner .banner__title {
   margin: 0 0 0 auto !important;
}

.portal-banner {
   margin-bottom: 96px;
}

.portal-banner .banner__container {
   padding-top: 187px !important;
   padding-bottom: 324px !important;
}

.container .red-title-block {
   font-family: 'GT Pressura Bold';
   font-size: 48px;
   /* font-weight: 700; */
   line-height: 54px;
   letter-spacing: 0em;
   text-align: left;
   color: #FF4438;
   text-transform: uppercase;
   width: 1150px;
}

@media (max-width:1200px) {
   .portal-banner .banner__title {
      font-size: 100px;
   }
}

@media (max-width:1190px) {
   .container .red-title-block {
      width: calc(100vw - 40px);
   }
}

@media (max-width:992px) {
   .portal-page-container .banner__title {
      /* font-weight: 700; */
      font-family: "GT Pressura Bold";
      letter-spacing: 0em;
      text-align: center;
      margin: 103px auto 106px auto !important;
   }

   .portal-banner .banner__container {
      padding: 0px !important;
   }

   .portal-banner .banner-image-resp {
      height: auto;
   }
}

@media (max-width:768px) {
   .portal-page-container{
      gap: 60px;
   }
   .container .red-title-block {
      font-family: "GT Pressura Bold";
      font-size: 26px;
      /* font-weight: 700; */
      line-height: 30px;
      letter-spacing: 0em;
      text-align: center;
   }

   .portal-banner {
      /*margin-bottom: 61px;*/
   }

}

@media (max-width:400px) {
   .portal-banner .banner__title {
      margin-top: 353px !important;
      margin-right: auto !important;
      padding-top: 0px !important;
   }
}

.short-films {
   display: flex;
   flex-direction: column;
   gap: 35px;
}

.short-films-top {
   display: flex;
   flex-direction: column;
   gap: 14px
}

.short-films-bottom {
   display: flex;
   flex-direction: row;
   gap: 36px;
   padding-top: 13px;
}

.short-films-bottom .video-part {
   width: 557px;
   height: 371px;
}

.short-films-bottom .video-part video {
   width: 100%;
   height: 100%;
   margin-bottom: 0px !important;
   object-fit: cover;
}

.short-films-bottom .trailercon,
.short-films-bottom .trailercon .trailer .vidcon,
.short-films-bottom .trailercon .trailer {
   height: 100%;
   width: 100%;
}

.short-films-bottom .text-part .title {
   font-family: 'GT Pressura Bold';
   font-size: 30px;
   /* font-weight: 700; */
   line-height: 40px;
   letter-spacing: 0em;
   text-align: left;
   color: #00609C;
   text-transform: uppercase;
}

.short-films-bottom .text-part .item-description {
   font-family: 'Helvetica Neue';
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0em;
   text-align: left;
   color: #222222;
}

.short-films-bottom .trailercon .amazing-triangle {
   width: 40px;
   border: 40px solid transparent;
   border-right: 40px solid white;
   position: absolute;
   bottom: 0px;
   right: 0px;
   border-bottom: 40px solid white;
}

.short-films-item {
   display: flex;
   flex-direction: column;
   gap: 47px;
}

.short-films-item .text-part {
   display: flex;
   flex-direction: column;
   gap: 14px;
}

.title-short-films {
   font-family: 'GT Pressura Bold';
   font-size: 40px;
   /* font-weight: 700; */
   line-height: 50px;
   letter-spacing: 0em;
   text-align: left;
   text-transform: uppercase;
   color: #FF4438
}

.subtitle-short-films {
   font-family: 'GT America';
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0em;
   text-align: left;
   color: #222222;
}

@media (max-width:1460px) {
   .short-films .trailer #single-video {
      height: 100% !important;
   }
}

@media (max-width:1200px) {
   .short-films-bottom {
      flex-direction: column;
   }

   .short-films-item .video-part {
      margin: 0 auto;
   }
}

@media (max-width:992px) {
   .short-films .trailer {
      margin-top: 0px !important;
   }
}

@media (max-width:620px) {
   .short-films .video-part {
      width: 100%;
      height: 400px;
   }

   .short-films-item {
      gap: 20px;
   }

   .short-films-bottom {
      padding-top: 40px;
   }

   .title-short-films {
      font-family: 'GT Pressura Bold';
      font-size: 26px;
      /* font-weight: 700; */
      line-height: 30px;
      letter-spacing: 0em;
      text-align: center;
   }

   .subtitle-short-films {
      font-family: 'GT America';
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: center;
   }

   .short-films-top {
      gap: 20px;
   }

   .short-films-bottom .text-part .title {
      font-family: 'GT Pressura Bold';
      font-size: 20px;
      /* font-weight: 700; */
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
   }

   .short-films-bottom .text-part .item-description {
      font-family: 'GT America';
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;
   }

   .short-films-bottom .trailercon .amazing-triangle {
      width: 20px;
      border: 20px solid transparent;
      border-right: 20px solid white;
      position: absolute;
      bottom: 0px;
      right: 0px;
      border-bottom: 20px solid white;
   }
}

@media (max-width: 600px) {
   .short-films .short-films-bottom .short-films-item {
      max-width: 100%;
   }
}
@media (max-width: 992px) {
   .short-films .video-part {
      width: 100%;
      height: 450px;
   }
}
@media (max-width: 700px) {
   .short-films .video-part {
      height: 350px;
   }
}
@media (max-width: 630px) {
   .short-films .video-part {
      height: 300px;
   }
}
@media (max-width: 530px) {
   .short-films .video-part {
      height: 260px;
   }
}
@media (max-width: 480px) {
      .short-films .video-part {
         width: 100%;
         height: 223px;
   }
}

.portal-page-container .trailers__slider {
   padding-bottom: 0px;
}

.portal-page-container .main__rising {
   margin-bottom: 0px;
}

/* filmmakers blue */
.blue-background {
   width: 100%;
   background-color: #00609C;
}

.blue-background .title-meet-filmmakers {
   font-family: 'GT Pressura Bold';
   font-size: 48px;
   /* font-weight: 700; */
   line-height: 54px;
   letter-spacing: 0em;
   text-align: left;
   color: #E1B77E;
   text-transform: uppercase;
}

.blue-background .filmmakers-content .content-part .right .title {
   color: #E1B77E;
   max-width: 473px;
}

.blue-background .filmmakers-content .content-part .right .about {
   color: #fff;
}

.blue-background .filmmakers-content .content-part .left .amazing-triangle {
   width: 30px;
   border: 30px solid transparent;
   border-right: 30px solid #00609C;
   position: absolute;
   bottom: -1px;
   right: -1px;
   border-bottom: 30px solid #00609C;
}

.blue-background .filmmakers-content .content-part .right .learnmore {
   background-color: #fff;
   color: #00609C;
}

.blue-background .filmmakers-content .content-part .right .learnmore a {
   color: #00609C;
}

.blue-background #single-video {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.blue-background .container {
   padding-top: 90px;
}

.blue-background .filmmakers-content {
   padding-bottom: 90px;
   margin-top: 97px;
   display: flex;
   flex-direction: column;
   gap: 47px;
}
@media (max-width: 480px) {
   .blue-background .filmmakers-content {
      gap: 40px;
   }
}
.blue-background .filmmakers-content .content-part {
   margin-top: 0px;
}

@media (max-width:992px) {
   .blue-background .controlls-play {
      top: 90% !important;
   }
}

@media (max-width:600px) {
   .blue-background .title-meet-filmmakers {
      text-align: center;
      font-size: 26px;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: 0em;
      text-align: center;
   }
   .blue-background .container{
      padding-top: 60px;
   }
   .blue-background .filmmakers-content{
      margin-top: 60px;
      padding-bottom: 60px;
   }
}
.marginminus{
   margin-top: -96px;
}
@media (max-width:768px) {
   .marginminus {
      margin-top: -60px;
   }
}
.blue-background .rising{
   position: relative;
}
.blue-background .rising__slider{
   position: static;
}
.blue-background .rising .rising__title{
   margin-bottom: 14px;
}
.blue-background .rising .rising-subtitle{
   margin-bottom: 58px;
   font-size: 28px;
   font-weight: 400;
   line-height: 33px;
   letter-spacing: 0em;
   text-align: left;
}
.blue-background .rising .rising__title{
   color: #E1B77E;
}
.blue-background .hello-world line {
   stroke: #E1B77E;
}

.blue-background .hello-world path {
   stroke: #E1B77E;
}
.blue-background .main{
   height: auto;
   min-height: 200px;
   padding-bottom: 145px;
}
@media (min-width:681px) {
   .blue-background .rising__slider .slick-prev{
      top: 10px !important;
   }
   .blue-background .rising__slider .slick-next {
      top: 12px !important;
   }
}
@media (max-width:680px) {
   .blue-background .rising__slider .slick-prev {
      top: 10px !important;
   }

   .blue-background .rising__slider .slick-next {
      top: 10px !important;
   }
}


@media (max-width:480px) {
   .blue-background .main {
      padding-bottom: 95px;
   }

   .blue-background .rising .rising-subtitle{
      font-family: 'GT America';
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;
   }
   .blue-background .rising .slick-arrow{
      top: 100% !important;
   }
   .blue-background .rising .rising__title{
      margin-left: 0px;
      margin-bottom: 20px;
   }
   .blue-background .rising .rising-subtitle{
      margin-bottom: 20px;
   }
}
@media (max-width:1200px) {
   .blue-background .rising  .rising__title,
   .blue-background .rising .rising-subtitle {
      padding-left: 20px;
      padding-right: 20px;
   }

}
.blue-background .rising__slider-item .triangle{
   bottom: 10px !important;
   border-bottom: 50px solid #00609C;
   border-left: 50px solid transparent;
}
.portal-page-container .main{
   min-height: 200px;
}
.portal-page-container .item-trailers{
   margin-bottom: auto;
}
.portal-page-container .item-trailers__description{
   font-family: 'GT America';
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0em;
   text-align: left;
   color: #222222;
}
.trailers-more-info .item-trailers__title {
   margin-top: 33px;
}
.workshops .second-part,
.labs .second-part {
   padding-top: 96px;
}
@media (min-width: 480px) and (max-width: 768px) {
   .workshops .banner-filmmakers .title,
   .labs .banner-filmmakers .title {
      line-height: 150%;
   }
}
@media (max-width: 480px) {
   .workshops .second-part,
   .labs .second-part {
      padding-top: 60px;
   }
   .workshops .banner-filmmakers .title,
   .labs .banner-filmmakers .title {
      line-height: 112%;
   }
}
