@charset "UTF-8";

.container
{
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0
}

.title
{
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0
}

.title_wrap
{
 position: relative;
 padding-top: 60px;
 padding-left: 40px;
 padding-right: 40px;
 padding-bottom: 48px;
 margin: 0 auto;
 box-sizing: border-box
}

.title_wrap h1
{
 font-size: 3rem;
 text-align: center;
 font-weight: 500;
 line-height: 120%;
 margin: 0
}

.content
{
 position: relative;
 max-width: 1360px;
 padding-top: 0;
 padding-left: 40px;
 padding-right: 40px;
 padding-bottom: 0;
 margin: 0 auto
}

.news
{
 position: relative;
 padding: 0;
 margin: 0
}

.news h2
{
 font-size: 0.938rem;
 margin-bottom: 5px
}

.news p
{
 color: #333333;
 line-height: 1.7;
 margin-bottom: 30px
}

.date
{
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.813rem;
 font-weight: 500;
 color: #333333
}

.text_description
{
 position: relative;
 max-width: 800px;
 padding: 0;
 margin: 0 auto
}

.text_description p
{
 font-size: 0.938rem;
 font-weight: 500;
 line-height: 1.5;
 margin-bottom: 25px
}

.text_image
{
 position: relative;
 max-width: 800px;
 padding: 0;
 margin-top: 0;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 30px
}

.text_image img
{
 width: 100%;
 height: auto;
 border-radius: 7px
}

.text
{
 position: relative;
 max-width: 800px;
 padding: 0;
 margin-top: 0;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 50px
}

.text p
{
 font-size: 0.938rem;
 line-height: 1.7
}

.text li
{
 font-size: 0.938rem;
 list-style-type: disc;
 line-height: 1.7;
 margin-left: -5px
}

figure
{
 display: block;
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0
}

.image
{
 position: relative;
 padding: 0;
 margin-top: 25px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 20px
}

.image img
{
 width: 100%;
 height: auto;
 border-radius: 7px
}

figcaption
{
 font-style: italic;
 color: #666666;
 margin-top: 10px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 0;
}

.row
{
 display: grid;
 grid-template-columns: 1fr 1fr 1fr 1fr;
 grid-gap: 20px;
 position: relative;
 padding: 0;
 margin-top: 10px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 50px
}

.news_row
{
 display: grid;
 grid-template-columns: 1fr 1fr;
 grid-gap: 30px;
 position: relative;
 padding-top: 0;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 30px;
 margin-top: 10px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 30px;
 border-bottom: 1px solid #D0D0D0
}

.item
{
 position: relative;
 padding: 12px;
 margin: 0;
 border-radius: 16px;
 box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
 background: rgba(255, 255, 255, 0.5);
}

.item_image
{
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 12px;
 box-sizing: border-box
}

.item_image img
{
 width: 100%;
 height: auto;
 border-radius: 8px
}

.item_text
{
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 32px
}

.item_text h3
{
 font-family: Geologica;
 font-size: 20px;
 font-weight: 400;
 color: var(--black, rgba(51, 51, 51, 1));
 line-height: 109.96%;
 margin-bottom: 12px
}

.item_text p
{
 font-size: 1rem;
 font-weight: 300;
 color: var(--grayblue, rgba(83, 93, 120, 1));
 line-height: 24px;
 margin-bottom: 12px
}

.item_date
{
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.875rem;
 font-weight: 400;
 color: var(--grayblue, rgba(83, 93, 120, 1));
 line-height: 140%;
 position: absolute;
 padding: 0;
 margin: 0;
 bottom: 12px
}

.pdf_icon
{
 width: auto;
 height: 20px;
 margin-top: 2px;
 margin-left: 0;
 margin-right: 7px;
 margin-bottom: 0;
 float: left
}

.pages
{
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 20px;
 margin-right: 20px;
 margin-bottom: 50px
}

.page,
.page:hover,
.page:active,
.page:visited
{
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.938rem;
 font-weight: 500;
 text-decoration: none;
 margin-right: 15px
}

.page_active
{
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.938rem;
 font-weight: 500;
 margin-right: 15px
}

@media screen and (max-width: 980px)
{
 .content
 {
  gap: 30px;
  padding-left: 30px;
  padding-right: 30px
 }
}

@media screen and (max-width: 940px)
{
 .col_left
 {
  display: none
 }

 .col_middle
 {
  width: 70%
 }

 .text,
 .row,
 .pages
 {
  margin-bottom: 30px
 }

 .col_right
 {
  width: 30%;
  margin-bottom: 30px
 }

 .sticky
 {
  top: 30px
 }
}

@media screen and (max-width: 780px)
{
 .content
 {
  display: block
 }

 .col_middle
 {
  width: 100%
 }

 .col_right
 {
  width: 100%
 }
}

@media screen and (max-width: 480px)
{
 .title_wrap
 {
  padding-top: 42px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 43px
 }

 .title_wrap h1
 {
  font-size: 2rem;
  line-height: 38px
 }

 .content
 {
  padding-left: 20px;
  padding-right: 20px
 }

 .title_wrap p
 {
  font-size: 1rem;
  font-weight: 600
 }

 .news h2
 {
  font-size: 1.063rem;
  margin-bottom: 5px
 }

 .date
 {
  font-size: 1rem
 }

 .text_description p
 {
  font-size: 1.063rem;
  font-weight: 600
 }

 .text h2
 {
  margin-bottom: 15px
 }

 .text h3
 {
  margin-bottom: 15px
 }

 .text p
 {
  font-size: 1.063rem;
  margin-bottom: 15px
 }

 .text ul
 {
  margin-bottom: 15px
 }

 .text li
 {
  font-size: 1.063rem;
 }

 .row,
 .news_row
 {
  grid-template-columns: 1fr
 }

 .item_text h2
 {
  font-size: 1.125rem;
  margin-bottom: 10px
 }

 .item_date
 {
  font-size: 1rem
 }

 .page,
 .page:hover,
 .page:active,
 .page:visited
 {
  font-size: 1.063rem;
  margin-right: 20px
 }

 .page_active
 {
  font-size: 1.063rem;
  margin-right: 20px
 }

 .border_title
 {
  font-size: 1.063rem;
  font-weight: 700
 }

 .border_item
 {
  font-size: 1rem;
  font-weight: 500
 }

 .border_text p
 {
  font-size: 0.875rem
 }
}