@charset "UTF-8";

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

.office_head::after
{
 content: '';
 display: block;
 clear: both
}

.office_head .text
{
 margin-bottom: 0
}

.office_head_media
{
 display: flex;
 position: relative;
 float: right;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 gap: 25px;
 margin-left: 30px;
 margin-bottom: 25px;
 z-index: 1
}

.office_head_icon
{
 flex: 0 0 auto
}

.office_head_icon img
{
 display: block;
 width: 190px;
 height: 190px;
 object-fit: contain
}

.office_head_photo
{
 flex: 0 0 auto
}

.office_head_photo img
{
 display: block;
 width: auto;
 height: 190px;
 max-width: 285px;
 object-fit: cover;
 border-radius: 7px
}

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

.office_block h2
{
 margin-top: 0;
 margin-bottom: 20px
}

.office_block h3
{
 margin-top: 25px;
 margin-bottom: 15px
}

.office_block .text
{
 margin-bottom: 0
}

.office_table_wrap
{
 position: relative;
 width: 100%;
 overflow-x: auto
}

.office_table
{
 font-size: 0.875rem;
 line-height: 1.5;
 border-collapse: collapse;
 width: 100%;
 min-width: 600px
}

.office_table th
{
 font-weight: 600;
 text-align: left;
 background: #F0F0F0
}

.office_table td,
.office_table th
{
 border: 1px solid #DDDDDD;
 padding: 8px 10px;
 vertical-align: top
}

.office_staff
{
 display: grid;
 grid-template-columns: 1fr 1fr;
 grid-gap: 25px;
 position: relative;
 padding: 0;
 margin: 0
}

.office_staff_item
{
 display: flex;
 gap: 15px;
 align-items: flex-start;
 position: relative;
 padding: 0;
 margin: 0
}

.office_staff_photo
{
 flex: 0 0 100px;
 width: 100px
}

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

.office_staff_no_photo
{
 height: 130px;
 background: #F0F0F0 url('/images/mta-logo.svg') center / 50px no-repeat;
 border-radius: 7px
}

.office_staff_info
{
 flex: 1 1 auto
}

.office_staff_name
{
 font-size: 0.938rem;
 font-weight: 600;
 margin-bottom: 5px
}

.office_staff_position
{
 font-size: 0.875rem;
 color: #333333;
 margin-bottom: 5px
}

.office_staff_education
{
 font-size: 0.813rem;
 line-height: 1.5;
 color: #666666
}

.office_staff_rows
{
 grid-template-columns: 1fr
}

.office_staff_rows .office_staff_photo
{
 flex: 0 0 260px;
 width: 260px
}

.office_staff_rows .office_staff_name
{
 font-size: 1.125rem
}

.office_staff_rows .office_staff_position
{
 font-size: 1rem
}

.office_staff_rows .office_staff_education
{
 font-size: 0.938rem
}

.office_gallery
{
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 grid-gap: 15px;
 position: relative;
 padding: 0;
 margin: 0
}

.office_gallery_item
{
 position: relative;
 aspect-ratio: 4 / 3;
 overflow: hidden;
 border-radius: 7px
}

.office_gallery_item picture
{
 display: block;
 width: 100%;
 height: 100%
}

.office_gallery_item img
{
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center top;
 transition: transform .3s
}

.office_gallery_item img:hover
{
 transform: scale(1.03)
}

.office_gallery_portrait
{
 align-items: start
}

.office_gallery_item_portrait
{
 aspect-ratio: 3 / 4
}

.office_gallery_item_portrait img
{
 object-fit: contain
}

.office_gallery_video
{
 display: flex;
 position: relative;
 background: #1B3B6F;
 align-items: center;
 justify-content: center;
 aspect-ratio: 4 / 3;
 overflow: hidden;
 text-decoration: none
}

.office_gallery_video img
{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 object-fit: cover
}

.office_gallery_play
{
 display: flex;
 position: relative;
 width: 60px;
 height: 60px;
 font-size: 1.375rem;
 color: #FFFFFF;
 background: rgba(0, 0, 0, 0.55);
 border-radius: 50%;
 align-items: center;
 justify-content: center;
 padding-left: 5px;
 box-sizing: border-box;
 transition: 0.3s
}

.office_gallery_video:hover .office_gallery_play
{
 background: rgba(0, 0, 0, 0.8)
}

.office_gallery_frame
{
 position: relative;
 aspect-ratio: 16 / 9;
 overflow: hidden;
 border-radius: 7px;
 background: #1B3B6F
}

.office_gallery_frame iframe
{
 display: block;
 width: 100%;
 height: 100%;
 border: 0
}

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

.gallery_slider_item
{
 position: relative;
 overflow: hidden;
 border-radius: 7px
}

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

.gallery_slider .office_gallery_video
{
 aspect-ratio: 16 / 9
}

.gallery_slider .slick-prev,
.gallery_slider .slick-next
{
 display: flex;
 position: absolute;
 top: 50%;
 width: 42px;
 height: 42px;
 font-size: 0;
 background: rgba(0, 0, 0, 0.45);
 border: 0;
 border-radius: 50%;
 align-items: center;
 justify-content: center;
 padding: 0;
 transform: translateY(-50%);
 cursor: pointer;
 transition: 0.3s;
 z-index: 10
}

.gallery_slider .slick-prev
{
 left: 15px
}

.gallery_slider .slick-next
{
 right: 15px
}

.gallery_slider .slick-prev:hover,
.gallery_slider .slick-next:hover
{
 background: rgba(0, 0, 0, 0.7)
}

.gallery_slider .slick-prev:before,
.gallery_slider .slick-next:before
{
 content: '';
 display: block;
 width: 12px;
 height: 12px;
 border-top: 3px solid #FFFFFF;
 border-right: 3px solid #FFFFFF;
 box-sizing: border-box
}

.gallery_slider .slick-prev:before
{
 transform: rotate(-135deg);
 margin-left: 5px
}

.gallery_slider .slick-next:before
{
 transform: rotate(45deg);
 margin-right: 5px
}

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

.office_docs_item
{
 font-size: 0.938rem;
 line-height: 1.5;
 position: relative;
 padding-top: 12px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 12px;
 margin: 0;
 border-bottom: 1px solid #E9E9E9
}

.office_docs_item:first-child
{
 border-top: 1px solid #E9E9E9
}

.office_docs_ext
{
 font-size: 0.813rem;
 color: #666666;
 white-space: nowrap
}

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

.division_video iframe
{
 display: block;
 width: 100%;
 aspect-ratio: 16 / 9;
 border: 0
}

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

.tabs_menu
{
 display: flex;
 gap: 30px;
 padding: 0;
 margin-top: 0;
 margin-bottom: 30px;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 list-style: none
}

.tabs_menu li
{
 font-size: 1.25rem;
 font-weight: 500;
 display: block;
 flex: 1 1 auto;
 padding-bottom: 10px;
 margin: 0;
 color: #999999;
 border-bottom: 1px solid transparent;
 cursor: pointer;
 text-align: center
}

.active_tabs
{
 border-bottom: 1px solid #000000 !important;
 color: #000000 !important
}

.tabs_content
{
 display: none
}

.tabs_content::after
{
 content: "";
 display: block;
 clear: both
}

.tabs_content:first-child
{
 display: block
}

.text table[style*="border:none"]
{
 table-layout: fixed
}

.text table[style*="border:none"] img
{
 max-width: 100%;
 height: auto;
 border-radius: 7px
}

@media screen and (max-width: 1000px)
{
 .office_head_media
 {
  float: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px
 }

 .office_staff
 {
  grid-template-columns: 1fr
 }
}

@media screen and (max-width: 800px)
{
 .office_gallery
 {
  grid-template-columns: repeat(2, 1fr)
 }
}

@media screen and (max-width: 780px)
{
 .gallery_slider .slick-prev,
 .gallery_slider .slick-next
 {
  display: none !important
 }

 .text table[style*="border:none"],
 .text table[style*="border:none"] tbody,
 .text table[style*="border:none"] tr,
 .text table[style*="border:none"] td
 {
  display: block;
  width: 100% !important;
  white-space: normal;
  overflow-x: visible;
  box-sizing: border-box
 }

 .text table[style*="border:none"] td
 {
  padding-left: 0 !important;
  padding-right: 0 !important
 }
}

@media screen and (max-width: 500px)
{
 .office_staff_rows .office_staff_item
 {
  flex-wrap: wrap
 }

 .office_staff_rows .office_staff_photo
 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 280px
 }

 .office_gallery
 {
  grid-template-columns: 1fr
 }

 .tabs_menu
 {
  gap: 15px;
  flex-wrap: wrap
 }

 .tabs_menu li
 {
  font-size: 1rem
 }
}

.video_player
{
 position: fixed;
 top: 0;
 left: 0;
 z-index: 100000;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 padding: 20px;
 background-color: rgba(0, 0, 0, .85)
}

.video_player_frame
{
 width: 100%;
 max-width: 1100px;
 aspect-ratio: 16 / 9
}

.video_player_frame iframe
{
 width: 100%;
 height: 100%;
 border: 0;
 border-radius: 7px
}

.video_player_close
{
 position: absolute;
 top: 15px;
 right: 20px;
 padding: 0 10px;
 border: 0;
 background: none;
 font-size: 2.5rem;
 line-height: 1;
 color: #ffffff;
 cursor: pointer
}

.video_player_close:hover
{
 color: #0F6BB2
}

.office_gallery_caption,
.gallery_slider_item .office_gallery_caption
{
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 font-family: 'PT Root', Helvetica, sans-serif;
 font-size: 0.813rem;
 line-height: 1.35;
 color: #FFFFFF;
 text-align: center;
 background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
 padding: 24px 12px 10px;
 pointer-events: none
}
